@charset "UTF-8";
.takeo-suits {
  line-height: 1;
  letter-spacing: 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000000;
}

.takeo-suits a {
  text-decoration: none;
  color: #000000;
}

.takeo-suits a:hover {
  opacity: 0.8;
  -webkit-transition: .2s;
  transition: .2s;
}

.t-kv img {
  width: 100%;
}

.t-features {
  background-color: #e0e0e0;
  margin-bottom: 70px;
}

.t-features__inner {
  width: 1120px;
  margin: auto;
  position: relative;
}

.t-features h2 {
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.4;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 10;
}

.t-features h2 span {
  display: block;
  font-size: 24px;
}

.t-features .t-slide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.t-features .t-slide .t-img {
  width: 616px;
}

.t-features .t-slide .t-txt {
  padding-top: 100px;
  padding-left: 25px;
}

.t-features .t-slide .t-txt p {
  width: 230px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.85;
}

.t-features .t-slide .t-btn {
  width: 120px;
  margin-top: 23px;
}

.t-features .t-slide .t-btn a {
  width: 100%;
  display: block;
  font-size: 14px;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  padding: 8px 8px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #000000;
  color: #fff;
}

.t-features .t-slide .t-btn a::before {
  content: "";
  background-image: url(../img/shop_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 9px;
}

.t-features .slider-thumbnail .t-nav {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 168px;
  left: 23px;
  z-index: 10;
  width: auto;
  height: auto;
}

.t-features .slider-thumbnail .t-nav li {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
  width: auto !important;
  height: auto;
  cursor: pointer;
}

.t-features .slider-thumbnail .t-nav li:not(:last-child) {
  margin-bottom: 32px;
}

.t-features .slider-thumbnail .t-nav .swiper-slide-thumb-active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #7294d7));
  background: linear-gradient(transparent 75%, #7294d7 0%);
}

.swipe-area h2 {
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  font-size: 24px;
  margin-bottom: 30px;
}

.swipe-area .t-inner {
  width: 89.28%;
  margin-left: auto;
}

.swipe-area .scroll_bar::-webkit-scrollbar {
  width: 10px;
  height: 3px;
}

.swipe-area .scroll_bar::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}

.swipe-area .scroll_bar::-webkit-scrollbar-thumb {
  background-color: #5a5a5a;
}

.swipe-area .topics-area,
.swipe-area .item-area {
  overflow-x: auto;
  padding-bottom: 60px;
}

.swipe-area .topics-area__box,
.swipe-area .item-area__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.swipe-area a {
  display: block;
}

.t-topics {
  margin-bottom: 80px;
}

.t-topics .topics-area__list {
  width: 230px;
  margin-right: 30px;
}

.t-topics .topics-area__img {
  margin-bottom: 17px;
}

.t-topics .topics-area__img img {
  width: 100%;
}

.t-topics .topics-area__ttl {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 4px;
}

.t-topics .topics-area__txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.t-topics .topics-area__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t-topics .topics-area__more {
  display: none;
}

.t-item .t-tab__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.t-item .t-tab__anchor {
  width: 140px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  background-color: #e0e0e0;
}

.t-item .t-tab__anchor:hover {
  opacity: 0.8;
  -webkit-transition: .2s;
  transition: .2s;
}

.t-item .t-tab__anchor:not(:last-child) {
  margin-right: 10px;
}

.t-item .t-tab__anchor.active {
  background-color: #d79372;
  color: #fff;
}

.t-item .item-area__list {
  width: 14.4%;
  min-width: 180px;
  background-color: #e0e0e0;
  border-radius: 10px;
  padding: 15px 0 20px;
  margin-right: 10px;
}

.t-item .item-area__list:last-child {
  margin-right: 30px;
}

.t-item .item-area__img {
  margin-bottom: 15px;
}

.t-item .item-area__img img {
  width: 100%;
}

.t-item .item-area__name {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
}

.t-item .panel {
  display: none;
  /*切り替え時の動き制御用*/
}

.t-item .panel.active {
  display: block;
}

.t-item .panel.border {
  border-bottom: 3px solid #fff;
}

#how-to-order {
  padding: 100px 0;
}

#how-to-order h2 {
  margin-bottom: 35px;
  font-size: 36px;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 1.9;
}

#how-to-order h2 span {
  display: block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
}

#how-to-order .text {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2.35294;
  text-align: center;
  margin-bottom: 50px;
}

#how-to-order .how-to-order-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

#how-to-order .how-to-order-wrapper .how-to-order {
  width: 25%;
  text-align: center;
}

#how-to-order .how-to-order-wrapper .how-to-order .how-to-order-title {
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: underline;
}

#how-to-order .how-to-order-wrapper .how-to-order .how-to-order-sub-title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

#how-to-order .how-to-order-wrapper .how-to-order .how-to-order-img {
  position: relative;
  height: 280px;
  width: 100%;
}

#how-to-order .how-to-order-wrapper .how-to-order .how-to-order-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
  transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
  width: 80%;
}

#how-to-order .how-to-order-wrapper .how-to-order .how-to-order-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.13333;
}

#how-to-order .how-to-order-wrapper .line {
  position: absolute;
  top: 0;
  width: 15px;
  overflow: hidden;
}

#how-to-order .how-to-order-wrapper .line.line1 {
  left: calc(25% - 7.5px);
}

#how-to-order .how-to-order-wrapper .line.line2 {
  left: calc(50% - 7.5px);
}

#how-to-order .how-to-order-wrapper .line.line3 {
  left: calc(75% - 7.5px);
}

#how-to-order .how-to-order-wrapper .how-to-order.how-to-order4 .how-to-order-text {
  margin-top: -32px;
}

.t-sculpture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
}

.t-sculpture__bnr {
  width: 50%;
}

.t-sculpture__bnr img {
  width: 100%;
}

.t-sculpture__txt {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.t-sculpture__inner {
  width: 76.1%;
}

.t-sculpture__inner h2 {
  text-align: center;
  margin-bottom: 50px;
}

.t-sculpture__inner .t-btn {
  width: 340px;
  margin: 0 auto 18px;
}

.t-sculpture__inner .t-btn a {
  width: 100%;
  display: block;
  border: 1px solid #000000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 22px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.t-sculpture__inner .t-btn a::before {
  content: "";
  background-image: url(../img/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.t-notice {
  background-color: #8eafc2;
  padding: 53px 0 70px;
}

.t-notice h2 {
  width: 215px;
  margin: auto;
  color: #313962;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.t-notice h2::before {
  content: "";
  width: 130px;
  height: 4px;
  background-color: #5c7b8d;
  position: absolute;
  left: -130px;
  top: 10px;
}

.t-notice h2::after {
  content: "";
  width: 130px;
  height: 4px;
  background-color: #5c7b8d;
  position: absolute;
  right: -130px;
  top: 10px;
}

.t-notice h2 span {
  display: block;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.02em;
  margin-top: 15px;
}

.t-notice h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 35px;
  text-align: center;
}

.t-notice .t-txt {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.85em;
  margin-bottom: 34px;
  text-align: center;
}

.t-notice .t-btn {
  width: 340px;
  margin: auto;
}

.t-notice .t-btn a {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 23px 0 20px 104px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  background-color: #fff;
}

.t-notice .t-btn a::before {
  content: "";
  background-image: url(../img/icon_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 24px;
  position: absolute;
  top: 20px;
  left: 55px;
}

/*featureスライド*/
.t-features .swiper {
  overflow: initial;
}

.t-features .swiper-button-next,
.t-features .swiper-button-prev {
  width: auto;
  height: auto;
}

.t-features .swiper-button-next:hover,
.t-features .swiper-button-prev:hover {
  opacity: 0.8;
  -webkit-transition: .2s;
  transition: .2s;
}

.t-features .swiper-button-prev:after,
.t-features .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 56px;
  margin: auto;
  width: 56px;
}

.t-features .swiper-button-prev {
  left: -84px;
}

.t-features .swiper-button-next {
  right: -84px;
}

.t-features .swiper-button-prev:after {
  background-image: url(../img/arrow_prev.svg);
}

.t-features .swiper-button-next:after {
  background-image: url(../img/arrow_next.svg);
}

/* KVフェードイン  */
.kv_fade {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.kv_fade.show {
  opacity: 1;
}

/* フェードイン */
.t-fadein {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
