@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
.c-gold {
  color: #E1C574;
}

.moy {
  font-family: "Noto Sans JP", sans-serif;
  background: #DFC06A;
  background: -webkit-gradient(linear, left top, right top, from(rgb(223, 192, 106)), color-stop(80%, rgb(192, 148, 29)), to(rgb(192, 148, 29)));
  background: linear-gradient(90deg, rgb(223, 192, 106) 0%, rgb(192, 148, 29) 80%, rgb(192, 148, 29) 100%);
  color: #000;
}
@media (min-width: 769px) {
  .moy {
    background: #FEEDB7;
    background: -webkit-gradient(linear, left top, right top, from(rgb(254, 237, 183)), to(rgb(192, 148, 29)));
    background: linear-gradient(90deg, rgb(254, 237, 183) 0%, rgb(192, 148, 29) 100%);
  }
}
@media (min-width: 769px) {
  .moy .moy-inner {
    padding-bottom: 100px;
  }
}
.moy .sec {
  padding-top: 100px;
}
@media (min-width: 769px) {
  .moy .sec {
    padding-top: 120px;
  }
}
.moy .sec .inner {
  width: 86.6%;
  margin-inline: auto;
  padding: 0;
}
@media (min-width: 769px) {
  .moy .sec .inner {
    width: 100%;
    max-width: calc(940px + 9.6rem);
    padding-inline: 4.8rem;
  }
}
.moy .sec__title {
  margin-bottom: 25px;
  font-size: 2.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-weight: 700;
  line-height: 44.8px;
  text-align: center;
}
@media (min-width: 769px) {
  .moy .sec__title {
    margin-bottom: 60px;
    font-size: 3.2rem;
    line-height: 51.2px;
  }
}
.moy .sec__title-en {
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: normal;
  font-weight: 500;
  line-height: 16px;
}
@media (min-width: 769px) {
  .moy .sec__title-en {
    margin-bottom: 10px;
  }
}
.moy .sec.anim-frame {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.moy .disc-list li {
  padding-left: 1em;
  position: relative;
}
.moy .disc-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .moy p {
    font-size: 1.6rem;
  }
}
.moy .moy-kv__inner {
  padding: 0;
}
@media (max-width: 768px) {
  .moy .moy-about.sec {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .moy .moy-about .inner {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .moy .moy-about .inner {
    max-width: calc(1140px + 9.6rem);
  }
}
@media (min-width: 769px) {
  .moy .moy-about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 50px;
  }
}
.moy .moy-about__contents {
  position: relative;
}
@media (min-width: 769px) {
  .moy .moy-about__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .moy .moy-about__contents-image {
    width: 82.66vw;
    margin: 0 0 20px;
  }
}
.moy .moy-about__title {
  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;
  margin-left: 20px;
}
@media (min-width: 769px) {
  .moy .moy-about__title {
    margin-left: 20px;
  }
}
.moy .moy-about__title::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  margin-top: 20px;
  background-color: #000;
}
.moy .moy-about__contents-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .moy .moy-about__contents-catch {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 40px;
  }
}
.moy .moy-about__copy {
  margin: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .moy .moy-about__copy {
    margin-left: 15px;
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .moy .moy-about__text {
    width: 86.6%;
    margin-inline: auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .moy .moy-about__text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin: 0;
    letter-spacing: 0.3rem;
  }
}
.moy .moy-about__text span {
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  margin-top: -0.5rem;
  line-height: 1.5;
}
.moy .moy-about__image {
  position: relative;
}
@media (min-width: 769px) {
  .moy .moy-about__image {
    width: 52.63%;
    max-width: 600px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .moy .moy-about__image .image-item02 {
    text-align: right;
  }
  .moy .moy-about__image .image-item02 img {
    width: 60vw;
  }
}
@media (min-width: 769px) {
  .moy .moy-about__image .image-item02 {
    max-width: 380px;
    margin: -50px -120px 0 auto;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .moy .moy-about__image .image-item02 {
    margin-right: -80px;
  }
}
@media (max-width: 768px) {
  .moy .moy-about__image .image-item03 {
    margin: -15vw 0 0 6.7%;
  }
  .moy .moy-about__image .image-item03 img {
    width: 53.33vw;
  }
}
@media (min-width: 769px) {
  .moy .moy-about__image .image-item03 {
    max-width: 340px;
    margin: -100px 0 0 130px;
  }
}
@media (min-width: 769px) {
  .moy .moy-system .moy-system-list {
    display: grid;
    gap: 0 60px;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .moy .moy-system .moy-system-list__item:not(:first-of-type) {
    margin-top: 60px;
  }
}
.moy .moy-system .moy-system-list__title {
  font-size: 2.4rem;
  font-weight: 700;
}
.moy .moy-system .moy-system-list__lead {
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  font-size: 2rem;
}
@media (min-width: 769px) {
  .moy .moy-system .moy-system-list__lead {
    margin: 0 0 20px;
    padding-bottom: 15px;
  }
}
.moy .moy-system .moy-system-list__image {
  margin: 0 0 15px;
}
@media (min-width: 769px) {
  .moy .moy-system .moy-system-list__image {
    margin: 0 0 15px;
  }
}
.moy .moy-system .moy-system-list__text {
  margin: 0;
}
.moy .moy-system .moy-system-list__btn-wrapper {
  margin-top: 25px;
}
@media (min-width: 769px) {
  .moy .moy-system .moy-system-list__btn-wrapper {
    margin-top: 50px;
  }
}
.moy .moy-system .moy-system-list__btn {
  position: relative;
  display: inline-block;
  width: calc(100% - 27px);
  max-width: 320px;
  padding: 10px 55px 10px 20px;
  border: 1px solid #000;
  color: #000 !important;
}
@media (min-width: 769px) {
  .moy .moy-system .moy-system-list__btn {
    width: auto;
    max-width: none;
  }
}
.moy .moy-system .moy-system-list__btn::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 10px;
  width: 46px;
  height: 8px;
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  margin-top: -8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .moy .moy-system .moy-system-list__btn:hover::after {
    right: -33px;
  }
}
.moy .moy-movie__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.22%;
  margin-bottom: 100px;
}
@media (min-width: 769px) {
  .moy .moy-movie__box {
    margin-bottom: 120px;
  }
}
.moy .moy-movie__box.is-start-playing .moy-movie__box_thumb_wrap::before {
  display: none;
}
.moy .moy-movie__box_inner {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.moy .moy-movie__box_thumb_wrap {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .moy .moy-movie__box_thumb_wrap:hover {
    opacity: 0.7;
  }
}
.moy .moy-movie__box_thumb_wrap::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../images/icon_play_sp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
@media (min-width: 769px) {
  .moy .moy-movie__box_thumb_wrap::before {
    width: 80px;
    height: 80px;
    background-image: url(../images/icon_play.svg);
  }
}
.moy .moy-movie__box_player {
  position: absolute;
  top: 0;
  z-index: 10;
}
.moy .moy-movie__description {
  font-size: 1.4rem;
  line-height: 2;
}
.moy .moy-benefit {
  padding-top: 100px;
  background-color: #000;
  color: #fff;
}
@media (min-width: 769px) {
  .moy .moy-benefit {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .moy .moy-benefit .sec__title {
    margin-bottom: 60px;
  }
}
.moy .benefit-list__inner {
  width: 86.6%;
  margin-inline: auto;
  padding: 0;
}
@media (min-width: 769px) {
  .moy .benefit-list__inner {
    width: 100%;
    max-width: calc(940px + 9.6rem);
    padding-inline: 4.8rem;
  }
}
.moy .benefit-list__item {
  background-position: center;
  background-size: cover;
}
.moy .benefit-list__item.benefit01 {
  background-image: url(../images/benefit_bg01_sp.jpg);
}
@media (min-width: 769px) {
  .moy .benefit-list__item.benefit01 {
    background-image: url(../images/benefit_bg01.jpg);
  }
}
.moy .benefit-list__item.benefit02 {
  background-image: url(../images/benefit_bg02_sp.jpg);
}
@media (min-width: 769px) {
  .moy .benefit-list__item.benefit02 {
    background-image: url(../images/benefit_bg02.jpg);
  }
}
.moy .benefit-list__item.benefit03 {
  background-image: url(../images/benefit_bg03_sp.jpg);
}
@media (min-width: 769px) {
  .moy .benefit-list__item.benefit03 {
    background-image: url(../images/benefit_bg03.jpg);
  }
}
@media (min-width: 769px) {
  .moy .benefit-list__item--reverse .benefit-list__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0 50px;
  }
}
@media (max-width: 768px) {
  .moy .benefit-list__item--reverse .benefit-list__container .benefit-list__contents {
    margin: 0 auto;
  }
}
.moy .benefit-list__item--reverse .benefit-list__contents {
  margin: 0 auto 0 0;
}
.moy .benefit-list__container {
  padding: 40px 0;
}
@media (min-width: 769px) {
  .moy .benefit-list__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 50px;
    padding: 45px 0;
  }
}
.moy .benefit-list__image {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .moy .benefit-list__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 480px;
    margin: 0;
  }
}
.moy .benefit-list__contents {
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (min-width: 769px) {
  .moy .benefit-list__contents {
    margin-left: auto;
  }
}
.moy .benefit-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 7.5px;
  font-size: 1.6rem;
  font-family: Shippori Mincho;
  font-weight: 500;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#FEEDB7), to(#C49C31));
  background: linear-gradient(90deg, #FEEDB7, #C49C31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 769px) {
  .moy .benefit-list__title {
    margin-left: 15px;
  }
}
.moy .benefit-list__title::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  margin-top: 20px;
  background: #C49C31;
}
.moy .benefit-list__lead {
  margin: 0 0 0 15px;
}
@media (min-width: 769px) {
  .moy .benefit-list__lead {
    margin-left: 20px;
  }
}
.moy .benefit-list__lead p {
  margin: 0;
  font-size: 2.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.6rem;
  line-height: 1.5;
  white-space: nowrap;
}
.moy .benefit-list__lead p.text-space {
  letter-spacing: 0.2rem;
}
.moy .benefit-list__text {
  margin: 0;
  letter-spacing: 0.3rem;
  white-space: nowrap;
}
.moy .moy-flow {
  margin: 0;
  padding: 100px 0;
  background: #404040;
  background: #333333;
  background: -webkit-gradient(linear, left top, right top, from(rgb(51, 51, 51)), to(rgb(0, 0, 0)));
  background: linear-gradient(90deg, rgb(51, 51, 51) 0%, rgb(0, 0, 0) 100%);
  color: #fff;
}
@media (min-width: 769px) {
  .moy .moy-flow {
    padding: 120px 0;
  }
}
@media (min-width: 769px) {
  .moy .moy-flow .inner {
    width: 100%;
    max-width: calc(1140px + 9.6rem);
    padding-inline: 4.8rem;
  }
}
.moy .moy-flow__title {
  background-color: #fff;
}
.moy .moy-flow .sec__title {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .moy .moy-flow .sec__title {
    margin-bottom: 90px;
  }
}
.moy .flow-list {
  margin-bottom: 60px;
  color: #E1C574;
}
@media (min-width: 769px) {
  .moy .flow-list {
    display: grid;
    gap: 0 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 80px;
  }
}
.moy .flow-list__item {
  position: relative;
}
@media (max-width: 768px) {
  .moy .flow-list__item:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
.moy .flow-list__item:not(:last-of-type)::after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  content: "";
  width: 55px;
  height: 23px;
  margin-left: -27.5px;
  background-image: url(../images/icon_arrow_bottom.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .moy .flow-list__item:not(:last-of-type)::after {
    top: 15px;
    bottom: auto;
    right: -25px;
    left: auto;
    width: 15px;
    height: 37px;
    background-image: url(../images/icon_arrow_right.png);
  }
}
.moy .flow-list__item dt {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-image: url(../images/flow_line_sp.png);
  background-size: 36px auto;
  background-position: top 10px left 17px;
  background-repeat: no-repeat;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-weight: 700;
}
@media (min-width: 769px) {
  .moy .flow-list__item dt {
    margin-bottom: 20px;
    background-image: url(../images/flow_line.png);
    background-size: 78px auto;
    background-position: top 2px left;
  }
}
.moy .flow-list__item dt span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#FEEDB7), to(#C49C31));
  background: linear-gradient(90deg, #FEEDB7, #C49C31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  line-height: 1;
}
@media (min-width: 769px) {
  .moy .flow-list__item dt span {
    font-size: 4rem;
  }
}
.moy .flow-list__item dt p {
  margin: -15px 0 0 42px;
  font-size: 2.2rem;
  line-height: 1;
}
@media (min-width: 769px) {
  .moy .flow-list__item dt p {
    margin: 0 0 0 45px;
    font-size: 2.4rem;
  }
}
.moy .flow-list__item dd {
  line-height: 32px;
}
@media (max-width: 768px) {
  .moy .flow-list__item dd {
    font-size: 1.6rem;
  }
}
.moy .pouring__title {
  font-size: 2.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-weight: 700;
  color: #E1C574;
  text-align: center;
}
@media (min-width: 769px) {
  .moy .pouring__title {
    font-size: 2.4rem;
  }
}
.moy .pouring__text {
  margin-bottom: 40px;
  color: #E1C574;
  line-height: 32px;
}
@media (min-width: 769px) {
  .moy .pouring__text {
    margin-bottom: 40px;
    text-align: center;
  }
}
.moy .pouring-type {
  margin-bottom: 70px;
  color: #E1C574;
}
@media (min-width: 769px) {
  .moy .pouring-type {
    display: grid;
    gap: 0 38px;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .moy .pouring-type__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .moy .pouring-type__item:nth-child(2) {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .moy .pouring-type__item:has(.pouring-type__title ruby) .pouring-type__image-wrapper {
    margin-bottom: 37.5px;
  }
}
.moy .pouring-type__image-wrapper {
  margin-bottom: 12.5px;
  text-align: center;
}
@media (min-width: 769px) {
  .moy .pouring-type__image-wrapper {
    margin-bottom: 20px;
  }
}
.moy .pouring-type__image {
  width: 42.66vw;
}
@media (min-width: 769px) {
  .moy .pouring-type__image {
    width: 100%;
    max-width: 200px;
  }
}
.moy .pouring-type__title {
  margin: 0 0 7.5px;
  font-size: 2.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .moy .pouring-type__title {
    margin: 0 0 15px;
    font-size: 2.4rem;
  }
}
.moy .pouring-type__title .kana-annot {
  position: relative;
  display: inline-block;
}
.moy .pouring-type__title .kana-annot .kana-rt {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 1;
}
.moy .pouring-type__text {
  margin: 0;
  line-height: 32px;
}
.moy .instructor {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
}
.moy .instructor::before, .moy .instructor::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #FEEDB7;
  background: radial-gradient(circle, rgb(254, 237, 183) 0%, rgb(196, 156, 49) 25%, rgb(254, 237, 183) 50%, rgb(196, 156, 49) 75%, rgb(0, 0, 0) 100%);
}
.moy .instructor__container {
  padding: 35px 0;
}
@media (min-width: 769px) {
  .moy .instructor__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 50px;
    padding: 45px 0;
  }
}
.moy .instructor__image {
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 769px) {
  .moy .instructor__image {
    max-width: 280px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .moy .instructor__image img {
    width: 53.33vw;
    max-width: 200px;
  }
}
.moy .instructor__title {
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  color: #E1C574;
}
@media (min-width: 769px) {
  .moy .instructor__title {
    margin-bottom: 10px;
    font-size: 2.4rem;
    text-align: left;
  }
}
.moy .instructor__name {
  margin: 0 0 15px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 769px) {
  .moy .instructor__name {
    text-align: left;
  }
}
.moy .instructor__name span {
  display: block;
  margin-bottom: 2.5px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 2.8rem;
}
@media (min-width: 769px) {
  .moy .instructor__name span {
    margin-bottom: 5px;
    font-size: 3.2rem;
  }
}
.moy .instructor__text {
  margin: 0;
  line-height: 32px;
}
.moy .moy-detail {
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 0 80px;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .moy .moy-detail {
    background: #FEEDB7;
    background: -webkit-gradient(linear, left top, right top, from(rgb(254, 237, 183)), to(rgb(192, 148, 29)));
    background: linear-gradient(90deg, rgb(254, 237, 183) 0%, rgb(192, 148, 29) 100%);
  }
}
@media (min-width: 769px) {
  .moy .moy-detail {
    padding: 120px 0 90px;
  }
}
@media (max-width: 768px) {
  .moy .moy-detail .sec__title {
    margin-bottom: 45px;
  }
}
.moy .moy-detail-list__item {
  padding: 20px 0;
  border-top: 1px solid #000;
}
@media (min-width: 769px) {
  .moy .moy-detail-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
  }
}
.moy .moy-detail-list__item dt {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .moy .moy-detail-list__item dt {
    width: 230px;
    padding-right: 10px;
    margin: 0;
  }
}
.moy .moy-detail-list__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .moy .moy-faq {
    padding-bottom: 100px;
    background: #FEEDB7;
    background: -webkit-gradient(linear, left top, right top, from(rgb(254, 237, 183)), to(rgb(192, 148, 29)));
    background: linear-gradient(90deg, rgb(254, 237, 183) 0%, rgb(192, 148, 29) 100%);
  }
}
@media (min-width: 769px) {
  .moy .moy-faq .inner {
    max-width: calc(800px + 9.6rem);
  }
}
.moy .faq-list__item {
  padding: 20px 0;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.moy .faq-list__item.is-open .faq-list__question::after {
  opacity: 0;
}
.moy .faq-list__item.is-open .faq-list__answer {
  margin-top: 15px;
}
.moy .faq-list__question {
  position: relative;
}
.moy .faq-list__question span {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 36px auto;
  padding-right: 30px;
  font-size: 1.8rem;
  font-weight: 500;
}
.moy .faq-list__question span::before {
  display: inline-block;
  content: "Q";
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-weight: 700;
  line-height: 1;
}
.moy .faq-list__question::before, .moy .faq-list__question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #000000;
  width: 20px;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.moy .faq-list__question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.moy .faq-list__answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  line-height: 200%;
  -webkit-transition: max-height 0.2s ease-out, margin-top 0.2s ease-out;
  transition: max-height 0.2s ease-out, margin-top 0.2s ease-out;
}
@media (min-width: 769px) {
  .moy .faq-list__answer {
    padding: 0 0 0 50px;
  }
}
.moy .faq-list a {
  color: #000 !important;
  text-decoration: underline;
}
/*# sourceMappingURL=index.css.map */
