@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap");
body > main > section#detail {
  padding: 13.3333333333vw 0 16vw;
}
body > main > section#detail > h2 {
  padding: 24.2666666667vw 0 0;
  font-size: 7.2vw;
  line-height: 1.1481481481;
  word-break: auto-phrase;
}
body > main > section#detail > h2::after {
  display: none;
}
body > main > section#detail > h2.s1 {
  background: url(../image/detail/detail_01_1.svg) center top/22.5333333333vw no-repeat;
}
body > main > section#detail > h2.s2 {
  background: url(../image/detail/detail_01_2.svg) center top/22.5333333333vw no-repeat;
}
body > main > section#detail > h2.s3 {
  background: url(../image/detail/detail_01_3.svg) center top/22.5333333333vw no-repeat;
}
body > main > section#detail > .splide {
  width: 100%;
  height: 40.2666666667vw;
  position: relative;
  margin: 12.5333333333vw auto 0;
}
body > main > section#detail > .splide.single .splide__list {
  visibility: visible;
}
body > main > section#detail > .splide.single .splide__list .splide__slide > img {
  width: 100%;
  height: auto;
  transition: width 0s, height 0s;
}
body > main > section#detail > .splide .splide__arrows {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: none;
}
body > main > section#detail > .splide .splide__arrows .splide__arrow {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
}
body > main > section#detail > .splide .splide__arrows .splide__arrow.splide__arrow--next {
  background: url(../image/detail/detail_03_1.svg) center/contain no-repeat;
  transform: translate(37.3333333333vw, -50%);
}
body > main > section#detail > .splide .splide__arrows .splide__arrow.splide__arrow--prev {
  background: url(../image/detail/detail_03_2.svg) center/contain no-repeat;
  transform: translate(-42.6666666667vw, -50%);
}
body > main > section#detail > .splide .splide__arrows .splide__arrow > svg {
  display: none;
}
body > main > section#detail > .splide .splide__list .splide__slide {
  width: 70.6666666667vw;
  height: 40.2666666667vw;
  overflow: hidden;
}
body > main > section#detail > .splide .splide__list .splide__slide.is-active > img {
  width: 70.6666666667vw;
  height: 40.2666666667vw;
}
body > main > section#detail > .splide .splide__list .splide__slide > img {
  width: 51.4666666667vw;
  height: 29.3333333333vw;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s, height 0.3s;
}
body > main > section#detail > dl {
  width: 84vw;
  margin: 11.3333333333vw auto 0;
  border-bottom: solid 1px rgb(255, 255, 255);
}
body > main > section#detail > dl:nth-of-type(1) {
  margin: 13.3333333333vw auto 0;
}
body > main > section#detail > dl > dt {
  width: calc(100% - 13.3333333333vw);
  box-sizing: border-box;
  padding: 3.6vw 0 3.6vw 5.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.0714285714;
  border-top: solid 1px rgb(255, 255, 255);
}
body > main > section#detail > dl > dt > span {
  display: block;
}
body > main > section#detail > dl > dt > span:nth-of-type(1) {
  padding: 1.3333333333vw 0 0;
  font-size: 2.4vw;
  line-height: 1.5555555556;
}
body > main > section#detail > dl > dt > span:nth-of-type(2) {
  padding: 1.3333333333vw 0 0 1.5em;
  font-size: 2.1333333333vw;
  line-height: 1.25;
  text-indent: -1.5em;
}
body > main > section#detail > dl > dt > span:nth-of-type(2) sup {
  top: 0;
  vertical-align: super;
}
body > main > section#detail > dl > dt sup {
  position: relative;
  top: -0.1em;
  font-size: 75.5%;
  vertical-align: top;
}
body > main > section#detail > dl > dd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.3333333333vw;
  font-size: 4vw;
  line-height: 1;
  border-top: solid 1px rgb(255, 255, 255);
}
body > main > section#detail > p:nth-of-type(1) {
  margin: 2.9333333333vw auto 0;
  font-size: 2.8vw;
  line-height: 1.7142857143;
}

body > main > section#detail p a:link,
body > main > section#detail p a:visited,
body > main > section#detail p a:active,
body > main > section#detail p a {color:#EBB;}
body > main > section#detail p a:hover {opacity: 0.8;}

@media (min-width: 768px), print {
  body > main > section#detail {
    padding: 7.8125vw 0 15.625vw;
  }
  body > main > section#detail > h2 {
    padding: 14.53125vw 0 0;
    font-size: 5.46875vw;
    line-height: 1.3142857143;
  }
  body > main > section#detail > h2.s1 {
    background: url(../image/detail/detail_01_1.svg) center top/13.203125vw no-repeat;
  }
  body > main > section#detail > h2.s2 {
    background: url(../image/detail/detail_01_2.svg) center top/13.203125vw no-repeat;
  }
  body > main > section#detail > h2.s3 {
    background: url(../image/detail/detail_01_3.svg) center top/13.203125vw no-repeat;
  }
  body > main > section#detail > .splide {
    height: 33.3984375vw;
    margin: 8.671875vw auto 0;
  }
  body > main > section#detail > .splide .splide__arrows .splide__arrow {
    width: 4.6875vw;
    height: 4.6875vw;
    cursor: pointer;
  }
  body > main > section#detail > .splide .splide__arrows .splide__arrow.splide__arrow--next {
    transform: translate(41.40625vw, -50%);
  }
  body > main > section#detail > .splide .splide__arrows .splide__arrow.splide__arrow--prev {
    transform: translate(-46.09375vw, -50%);
  }
  body > main > section#detail > .splide .splide__list .splide__slide {
    width: 58.59375vw;
    height: 33.3984375vw;
  }
  body > main > section#detail > .splide .splide__list .splide__slide.is-active > img {
    width: 58.59375vw;
    height: 33.3984375vw;
  }
  body > main > section#detail > .splide .splide__list .splide__slide.is-next > img {
    transform: translate(calc(-50% - 7.8125vw), -50%);
  }
  body > main > section#detail > .splide .splide__list .splide__slide.is-prev > img {
    transform: translate(calc(-50% + 7.8125vw), -50%);
  }
  body > main > section#detail > .splide .splide__list .splide__slide > img {
    width: 32.578125vw;
    height: 18.57421875vw;
  }
  body > main > section#detail > dl {
    width: 52.34375vw;
    margin: 6.09375vw auto 0;
  }
  body > main > section#detail > dl:nth-of-type(1) {
    margin: 7.8125vw auto 0;
  }
  body > main > section#detail > dl > dt {
    width: calc(100% - 12.5vw);
    padding: 1.796875vw 0 1.796875vw 5.78125vw;
    font-size: 1.5625vw;
    line-height: 1.3;
  }
  body > main > section#detail > dl > dt > span {
    display: block;
  }
  body > main > section#detail > dl > dt > span:nth-of-type(1) {
    padding: 0.625vw 0 0;
    font-size: 1.25vw;
    line-height: 1.4375;
  }
  body > main > section#detail > dl > dt > span:nth-of-type(2) {
    padding: 0.625vw 0 0 1.5em;
    font-size: 0.9375vw;
    line-height: 1.6666666667;
  }
  body > main > section#detail > dl > dd {
    width: 12.5vw;
    font-size: 1.953125vw;
    line-height: 1;
  }
  body > main > section#detail > p:nth-of-type(1) {
    margin: 0 auto;
    font-size: 1.25vw;
    line-height: 2.25;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  body > main > section#detail {
    padding: 100px 0 200px;
  }
  body > main > section#detail > h2 {
    padding: 186px 0 0;
    font-size: 70px;
  }
  body > main > section#detail > h2.s1 {
    background: url(../image/detail/detail_01_1.svg) center top/169px no-repeat;
  }
  body > main > section#detail > h2.s2 {
    background: url(../image/detail/detail_01_2.svg) center top/169px no-repeat;
  }
  body > main > section#detail > h2.s3 {
    background: url(../image/detail/detail_01_3.svg) center top/169px no-repeat;
  }
  body > main > section#detail > .splide {
    height: 427.5px;
    margin: 111px auto 0;
  }
  body > main > section#detail > .splide .splide__arrows .splide__arrow {
    width: 60px;
    height: 60px;
  }
  body > main > section#detail > .splide .splide__arrows .splide__arrow.splide__arrow--next {
    transform: translate(530px, -50%);
  }
  body > main > section#detail > .splide .splide__arrows .splide__arrow.splide__arrow--prev {
    transform: translate(-590px, -50%);
  }
  body > main > section#detail > .splide .splide__list .splide__slide {
    width: 750px;
    height: 427.5px;
  }
  body > main > section#detail > .splide .splide__list .splide__slide.is-active > img {
    width: 750px;
    height: 427.5px;
  }
  body > main > section#detail > .splide .splide__list .splide__slide.is-next > img {
    transform: translate(calc(-50% - 100px), -50%);
  }
  body > main > section#detail > .splide .splide__list .splide__slide.is-prev > img {
    transform: translate(calc(-50% + 100px), -50%);
  }
  body > main > section#detail > .splide .splide__list .splide__slide > img {
    width: 417px;
    height: 237.75px;
  }
  body > main > section#detail > dl {
    width: 670px;
    margin: 78px auto 0;
  }
  body > main > section#detail > dl:nth-of-type(1) {
    margin: 100px auto 0;
  }
  body > main > section#detail > dl > dt {
    width: calc(100% - 160px);
    padding: 23px 0 23px 74px;
    font-size: 20px;
  }
  body > main > section#detail > dl > dt > span:nth-of-type(1) {
    padding: 8px 0 0;
    font-size: 16px;
  }
  body > main > section#detail > dl > dt > span:nth-of-type(2) {
    padding: 8px 0 0 1.5em;
    font-size: 12px;
  }
  body > main > section#detail > dl > dd {
    width: 160px;
    font-size: 25px;
  }
  body > main > section#detail > p:nth-of-type(1) {
    font-size: 16px;
  }
}