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

* {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

h1, h2, h3, h4, h5, h6, p, div {
  overflow-wrap: break-word;
}

img, video, canvas, svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  font: inherit;
  vertical-align: middle;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.82;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.6428;
  }
}

*,
*::before,
*::after {
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
}

a {
  color: #000;
  text-decoration: none;
}

span {
  letter-spacing: inherit;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover {
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus, .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination, .splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
.sp-inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-inline {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.ib {
  display: inline-block;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.font-mincho {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.c-white {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-whitePc {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-whiteSp {
    color: #fff;
  }
}

.inner {
  width: 78%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 89.4%;
  }
}
@media screen and (min-width: 768px) {
  .inner-pc {
    width: 78%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.inner-sp {
  width: 89.4%;
  margin-left: auto;
  margin-right: auto;
}

.fadeIn {
  opacity: 0;
  transition: opacity 1.2s;
}
.fadeIn.on {
  opacity: 1;
}

_::-webkit-full-page-media,
_:future,
:root .rotate {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  transform: rotate(-90deg);
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  _::-webkit-full-page-media,
  _:future,
  :root .rotate {
    width: 14px;
    height: 14px;
    transform: rotate(-90deg);
  }
}

.mv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #ccc;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (hover: hover) {
  .mv {
    height: 100vh !important;
  }
}
.mv_logo {
  width: 18.125vw;
  position: absolute;
  top: 56px;
  left: 5.15%;
}
@media screen and (max-width: 767px) {
  .mv_logo {
    width: 42.6666666667vw;
    max-width: 161px;
    top: 22px;
    left: 5.3%;
  }
}
.mv_logo img {
  width: 100%;
}
.mv_read {
  font-size: max(40px, 3.33984375vw);
  writing-mode: vertical-rl;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-shadow: 0 0 19px #fff, 0 0 19px #fff, 0 0 19px #fff;
  transform: translateY(7.5%);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mv_read {
    font-size: 7.2vw;
    text-shadow: none;
    line-height: 1.29629;
    writing-mode: horizontal-tb;
    position: absolute;
    top: 46vw;
    left: 5.3%;
    transform: translateY(0);
  }
}
.mv_read ._num {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
.mv_read ._en {
  display: inline-block;
  writing-mode: horizontal-tb;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: -1vw;
  transform: translateX(4%);
}
.mv_placeBox {
  color: #fff;
  position: absolute;
  left: 5.15%;
  bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mv_placeBox {
    left: 5.3%;
    bottom: 28px;
  }
}
.mv_place span {
  position: relative;
  display: block;
  padding-bottom: 0.78125vw;
  font-feature-settings: "palt";
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv_place span {
    padding-bottom: 3.2vw;
  }
}
.mv_place span:nth-child(1) {
  font-size: 3.09375vw;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .mv_place span:nth-child(1) {
    font-size: 8.8vw;
  }
}
.mv_place span:nth-child(2) {
  margin-top: 0.78125vw;
  font-size: 4.59375vw;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .mv_place span:nth-child(2) {
    margin-top: 1.8666666667vw;
    font-size: 13.0666666667vw;
  }
}
.mv_place span::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .mv_place span::after {
    height: 2;
    bottom: -1px;
  }
}

.map {
  background: #2ea7e0;
  color: #fff;
}
.map > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .map > div {
    display: block;
    padding-top: 50px;
  }
}
.map h2 {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.48;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .map h2 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.52;
  }
}
.map p {
  letter-spacing: 0.04em;
  text-align: justify;
}
.map_imgBox {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .map_imgBox {
    width: 100%;
    text-align: center;
  }
}
.map_contBox {
  width: 46%;
  max-width: 406px;
}
@media screen and (max-width: 767px) {
  .map_contBox {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
.map_linkBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 660px;
  margin: 90px auto 0;
}
@media screen and (max-width: 767px) {
  .map_linkBox {
    margin-top: 28px;
  }
}
.map_linkBox a {
  display: block;
  width: calc((100% - 20px) / 2);
  background: #fff;
  color: #2ea7e0;
  font-size: 24px;
  line-height: 76px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .map_linkBox a {
    width: calc((100% - 12px) / 2);
    font-size: 21px;
  }
}

.arrow {
  padding: 125px 0 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .arrow {
    padding: 35px 0 44px;
  }
}
@media screen and (max-width: 767px) {
  .arrow img {
    width: 62px;
  }
}

.day_mv,
.report_mv,
.recommendedBEER_mv {
  position: relative;
}
.day_mv picture,
.day_mv img,
.report_mv picture,
.report_mv img,
.recommendedBEER_mv picture,
.recommendedBEER_mv img {
  width: 100%;
}
.day_mv_ttl,
.report_mv_ttl,
.recommendedBEER_mv_ttl {
  writing-mode: vertical-rl;
  font-size: 3.906vw;
  line-height: 1.4;
  letter-spacing: 0.06em;
  word-break: keep-all;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .day_mv_ttl,
  .report_mv_ttl,
  .recommendedBEER_mv_ttl {
    font-size: min(8vw, 40px);
    line-height: 1.3;
  }
}
.day1 .day_mv_ttl,
.day1 .report_mv_ttl,
.day1 .recommendedBEER_mv_ttl {
  left: 25%;
  transform: translateY(64%);
}
@media screen and (max-width: 767px) {
  .day1 .day_mv_ttl,
  .day1 .report_mv_ttl,
  .day1 .recommendedBEER_mv_ttl {
    left: auto;
    right: 50%;
  }
}
.day2 .day_mv_ttl,
.day2 .report_mv_ttl,
.day2 .recommendedBEER_mv_ttl {
  right: 23%;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .day2 .day_mv_ttl,
  .day2 .report_mv_ttl,
  .day2 .recommendedBEER_mv_ttl {
    right: 20%;
    transform: translateY(74.5%);
  }
}
.day_mv_ttl ._num,
.report_mv_ttl ._num,
.recommendedBEER_mv_ttl ._num {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
.day_mv_ttl ._en,
.report_mv_ttl ._en,
.recommendedBEER_mv_ttl ._en {
  display: inline-block;
  writing-mode: horizontal-tb;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: -1vw;
  transform: translateX(4%);
}
.day_readBox,
.report_readBox,
.recommendedBEER_readBox {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 24.6vw;
}
@media screen and (max-width: 767px) {
  .day_readBox,
  .report_readBox,
  .recommendedBEER_readBox {
    flex-direction: column;
    max-width: 400px;
    margin-top: 65.86vw;
  }
}
.day_readBox p,
.report_readBox p,
.recommendedBEER_readBox p {
  height: 330px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: justify;
  line-height: 2.1;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .day_readBox p,
  .report_readBox p,
  .recommendedBEER_readBox p {
    height: 245px;
    line-height: 1.7857;
  }
}
@media screen and (max-width: 767px) {
  .day_readBox p + p,
  .report_readBox p + p,
  .recommendedBEER_readBox p + p {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .day1 .day_readBox p:nth-child(2),
  .day1 .report_readBox p:nth-child(2),
  .day1 .recommendedBEER_readBox p:nth-child(2) {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .day2 .day_readBox p:nth-child(1),
  .day2 .report_readBox p:nth-child(1),
  .day2 .recommendedBEER_readBox p:nth-child(1) {
    margin-right: auto;
  }
}
.day2 .day_readBox,
.day2 .report_readBox,
.day2 .recommendedBEER_readBox {
  justify-content: flex-start;
}
.day_readBox ._num,
.report_readBox ._num,
.recommendedBEER_readBox ._num {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
.day_readBox ._en,
.report_readBox ._en,
.recommendedBEER_readBox ._en {
  display: inline-block;
  writing-mode: horizontal-tb;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: -1vw;
  transform: translateX(4%);
}
.day_container,
.report_container,
.recommendedBEER_container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: clamp(15px, 1.328125vw, 17px);
}
@media screen and (max-width: 767px) {
  .day_container,
  .report_container,
  .recommendedBEER_container {
    font-size: 14px;
  }
}
.day_read, .day_read-vertical,
.report_read-vertical,
.recommendedBEER_read-vertical,
.report_read,
.recommendedBEER_read {
  font-size: clamp(26px, 2.65625vw, 34px);
  line-height: 1.4705;
}
@media screen and (max-width: 767px) {
  .day_read, .day_read-vertical,
  .report_read-vertical,
  .recommendedBEER_read-vertical,
  .report_read,
  .recommendedBEER_read {
    font-size: min(5.6vw, 28px);
    line-height: 1.523;
  }
}
.day_read-vertical,
.report_read-vertical,
.recommendedBEER_read-vertical {
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.day_read ._en, .day_read-vertical ._en,
.report_read ._en,
.report_read-vertical ._en,
.recommendedBEER_read ._en,
.recommendedBEER_read-vertical ._en {
  display: inline-block;
  writing-mode: horizontal-tb;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: -1vw;
  transform: translateX(4%);
}
.day_read ._num, .day_read-vertical ._num,
.report_read ._num,
.report_read-vertical ._num,
.recommendedBEER_read ._num,
.recommendedBEER_read-vertical ._num {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
.day_text,
.report_text,
.recommendedBEER_text {
  text-align: justify;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .day_text,
  .report_text,
  .recommendedBEER_text {
    font-size: clamp(14px, 3.7333333333vw, 17px);
  }
}
.day_textMin,
.report_textMin,
.recommendedBEER_textMin {
  font-size: clamp(13px, 1.171875vw, 15px);
  line-height: 1.533;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .day_textMin,
  .report_textMin,
  .recommendedBEER_textMin {
    font-size: clamp(12px, 3.2vw, 15px);
    line-height: 1.5;
  }
}

.gift {
  margin-top: 240px;
  background: rgba(46, 168, 224, 0.2);
}
@media screen and (max-width: 767px) {
  .gift {
    margin-top: 120px;
  }
}
.gift::before {
  content: "";
  display: block;
  width: 100%;
  height: 74px;
  background: rgba(255, 255, 255, 0.2) url(../image/common/dot_bar.svg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .gift::before {
    background-image: url(../image/common/dot_bar_sp.svg);
  }
}
.gift_wrap {
  overflow: hidden;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .gift_wrap {
    padding-bottom: 30px;
  }
}
.gift_ttlBox {
  position: relative;
}
.gift_ttl {
  padding: 0 14px;
  color: #2ea7e0;
  font-size: 50px;
  font-weight: 500;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  top: -35px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .gift_ttl {
    padding: 0;
    font-size: 30px;
    writing-mode: horizontal-tb;
    top: -30px;
  }
}
.gift_badge {
  position: absolute;
  top: -108px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .gift_badge {
    width: 92px;
    top: -52px;
  }
}
.gift .inner {
  position: relative;
}
.gift_read {
  padding: 60px 0 30px 120px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gift_read {
    padding: 30px 0 30px;
  }
}
.gift_container {
  font-size: 15px;
  line-height: 1.5333;
}
@media screen and (max-width: 560px) {
  .gift_container {
    font-size: 12px;
    line-height: 1.5;
  }
}
.gift_contTtl {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.2857;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 560px) {
  .gift_contTtl {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.gift_contInfo {
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.after {
  margin-top: 87px;
}
@media screen and (max-width: 767px) {
  .after {
    margin-top: 68px;
  }
}
.after_ttlBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .after_ttlBox {
    display: block;
  }
}
.after_ttlBox-horizontal {
  display: block;
}
.after_ttlBox-horizontal .after_ttl {
  padding-right: 0;
  border-right: 0;
  border-bottom: 1px solid #231815;
  writing-mode: horizontal-tb;
  padding-bottom: 25px;
}
.after_ttlBox-horizontal .after_introBox {
  max-width: 100%;
  margin-top: 40px;
  padding-left: 0;
}
.after_ttl {
  border-right: 1px solid #231815;
  font-size: 50px;
  writing-mode: vertical-rl;
  line-height: 1;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .after_ttl {
    padding-right: 0;
    padding-bottom: 12px;
    border-right: 0;
    border-bottom: 1px solid #231815;
    font-size: 30px;
    text-align: center;
    writing-mode: horizontal-tb;
  }
}
.after_introBox {
  flex: 1;
  max-width: 827px;
  padding-left: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .after_introBox {
    margin-top: 26px;
    padding-left: 0;
    padding-bottom: 40px;
  }
}
.after_introBox p {
  letter-spacing: 0.04em;
}
.after_introBox_read {
  margin-bottom: 15px;
  font-size: clamp(24px, 2.65625vw, 34px);
  line-height: 1.4705;
}
@media screen and (max-width: 767px) {
  .after_introBox_read {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.5238;
  }
}
.after_movie {
  width: 100%;
  padding-top: 56.25%;
  background: #dcdddd;
  position: relative;
}
.after_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.after_linkBox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 56px;
}
@media screen and (max-width: 1000px) {
  .after_linkBox {
    gap: 14px;
    margin-top: 46px;
  }
}
.after_linkBox a {
  display: block;
  width: calc((100% - 32px) / 3);
  padding: 8px 0;
  background: #9fa0a0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .after_linkBox a {
    width: 100%;
    padding: 10px 0;
    font-size: 17px;
  }
}

.cooperation {
  margin-top: 170px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cooperation {
    margin-top: 70px;
  }
}
.cooperation > .inner {
  max-width: 998px;
}
.cooperation_ttl {
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #231815;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .cooperation_ttl {
    padding-bottom: 12px;
    font-size: 30px;
    text-align: center;
  }
}
.cooperation_list {
  margin-top: 57px;
  font-size: 15px;
  line-height: 1.53;
}
@media screen and (max-width: 767px) {
  .cooperation_list {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .cooperation_list {
    font-size: 12px;
    line-height: 1.5;
  }
}
.cooperation_list p {
  letter-spacing: 0.04em;
}
.cooperation_list ._imgBox {
  padding-top: 76.6055%;
  padding-top: 76.6055045872%;
  position: relative;
}
.cooperation_list ._imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.cooperation_list .font-mincho {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 2.84em;
  margin: 10px 0;
  font-size: 19px;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .cooperation_list .font-mincho {
    font-size: 17px;
    line-height: 1.2941;
  }
}
.cooperation .splide {
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .cooperation .splide {
    margin-top: 20px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .cooperation .splide__track {
    overflow: visible;
  }
}
.cooperation .splide__arrow {
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 1;
  top: 50px;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .cooperation .splide__arrow {
    display: none;
  }
}
.cooperation .splide__arrow[disabled] {
  display: none;
}
.cooperation .splide__arrow--prev {
  left: -50px;
}
.cooperation .splide__arrow--next {
  right: -50px;
}

.footer {
  margin-top: 30px;
  padding: 50px 0 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 10px;
  }
}
.footer .topto {
  position: absolute;
  top: 0;
  left: -45px;
}
@media screen and (max-width: 767px) {
  .footer .topto {
    top: 30px;
    left: auto;
    right: 0;
  }
}
.footer_logo {
  display: block;
  margin: 0 auto;
  width: 184px;
}
.footer_logo img {
  width: 100%;
}

:root {
  --font-mincho: "Shippori Mincho", "Noto Sans JP", serif;
  --colo-cont01: #c8bdda;
  --colo-cont02: #d9a79a;
  --colo-cont03: #e3c398;
  --colo-cont04: #9cb16b;
  --colo-cont05: #e6c563;
  --colo-cont06: #db8f73;
  --colo-cont07: #70b1ca;
  --colo-cont08: #a1b4bd;
  --colo-cont09: #e79cb4;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
}

@media screen and (max-width: 767px) {
  .vol15 .m-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .vol15 .m-sp {
    display: none !important;
  }
}
.vol15 .m-textAliign-start {
  text-align: start !important;
}
.vol15 .m-inner {
  width: 86%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .vol15 .m-inner {
    width: 89.4%;
  }
}
.vol15 .m-link-fill {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 321px;
  min-height: 47px;
  background: #aaa;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  border-left-width: 0.2em;
}
@media screen and (max-width: 767px) {
  .vol15 .m-link-fill {
    width: 100%;
    min-height: 54px;
    font-size: 17px;
  }
}
@media (hover: hover) {
  .vol15 .m-link-fill {
    transition: opacity 0.3s;
  }
  .vol15 .m-link-fill:hover {
    opacity: 0.8;
  }
}
.vol15 .m-link-boder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 321px;
  min-height: 47px;
  border: 3px solid #c30d23;
  color: #c30d23;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .vol15 .m-link-boder {
    width: 100%;
    min-height: 54px;
    font-size: min(calc(14 / 375 * 100vw), 14px);
    letter-spacing: 0.02em;
  }
}
@media (hover: hover) {
  .vol15 .m-link-boder {
    transition: color 0.3s, background-color 0.3s;
  }
  .vol15 .m-link-boder:hover {
    color: #fff;
    background-color: #c30d23;
  }
}
.vol15 .header {
  position: relative;
  z-index: 2;
}
.vol15 .header_mv img {
  width: 100%;
}
.vol15 .intro {
  margin-top: -2.890625vw;
  padding: 72px 0 78px;
  background: #d93924;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .vol15 .intro {
    margin-top: calc(-17 / 375 * 100vw);
    padding: 24px 0 20px;
    overflow: hidden;
  }
}
.vol15 .intro_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .vol15 .intro_inner {
    display: block;
  }
}
.vol15 .intro_imgBox {
  width: 68.5%;
  margin-right: -3.7%;
}
@media screen and (max-width: 1000px) {
  .vol15 .intro_imgBox {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .vol15 .intro_imgBox img {
    width: 102.9333333333vw;
    max-width: none;
    transform: translateX(5%);
  }
}
.vol15 .intro_contBox {
  padding-top: min(calc(149 / 1280 * 100vw), 149px);
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .vol15 .intro_contBox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .vol15 .intro_contBox {
    padding-top: 80px;
  }
}
.vol15 .intro_contBox h2 {
  font-family: var(--font-mincho);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .vol15 .intro_contBox h2 {
    font-size: 21px;
    line-height: 1.5238095238;
    letter-spacing: 0.13em;
  }
}
.vol15 .intro_contBox p {
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.8235294118;
  letter-spacing: 0.075em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .vol15 .intro_contBox p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.6428571429;
    letter-spacing: 0.04em;
  }
}
.vol15 .nav {
  padding: 68px 0 94px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol15 .nav {
    padding: min(calc(34 / 375 * 100vw), 34px) 0 59px;
  }
}
.vol15 .nav::before {
  content: "";
  display: block;
  width: 100%;
  height: clamp(150px , calc(172 / 1280 * 100vw), 172px);
  background: url(../image/vol15/nav_head_pc.jpg) center top/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol15 .nav::before {
    height: min(calc(82 / 375 * 100vw), 82px);
    background-image: url(../image/vol15/nav_head_sp.jpg);
  }
}
.vol15 .nav_ttlBox {
  font-size: clamp(32px , calc(40 / 1280 * 100vw), 40px);
  font-family: var(--font-mincho);
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vol15 .nav_ttlBox {
    font-size: min(calc(19 / 375 * 100vw), 19px);
  }
}
.vol15 .nav_ttlBox * {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.vol15 .nav_ttlBox ._read1 {
  margin-top: 2px;
  font-size: 1.4em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .vol15 .nav_ttlBox ._read1 {
    font-size: 1.4210526316em;
  }
}
.vol15 .nav_ttlBox ._read2 {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 49px;
  margin: clamp(44px , calc(56 / 1280 * 100vw), 56px) auto 0;
  padding: 0 28px;
  background-image: url(../image/vol15/nav_brackets_left_pc.svg), url(../image/vol15/nav_brackets_right_pc.svg);
  background-position: left center, right center;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .vol15 .nav_ttlBox ._read2 {
    min-height: 26px;
    margin-top: min(calc(18 / 375 * 100vw), 18px);
    padding: 0 min(calc(15 / 375 * 100vw), 15px);
    background-image: url(../image/vol15/nav_brackets_left_sp.svg), url(../image/vol15/nav_brackets_right_sp.svg);
    font-size: 1.1052631579em;
  }
}
.vol15 .nav_list {
  max-width: 1084px;
  margin-top: 54px;
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(71 / 1280 * 100vw), 71px) 8.2103321033%;
}
@media screen and (max-width: 767px) {
  .vol15 .nav_list {
    justify-content: space-between;
    gap: calc(36 / 375 * 100vw) 0;
    margin-top: 40px;
  }
}
.vol15 .nav_list li {
  width: 27.8597785978%;
}
@media screen and (max-width: 767px) {
  .vol15 .nav_list li {
    width: calc(144 / 375 * 100vw);
  }
  .vol15 .nav_list li:nth-child(even) {
    margin-right: 6px;
  }
}
.vol15 .nav_list a {
  display: block;
}
@media (hover: hover) {
  .vol15 .nav_list a:hover ._imgBox img {
    transform: scale(1.1);
  }
}
.vol15 .nav_list ._imgBox {
  position: relative;
}
.vol15 .nav_list ._imgBox > div {
  border-radius: 50%;
  overflow: hidden;
}
.vol15 .nav_list ._imgBox img {
  transition: 0.5s;
}
.vol15 .nav_list ._desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(calc(8 / 1280 * 100vw), 8px) 0;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: max(calc(-15 / 1280 * 100vw), -15px);
  z-index: 2;
}
.vol15 .nav_list ._desc > span {
  display: block;
  padding: min(calc(10 / 1280 * 100vw), 10px) 0;
  background-color: #666;
  color: #fff;
  font-family: var(--font-mincho);
  font-size: min(calc(21 / 1280 * 100vw), 21px);
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .vol15 .nav_list ._desc > span {
    padding: 6px 0;
    font-size: calc(12 / 375 * 100vw);
  }
}
.vol15 .nav_list ._desc ._h {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
.vol15 .nav_list ._ttl {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: max(calc(-30 / 1280 * 100vw), -30px);
  line-height: 1;
  font-size: calc(20 / 1280 * 100vw);
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .vol15 .nav_list ._ttl {
    margin-top: calc(-17 / 375 * 100vw);
    margin-left: calc(-14 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }
}
.vol15 .nav_list ._num {
  width: auto;
  height: min(calc(66 / 1280 * 100vw), 66px);
}
@media screen and (max-width: 767px) {
  .vol15 .nav_list ._num {
    height: calc(34 / 375 * 100vw);
  }
}
.vol15 .nav_list ._cont01 ._desc span {
  background-color: var(--colo-cont01);
}
.vol15 .nav_list ._cont02 ._desc span {
  background-color: var(--colo-cont02);
}
.vol15 .nav_list ._cont03 ._desc span {
  background-color: var(--colo-cont03);
}
.vol15 .nav_list ._cont04 ._desc span {
  background-color: var(--colo-cont04);
}
.vol15 .nav_list ._cont05 ._desc span {
  background-color: var(--colo-cont05);
}
.vol15 .nav_list ._cont06 ._desc span {
  background-color: var(--colo-cont06);
}
.vol15 .nav_list ._cont07 ._desc span {
  background-color: var(--colo-cont07);
}
.vol15 .nav_list ._cont08 ._desc span {
  background-color: var(--colo-cont08);
}
.vol15 .nav_list ._cont09 ._desc span {
  background-color: var(--colo-cont09);
}
.vol15 .contContainer {
  overflow: hidden;
}
.vol15 .cont_head {
  position: relative;
  z-index: 1;
}
.vol15 .cont_head img {
  width: 100%;
}
.vol15 .cont_head ._ttlBox {
  position: absolute;
  top: 0;
  z-index: 2;
}
.vol15 .cont_head ._place {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 0.4em;
  background: #231815;
  color: #fff;
  font-size: calc(20 / 1280 * 100vw);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .vol15 .cont_head ._place {
    font-size: calc(12 / 375 * 100vw);
  }
}
.vol15 .cont_head ._ttl {
  padding: 0.1em 0;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-mincho);
  font-size: calc(50 / 1280 * 100vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .vol15 .cont_head ._ttl {
    font-size: calc(30 / 375 * 100vw);
  }
}
.vol15 .cont_head ._catch {
  margin-top: calc(44 / 1280 * 100vw);
  font-family: var(--font-mincho);
  font-size: calc(34 / 1280 * 100vw);
  font-weight: 500;
  line-height: 1.7352941176;
  letter-spacing: 0.05em;
}
.vol15 .cont_body {
  padding: 68px 0 70px;
}
@media screen and (max-width: 767px) {
  .vol15 .cont_body {
    padding: 29px 0 42px;
  }
}
.vol15 .cont_body .m-inner {
  max-width: 1000px;
  position: relative;
  z-index: 1;
}
.vol15 .cont_desc {
  height: 280px;
  writing-mode: vertical-rl;
  font-family: var(--font-mincho);
  font-size: clamp(15.2px , calc(19 / 1100 * 100vw), 19px);
  font-weight: 500;
  line-height: 2.1052631579;
  letter-spacing: 0.05em;
  text-align: justify;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .vol15 .cont_desc {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .vol15 .cont_desc {
    width: -moz-fit-content;
    width: fit-content;
    height: 270px;
    margin: 0 auto 0;
    font-size: min(calc(14 / 375 * 100vw), 14px);
    line-height: 1.7857142857;
    letter-spacing: 0;
  }
}
.vol15 .cont_desc ._firstText {
  float: left;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: clamp(44.8px , calc(56 / 1280 * 100vw), 56px);
  height: clamp(44.8px , calc(56 / 1280 * 100vw), 56px);
  margin-bottom: 0.35em;
  color: #fff;
  font-size: clamp(27.2px , calc(34 / 1280 * 100vw), 34px);
  line-height: 1;
  letter-spacing: 0;
  background: #aaa;
  transform: translateX(-0.35em);
}
@media screen and (max-width: 767px) {
  .vol15 .cont_desc ._firstText {
    font-size: min(calc(22 / 375 * 100vw), 22px);
    width: min(calc(38 / 375 * 100vw), 38px);
    height: min(calc(38 / 375 * 100vw), 38px);
    transform: translateX(-0.25em);
  }
}
.vol15 .cont_desc ._h {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
.vol15 .cont_desc ._shadow {
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
.vol15 .cont .cont_product {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .vol15 .cont .cont_product {
    margin-top: 40px;
    position: static;
  }
}
.vol15 .cont .cont_product ._img {
  margin: 0 auto;
}
.vol15 .cont .cont_product ._img p {
  font-size: min(calc(14 / 1280 * 100vw), 14px);
  letter-spacing: 0.1em;
}
.vol15 .cont .cont_product ._name {
  padding-left: 25px;
  font-family: var(--font-mincho);
  font-size: clamp(19.2px , calc(24 / 1280 * 100vw), 24px);
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol15 .cont .cont_product ._name {
    margin-top: 20px;
    padding-left: 18px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.vol15 .cont .cont_product ._name::before {
  content: "";
  display: block;
  background: #aaa;
  width: 15px;
  height: 22px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0.18em;
  left: 0.25em;
}
@media screen and (max-width: 767px) {
  .vol15 .cont .cont_product ._name::before {
    width: 10px;
    height: 15px;
    left: 0.22em;
  }
}
.vol15 .cont .cont_product ._name ._minText {
  font-size: 0.7916666667em;
}
.vol15 .cont .cont_product ._price {
  margin-top: 4px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .vol15 .cont .cont_product ._price {
    padding-left: 18px;
    font-size: 13px;
    vertical-align: baseline;
  }
}
.vol15 .cont .cont_product ._productDesc {
  width: clamp(240px , calc(287 / 1280 * 100vw), 287px);
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .vol15 .cont .cont_product ._productDesc {
    width: 100%;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.vol15 .cont .cont_box2 {
  width: min(calc(394 / 1280 * 100vw), 394px);
  margin-top: 57px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol15 .cont .cont_box2 {
    margin-top: 27px;
    width: calc(236 / 375 * 100vw);
  }
}
.vol15 .cont .cont_box2 ._balloon {
  width: min(calc(214 / 1280 * 100vw), 214px);
  height: min(calc(163 / 1280 * 100vw), 163px);
  padding-top: 2.3em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: min(calc(17 / 1280 * 100vw), 17px);
  font-weight: 700;
  line-height: 1.5882352941;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .vol15 .cont .cont_box2 ._balloon {
    width: min(calc(129 / 375 * 100vw), 129px);
    height: min(calc(96 / 375 * 100vw), 96px);
    font-size: min(calc(10 / 375 * 100vw), 10px);
  }
}
.vol15 .cont_linkBox {
  margin-top: 57px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 28px;
}
@media screen and (max-width: 767px) {
  .vol15 .cont_linkBox {
    gap: 14px 0;
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont:nth-child(odd) .cont_desc {
    margin-left: auto;
    margin-right: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  .vol15 .cont:nth-child(odd) .cont_box2 ._balloon {
    left: auto;
    right: 0;
    transform: translate(77%, 22%);
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont:nth-child(even) .cont_desc {
    margin-left: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  .vol15 .cont:nth-child(even) .cont_box2 {
    margin-left: auto;
  }
  .vol15 .cont:nth-child(even) .cont_box2 ._balloon {
    left: 0;
    transform: translate(-79%, 22%);
  }
}
.vol15 .cont01 .cont_desc ._firstText,
.vol15 .cont01 .m-link-fill {
  background-color: var(--colo-cont01);
}
.vol15 .cont01 .cont_product ._name::before {
  background-color: #74599e;
}
.vol15 .cont01 .cont_product ._name {
  color: #74599e;
}
.vol15 .cont01 .cont_body {
  background: url(../image/vol15/cont01_bg_pc.jpg) center/cover;
}
@media screen and (max-width: 767px) {
  .vol15 .cont01 .cont_body {
    background-image: url(../image/vol15/cont01_bg_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont01 .cont_product {
    top: -67px;
    left: 0;
  }
  .vol15 .cont01 .cont_product ._img {
    width: min(calc(140 / 1280 * 100vw), 140px);
    transform: translateY(-11%);
  }
}
@media screen and (max-width: 767px) {
  .vol15 .cont01 .cont_product ._img {
    width: 96px;
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont01 .cont_box2 {
    margin-left: auto;
    margin-right: min(calc(224 / 1280 * 100vw), 224px);
  }
}
.vol15 .cont01 .cont_box2 ._balloon {
  background-image: url(../image/vol15/cont01_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol15 .cont01 .cont_box2 ._balloon {
    left: auto;
    right: 0;
    transform: translate(111%, 22%);
  }
}
.vol15 .cont02 .cont_desc ._firstText,
.vol15 .cont02 .m-link-fill {
  background-color: var(--colo-cont02);
}
.vol15 .cont02 .cont_product ._name::before {
  background-color: #b74e49;
}
.vol15 .cont02 .cont_product ._name {
  color: #b74e49;
}
@media screen and (min-width: 768px) {
  .vol15 .cont02 .cont_desc {
    letter-spacing: -0.02em;
  }
}
.vol15 .cont02 .cont_body {
  background: url(../image/vol15/cont02_bg_pc.jpg) center/cover;
}
@media screen and (max-width: 767px) {
  .vol15 .cont02 .cont_body {
    background-image: url(../image/vol15/cont02_bg_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont02 .cont_product {
    right: 0;
    top: -35px;
  }
  .vol15 .cont02 .cont_product ._img {
    width: min(calc(220 / 1280 * 100vw), 220px);
    transform: translateY(-15%);
  }
}
@media screen and (max-width: 767px) {
  .vol15 .cont02 .cont_product ._img {
    margin-top: -14px;
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont02 .cont_box2 {
    margin-left: min(calc(222 / 1280 * 100vw), 222px);
  }
}
.vol15 .cont02 .cont_box2 ._balloon {
  background-image: url(../image/vol15/cont02_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol15 .cont02 .cont_box2 ._balloon {
    left: 0;
    transform: translate(-111%, 22%);
  }
}
.vol15 .cont03 .cont_desc ._firstText,
.vol15 .cont03 .m-link-fill {
  background-color: var(--colo-cont03);
}
.vol15 .cont03 .cont_product ._name::before {
  background-color: #ce9851;
}
.vol15 .cont03 .cont_product ._name {
  color: #ce9851;
}
.vol15 .cont03 .cont_body {
  background: url(../image/vol15/cont03_bg_pc.jpg) center/cover;
}
@media screen and (max-width: 767px) {
  .vol15 .cont03 .cont_body {
    background-image: url(../image/vol15/cont03_bg_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont03 .cont_product {
    top: -3px;
    left: 0;
  }
  .vol15 .cont03 .cont_product ._img {
    width: min(calc(550 / 1280 * 100vw), 550px);
    transform: translate(-12%, -25%);
  }
  .vol15 .cont03 .cont_product ._img p {
    margin-top: min(calc(6 / 1280 * 100vw), 6px);
    padding-left: min(calc(67 / 1280 * 100vw), 67px);
  }
}
@media screen and (max-width: 767px) {
  .vol15 .cont03 .cont_product ._img {
    margin-top: -10px;
    width: 306px;
  }
  .vol15 .cont03 .cont_product ._img p {
    margin-top: -5vw;
    padding-right: calc(20 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    text-align: right;
    letter-spacing: 0.04em;
    transform: translateY(-2.5vw);
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont03 .cont_box2 {
    margin-left: auto;
    margin-right: min(calc(224 / 1280 * 100vw), 224px);
  }
}
.vol15 .cont03 .cont_box2 ._balloon {
  background-image: url(../image/vol15/cont03_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol15 .cont03 .cont_box2 ._balloon {
    left: auto;
    right: 0;
    transform: translate(111%, 22%);
  }
}
.vol15 .cont04 .cont_desc ._firstText,
.vol15 .cont04 .m-link-fill {
  background-color: var(--colo-cont04);
}
.vol15 .cont04 .cont_product ._name::before {
  background-color: #7a9c47;
}
.vol15 .cont04 .cont_product ._name {
  color: #7a9c47;
}
@media screen and (min-width: 768px) {
  .vol15 .cont04 .cont_desc {
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 1001px) {
  .vol15 .cont04 .cont_desc {
    margin-left: -2.8em !important;
  }
}
.vol15 .cont04 .cont_body {
  background: url(../image/vol15/cont04_bg_pc.jpg) center/cover;
}
@media screen and (max-width: 767px) {
  .vol15 .cont04 .cont_body {
    background-image: url(../image/vol15/cont04_bg_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont04 .cont_product {
    right: -3vw;
    top: 106px;
  }
  .vol15 .cont04 .cont_product ._img {
    width: min(calc(420 / 1280 * 100vw), 420px);
    transform: translate(-9%, -34%);
  }
}
@media screen and (min-width: 1001px) {
  .vol15 .cont04 .cont_product {
    right: -10.5vw;
  }
}
@media screen and (max-width: 767px) {
  .vol15 .cont04 .cont_product ._img {
    margin-top: -15px;
    width: 248px;
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont04 .cont_box2 {
    margin-left: min(calc(222 / 1280 * 100vw), 222px);
  }
}
.vol15 .cont04 .cont_box2 ._balloon {
  background-image: url(../image/vol15/cont04_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol15 .cont04 .cont_box2 ._balloon {
    left: 0;
    transform: translate(-111%, 22%);
  }
}
.vol15 .cont05 .cont_desc ._firstText,
.vol15 .cont05 .m-link-fill {
  background-color: var(--colo-cont05);
}
.vol15 .cont05 .cont_product ._name::before {
  background-color: #d0a517;
}
.vol15 .cont05 .cont_product ._name {
  color: #d0a517;
}
.vol15 .cont05 .cont_body {
  background: url(../image/vol15/cont05_bg_pc.jpg) center/cover;
}
@media screen and (max-width: 767px) {
  .vol15 .cont05 .cont_body {
    background-image: url(../image/vol15/cont05_bg_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont05 .cont_product {
    top: 122px;
    left: 0;
  }
  .vol15 .cont05 .cont_product ._img {
    width: min(calc(280 / 1280 * 100vw), 280px);
    transform: translate(-4%, -23%);
  }
}
@media screen and (max-width: 767px) {
  .vol15 .cont05 .cont_product ._img {
    margin-top: -13px;
    width: 165px;
  }
  .vol15 .cont05 .cont_product ._img p {
    margin-top: -5vw;
    padding-right: calc(20 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    text-align: right;
    letter-spacing: 0.04em;
    transform: translateY(-2.5vw);
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont05 .cont_box2 {
    margin-left: auto;
    margin-right: min(calc(224 / 1280 * 100vw), 224px);
  }
}
.vol15 .cont05 .cont_box2 ._balloon {
  background-image: url(../image/vol15/cont05_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol15 .cont05 .cont_box2 ._balloon {
    left: auto;
    right: 0;
    transform: translate(111%, 22%);
  }
}
.vol15 .cont06 .cont_desc ._firstText,
.vol15 .cont06 .m-link-fill {
  background-color: var(--colo-cont06);
}
.vol15 .cont06 .cont_product ._name::before {
  background-color: #ca553d;
}
.vol15 .cont06 .cont_product ._name {
  color: #ca553d;
}
@media screen and (min-width: 768px) {
  .vol15 .cont06 .cont_desc {
    letter-spacing: 0;
  }
}
.vol15 .cont06 .cont_body {
  background: url(../image/vol15/cont06_bg_pc.jpg) center/cover;
}
@media screen and (max-width: 767px) {
  .vol15 .cont06 .cont_body {
    background-image: url(../image/vol15/cont06_bg_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont06 .cont_product {
    right: -3vw;
    left: auto;
    top: 76px;
  }
  .vol15 .cont06 .cont_product ._img {
    width: min(calc(326 / 1280 * 100vw), 326px);
    transform: translate(-5%, -19%);
  }
}
@media screen and (max-width: 767px) {
  .vol15 .cont06 .cont_product ._img {
    margin-top: -11px;
    width: 229px;
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont06 .cont_box2 {
    margin-left: min(calc(222 / 1280 * 100vw), 222px);
  }
}
.vol15 .cont06 .cont_box2 ._balloon {
  padding-top: 3.1em;
  background-image: url(../image/vol15/cont06_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol15 .cont06 .cont_box2 ._balloon {
    left: 0;
    transform: translate(-111%, 22%);
  }
}
.vol15 .cont07 .cont_desc ._firstText,
.vol15 .cont07 .m-link-fill {
  background-color: var(--colo-cont07);
}
.vol15 .cont07 .cont_product ._name::before {
  background-color: #0090b3;
}
.vol15 .cont07 .cont_product ._name {
  color: #0090b3;
}
.vol15 .cont07 .cont_body {
  background: url(../image/vol15/cont07_bg_pc.jpg) center/cover;
}
@media screen and (max-width: 767px) {
  .vol15 .cont07 .cont_body {
    background-image: url(../image/vol15/cont07_bg_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont07 .cont_desc {
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont07 .cont_product {
    top: -12px;
    left: 0;
  }
  .vol15 .cont07 .cont_product ._img {
    width: min(calc(260 / 1280 * 100vw), 260px);
    transform: translate(-2%, -5%);
  }
}
@media screen and (max-width: 767px) {
  .vol15 .cont07 .cont_product ._img {
    margin-top: -12px;
    width: 185px;
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont07 .cont_box2 {
    margin-left: auto;
    margin-right: min(calc(224 / 1280 * 100vw), 224px);
  }
}
.vol15 .cont07 .cont_box2 ._balloon {
  background-image: url(../image/vol15/cont07_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol15 .cont07 .cont_box2 ._balloon {
    left: auto;
    right: 0;
    transform: translate(111%, 22%);
  }
}
.vol15 .cont08 .cont_desc ._firstText,
.vol15 .cont08 .m-link-fill {
  background-color: var(--colo-cont08);
}
.vol15 .cont08 .cont_product ._name::before {
  background-color: #227484;
}
.vol15 .cont08 .cont_product ._name {
  color: #227484;
}
@media screen and (min-width: 768px) {
  .vol15 .cont08 .cont_desc {
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 1001px) {
  .vol15 .cont08 .cont_desc {
    margin-left: -2.8em !important;
  }
}
.vol15 .cont08 .cont_body {
  background: url(../image/vol15/cont08_bg_pc.jpg) center/cover;
}
@media screen and (max-width: 767px) {
  .vol15 .cont08 .cont_body {
    background-image: url(../image/vol15/cont08_bg_sp.jpg);
  }
}
.vol15 .cont08 .cont_product ._name {
  letter-spacing: -0.12em;
}
@media screen and (min-width: 768px) {
  .vol15 .cont08 .cont_product {
    right: 0;
    left: auto;
    top: 115px;
  }
  .vol15 .cont08 .cont_product ._img {
    width: min(calc(230 / 1280 * 100vw), 230px);
    transform: translate(0%, -26%);
  }
}
@media screen and (max-width: 767px) {
  .vol15 .cont08 .cont_product ._img {
    margin-top: -17px;
    width: 167px;
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont08 .cont_box2 {
    margin-left: min(calc(222 / 1280 * 100vw), 222px);
  }
}
.vol15 .cont08 .cont_box2 ._balloon {
  background-image: url(../image/vol15/cont08_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol15 .cont08 .cont_box2 ._balloon {
    left: 0;
    transform: translate(-111%, 22%);
  }
}
.vol15 .cont09 .cont_desc ._firstText,
.vol15 .cont09 .m-link-fill {
  background-color: var(--colo-cont09);
}
.vol15 .cont09 .cont_product ._name::before {
  background-color: #d37592;
}
.vol15 .cont09 .cont_product ._name {
  color: #d37592;
}
.vol15 .cont09 .cont_body {
  background: url(../image/vol15/cont09_bg_pc.jpg) center/cover;
}
@media screen and (max-width: 767px) {
  .vol15 .cont09 .cont_body {
    background-image: url(../image/vol15/cont09_bg_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont09 .cont_desc {
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont09 .cont_product {
    top: 70px;
    left: 0;
  }
  .vol15 .cont09 .cont_product ._img {
    width: min(calc(350 / 1280 * 100vw), 350px);
    transform: translate(-19%, -17%);
  }
}
@media screen and (max-width: 767px) {
  .vol15 .cont09 .cont_product ._img {
    margin-top: 0;
    width: 255px;
  }
}
@media screen and (min-width: 768px) {
  .vol15 .cont09 .cont_box2 {
    margin-left: auto;
    margin-right: min(calc(224 / 1280 * 100vw), 224px);
  }
}
.vol15 .cont09 .cont_box2 ._balloon {
  background-image: url(../image/vol15/cont09_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol15 .cont09 .cont_box2 ._balloon {
    left: auto;
    right: 0;
    transform: translate(111%, 22%);
  }
}
.vol15 .interview {
  padding: 46px 0 55px;
  background: #fffde5;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol15 .interview {
    padding: 32px 0 28px;
  }
}
.vol15 .interview::before {
  content: "";
  display: block;
  width: 100%;
  height: 74px;
  background: url(../image/vol15/interview_head_pc.jpg) center top/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .vol15 .interview::before {
    height: 54px;
    background-image: url(../image/vol15/interview_head_sp.jpg);
  }
}
.vol15 .interview .m-inner {
  max-width: 1000px;
}
.vol15 .interview_ttl {
  padding-left: 35px;
  font-family: var(--font-mincho);
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .vol15 .interview_ttl {
    padding-left: 0;
    font-size: 35px;
  }
}
.vol15 .interview_main {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .vol15 .interview_main {
    margin-top: 18px;
  }
}
.vol15 .interview_main img {
  width: 100%;
}
.vol15 .interview_info {
  margin-top: 16px;
  font-family: var(--font-mincho);
  font-size: min(calc(22 / 1000 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.3181818182;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .vol15 .interview_info {
    margin-top: 5px;
    font-size: 18px;
    text-align: left;
    letter-spacing: 0;
  }
}
.vol15 .interview_read {
  margin-top: -30px;
  font-family: var(--font-mincho);
  font-size: min(calc(34 / 1000 * 100vw), 34px);
  font-weight: 500;
  line-height: 1.4705882353;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .vol15 .interview_read {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .vol15 .interview_read {
    margin-top: 15px;
    font-size: 21px;
  }
}
.vol15 .interview_desc {
  margin-top: 10px;
  font-size: clamp(16px , calc(17 / 1000 * 100vw), 17px);
  font-weight: 500;
  line-height: 1.8235294118;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .vol15 .interview_desc {
    font-size: 14px;
  }
}
.vol15 .interview_more a {
  margin: 40px auto 0;
  background-color: #d93924;
}
@media screen and (max-width: 767px) {
  .vol15 .interview_more a {
    margin-top: 20px;
  }
}
.vol15 .after {
  margin-top: min(calc(164 / 1280 * 100vw), 164px);
}
@media screen and (max-width: 767px) {
  .vol15 .after {
    margin-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol15 .after .after_ttl {
    line-height: 1.4;
  }
}
@media (hover: hover) {
  .vol15 .after_linkBox a {
    transition: opacity 0.3s;
  }
  .vol15 .after_linkBox a:hover {
    opacity: 0.8;
  }
}/*# sourceMappingURL=vol15.css.map */