.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}
.slick-track:before, .slick-track:after {
  display: table;
  content: ""
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0)
}
.slick-arrow.slick-hidden {
  display: none
}
html {
  overflow-x: hidden !important
}
body {
  overflow-x: hidden !important
}
a {
  text-decoration: none
}
[data-anim=true] {
  opacity: 0
}
.pc-only {
  display: inherit !important
}
.sp-only {
  display: none !important
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important
  }
  .sp-only {
    display: inherit !important
  }
}
.container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 4vw
  }
}
.contents_ {
  position: relative
}
.c-txt {
  font-size: 16px;
  text-align: justify;
  line-height: 2.2;
  letter-spacing: .09rem
}
@media screen and (max-width: 767px) {
  .c-txt {
    font-size: 14px;
    font-size: 3.7333333333vmin
  }
}
.c-txt--center {
  text-align: center
}
.c-txt--pc-center {
  text-align: center
}
@media screen and (max-width: 767px) {
  .c-txt--pc-center {
    text-align: justify
  }
}
.c-txt--small {
  font-size: 100%
}
.c-title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .2rem
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 8vw;
    font-size: 17px;
    font-size: 4.5333333333vmin
  }
}
.c-title--center {
  text-align: center
} /* .kv{margin-bottom:50px}@media screen and (max-width: 767px){.kv{margin-bottom:8vw}} */ .kv__img--1 {
  background-color: #9cbfbd
}
.kv__img--2 {
  background-color: #e8afa8
}
.kv__img--3 {
  background-color: #aabad4
}
.kv__img--4 {
  background-color: #e4ca8f
}
.kv__img picture {
  display: block;
  max-width: 1024px;
  margin: auto
}
.kv .slick-dots {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem
}
@media screen and (max-width: 767px) {
  .kv .slick-dots {
    margin-top: 1.3333333333vw
  }
}
.kv .slick-dots button {
  width: 10px;
  height: 10px;
  font-size: 0;
  border: none;
  border-radius: 50%;
  background-color: #ccc
}
@media screen and (max-width: 767px) {
  .kv .slick-dots button {
    width: 1.8666666667vw;
    height: 1.8666666667vw
  }
}
.kv .slick-dots .slick-active button {
  background-color: #000
}
.intro {
  padding-top: 1%;
  background-color: #d7d5d1
}
@media screen and (max-width: 767px) {
  .intro {
    padding-top: 7vw
  }
}
.intro__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 767px) {
  .intro__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.intro__head {
  max-width: 460px
}
@media screen and (max-width: 767px) {
  .intro__head {
    max-width: none;
    width: 84vw;
    margin-bottom: 5vw
  }
}
.intro__img {
  max-width: 486px;
  width: auto
}
@media screen and (max-width: 767px) {
  .intro__img {
    max-width: none;
    width: 100vw;
    margin: 0 calc(50% - 50vw)
  }
}
.message {
  margin: 110px auto 160px
}
@media screen and (max-width: 767px) {
  .message {
    margin: 20vw auto
  }
}
.message__head {
  margin-bottom: 2.5rem
}
@media screen and (max-width: 767px) {
  .message__head {
    margin-bottom: 8vw
  }
}
.message__head--top {
  max-width: 368px
}
@media screen and (max-width: 767px) {
  .message__head--top {
    margin-left: 4vw;
    max-width: 74.6666666667vw
  }
}
.message__head--bottom {
  max-width: 460px;
  margin-left: auto
}
@media screen and (max-width: 767px) {
  .message__head--bottom {
    margin-left: 14vw;
    max-width: 61.3333333333vw
  }
}
.message__desc {
  position: relative
}
.message__desc--top {
  height: 495px;
  margin-bottom: 100px
}
@media screen and (max-width: 767px) {
  .message__desc--top {
    height: 180vw;
    margin-bottom: 18.6666666667vw
  }
}
.message__desc--bottom {
  height: 385px
}
@media screen and (max-width: 767px) {
  .message__desc--bottom {
    height: 124vw
  }
}
.message__txt {
  background-color: #ece8e5
}
.message__txt--top {
  padding: 50px 0 355px;
  margin-left: calc(50% - 50vw);
  margin-right: 100px
}
@media screen and (max-width: 767px) {
  .message__txt--top {
    margin-right: 5vw;
    padding: 9.3333333333vw 0 133.3333333333vw
  }
}
.message__txt--top .c-txt {
  left: 0
}
@media screen and (max-width: 767px) {
  .message__txt--top .c-txt {
    margin-left: 4vw
  }
}
.message__txt--bottom {
  padding: 50px 0 250px;
  margin-right: calc(50% - 50vw);
  margin-left: 100px
}
@media screen and (max-width: 767px) {
  .message__txt--bottom {
    margin-left: 5vw;
    padding: 10.6666666667vw 0 90.6666666667vw
  }
}
.message__txt--bottom .c-txt {
  right: 0
}
@media screen and (max-width: 767px) {
  .message__txt--bottom .c-txt {
    left: 14vw
  }
}
.message__txt .c-txt {
  max-width: 460px;
  position: absolute
}
@media screen and (max-width: 767px) {
  .message__txt .c-txt {
    line-height: 2.5;
    max-width: 72vw
  }
}
.message__img {
  position: absolute;
  top: 60px;
  max-width: 512px
}
.message__img--top {
  right: 0
}
@media screen and (max-width: 767px) {
  .message__img--top {
    top: 104vw;
    margin-left: 4vw
  }
}
.message__img--bottom {
  left: 0
}
@media screen and (max-width: 767px) {
  .message__img--bottom {
    top: 66.6666666667vw;
    margin-right: 4vw
  }
}
.social {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 80px
}
@media screen and (max-width: 767px) {
  .social {
    max-width: none;
    width: 100%;
    margin-bottom: 24vw;
    padding: 0 4vw
  }
}
.social__head {
  max-width: 390px;
  margin: 0 auto 70px
}
@media screen and (max-width: 767px) {
  .social__head {
    max-width: 55vw;
    margin-bottom: 10.6666666667vw
  }
}
.social__head .icn {
  display: block;
  max-width: 38px;
  margin: 0 auto 20px
}
@media screen and (max-width: 767px) {
  .social__head .icn {
    max-width: 9.0666666667vw;
    margin-bottom: 5.3333333333vw
  }
}
.social__slider {
  position: relative;
  margin-bottom: 30px
}
@media screen and (max-width: 767px) {
  .social__slider {
    margin-bottom: 2.6666666667vw
  }
}
.social__slider__list {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap
}
@media screen and (max-width: 767px) {
  .social__slider__list {
    overflow: auto;
    padding-bottom: 4vw;
    font-size: 0
  }
}
.social__slider__item {
  width: 24%;
  margin-right: 1%;
  cursor: pointer;
  white-space: normal;
  display: inline-block;
  vertical-align: bottom
}
@media screen and (max-width: 767px) {
  .social__slider__item {
    width: 50%;
    margin-right: 4%
  }
}
.social__slider__item .photo {
  position: relative;
  margin-bottom: 12px
}
@media screen and (max-width: 767px) {
  .social__slider__item .photo {
    margin-bottom: 2.6666666667vw
  }
}
.social__slider__item .photo::before {
  content: "";
  display: block;
  padding-top: 100%
}
.social__slider__item .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.social__slider__item .img img {
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  left: 50%;
  max-height: initial;
  max-width: initial;
  object-fit: cover;
  transform: translate(-50%, -50%)
}
.social__slider__item .name {
  margin-bottom: 6px;
  padding-left: 28px;
  background: url(../images/im_icn_instagram.png) no-repeat left center;
  background-size: 18px auto;
  font-size: 12px;
  font-weight: 700;
  color: #666
}
.social__slider__item .name--instagram {
  background: url(../images/im_icn_instagram.png) no-repeat left center;
  background-size: 18px auto
}
.social__slider__item .name--twitter {
  background: url(../images/im_icn_twitter.png) no-repeat left center;
  background-size: 18px auto
}
@media screen and (max-width: 767px) {
  .social__slider__item .name {
    margin-bottom: 1.6vw;
    padding-left: 4.2666666667vw;
    background-size: 3.2vw auto;
    font-size: 10px;
    font-size: 2.6666666667vw
  }
}
.social__slider__item .txt {
  position: relative;
  height: 5em;
  overflow: hidden;
  font-size: 14px;
  color: #666
}
@media screen and (max-width: 767px) {
  .social__slider__item .txt {
    font-size: 11px;
    font-size: 2.9333333333vw
  }
}
.social__slider__item .txt::before {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0), white)
}
.social__slider__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 6.6666666667vw;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center 12vw;
  background-size: contain;
  cursor: pointer;
  z-index: 20
}
@media screen and (max-width: 767px) {
  .social__slider__arrow {
    top: 10%;
    bottom: 0;
    width: 7vw;
    background-position: center 12vw
  }
}
.social__slider__arrow::before {
  content: "";
  position: absolute;
  top: 30%;
  right: -80%;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  border-bottom: 2px solid #828282;
  border-left: 2px solid #828282;
  transform: rotate(45deg)
}
@media screen and (max-width: 767px) {
  .social__slider__arrow::before {
    display: none
  }
}
.social__slider__arrow.-prev {
  right: 100%
}
@media screen and (max-width: 767px) {
  .social__slider__arrow.-prev {
    left: -4vw;
    background-image: url(../images/im_slider_prev.png)
  }
}
.social__slider__arrow.-next {
  left: 100%;
  transform: scaleX(-1)
}
@media screen and (max-width: 767px) {
  .social__slider__arrow.-next {
    left: auto;
    right: -4vw;
    transform: none;
    background-image: url(../images/im_slider_next.png)
  }
}
.social__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .5);
  z-index: 10000;
  transition: .2s all
}
@media screen and (max-width: 767px) {
  .social__modal {
    display: block;
    padding: 10.6666666667vw;
    overflow: auto
  }
}
.social__modal[data-social-modal=false] {
  opacity: 0;
  pointer-events: none
}
.social__modal[data-social-modal="1"] .social__modal__item:nth-of-type(1) {
  display: flex
}
@media screen and (max-width: 767px) {
  .social__modal[data-social-modal="1"] .social__modal__item:nth-of-type(1) {
    display: block
  }
}
.social__modal[data-social-modal="2"] .social__modal__item:nth-of-type(2) {
  display: flex
}
@media screen and (max-width: 767px) {
  .social__modal[data-social-modal="2"] .social__modal__item:nth-of-type(2) {
    display: block
  }
}
.social__modal[data-social-modal="3"] .social__modal__item:nth-of-type(3) {
  display: flex
}
@media screen and (max-width: 767px) {
  .social__modal[data-social-modal="3"] .social__modal__item:nth-of-type(3) {
    display: block
  }
}
.social__modal[data-social-modal="4"] .social__modal__item:nth-of-type(4) {
  display: flex
}
@media screen and (max-width: 767px) {
  .social__modal[data-social-modal="4"] .social__modal__item:nth-of-type(4) {
    display: block
  }
}
.social__modal[data-social-modal="5"] .social__modal__item:nth-of-type(5) {
  display: flex
}
@media screen and (max-width: 767px) {
  .social__modal[data-social-modal="5"] .social__modal__item:nth-of-type(5) {
    display: block
  }
}
.social__modal[data-social-modal="6"] .social__modal__item:nth-of-type(6) {
  display: flex
}
@media screen and (max-width: 767px) {
  .social__modal[data-social-modal="6"] .social__modal__item:nth-of-type(6) {
    display: block
  }
}
.social__modal[data-social-modal="7"] .social__modal__item:nth-of-type(7) {
  display: flex
}
@media screen and (max-width: 767px) {
  .social__modal[data-social-modal="7"] .social__modal__item:nth-of-type(7) {
    display: block
  }
}
.social__modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.social__modal__wrap {
  position: relative;
  max-width: 1000px;
  width: 80%;
  padding: 34px;
  background-color: #fff;
  z-index: 10
}
@media screen and (max-width: 767px) {
  .social__modal__wrap {
    width: 100%;
    min-height: 86vh;
    padding: 0
  }
}
.social__modal__item {
  display: none
}
.social__modal__photo {
  position: relative;
  width: 42%
}
@media screen and (max-width: 767px) {
  .social__modal__photo {
    width: auto
  }
}
.social__modal__photo::before {
  content: "";
  display: block;
  padding-top: 100%
}
.social__modal__photo .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.social__modal__photo .img img {
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  left: 50%;
  max-height: initial;
  max-width: initial;
  object-fit: cover;
  transform: translate(-50%, -50%)
}
.social__modal__txt {
  position: relative;
  width: 58%;
  flex: 1
}
@media screen and (max-width: 767px) {
  .social__modal__txt {
    width: auto
  }
}
.social__modal__txt__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  overflow: auto
}
@media screen and (max-width: 767px) {
  .social__modal__txt__inner {
    position: static;
    padding: 5.3333333333vw
  }
}
.social__modal__txt__inner .name {
  margin-bottom: 12px;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 700;
  color: #666
}
.social__modal__txt__inner .name--instagram {
  background: url(../images/im_icn_instagram.png) no-repeat left center;
  background-size: 18px auto
}
.social__modal__txt__inner .name--twitter {
  background: url(../images/im_icn_twitter.png) no-repeat left center;
  background-size: 18px auto
}
@media screen and (max-width: 767px) {
  .social__modal__txt__inner .name {
    margin-bottom: 2.6666666667vw;
    padding-left: 4.8vw;
    background-size: 3.7333333333vw auto;
    font-size: 11px;
    font-size: 2.9333333333vw
  }
}
.social__modal__txt__inner .name a {
  font-weight: 700;
  color: #666
}
.social__modal__txt__inner .txt {
  position: relative;
  font-size: 14px
}
@media screen and (max-width: 767px) {
  .social__modal__txt__inner .txt {
    font-size: 12px;
    font-size: 3.2vw
  }
}
.social__modal__txt__inner .txt a, .social__modal__txt__inner .txt a:visited {
  color: #1d9bf0
}
.social__modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10
}
@media screen and (max-width: 767px) {
  .social__modal__close {
    position: fixed;
    width: 10.6666666667vw;
    height: 10.6666666667vw
  }
}
.social__modal__close::before, .social__modal__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 70%;
  height: 2px;
  margin: auto;
  background-color: #999
}
@media screen and (max-width: 767px) {
  .social__modal__close::before, .social__modal__close::after {
    background-color: #fff
  }
}
.social__modal__close::before {
  transform: rotate(45deg)
}
.social__modal__close::after {
  transform: rotate(-45deg)
}
.social__modal__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  cursor: pointer
}
@media screen and (max-width: 767px) {
  .social__modal__arrow {
    position: fixed;
    width: 10.6666666667vw
  }
}
.social__modal__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg)
}
@media screen and (max-width: 767px) {
  .social__modal__arrow::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff
  }
}
.social__modal__arrow.-prev {
  right: 100%
}
@media screen and (max-width: 767px) {
  .social__modal__arrow.-prev {
    right: auto;
    left: 0
  }
}
.social__modal__arrow.-next {
  left: 100%;
  transform: scaleX(-1)
}
@media screen and (max-width: 767px) {
  .social__modal__arrow.-next {
    left: auto;
    right: 0
  }
}
.social__notes {
  font-size: 12px
}
@media screen and (max-width: 767px) {
  .social__notes {
    font-size: 10px;
    font-size: 2.6666666667vw
  }
}
.movie {
  max-width: 1220px;
  margin: 0 auto
}
.movie__head {
  max-width: 320px;
  margin: 0 auto 35px
}
@media screen and (max-width: 767px) {
  .movie__head {
    max-width: 44vw
  }
}
.movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (max-width: 767px) {
  .movie-list {
    margin: 0 calc(50% - 50vw)
  }
}
.movie-list__item {
  width: 50%;
  overflow: hidden;
  position: relative
}
@media screen and (max-width: 767px) {
  .movie-list__item {
    width: 100%
  }
}
.movie-list__item a {
  position: relative;
  display: block
}
.movie-list__item a:hover {
  opacity: 1
}
.movie-list__item a:hover .movie-list__txt {
  opacity: 1
}
.movie-list__item a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1)
}
@media screen and (max-width: 767px) {
  .movie-list__item a:hover img {
    -webkit-transform: none;
    transform: none
  }
}
.movie-list__item a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 88px;
  height: 88px;
  background: url("../images/i_play.png") center/100% auto no-repeat
}
@media screen and (max-width: 767px) {
  .movie-list__item a::after {
    width: 13.3333333333vw;
    height: 13.3333333333vw
  }
}
.movie-list__txt {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05rem;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0
}
.movie-list__txt--1 {
  left: 75%
}
.movie-list__txt--2 {
  left: 75%
}
@media screen and (max-width: 767px) {
  .movie-list__txt--2 {
    left: 25%
  }
}
.movie-list__txt--3 {
  left: 25%
}
@media screen and (max-width: 767px) {
  .movie-list__txt--3 {
    left: 75%
  }
}
.movie-list__txt--4 {
  left: 25%
}
@media screen and (max-width: 767px) {
  .movie-list__txt {
    font-size: 14px;
    font-size: 3.7333333333vmin;
    opacity: 1
  }
}
.top-movie {
  background: #ece8e5;
  text-align: center;
  padding-bottom: 40px
}
.top-movie img {
  max-width: 40%;
  margin: 40px 0 36px
}
@media screen and (max-width: 767px) {
  .top-movie img {
    max-width: 100%
  }
}
.top-movie .top-movie__main {
  max-width: 640px;
  height: 360px;
  margin: 0 auto;
  text-align: center
}
@media screen and (max-width: 767px) {
  .top-movie .top-movie__main {
    height: 211px;
    margin: 0 auto
  }
}
.trouble {
  margin: 165px auto 150px
}
@media screen and (max-width: 767px) {
  .trouble {
    margin: 21.3333333333vw auto
  }
}
.trouble__head {
  max-width: 496px;
  margin: 0 auto 35px
}
@media screen and (max-width: 767px) {
  .trouble__head {
    max-width: 54.9333333333vw;
    margin-bottom: 6.6666666667vw
  }
}
.trouble__content {
  position: relative;
  padding-top: 70px;
  background-color: #ece8e5
}
@media screen and (max-width: 767px) {
  .trouble__content {
    padding: 8vw 0
  }
}
.trouble__content:after {
  content: "";
  position: absolute;
  bottom: -70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 50vw solid rgba(0, 0, 0, 0);
  border-left: 50vw solid rgba(0, 0, 0, 0);
  border-top: 70px solid #ece8e5
}
@media screen and (max-width: 767px) {
  .trouble__content:after {
    bottom: -50px;
    border-top: 50px solid #ece8e5
  }
}
.trouble__list {
  max-width: 750px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem 3rem
}
@media screen and (max-width: 767px) {
  .trouble__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: .7em 3rem;
    margin-left: 9vw
  }
}
.trouble__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: .1rem
}
@media screen and (max-width: 767px) {
  .trouble__list li {
    font-size: 14px;
    font-size: 3.7333333333vmin
  }
}
.trouble__list li::before {
  position: absolute;
  content: "";
  background: url("../../img/lumbar/i_check.webp") center/100% auto no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  left: -30px
}
@media screen and (max-width: 767px) {
  .trouble__list li::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    left: -30px
  }
}
.trouble__img {
  max-width: 550px;
  margin: 40px auto 0
}
@media screen and (max-width: 767px) {
  .trouble__img {
    max-width: 89.3333333333vw;
    margin-top: 6.6666666667vw
  }
}
.product-image__head {
  margin: 0 auto 30px
}
@media screen and (max-width: 767px) {
  .product-image__head {
    margin-bottom: 20px
  }
}
.product-image__head img {
  display: block;
  margin: auto;
  max-width: 700px
}
@media screen and (max-width: 767px) {
  .product-image__head img {
    max-width: 73.3333333333vw
  }
}
.product-image__head span {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  text-align: center
}
@media screen and (max-width: 767px) {
  .product-image__head span {
    font-size: 17px;
    font-size: 4.5333333333vmin
  }
}
.product-image__img {
  background: url("../images/im_product-image.png") center/730px auto no-repeat;
  padding-bottom: 800px
}
@media screen and (max-width: 767px) {
  .product-image__img {
    background: url("../images/im_product-image.png") center/95% auto no-repeat;
    padding: 50% 0
  }
}
.development {
  margin-top: 170px
}
@media screen and (max-width: 767px) {
  .development {
    margin-top: 21.3333333333vw
  }
}
.development__head {
  max-width: 240px;
  margin: auto
}
@media screen and (max-width: 767px) {
  .development__head {
    max-width: 48vw
  }
}
.development__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -60px
}
@media screen and (max-width: 767px) {
  .development__col2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6.6666666667vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.development__col2 figure {
  max-width: 410px
}
@media screen and (max-width: 767px) {
  .development__col2 figure {
    max-width: 66.6666666667vw
  }
}
.development__desc {
  max-width: 510px
}
.development__title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .2rem
}
@media screen and (max-width: 767px) {
  .development__title {
    margin: 10.6666666667vw 0 8vw;
    font-size: 17px;
    font-size: 4.5333333333vmin;
    text-align: center
  }
}
.point {
  margin: 80px auto 140px;
  padding-bottom: 70px;
  background-color: #ece8e5
}
@media screen and (max-width: 767px) {
  .point {
    margin: 14vw auto 25vw;
    padding-bottom: 50px
  }
}
@media screen and (max-width: 767px) {
  .point .container {
    padding: 0px
  }
}
.point__head {
  position: absolute;
  margin-top: -30px
}
@media screen and (max-width: 767px) {
  .point__head {
    margin-top: -5.3333333333vw;
    margin-left: 4.8vw
  }
}
.point__head--1 {
  max-width: 504px
}
@media screen and (max-width: 767px) {
  .point__head--1 {
    max-width: 65.3333333333vw
  }
}
.point__head--2 {
  max-width: 634px
}
@media screen and (max-width: 767px) {
  .point__head--2 {
    width: 70.6666666667vw
  }
}
.point__col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.point__col1 picture {
  max-width: 766px;
  margin-bottom: 40px
}
@media screen and (max-width: 767px) {
  .point__col1 picture {
    margin-bottom: 5.3333333333vw
  }
}
.point__title {
  margin-bottom: 30px
}
@media screen and (max-width: 767px) {
  .point__title {
    text-align: center;
    margin-bottom: 6.6666666667vw
  }
}
.point__title--2 {
  padding-top: 170px
}
@media screen and (max-width: 767px) {
  .point__title--2 {
    padding-top: 48%
  }
}
.point__seamless {
  width: 45%;
  margin-bottom: 70px
}
@media screen and (max-width: 767px) {
  .point__seamless {
    width: 100%;
    margin-bottom: 6.6666666667vw
  }
}
@media screen and (max-width: 767px) {
  .point__seamless:last-child {
    margin-bottom: 2rem
  }
}
.point__seamless .c-txt {
  height: 100px;
  margin: 20px 0
}
@media screen and (max-width: 767px) {
  .point__seamless .c-txt {
    height: auto
  }
}
.point__lumbar {
  width: 47%
}
@media screen and (max-width: 767px) {
  .point__lumbar {
    width: 100%
  }
}
.point__lumbar .c-txt {
  margin: 20px 0
}
.point__tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 3px 20px;
  font-size: 20px;
  background-color: #fff
}
@media screen and (max-width: 767px) {
  .point__tag {
    margin: 0 auto 1rem;
    font-size: 16px;
    font-size: 4.2666666667vmin
  }
}
@media screen and (max-width: 767px) {
  .point2 {
    overflow-x: hidden
  }
}
.point2__img {
  max-width: 628px;
  margin-left: 230px
}
@media screen and (max-width: 767px) {
  .point2__img {
    overflow: hidden;
    margin-left: 6.6666666667vw
  }
}
@media screen and (max-width: 767px) {
  .point2__img img {
    max-width: 110%
  }
}
.point-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 767px) {
  .point-col2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.5rem
  }
}
.point-col2--top {
  padding-top: 240px
}
@media screen and (max-width: 767px) {
  .point-col2--top {
    padding-top: 48vw
  }
}
.point-col2--bottom {
  padding-top: 50px;
  margin-bottom: 5rem;
  align-items: center
}
@media screen and (max-width: 767px) {
  .point-col2--bottom {
    padding-top: 13.3333333333vw;
    margin-bottom: 10.6666666667vw
  }
}
.point-col2__img--top {
  max-width: 512px;
  margin-top: -110px
}
@media screen and (max-width: 767px) {
  .point-col2__img {
    width: 80vw;
    margin-top: 0
  }
}
.point-col2__desc {
  width: 100%;
  margin: 0
}
.point-col2__desc--bottom {
  max-width: 46%;
  margin: auto auto auto 50px
}
@media screen and (max-width: 767px) {
  .point-col2__desc--bottom {
    max-width: 100%;
    margin: 5.3333333333vw 0 0
  }
}
.point-col2 .point__gif {
  width: 503px
}
@media screen and (max-width: 767px) {
  .point-col2 .point__gif {
    width: 100%
  }
}
.point-fit {
  margin-top: 90px;
  padding: 50px 80px;
  border: 1px solid #b2b2b2
}
@media screen and (max-width: 767px) {
  .point-fit {
    padding: 0;
    border: none
  }
}
.point-fit__img--bottom {
  margin-right: -80px
}
@media screen and (max-width: 767px) {
  .point-fit__img {
    margin: 0 calc(50% - 50vw);
    display: block
  }
}
.point-block {
  border: 1px solid #b2b2b2;
  padding: 3rem 5rem
}
@media screen and (max-width: 767px) {
  .point-block {
    padding: 8vw 5.3333333333vw;
    margin: 0 5.5vw
  }
}
.point-block:not(:last-child) {
  margin-bottom: 50px
}
@media screen and (max-width: 767px) {
  .point-block:not(:last-child) {
    margin-bottom: 5.3333333333vw
  }
}
.point-block__head {
  margin-bottom: 40px
}
@media screen and (max-width: 767px) {
  .point-block__head {
    margin-bottom: 5.3333333333vw
  }
}
.point-block__notes {
  margin-top: 15px
}
#point {
  display: none;
  margin-top: 30px;
  text-align: center
}
#point img {
  max-height: 219px;
  max-width: 766px
}
@media screen and (max-width: 767px) {
  #point img {
    max-height: 464px;
    max-width: 815px
  }
}
#point .c-txt {
  margin-top: 40px
}
.point__acd {
  display: grid
}
@media screen and (max-width: 767px) {
  .point__acd {
    display: flex
  }
}
#button {
  text-align: center
}
#button .point__btn {
  border: none;
  border-radius: 100vw;
  background-color: #000;
  padding: 10px 40px 10px 10px;
  width: 200px;
  color: #fff;
  margin: 10px auto 15px;
  position: relative;
  letter-spacing: .1rem;
  font-size: 18px
}
@media screen and (max-width: 767px) {
  #button .point__btn {
    font-size: 16px;
    width: 180px
  }
}
#button .point__btn-tgl {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 28%;
  width: 24px;
  height: 24px;
  background: #fff;
  margin: 0 0 0 42%;
  border-radius: 50%;
  overflow: hidden
}
#button .point__btn-tgl::before, #button .point__btn-tgl::after {
  display: block;
  content: "";
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
#button .point__btn-tgl::before {
  width: 2px;
  height: 10px
}
#button .point__btn-tgl::after {
  width: 10px;
  height: 2px
}
#button .point__btn.is-open .point__btn-tgl::before {
  content: normal
}
.one-size {
  margin-top: 80px
}
@media screen and (max-width: 767px) {
  .one-size {
    margin-top: 75px
  }
}
.one-size__head {
  max-width: 570px;
  margin: 0 auto 65px
}
@media screen and (max-width: 767px) {
  .one-size__head {
    max-width: 71vw;
    margin: 0 auto 45px
  }
}
.one-size__attachment {
  margin: 30px 0 85px
}
.one-size__bone {
  margin: 30px 0 145px
}
@media screen and (max-width: 767px) {
  .one-size__bone {
    margin: 30px 0 75px
  }
}
.one-size__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media screen and (max-width: 767px) {
  .one-size__col2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.one-size__left {
  width: 100%
}
.one-size__right {
  width: 100%;
  padding-left: 4rem
}
@media screen and (max-width: 767px) {
  .one-size__right {
    padding: unset;
    margin-bottom: 25px
  }
}
.one-size__opinion {
  margin: 175px 0 50px;
  width: 30%
}
@media screen and (max-width: 767px) {
  .one-size__opinion {
    margin: 150px 20px 50px;
    width: 50%
  }
}
.wearing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px
}
@media screen and (max-width: 767px) {
  .wearing {
    justify-content: center;
    gap: 2rem 0
  }
}
.wearing__image {
  width: 45%
}
@media screen and (max-width: 767px) {
  .wearing__image {
    width: 90%
  }
}
.wearing__head {
  padding: .7rem;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .1rem;
  color: #fff;
  background-color: #9cbebd
}
@media screen and (max-width: 767px) {
  .wearing__head {
    font-size: 5vw
  }
}
.wearing__head span {
  font-size: 80%
}
.wearing__txt {
  margin-top: 20px;
  line-height: 2;
  letter-spacing: .1em;
  text-align: justify
}
@media screen and (max-width: 767px) {
  .wearing__txt {
    margin: 10px -10px;
    line-height: 2.2
  }
}
.specialist {
  margin-top: 160px
}
.specialist__head {
  max-width: 310px;
  margin-bottom: 50px
}
@media screen and (max-width: 767px) {
  .specialist__head {
    margin: 0 0 8vw 5.3333333333vw
  }
}
.specialist__desc {
  position: relative
}
.specialist__txt {
  background-color: #ece8e5;
  padding: 50px 0 390px;
  margin-left: calc(50% - 50vw);
  margin-right: 80px
}
@media screen and (max-width: 767px) {
  .specialist__txt {
    margin-right: 5vw;
    padding: 10.6666666667vw 0 133.3333333333vw
  }
}
.specialist__title {
  left: 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .2rem;
  position: absolute
}
@media screen and (max-width: 767px) {
  .specialist__title {
    left: 5.3333333333vw;
    font-size: 17px;
    font-size: 4.5333333333vmin;
    line-height: 1.8
  }
}
.specialist .c-txt {
  top: 150px;
  left: 0;
  text-align: left;
  line-height: 2.6;
  position: absolute
}
@media screen and (max-width: 767px) {
  .specialist .c-txt {
    top: 62.6666666667vw;
    left: 5.3333333333vw;
    max-width: 77.3333333333vw
  }
}
.specialist__name {
  bottom: 25px;
  right: 375px;
  position: absolute;
  font-size: 14px
}
@media screen and (max-width: 767px) {
  .specialist__name {
    top: 48vw;
    left: 5.3333333333vw;
    width: 77.3333333333vw;
    font-size: 10px;
    font-size: 2.6666666667vmin
  }
}
.specialist__img {
  position: absolute;
  max-width: 348px;
  right: 0;
  bottom: 0
}
@media screen and (max-width: 767px) {
  .specialist__img {
    right: -22.3333333333vw;
    top: -37.3333333333vw;
    height: 96vw
  }
}
.scene {
  position: relative;
  padding-top: 150px
}
@media screen and (max-width: 767px) {
  .scene {
    padding-top: 13.3333333333vw
  }
}
.scene__head {
  max-width: 704px;
  margin: 0 auto 50px
}
@media screen and (max-width: 767px) {
  .scene__head {
    max-width: 71.4666666667vw;
    margin: 0 auto 6.6666666667vw;
    background-color: rgba(0, 0, 0, 0)
  }
}
.scene .swiper-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.scene .swiper-slide {
  width: calc(25% - 10px)
}
@media screen and (max-width: 767px) {
  .scene .swiper-slide {
    max-width: 100%;
    width: 90vw !important;
    margin-right: .5rem
  }
}
.scene .swiper-button-prev, .scene .swiper-button-next {
  position: absolute;
  border: none;
  top: 65%;
  background: none;
  z-index: 10;
  cursor: pointer
}
@media screen and (max-width: 767px) {
  .scene .swiper-button-prev, .scene .swiper-button-next {
    display: block
  }
}
.scene .swiper-button-prev::after, .scene .swiper-button-next::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #8e8e8e;
  border-right: 2px solid #8e8e8e
}
.scene .swiper-button-prev {
  left: 3vw
}
.scene .swiper-button-prev::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg)
}
.scene .swiper-button-next {
  right: 3vw
}
.scene .swiper-button-next::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.how-to-wear {
  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;
  gap: 2rem
}
.how-to-wear li {
  width: 46%
}
@media screen and (max-width: 767px) {
  .how-to-wear li {
    width: 100%
  }
}
.how-to-wear li p {
  min-height: 70px;
  margin: 20px 0;
  font-size: 14px
}
@media screen and (max-width: 767px) {
  .how-to-wear li p {
    min-height: auto;
    margin: 4vw 0
  }
}
.how-to-wear li span {
  padding: 3px 10px;
  font-size: 16px;
  background-color: #d7d5d1
}
@media screen and (max-width: 767px) {
  .how-to-wear li span {
    font-size: 14px;
    font-size: 3.7333333333vmin
  }
}
.lineup__wrap {
  margin: 4rem 0
}
.head-info {
  position: absolute;
  top: -70px;
  width: 100%
}
@media screen and (max-width: 767px) {
  .head-info {
    top: -46px
  }
}
@media screen and (max-width: 767px) {
  .goodscomment3_ {
    margin: 0 auto 9% !important;
    max-width: 320px;
    width: 89%
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .goodscommentSNS_ ul.sns_ {
    display: flex;
    margin: 0 auto;
    justify-content: inherit;
    max-width: 370px
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .goodscommentSNS_ ul.sns_ li {
    display: table-cell;
    vertical-align: top;
    padding: 0;
    width: 32%;
    text-align: end
  }
} /*# sourceMappingURL=style.css.map */