#conan2024 {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
    "Yu Gothic Medium", "メイリオ", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  background: url(../img/conan/bg.jpg) repeat top center/auto;
  padding-bottom: 105px;
  min-width: 1440px;
  overflow: hidden;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none!important;
}

a {
  transition: .3s all;
}

a:hover {
  opacity: 0.7;
}

.conan-mv {
  height: 1186px;
  background-image: url(../img/conan/mv-bg01.png), url(../img/conan/mv-bg02.png);
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  background-size: 1451px auto, 1734px auto;
  position: relative;
  padding-top: 100px;
  box-sizing: border-box;
}

.conan-mv__link {
  position: absolute;
  top: 28px;
  right: 30px;
}

.conan-mv__inner {
  width: 1370px;
  min-width: 1230px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-left: 34px;
  box-sizing: border-box;
}

.conan-mv__title {
  position: relative;
  padding-bottom: 35px;
  box-sizing: border-box;
}

.conan-mv__title::before {
  display: block;
  content: "";
  background: url(../img/conan/mv-icon01.png) no-repeat center center/cover;
  width: 259px;
  height: 298px;
  position: absolute;
  bottom: -210px;
  left: -20px;
}

.conan-mv__title::after {
  display: block;
  content: "";
  background: url(../img/conan/mv-icon02.png) no-repeat center center/cover;
  width: 187px;
  height: 198px;
  position: absolute;
  bottom: -110px;
  right: 18px;
  z-index: 3;
}

.conan-mv__image {
  position: relative;
  left: -98px;
  z-index: 2;
  width: 739px;
}

.conan-mv__image::before {
  display: block;
  content: "";
  background: url(../img/conan/mv-conan-bar.png) no-repeat center center/cover;
  width: 819px;
  height: 28px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.conan-mv__image::after {
  display: block;
  content: "";
  background: url(../img/conan/mv-icon03.png) no-repeat center center/cover;
  width: 173px;
  height: 180px;
  position: absolute;
  bottom: -95px;
  right: 25px;
}

.cart-nav {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 999;
  transition: 0.3s all ease-out;
}

.cart-nav a {
  position: relative;
  display: block;
  transition: 0.3s all ease-out;
}

.cart-nav a::before {
  display: block;
  content: "";
  background: url(../img/conan/cart-icon.png) no-repeat left center/50px auto;
  width: 50px;
  height: 51px;
  position: absolute;
  left: 46px;
  top: 20px;
}

.cart-nav button {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 1000;
}

.cart-nav a.close {
  display: none;
}

.conan-osechi__image {
  background: url(../img/conan/osechi-bg.jpg) no-repeat center center/cover;
  background-image: url(../img/conan/flame01.png), url(../img/conan/osechi-bg.jpg);
  background-position: top left, center center;
  background-repeat: no-repeat;
  background-size: 1215px auto, cover;
  position: relative;
  clip-path: polygon(0 160px, 100% 0, 100% calc(100% - 160px), 0 100%);
  padding-top: 70px;
  padding-bottom: 300px;
  margin-top: -145px;
  position: relative;
}

.conan-osechi__image::before {
  display: block;
  content: "";
  background: url(../img/conan/flame02.png) no-repeat top right/547px auto;
  width: 547px;
  height: 437px;
  position: absolute;
  top: -10px;
  right: 0;
}

.conan-osechi__image::after {
  display: block;
  content: "";
  background: url(../img/conan/flame03.png) no-repeat top right/732px auto;
  width: 732px;
  height: 480px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.osechi-image__inner {
  /* width: 1284px;
  margin: 0 auto; */
  padding-right: 100px;
}

.osechi-image__inner h2 {
  margin-right: 0;
  margin-left: auto;
  width: 273px;
}

.conan-intro__kid {
  background: url(../img/conan/kid-bg.png) no-repeat top center/cover;
  display: flex;
  align-items: flex-start;
  padding-top: 130px;
  padding-left: calc((100% - 1320px) / 2);
  padding-right: calc((100% - 1320px) / 2);
  /* clip-path: polygon(0 185px, 100% 0, 100% 100%, 0 100%); */
  margin-top: -190px;
  position: relative;
  z-index: 2;
}

.intro-kid__left {
  position: relative;
  top: -100px;
  z-index: 10;
}

.intro-kid__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.conan-intro__conan {
  background: url(../img/conan/intro-bg.png) no-repeat center center/cover;
  background-color: #44bcbc;
  padding: 230px 0 130px;
  clip-path: polygon(0 145px, 100% 0, 100% 100%, 0 100%);
  margin-top: -250px;
  position: relative;
  z-index: 3;
}

.conan-intro__conan .intro-inner {
  width: 1220px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.conan-intro__text h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 50px;
}

.conan-intro__text p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.conan-intro__text p + p {
  margin-top: 1em;
}

.conan-intro__conan .intro-inner > img {
  position: absolute;
  bottom: -40px;
  right: 0;
}

.conan-osechi01 {
  padding-top: 85px;
}

.conan-osechi__copy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.conan-osechi__copy::before {
  display: block;
  content: "";
  background: url(../img/conan/title-icon.png) no-repeat left center/100% auto;
  width: 267px;
  height: 124px;
  margin-right: 35px;
}

.conan-osechi__copy::after {
  display: block;
  content: "";
  background: url(../img/conan/title-icon.png) no-repeat right center/100% auto;
  width: 267px;
  height: 124px;
  margin-left: 35px;
}

#conan2024 .lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}

.conan-osechi01 {
  margin-bottom: 40px;
}

.conan-osechi02 {
  padding-bottom: 125px;
}

.conan-osechi01 .comment {
  margin: 50px 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conan-osechi__item {
  width: 1080px;
  margin: 0 auto 80px;
}

.osechi-item__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.osechi-item__inner > div h3 {
  margin-bottom: 40px;
}

.osechi-item__inner > div h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}

.osechi-text {
  padding: 0 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.conan-osechi__item p + p {
  margin-top: 1.5em;
}

.conan-osechi__menu {
  width: 1220px;
  margin: 0 auto;
}

.conan-osechi__menu > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.conan-osechi__menu > h3 img {
  border-bottom: 5px solid #44bcbc;
}

.conan-osechi02 .conan-osechi__menu > h3 img {
  border-bottom: 5px solid #84754f;
}

.menu-click {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.menu-other {
  width: 1110px;
  margin: 40px auto 0;
}

.menu-other ul {
  display: flex;
  flex-wrap: wrap;
}

.menu-other li {
  font-size: 16px;
  font-weight: 700;
  width: 275px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding-left: 20px;
  box-sizing: border-box;
}

.conan-osechi01 .menu-other ul li {
  background: #d9f5f5;
  color: #000;
}

.conan-osechi01 .menu-other ul li:nth-child(1),
.conan-osechi01 .menu-other ul li:nth-child(3),
.conan-osechi01 .menu-other ul li:nth-child(6),
.conan-osechi01 .menu-other ul li:nth-child(8),
.conan-osechi01 .menu-other ul li:nth-child(9),
.conan-osechi01 .menu-other ul li:nth-child(11),
.conan-osechi01 .menu-other ul li:nth-child(14),
.conan-osechi01 .menu-other ul li:nth-child(16),
.conan-osechi01 .menu-other ul li:nth-child(17),
.conan-osechi01 .menu-other ul li:nth-child(19) {
    background: #44bcbc;
    color: #fff;
}

.conan-osechi02 .menu-other ul li {
  background: #f0e5c9;
  color: #000;
}

.conan-osechi02 .menu-other ul li:nth-child(1),
.conan-osechi02 .menu-other ul li:nth-child(3),
.conan-osechi02 .menu-other ul li:nth-child(6),
.conan-osechi02 .menu-other ul li:nth-child(8),
.conan-osechi02 .menu-other ul li:nth-child(9) {
    background: #84754f;
    color: #fff;
}

.conan-goods {
  background: url(../img/conan/goods-bg.jpg) repeat center center/cover;
  padding-top: 135px;
  padding-bottom: 110px;
}

.conan-goods__contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 80px;
}

.osechi-goods__image {
  margin-bottom: 30px;
}

.conan-goods__contents p {
  width: 760px;
  margin: 40px auto 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.osechi-area {
  padding-top: 150px;
  width: 1140px;
  margin: 0 auto 114px;
}

.osechi-title__blue {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 105px;
}

.osechi-area__item {
  display: flex;;
  align-items: flex-end;
  justify-content: space-between;
}

.conan-osechi__detail {
  margin-left: 70px;
}

.conan-osechi__detail h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.conan-osechi__detail p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.conan-osechi__detail ul {
  display: flex;
  align-items: center;
}

.conan-osechi__detail ul li {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #84754f;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 13px;
  margin-top: 24px;
  margin-bottom: 50px;
}

.conan-osechi__detail ul li span {
  font-size: 15px;
}

.conan-osechi__detail ul li.is-small {
  font-size: 20px;
}

.osechi-price span {
  font-family: 'Roboto', sans-serif;
  font-size: 64px;
}

.osechi-price {
  font-size: 30px;
}

.conan-osechi__detail .note {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.conan-osechi__detail a {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  width: 450px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #44bcbc;
  margin-top: 30px;
}
.conan-osechi__detail a.sold-out {
  color: #747474;
  background: #ddd;
}

.osechi-data {
  width: 1014px;
  border-radius: 20px;
  background: #c6b792;
  margin: 0 auto;
  padding: 50px 60px 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.data-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 455px;
}

.data-left dt {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.2;
  width: 145px;
}

.data-left dd {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  width: 250px;
}

.data-right {
  display: flex;
  align-items: flex-start;
}

.data-right dt {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.2;
}

.osechi-qandq {
  margin: 135px auto 100px;
  width: 930px;
}

.osechi-qandq > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}

.qanda h3 {
  width: 930px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  line-height: 90px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  color: #fff;
  background-color: #44bcbc;
  margin-bottom: 30px;
  box-sizing: border-box;
  cursor: pointer;
}

.qanda h3 span {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  margin-right: 28px;
}

.qanda h3::after {
  display: block;
  content: "";
  background: url(../img/conan/qanda-arrow.png) no-repeat center center/29px auto;
  width: 29px;
  height: 19px;
  position: absolute;
  right: 30px;
}

.qanda h3.selected::after {
  transform: rotate(180deg);
}

.qanda p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  width: 930px;
  margin: 30px auto 40px;
  padding-left: 35px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: none;
}

.qanda p span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.qanda p span strong {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  margin-right: 25px;
}

.link-btn {
  width: 700px;
  height: 70px;
  margin: 0 auto;
  border-radius: 35px;
  border: 2px solid #333;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/conan/arrow.png);
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
}
a.link-btn,
a.link-btn:link,
a.link-btn:visited {
  color: #333;
}

.notes {
  margin-top: 65px;
  text-align: center;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

/* モーダル */
.mfp-bg {
  background: rgba(255,255,255,0.8);
}

button.mfp-arrow {
  display: none;
}

.menu-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.menu-inner li a {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 50%;
}

.menu-inner li a:hover {
  opacity: 1;
}

.menu-inner li a::before {
  content: "";
  width: 200px;
  height: 270px;

  background-color: rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transform-origin: top right;
  transform-origin: top left;
  transform: skewX(45deg) translateX(-300%);
  transition: transform ease .4s;
}

.menu-inner li a:hover::before {
  transform-origin: top right;
  transform: skewX(45deg) translateX(100%);
  z-index: 1;
}

.menu-inner li a .menu-item02 {
  display: none;
}

.menu-inner li a:hover .menu-item01 {
  display: none;
}

.menu-inner li a:hover .menu-item02 {
  display: block;
}

.menu-inner li a.show .menu-item01 {
  display: none;
}

.menu-inner li a.show .menu-item02 {
  display: block;
}

.osechi-menu {
  width: 900px;
  height: 600px;
  border-radius: 30px;
  background: url(../img/conan/modal-bg.png) no-repeat bottom left/545px auto;
  background-color: #44bcbc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}

.osechi-menu.osechi02 {
  background-color: #82744e;
}

.mfp-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.osechi-menu__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
}

.modal-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 308px;
  position: relative;
}

.modal-text h2 {
  margin-bottom: 30px;
}

.modal-text h3 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
  margin-bottom: 30px;
  text-align: center;
}

.modal-text h3 span {
  display: block;
  font-size: 16px;
}

.osechi-menu.osechi02.menu15 .modal-text h3 {
  font-size: 26px;
}

.osechi-menu.osechi02 .modal-text h3 {
  line-height: 1.3;
}

.modal-text p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
}

.osechi-menu.menu05 .osechi-menu__inner .modal-text {
  left: -60px;
}

button.mfp-close {
  margin-top: -50px;
  font-size: 0;
  background: url(../img/conan/close-btn.png) no-repeat center center/35px auto;
  width: 35px;
  height: 35px;
}



@media screen and (max-width: 599px) {
  #conan2024 *{
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
    color: #333;
    font-size: 3.7vw;
  }

  #conan2024 {
    background: url(../img/conan/bg.jpg) repeat top center/contain;
    padding-bottom: calc((105 / 750) * 100vw);
    min-width: unset;
  }

  #conan2024 img {
    width: 100%;
    height: auto;
  }

  .pc-only {
    display: none!important;
  }

  .sp-only {
    display: block!important;
  }

  .conan-mv {
    height: calc((1160 / 750) * 100vw);
    background-image: url(../img/conan/mv-bg01__sp.png), url(../img/conan/mv-bg02__sp.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: contain, contain;
    position: relative;
    padding-top: 20vw;
    box-sizing: border-box;
  }

  .conan-mv__link {
    position: absolute;
    top: calc((28 / 750) * 100vw);
    right: calc((28 / 750) * 100vw);
    width: 43vw;
  }

  .conan-mv__inner {
    width: 100%;
    height: 100%;
    min-width: unset;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 5vw;
    box-sizing: border-box;
  }

  .conan-mv__title {
    position: relative;
    padding-bottom: 0;
    box-sizing: border-box;
    width: 72vw;
  }

  .conan-mv__title::before {
    display: block;
    content: "";
    background: url(../img/conan/mv-icon01.png) no-repeat center center/cover;
    width: calc((139 / 750) * 100vw);
    height: calc((178 / 750) * 100vw);
    position: absolute;
    bottom: -15vw;
    left: -3vw;
  }

  .conan-mv__title::after {
    display: block;
    content: "";
    background: url(../img/conan/mv-icon02.png) no-repeat center center/cover;
    width: calc((117 / 750) * 100vw);
    height: calc((128 / 750) * 100vw);
    position: absolute;
    bottom: -40vw;
    left: 8vw;
    right: unset;
    z-index: 3;
  }

  .conan-mv__image {
    position: absolute;
    left: unset;
    right: 0;
    bottom: 16vw;
    z-index: 2;
    width: 72vw;
  }

  .conan-mv__image::before {
    display: block;
    content: "";
    background: url(../img/conan/mv-icon06.png) no-repeat center center/cover;
    width: calc((116 / 750) * 100vw);
    height: calc((132 / 750) * 100vw);
    position: absolute;
    top: -15vw;
    right: 0;
    bottom: unset;
    left: unset;
  }

  .conan-mv__image::after {
    display: block;
    content: "";
    background: url(../img/conan/mv-conan-bar.png) no-repeat center center/cover;
    width: calc((819 / 750) * 100vw);
    height: calc((28 / 750) * 100vw) ;
    position: absolute;
    bottom: -1vw;
    right: -40vw;
  }

  .conan-mv::after {
    display: block;
    content: "";
    background: url(../img/conan/mv-icon03.png) no-repeat center center/cover;
    width: calc((93 / 750) * 100vw);
    height: calc((100 / 750) * 100vw);
    position: absolute;
    bottom: 20vw;
    right: 1vw;
  }

  .conan-mv__inner::before {
    display: block;
    content: "";
    background: url(../img/conan/mv-icon04.png) no-repeat center center/cover;
    width: calc((134 / 750) * 100vw);
    height: calc((142 / 750) * 100vw);
    position: absolute;
    top: -12vw;
    left: 3vw;
  }

  .conan-mv__inner::after {
    display: block;
    content: "";
    background: url(../img/conan/mv-icon05.png) no-repeat center center/cover;
    width: calc((164 / 750) * 100vw);
    height: calc((175 / 750) * 100vw);
    position: absolute;
    top: -8vw;
    right: 3vw;
  }

  .cart-nav {
    position: fixed;
    bottom: calc((20 / 750) * 100vw);
    right: calc((20 / 750) * 100vw);
    z-index: 999;
  }

  .cart-nav button {
    width: 8vw;
    height: 8vw;
    left: -2vw;
    top: -2vw;
  }

  .cart-nav a {
    width: 50vw;
  }

  .cart-nav a::before {
    display: block;
    content: "";
    background: url(../img/conan/cart-icon.png) no-repeat left center/calc((50 / 750) * 100vw) auto;
    width: clac((50 / 750) * 100vw);
    height: calc((51 / 750) * 100vw);
    position: absolute;
    left: calc((46 / 750) * 100vw);
    top: calc((20 / 750) * 100vw);
  }

  .conan-osechi__image {
    height: calc((790 / 750) * 100vw);
    background: url(../img/conan/osechi-bg.jpg) no-repeat center center/cover;
    background-image: url(../img/conan/flame01.png), url(../img/conan/osechi-bg__sp.png);
    background-position: top 5vw left, center center;
    background-repeat: no-repeat;
    background-size: 50vw auto, cover;
    position: relative;
    clip-path: polygon(0 calc((75 / 750) * 100vw), 100% 0, 100% calc(100% - calc((75 / 750) * 100vw)), 0 100%);
    padding-top: calc((30 / 750) * 100vw);
    padding-bottom: 0;
    margin-top: -20vw;
    position: relative;
    z-index: 2;
  }

  .conan-osechi__image::before {
    display: block;
    content: "";
    background: url(../img/conan/flame02.png) no-repeat top right/100% auto;
    width: calc((324 / 750) * 100vw);
    height: calc((268 / 750) * 100vw);
    position: absolute;
    top: -10px;
    right: 0;
  }

  .conan-osechi__image::after {
    display: block;
    content: "";
    background: url(../img/conan/flame03.png) no-repeat top right/100% auto;
    width: calc((437 / 750) * 100vw);
    height: calc((347 / 750) * 100vw);
    position: absolute;
    bottom: -8vw;
    left: 0;
  }

  .osechi-image__inner {
    width: 100%;
    margin: 0 auto;
  }

  .osechi-image__inner h2 {
    margin-right: 0;
    margin-left: auto;
    width: calc((174 / 750) * 100vw);
    height: calc((615 / 750) * 100vw);
  }

  .conan-intro__kid {
    background: url(../img/conan/kid-bg.png) no-repeat top left/cover;
    display: flex;
    align-items: flex-start;
    padding-top: calc((40 / 750) * 100vw);
    padding-bottom: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-top: calc((-90 / 750) * 100vw);
    position: relative;
    z-index: 2;
  }

  .intro-kid__left {
    position: relative;
    /* top: calc((-100 / 750) * 100vw); */
    top: 0;
    z-index: 10;
  }

  .intro-kid__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45vw;
    flex-shrink: 0;
    flex-basis: 45vw;
    margin-top: 5vw;
  }

  .intro-kid__right h3 {
    margin-bottom: 3vw;
  }

  .conan-intro__conan {
    background: url(../img/conan/intro-bg.png) no-repeat center center/cover;
    background-color: #44bcbc;
    padding: calc((200 / 750) * 100vw) 0 calc((130 / 750) * 100vw);
    clip-path: polygon(0 calc((75 / 750) * 100vw), 100% 0, 100% 100%, 0 100%);
    margin-top: calc((-140 / 750) * 100vw);
    position: relative;
    z-index: 3;
  }

  .conan-intro__conan .intro-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .conan-intro__text {
    margin-bottom: 5vw;
  }

  #conan2024 .conan-intro__text h3 {
    color: #fff;
    font-size: 4.6vw;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: calc((50 / 750) * 100vw);
  }

  #conan2024 .conan-intro__text p {
    color: #fff;
    font-size: 3.7vw;
    font-weight: 700;
    line-height: 1.7;
  }

  .conan-intro__text p + p {
    margin-top: 1em;
  }

  #conan2024 .conan-intro__conan .intro-inner > img {
    position: relative;
    bottom: unset;
    right: 0;
    width: 50vw;
    height: auto;
  }

  .conan-osechi01 {
    padding-top: calc((85 / 750) * 100vw);
  }

  .conan-osechi__copy {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: calc((50 / 750) * 100vw);
  }

  #conan2024 .conan-osechi__copy img {
    width: 80vw;
    height: auto;
    flex-shrink: 0;
  }

  .conan-osechi__copy::before {
    display: block;
    content: "";
    background: url(../img/conan/title-icon.png) no-repeat left center/100% auto;
    width: 15vw;
    flex-shrink: 0;
    height: calc((124 / 750) * 100vw);
    margin-right: 0;
    position: relative;
    bottom: -5vw;
  }

  .conan-osechi__copy::after {
    display: block;
    content: "";
    background: url(../img/conan/title-icon.png) no-repeat right center/100% auto;
    width: 15vw;
    flex-shrink: 0;
    height: calc((124 / 750) * 100vw);
    margin-left: 0;
    position: relative;
    bottom: -5vw;
  }

  #conan2024 .lead {
    font-size: 4vw;
    text-align: left;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .conan-osechi01 {
    margin-bottom: calc((100 / 750) * 100vw);
  }

  .conan-osechi02 {
    padding-bottom: calc((125 / 750) * 100vw);
  }

  .conan-osechi01 .comment {
    margin: calc((50 / 750) * 100vw) 0 calc((90 / 750) * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .conan-osechi__item {
    width: 100%;
    margin: 0 auto calc((80 / 750) * 100vw);
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .osechi-item__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin-bottom: 5vw;
  }

  .conan-osechi02 .osechi-item__inner {
    flex-direction: column;
  }

  #conan2024 .osechi-item__inner > img {
    width: 70vw;
    height: auto;
  }

  .osechi-item__inner > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
  }

  .osechi-item__inner > div h3 {
    width: 25vw;
    flex-shrink: 0;
    margin-bottom: calc((40 / 750) * 100vw);
  }

  #conan2024 .osechi-item__inner > div h4 {
    font-size: 4.2vw;
    text-align: center;
    margin-bottom: calc((50 / 750) * 100vw);
  }

  .osechi-text {
    padding: 0;
    font-size: 3.7vw;
    font-weight: 500;
    line-height: 1.6;
  }

  .conan-osechi__menu {
    width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .conan-osechi__menu > h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85vw;
    margin: 0 auto;
  }

  .conan-osechi__menu > h3 img {
    border-bottom: 1vw solid #44bcbc;
  }

  .conan-osechi02 .conan-osechi__menu > h3 img {
    border-bottom: 1vw solid #84754f;
  }

  .menu-click {
    margin-top: calc((30 / 750) * 100vw);
  }

  .menu-other {
    width: 100%;
    margin: calc((40 / 750) * 100vw) auto 0;
  }

  #conan2024 .menu-other li {
    font-size: 3vw;
    font-weight: 700;
    width: 50%;
    height: 12vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    background: #fff;
    padding-left: 3vw;
    box-sizing: border-box;
  }

  .conan-osechi01 .menu-other ul li:nth-child(3),
  .conan-osechi01 .menu-other ul li:nth-child(6),
  .conan-osechi01 .menu-other ul li:nth-child(11),
  .conan-osechi01 .menu-other ul li:nth-child(14) {
    background: #d9f5f5;
    color: #000;
  }

  #conan2024 .conan-osechi01 .menu-other ul li:nth-child(1),
  #conan2024 .conan-osechi01 .menu-other ul li:nth-child(4),
  #conan2024 .conan-osechi01 .menu-other ul li:nth-child(5),
  #conan2024 .conan-osechi01 .menu-other ul li:nth-child(8),
  #conan2024 .conan-osechi01 .menu-other ul li:nth-child(9),
  #conan2024 .conan-osechi01 .menu-other ul li:nth-child(12),
  #conan2024 .conan-osechi01 .menu-other ul li:nth-child(13),
  #conan2024 .conan-osechi01 .menu-other ul li:nth-child(16),
  #conan2024 .conan-osechi01 .menu-other ul li:nth-child(17) {
      background: #44bcbc;
      color: #fff;
  }

  .conan-osechi02 .menu-other ul li:nth-child(3),
  .conan-osechi02 .menu-other ul li:nth-child(6) {
    background: #f0e5c9;
    color: #000;
  }

  #conan2024 .conan-osechi02 .menu-other ul li:nth-child(1),
  #conan2024 .conan-osechi02 .menu-other ul li:nth-child(4),
  #conan2024 .conan-osechi02 .menu-other ul li:nth-child(5),
  #conan2024 .conan-osechi02 .menu-other ul li:nth-child(8),
  #conan2024 .conan-osechi02 .menu-other ul li:nth-child(9) {
      background: #84754f;
      color: #fff;
  }

  .conan-goods {
    background: url(../img/conan/goods-bg.jpg) repeat center center/contain;
    padding-top: calc((135 / 750) * 100vw);
    padding-bottom: calc((110 / 750) * 100vw);
  }

  .conan-goods__contents {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: calc((80 / 750) * 100vw);
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .osechi-goods__image {
    margin-bottom: 5vw;
    width: 70vw;
    height: auto;
  }

  .conan-goods__contents h3 {
    width: auto;
    height: 13vw;
  }

  #conan2024 .conan-goods__contents h3 img {
    width: auto;
    height: 100%;
  }

  .conan-goods__contents p {
    width: 100%;
    margin: calc((60 / 750) * 100vw) auto 0;
    font-size: 3.7vw;
    font-weight: 700;
    line-height: 1.6;
  }

  .osechi-area {
    padding: calc((150 / 750) * 100vw) 5vw 0;
    width: 100%;
    margin: 0 auto calc((114 / 750) * 100vw);
    box-sizing: border-box;
  }

  .osechi-title__blue {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: calc((105 / 750) * 100vw);
  }

  .osechi-area__item {
    display: flex;;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
  }

  .conan-osechi__detail {
    margin-left: 0;
    margin-top: 5vw;
    width: 100%;
  }

  #conan2024 .conan-osechi__detail h3 {
    font-size: 5.6vw;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: calc((20 / 750) * 100vw);
  }

  .conan-osechi__detail p {
    font-size: 3.7vw;
    font-weight: 700;
    line-height: 1.4;
  }

  .conan-osechi__detail ul {
    display: flex;
    align-items: center;
  }

  #conan2024 .conan-osechi__detail ul li {
    font-size: 4.2vw;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    color: #fff;
    background: #84754f;
    width: 15vw;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: calc((20 / 750) * 100vw);
    margin-top: calc((24 / 750) * 100vw);
    margin-bottom: calc((50 / 750) * 100vw);
  }

  #conan2024 .conan-osechi__detail ul li span {
    font-size: 3vw;
    color: #fff;
  }

  #conan2024 .osechi-price span {
    font-family: 'Roboto', sans-serif;
    font-size: 7vw;
  }

  #conan2024 .osechi-price {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }

  .conan-osechi__detail .note {
    font-size: 3.7vw;
    font-weight: 500;
    line-height: 1.6;
  }

  #conan2024 .conan-osechi__detail a {
    font-size: 5vw;
    font-weight: 700;
    color: #fff;
    width: 100%;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #44bcbc;
    margin-top: calc((30 / 750) * 100vw);
  }

  .osechi-data {
    width: auto;
    border-radius: 20px;
    background: #c6b792;
    margin: 0 auto;
    padding: calc((45 / 750) * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0 5vw;
  }

  .data-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 3vw;
  }

  #conan2024 .data-left dt {
    color: #fff;
    font-size: 3.7vw;
    font-weight: 700;
    line-height: 2.2;
    width: 7em;
  }

  #conan2024 .data-left dd {
    color: #fff;
    font-size: 3.7vw;
    font-weight: 500;
    line-height: 2.2;
    width: calc(100% - 7em);
  }

  .data-right {
    display: flex;
    align-items: flex-start;
  }

  #conan2024 .data-right dt {
    color: #fff;
    font-size: 3.7vw;
    font-weight: 700;
    line-height: 2.2;
  }

  .osechi-qandq {
    margin: calc((135 / 750) * 100vw) auto calc((100 / 750) * 100vw);
    width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .osechi-qandq > h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto calc((70 / 750) * 100vw);
    width: 40vw;
  }

  #conan2024 .qanda h3 {
    width: 100%;
    height: 20vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc((30 / 750) * 100vw);
    padding-right: calc((45 / 750) * 100vw);
    line-height: 1.2;
    font-size: 3.8vw;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    color: #fff;
    background-color: #44bcbc;
    margin-bottom: calc((30 / 750) * 100vw);
    box-sizing: border-box;
  }

  #conan2024 .qanda h3 span {
    font-family: 'Roboto', sans-serif;
    font-size: 6vw;
    font-weight: 900;
    font-style: italic;
    margin-right: calc((28 / 750) * 100vw);
  }

  .qanda h3::after {
    display: block;
    content: "";
    background: url(../img/conan/qanda-arrow.png) no-repeat center center/calc((29 / 750) * 100vw) auto;
    width: calc((29 / 750) * 100vw);
    height: calc((19 / 750) * 100vw);
    position: absolute;
    right: calc((30 / 750) * 100vw);
  }

  .qanda h3.selected::after {
    transform: rotate(180deg);
  }

  .qanda p {
    color: #000;
    font-size: 3.7vw;
    font-weight: 500;
    width: 100%;
    margin: 4vw auto 6vw;
    padding-left: calc((35 / 750) * 100vw);
    padding-right: 3vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    display: none;
  }

  .qanda p span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #conan2024 .qanda p span strong {
    font-family: 'Roboto', sans-serif;
    font-size: 6vw;
    font-weight: 900;
    font-style: italic;
    margin-right: calc((25 / 750) * 100vw);
  }

  .link-btn {
    width: 86%;
    height: 12vw;
    margin: 0 auto;
    border-radius: 35px;
    border: 2px solid #333;
    box-sizing: border-box;
    font-size: 3.4vw;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/conan/arrow.png);
    background-position: right 3vw center;
    background-repeat: no-repeat;
    background-size: 2vw auto;
  }
  a.link-btn,
  a.link-btn:link,
  a.link-btn:visited {
    color: #333;
  }

  #conan2024 .notes {
    margin-top: 6vw;
    text-align: center;
    font-size: 2.8vw;
    color: #333;
    font-weight: 500;
  }

  /* モーダル */
  .mfp-bg {
    background: rgba(255,255,255,0.8);
  }

  button.mfp-arrow {
    display: none;
  }

  .menu-inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: calc((60 / 750) * 100vw);
  }

  .menu-inner li {
    width: 22%;
    margin-bottom: 5vw;
  }

  .menu-inner li a::before {
    display: none;
  }

  .menu-inner li a:hover::before {
    display: none;
  }

  .menu-inner li a .menu-item01 {
    display: none;
  }

  .menu-inner li a .menu-item02 {
    display: block;
  }

  .osechi-menu {
    width: 90%;
    height: auto;
    border-radius: calc((30 / 750) * 100vw);
    background: url(../img/conan/modal-bg.png) no-repeat bottom left/calc((545 / 750) * 100vw) auto;
    background-color: #44bcbc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
  }

  .osechi-menu.osechi02 {
    background-color: #82744e;
  }

  .mfp-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .osechi-menu__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 6vw 4vw;
    box-sizing: border-box;
  }

  .osechi-menu__inner > img {
    width: 45vw;
    height: auto;
  }

  .modal-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    position: relative;
  }

  .modal-text h2 {
    width: 25vw;
    margin-bottom: calc((20 / 750) * 100vw);
  }

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

  .modal-text h3 {
    font-size: 5vw;
    font-weight: 700;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
    margin-bottom: calc((20 / 750) * 100vw);
    text-align: center;
  }

  .modal-text h3 span {
    display: block;
    font-size: 3.7vw;
  }

  .osechi-menu.osechi02.menu15 .modal-text h3 {
    font-size: 4.8vw;
  }

  .osechi-menu.osechi02 .modal-text h3 {
    line-height: 1.3;
  }

  .modal-text p {
    font-size: 3.7vw;
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
  }

  .osechi-menu.menu05 .osechi-menu__inner .modal-text {
    left: unset;
  }

  button.mfp-close {
    margin-top: calc((-50 / 750) * 100vw);
    font-size: 0;
    background: url(../img/conan/close-btn.png) no-repeat center center/calc((35 / 750) * 100vw) auto;
    width: calc((35 / 750) * 100vw);
    height: calc((35 / 750) * 100vw);
  }
}

.sa {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.sa.show {
  opacity: 1;
  transform:translate(0, 0);
  transition-property: transform, opacity, transition-delay;
}

.sa--up {
  transform: translate(0, 60px);
}
.sa--l {
  transform: translate(-400px, 0);
}
.sa--r {
  transform: translate(200px, 0);
}

.osechi-area__item a {
  position: relative;
}

#conan2024 .osechi-area__item .soldout-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  letter-spacing: 0.8em;
  text-indent: 0.8em;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  #conan2024 .osechi-area__item .soldout-cover {
    font-size: 2rem;
  }
}
