/*==========================================================================
    ホームソーイングコーナートップページ
==========================================================================*/

/* ---------- sewing__top ---------- */
.sewing__top {
  position: relative;
  padding-top: 187px;
  padding-bottom: 45px;
  height: 768px;
  background-image: url("../img/sewing-top.png");
  background-size: cover;
}

.sewing__top > .pink-back {
  top: 360px;
}

.sewing-click {
  position: absolute;
  top: 80px;
  left: 24px;
}

.sewing__title {
  position: absolute;
  top: 380px;
  z-index: 11;
  padding-left: 80px;
  width: 100%;
  color: #fff;
  letter-spacing: 1.44px;
  font-size: 72px;
}

.sewing__subTitle {
  position: absolute;
  top: 560px;
  z-index: 11;
  padding-left: 80px;
  color: #69343e;
  font-size: 32px;
}

.sewing-torso {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 15;
}

.yellow-back {
  position: absolute;
  top: 531px;
  z-index: 1;
  width: 100%;
  height: 160px;

  -o-object-fit: cover;
     object-fit: cover;
}

.sewing__text {
  margin: 0 auto;
  margin-top: 24px;
  max-width: 800px;
  font-size: 18px;
  line-height: 27px;
}

/* ---------- sewing__about ---------- */

.sewing__about > .contentsBox {
  margin-top: 0;
}

/* ---------- sewing__middle ---------- */
.sewing-inner {
  padding: 80px 83px;
  background-image: url("../img/sewing-back.png");
  background-size: contain;
  background-repeat: repeat-y;
}
.sewing__middle {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1200px;
}

.sewing__middle > .contentsBox {
  margin-right: 0;
  margin-left: 0;
  width: 580px;
}

.sewing__middle .contentsBox__wrapper {
  padding-right: 30px;
  padding-left: 30px;
}

.sewing__text-price {
  margin-bottom: 24px;
}

.flex-btnArea{
    display: flex;
    justify-content: center;
}
@media screen and (max-width:480px){
    .flex-btnArea{
        flex-direction: column;
    }
}
.flex-btnArea a{
    margin: 40px 16px;
}
@media screen and (max-width:480px){
    .flex-btnArea a{
        margin: 16px auto;
    }
}
/*==========================================================================
    出品概要
==========================================================================*/

/* ---------- exhibitor__top ---------- */

.exhibitor__top {
  position: relative;
  padding-top: 187px;
  padding-bottom: 45px;
  background-image: url("../img/sewing-top.png");
  background-size: cover;
}

.exhibitor__title {
  position: absolute;
  z-index: 11;
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 1.44px;
  font-size: 72px;
}

.sewing__contentTitle {
  color: #e85298;
  text-shadow: none;
  letter-spacing: 0.8px;
  font-size: 40px;
}

.exhibitor__textArea {
  margin: 0 auto;
  margin-top: 214px;
  padding: 20px;
  max-width: 1200px;
  border: 4px solid #69343e;
  background-color: #fff;
}

.exhibitor__text-wrpper {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1160px;
  border: 4px dashed #69343e;
}

.exhibitor__text {
  text-align: center;
}

.exhibitor__btnWrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.btn__exhibitor {
  margin-right: 20px;
  padding: 18px 64px;
  width: 256px;
  outline: 2px dashed #fff;
  outline-offset: -4px;
  background-color: #f6ab00;
  color: #69343e;
  text-align: center;
  font-weight: normal;
}

.pink-back {
  position: absolute;
  top: 160px;
  z-index: 1;
  width: 100%;
  height: 160px;

  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------- exhibitor__contents ---------- */

.exhibitor__contents {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../img/sewing-back.png");
  background-size: contain;
  background-repeat: repeat-y;
}

.contentsBox {
  margin: 0 auto;
  margin-top: 80px;
  padding: 20px;
  max-width: 1200px;
  width: 100%;
  border: 4px solid #69343e;
  background-color: #fff;
}

.contentsBox-first {
  margin-top: 0;
}

.contentsBox__wrapper {
  padding: 60px 0;
  max-width: 1160px;
  border: 4px dashed #69343e;
}

.exhibitor__terms li {
  font-size: 14px;
}

/* ---------- exhibitor__price ---------- */

.exhibitor__table {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 800px;
  width: 100%;
  border-collapse: collapse;
  font-family: "Sawarabi Gothic";
}

.exhibitor__tr {
  border: 1px solid #69343e;
}

.exhibitor__td-left {
  padding: 28px 24px;
  width: 250px;
  border: 1px solid #69343e;
  background-color: #f6ab00;
  vertical-align: middle;
}

.exhibitor__td-right {
  padding: 28px 24px;
  width: 550px;
  border: 1px solid #69343e;
}

.td__inner {
  display: flex;
}

.td__inner-left {
  width: 290px;
}

.td__inner-left > h4 {
  margin-top: 17px;
  font-size: 40px;
}

.td__inner-left > h4 > span {
  font-size: 16px;
}

.td__inner-textTop {
  margin-top: 8px;
  font-size: 18px;
}

.td__inner-textBottom {
  margin-top: 24px;
  font-size: 14px;
}

.td-leftFirst {
  width: 150px;
}

.td-leftSecond {
  width: 100px;
}

.td__left {
  margin-right: 8px;
  width: 60%;
}
.td__right {
  width: 40%;
}

.drawing__img {
  margin-left: 8px;
  width: 204px;
}

.td-wrapper {
  display: flex;
  flex-direction: column;
}

/* ---------- exhibitor__flow ---------- */

.flow__items {
  margin-top: 40px;
}

.flow__item {
  position: relative;
  margin: 0 auto;
  margin-bottom: 36px;
  padding-bottom: 16px;
  max-width: 600px;
  border-bottom: 3px solid #f6ab00;
  background: #fff;
  text-align: center;
  font-size: 24px;
}

.flow__item:last-child::before {
  content: none;
}

.flow__item:last-child::after {
  content: none;
}

.flow__item > h3,
.flow__item-last > h3 {
  color: #69343e;
  letter-spacing: 0.34px;
}

.flow__item > p,
.flow__item-last > p {
  margin-top: 16px;
  text-align: left;
  font-size: 18px;
}

.flow__item:last-child {
  border: none;
}

.flow__item:before {
  position: absolute;
  bottom: -43px;
  left: 45%;
  z-index: 2;
  margin-left: 2px;
  border: 22px solid transparent;
  border-top: 22px solid #fff;
  content: "";
}

.flow__item:after {
  position: absolute;
  bottom: -25px;
  left: 45%;
  z-index: 1;
  border: 24px solid transparent;
  border-top-color: #f6ab00;
  border-bottom-width: 0;
  content: "";
}

.btn__exhibitor-entry {
  display: block;
  margin: 0 auto;
  margin-top: 42px;
  padding: 18px 0;
  width: 256px;
  outline: 2px dashed #fff;
  background-color: #e85298;
  color: #fff;
  text-align: center;
}

.exhibitor__form > .exhibitor__text {
  line-height: 27px;
}

.exhibitor__text {
  margin-top: 24px;
}

.exhibitor__formText {
  margin: 0 auto;
  max-width: 447px;
  line-height: 27px;
}

@media screen and (max-width: 768px) {
  /*==========================================================================
    ホームソーイングコーナー
==========================================================================*/

  .sewing-inner .sewing__contentTitle {
    font-size: 24px;
  }

  .sewing-inner .sewing__text {
    font-size: 16px;
  }

  .sewing-torso {
    bottom: 20%;
    width: 155px;
  }

  .sewing-click {
    top: 357px;
    width: 150px;
  }

  .sewing__title-img {
    position: absolute;
    top: 88px;
    width: 87%;
  }

  .sewing__subtitle-img {
    position: absolute;
    bottom: 24px;
    width: 100%;
  }
  /* ---------- sewing__middle ---------- */
  .sewing__middle {
    display: block;
  }

  .sewing-inner {
    padding-right: 0;
    padding-left: 0;
  }

  .sewing__middle > .contentsBox {
    width: auto;
  }

  /*==========================================================================
    出品概要
==========================================================================*/

  /* ---------- exhibitor__top ---------- */

  .exhibitor__top {
    padding-top: 135px;
  }

  .exhibitor__title {
    font-size: 48px;
  }

  .pink-back {
    top: 88px;
  }

  .exhibitor__textArea {
    margin-top: 150px;
    border-right: none;
    border-left: none;
  }

  .exhibitor__text-wrpper {
    margin: 0 calc(50% - 50vw);
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100vw;
    border-right: none;
    border-left: none;
  }

  .exhibitor__text {
    margin-top: 0;
    padding: 0 12px;
    text-align: left;
  }

  .btn__exhibitor span {
    display: none;
  }

  .exhibitor__btnWrapper {
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 40px;
  }

  .btn__exhibitor {
    margin-right: 0;
    margin-bottom: 12px;
    padding: 18px 0 18px;
    width: 156px;
    font-size: 18px;
  }

  /* ---------- exhibitor__body ---------- */

  .exhibitor__contents {
    padding-top: 0;
  }

  .exhibitor__contentTitle {
    font-size: 24px;
  }

  .contentsBox__wrapper {
    margin: 0 calc(50% - 50vw);
    padding: 60px 12px;
    width: 100vw;
  }

  .exhibitor__table {
    margin-top: 24px;
  }

  .exhibitor__table th,
  .exhibitor__table td {
    display: block;
    width: 100%;
  }

  .contentsBox {
    border-right: none;
    border-left: none;
  }

  .contentsBox__wrapper {
    border-right: none;
    border-left: none;
  }

  /* ---------- exhibitor__price ---------- */

  .exhibitor__td-left {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
  }
  .exhibitor__td-right {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .td__inner {
    flex-wrap: wrap-reverse;
  }

  .td__inner-right {
    width: 100%;
  }

  .drawing__img {
    display: block;
    margin: 0 auto;
  }

  .td-leftFirst {
    background-color: #e85298;
    color: #fff;
  }

  /* ---------- exhibitor__flow ---------- */

  .flow__items {
    margin-top: 24px;
  }

  .flow__item > .title__sub {
    text-align: left;
    font-size: 18px;
  }

  .flow__item > p,
  .flow__item-last > p {
    letter-spacing: 0;
    font-size: 16px;
  }

  .flow__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
