@charset "UTF-8";
* {
  box-sizing: border-box;
}
*::before, *::after {
  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 {
  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;
  transition: 0.8s;
}
.fadeInBlock.is-fadeIn {
  opacity: 1;
}

.credits {
  padding: 0 6.6666666667cqw;
  font-size: 3.2cqw;
  font-family: "Noto Serif JP", serif;
  line-height: 2.3333333333;
  text-align: center;
}
.credits p + p {
  margin-top: 2em;
}

.notes {
  font-size: min(2.6666666667cqw, 15px);
}

.contentsFooter {
  padding-top: 16cqw;
  padding-bottom: 16cqw;
}

.otherCatBnr {
  padding: 0 6.6666666667cqw;
}

.linkArea {
  margin-top: 16cqw;
  padding: 0 6.6666666667cqw;
}

.allItemBtn + .allItemBtn {
  margin-top: 8cqw;
}
.allItemBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 5.7142857143em;
  border: 1px solid currentColor;
  background-color: #fff;
  color: #333;
  font-size: 3.7333333333cqw;
  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(/feature/unfilo_magazine2503_02/img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}
.allItemBtn a img {
  width: auto;
  height: 2.8571428571em;
  margin-right: 1em;
}

.footer {
  padding: 13.3333333333cqw 0 18.6666666667cqw;
  background-color: #333;
  color: #fff;
}
.footer__logo {
  text-align: center;
}
.footer__logo img {
  width: 32cqw;
}
.footer .copyright {
  margin-top: 50px;
  font-size: 2.6666666667cqw;
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .comingsoonBnr {
    margin-top: 16cqw;
    text-align: center;
  }
  .comingsoonBnr img {
    width: 600px;
  }
  .instagramLink {
    margin-top: 21.3333333333cqw;
  }
  .footer {
    padding: 80px 0;
  }
  .footer .copyright {
    font-size: 3.2cqw;
  }
}
.pagetopBtn {
  position: fixed;
  right: 2%;
  bottom: 5%;
  width: clamp(34px, 9.0666666667vw, 34px);
  margin-left: auto;
  margin-right: 5%;
  pointer-events: auto;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .pagetopBtn {
    right: 1%;
    bottom: 3%;
    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;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .fixAnchorNav {
    pointer-events: none !important;
  }
}
.fixAnchorNav.is-show {
  opacity: 1;
  transition: 0.5s;
  pointer-events: auto;
}
.fixAnchorNav.is-show .fixAnchorNav__list {
  pointer-events: auto;
}
.fixAnchorNav.is-close {
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}
.fixAnchorNav.is-close .fixAnchorNav__list {
  pointer-events: none;
}
.fixAnchorNav__toggle {
  position: fixed;
  left: 5%;
  bottom: 5%;
  width: clamp(70px, 18.6666666667vw, 70px);
  height: clamp(70px, 18.6666666667vw, 70px);
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  font-size: clamp(10px, 2.6666666667vw, 10px);
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  pointer-events: auto;
  z-index: 2000;
}
@media screen and (min-width: 768px) {
  .fixAnchorNav__toggle::after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: inherit;
    opacity: 0;
    z-index: 1;
    content: "閉じる";
  }
  .fixAnchorNav__toggle:has(+ .is-show)::after {
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .fixAnchorNav__toggle {
    left: 1%;
    bottom: 3%;
  }
}
.fixAnchorNav__close {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: clamp(24px, 6.4vw, 24px);
  color: #fff;
  font-size: clamp(14px, 3.7333333333vw, 14px);
  text-align: center;
  line-height: 1;
}
.fixAnchorNav__close::before {
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.7);
  z-index: 5;
}
@media screen and (min-width: 1200px) {
  .fixAnchorNav__body {
    width: auto;
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 100px;
    background-color: transparent;
  }
}
.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: 0.5em;
}
.fixAnchorNav__group + .fixAnchorNav__group {
  margin-top: min(8vw, 40px);
}
.fixAnchorNav__group__title {
  display: flex;
  align-items: center;
  gap: 0.25em;
  margin-bottom: 16px;
}
.fixAnchorNav__group__title img {
  width: 130px;
}
.fixAnchorNav__group__title span {
  font-size: 16px;
}
.fixAnchorNav-part4 .fixAnchorNav__group__title {
  translate: -10% 0;
}
.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;
  transform: translateY(-50%);
  content: "";
}
.fixAnchorNav .fixAnchorNavBtn::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.25em;
  width: calc(100% - 1em);
  height: 4px;
  background-color: #ef8465;
  transform: scaleX(0);
  transform-origin: left top;
  transition: 0.5s;
  content: "";
}
@media (hover) {
  .fixAnchorNav .fixAnchorNavBtn:hover::before {
    background-color: #ef8465;
  }
  .fixAnchorNav .fixAnchorNavBtn:hover::after {
    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: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(10.6666666667vw, 40px);
  color: #fff;
  line-height: 1;
}
.fixPartBnr__body::after {
  display: block;
  margin-left: 0.5em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%200.5L6%205.5L1%2010.5%22%20stroke%3D%22white%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  width: 0.75em;
  height: 0.75em;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.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;
  transition: 0.8s;
  transition-timing-function: cubic-bezier(0.56, 0.14, 0.91, 0.56);
  content: "";
}
.has-imageInSide img {
  filter: blur(5px);
  transition: 0.5s;
  transition-delay: 0.7s;
  transition-timing-function: ease-out;
}
.has-imageInSide.is-show::after {
  transform: translateX(-100%);
}
.has-imageInSide.is-show img {
  filter: blur(0);
}

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

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

.has-labelText .itemInfoBlock__image__text {
  overflow: hidden;
}
.has-labelText .itemInfoBlock__image__text > span {
  position: relative;
  overflow: hidden;
  transform: translateY(-120%);
}
.has-labelText .itemInfoBlock__image__text > span::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: inherit;
  background-color: currentColor;
  z-index: 10;
  content: "";
}
.has-labelText.is-show .itemInfoBlock__image__text > span {
  animation: slideIn 0.5s ease-in-out forwards;
}
.has-labelText.is-show .itemInfoBlock__image__text > span::after {
  animation: slideInCover 1s ease-in-out forwards;
}

@keyframes slideIn {
  0% {
    transform: translateY(-120%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInCover {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(101%);
  }
}
.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: flex;
  align-items: center;
  flex-direction: column;
  gap: 1em;
  position: relative;
  margin-bottom: 1.5em;
  padding: 0 1em;
  font-size: min(2.9333333333vw, 18px);
  line-height: 1;
  text-align: center;
}
.intro__title__text span {
  display: inline-block;
  position: relative;
  padding: 0.5em 1em;
  background-color: #ef8465;
  color: #fff;
  white-space: nowrap;
}
.intro__title__text span:last-child::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0.72em;
  height: 0.72em;
  background-image: linear-gradient(-45deg, transparent 50%, #ef8465 50%);
  translate: -50% 0;
  content: "";
}
.intro__title__catch {
  display: block;
  text-align: center;
}
.intro__title__catch img {
  width: min(73.6vw, 650px);
  max-width: 659px;
}
.intro__text {
  font-size: min(3.7333333333vw, 18px);
  line-height: 2.1428571429;
  text-align: center;
  letter-spacing: 0.03em;
}
.intro__text p + p {
  margin-top: 1em;
}
.intro .itemInfoBlock {
  max-width: 572px;
  margin-top: min(10.6666666667vw, 80px);
  margin-left: auto;
  margin-right: auto;
}
.intro .itemInfoBlock .itemInfoBlock__lineupBlock__label {
  position: relative;
  color: #ef8465;
  font-size: 13px;
}
.intro .itemInfoBlock .itemInfoBlock__lineupBlock__label::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -5px;
  background-color: #ef8465;
  content: "";
}
.intro .itemInfoBlock .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%23F74C3C%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;
  translate: 0 -0.5em;
  content: "";
}
.intro .itemInfoBlock .itemInfoBlock__lineupBlock__label.is-open::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .intro .itemInfoBlock .itemInfoBlock__lineupBlock__label::before {
    display: none;
  }
  .intro .itemInfoBlock .itemInfoBlock__lineupBlock__label::after {
    display: none;
  }
}
.intro .itemInfoBlock .toggle-lineupList {
  display: none;
}
@media screen and (min-width: 768px) {
  .intro .itemInfoBlock .toggle-lineupList {
    display: block;
  }
}
.intro .itemInfoBlock .itemLinkList a {
  font-size: 14px;
}

.categories {
  width: 88%;
  margin: 0 auto;
  padding: 0 0 min(16vw, 80px);
}
.categories__title {
  margin-bottom: 16px;
  text-align: center;
}
.categories__title img {
  width: min(32vw, 126px);
}
.categories__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(8vw, 30px) min(5%, 40px);
}
.categories__item {
  flex-basis: min(30%, 120px);
  flex-shrink: 0;
}
.categories__part {
  display: block;
  margin-bottom: 8px;
  line-height: 0;
}
.categories__part img {
  width: min(26.1333333333vw, 130px);
}
.categories__label {
  display: block;
  margin-top: 0.5em;
  color: #ef8465;
  font-size: clamp(10px, 2.6666666667vw, 18px);
  font-weight: bold;
}
.categories__link {
  text-align: center;
}

.categoryAnchor {
  padding: 60px 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.categoryAnchor::-webkit-scrollbar {
  width: 1px;
}
.categoryAnchor__title {
  margin-bottom: 24px;
  text-align: center;
}
.categoryAnchor__title img {
  width: 397px;
}
.categoryAnchor__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 6.1538461538%;
}
.categoryAnchor__item:not(.is-current) {
  opacity: 0.75;
}
.categoryAnchor__link {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.itemContents__field {
  position: relative;
}
.itemContents__part {
  background-color: #fcf4ed;
}
.itemContents__part__image iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/16;
}
.itemContents__inner {
  position: relative;
  max-width: 1560px;
  margin: 0 auto;
}
.itemContents__box {
  container-type: inline-size;
}
.itemContents__box__inner {
  padding: 21.3333333333cqw 6.6666666667cqw;
}
.itemContents__title {
  margin-bottom: 10.6666666667cqw;
  text-align: center;
}
.itemContents__lead {
  margin-bottom: 21.3333333333cqw;
  font-size: min(3.7333333333cqw, 21px);
  text-align: center;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .itemContents__sticky {
    display: none;
  }
}
@media (min-width: 768px) {
  .itemContents__part {
    padding: 0 20px;
    overflow: hidden;
  }
  .itemContents__box {
    width: 50.2564102564%;
    margin-left: auto;
    box-shadow: 4px 0 14px rgba(0, 0, 0, 0.1);
  }
  .itemContents__sticky {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    text-align: center;
    z-index: 100;
  }
  .itemContents__sticky__box {
    position: sticky;
    left: 0;
    top: 0;
    max-width: 510px;
    margin: 0 auto;
    height: 100vh;
    container-type: size;
  }
  .itemContents__sticky__inner {
    height: 100cqh;
    padding-block: 5cqh;
    overflow-y: scroll;
  }
  .itemContents__sticky__inner::-webkit-scrollbar {
    display: none;
  }
  .itemContents__sticky .intro__title {
    margin-bottom: 2.4cqh;
  }
  .itemContents__sticky .intro__title__text {
    font-size: 1.8cqh;
  }
  .itemContents__sticky .intro__title__catch img {
    max-width: none;
    width: 100%;
    height: 23.6cqh;
    object-fit: contain;
  }
  .itemContents__sticky .categories {
    width: 100%;
  }
  .itemContents__sticky .categories__list {
    gap: 1.6cqh 6.4cqw;
  }
  .itemContents__sticky .categories__item {
    flex-basis: 32cqw;
  }
  .itemContents__sticky .categories__label {
    font-size: 1.6cqh;
  }
}
.itemContents__footer {
  background-color: #fff;
}
@media (min-width: 768px) {
  .itemContents__footer {
    padding: 0 20px;
    overflow: hidden;
  }
}

.movieBlock iframe {
  width: 100%;
  aspect-ratio: 9/16;
}

.itemSection {
  margin-top: 21.3333333333cqw;
}
.itemSection__titleBlock {
  position: relative;
  margin-bottom: 6.4cqw;
  text-align: center;
}
.itemSection__titleBlock__q {
  display: block;
  width: 49.2307692308%;
  margin: 0 auto -1.5em;
}
.itemSection__titleBlock__sub {
  font-size: min(5.3333333333cqw, 30px);
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.itemSection__titleBlock__title {
  font-size: min(9.0666666667cqw, 51px);
  font-weight: bold;
}
.itemSection__titleBlock__title span {
  color: #ef8465;
  background-image: linear-gradient(to top, #ef8465 2px, transparent 2px);
}
.itemSection__lead {
  margin-top: 6.4cqw;
  margin-bottom: 16cqw;
  font-size: min(3.7333333333cqw, 21px);
  text-align: center;
  line-height: 2;
}
.itemSection__answer {
  margin-top: 10.6666666667cqw;
  margin-bottom: 16cqw;
  padding: 6.6666666667%;
  border-radius: 10px;
  background-color: #fff;
}
.itemSection__answer__text {
  margin-top: 0.5em;
  font-size: min(3.7333333333cqw, 21px);
  font-weight: 500;
  line-height: 2;
}
.itemSection__icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 6.4cqw;
  margin-bottom: 6.4cqw;
  gap: 10px 0;
}
.itemSection__icons span {
  display: inline-block;
  width: 13.3333333333cqw;
  flex-shrink: 0;
}
.itemSection__icons span:nth-child(1):nth-last-child(7) {
  margin-left: 13.3333333333cqw;
}
.itemSection__icons span:nth-child(4):nth-last-child(4) {
  margin-right: 13.3333333333cqw;
}
.itemSection__icons span:nth-child(1):nth-last-child(8) {
  margin-left: 13.3333333333cqw;
}
.itemSection__icons span:nth-child(4):nth-last-child(5) {
  margin-right: 13.3333333333cqw;
}

.itemInfoHeading {
  margin-top: 16cqw;
  margin-bottom: 2.6666666667cqw;
}
.itemInfoHeading__title {
  font-size: min(5.3333333333cqw, 30px);
  text-align: center;
  line-height: 1.5;
}
.itemInfoHeading__title span {
  display: inline-block;
  margin-top: 0.25em;
  padding: 0.25em;
  border-radius: 8px;
  background-color: #ef8465;
  color: #fff;
  font-size: 1.2em;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}

.itemInfoBlock + .itemInfoBlock {
  margin-top: 16cqw;
}
.itemInfoBlock__image {
  position: relative;
}
.itemInfoBlock__image.has-labelText {
  padding-top: 8cqw;
}
.itemInfoBlock__image__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em;
  position: absolute;
  right: 7.6923076923%;
  top: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 2;
}
.itemInfoBlock__image__text span {
  display: inline-block;
  padding: 1em 0;
  background-color: #fff;
  color: #ef8465;
  font-size: min(3.7333333333vw, 21px);
  font-weight: bold;
  letter-spacing: 0.1em;
}
.itemInfoBlock__image__text span:nth-child(2) {
  margin-top: 1em;
}
.itemInfoBlock__image__text.left {
  right: auto;
  left: 7.6923076923%;
}
.itemInfoBlock__image__text.left2 {
  right: auto;
  left: 20%;
}
.itemInfoBlock__image__text.right2 {
  right: 20%;
}
.itemInfoBlock__subImg {
  position: relative;
}
.part1 .itemInfoBlock__subImg {
  margin-top: -40cqw;
}
.part2 .itemInfoBlock__subImg {
  margin-top: -16cqw;
}
.itemInfoBlock__subImg.itemInfoBlock__subImg-right {
  text-align: right;
}
.itemInfoBlock__subImg > img {
  width: 66.4615384615%;
}
.itemInfoBlock__subImg.is-show > img {
  animation: swing 1s steps(1, start) forwards;
}
.itemInfoBlock__subImg__text {
  position: absolute;
  z-index: 1;
}
.itemInfoBlock-1-1 .itemInfoBlock__subImg__text {
  left: 0;
  top: 54.1176470588%;
  width: 45.8461538462%;
}
.itemInfoBlock-1-2 .itemInfoBlock__subImg__text {
  right: 0;
  top: 47.4226804124%;
  width: 56.6153846154%;
}
.itemInfoBlock-1-3 .itemInfoBlock__subImg__text {
  right: 6.1538461538%;
  top: 37.1134020619%;
  width: 42.4615384615%;
}
.itemInfoBlock-1-4 .itemInfoBlock__subImg__text {
  right: 2.7692307692%;
  top: 42.328042328%;
  width: 52.6153846154%;
}
@keyframes swing {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -8deg;
  }
}
.itemInfoBlock__content {
  margin-top: 10.6666666667cqw;
}
.itemInfoBlock__catch {
  margin-top: 6.4cqw;
  margin-bottom: min(6.4cqw, 36px);
}
.itemInfoBlock__catch__text {
  color: #ef8465;
  font-size: min(6.4cqw, 36px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.6666666667;
}
.itemInfoBlock__notes {
  margin-top: 1em;
  font-size: min(2.6666666667cqw, 15px);
}
.itemInfoBlock__notes p {
  text-indent: -1em;
  padding-left: 1em;
}
.itemInfoBlock__notes p::before {
  content: "※";
}
.itemInfoBlock__icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5.3333333333cqw;
}
.itemInfoBlock__icons span {
  display: inline-block;
  width: 13.3333333333cqw;
}
.itemInfoBlock__text {
  font-size: min(3.7333333333cqw, 21px);
  line-height: 2.375;
}
.itemInfoBlock__comment {
  position: relative;
  margin-top: 10.6666666667cqw;
  margin-left: 24.6153846154%;
  padding: 1em;
  border-radius: 10px;
  background-color: #ef8465;
  color: #fff;
  font-size: min(3.2cqw, 18px);
  font-weight: 500;
  line-height: 2;
}
.itemInfoBlock__comment::before {
  display: block;
  position: absolute;
  right: 100%;
  top: 20%;
  border: 8px solid transparent;
  border-right: 8px solid #ef8465;
  content: "";
}
.itemInfoBlock__comment::after {
  display: block;
  position: absolute;
  left: -31.3725490196%;
  top: 0;
  width: 25.4901960784%;
  height: 100%;
  background-image: url(/feature/unfilo_magazine2503_02/img/img_comment.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.itemInfoBlock__comment__lead {
  margin-bottom: 0.5em;
  width: 19.2cqw;
}
.itemInfoBlock__lineup {
  margin-top: 10.6666666667cqw;
  padding: 0 8%;
}
.itemInfoBlock__lineupBlock + .itemInfoBlock__lineupBlock {
  margin-top: 8cqw;
}
.itemInfoBlock__lineupBlock-main .itemInfoBlock__lineupBlock__label {
  color: #ef8465;
}
.itemInfoBlock__lineupBlock-main .itemInfoBlock__lineupBlock__priceBtn {
  border: none;
  color: #fff;
  background-color: #ef8465;
}
.itemInfoBlock__lineupBlock-coordinate .itemInfoBlock__lineupBlock__label {
  display: flex;
  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 {
  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: block;
  }
}
.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: min(3.7333333333cqw, 21px);
  line-height: 1.3;
}
.itemInfoBlock__lineupBlock__label {
  margin-bottom: 1em;
  font-size: min(3.4666666667cqw, 19.5px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
.itemInfoBlock__lineupBlock__price {
  display: flex;
  align-items: center;
  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(/feature/unfilo_magazine2503_02/img/icon_L.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}
.itemInfoBlock__lineupBlock__priceText {
  display: block;
  position: relative;
  padding-left: 1.375em;
  font-size: min(4.2666666667cqw, 24px);
}
.itemInfoBlock__lineupBlock__priceText .tax {
  font-size: min(3.2cqw, 18px);
}
.itemInfoBlock__lineupBlock__priceBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 5.7142857143em;
  height: 1.5em;
  border: 1px solid currentColor;
  background-color: #fff;
  color: #333;
  font-size: min(3.7333333333cqw, 21px);
  line-height: 1;
  text-align: center;
  letter-spacing: 0.3em;
}
.itemInfoBlock__lineupBlock .itemInfoBlock__notes {
  margin-top: 1em;
  text-align: right;
}

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