#enfant-gyutte {
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "Yu Gothic M",
    "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.enfant-gyutte-mv {
  background-image: url(../img/enfant-gyutte/mv-item.png),
    url(../img/enfant-gyutte/mv-bg.jpg);
  background-size: 1406px auto, cover;
  background-position: top 110px center, center center;
  background-repeat: no-repeat;
  height: 1100px;
  min-width: 1430px;
}

.mv-inner {
  position: relative;
  padding-top: 60px;
  width: 1430px;
  margin: 0 auto;
}

.mv-title {
  margin-bottom: 375px;
}

.mv-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 40px;
}

.enfant-gyutte-intro {
  background: url(../img/enfant-gyutte/intro-bg.jpg) repeat-y center center/100%
    auto;
  padding-top: 80px;
  padding-bottom: 140px;
}

.intro-inner {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.intro-inner p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.9;
}

.enfant-gyutte-item {
  position: relative;
  background: #fae6d7;
  padding-bottom: 40px;
  z-index: 2;
}

.enfant-gyutte-item::before {
  display: block;
  content: "";
  background: url(../img/enfant-gyutte/wave-top.png) repeat-x center center/auto
    100%;
  width: 100%;
  height: 141px;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 2;
}

.enfant-gyutte-item::after {
  display: block;
  content: "";
  background: url(../img/enfant-gyutte/wave-low.png) repeat-x center center/auto
    100%;
  width: 100%;
  height: 141px;
  position: absolute;
  bottom: -50px;
  left: 0;
}

.enfant-gyutte-item .inner {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.enfant-gyutte-item__thumbnail {
  transition: opacity 0.2s ease;
}

.enfant-gyutte-item__thumbnail:hover {
  opacity: 0.7;
}

.enfant-gyutte-item__thumbnail img {
  position: relative;
  left: -80px;
}

.item-body {
  width: 470px;
  position: absolute;
  top: 90px;
  right: 0;
}

.item-body .copy {
  color: #873f2a;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.item-body .name {
  font-size: 30px;
  line-height: 1.4;
}

.item-body .price {
  font-size: 24px;
  font-weight: 700;
}

.item-body .price span {
  font-size: 40px;
}

.item-body ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
}

.item-body ul li {
  font-size: 18px;
  color: #fff;
  background: #c17964;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  height: 42px;
  border-radius: 21px;
  white-space: nowrap;
}

.item-body ul li + li {
  margin-left: 10px;
}

.item-body .note {
  font-size: 16px;
  font-weight: 400;
}

.item-body a {
  width: 433px;
  height: 80px;
  border-radius: 6px;
  background: #c50018;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  margin-top: 40px;
}

.item-body a img {
  width: auto;
  height: 22px;
}

.item-body a:hover {
  opacity: 0.7;
}

.enfant-gyutte__wrap {
  position: relative;
  background-image: url(../img/enfant-gyutte/bg-left.png),
    url(../img/enfant-gyutte/bg-right.png);
  background-position: top left, top right;
  background-repeat: no-repeat;
  background-size: 308px auto, 300px auto;
  padding-top: 130px;
}

.enfant-gyutte-intro02 {
  width: 1100px;
  margin: 0 auto 160px;
  position: relative;
  background: url(../img/enfant-gyutte/intro02-bg.png) no-repeat top 160px
    center/992px auto;
}

.enfant-gyutte-intro02 h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #873f2a;
  margin-bottom: 50px;
}

.enfant-gyutte-intro02 p {
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  line-height: 2;
}

.osechi-detail {
  width: 1110px;
  margin: 0 auto;
}

.osechi-img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.osechi-detail.osechi02 .osechi-img {
  align-items: center;
}

.osechi-img > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 410px;
  flex-shrink: 0;
}

.osechi-img h3 {
  margin-bottom: 55px;
}

.osechi-img p {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}

.osechi-detail ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 100px;
}

.osechi-detail ul li {
  width: 270px;
  height: 70px;
  border-radius: 10px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0c3a7;
  margin: 3px;
}

.osechi-detail ul li:nth-child(2),
.osechi-detail ul li:nth-child(4),
.osechi-detail ul li:nth-child(5),
.osechi-detail ul li:nth-child(7),
.osechi-detail ul li:nth-child(10),
.osechi-detail ul li:nth-child(12),
.osechi-detail ul li:nth-child(13),
.osechi-detail ul li:nth-child(15),
.osechi-detail ul li:nth-child(18),
.osechi-detail ul li:nth-child(20),
.osechi-detail ul li:nth-child(21) {
  background: #fae6d7;
}

.osechi-work {
  width: 1100px;
  margin: 150px auto 0;
}

.osechi-work.work01 h2 {
  position: relative;
  top: -50px;
  margin-bottom: 30px;
}

.osechi-work.work02 h2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  top: -60px;
}

.work01-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.work01-inner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.osechi-work__voice p {
  text-align: center;
  font-size: 24px;
}

.osechi-work__voice ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}

.osechi-work__voice ul li {
  width: 526px;
  height: 180px;
  border-radius: 10px;
  background: #b4d8f5;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.osechi-work__voice ul li span {
  font-size: 16px;
  display: block;
}

.osechi-work__voice ul li:first-child {
  padding-left: 200px;
}

.osechi-work__voice ul li:last-child {
  padding-left: 20px;
}

.osechi-work__voice ul li:first-child img {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.osechi-work__voice ul li:last-child img {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.osechi-column {
  margin: 120px auto;
  width: 1100px;
  height: 634px;
  background: url(../img/enfant-gyutte/column-frame.png) no-repeat center
    center/contain;
  position: relative;
  padding: 0 88px;
  box-sizing: border-box;
}

.osechi-column > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -23px;
  margin-bottom: 20px;
}

.column-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.column-inner h3 {
  color: #6d502c;
  font-size: 28px;
  margin-bottom: 20px;
}

.column-inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.column-inner > img {
  margin-left: 40px;
}

.teacher {
  border-top: 1px solid #6d502c;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.teacher > img {
  margin-right: 20px;
}

.teacher .teacher-name {
  font-size: 16px;
  margin-bottom: 10px;
}

.teacher .teacher-name span {
  font-size: 26px;
}

.teacher .teacher-text {
  font-size: 16px;
  font-weight: 400;
}

.osechi-comment {
  width: 1050px;
  height: 436px;
  margin: 0 auto;
  background: url(../img/enfant-gyutte/comment-frame.png) no-repeat top
    center/cover;
  padding-top: 80px;
  padding-left: 70px;
  padding-right: 55px;
  padding-bottom: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.osechi-comment img {
  margin-right: 45px;
}

.osechi-comment p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.osechi-comment p span {
  font-size: 11px;
  line-height: 2;
  display: block;
  margin-top: 10px;
}

.osechi-comment p + p {
  margin-top: 20px;
}

/* ------modal------ */
.menu-lineup {
  margin-top: 155px;
  margin-bottom: 120px;
}

.lineup-inner {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.menu-list.menu-1 {
  animation: scroll 25s infinite linear;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.menu-list.menu-2 {
  animation: scroll2 25s linear infinite;
}

@keyframes scroll2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

.lineup-inner + .lineup-inner {
  margin-top: 50px;
}

.menu-list li {
  transition: all 0.3s ease;
  margin: 0 22px;
}

.menu-list li:hover {
  opacity: 0.5;
}

.mfp-bg {
  background: rgba(240, 195, 167, 0.9) !important;
}

button.mfp-close {
  display: none;
}

.mfp-arrow-left {
  left: 50px;
}

.mfp-arrow-right {
  right: 50px;
}

.mfp-arrow.mfp-arrow-left::before {
  border: unset;
  margin: 0;
  background: url(../img/enfant-gyutte/arrow-prev.png) no-repeat center
    center/100% auto;
  width: 52px;
  height: 88px;
  opacity: 1;
}

.mfp-arrow.mfp-arrow-right::before {
  border: unset;
  margin: 0;
  background: url(../img/enfant-gyutte/arrow-next.png) no-repeat center
    center/100% auto;
  width: 52px;
  height: 88px;
  opacity: 1;
}

.mfp-arrow.mfp-arrow-left::after,
.mfp-arrow.mfp-arrow-right::after {
  display: none;
}

.osechi-menu__inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.osechi-menu__inner > img {
  width: 480px;
  height: auto;
}

.modal-text p {
  width: 400px;
}

.modal-text p img {
  width: 100%;
  height: auto;
}

.osechi-menu__close {
  position: fixed;
  right: 40px;
  top: 40px;
  width: 60px;
}

.osechi-menu__close img {
  width: 100%;
  height: auto;
}

.text-links {
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: 120px auto 165px;
}

#enfant-gyutte .text-link {
  width: calc(50% - 20px);
  height: 60px;
  border: 1px solid #774f25;
  display: grid;
  place-content: center;
  box-sizing: border-box;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
  color: #774f25;
  transition: opacity 0.2s ease;
}

.text-link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 599px) {
  #enfant-gyutte * {
    font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "Yu Gothic M",
      "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
    box-sizing: border-box;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .enfant-gyutte-mv {
    background-image: url(../img/enfant-gyutte/mv-bg-sp.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: calc((940 / 750) * 100vw);
    min-width: unset;
  }

  .mv-inner {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .mv-title {
    margin: calc(29 / 750 * 100vw) 0 0 calc(37 / 750 * 100vw);
    width: calc((678 / 750) * 100vw);
  }

  .mv-title img {
    width: 100%;
    height: auto;
  }

  .mv-text {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .mv-text img {
    width: calc(118 / 750 * 100vw);
    height: auto;
    position: absolute;
  }

  .mv-text img:nth-child(1) {
    right: calc(26 / 750 * 100vw);
    bottom: calc(31 / 750 * 100vw);
  }

  .mv-text img:nth-child(2) {
    left: calc(36 / 750 * 100vw);
    top: calc(202 / 750 * 100vw);
  }

  .enfant-gyutte-intro {
    background: url(../img/enfant-gyutte/intro-bg.jpg) repeat-y center
      center/100% auto;
    padding: 10vw 5vw;
    padding-bottom: 20vw;
  }

  .intro-inner {
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .intro-inner p {
    font-size: 3.4vw;
    font-weight: 700;
    line-height: 1.9;
    margin-bottom: 5vw;
  }

  .intro-inner img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .enfant-gyutte-item {
    position: relative;
    background: #fae6d7;
    padding-bottom: 10vw;
    z-index: 2;
  }

  .enfant-gyutte-item::before {
    display: block;
    content: "";
    background: url(../img/enfant-gyutte/wave-top.png) no-repeat center
      center/auto 100%;
    width: 100%;
    height: 20vw;
    position: absolute;
    top: -8vw;
    left: 0;
    z-index: 2;
  }

  .enfant-gyutte-item::after {
    display: block;
    content: "";
    background: url(../img/enfant-gyutte/wave-low.png) repeat-x center
      center/auto 100%;
    width: 100%;
    height: 20vw;
    position: absolute;
    bottom: -8vw;
    left: 0;
  }

  .enfant-gyutte-item .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }

  .enfant-gyutte-item__thumbnail img {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto 3vw;
  }

  .item-body {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .item-body .copy {
    color: #873f2a;
    font-size: 5vw;
    font-weight: 700;
    margin-bottom: 3vw;
    text-align: center;
  }

  .item-body .name {
    font-size: 4.8vw;
    line-height: 1.4;
    text-align: center;
  }

  .item-body .price {
    font-size: 3.4vw;
    font-weight: 700;
    text-align: center;
  }

  .item-body .price span {
    font-size: 5vw;
  }

  .item-body ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .item-body ul li {
    font-size: 3.4vw;
    color: #fff;
    background: #c17964;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3vw;
    height: 8vw;
    border-radius: 21px;
  }

  .item-body ul li + li {
    margin-left: 3vw;
  }

  .item-body .note {
    font-size: 3.4vw;
    font-weight: 400;
    text-align: center;
  }

  .item-body a {
    width: 100%;
    height: 12vw;
    border-radius: 6px;
    background: #c50018;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    margin-top: 5vw;
  }

  .item-body a img {
    width: auto;
    height: 5vw;
  }

  .item-body a:hover {
    opacity: 0.7;
  }

  .enfant-gyutte__wrap {
    position: relative;
    background-image: url(../img/enfant-gyutte/bg-left.png),
      url(../img/enfant-gyutte/bg-right.png);
    background-position: top left, top right;
    background-repeat: repeat-y;
    background-size: 20vw auto, 20vw auto;
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .enfant-gyutte-intro02 {
    width: 100%;
    margin: 0 auto 15vw;
    padding: 0 5vw;
    position: relative;
    background: url(../img/enfant-gyutte/intro02-bg.png) no-repeat top 160px
      center/80vw auto;
  }

  .enfant-gyutte-intro02 h2 {
    text-align: center;
    font-size: 5.2vw;
    font-weight: 700;
    color: #873f2a;
    margin-bottom: 8vw;
  }

  .enfant-gyutte-intro02 p {
    text-align: left;
    font-size: 3.6vw;
    font-weight: 400;
    line-height: 2;
  }

  .enfant-gyutte-intro02 p br {
    display: none;
  }

  .osechi-detail {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 5vw;
  }

  .osechi-img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  .osechi-detail.osechi02 .osechi-img {
    align-items: center;
    flex-direction: column;
  }

  .osechi-img > img {
    width: 60vw;
    height: auto;
    margin-left: auto;
    margin-right: 0;
  }

  .osechi-img > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    flex-shrink: 0;
  }

  .osechi-img h3 {
    margin-bottom: 0;
    width: 20vw;
    position: absolute;
    top: 0;
    left: 10vw;
  }

  .osechi-img h3 img {
    width: 100%;
    height: auto;
  }

  .osechi-detail.osechi02 .osechi-img h3 {
    padding-top: 12vw;
  }

  .osechi-img p {
    font-size: 3.4vw;
    font-weight: 400;
    line-height: 2;
  }

  .osechi-detail ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8vw;
  }

  .osechi-detail ul li {
    width: 29vw;
    height: 10vw;
    border-radius: 6px;
    font-size: 3.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0c3a7;
    margin: 1px;
    text-align: center;
    line-height: 1.2;
  }

  .osechi-detail ul li:nth-child(5),
  .osechi-detail ul li:nth-child(7),
  .osechi-detail ul li:nth-child(9),
  .osechi-detail ul li:nth-child(11),
  .osechi-detail ul li:nth-child(13),
  .osechi-detail ul li:nth-child(15),
  .osechi-detail ul li:nth-child(17),
  .osechi-detail ul li:nth-child(19),
  .osechi-detail ul li:nth-child(21) {
    background: #f0c3a7;
  }

  .osechi-detail ul li:nth-child(2),
  .osechi-detail ul li:nth-child(4),
  .osechi-detail ul li:nth-child(6),
  .osechi-detail ul li:nth-child(8),
  .osechi-detail ul li:nth-child(10),
  .osechi-detail ul li:nth-child(12),
  .osechi-detail ul li:nth-child(14),
  .osechi-detail ul li:nth-child(16) {
    background: #fae6d7;
  }

  .osechi-work {
    width: 100%;
    margin: 20vw auto 0;
    padding: 0 5vw;
  }

  .osechi-work > img {
    width: 100%;
    height: auto;
  }

  .osechi-work.work01 h2 {
    position: relative;
    top: -3vw;
    margin-bottom: 3vw;
    height: 18vw;
  }

  .osechi-work.work02 h2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    top: -3vw;
    height: 7vw;
    margin-bottom: 3vw;
  }

  .osechi-work h2 img {
    width: auto;
    height: 100%;
  }

  .work01-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }

  .work01-inner p {
    font-size: 3.4vw;
    font-weight: 400;
    line-height: 2;
  }

  .work01-inner p br {
    display: none;
  }

  .work01-inner img {
    width: 40vw;
    height: auto;
    position: absolute;
    top: -25vw;
    right: -4vw;
  }

  .osechi-work__voice p {
    text-align: center;
    font-size: 3.4vw;
    position: relative;
    z-index: 2;
  }

  .osechi-work__voice ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin: 5vw 0;
  }

  .osechi-work__voice ul li {
    width: 100%;
    height: 32vw;
    border-radius: 10px;
    background: #b4d8f5;
    font-size: 3.4vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .osechi-work__voice ul li span {
    font-size: 3.2vw;
    display: block;
  }

  .osechi-work__voice ul li:first-child {
    padding-left: 40vw;
    margin-bottom: 3vw;
  }

  .osechi-work__voice ul li:last-child {
    padding-left: 5vw;
  }

  .osechi-work__voice ul li:first-child img {
    position: absolute;
    left: 8vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 25vw;
    height: auto;
  }

  .osechi-work__voice ul li:last-child img {
    position: absolute;
    right: 5vw;
    top: unset;
    bottom: -1vw;
    margin: auto 0;
    width: 30vw;
    height: auto;
  }

  .osechi-column {
    margin: 15vw auto;
    width: 90%;
    height: auto;
    background: unset;
    position: relative;
    padding: 0 0 37px;
    box-sizing: border-box;
  }

  .osechi-column::before {
    display: block;
    content: "";
    background: url(../img/enfant-gyutte/column-frame01.png) no-repeat top
      center/100% auto;
    width: 100%;
    height: 57px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .osechi-column::after {
    display: block;
    content: "";
    background: url(../img/enfant-gyutte/column-frame02.png) no-repeat top
      center/100% auto;
    width: 100%;
    height: 57px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .osechi-column > h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -5vw;
    margin-bottom: 0;
    height: 10vw;
  }

  .osechi-column > h3 img {
    width: auto;
    height: 100%;
  }

  .column-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 7vw 5vw;
    border-left: 1px solid #6d502c;
    border-right: 1px solid #6d502c;
  }

  .column-inner h3 {
    color: #6d502c;
    font-size: 4.4vw;
    margin-bottom: 3vw;
    text-align: center;
  }

  .column-inner p {
    font-size: 3.4vw;
    font-weight: 400;
    line-height: 2;
  }

  .column-inner p br {
    display: none;
  }

  .column-inner > img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vw;
    width: 70%;
    height: auto;
  }

  .teacher {
    border-top: unset;
    margin-top: 0;
    padding: 5vw 7vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #6d502c;
    border-right: 1px solid #6d502c;
    position: relative;
  }

  .teacher::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #6d502c;
    margin: 0 auto 5vw;
  }

  .teacher > img {
    margin-right: 0;
    margin-bottom: 3vw;
    width: 60vw;
    height: auto;
  }

  .teacher .teacher-name {
    font-size: 3.4vw;
    margin-bottom: 2vw;
    text-align: center;
  }

  .teacher .teacher-name span {
    font-size: 4vw;
  }

  .teacher .teacher-text {
    font-size: 3.4vw;
    font-weight: 400;
  }

  .teacher .teacher-text br {
    display: none;
  }

  .osechi-comment {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    background: unset;
    padding: 5vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-left: 1px solid #cf5c7c;
    border-right: 1px solid #cf5c7c;
    border-bottom: 1px solid #cf5c7c;
  }

  .osechi-comment::before {
    display: block;
    content: "";
    background: url(../img/enfant-gyutte/comment-frame-sp.png) no-repeat top
      center/100% auto;
    width: 100%;
    height: 10vw;
    position: absolute;
    top: -1.2vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .osechi-comment img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3vw;
    width: 25vw;
    height: auto;
  }

  .osechi-comment p {
    font-size: 3.4vw;
    font-weight: 400;
    line-height: 1.7;
  }

  .osechi-comment p br {
    display: none;
  }

  .osechi-comment p span {
    font-size: 3vw;
    line-height: 2;
    display: block;
    margin-top: 10px;
  }

  .osechi-comment p + p {
    margin-top: 20px;
  }

  /* ------modal------ */
  .menu-lineup {
    margin-top: 15vw;
    margin-bottom: 15vw;
  }

  .lineup-inner + .lineup-inner {
    margin-top: 5vw;
  }

  .menu-list {
    width: auto;
  }

  .menu-list li {
    transition: all 0.3s ease;
    margin: 0 2vw;
    width: 40vw;
  }

  .menu-list li a {
    width: auto;
    display: block;
  }

  .menu-list li a img {
    width: 100%;
    height: auto;
  }

  .mfp-bg {
    background: rgba(240, 195, 167, 0.9) !important;
  }

  button.mfp-close {
    display: none;
  }

  .mfp-arrow-left {
    left: 5vw;
  }

  .mfp-arrow-right {
    right: 5vw;
  }

  .mfp-arrow {
    width: 10vw;
  }

  .mfp-arrow.mfp-arrow-left::before {
    border: unset;
    margin: 0;
    background: url(../img/enfant-gyutte/arrow-prev.png) no-repeat center
      center/100% auto;
    width: 10vw;
    height: 88px;
    opacity: 1;
  }

  .mfp-arrow.mfp-arrow-right::before {
    border: unset;
    margin: 0;
    background: url(../img/enfant-gyutte/arrow-next.png) no-repeat center
      center/100% auto;
    width: 10vw;
    height: 88px;
    opacity: 1;
  }

  .mfp-arrow.mfp-arrow-left::after,
  .mfp-arrow.mfp-arrow-right::after {
    display: none;
  }

  .osechi-menu__inner {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .osechi-menu__inner > img {
    width: 50vw;
    height: auto;
    margin-top: 5vw;
  }

  .modal-text p {
    width: 100%;
  }

  .osechi-menu__close {
    width: 10vw;
    right: 6vw;
    top: 6vw;
  }

  .text-links {
    width: 100%;
    margin: 0 auto 17vw;
    padding: 0 12vw;
    flex-direction: column;
  }

  #enfant-gyutte .text-link {
    width: auto;
    height: 12vw;
    font-size: 3.4vw;
  }
  .text-link + .text-link {
    margin-top: 6vw;
  }
}

.page-nav {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 100;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 599px) {
  .page-nav {
    right: 2vw;
    width: 40vw;
  }
  .page-nav img {
    width: 100%;
    height: auto;
  }
}

.page-nav.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.page-nav__close {
  display: block;
  position: absolute;
  left: 8px;
  top: 1px;
  width: 39px;
  height: 39px;
  border-radius: calc(1px / 0);
  background: rgb(255 255 255 / 0);
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 2;
  transition: background 0.2s ease;
}
.page-nav__close:hover {
  background: rgb(255 255 255/0.4);
}

@media screen and (max-width: 599px) {
  .page-nav__close {
    width: 5vw;
    height: 5vw;
    top: 0;
    left: 0;
  }
}

.page-nav__button {
  transition: opacity 0.2s ease;
}

.page-nav__button:hover {
  opacity: 0.6;
}

.osechi-song {
  width: 1050px;
  background: #fbebdf;
  border-radius: 40px;
  padding-top: 65px;
  padding-bottom: 70px;
  margin: 0 auto 100px;
}

.osechi-song h2 {
  height: 90px;
  background: url(../img/enfant-gyutte/song-head-bg.png) no-repeat center
    center/100% auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.osechi-song h2 img {
  position: relative;
  z-index: 2;
  width: 479px;
  height: auto;
}

.osechi-song__inner {
  padding: 0 80px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.osechi-song__inner .osechi-song__text {
  font-size: 22px;
  line-height: 1.8;
  margin-right: 46px;
  letter-spacing: -0.08em;
}

.singer-profile {
  padding: 0 80px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.singer-profile .singer-icon {
  margin-right: 25px;
  width: 198px;
}

.singer-profile dl dt {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 2px solid;
}

.singer-profile dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.05em;
}

.movie-fukidashi {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.osechi-song iframe {
  width: 900px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 599px) {
  .osechi-song {
    width: auto;
    background: #fbebdf;
    border-radius: 40px;
    padding-top: 8vw;
    padding-bottom: 8vw;
    margin: 0 5vw 15vw;
  }

  .osechi-song h2 {
    height: 15vw;
    background: url(../img/enfant-gyutte/song-head-bg.png) no-repeat center
      center/cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5vw;
  }

  .osechi-song h2::before {
    display: block;
    content: "";
    background: url(../img/enfant-gyutte/song-head-1.png) no-repeat center
      center/100% auto;
    width: 12vw;
    height: 15vw;
    position: absolute;
    left: 0;
  }

  .osechi-song h2::after {
    display: block;
    content: "";
    background: url(../img/enfant-gyutte/song-head-2.png) no-repeat center
      center/100% auto;
    width: 12vw;
    height: 15vw;
    position: absolute;
    right: 0;
  }

  .osechi-song h2 img {
    position: relative;
    z-index: 2;
    width: auto;
    height: 5vw;
  }

  .osechi-song__inner {
    padding: 0 5vw;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .osechi-song__inner .osechi-song__text {
    font-size: 3.4vw;
    line-height: 1.8;
    margin-right: 0;
    margin-bottom: 3vw;
    letter-spacing: -0.08em;
  }

  .osechi-song__inner .osechi-song__singer {
    width: 100%;
    height: 65vw;
    border-radius: 20px;
    overflow: hidden;
  }

  .osechi-song__inner .osechi-song__singer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .singer-profile {
    padding: 0 5vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10vw;
  }

  .singer-profile .singer-icon {
    margin-right: 0;
    margin-bottom: 3vw;
    width: 35vw;
  }

  .singer-profile .singer-icon img {
    width: 100%;
    height: auto;
  }

  .singer-profile dl dt {
    font-size: 3.6vw;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid;
    text-align: center;
  }

  .singer-profile dl dd {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.05em;
  }

  .movie-fukidashi {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .movie-fukidashi img {
    width: 80vw;
    height: auto;
  }

  .osechi-song iframe {
    width: auto;
    height: 50vw;
    margin: 0 5vw;
    display: block;
  }
}

.item-body a.is-sold-out {
  font-size: 28px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  color: #fff;
  background: #aaa;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .item-body a.is-sold-out {
    font-size: 5vw;
  }
}

.enfant-gyutte-item__thumbnail {
  display: block;
  position: relative;
}

/*
.enfant-gyutte-item__thumbnail::after {
  content: "完売御礼";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 28px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  color: #fff;
  background: radial-gradient(closest-side, rgb(0 0 0 / 0.5), rgb(0 0 0 / 0));
}
*/
