@charset "UTF-8";
/*メディアクエリー
---------------------------------------------*/
/*color
---------------------------------------------*/
/*margin
---------------------------------------------*/
/* .top
---------------------------------------------*/
.top {
  position: relative;
}

.top-contets-wrap {
  position: absolute;
  overflow: hidden;
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

@media screen and (min-width: 769px) {
  .top-contets-wrap {
    top: 50%;
    left: 9%;
    -webkit-transform: translate(0, -150%);
            transform: translate(0, -150%);
  }
}

@media screen and (max-width: 768px) {
  .top-contets-wrap {
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}

.top-contets-wrap .top-contets {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  border: 1px solid #000;
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

@media screen and (min-width: 769px) {
  .top-contets-wrap .top-contets {
    padding: 4.1vw;
  }
}

@media screen and (max-width: 768px) {
  .top-contets-wrap .top-contets {
    padding: 7vw 6vw;
  }
}

.top-contets-wrap .top-contets::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .top-contets-wrap.load {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px) {
  .top-contets-wrap.load {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.top-contets-wrap.load .top-contets {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.page-title-wrap {
  text-align: center;
  margin-bottom: 5px;
}

.page-title-wrap .page-title-row {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .page-title-wrap .page-title-row {
    padding: 0 0 1.5%;
  }
}

@media screen and (max-width: 768px) {
  .page-title-wrap .page-title-row {
    padding: 0 0 1.5%;
  }
}

.page-title-wrap .page-title-row span {
  display: inline-block;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
  margin: 0 2px;
  -webkit-transform: translate(0, 105%);
          transform: translate(0, 105%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

@media screen and (min-width: 769px) {
  .page-title-wrap .page-title-row span {
    font-size: 6.5vw;
  }
}

@media screen and (max-width: 768px) {
  .page-title-wrap .page-title-row span {
    font-size: 14.6vw;
  }
}

.page-title-wrap .page-title-row span:nth-of-type(2) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}

.page-title-wrap .page-title-row span:nth-of-type(3) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

.page-title-wrap .page-title-row span:nth-of-type(4) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}

.page-title-wrap .page-title-row span:nth-of-type(5) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.page-title-wrap .page-title-row span:nth-of-type(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.page-title-wrap .page-title-row span:nth-of-type(7) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

.page-title-wrap .page-title-row span:nth-of-type(8) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}

.page-title-wrap .page-title-row span:nth-of-type(9) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

.page-title-wrap .page-title-row span:nth-of-type(10) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}

.page-title-wrap.load .page-title-row span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.sub-title-wrap {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  overflow: hidden;
}

.sub-title-wrap .sub-title {
  text-align: center;
  line-height: 1.7;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

@media screen and (min-width: 769px) {
  .sub-title-wrap .sub-title {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  .sub-title-wrap .sub-title {
    font-size: 4.2vw;
  }
}

.sub-title-wrap .sub-title span {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.sub-title-wrap .sub-title span::before {
  content: "";
  display: block;
  width: 0%;
  background-color: #f1f2b0;
  position: absolute;
  z-index: -1;
  bottom: 3px;
  -webkit-transition: width 1s;
  transition: width 1s;
}

@media screen and (min-width: 769px) {
  .sub-title-wrap .sub-title span::before {
    left: -2%;
    height: 0.6vw;
  }
}

@media screen and (max-width: 768px) {
  .sub-title-wrap .sub-title span::before {
    left: -2%;
    height: 8px;
  }
}

.sub-title-wrap.load {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sub-title-wrap.load .sub-title {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sub-title-wrap.load .sub-title span.load::before {
  width: 105%;
}

/* .lead
---------------------------------------------*/
.lead {
  padding: 100px 0;
  background-color: #f8f8f8;
}

@media screen and (min-width: 769px) {
  .lead .inner__90 {
    max-width: 700px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 20px;
  }
}

.lead-text {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) {
  .lead-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .lead-text {
    font-size: 13px;
  }
}

/* .menu
---------------------------------------------*/
.menu {
  background-color: #fff;
  padding: 100px 0;
}

@media screen and (min-width: 769px) {
  .menu .inner__90 {
    max-width: 800px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 20px;
  }
}

.menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  line-height: 1;
}

.menu-title span {
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) {
  .menu-title span {
    font-size: 20px;
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .menu-title span {
    font-size: 16px;
    margin: 0 8px;
  }
}

@media screen and (min-width: 769px) {
  .menu-title svg {
    width: 15px;
  }
}

@media screen and (max-width: 768px) {
  .menu-title svg {
    width: 12px;
  }
}

.menu-list {
  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: 768px) {
  .menu-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) {
  .menu-list .menu-list__item {
    width: 22%;
  }
}

@media screen and (max-width: 768px) {
  .menu-list .menu-list__item {
    width: calc((100% - 20px) / 2);
  }
}

.menu-list .menu-list__item:nth-child(-n + 2) {
  margin-bottom: 40px;
}

.menu-list .menu-list__item:nth-child(1) img {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.menu-list .menu-list__item:nth-child(2) img {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.menu-list .menu-list__item:nth-child(3) img {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.menu-list .menu-list__item:nth-child(4) img {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.menu-list a {
  display: block;
}

@media screen and (min-width: 769px) {
  .menu-list a:hover {
    opacity: 0.7;
  }
}

.menu-list .menu-list__img {
  background-color: #f8f8f8;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.menu-list .menu-list__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.menu-list .menu-list__img .menu-list__itemimg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 75%;
  width: auto;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(0.3);
          transform: translate(-50%, -50%) scale(0.3);
  opacity: 0;
}

.menu-list .menu-list__img .menu-list__num {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .menu-list .menu-list__img .menu-list__num {
    width: 40px;
    top: 0px;
    left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .menu-list .menu-list__img .menu-list__num {
    width: 40px;
    top: 0px;
    left: 5px;
  }
}

.menu-list .menu-list__name {
  text-align: center;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 769px) {
  .menu-list .menu-list__name {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .menu-list .menu-list__name {
    font-size: 13px;
  }
}

.menu-list .menu-list__name svg {
  width: 12px;
  margin-top: 5px;
}

.menu-list.active .menu-list__itemimg {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: scale_big;
          animation-name: scale_big;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes scale_big {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(1.08);
            transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes scale_big {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(1.08);
            transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

/* .sec
  ---------------------------------------------*/
.sec {
  padding: 100px 0;
}

/* .sec-top
  ---------------------------------------------*/
.sec-top {
  margin-bottom: 60px;
}

@media screen and (min-width: 769px) {
  .sec-top .inner__90 {
    max-width: 700px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 20px;
  }
}

.sec-num {
  line-height: 1;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .sec-num {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .sec-num {
    font-size: 55px;
  }
}

.item-name {
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .item-name {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .item-name {
    font-size: 20px;
  }
}

.item-name span {
  display: block;
  letter-spacing: 0.06em;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .item-name span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .item-name span {
    font-size: 13px;
  }
}

.item-img {
  border-radius: 50%;
  height: 100%;
  position: relative;
  margin: 0 auto 25px;
}

@media screen and (min-width: 769px) {
  .item-img {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .item-img {
    width: 70%;
  }
}

.item-img a {
  display: block;
}

.item-img a::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media screen and (min-width: 769px) {
  .item-img a:hover {
    opacity: 0.7;
  }
}

.item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70%;
  width: auto;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(0.3);
          transform: translate(-50%, -50%) scale(0.3);
  opacity: 0;
}

.item-img.active img {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: scale_big;
          animation-name: scale_big;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@keyframes scale_big {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(1.08);
            transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.item-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 25px;
}

.item-color .item-color__list {
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .item-color .item-color__list {
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .item-color .item-color__list {
    width: 18px;
  }
}

.item-color .item-color__list::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.item-color .item-color__list:not(:last-child) {
  margin-right: 15px;
}

.item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-data .item-price {
  line-height: 1;
  letter-spacing: 0.02em;
  margin-right: 10px;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 769px) {
  .item-data .item-price {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .item-data .item-price {
    font-size: 18px;
  }
}

.item-data .btn a {
  display: block;
  width: 65px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) {
  .item-data .btn a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .item-data .btn a {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .item-data .btn a:hover {
    opacity: 0.7;
  }
}

.item-data .btn.buy a {
  background-color: #000;
  color: #fff;
}

/* .size-text__wrap
  ---------------------------------------------*/
@media screen and (min-width: 769px) {
  .img-inner {
    max-width: 500px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 20px;
  }
}

.size-text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 auto 10px;
}

@media screen and (min-width: 769px) {
  .size-text__wrap {
    width: 60%;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .size-text__wrap {
    width: 100%;
    font-size: 12px;
  }
}

/* .main-img
  ---------------------------------------------*/
.main-img {
  width: 100%;
  margin-bottom: 25px;
}

/* .leeep
  ---------------------------------------------*/
.leeep {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  height: 100%;
  width: 100%;
}

.leeep::before {
  content: "";
  display: block;
  padding-top: 150%;
}

.leeep .leeepinner {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%) scale(1.03);
          transform: translateX(-50%) scale(1.03);
  background-size: 100%;
  background-repeat: no-repeat;
}

.leeep .leeepinner > div {
  height: 100%;
  width: 100%;
}

.leeep .leeepinner > div iframe {
  height: 100% !important;
  max-width: 100% !important;
}

/* .styling
  ---------------------------------------------*/
.styling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .styling {
    max-width: 700px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .styling {
    width: 100%;
  }
}

.flexslider {
  width: 52%;
  margin: 0;
}

.credit {
  width: 44%;
  margin: 0 2%;
}

.credit-size {
  letter-spacing: 0em;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .credit-size {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .credit-size {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.credit-size span {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .credit-size span {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .credit-size span {
    font-size: 13px;
  }
}

.credit-list {
  width: 100%;
}

.credit-list .credit-list__item {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .credit-list .credit-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .credit-list .credit-list__item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.credit-list .credit-list__item:first-child {
  border-bottom: 1px dashed #707070;
}

@media screen and (min-width: 769px) {
  .credit-list .credit-list__item:first-child {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .credit-list .credit-list__item:first-child {
    padding-bottom: 15px;
  }
}

.credit-list .credit-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .credit-list .credit-list__item a:hover {
    opacity: 0.7;
  }
}

.credit-list .credit-list__item a .credit-list__img {
  width: 25%;
}

.credit-list .credit-list__item a .credit-list__name {
  width: 72%;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .credit-list .credit-list__item a .credit-list__name {
    font-size: 13px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .credit-list .credit-list__item a .credit-list__name {
    font-size: 10px;
    line-height: 1.6;
  }
}

/* .qa
  ---------------------------------------------*/
.qa {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #707070;
  padding: 25px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

@media screen and (min-width: 769px) {
  .qa {
    max-width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .qa {
    width: 100%;
  }
}

.qa.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.qa:before,
.qa:after {
  content: "";
  position: absolute;
}

.qa:before,
.qa:after {
  top: -1.5em;
  left: 28px;
  border-right: 10px solid transparent;
  border-bottom: solid 1.5em #000;
  border-left: 10px solid transparent;
}

.qa:after {
  top: calc(2px - 1.5em);
  border-bottom: solid 1.5em #fff;
}

.qa__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.qa__item:first-child {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #707070;
}

.qa__icon {
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .qa__icon {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

@media screen and (max-width: 768px) {
  .qa__icon {
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.qa__icon_q {
  background-color: #000;
  color: #fff;
}

.qa__icon_a {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.qa__text {
  width: calc(100% - 30px - 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .qa__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .qa__text {
    font-size: 12px;
  }
}

.qa__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f1f2b0));
  background: linear-gradient(transparent 70%, #f1f2b0 70%);
}

/* .sec奇数
  ---------------------------------------------*/
.sec:nth-child(odd) {
  background-color: #f8f8f8;
}

.sec:nth-child(odd) .item-img {
  background-color: #fff;
}

/* .sec偶数
  ---------------------------------------------*/
.sec:nth-child(even) {
  background-color: #fff;
}

.sec:nth-child(even) .item-img {
  background-color: #f8f8f8;
}

/* #sec_1
  ---------------------------------------------*/
#sec_1 .item-color__list--1 {
  background-color: #000;
}

#sec_1 .item-color__list--2 {
  background-color: #fff;
  border: 1px solid #707070;
}

#sec_1 .item-color__list--3 {
  background-color: #c8d0dc;
}

#sec_1 .leeepinner {
  background-image: url(../images/main/1_leeep.jpg);
}

/* #sec_2
  ---------------------------------------------*/
#sec_2 .sec-num {
  letter-spacing: 0.08rem;
}

#sec_2 .item-color__list--1 {
  background-color: #8ca4bd;
}

#sec_2 .item-color__list--2 {
  background-color: #9c978e;
}

#sec_2 .leeepinner {
  background-image: url(../images/main/2_leeep.jpg);
}

/* #sec_3
  ---------------------------------------------*/
#sec_3 .sec-num {
  letter-spacing: 0.08rem;
}

#sec_3 .item-color__list--1 {
  background-color: #eaeae7;
  border: 1px solid #707070;
}

#sec_3 .item-color__list--2 {
  background-color: #1c1c1e;
}

#sec_3 .leeepinner {
  background-image: url(../images/main/3_leeep.jpg);
}

/* #sec_4
  ---------------------------------------------*/
#sec_4 .sec-num {
  letter-spacing: 0.08rem;
}

#sec_4 .item-color__list--1 {
  background-color: #20191b;
}

#sec_4 .item-color__list--2 {
  background-color: #f5efe8;
  border: 1px solid #707070;
}

#sec_4 .leeepinner {
  background-image: url(../images/main/4_leeep.jpg);
}

/* .youtube
---------------------------------------------*/
.youtube {
  margin-bottom: 100px;
}

@media screen and (min-width: 769px) {
  .youtube .inner__90 {
    width: 500px;
  }
}

.youtube .youtube-video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.youtube .youtube-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube .youtube-title {
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) {
  .youtube .youtube-title {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .youtube .youtube-title {
    font-size: 13px;
  }
}

/* .youtube
---------------------------------------------*/
/*# sourceMappingURL=main.css.map */