body {
  font-family: trade-gothic-next, Arial, "Helvetica Neue", sans-serif;
  font-weight: 300;
}
h2, h3 {
  font-weight: 300;
}

.show-small {
  display: none;
}
@media screen and (max-width: 767px) {
  .show-small {
    display: block;
  }
}

.show-large {
  display: block;
}
@media screen and (max-width: 767px) {
  .show-large {
    display: none;
  }
}

.header-banner {
  position: relative;
  padding: 0 30px;
  background: #fff;
  border-bottom: 1px solid #d6d9d9;
}

.header-banner .row {
  position: relative;
}

.header-banner .slick-list {
  width: 100%;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .header-banner .slick-list {
    margin: 0 auto;
  }
}

.header-banner ul {
  display: flex;
  min-height: 38px;
  margin: 8px;
}
.header-banner li {
  padding-right: 60px;
  line-height: 1.3;
}

.header-banner .header-banner-close {
  position: absolute;
  top: calc(50% - 8px);
  right: 1.25rem;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}
.header-banner .header-banner-close:hover {
  opacity: .6;
  transition: opacity 500ms ease;
}

@media screen and (max-width: 767px) {
  .header-banner {
    padding: 0;
  }
  .header-banner p {
    width: 100%;
    margin: 0;
  }
  .header-banner .column {
    padding: 0;
  }
  .header-banner ul {
    margin: 0;
  }
  .header-banner li {
    padding-right: 16vw;
  }
  .header-banner a {
    position: relative;
    display: block;
    padding: 1.8vw 5.33333vw 1.9vw;
    /* font-size: 3.2vw; */
    font-size: 12px;
    line-height: 1.3;
  }
}


.is-homepage .header-top-outer {
  width: 100%;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .is-homepage .header-top-outer {
    top: 0;
    z-index: 9999;
    margin-top: 0;
    background: #fff;
  }
}
#nav-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  #nav-icon {
    display: block;
  }
}

.is-homepage .level-1-inner li a {
  margin: 0 1.875vw;
  padding: 25px 0 15px 0;
}
@media screen and (max-width: 767px) {
  .is-homepage .level-1-inner li a {
    margin: 0;
    color: #353737;
    font-size: 14px;
  }
  .is-homepage .level-1-inner > li > a {
    font-weight: bold;
  }
}
@media screen and (min-width: 1600px) {
  .is-homepage .level-1-inner li a {
    margin: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .is-homepage #minimized-header-container {
    z-index: 9999;
  }
}
.is-homepage #minimized-header-container ul.user-bag {
  top: 18px;
  right: 1.875vw;
}
@media screen and (max-width: 767px) {
  .is-homepage #minimized-header-container ul.user-bag {
    top: 20px;
    right: 20px;
  }

}
@media screen and (min-width: 1600px) {
  .is-homepage #minimized-header-container ul.user-bag {
    right: 15px;
  }
}
.is-homepage #minimized-header-container.fix-menu ul.user-bag {
  top: 25px;
}
.is-homepage #minimized-header-container ul.user-bag > li {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .is-homepage #minimized-header-container ul.user-bag > li {
    text-align: center;
    margin-left: 8px;
  }
}
.is-homepage #minimized-header-container .account-text,
.is-homepage #minimized-header-container .cart-text {
  display: inline-block;
  font-size: 11px;
  white-space: nowrap;
}
.is-homepage #minimized-header-container .account-text {
  padding-top: 7px;
  padding-left: 5px;
}
.is-homepage #minimized-header-container .cart-text {
  padding-left: 15px;
  padding-top: 5px;
}
.is-homepage .mini-cart-total .mini-cart-link .minicart-quantity {
  bottom: -8px;
  left: 10px;
  right: auto;
}
@media screen and (max-width: 1099px) {
  .is-homepage #minimized-header-container .account-text,
  .is-homepage #minimized-header-container .cart-text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-homepage #minimized-header-container .account-text,
  .is-homepage #minimized-header-container .cart-text {
    display: block;
  }
  .is-homepage #minimized-header-container .account-text {
    padding-top: 8px;
    padding-left: 0;
  }
  .is-homepage #minimized-header-container .cart-text {
    padding-left: 0;
    padding-top: 8px;
  }
  .is-homepage .mini-cart-total .mini-cart-link .minicart-quantity {
    bottom: 12px;
    left: auto;
    right: -5px;
  }
}

.is-homepage .t-sec {
  padding: 160px 0 0;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec {
    padding: 21.3333vw 0 0;
  }
}
.is-homepage .t-sec-wrapper {
  box-sizing: border-box;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 2.34375%;
}
@media screen and (min-width: 1160px) {
  .is-homepage .t-sec-wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-wrapper {
    padding: 0 5.33333vw;
  }
}
.is-homepage .t-sec-title {
  border: none;
  margin-bottom: 40px;
  padding: 0;
  color: #cbccce;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: initial;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-title {
    margin-bottom: 5.33333vw;
    /* font-size: 9.6vw; */
    font-size: 28px;
  }
}
.is-homepage .t-sec-lead {
  margin: 5px auto 60px;
  border: none;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-lead {
    margin: 0 0 6.7vw;
    /* font-size: 4.8vw; */
    font-size: 18px;
    line-height: 1.4;
  }
}
.is-homepage #main {
  margin: 0;
}
.is-homepage .main p {
  margin: 1em auto 0;
}
.is-homepage .t-gallery-slide {
  position: relative;
  width: 100%;
  padding-top: 56.25vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-gallery-slide {
    padding-top: 177.73333vw;
  }
}
@media screen and (max-width: 767px) {
  .is-homepage .t-gallery-slide-movie {
    margin-left: 50%;
    width: 315.2vw;
    height: 100%;
    transform: translateX(-50%);
  }
}
.is-homepage .t-gallery-slide-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-homepage .t-gallery-slide-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.is-homepage .t-gallery-slide-wrapper iframe, .is-homepage .t-gallery-slide-wrapper picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.is-homepage .t-gallery_b .t-gallery-slide-wrapper img {
  width: 100%;
  backface-visibility: hidden;
  opacity: 0.2;
  transform: scale(1.1);
  transition-delay: 0s;
  transition-duration: 0s;
  transition: opacity 1600ms linear 600ms, transform 3200ms ease-out 600ms;
}
.is-homepage .t-gallery_b .slick-active .t-gallery-slide-wrapper img {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .is-homepage .t-gallery-slide-wrapper img {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .is-homepage .t-gallery-slide-wrapper img {
    width: 100%;
  }
}
.is-homepage .t-gallery-slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding-bottom: 9.375%;
  text-align: center;
}
.is-homepage .t-gallery-slide-content.bring-right {
  width: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-gallery-slide-content {
    padding-bottom: 20%;
  }
  .is-homepage .t-gallery-slide-content.bring-right {
    width: 100%;
    left: 0;
  }
}
.is-homepage .t-gallery-slide .t-gallery-title {
  border-top: none;
  color: #353737;
  font-size: 2.125vw;
  line-height: 1.82353;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-gallery-slide .t-gallery-title {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1600px) {
  .is-homepage .t-gallery-slide .t-gallery-title {
    font-size: 34px;
  }
}
.is-homepage .t-gallery-slide .t-gallery-intro {
  margin-top: 2.25vw;
  margin-bottom: 0;
  font-size: 1.5vw;
  line-height: 1.79167;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-gallery-slide .t-gallery-intro {
    font-size: 3.46667vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1600px) {
  .is-homepage .t-gallery-slide .t-gallery-intro {
    font-size: 24px;
  }
}
.is-homepage .t-gallery-slide.t-gallery-slide-dark .t-gallery-title,
.is-homepage .t-gallery-slide.t-gallery-slide-dark .t-gallery-intro {
  color: #fff;
}
.is-homepage .t-gallery-slide a.button {
  width: 300px;
  margin: 1.8125vw auto 0;
  padding: 0.9375vw;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-gallery-slide a.button {
    width: 78.66667vw;
    max-width: 100%;
    margin: 5.33333vw auto 0;
    border-width: 0.26667vw;
    padding: 3.2vw;
    /* font-size: 3.73333vw; */
    font-size: 14px;
    line-height: 1.5;
  }
}
.is-homepage .t-gallery-slides-alt .t-gallery-slide {
  padding-top: 39.0625vw;
}
.is-homepage .t-gallery-slides-alt .t-gallery-slide-content {
  padding-bottom: 7.8125%;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-gallery-slides-alt .t-gallery-slide {
    padding-top: 156.53333vw;
  }
  .is-homepage .t-gallery-slides-alt .t-gallery-slide-content {
    padding-bottom: 20.26667%;
  }
}
.is-homepage .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 1.125vw 0 1.5625vw;
}
@media screen and (max-width: 767px) {
  .is-homepage .slick-dots {
    padding: 3.73333vw 0 4.66667vw;
  }
}
.is-homepage .slick-dots li {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: none;
}
@media screen and (max-width: 767px) {
  .is-homepage .slick-dots li {
    width: 2.60417vw;
    height: 2.60417vw;
  }
}
.is-homepage .slick-dots li button {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
.is-homepage .slick-dots li button::before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
  border-radius: 0;
  border: 1px solid #353737;
  background: transparent;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.is-homepage .slick-dots li.slick-active button:before {
  background: #353737;
}
.is-homepage .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.is-homepage .slick-arrow {
  content: '';
  width: 4.14063vw;
  height: 4.14063vw;
  border-right: 1px solid #353737;
  border-bottom: 1px solid #353737;
}
.is-homepage .slick-arrow.slick-prev {
  left: 1.95313vw;
  transform: rotate(-225deg);
}
.is-homepage .slick-arrow.slick-next {
  right: 1.95313vw;
  transform: rotate(-45deg);
}
.is-homepage .slick-arrow::before {
  content: '';
}
@media screen and (max-width: 767px) {
  .is-homepage .slick-arrow {
    width: 10.26667vw;
    height: 10.26667vw;
    border-right-width: 0.26667vw;
    border-bottom-width: 0.26667vw;
  }
  .is-homepage .slick-arrow.slick-prev {
    left: 5.33333vw;
  }
  .is-homepage .slick-arrow.slick-next {
    right: 5.33333vw;
  }
}
@media screen and (min-width: 1160px) {
  .is-homepage .slick-arrow {
    width: 53px;
    height: 53px;
    top: calc(50% - 25px);
  }
  .is-homepage .slick-arrow.slick-prev {
    left: 25px;
  }
  .is-homepage .slick-arrow.slick-next {
    right: 25px;
  }
}
.is-homepage .t-sec-intro {
  padding: 135px 0;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-intro {
    padding: 18vw 0 17vw;
  }
}
.is-homepage .t-sec-bg {
  padding-bottom: 160px;
  background: linear-gradient(to right, #fff 0% 42.2%, #efedee 42.2%, #fdfdfd);
}
.is-homepage .t-sec-bg-to-top {
  background: linear-gradient(to top, #fff 75%, #f7f6f6);
}
.is-homepage .t-sec-bg-to-bottom {
  background: linear-gradient(to bottom, #fff 75%, #f7f6f6);
}
.is-homepage .t-sec-bg-to-left {
  background: linear-gradient(to left, #efeeee, #fdfdfd);
}
.is-homepage .t-sec-bg-to-right {
  background: linear-gradient(to right, #efedee, #fdfdfd);
}
.is-homepage .t-sec-intro .t-intro-movie {
  position: relative;
  width: 74.546%;
  margin: 0 auto;
  padding-top: 41.91%;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-bg {
    padding-bottom: 21.3333vw;
    background: linear-gradient(to right, #fff 0% 42.1%, #efedee 42.1%, #fdfdfd);
  }
  .is-homepage .t-sec-intro .t-intro-movie {
    width: 100%;
    padding-top: 56.2634%;
  }
}
.is-homepage .t-sec-intro .t-intro-movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-homepage .t-sec-intro .t-intro-copy {
  margin-top: 33px;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}
.is-homepage .t-sec-intro .t-intro-movie + .is-homepage .t-sec-intro .t-intro-copy {
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-intro .t-intro-copy {
    margin-top: 3.73333vw;
    /* font-size: 3.73333vw; */
    font-size: 14px;
    line-height: 1.78571;
  }
  .is-homepage .t-sec-intro .t-intro-movie + .is-homepage .t-sec-intro .t-intro-copy {
    margin-top: 5.33333vw;
  }
}
.is-homepage .t-sec-products {
  padding: 135px 0 160px;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-products {
    padding: 18vw 0;
  }
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-products .t-sec-title {
    border-width: 0.26667vw;
    padding-bottom: 1.86667vw;
  }
}
.is-homepage .t-sec-products .t-products {
  margin: 76px auto 0;
}
.is-homepage .t-sec-products .t-products {
  margin-top: 55px;
}
.is-homepage .t-sec-products .t-products + a {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-products .t-products {
    margin-top: 5.3vw;
  }
  .is-homepage .t-sec-products .t-products + a {
    margin-top: 13.33333vw;
    width: 78.66667vw;
    max-width: 100%;
    padding: 4.66667vw;
    /* font-size: 3.73333vw; */
    font-size: 14px;
  }
}
.is-homepage .t-sec-products .t-product {
  box-sizing: border-box;
  padding: 0 1em;
  font-size: 12px;
  text-align: center;
}
.is-homepage .t-sec-products .t-product .badge-container {
    position: absolute;
    text-align: left
}
.is-homepage .t-sec-products .t-product .badge-container span {
    background-color: #fff;
    display: inline-block;
    line-height: normal;
    padding: 0 5px;
    border: 1px solid #8c9292;
    color: #8c9292;
    text-transform: uppercase;
}
.is-homepage .t-sec-products .t-product-image {
  width: 76%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-products .t-product {
    /* font-size: 3.2vw; */
    font-size: 12px;
  }
  .is-homepage .t-sec-products .t-product-image {
    width: 57.86667vw;
  }
}
.is-homepage .t-sec-products .t-product-image img {
  width: 100%;
  vertical-align: top;
}
.is-homepage .t-sec-products .t-product-brand {
  margin: 2em auto 0;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-products .t-product-brand {
    line-height: 1.5;
  }
}
.is-homepage .t-sec-products .t-product-name {
  margin: 0 auto;
  line-height: 1.5;
}
.is-homepage .t-sec-products .t-product-name span {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-products .t-product-name {
    line-height: 1.5;
  }
}
.is-homepage .t-sec-products .t-product-price {
  margin: .5em auto 0;
}
.is-homepage .t-sec-products .t-product-price .tax {
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-products .t-product-price {
    margin-top: 0.5em;
    line-height: 1.5;
  }
}
.is-homepage .t-sec-products .t-product-actions {
  width: 140px;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-products .t-product-actions {
    display: -ms-flexbox;
    display: flex;
    width: 78.66667vw;
    margin-top: 5.33333vw;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.is-homepage .t-sec-products .t-product-actions a {
  margin-top: 10px;
}
.is-homepage .t-sec-products .t-product-actions a:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-products .t-product-actions a {
    margin-top: 0;
    width: 37.33333vw;
    max-width: 100%;
    padding: 2.66667vw;
    /* font-size: 3.2vw; */
    font-size: 12px;
  }
}

.is-homepage .t-sec-seasonal .t-sec-wrapper-inner {
  padding: 50px 0px 20px;
}
.is-homepage .t-sec-seasonal .t-sec-title {
  color: #353737;
  font-size: 38px;
}
.is-homepage .t-sec-seasonal .t-contents-text {
  margin: 20px 0 38px;
  padding: 0;
  border: none;
  font-size: 22px;
  text-align: center;
}
.is-homepage .t-sec-seasonal .t-contents-unit {
  display: flex;
}
.is-homepage .t-sec-seasonal .t-contents-image-wrapper {
  width: 51.819%;
  box-sizing: border-box;
  margin-right: 3.6392%;
}
.is-homepage .t-sec-seasonal .t-contents-image-wrapper:hover {
  opacity: 1;
}
.is-homepage .t-sec-seasonal .t-contents-detail {
  width: 44.546%;
  margin-left: auto;
}
.is-homepage .t-sec-seasonal .t-sec-seasonal-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.is-homepage .t-sec-seasonal .t-sec-seasonal-list > li {
  width: 46.94%;
  margin-bottom: 33px;
  font-size: 12px;
}
.is-homepage .t-sec-seasonal .t-sec-seasonal-list > li > a {
  display: block;
}
.is-homepage .t-sec-seasonal .t-sec-seasonal-list > li > a:hover {
  opacity: .6;
  transition: opacity 500ms ease;
}
.is-homepage .t-sec-seasonal .t-product-name {
  margin: 10px 0 0;
  line-height: 1.5;
}
.is-homepage .t-sec-seasonal .t-product-price {
  margin: 0;
}
.is-homepage .t-sec-seasonal .t-product-price .tax {
  padding-left: 5px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-seasonal .t-sec-wrapper-inner {
    padding: 6vw 5.3333vw 6vw;
  }
  .is-homepage .t-sec-seasonal .t-sec-title {
    /* font-size: 5.3333vw; */
    font-size: 20px;
  }
  .is-homepage .t-sec-seasonal .t-contents-text {
    margin: 1.6vw 0 4vw;
    /* font-size: 4.8vw; */
    font-size: 18px;
    line-height: 1.4;
  }
  .is-homepage .t-sec-seasonal .t-contents-unit {
    display: block;
  }
  .is-homepage .t-sec-seasonal .t-contents-image-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .is-homepage .t-sec-seasonal .t-contents-detail {
    width: 100%;
    margin: 1vw 0 0;
  }
  .is-homepage .t-sec-seasonal .t-sec-seasonal-list > li {
    width: 46.94%;
    margin-top: 4vw;
    margin-bottom: 0;
    /* font-size: 3.2vw; */
    font-size: 12px;
  }
  .is-homepage .t-sec-seasonal .t-product-name {
    margin: 4vw 0 1vw;
    /* font-size: 3.2vw; */
    font-size: 12px;
  }
  .is-homepage .t-sec-seasonal .t-product-price .tax {
    padding-left: 2vw;
    /* font-size: 2.66667vw; */
    font-size: 10px;
  }
}

.is-homepage .t-sec-news {
  padding: 130px 0 0;
}
.is-homepage .t-sec-news .content-asset .news {
  margin: 4vw 0 0;
  padding: 0;
}
.is-homepage .t-sec-news .content-asset .news .label {
  width: 260px;
  margin-bottom: 5px;
  color: #353737;
}
.is-homepage .t-sec-news .content-asset .news > li > a {
  padding: 30px 0 24px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-news {
    padding: 17.3333vw 0 0;
  }
  .is-homepage .t-sec-news .content-asset .news {
    margin: 4vw 0 0;
  }
  .is-homepage .t-sec-news .content-asset .news .label {
    width: 100%;
  }
  .is-homepage .t-sec-news .content-asset .news > li > a {
    display: block;
    padding: 4.3333vw 0 7.3333vw;
  }
}

.is-homepage .t-sec-interlude {
  position: relative;
  margin-top: 0;
}
.is-homepage .t-sec-interlude .t-interlude-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.is-homepage .t-sec-interlude .t-interlude-movie {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  padding-top: 56.25%;
  transform: translate(-50%, -50%);
}
.is-homepage .t-sec-interlude iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-homepage .t-sec-contents .t-sec-title {
  margin-left: 25.40984%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-contents .t-sec-title {
    margin-left: 0;
  }
}
.is-homepage .t-contents-image-wrapper:hover {
  opacity: .6;
  transition: opacity 500ms ease;
}
.is-homepage .t-sec-left .t-contents-image-wrapper {
  position: relative;
  padding-left: 31.3947%;
}
.is-homepage .img_b .t-sec-left .t-contents-image-wrapper {
  position: relative;
  width: 57.8125%;
  margin-left: auto;
  padding-left: 0;
  z-index: 1;
}
.is-homepage .t-sec-right .t-contents-image-wrapper {
  position: relative;
  padding-right: 31.3947%;
}
.is-homepage .img_b .t-sec-right .t-contents-image-wrapper {
  position: relative;
  width: 57.8125%;
  margin-right: auto;
  padding-right: 0;
  z-index: 1;
}
@media screen and (max-width: 1009px) {
  .is-homepage .t-sec-contents .t-contents-image-wrapper {
    padding-left: 0;
  }
  .is-homepage .img_b .t-sec-left .t-contents-image-wrapper,
  .is-homepage .img_b .t-sec-right .t-contents-image-wrapper {
    width: 94.6666%;
  }
}
.is-homepage .t-sec-contents .t-contents-detail {
  display: flex;
  position: relative;
  width: 50%;
  min-height: 330px;
  margin-top: -140px;
  box-sizing: border-box;
  border: 1px solid #d6d9d9;
  z-index: 2;
}
.is-homepage .img_b .t-sec-contents .t-contents-detail {
  min-height: 250px;
  margin-top: -220px;
  z-index: 0;
}
.is-homepage .t-sec-left .t-contents-detail {
  justify-content: flex-end;
  border-left: none;
}
.is-homepage .t-sec-right .t-contents-detail {
  justify-content: flex-start;
  margin-left: 50%;
  border-right: none;
}
.is-homepage .t-sec-contents .t-contents-detail-inner {
  display: block;
  width: 100%;
  max-width: 550px;
  padding: 40px 60px 60px 60px;
  box-sizing: border-box;
}
.is-homepage .t-sec-contents a.t-contents-detail-inner:hover {
  opacity: .6;
  transition: opacity 500ms ease;
}
.is-homepage .img_b .t-sec-left .t-contents-detail-inner {
  padding: 40px 18.77% 25px 0;
}
.is-homepage .img_b .t-sec-right .t-contents-detail-inner {
  padding: 40px 0 25px 18.77%;
}
@media screen and (max-width: 1259px) {
  .is-homepage .img_b .t-sec-left .t-contents-detail-inner {
    padding: 40px 18.77% 25px 20px;
  }
  .is-homepage .img_b .t-sec-right .t-contents-detail-inner {
    padding: 40px 20px 25px 18.77%;
  }
}
.is-homepage .t-sec-contents .t-contents-detail .t-sec-title {
  margin-bottom: 15px;
  margin-left: 0;
  line-height: 1.1;
}
.is-homepage .img_b .t-sec-contents .t-contents-detail .t-sec-title {
  word-break: break-all;
}
.is-homepage .t-sec-contents .t-contents-detail .t-contents-subtitle {
  font-size: 20px;
  line-height: 1.5;
}
.is-homepage .t-sec-contents .t-contents-detail .t-contents-text {
  margin: 5px 0 30px;
  font-size: 14px;
}

.is-homepage .t-sec-contents .t-contents-detail > :first-child {
  margin-top: 0;
}
@media screen and (max-width: 1009px) {
  .is-homepage .t-sec-contents .t-contents-detail {
    width: 94.27082%;
    min-height: 0;
    margin-top: -8vw;
  }
  .is-homepage .img_b .t-sec-contents .t-contents-detail {
    min-height: 0;
    margin-top: -8vw;
  }
  .is-homepage .t-sec-right .t-contents-detail {
    margin-left: auto;
  }
  .is-homepage .img_b .t-sec-left .t-contents-detail-inner,
  .is-homepage .img_b .t-sec-right .t-contents-detail-inner {
    max-width: 100%;
    padding: 13.3333vw 5.3333vw 5.3333vw 5.3333vw;
  }
  .is-homepage .img_b .t-sec-left .t-contents-detail-inner
  .is-homepage .img_b .t-sec-right .t-contents-detail-inner {
    max-width: 100%;
    padding: 13.3333vw 5.3333vw 5.3333vw 5.3333vw;
  }
  .is-homepage .t-sec-contents .t-contents-detail .t-contents-text {
    margin: 1vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-contents .t-contents-detail {
    width: 88%;
  }
  .is-homepage .t-sec-contents .t-contents-detail .t-contents-subtitle {
    /* font-size: 4.8vw; */
    font-size: 18px;
  }
  .is-homepage .t-sec-contents .t-contents-detail .t-contents-text {
    /* font-size: 3.73333vw; */
    font-size: 14px;
    letter-spacing: 0px;
  }
}
.is-homepage .t-sec-contents .t-contents-subtitle {
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-contents .t-contents-subtitle {
    font-size: 3.46667vw;
    line-height: 1.84615;
  }
}
.is-homepage .t-sec-contents .t-contents-text {
  font-size: 16px;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-contents .t-contents-text {
    font-size: 3.46667vw;
    line-height: 1.84615;
  }
}
.is-homepage .t-sec-contents .t-contents button {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-contents .t-contents button {
    font-size: 3.46667vw;
  }
}
.is-homepage .t-sec-contents-alt .t-sec-title {
  margin-left: auto;
}
.is-homepage .t-sec-contents-alt .t-contents-image-wrapper::before {
  left: auto;
  right: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-contents-alt .t-contents-image-wrapper {
    margin-right: auto;
    padding-right: 0;
  }
  .is-homepage .t-sec-contents-alt .t-contents-image-wrapper::before {
    display: none;
  }
}
/* @media screen and (max-width: 767px) {
  .is-homepage .t-sec-contents-alt .t-contents-detail {
    margin-left: auto;
    margin-right: -5.33333vw;
    border: 0.53333vw solid #898989;
    border-top: none;
    border-right: none;
  }
} */
.is-homepage .t-sec-contents .t-contents-gallery {
  width: 100%;
  margin: 160px auto 40px;
}

@media screen and (max-width: 767px) {
  .is-homepage .t-sec-contents .t-contents-gallery {
    display: none;
  }
}
.is-homepage .t-sec-contents .t-contents-gallery .slick-dots {
  bottom: -80px;
}
.is-homepage .t-sec-contents .t-contents-gallery-item > div {
  margin: 0 5px;
}
.is-homepage .t-sec-contents .slick-arrow.slick-prev {
  left: -6.66667vw;
}
.is-homepage .t-sec-contents .slick-arrow.slick-next {
  right: -5.73333vw;
}
@media screen and (min-width: 768px) {
  .is-homepage .t-sec-contents .slick-arrow.slick-prev {
    left: -50px;
  }
  .is-homepage .t-sec-contents .slick-arrow.slick-next {
    right: -43px;
  }
}
.is-homepage .t-sec-contents .t-sec-stories {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10.66667vw;
}
.is-homepage .t-sec-contents .t-sec-stories .t-contents-story {
  width: 43.5vw;
  flex: 0 0 auto;
}
.is-homepage .t-sec-contents .t-sec-stories .t-contents-story:nth-child(n+3) {
  margin-top: 1.33333vw;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-contents .t-sec-stories {
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 21.3333vw auto 0;
  }
  .is-homepage .t-sec-contents .t-sec-stories .t-contents-story {
    width: 49.2%;
  }
}
.is-homepage .t-sec-contents.t-sec-shop .t-contents-detail .t-contents-detail-inner {
  padding-bottom: 60px;
}
.is-homepage .t-sec-contents.t-sec-shop .t-contents-detail .t-contents-text {
  margin: 10px 0 15px;
}
.is-homepage .t-sec-contents.t-sec-shop .group-bt {
  display: -ms-flexbox;
  display: flex;
}
.is-homepage .t-sec-contents.t-sec-shop .group-bt a {
  margin-right: 10px;
  background-color: transparent;
}
.is-homepage .t-sec-contents.t-sec-shop .group-bt + .button {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-contents.t-sec-shop .t-contents-detail .t-contents-detail-inner {
    padding-bottom: 8vw;
  }
  .is-homepage .t-sec-contents.t-sec-shop .t-contents-detail .t-contents-text {
    margin: 0 0 2.3333vw;
  }
  .is-homepage .t-sec-contents.t-sec-shop .group-bt {
    display: -ms-flexbox;
    display: flex;
  }
  .is-homepage .t-sec-contents.t-sec-shop .group-bt a {
    max-width: 100%;
    margin-right: 4vw;
    /* font-size: 3.2vw; */
    font-size: 12px;
  }
  .is-homepage .t-sec-contents.t-sec-shop .group-bt + .button {
    width: 77.86667vw;
    margin-top: 8vw;
    /* font-size: 3.73333vw; */
    font-size: 14px;
  }
}
.is-homepage .t-sec-social {
  padding: 140px 0 160px;
}
.is-homepage .t-sec-social .t-social-icon {
  width: 87px;
  margin: 0 auto;
}
.is-homepage .t-sec-social .t-social-text {
  font-size: 28px;
  text-align: center;
}
.is-homepage .t-sec-social .t-social-items {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 83.637%;
  margin: 39px auto 0;
}
.is-homepage .t-sec-social .t-social-item {
  width: 32.78689%;
  max-width: 400px;
  padding-left:5px;
  padding-right:5px;
}
.is-homepage .t-sec-social .t-social-item:nth-child(n+4) {
  margin-top: 0.81967%;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-social {
    padding: 18.6666vw 0 21.3333vw;
  }
  .is-homepage .t-sec-social .t-social-items {
  	display: flex;
  	flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 4.3333vw;
  }
  .is-homepage .t-sec-social .t-social-item {
  	width: 42.78689% !important;
  	max-width: 400px;
	padding-bottom:10px;
  }
  .is-homepage .t-sec-social .t-social-text {
    /* font-size: 3.73333vw; */
    font-size: 14px;
  }
}

.is-homepage .t-sec-benefits {
  padding: 70px 0;
  background: #898a8d;
}
.is-homepage .t-sec-benefits .t-sec-title {
  color: #fff;
  font-size: 24px;
}
.is-homepage .t-sec-benefits .t-benefits-list {
  display: flex;
  justify-content: space-evenly;
  margin: 55px auto 0;
  max-width: 740px;
}
_:-ms-fullscreen, :root .is-homepage .t-sec-benefits .t-benefits-list {
  max-width: 900px;
}
.is-homepage .t-sec-benefits .t-benefits-list > li {
  color: #fff;
  text-align: center;
}
.is-homepage .t-sec-benefits .t-benefits-image {
  height: 100%;
  max-height: 90px;
}
.is-homepage .t-sec-benefits .t-benefits-image > img {
  height: 100%;
}
.is-homepage .t-sec-benefits .t-benefits-title {
  display: block;
  margin: 14px 0 5px;
  font-size: 16px;
}
.is-homepage .t-sec-benefits .t-benefits-text {
  display: block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .is-homepage .t-sec-benefits {
    padding: 9.3vw 0;
  }
  .is-homepage .t-sec-benefits .t-sec-title {
    /* font-size: 4.8vw; */
    font-size: 18px;
  }
  .is-homepage .t-sec-benefits .t-benefits-list {
    display: block;
    margin: 7.3333vw 0 0 7.3333vw;
    max-width: 740px;
  }
  .is-homepage .t-sec-benefits .t-benefits-list > li {
    display: flex;
    align-items: center;
    margin-top: 7.3333vw;
  }
  .is-homepage .t-sec-benefits .t-benefits-list > li p {
    margin: 0;
    text-align: left;
  }
  .is-homepage .t-sec-benefits .t-benefits-image {
    height: calc(90 * 100vw / 750);
    margin-right: calc(40 * 100vw / 750);
  }
  .is-homepage .t-sec-benefits .t-benefits-title {
    margin: 0 0 0.5vw;
    /* font-size: 3.46667vw; */
    font-size: 13px;
    font-weight: bold;
  }
  .is-homepage .t-sec-benefits .t-benefits-text {
    /* font-size: 3.2vw; */
    font-size: 12px;
    line-height: 1.6;
  }
}
.is-homepage footer .footer-middle-content {
  padding-top: 20px;
}
.is-homepage footer .footer-container .sitemap-container {
  margin-top: 0;
}
.is-homepage footer .footer-container .sitemap-container {
  padding: 0 0 0 30px;
}
.is-homepage footer .footer-container .sitemap-container .footer-item {
  left: 0;
  width: 20%;
}
.is-homepage footer .footer-container .sitemap-container .footer-item h3 {
  padding-top: 0;
  margin-bottom: 25px;
  border: none;
  font-size: 12px;
  font-weight: bold;
}
.is-homepage .footer-bounder {
  padding-top: 20px;
  background: #efedee;
}
.is-homepage .social-link li a {
  color: #898a8d;
}
.is-homepage .copy-right {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .is-homepage footer .footer-container .sitemap-container {
    padding: 0 20px;
  }
  .is-homepage footer .footer-container .sitemap-container .footer-item {
    width: 100%;
    padding-left: 0;
  }
  .is-homepage footer .footer-container .sitemap-container .footer-item h3 {
    margin-bottom: 15px;
  }
  .is-homepage footer .footer-container .sitemap-container .footer-item .footer-links ul {
    display: flex;
    flex-wrap: wrap;
  }
  .is-homepage footer .footer-container .sitemap-container .footer-item .footer-links ul > li {
    width: 50%;
    line-height: 1.4;
  }
  .is-homepage .footer-bounder {
    padding: 20px 0;
  }
  .is-homepage .copy-right {
    font-size: 10px;
  }
}
.is-homepage .modal-intro {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #999;
}
.is-homepage .modal-intro .close-button {
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 50%;
  z-index: 10001;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
  padding: 7px 0px;
  font-size: 12px;
}
@media screen and (max-width: 1020px) {
  .is-homepage .modal-intro .close-button {
    bottom: 100px;
  }
}


@media screen and (max-width: 767px) {
  .is-homepage .modal-intro .close-button {
    width: auto;
    padding: 2vw 8vw;
    /* font-size: 3.2vw; */
    font-size: 12px;
    left:auto;
    right:0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.is-homepage .modal-intro iframe {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.j-scroll-effect {
  opacity: 0;
  transform: translate3d(0px, 50px, 0px);
  transition: opacity 0.75s linear,transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.t-sec-left .t-contents-detail .j-scroll-effect,
.t-sec-right .t-contents-image-wrapper.j-scroll-effect {
  transform: translate3d(-50px, 0px, 0px);
}
.t-sec-right .t-contents-detail .j-scroll-effect,
.t-sec-left .t-contents-image-wrapper.j-scroll-effect {
  transform: translate3d(50px, 0px, 0px);
}
.j-scroll-effect_start,
.t-sec-left .t-contents-detail .j-scroll-effect.j-scroll-effect_start,
.t-sec-right .t-contents-detail .j-scroll-effect.j-scroll-effect_start,
.t-sec-left .t-contents-image-wrapper.j-scroll-effect.j-scroll-effect_start,
.t-sec-right .t-contents-image-wrapper.j-scroll-effect.j-scroll-effect_start {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.t-sec-left .t-contents-image-wrapper.j-scroll-effect.j-scroll-effect_start:hover,
.t-sec-right .t-contents-image-wrapper.j-scroll-effect.j-scroll-effect_start:hover {
  opacity: .6;
  transition: opacity 500ms ease;
}
.is-homepage .t-sec-title {
  color: #6f6f6f;
  font-size: clamp(30px, calc(17.88309636650869px + 1.579778830963665vw), 40px);
}
/*-- t-sec-recommend --*/
.is-homepage ul.recommend-tab-link {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.is-homepage ul.recommend-tab-link li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  color: #6f6f6f;
  font-size: clamp(16px, calc(11.153238546603475px + 0.631911532385466vw), 20px);
  text-align: center;
  padding: 10px 0 12px;
  margin: 0 15px;
  border: #6f6f6f 1px solid;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
.is-homepage ul.recommend-tab-link li:hover {
  opacity: 0.6;
}
.is-homepage ul.recommend-tab-link li.tab_act {
  color: #fff;
  background: #6f6f6f;
  cursor: default;
}
.is-homepage ul.recommend-tab-link li.tab_act:hover {
  opacity: 1;
}
.is-homepage .recommend-tab-wrapper {
  /* max-width: 1200px;
  width: 85.714vw; */
  margin: 0 auto;
}
.is-homepage .recommend-tab-wrapper .recommend-tab {
  display: none;
}
.is-homepage .recommend-tab-wrapper .recommend-tab.active {
  display: block;
}
.is-homepage .recommend-tab-slides .slick-track {
  display: flex;
}
.is-homepage .recommend-tab-slide {
  width: auto !important;
  height: auto;
  text-align: center;
}
.is-homepage .recommend-tab-slide a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.is-homepage .recommend-tab-slides .slick-arrow {
  width: 15px;
  height: 15px;
  border-right: #a7a7a7 3px solid;
  border-bottom: #a7a7a7 3px solid;
}
@media screen and (max-width: 767px) {
  .is-homepage ul.recommend-tab-link {
    justify-content: space-between;
    padding: 0 4vw;
    margin-bottom: 5.729vw;
  }
  .is-homepage ul.recommend-tab-link li {
    width: 48%;
    padding: 1.302vw 0 1.563vw;
    margin: 0;
  }
  .is-homepage .recommend-tab-wrapper {
    max-width: initial;
    width: 85.714vw;
  }
  .is-homepage .recommend-tab-slide {
    width: 100%;
  }
  .is-homepage .recommend-tab-slides .slick-arrow {
    width: 4.953vw;
    height: 4.953vw;
  }
  .is-homepage .recommend-tab-slides .slick-arrow.slick-prev {
    left: 0.33vw;
  }
  .is-homepage .recommend-tab-slides .slick-arrow.slick-next {
    right: 0.33vw;
  }
}