@charset "UTF-8";
.rb-search-panel__button {
  display: none;
}

#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;
}

#enfant-gyutte .pc-only {
  display: block;
}
#enfant-gyutte .sp-only {
  display: none;
}
#enfant-gyutte img {
  max-width: 100%;
  height: auto;
}
#enfant-gyutte *,
#enfant-gyutte *::before,
#enfant-gyutte *::after {
  box-sizing: border-box;
}
#enfant-gyutte a {
  transition: opacity 0.2s ease;
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
}
#enfant-gyutte a:hover {
  opacity: 0.6;
}
#enfant-gyutte .enfant-gyutte__wrap {
  position: relative;
  background-image: url(../img/enfant-gyutte/bg-left.png), url(../img/enfant-gyutte/bg-right.png);
  background-position: top 830px left, top 830px right;
  background-repeat: repeat-y;
  background-size: 308px auto, 300px auto;
}
#enfant-gyutte .enfant-gyutte-mv {
  height: 71.0625vw;
  background: url(../img/enfant-gyutte/mv-bg.png) no-repeat center center/100% auto;
  padding-top: 2.5vw;
  position: relative;
}
#enfant-gyutte .enfant-gyutte-mv .mv-title {
  width: 55vw;
  margin-right: 20.3125vw;
  margin-left: auto;
}
#enfant-gyutte .enfant-gyutte-mv .mv-title img {
  max-width: unset;
  width: 100%;
}
#enfant-gyutte .enfant-gyutte-mv .mv-tag {
  width: 14.4375vw;
  position: absolute;
  top: 2.5vw;
  right: 3.75vw;
}
#enfant-gyutte .enfant-gyutte-mv .mv-tag img {
  max-width: unset;
  width: 100%;
}
#enfant-gyutte .enfant-gyutte-mv .mv-copy01 {
  width: 11.25vw;
  position: absolute;
  top: 35vw;
  left: 4.375vw;
}
#enfant-gyutte .enfant-gyutte-mv .mv-copy01 img {
  max-width: unset;
  width: 100%;
}
#enfant-gyutte .enfant-gyutte-mv .mv-copy02 {
  width: 10.75vw;
  position: absolute;
  top: 20.4375vw;
  right: 4.375vw;
}
#enfant-gyutte .enfant-gyutte-mv .mv-copy02 img {
  max-width: unset;
  width: 100%;
}
#enfant-gyutte .enfant-gyutte-intro {
  margin-bottom: 110px;
}
#enfant-gyutte .enfant-gyutte-intro .intro-inner {
  width: 1100px;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}
#enfant-gyutte .enfant-gyutte-intro .intro-inner .intro-title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
}
#enfant-gyutte .enfant-gyutte-intro .intro-inner .intro-title::before, #enfant-gyutte .enfant-gyutte-intro .intro-inner .intro-title::after {
  display: block;
  content: "";
  background: url(../img/enfant-gyutte/intro-dot.png) no-repeat center center/contain;
  width: 178px;
  height: 13px;
}
#enfant-gyutte .enfant-gyutte-intro .intro-inner .intro-title span {
  color: #873f2a;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  padding: 0 20px;
  white-space: nowrap;
  background: #fff;
  display: inline-block;
}
#enfant-gyutte .enfant-gyutte-intro .intro-inner .lead {
  font-size: 21px;
  font-weight: 400;
  line-height: 2.1;
  text-align: center;
  position: relative;
  z-index: 2;
}
#enfant-gyutte .enfant-gyutte-intro .intro-inner .intro-bg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 220px;
}
#enfant-gyutte .enfant-gyutte-item {
  position: relative;
}
#enfant-gyutte .enfant-gyutte-item .inner {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#enfant-gyutte .enfant-gyutte-item .enfant-gyutte-item__thumbnail {
  transition: opacity 0.2s ease;
}
#enfant-gyutte .enfant-gyutte-item .enfant-gyutte-item__thumbnail:hover {
  opacity: 0.7;
}
#enfant-gyutte .enfant-gyutte-item .item-body {
  width: 470px;
  margin-left: 46px;
}
#enfant-gyutte .enfant-gyutte-item .item-body .copy {
  color: #873f2a;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
#enfant-gyutte .enfant-gyutte-item .item-body .name {
  font-size: 30px;
  line-height: 1.4;
}
#enfant-gyutte .enfant-gyutte-item .item-body .price {
  font-size: 24px;
  font-weight: 700;
}
#enfant-gyutte .enfant-gyutte-item .item-body .price small {
  font-size: 20px;
}
#enfant-gyutte .enfant-gyutte-item .item-body .price span {
  font-size: 40px;
}
#enfant-gyutte .enfant-gyutte-item .item-body ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 10px;
}
#enfant-gyutte .enfant-gyutte-item .item-body ul li {
  font-size: 18px;
  color: #fff;
  background: #fdb0a5;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  height: 42px;
  border-radius: 21px;
  white-space: nowrap;
}
#enfant-gyutte .enfant-gyutte-item .item-body .note {
  font-size: 16px;
  font-weight: 400;
}
#enfant-gyutte .enfant-gyutte-item .item-body a {
  width: 433px;
  height: 80px;
  border-radius: 6px;
  color: #fff;
  background: #c50018;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  margin-top: 40px;
}
#enfant-gyutte .enfant-gyutte-item .item-body a:hover {
  opacity: 0.7;
}
#enfant-gyutte .enfant-gyutte-item .item-body a img {
  width: auto;
  height: 27px;
}
#enfant-gyutte .offer-1 {
  margin: 70px auto;
  width: 1020px;
  border: 3px solid #873f2a;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#enfant-gyutte .offer-1 .offer-tag {
  position: absolute;
  top: -33px;
  left: -11px;
}
#enfant-gyutte .offer-item {
  display: flex;
  align-items: center;
}
#enfant-gyutte .offer-item img {
  width: 240px;
  margin-right: 20px;
}
#enfant-gyutte .offer-item:last-child img {
  margin-right: 0;
}
#enfant-gyutte .offer-item p {
  color: #873f2a;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
#enfant-gyutte .offer-item p small {
  font-size: 24px;
  color: #873f2a;
  text-align: center;
  font-weight: 700;
  display: block;
}
#enfant-gyutte .offer-2 {
  width: 1020px;
  border-radius: 20px;
  padding: 40px;
  background: #fff3dd;
  margin: 0 auto 100px;
}
#enfant-gyutte .offer-2-button {
  display: none;
}
#enfant-gyutte .offer-2-head {
  background: #9f773f;
  border-radius: 20px;
  height: 171px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  margin-bottom: 20px;
}
#enfant-gyutte .offer-2-head::before {
  display: block;
  content: "";
  background: url(../img/enfant-gyutte/ribbon-l.png) no-repeat center center/100% auto;
  width: 137px;
  height: 133px;
  position: absolute;
  top: 0;
  left: 0;
}
#enfant-gyutte .offer-2-head::after {
  display: block;
  content: "";
  background: url(../img/enfant-gyutte/ribbon-r.png) no-repeat center center/100% auto;
  width: 113px;
  height: 110px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#enfant-gyutte .offer-2-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#enfant-gyutte .offer-2-list + .offer-2-list {
  border-top: 1px solid #d9c19e;
  margin-top: 10px;
  padding-top: 10px;
}
#enfant-gyutte .offer-2-list dt {
  font-size: 14px;
  color: #9f773f;
  width: 270px;
  white-space: nowrap;
  line-height: 1.8;
  padding-left: 1em;
  letter-spacing: -0.05em;
}
#enfant-gyutte .offer-2-list dd {
  width: calc(100% - 270px);
  font-size: 13px;
  letter-spacing: -0.05em;
  line-height: 2;
  white-space: nowrap;
}
#enfant-gyutte .offer-2-list dd small {
  font-size: 12px;
}
#enfant-gyutte .offer-2-list dd ul li {
  font-size: 13px;
  letter-spacing: -0.05em;
  line-height: 2;
}
#enfant-gyutte .offer-2-list dd ul li small {
  font-size: 12px;
}
#enfant-gyutte .offer-2-list dd ul li a {
  font-size: 13px;
  text-decoration: underline;
}
#enfant-gyutte .offer-2-list dd ul li.num {
  padding-left: 2em;
  text-indent: -2em;
}
#enfant-gyutte .enfant-gyutte-about {
  padding: 100px 0;
  background: url(../img/enfant-gyutte/about-bg.png) repeat-x center center/auto 678px;
}
#enfant-gyutte .enfant-gyutte-about .about-inner {
  width: 1180px;
  margin: 0 auto;
}
#enfant-gyutte .enfant-gyutte-about .about-inner .about-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  font-weight: 700;
}
#enfant-gyutte .enfant-gyutte-about .about-inner .about-title span {
  font-size: 40px;
}
#enfant-gyutte .enfant-gyutte-about .about-inner .about-title span .highlight {
  font-size: 40px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
#enfant-gyutte .enfant-gyutte-about .about-inner .about-title span .highlight::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  height: 0.6em;
  width: 100%;
  background: rgb(255, 198, 198); /* 蛍光ペン色 */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease-out;
  z-index: -1;
}
#enfant-gyutte .enfant-gyutte-about .about-inner .about-title span .highlight.active::before {
  transform: scaleX(1);
}
#enfant-gyutte .enfant-gyutte-about .about-inner .about-title small {
  font-size: 32px;
}
#enfant-gyutte .enfant-gyutte-about .about-inner .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#enfant-gyutte .enfant-gyutte-about .about-inner .inner .about-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.9;
  white-space: nowrap;
}
#enfant-gyutte .enfant-gyutte-about .about-inner .inner > img {
  position: relative;
  margin-left: -40px;
}
#enfant-gyutte .enfant-gyutte-menu {
  margin-top: 120px;
}
#enfant-gyutte .enfant-gyutte-menu .menu-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#enfant-gyutte .enfant-gyutte-menu .menu-head::before {
  display: block;
  content: "";
  background: url(../img/enfant-gyutte/dot-line.png) repeat-x center center/contain;
  width: 377px;
  height: 13px;
}
#enfant-gyutte .enfant-gyutte-menu .menu-head::after {
  display: block;
  content: "";
  background: url(../img/enfant-gyutte/dot-line.png) repeat-x center center/contain;
  width: 377px;
  height: 13px;
}
#enfant-gyutte .enfant-gyutte-menu .menu-head span {
  font-size: 50px;
  font-weight: 700;
  color: #873f2a;
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  white-space: nowrap;
}
#enfant-gyutte .enfant-gyutte-menu .menu-head-sub {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
#enfant-gyutte .enfant-gyutte-menu .menu-head-sub img {
  margin-right: 10px;
}
#enfant-gyutte .osechi-detail {
  width: 1110px;
  margin: 0 auto;
}
#enfant-gyutte .osechi-detail + .osechi-detail {
  margin-top: 120px;
}
#enfant-gyutte .osechi-img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#enfant-gyutte .osechi-detail.osechi02 .osechi-img {
  align-items: center;
}
#enfant-gyutte .osechi-img > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 370px;
  flex-shrink: 0;
}
#enfant-gyutte .osechi-img h3 {
  margin-bottom: 55px;
}
#enfant-gyutte .osechi-img p {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
#enfant-gyutte .osechi-detail ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 60px;
}
#enfant-gyutte .osechi-detail ul li {
  width: 215px;
  height: 70px;
  border-radius: 10px;
  font-size: 18px;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fec8c0;
  margin: 3px;
}
#enfant-gyutte .osechi-detail ul li:nth-child(2),
#enfant-gyutte .osechi-detail ul li:nth-child(4),
#enfant-gyutte .osechi-detail ul li:nth-child(6),
#enfant-gyutte .osechi-detail ul li:nth-child(8),
#enfant-gyutte .osechi-detail ul li:nth-child(10),
#enfant-gyutte .osechi-detail ul li:nth-child(12),
#enfant-gyutte .osechi-detail ul li:nth-child(14),
#enfant-gyutte .osechi-detail ul li:nth-child(16),
#enfant-gyutte .osechi-detail ul li:nth-child(18),
#enfant-gyutte .osechi-detail ul li:nth-child(20),
#enfant-gyutte .osechi-detail ul li:nth-child(22),
#enfant-gyutte .osechi-detail ul li:nth-child(24) {
  background: #fee7e4;
}
#enfant-gyutte .osechi-detail .cart-btn {
  width: 600px;
  height: 80px;
  border-radius: 40px;
  background: #c50018;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 90px auto 0;
}
#enfant-gyutte .osechi-work {
  width: 1100px;
  margin: 140px auto 0;
}
#enfant-gyutte .osechi-work.work01 h2 {
  position: relative;
  margin-bottom: 30px;
}
#enfant-gyutte .work01-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#enfant-gyutte .work01-inner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
#enfant-gyutte .work01-inner img {
  position: relative;
  top: -111px;
}
#enfant-gyutte .osechi-column {
  margin: 0 auto 100px;
  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;
}
#enfant-gyutte .osechi-column > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -23px;
  margin-bottom: 20px;
}
#enfant-gyutte .column-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#enfant-gyutte .column-inner h3 {
  color: #6d502c;
  font-size: 28px;
  margin-bottom: 20px;
}
#enfant-gyutte .column-inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
#enfant-gyutte .column-inner > img {
  margin-left: 40px;
}
#enfant-gyutte .teacher {
  border-top: 1px solid #6d502c;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#enfant-gyutte .teacher > img {
  display: block;
  margin-right: 20px;
  width: 290px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#enfant-gyutte .teacher .teacher-name {
  font-size: 16px;
  margin-bottom: 10px;
}
#enfant-gyutte .teacher .teacher-name span {
  font-size: 26px;
}
#enfant-gyutte .teacher .teacher-text {
  font-size: 16px;
  font-weight: 400;
}
#enfant-gyutte .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;
}
#enfant-gyutte .osechi-comment img {
  margin-right: 45px;
}
#enfant-gyutte .osechi-comment p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
#enfant-gyutte .osechi-comment p span {
  font-size: 11px;
  line-height: 2;
  display: block;
  margin-top: 10px;
}
#enfant-gyutte .osechi-comment p + p {
  margin-top: 20px;
}
#enfant-gyutte .osechi-song {
  width: 1050px;
  background: #fbebdf;
  border-radius: 40px;
  padding-top: 65px;
  padding-bottom: 70px;
  margin: 0 auto 100px;
}
#enfant-gyutte .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;
}
#enfant-gyutte .osechi-song h2 img {
  position: relative;
  z-index: 2;
  width: 447px;
  height: auto;
}
#enfant-gyutte .osechi-song__inner {
  padding: 0 80px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#enfant-gyutte .osechi-song__inner .osechi-song__text {
  font-size: 22px;
  line-height: 1.8;
  margin-right: 46px;
  letter-spacing: -0.08em;
}
#enfant-gyutte .osechi-song__singer {
  width: 390px;
}
#enfant-gyutte .osechi-song__singer img {
  max-width: unset;
}
#enfant-gyutte .singer-profile {
  padding: 0 80px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#enfant-gyutte .singer-profile .singer-icon {
  margin-right: 25px;
  width: 198px;
}
#enfant-gyutte .singer-profile dl dt {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 2px solid;
}
#enfant-gyutte .singer-profile dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.05em;
}
#enfant-gyutte .movie-fukidashi {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#enfant-gyutte .osechi-song iframe {
  width: 900px;
  margin: 0 auto;
  display: block;
}
#enfant-gyutte .osechi-review {
  margin: 100px auto;
  width: 1000px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#enfant-gyutte .osechi-review .review-title {
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
}
#enfant-gyutte .osechi-review .review-block {
  flex: 1;
  border-radius: 20px;
  background: #ffd9d9;
  padding: 30px 35px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
}
#enfant-gyutte .osechi-review .review-block .star {
  font-size: 20px;
  color: #c1985e;
  margin-bottom: 0.2em;
}
#enfant-gyutte .osechi-review .review-block .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
#enfant-gyutte .osechi-review .review-block .user {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1em;
}
#enfant-gyutte .osechi-review .review-block .user img {
  width: 2em;
  margin-right: 0.5em;
}
#enfant-gyutte .osechi-review .review-block .comment {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2em;
}
#enfant-gyutte .osechi-review .review-block .date {
  margin-top: auto;
  font-size: 14px;
  color: #999;
}
#enfant-gyutte .text-links {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 500px;
  margin: 100px auto 145px;
}
#enfant-gyutte .text-link {
  width: 500px;
  height: 60px;
  border-radius: 30px;
  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;
  font-size: 18px;
  color: #774f25;
  transition: opacity 0.2s ease;
}
#enfant-gyutte .text-link:hover {
  opacity: 0.6;
}

/* ------modal------ */
#enfant-gyutte .menu-lineup {
  margin-top: 40px;
  margin-bottom: 120px;
}
#enfant-gyutte .lineup-inner {
  display: flex;
  align-items: center;
  overflow: hidden;
}
#enfant-gyutte .menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
#enfant-gyutte .menu-list.menu-1 {
  animation: scroll 25s infinite linear;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#enfant-gyutte .menu-list.menu-2 {
  animation: scroll2 25s linear infinite;
}
@keyframes scroll2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
#enfant-gyutte .lineup-inner + .lineup-inner {
  margin-top: 50px;
}
#enfant-gyutte .menu-list li {
  transition: all 0.3s ease;
  margin: 0 22px;
}
#enfant-gyutte .menu-list li:hover {
  opacity: 0.5;
}
#enfant-gyutte .menu-list li a img {
  max-width: unset;
}
#enfant-gyutte .modal-text p {
  width: 400px;
}
#enfant-gyutte .modal-text p img {
  width: 100%;
  height: auto;
}

.mfp-container {
  width: 1200px;
  margin: auto;
  right: 0;
}

.osechi-menu {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.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;
}

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

button.mfp-close {
  display: none;
}

.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__close {
  position: fixed;
  right: 40px;
  top: 40px;
  width: 60px;
}

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

@media screen and (max-width: 767px) {
  #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;
  }
  #enfant-gyutte .pc-only {
    display: none;
  }
  #enfant-gyutte .sp-only {
    display: block;
  }
  #enfant-gyutte img {
    max-width: 100%;
    height: auto;
  }
  #enfant-gyutte *,
  #enfant-gyutte *::before,
  #enfant-gyutte *::after {
    box-sizing: border-box;
  }
  #enfant-gyutte a {
    transition: opacity 0.2s ease;
    font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
  }
  #enfant-gyutte a:hover {
    opacity: 0.6;
  }
  #enfant-gyutte .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: 0;
    padding-bottom: 20vw;
  }
  #enfant-gyutte .enfant-gyutte-mv {
    height: 132.8125vw;
    background: url(../img/enfant-gyutte/mv-bg__sp.jpg) no-repeat top center/100% auto;
    padding-top: 2.6041666667vw;
    padding-left: 4.1666666667vw;
    position: relative;
  }
  #enfant-gyutte .enfant-gyutte-mv .mv-title {
    width: 70.5729166667vw;
    margin: 0;
    position: relative;
    z-index: 2;
  }
  #enfant-gyutte .enfant-gyutte-mv .mv-title img {
    max-width: unset;
    width: 100%;
  }
  #enfant-gyutte .enfant-gyutte-mv .mv-tag {
    width: 21.2239583333vw;
    position: absolute;
    top: 3.3854166667vw;
    right: 3.3854166667vw;
  }
  #enfant-gyutte .enfant-gyutte-mv .mv-tag img {
    max-width: unset;
    width: 100%;
  }
  #enfant-gyutte .enfant-gyutte-mv .mv-copy01 {
    width: 22.65625vw;
    position: absolute;
    top: 73.6979166667vw;
    left: auto;
    right: 4.4270833333vw;
  }
  #enfant-gyutte .enfant-gyutte-mv .mv-copy01 img {
    max-width: unset;
    width: 100%;
  }
  #enfant-gyutte .enfant-gyutte-mv .mv-copy02 {
    width: 23.046875vw;
    position: absolute;
    top: 17.3177083333vw;
    left: 4.9479166667vw;
    right: auto;
  }
  #enfant-gyutte .enfant-gyutte-mv .mv-copy02 img {
    max-width: unset;
    width: 100%;
  }
  #enfant-gyutte .enfant-gyutte-intro {
    margin-bottom: 15vw;
  }
  #enfant-gyutte .enfant-gyutte-intro .intro-inner {
    width: 100%;
    margin: 0 auto;
    padding: 10vw 5vw 0;
    position: relative;
  }
  #enfant-gyutte .enfant-gyutte-intro .intro-inner .intro-title {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 5vw;
    position: relative;
  }
  #enfant-gyutte .enfant-gyutte-intro .intro-inner .intro-title::before, #enfant-gyutte .enfant-gyutte-intro .intro-inner .intro-title::after {
    display: block;
    content: "";
    background: url(../img/enfant-gyutte/intro-dot.png) no-repeat center center/contain;
    width: 10vw;
    height: 2vw;
  }
  #enfant-gyutte .enfant-gyutte-intro .intro-inner .intro-title span {
    color: #873f2a;
    font-size: 4.2vw;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 0 2vw;
    white-space: nowrap;
    background: #fff;
    display: inline-block;
  }
  #enfant-gyutte .enfant-gyutte-intro .intro-inner .lead {
    font-size: 3.4vw;
    font-weight: 400;
    line-height: 2.1;
    text-align: left;
    position: relative;
    z-index: 2;
  }
  #enfant-gyutte .enfant-gyutte-intro .intro-inner .intro-bg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50vw;
    width: 80vw;
  }
  #enfant-gyutte .enfant-gyutte-item {
    position: relative;
  }
  #enfant-gyutte .enfant-gyutte-item .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
  #enfant-gyutte .enfant-gyutte-item .enfant-gyutte-item__thumbnail {
    width: 70vw;
    margin: 0 auto 5vw;
  }
  #enfant-gyutte .enfant-gyutte-item .item-body {
    width: 100%;
    padding: 0 5vw;
    margin-left: 0;
  }
  #enfant-gyutte .enfant-gyutte-item .item-body .copy {
    color: #873f2a;
    font-size: 5vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5vw;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
  #enfant-gyutte .enfant-gyutte-item .item-body .name {
    font-size: 4.8vw;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 2vw;
  }
  #enfant-gyutte .enfant-gyutte-item .item-body .price {
    font-size: 3.6vw;
    font-weight: 700;
    text-align: center;
  }
  #enfant-gyutte .enfant-gyutte-item .item-body .price small {
    font-size: 3.4vw;
  }
  #enfant-gyutte .enfant-gyutte-item .item-body .price span {
    font-size: 5vw;
  }
  #enfant-gyutte .enfant-gyutte-item .item-body ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
    margin-bottom: 2vw;
    gap: 2vw;
  }
  #enfant-gyutte .enfant-gyutte-item .item-body ul li {
    font-size: 3.4vw;
    color: #fff;
    background: #fdb0a5;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3vw;
    height: 8vw;
    border-radius: 21px;
    white-space: nowrap;
  }
  #enfant-gyutte .enfant-gyutte-item .item-body .note {
    font-size: 3vw;
    font-weight: 400;
    text-align: center;
  }
  #enfant-gyutte .enfant-gyutte-item .item-body a {
    width: 80vw;
    height: 12vw;
    border-radius: 6px;
    color: #fff;
    background: #c50018;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    margin: 5vw auto 0;
  }
  #enfant-gyutte .enfant-gyutte-item .item-body a:hover {
    opacity: 0.7;
  }
  #enfant-gyutte .enfant-gyutte-item .item-body a img {
    width: auto;
    height: 5vw;
  }
  #enfant-gyutte .offer-1 {
    margin: 20vw auto 8vw;
    width: 90vw;
    border: 3px solid #873f2a;
    border-radius: 20px;
    padding: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
  #enfant-gyutte .offer-1 .offer-tag {
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 52vw;
  }
  #enfant-gyutte .offer-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #enfant-gyutte .offer-item p {
    color: #873f2a;
    text-align: center;
    font-size: 3.8vw;
    font-weight: 700;
    width: 38vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #enfant-gyutte .offer-item p small {
    font-size: 3.2vw;
    color: #873f2a;
    text-align: center;
    font-weight: 700;
    display: block;
  }
  #enfant-gyutte .offer-item img {
    width: auto;
    height: 28vw;
    margin-right: auto;
  }
  #enfant-gyutte .offer-2 {
    width: 90vw;
    border-radius: 20px;
    padding: 5vw;
    background: #fff3dd;
    margin: 0 auto 20vw;
  }
  #enfant-gyutte .offer-2-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    width: 80vw;
    height: 12vw;
    border-radius: 12vw;
    border: 2px solid #873f2a;
    color: #873f2a;
    position: relative;
  }
  #enfant-gyutte .offer-2-button::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url(../img/enfant-gyutte/triangle-brown.svg) no-repeat center center/contain;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
  }
  #enfant-gyutte .offer-2-button.expanded::after, #enfant-gyutte .offer-2-button.offer-2-close::after {
    transform: rotate(270deg);
  }
  #enfant-gyutte .offer-2-close {
    margin-top: 2rem;
  }
  #enfant-gyutte .offer-2-content {
    display: none;
    padding-top: 2em;
  }
  #enfant-gyutte .offer-2-head {
    background: #9f773f;
    border-radius: 20px;
    height: 30vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 5vw;
  }
  #enfant-gyutte .offer-2-head img {
    width: 60vw;
    height: auto;
  }
  #enfant-gyutte .offer-2-head::before {
    display: block;
    content: "";
    background: url(../img/enfant-gyutte/ribbon-l.png) no-repeat center center/100% auto;
    width: 13vw;
    height: 13vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  #enfant-gyutte .offer-2-head::after {
    display: block;
    content: "";
    background: url(../img/enfant-gyutte/ribbon-r.png) no-repeat center center/100% auto;
    width: 13vw;
    height: 13vw;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #enfant-gyutte .offer-2-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  #enfant-gyutte .offer-2-list + .offer-2-list {
    border-top: 1px solid #d9c19e;
    margin-top: 3vw;
    padding-top: 3vw;
  }
  #enfant-gyutte .offer-2-list dd + dt {
    margin-top: 1.5em;
  }
  #enfant-gyutte .offer-2-list dt {
    margin-right: 2vw;
    padding-left: 0;
    width: 100%;
    font-size: 3.4vw;
    color: #9f773f;
    white-space: normal;
    line-height: 2;
  }
  #enfant-gyutte .offer-2-list dd {
    font-size: 3.2vw;
    letter-spacing: -0.05em;
    line-height: 1.7;
    width: 100%;
    white-space: normal;
  }
  #enfant-gyutte .offer-2-list dd small {
    font-size: 3vw;
  }
  #enfant-gyutte .offer-2-list dd ul li {
    font-size: 3.2vw;
    letter-spacing: -0.05em;
    line-height: 1.7;
  }
  #enfant-gyutte .offer-2-list dd ul li small {
    font-size: 3vw;
  }
  #enfant-gyutte .offer-2-list dd ul li a {
    font-size: 3.2vw;
    text-decoration: underline;
  }
  #enfant-gyutte .offer-2-list dd ul li.num {
    padding-left: 2em;
    text-indent: -2em;
  }
  #enfant-gyutte .enfant-gyutte-about {
    padding: 20vw 0;
    background: url(../img/enfant-gyutte/about-bg.png) repeat-x center center/auto 100%;
  }
  #enfant-gyutte .enfant-gyutte-about .about-inner {
    width: 100%;
    padding: 0 5vw;
    margin: 0 auto;
  }
  #enfant-gyutte .enfant-gyutte-about .about-inner .about-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5vw;
    font-weight: 700;
  }
  #enfant-gyutte .enfant-gyutte-about .about-inner .about-title span {
    font-size: 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #enfant-gyutte .enfant-gyutte-about .about-inner .about-title span .highlight {
    font-size: 5vw;
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  #enfant-gyutte .enfant-gyutte-about .about-inner .about-title span .highlight::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.1em;
    height: 0.6em;
    width: 100%;
    background: rgb(255, 198, 198); /* 蛍光ペン色 */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease-out;
    z-index: -1;
  }
  #enfant-gyutte .enfant-gyutte-about .about-inner .about-title span .highlight.active::before {
    transform: scaleX(1);
  }
  #enfant-gyutte .enfant-gyutte-about .about-inner .about-title small {
    font-size: 4.2vw;
  }
  #enfant-gyutte .enfant-gyutte-about .about-inner .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  #enfant-gyutte .enfant-gyutte-about .about-inner .inner .about-text {
    font-size: 3.4vw;
    font-weight: 700;
    line-height: 1.9;
    white-space: normal;
    margin-bottom: 3vw;
  }
  #enfant-gyutte .enfant-gyutte-about .about-inner .inner > img {
    position: relative;
    margin: 0 auto;
    width: 80vw;
    height: auto;
  }
  #enfant-gyutte .enfant-gyutte-menu {
    margin-top: 10vw;
  }
  #enfant-gyutte .enfant-gyutte-menu .menu-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #enfant-gyutte .enfant-gyutte-menu .menu-head::before {
    display: block;
    content: "";
    background: url(../img/enfant-gyutte/dot-line.png) repeat-x center center/contain;
    width: 20vw;
    height: 2vw;
  }
  #enfant-gyutte .enfant-gyutte-menu .menu-head::after {
    display: block;
    content: "";
    background: url(../img/enfant-gyutte/dot-line.png) repeat-x center center/contain;
    width: 20vw;
    height: 2vw;
  }
  #enfant-gyutte .enfant-gyutte-menu .menu-head span {
    font-size: 5vw;
    font-weight: 700;
    color: #873f2a;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    white-space: nowrap;
  }
  #enfant-gyutte .enfant-gyutte-menu .menu-head-sub {
    font-size: 4vw;
    font-weight: 700;
    text-align: center;
    margin-top: 1vw;
  }
  #enfant-gyutte .enfant-gyutte-menu .menu-head-sub img {
    margin-right: 10px;
    width: 7vw;
    height: auto;
  }
  #enfant-gyutte .osechi-detail {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 5vw;
  }
  #enfant-gyutte .osechi-detail + .osechi-detail {
    margin-top: 15vw;
  }
  #enfant-gyutte .osechi-img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  #enfant-gyutte .osechi-detail.osechi02 .osechi-img {
    align-items: center;
    flex-direction: column;
  }
  #enfant-gyutte .osechi-img > img {
    width: 60vw;
    height: auto;
    margin-left: auto;
    margin-right: 0;
  }
  #enfant-gyutte .osechi-img > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    flex-shrink: 0;
  }
  #enfant-gyutte .osechi-img h3 {
    margin-bottom: 0;
    width: 20vw;
    position: absolute;
    top: 0;
    left: 10vw;
  }
  #enfant-gyutte .osechi-img h3 img {
    width: 100%;
    height: auto;
  }
  #enfant-gyutte .osechi-detail.osechi02 .osechi-img h3 {
    padding-top: 12vw;
  }
  #enfant-gyutte .osechi-img p {
    font-size: 3.4vw;
    font-weight: 400;
    line-height: 2;
    white-space: normal;
  }
  #enfant-gyutte .osechi-img p br {
    display: none;
  }
  #enfant-gyutte .osechi-detail ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 8vw;
  }
  #enfant-gyutte .osechi-detail ul li {
    width: 29vw;
    height: 10vw;
    border-radius: 6px;
    font-size: 3.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fec8c0;
    margin: 1px;
    text-align: center;
    line-height: 1.2;
  }
  #enfant-gyutte .osechi-detail ul li:nth-child(5),
  #enfant-gyutte .osechi-detail ul li:nth-child(7),
  #enfant-gyutte .osechi-detail ul li:nth-child(9),
  #enfant-gyutte .osechi-detail ul li:nth-child(11),
  #enfant-gyutte .osechi-detail ul li:nth-child(13),
  #enfant-gyutte .osechi-detail ul li:nth-child(15),
  #enfant-gyutte .osechi-detail ul li:nth-child(17),
  #enfant-gyutte .osechi-detail ul li:nth-child(19),
  #enfant-gyutte .osechi-detail ul li:nth-child(21) {
    background: #fec8c0;
  }
  #enfant-gyutte .osechi-detail ul li:nth-child(2),
  #enfant-gyutte .osechi-detail ul li:nth-child(4),
  #enfant-gyutte .osechi-detail ul li:nth-child(6),
  #enfant-gyutte .osechi-detail ul li:nth-child(8),
  #enfant-gyutte .osechi-detail ul li:nth-child(10),
  #enfant-gyutte .osechi-detail ul li:nth-child(12),
  #enfant-gyutte .osechi-detail ul li:nth-child(14),
  #enfant-gyutte .osechi-detail ul li:nth-child(16) {
    background: #fee7e4;
  }
  #enfant-gyutte .osechi-detail .cart-btn {
    width: 80vw;
    height: 12vw;
    border-radius: 40px;
    background: #c50018;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8vw auto 0;
  }
  #enfant-gyutte .osechi-detail .cart-btn img {
    width: auto;
    height: 5vw;
  }
  #enfant-gyutte .osechi-work {
    width: 100%;
    margin: 20vw auto 0;
    padding: 0 5vw;
    position: relative;
  }
  #enfant-gyutte .osechi-work > img {
    width: 90vw;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  #enfant-gyutte .osechi-work.work01 h2 {
    position: relative;
    top: -3vw;
    margin-bottom: 0;
    height: 15vw;
  }
  #enfant-gyutte .osechi-work.work01 h2 img {
    width: auto;
    height: 100%;
  }
  #enfant-gyutte .work01-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  #enfant-gyutte .work01-inner p {
    font-size: 3.4vw;
    font-weight: 400;
    line-height: 2;
  }
  #enfant-gyutte .work01-inner p br {
    display: none;
  }
  #enfant-gyutte .work01-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4vw;
  }
  #enfant-gyutte .work01-inner img {
    position: relative;
    top: 0;
    width: 40vw;
    height: auto;
  }
  #enfant-gyutte .osechi-column {
    margin: 15vw auto;
    width: 90%;
    height: auto;
    background: unset;
    position: relative;
    padding: 0 0 37px;
    box-sizing: border-box;
  }
  #enfant-gyutte .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;
  }
  #enfant-gyutte .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;
  }
  #enfant-gyutte .osechi-column > h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -5vw;
    margin-bottom: 0;
    height: 10vw;
  }
  #enfant-gyutte .osechi-column > h3 img {
    width: auto;
    height: 100%;
  }
  #enfant-gyutte .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;
  }
  #enfant-gyutte .column-inner h3 {
    color: #6d502c;
    font-size: 4.4vw;
    margin-bottom: 3vw;
    text-align: center;
  }
  #enfant-gyutte .column-inner p {
    font-size: 3.4vw;
    font-weight: 400;
    line-height: 2;
  }
  #enfant-gyutte .column-inner p br {
    display: none;
  }
  #enfant-gyutte .column-inner > img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vw;
    width: 70%;
    height: auto;
  }
  #enfant-gyutte .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;
  }
  #enfant-gyutte .teacher::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #6d502c;
    margin: 0 auto 5vw;
  }
  #enfant-gyutte .teacher > img {
    margin-right: 0;
    margin-bottom: 3vw;
    width: 60vw;
    height: auto;
  }
  #enfant-gyutte .teacher .teacher-name {
    font-size: 3.4vw;
    margin-bottom: 2vw;
    text-align: center;
  }
  #enfant-gyutte .teacher .teacher-name span {
    font-size: 4vw;
  }
  #enfant-gyutte .teacher .teacher-text {
    font-size: 3.4vw;
    font-weight: 400;
  }
  #enfant-gyutte .teacher .teacher-text br {
    display: none;
  }
  #enfant-gyutte .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;
  }
  #enfant-gyutte .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;
  }
  #enfant-gyutte .osechi-comment img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3vw;
    width: 25vw;
    height: auto;
  }
  #enfant-gyutte .osechi-comment p {
    font-size: 3.4vw;
    font-weight: 400;
    line-height: 1.7;
  }
  #enfant-gyutte .osechi-comment p br {
    display: none;
  }
  #enfant-gyutte .osechi-comment p span {
    font-size: 3vw;
    line-height: 2;
    display: block;
    margin-top: 10px;
  }
  #enfant-gyutte .osechi-comment p + p {
    margin-top: 20px;
  }
  #enfant-gyutte .osechi-song {
    width: auto;
    background: #fbebdf;
    border-radius: 40px;
    padding-top: 8vw;
    padding-bottom: 8vw;
    margin: 0 5vw 15vw;
  }
  #enfant-gyutte .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;
  }
  #enfant-gyutte .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;
  }
  #enfant-gyutte .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;
  }
  #enfant-gyutte .osechi-song h2 img {
    position: relative;
    z-index: 2;
    width: auto;
    height: 5vw;
  }
  #enfant-gyutte .osechi-song__inner {
    padding: 0 5vw;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  #enfant-gyutte .osechi-song__inner .osechi-song__text {
    font-size: 3.4vw;
    line-height: 1.8;
    margin-right: 0;
    margin-bottom: 3vw;
    letter-spacing: -0.08em;
  }
  #enfant-gyutte .osechi-song__inner .osechi-song__singer {
    width: 100%;
    height: 65vw;
    border-radius: 20px;
    overflow: hidden;
  }
  #enfant-gyutte .osechi-song__inner .osechi-song__singer img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #enfant-gyutte .singer-profile {
    padding: 0 5vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10vw;
  }
  #enfant-gyutte .singer-profile .singer-icon {
    margin-right: 0;
    margin-bottom: 3vw;
    width: 35vw;
  }
  #enfant-gyutte .singer-profile .singer-icon img {
    width: 100%;
    height: auto;
  }
  #enfant-gyutte .singer-profile dl dt {
    font-size: 3.6vw;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid;
    text-align: center;
  }
  #enfant-gyutte .singer-profile dl dd {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.05em;
  }
  #enfant-gyutte .movie-fukidashi {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #enfant-gyutte .movie-fukidashi img {
    width: 80vw;
    height: auto;
  }
  #enfant-gyutte .osechi-song iframe {
    width: auto;
    height: 50vw;
    margin: 0 auto;
    display: block;
  }
  #enfant-gyutte .osechi-review {
    margin: 20vw auto 10vw;
    width: 100%;
    padding: 0 5vw;
    display: block;
  }
  #enfant-gyutte .osechi-review .review-title {
    text-align: center;
    margin: 0 auto 5vw;
    width: 35vw;
  }
  #enfant-gyutte .osechi-review .review-block {
    width: 100%;
    border-radius: 20px;
    background: #ffd9d9;
    padding: 5vw;
  }
  #enfant-gyutte .osechi-review .review-block + .review-block {
    margin-top: 3vw;
  }
  #enfant-gyutte .osechi-review .review-block .star {
    font-size: 3.8vw;
  }
  #enfant-gyutte .osechi-review .review-block .title {
    font-size: 3.4vw;
    font-weight: 700;
    margin-bottom: 2vw;
  }
  #enfant-gyutte .osechi-review .review-block .user,
  #enfant-gyutte .osechi-review .review-block .user span {
    font-size: 2.8vw;
  }
  #enfant-gyutte .osechi-review .review-block .comment {
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.5;
  }
  #enfant-gyutte .osechi-review .review-block .date {
    font-size: 2.6vw;
  }
  #enfant-gyutte .text-links {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 5vw;
    width: 80vw;
    margin: 10vw auto 0;
  }
  #enfant-gyutte .text-link {
    width: 100%;
    height: 12vw;
    border-radius: 30px;
    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;
    font-size: 3.4vw;
    color: #774f25;
    transition: opacity 0.2s ease;
  }
}
@media screen and (max-width: 767px) {
  /* ------modal------ */
  .menu-lineup {
    margin-top: 15vw;
    margin-bottom: 15vw;
  }
  .lineup-inner + .lineup-inner {
    margin-top: 5vw;
  }
  .menu-list {
    width: auto;
  }
  #enfant-gyutte .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;
  }
  .mfp-container {
    width: 100%;
    margin: auto;
    right: 0;
  }
  .osechi-menu {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .osechi-menu__inner > img {
    width: 50vw;
    height: auto;
    margin-top: 5vw;
  }
  .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%;
  }
  .modal-text p img {
    width: 100%;
    height: auto;
  }
  .osechi-menu__close {
    width: 10vw;
    right: 6vw;
    top: 6vw;
  }
}
#enfant-gyutte .work02__mv {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #enfant-gyutte .work02__mv {
    margin-bottom: 10vw;
  }
}
#enfant-gyutte .work02__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #enfant-gyutte .work02__title {
    margin-bottom: 7vw;
  }
}
#enfant-gyutte .work02__title img {
  width: 393px;
}
@media screen and (max-width: 767px) {
  #enfant-gyutte .work02__title img {
    width: 50vw;
  }
}
#enfant-gyutte .work02__lead {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #enfant-gyutte .work02__lead {
    font-size: 4vw;
    margin-bottom: 10vw;
  }
}
#enfant-gyutte .work02__voices {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  #enfant-gyutte .work02__voices {
    flex-direction: column;
    justify-content: flex-start;
    gap: 10vw;
  }
}
#enfant-gyutte .work02__voice {
  position: relative;
  background: #bbe1ff;
  color: #000;
  width: 340px;
  border-radius: 10px;
  padding: 35px 25px 60px;
}
@media screen and (max-width: 767px) {
  #enfant-gyutte .work02__voice {
    width: auto;
    border-radius: 5vw;
    padding: 5vw 10vw 14vw;
  }
}
#enfant-gyutte .work02__voice p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #enfant-gyutte .work02__voice p {
    font-size: 3.6vw;
  }
}
#enfant-gyutte .work02__voice .work02__user {
  font-size: 16px;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #enfant-gyutte .work02__voice .work02__user {
    font-size: 3.2vw;
  }
}
#enfant-gyutte .work02__voice::after {
  content: "";
  display: block;
  position: absolute;
  width: 149px;
  height: 134px;
  right: -24px;
  bottom: -5px;
  background: no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #enfant-gyutte .work02__voice::after {
    width: 29.8vw;
    height: 26.8vw;
    right: -4.8vw;
    bottom: -1vw;
  }
}
#enfant-gyutte .work02__voice:nth-child(1)::after {
  background-image: url(../img/enfant-gyutte/work02-1.png);
}
#enfant-gyutte .work02__voice:nth-child(2)::after {
  background-image: url(../img/enfant-gyutte/work02-2.png);
}
#enfant-gyutte .work02__voice:nth-child(3)::after {
  background-image: url(../img/enfant-gyutte/work02-3.png);
}
#enfant-gyutte .nav {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 55px;
  width: 100%;
  height: 80px;
  background: #f25d6f;
  display: flex;
  justify-content: center;
  align-items: stretch;
  pointer-events: none;
  transform: translate(0, -100%);
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  #enfant-gyutte .nav {
    top: 50px;
    height: 11.2vw;
  }
}
#enfant-gyutte .nav.active {
  pointer-events: all;
  transform: translate(0, 0);
}
#enfant-gyutte .nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 300px;
  font-size: 21px;
  color: #fff;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #enfant-gyutte .nav__item {
    width: 25%;
    font-size: 2.9333333333vw;
    padding-bottom: 1em;
  }
}
#enfant-gyutte .nav__item::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  #enfant-gyutte .nav__item::before {
    top: 1.2vw;
    bottom: 1.2vw;
    width: 1px;
  }
}
#enfant-gyutte .nav__item::after {
  content: "";
  display: block;
  width: 12px;
  height: 19px;
  background: url(../img/enfant-gyutte/triangle-white.svg) no-repeat center center/contain;
  margin-top: 6px;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  #enfant-gyutte .nav__item::after {
    width: 1.6vw;
    height: 2.5333333333vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.9333333333vw;
    margin: 0 auto;
  }
}
#enfant-gyutte .nav__item:first-child::before {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  #enfant-gyutte .nav__item:first-child::before {
    display: none;
  }
}
#enfant-gyutte .nav__item--special {
  background: #7b5827;
}
#enfant-gyutte .nav__item--special::before {
  display: none;
}
@media screen and (max-width: 767px) {
  #enfant-gyutte .nav__item:last-child::before {
    display: none;
  }
}
#enfant-gyutte .amazon-banner {
  position: fixed;
  z-index: 20;
  right: 20px;
  bottom: 20px;
  width: 420px;
}
@media screen and (max-width: 767px) {
  #enfant-gyutte .amazon-banner {
    right: 0.5rem;
    bottom: 4.5rem;
    width: 60.8vw;
  }
}
#enfant-gyutte .amazon-banner img {
  width: 100%;
  height: auto;
}