* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img, video {
  max-width: 100%;
  height: auto;
}

sup {
  vertical-align: super;
  font-size: 0.75em;
}

input,
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  outline: none;
  color: inherit;
  font-family: inherit;
}

input::-ms-expand,
select::-ms-expand,
textarea::-ms-expand,
button::-ms-expand {
  display: none;
}

button {
  display: block;
  cursor: pointer;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid #ccc;
  background: none;
}

body {
  margin: 0;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: min(1.3333333333vw, 16px);
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
body.is-fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.only-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
  .only-pc {
    display: block;
  }
}
.fadeInBlock {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.fadeInBlock.is-fadeIn {
  opacity: 1;
}

.credits {
  margin-top: min(21.36vw, 80.1px);
  padding: 0 min(5.3333333333vw, 20px);
  font-size: min(3.2vw, 12px);
  font-family: "Noto Serif JP", serif;
  line-height: 2.3333333333;
  text-align: center;
}
.credits p + p {
  margin-top: 2em;
}

.otherCatBnr {
  width: 86.6666666667%;
  max-width: 600px;
  margin-top: min(21.3333333333vw, 100px);
  margin-left: auto;
  margin-right: auto;
}

.linkArea {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: min(21.3333333333vw, 100px);
  padding-top: min(21.3333333333vw, 100px);
  padding-bottom: min(16vw, 100px);
  border-top: 1px solid #ccc;
}

.allItemBtn {
  width: 86.6666666667vw;
  max-width: 600px;
  margin: 0 auto;
}
.allItemBtn + .allItemBtn {
  margin-top: min(8vw, 30px);
}
.allItemBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 5.7142857143em;
  border: 1px solid currentColor;
  background-color: #fff;
  color: #333;
  font-size: 0.875rem;
  text-align: center;
}
.allItemBtn a::after {
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 0.4285714286em;
  height: 0.8571428571em;
  margin-left: 1em;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.allItemBtn a img {
  height: 2.8571428571em;
  margin-right: 1em;
}

@media screen and (min-width: 768px) {
  .allItemBtn {
    width: 173.3333333333vw;
    max-width: 600px;
    margin: 0 auto;
  }
  .allItemBtn a {
    height: 100px;
    font-size: 1.25rem;
    padding-left: 2em;
  }
  .allItemBtn a::after {
    width: 13px;
    height: 18px;
    margin-left: 2em;
  }
  .allItemBtn a img {
    height: 1.65em;
    margin-right: 2em;
  }
}
.footer {
  padding: 50px 0 70px;
  background-color: #333;
  color: #fff;
}
.footer__logo {
  text-align: center;
}
.footer__logo img {
  width: 32vw;
  max-width: 150px;
}
.footer .copyright {
  margin-top: 50px;
  font-size: 0.625rem;
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .comingsoonBnr {
    margin-top: 50px;
    text-align: center;
  }
  .comingsoonBnr img {
    width: 600px;
  }
  .instagramLink {
    margin-top: 80px;
  }
  .footer {
    padding: 80px 0;
  }
  .footer .copyright {
    font-size: 0.75rem;
  }
}
.pagetopBtn {
  position: fixed;
  right: 2%;
  bottom: 7%;
  width: min(9.0666666667vw, 34px);
  margin-left: auto;
  margin-right: 5%;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .pagetopBtn {
    right: 1%;
    z-index: 5000;
  }
}
@media screen and (min-width: 1920px) {
  .pagetopBtn {
    right: calc(50% - 920px);
  }
}

.fixAnchorNav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5000;
  pointer-events: none;
}
.fixAnchorNav__toggle {
  position: absolute;
  left: 5%;
  bottom: 10%;
  width: min(18.6666666667vw, 70px);
  height: min(18.6666666667vw, 70px);
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  font-size: min(2.6666666667vw, 10px);
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  pointer-events: auto;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .fixAnchorNav__toggle {
    display: none;
    left: 1%;
    bottom: 3%;
  }
}
.fixAnchorNav__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: min(6.4vw, 24px);
  color: #fff;
  font-size: min(3.7333333333vw, 14px);
  text-align: center;
  line-height: 1;
}
.fixAnchorNav__close::before {
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-image: -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(49%, #fff), color-stop(51%, #fff), color-stop(51%, transparent)), -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(49%, #fff), color-stop(51%, #fff), color-stop(51%, transparent));
  background-image: linear-gradient(to left top, transparent 49%, #fff 49%, #fff 51%, transparent 51%), linear-gradient(to right top, transparent 49%, #fff 49%, #fff 51%, transparent 51%);
  content: "";
}
@media screen and (min-width: 1200px) {
  .fixAnchorNav__close {
    display: none;
  }
}
.fixAnchorNav__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.7);
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}
.fixAnchorNav__body.is-show {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: auto;
}
.fixAnchorNav__body.is-show .fixAnchorNav__list {
  pointer-events: auto;
}
.fixAnchorNav__body.is-close {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
.fixAnchorNav__body.is-close .fixAnchorNav__list {
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .fixAnchorNav__body {
    width: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 100px;
    background-color: transparent;
    pointer-events: none !important;
  }
}
.fixAnchorNav__list {
  width: 72.8%;
  padding: min(8vw, 30px);
  border-radius: min(5.3333333333vw, 20px);
  background-color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .fixAnchorNav__list {
    width: 310px;
    border-radius: 0 20px 20px 0;
  }
}
.fixAnchorNav__list li {
  margin-bottom: 1em;
}
.fixAnchorNav__group + .fixAnchorNav__group {
  margin-top: min(8vw, 40px);
}
.fixAnchorNav__group__title {
  width: min(16vw, 70px);
}
.fixAnchorNav__group.fixAnchorNav-part1 .fixAnchorNavBtn:hover:before {
  background-color: #F46FA5;
}
.fixAnchorNav__group.fixAnchorNav-part1 .fixAnchorNavBtn::after {
  background-color: #F46FA5;
}
.fixAnchorNav__group.fixAnchorNav-part2 .fixAnchorNavBtn:hover:before {
  background-color: #F05A30;
}
.fixAnchorNav__group.fixAnchorNav-part2 .fixAnchorNavBtn::after {
  background-color: #F05A30;
}
.fixAnchorNav .fixAnchorNavBtn {
  position: relative;
  width: 100%;
  padding-left: 1em;
  font-size: 0.875em;
}
.fixAnchorNav .fixAnchorNavBtn::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: min(2.6666666667vw, 10px);
  height: min(2.6666666667vw, 10px);
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.fixAnchorNav .fixAnchorNavBtn::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.25em;
  width: calc(100% - 1em);
  height: 4px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
}
@media (hover) {
  .fixAnchorNav .fixAnchorNavBtn:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.fixPartBnr {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 4000;
}
@media screen and (min-width: 1200px) {
  .fixPartBnr {
    display: none;
  }
}
.fixPartBnr__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: min(10.6666666667vw, 40px);
  color: #fff;
  line-height: 1;
}
.fixPartBnr__body.fixPartBnr-part2 {
  background-color: #F05A30;
}
.fixPartBnr__body.fixPartBnr-part1 {
  background-color: #F46FA5;
}
.fixPartBnr__en {
  font-size: min(6.4vw, 24px);
  font-family: "Noto Serif JP", serif;
}
.fixPartBnr__jp {
  font-size: min(3.7333333333vw, 14px);
  margin-left: 1em;
}

.has-imageInSide {
  position: relative;
  overflow: hidden;
}
.has-imageInSide::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.14, 0.91, 0.56);
          transition-timing-function: cubic-bezier(0.56, 0.14, 0.91, 0.56);
  content: "";
}
.has-imageInSide img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.has-imageInSide.is-show::after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.has-imageInSide.is-show img {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.has-imageInFade {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.has-imageInFade.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.has-imageInScale {
  overflow: hidden;
}
.has-imageInScale img {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.has-imageInScale.is-show img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.kv {
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.intro {
  position: relative;
  width: 86.6666666667vw;
  max-width: 1000px;
  margin: max(-17.3333333333vw, -220px) auto 0;
  padding: min(9.3333333333vw, 80px) 0 min(16vw, 80px);
  border-radius: min(5.3333333333vw, 20px);
  background-color: #fff;
  z-index: 10;
}
.intro__title {
  margin-bottom: min(8vw, 50px);
  text-align: center;
}
.intro__title__text {
  display: inline-block;
  position: relative;
  margin-bottom: 1.5em;
  padding: 0 1em;
  font-size: min(2.9333333333vw, 18px);
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-align: center;
}
.intro__title__text span {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid currentColor;
  border-radius: 5rem;
  background-color: #FFF5F3;
}
.intro__title__text span + span {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .intro__title__text {
    padding: 0.5em 1em;
    border: 1px solid currentColor;
    border-radius: 5rem;
    background-color: #FFF5F3;
  }
  .intro__title__text span {
    padding: 0;
    background-color: transparent;
    border: none;
  }
  .intro__title__text span + span {
    margin-top: 0;
  }
}
.intro__title__catch {
  display: block;
  text-align: center;
}
.intro__title__catch img {
  width: min(69.8666666667vw, 659px);
  max-width: 659px;
}
.intro__text {
  font-size: min(3.7333333333vw, 18px);
  line-height: 2.1428571429;
  text-align: center;
}
.intro__text p + p {
  margin-top: 2em;
}
.intro .itemInfoBlock {
  max-width: 572px;
  margin-top: min(10.6666666667vw, 80px);
}
.intro .itemInfoBlock .itemInfoBlock__lineupBlock__label {
  color: #F46FA5;
}

.categories {
  width: 86.6666666667%;
  max-width: 710px;
  margin: 0 auto;
  padding: 0 0 min(16vw, 80px);
}
.categories__title {
  margin-bottom: min(6.4vw, 30px);
  text-align: center;
}
.categories__title img {
  width: min(32vw, 126px);
}
.categories__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(325px, 100%), 1fr));
  gap: 24px 60px;
}

.itemContents {
  padding: min(21.3333333333vw, 120px) 0;
}
.itemContents__part {
  text-align: center;
}
.itemContents__part img {
  width: min(32vw, 120px);
}
.itemContents__title {
  margin-bottom: min(21.3333333333vw, 80px);
  text-align: center;
}

.itemSection {
  padding-top: min(21.3333333333vw, 120px);
}
.itemSection:nth-of-type(1) {
  padding-top: 0;
}
.itemSection__titleBlock {
  position: relative;
  text-align: center;
  opacity: 0;
}
.itemSection__titleBlock__tag {
  margin-bottom: 20px;
  text-align: center;
}
.itemSection__titleBlock__tag span {
  display: inline-block;
  color: #fff;
  padding: 0.5em;
  margin: 0.5em;
  border-radius: 5rem;
  font-size: min(3.7333333333vw, 18px);
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1;
}
.itemSection__titleBlock__sub {
  margin-bottom: min(2.6666666667vw, 20px);
  font-size: min(3.7333333333vw, 22px);
  text-align: center;
  line-height: 1;
}
.itemSection__titleBlock__sub span {
  display: inline-block;
  font-weight: bold;
}
.itemSection__titleBlock__sub span::before, .itemSection__titleBlock__sub span::after {
  display: inline-block;
  margin: 0 0.5em;
  vertical-align: bottom;
  width: 1px;
  height: 1em;
  background-color: currentColor;
  content: "";
}
.itemSection__titleBlock__sub span::before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.itemSection__titleBlock__sub span::after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.itemSection__titleBlock__title img {
  width: 89.3333333333%;
  max-width: 768px;
}
.itemSection__titleBlock__title__text {
  font-size: min(5.8666666667vw, 54px);
  line-height: 1.4;
  font-weight: bold;
}
.itemSection__lead {
  width: 86.6666666667vw;
  max-width: 1000px;
  margin: min(5.3333333333vw, 40px) auto 0;
  font-size: min(3.7333333333vw, 16px);
  line-height: 1.9230769231;
  text-align: center;
}
.itemSection__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: min(4.2666666667vw, 24px);
}
.itemSection__icons span {
  display: inline-block;
  width: min(16vw, 64px);
}
.itemSection__itemInfo {
  margin-top: min(16vw, 80px);
}
.itemSection__itemInfo + .itemSection__itemInfo {
  margin-top: min(21.3333333333vw, 100px);
}

.itemContents-part1 {
  background-color: #FFF7FA;
}
.itemContents-part1 .itemSection__titleBlock__tag span {
  background-color: #F46FA5;
}
.itemContents-part1 .itemSection__titleBlock__title__text {
  color: #F46FA5;
}
.itemContents-part1 .itemInfoBlock__catch__text {
  color: #F46FA5;
}
.itemContents-part1 .itemInfoBlock__lineupBlock-main .itemInfoBlock__lineupBlock__priceBtn {
  background-color: #F46FA5;
}
.itemContents-part1 .itemSection-4 .itemSection__titleBlock::before {
  display: block;
  width: min(37.3333333333vw, 240px);
  height: min(9.6vw, 62px);
  margin: 0 auto min(2.6666666667vw, 24px);
  background-image: url(/feature/unfilo/24winter/unfilo_magazine01/img/icon_ttl_section04.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.itemContents-part1 .itemSection-5 .itemSection__titleBlock::before {
  display: block;
  width: min(37.3333333333vw, 240px);
  height: min(9.6vw, 62px);
  margin: 0 auto min(2.6666666667vw, 24px);
  background-image: url(/feature/unfilo/24winter/unfilo_magazine01/img/icon_ttl_section05.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.itemContents-part1 .itemSection-5 .itemSection__titleBlock::after {
  display: block;
  width: min(42.6666666667vw, 300px);
  height: min(10.6666666667vw, 74px);
  margin: min(2.1333333333vw, 24px) auto 0;
  background-image: url(/feature/unfilo/24winter/unfilo_magazine01/img/label_ttl_section05.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.itemContents-part2 {
  background-color: #FFF5F3;
}
.itemContents-part2 .itemSection__titleBlock__tag span {
  background-color: #F05A30;
}
.itemContents-part2 .itemSection__titleBlock__title__text {
  color: #F05A30;
}
.itemContents-part2 .itemInfoBlock__catch__text {
  color: #F05A30;
}
.itemContents-part2 .itemInfoBlock__lineupBlock-main .itemInfoBlock__lineupBlock__label {
  color: #F05A30;
}
.itemContents-part2 .itemInfoBlock__lineupBlock-main .itemInfoBlock__lineupBlock__priceBtn {
  background-color: #F05A30;
}
.itemContents-part2 .itemSection:not(.itemSection-4) .itemSection__titleBlock {
  position: relative;
}
.itemContents-part2 .itemSection:not(.itemSection-4) .itemSection__titleBlock::before {
  display: block;
  width: min(14.9333333333vw, 112px);
  height: min(16.2666666667vw, 120px);
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.itemContents-part2 .itemSection:not(.itemSection-4) .itemSection__titleBlock__sub {
  font-size: min(3.7333333333vw, 18px);
}
.itemContents-part2 .itemSection:not(.itemSection-4) .itemSection__titleBlock__sub span {
  position: relative;
  padding-bottom: 0.5em;
}
.itemContents-part2 .itemSection:not(.itemSection-4) .itemSection__titleBlock__sub span::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin: 0;
  border-radius: 10px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(46%, currentColor), color-stop(46%, transparent), color-stop(54%, transparent), color-stop(54%, currentColor));
  background-image: linear-gradient(to right, currentColor 46%, transparent 46%, transparent 54%, currentColor 54%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.itemContents-part2 .itemSection:not(.itemSection-4) .itemSection__titleBlock__sub span::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2px;
  height: 10px;
  margin: 0;
  border-radius: 10px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: translate(-50%, 75%) rotate(15deg);
          transform: translate(-50%, 75%) rotate(15deg);
}
.itemContents-part2 .itemSection.itemSection-1 .itemSection__titleBlock::before {
  background-image: url(/feature/unfilo/24winter/unfilo_magazine02/img/icon_ttl_section01.svg);
}
.itemContents-part2 .itemSection.itemSection-2 .itemSection__titleBlock::before {
  background-image: url(/feature/unfilo/24winter/unfilo_magazine02/img/icon_ttl_section02.svg);
}
.itemContents-part2 .itemSection.itemSection-3 .itemSection__titleBlock::before {
  background-image: url(/feature/unfilo/24winter/unfilo_magazine02/img/icon_ttl_section03.svg);
}
.itemContents-part2 .itemSection.itemSection-4 {
  margin-top: min(21.3333333333vw, 120px);
  background-color: #FFF8F0;
}
.itemContents-part2 .itemSection.itemSection-4 .itemSection__titleBlock__title__text {
  color: #FFAB50;
}
.itemContents-part2 .itemSection.itemSection-4 .itemInfoBlock__catch__text {
  color: #FFAB50;
}
.itemContents-part2 .itemSection.itemSection-4 .itemInfoBlock__lineupBlock-main .itemInfoBlock__lineupBlock__priceBtn {
  background-color: #FFAB50;
}

.itemInfoBlock {
  width: 86.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .itemInfoBlock {
    width: 96%;
    max-width: 1000px;
  }
}
.itemInfoBlock + .itemInfoBlock {
  margin-top: min(16vw, 60px);
}
@media screen and (min-width: 768px) {
  .itemInfoBlock + .itemInfoBlock {
    margin-top: 7.5em;
  }
}
@media screen and (min-width: 768px) {
  .itemInfoBlock.itemInfoBlock-imgLeft .itemInfoBlock__inner {
        grid-template-areas: "image title" "image contents" "lineup lineup";
    -ms-grid-columns: 57% 38%;
    grid-template-columns: 57% 38%;
  }
}
@media screen and (min-width: 768px) {
  .itemInfoBlock.itemInfoBlock-imgRight .itemInfoBlock__inner {
        grid-template-areas: "title image" "contents image" "lineup lineup";
    -ms-grid-columns: 38% 57%;
    grid-template-columns: 38% 57%;
  }
}
@media screen and (min-width: 768px) {
  .itemInfoBlock__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 1fr 0 auto;
    grid-template-rows: auto 1fr auto;
    gap: 0 5%;
  }
}
.itemInfoBlock__image {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .itemInfoBlock__image {
    grid-area: image;
  }
}
.itemInfoBlock__content {
  margin-top: min(10.6666666667vw, 40px);
}
@media screen and (min-width: 768px) {
  .itemInfoBlock__content {
    grid-area: contents;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .itemInfoBlock__catch {
    grid-area: title;
  }
}
.itemInfoBlock__catch__text {
  margin-bottom: 1em;
  font-size: min(6.4vw, 24px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.6666666667;
}
.itemInfoBlock__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: min(5.3333333333vw, 40px);
}
.itemInfoBlock__icons span {
  display: inline-block;
  width: min(16vw, 64px);
}
.itemInfoBlock__text {
  font-size: min(3.7333333333vw, 16px);
  line-height: 2.375;
}
.itemInfoBlock__notes {
  margin-top: 1em;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .itemInfoBlock__notes {
    margin-top: 2em;
  }
}
.itemInfoBlock__comment {
  margin-top: min(10.6666666667vw, 40px);
}
.itemInfoBlock__comment__lead {
  margin-bottom: 1.5em;
  text-align: center;
  line-height: 1;
}
.itemInfoBlock__comment__lead span {
  display: inline-block;
  position: relative;
  color: #F46FA5;
  font-size: min(3.2vw, 14px);
  font-weight: bold;
}
.itemInfoBlock__comment__lead span::after {
  display: block;
  position: absolute;
  right: max(-2.6666666667vw, -10px);
  top: max(-1.6vw, -6px);
  width: min(2.6666666667vw, 10px);
  height: min(2.6666666667vw, 10px);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.768%22%20height%3D%229.483%22%20viewBox%3D%220%200%209.768%209.483%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_3922%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%203922%22%20width%3D%229.768%22%20height%3D%229.483%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%20stroke%3D%22%23f46fa5%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_100906%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20100906%22%20transform%3D%22translate(9.768%209.483)%20rotate(180)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_1069%22%20data-name%3D%22%E7%B7%9A%201069%22%20y1%3D%223.34%22%20x2%3D%222.904%22%20transform%3D%22translate(3.474%203.183)%22%20fill%3D%22none%22%20stroke%3D%22%23f46fa5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.417%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_100905%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20100905%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_100904%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20100904%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_1070%22%20data-name%3D%22%E7%B7%9A%201070%22%20y1%3D%223.463%22%20x2%3D%221.009%22%20transform%3D%22translate(8.051%205.312)%22%20fill%3D%22none%22%20stroke%3D%22%23f46fa5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.417%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_1071%22%20data-name%3D%22%E7%B7%9A%201071%22%20y1%3D%221.481%22%20x2%3D%223.289%22%20transform%3D%22translate(0.709%200.709)%22%20fill%3D%22none%22%20stroke%3D%22%23f46fa5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.417%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.itemInfoBlock__comment__inner {
  position: relative;
  margin-left: 24.6153846154%;
  padding: 1em;
  border-radius: 10px;
  background-color: #F46FA5;
  color: #fff;
  font-size: min(3.2vw, 12px);
  font-weight: 500;
  line-height: 2;
}
.itemInfoBlock__comment__inner::before {
  display: block;
  position: absolute;
  right: 100%;
  top: 20%;
  border: 8px solid transparent;
  border-right: 8px solid #F46FA5;
  content: "";
}
.itemInfoBlock__comment__inner::after {
  display: block;
  position: absolute;
  left: -31.3725490196%;
  top: 0;
  width: 25.4901960784%;
  height: 100%;
  background-image: url(../img/img_comment.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.itemInfoBlock__subImage {
  margin-top: min(10.6666666667vw, 40px);
}
.itemInfoBlock__subImage .itemLinkList {
  margin-top: min(5.3333333333vw, 40px);
}
.itemInfoBlock__lineup {
  margin-top: min(10.6666666667vw, 40px);
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  .itemInfoBlock__lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 50px;
    padding: 0;
    grid-area: lineup;
  }
  .itemInfoBlock__lineup .itemInfoBlock__lineupList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875em 6%;
  }
}
@media screen and (min-width: 768px) {
  .itemInfoBlock__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .itemInfoBlock.itemInfoBlock-imgRight .itemInfoBlock__inner > .itemInfoBlock__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .itemInfoBlock__content {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .itemInfoBlock.itemInfoBlock-imgRight .itemInfoBlock__inner > .itemInfoBlock__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .itemInfoBlock__catch {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .itemInfoBlock.itemInfoBlock-imgRight .itemInfoBlock__inner > .itemInfoBlock__catch {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .itemInfoBlock__lineup {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .itemInfoBlock.itemInfoBlock-imgRight .itemInfoBlock__inner > .itemInfoBlock__lineup {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
.itemInfoBlock__lineupBlock + .itemInfoBlock__lineupBlock {
  margin-top: min(8vw, 30px);
}
.itemInfoBlock__lineupBlock-main .itemInfoBlock__lineupBlock__label {
  color: #F46FA5;
}
.itemInfoBlock__lineupBlock-main .itemInfoBlock__lineupBlock__priceBtn {
  border: none;
  color: #fff;
  background-color: #F46FA5;
}
.itemInfoBlock__lineupBlock-coordinate .itemInfoBlock__lineupBlock__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #666;
}
.itemInfoBlock__lineupBlock-coordinate .itemInfoBlock__lineupBlock__label::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -5px;
  background-color: #666;
  content: "";
}
.itemInfoBlock__lineupBlock-coordinate .itemInfoBlock__lineupBlock__label::after {
  display: block;
  width: 12px;
  height: 6px;
  margin-left: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.414%22%20height%3D%227.207%22%20viewBox%3D%220%200%2013.414%207.207%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5603%22%20data-name%3D%22%E3%83%91%E3%82%B9%205603%22%20d%3D%22M-7405.116-14342.433l6%2C6%2C6-6%22%20transform%3D%22translate(7405.823%2014343.14)%22%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.itemInfoBlock__lineupBlock-coordinate .itemInfoBlock__lineupBlock__label.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .itemInfoBlock__lineupBlock-coordinate .itemInfoBlock__lineupBlock__label::before {
    display: none;
  }
  .itemInfoBlock__lineupBlock-coordinate .itemInfoBlock__lineupBlock__label::after {
    display: none;
  }
}
.itemInfoBlock__lineupBlock-coordinate .itemInfoBlock__lineupList {
  display: none;
}
@media screen and (min-width: 768px) {
  .itemInfoBlock__lineupBlock-coordinate .itemInfoBlock__lineupList {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.itemInfoBlock__lineupBlock .itemInfoBlock__lineupBox + .itemInfoBlock__lineupBox {
  margin-top: min(8vw, 30px);
}
.itemInfoBlock__lineupBlock__title {
  margin-bottom: 0.5em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #ccc;
  font-size: 0.875rem;
  line-height: 1.3;
}
.itemInfoBlock__lineupBlock__label {
  margin-bottom: 1em;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
.itemInfoBlock__lineupBlock__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.itemInfoBlock__lineupBlock__price + .itemInfoBlock__lineupBlock__price {
  margin-top: 5px;
}
.itemInfoBlock__lineupBlock__price-large .itemInfoBlock__lineupBlock__priceText::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1em;
  height: 1em;
  background-image: url(../img/icon_L.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.itemInfoBlock__lineupBlock__priceText {
  display: block;
  position: relative;
  padding-left: 1.375em;
  font-size: 1rem;
}
.itemInfoBlock__lineupBlock__priceText .tax {
  font-size: 0.75rem;
}
.itemInfoBlock__lineupBlock__priceBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 5.7142857143em;
      flex-basis: 5.7142857143em;
  height: 1.5em;
  border: 1px solid currentColor;
  background-color: #fff;
  color: #333;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.3em;
}
.itemInfoBlock__lineupBlock .itemInfoBlock__notes {
  margin-top: 1em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .itemInfoBlock__lineupBlock-main {
    -ms-flex-preferred-size: 16.875em;
        flex-basis: 16.875em;
    max-width: 270px;
  }
  .itemInfoBlock__lineupBlock-main:has(.itemInfoBlock__lineupBox:nth-child(2)) {
    -ms-flex-preferred-size: 35.9375em;
        flex-basis: 35.9375em;
    max-width: 575px;
  }
  .itemInfoBlock__lineupBlock-main:has(.itemInfoBlock__lineupBox:nth-child(3)) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .itemInfoBlock__lineupBlock-coordinate {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 270px;
  }
  .itemInfoBlock__lineupBlock + .itemInfoBlock__lineupBlock {
    margin-top: 0;
    margin-left: 6%;
    padding-left: 6%;
    border-left: 1px solid #ccc;
  }
  .itemInfoBlock__lineupBlock .itemInfoBlock__lineupBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 16.875em;
        flex-basis: 16.875em;
    max-width: 270px;
    min-width: 270px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .itemInfoBlock__lineupBlock .itemInfoBlock__lineupBox + .itemInfoBlock__lineupBox {
    margin-top: 0;
  }
  .itemInfoBlock__lineupBlock__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 0.875rem;
  }
  .itemInfoBlock__lineupBlock__label {
    margin-bottom: 16px;
    font-size: 0.8125rem;
  }
  .itemInfoBlock__lineupBlock__priceBtn {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    height: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .itemInfoBlock__lineupBlock__priceBtn:hover {
    opacity: 0.8;
  }
}

.itemLinkList a {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5em;
  font-size: min(3.7333333333vw, 14px);
  font-weight: bold;
  text-decoration: underline;
}