*,
*::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;
  --color-orange: #e28900;
  --color-cont01: #e7c68d;
  --color-cont02: #d78897;
  --color-cont03: #8dafb5;
  --color-cont04: #bdbdc9;
  --color-cont05: #dfc88b;
  --color-cont06: #e9ad94;
  --color-cont07: #eecb70;
  --color-cont08: #d0c2b3;
  --color-cont09: #8dabcf;
  --color-cont10: #bf839c;
}

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

@media screen and (max-width: 767px) {
  .vol22 .u-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .vol22 .u-sp {
    display: none !important;
  }
}
.vol22 .m-textAliign-start {
  text-align: start !important;
}
.vol22 .m-inner {
  width: 86%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .vol22 .m-inner {
    width: 89.4%;
  }
}
.vol22 .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) {
  .vol22 .m-link-fill {
    width: 100%;
    min-height: 54px;
    font-size: 17px;
  }
}
@media (hover: hover) {
  .vol22 .m-link-fill {
    transition: opacity 0.3s;
  }
  .vol22 .m-link-fill:hover {
    opacity: 0.8;
  }
}
.vol22 .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) {
  .vol22 .m-link-boder {
    width: 100%;
    min-height: 54px;
    font-size: min(calc(14 / 375 * 100vw), 14px);
    letter-spacing: 0.02em;
  }
}
@media (hover: hover) {
  .vol22 .m-link-boder {
    transition: color 0.3s, background-color 0.3s;
  }
  .vol22 .m-link-boder:hover {
    color: #fff;
    background-color: #c30d23;
  }
}
.vol22 .header {
  position: relative;
  z-index: 2;
}
.vol22 .header_mv img {
  width: 100%;
}
.vol22 .intro {
  padding: 72px 0 78px;
  background: #e28900;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .vol22 .intro {
    padding: 24px 0 20px;
    overflow: hidden;
  }
}
.vol22 .intro_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .vol22 .intro_inner {
    display: block;
  }
}
.vol22 .intro_imgBox {
  width: 68.5%;
  margin-right: -3.7%;
}
@media screen and (max-width: 1000px) {
  .vol22 .intro_imgBox {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .vol22 .intro_imgBox img {
    width: 102.9333333333vw;
    max-width: none;
    transform: translateX(2%);
  }
}
.vol22 .intro_contBox {
  padding-top: min(calc(149 / 1280 * 100vw), 149px);
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .vol22 .intro_contBox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .vol22 .intro_contBox {
    padding-top: 40px;
  }
}
.vol22 .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) {
  .vol22 .intro_contBox h2 {
    font-size: 21px;
    line-height: 1.5238095238;
    letter-spacing: 0.13em;
  }
}
.vol22 .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) {
  .vol22 .intro_contBox p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.6428571429;
    letter-spacing: 0.04em;
  }
}
.vol22 #story .storyHead {
  margin: 77px 0;
}
@media screen and (max-width: 767px) {
  .vol22 #story .storyHead {
    margin: 43px 0;
  }
}
.vol22 #story .storyHead .title {
  font-family: var(--font-mincho);
  font-size: 4.375vw;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vol22 #story .storyHead .title {
    font-size: 7.2vw;
    letter-spacing: 0.1em;
  }
}
.vol22 #story .storyHead .desc {
  margin: 35px auto 0;
  width: 68.75vw;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .vol22 #story .storyHead .desc {
    margin-top: 24px;
    width: 89.3333333333vw;
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0;
  }
}
.vol22 #story .storycont_head {
  position: relative;
}
.vol22 #story .storycont_headTtl {
  font-size: 3.046875vw;
  line-height: 1.08;
  text-align: center;
  letter-spacing: 0;
  position: absolute;
  top: calc(100 / 1280 * 100vw);
  left: calc(190 / 1280 * 100%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vol22 #story .storycont_headTtl {
    font-size: 11.2vw;
    line-height: 0.95;
    top: calc(28 / 375 * 100vw);
    left: calc(19 / 375 * 100%);
  }
}
.vol22 #story .storycont ._orange {
  color: var(--color-orange);
}
.vol22 #story .storycont ._ja {
  display: inline-block;
  padding: 0.9375vw 1.71875vw;
  background: var(--color-orange);
  border-radius: 5px;
  color: #fff;
  font-size: 3.203125vw;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol22 #story .storycont ._ja {
    padding: 1.6vw 2.6666666667vw 2.4vw;
    font-size: 8.2666666667vw;
  }
}
.vol22 #story .storycont .day_mv_ttl {
  left: calc(186 / 1280 * 100%);
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .vol22 #story .storycont .day_mv_ttl {
    left: calc(32 / 375 * 100%);
  }
}
.vol22 #story .storycont .day_readBox {
  justify-content: flex-start;
  margin-top: calc(250 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol22 #story .storycont .day_readBox {
    margin-top: calc(237 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol22 #story .storycont .day_readBox p:nth-child(2) {
    margin-right: auto;
  }
}
.vol22 #story .day_textMin {
  margin-top: min(20 / 1280 * 100vw, 20px);
}
@media screen and (max-width: 767px) {
  .vol22 #story .day_textMin {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.vol22 #story .productContainer {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .vol22 #story .productContainer {
    padding-bottom: 40px;
  }
}
.vol22 #story .productContainer > .inner {
  width: 90%;
  max-width: 1140px;
}
@media screen and (max-width: 767px) {
  .vol22 #story .productContainer > .inner {
    max-width: 340px;
  }
}
.vol22 #story .product {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .vol22 #story .product {
    display: block;
    position: relative;
  }
}
.vol22 #story .product + .product {
  margin-top: 60px;
}
.vol22 #story .product::before {
  width: 380px;
  height: 380px;
  opacity: 0.1;
  background: var(--color-red);
}
@media screen and (max-width: 767px) {
  .vol22 #story .product::before {
    width: 230px;
    height: 230px;
  }
}
@media screen and (min-width: 768px) {
  .vol22 #story .product:nth-child(odd)::before {
    left: -72px;
  }
}
@media screen and (max-width: 767px) {
  .vol22 #story .product:nth-child(odd)::before {
    right: -55px;
  }
}
@media screen and (min-width: 768px) {
  .vol22 #story .product:nth-child(even)::before {
    right: -72px;
  }
}
@media screen and (max-width: 767px) {
  .vol22 #story .product:nth-child(even)::before {
    left: -55px;
  }
}
.vol22 #story .product ._head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .vol22 #story .product ._head {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
.vol22 #story .product ._name {
  color: var(--color-red);
}
@media screen and (max-width: 767px) {
  .vol22 #story .product ._name {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .vol22 #story .product ._name .xsBr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vol22 #story .product ._sumally {
    position: relative;
    z-index: 2;
  }
}
.vol22 #story .product ._area span {
  color: var(--color-red);
}
.vol22 #story .product ._prefectures {
  background: var(--color-red);
}
@media screen and (max-width: 767px) {
  .vol22 #story .product ._read {
    writing-mode: vertical-rl;
    position: relative;
    z-index: 2;
    margin-top: 40px;
    margin-left: 12px;
    margin-right: 22px;
  }
  .vol22 #story .product ._read ._rotate {
    display: inline-block;
    writing-mode: horizontal-tb;
    letter-spacing: 0;
    line-height: 1;
  }
}
.vol22 #story .product ._linkBox a {
  background: var(--color-red);
}
.vol22 #story .product:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .vol22 #story .product:nth-child(even) ._head {
    right: auto;
    left: 0;
  }
  .vol22 #story .product:nth-child(even) ._head::before {
    left: 30%;
  }
  .vol22 #story .product:nth-child(even) ._sumally {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.vol22 #story .story1 .day_mv_ttl {
  transform: translateY(60%);
}
.vol22 #story .story1_cont1 {
  margin-top: min(170 / 1280 * 100vw, 170px);
}
@media screen and (max-width: 767px) {
  .vol22 #story .story1_cont1 {
    margin-top: calc(70 / 375 * 100vw);
  }
}
.vol22 #story .story1_cont1_box1 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 0 min(30 / 1280 * 100vw, 30px);
}
@media screen and (max-width: 767px) {
  .vol22 #story .story1_cont1_box1 {
    flex-direction: row;
    align-items: flex-start;
    gap: 0 calc(15 / 375 * 100vw);
  }
}
.vol22 #story .story1_cont1_1 {
  width: calc(371 / 1280 * 100%);
}
@media screen and (max-width: 767px) {
  .vol22 #story .story1_cont1_1 {
    width: calc(182 / 375 * 100%);
  }
}
.vol22 #story .story1_cont1_text1 {
  width: calc(221 / 1280 * 100%);
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .vol22 #story .story1_cont1_text1 {
    width: calc(140 / 375 * 100%);
  }
}
.vol22 #story .story1_cont1_2 {
  width: calc(448 / 1280 * 100%);
}
@media screen and (max-width: 767px) {
  .vol22 #story .story1_cont1_2 {
    width: calc(167 / 375 * 100%);
    margin-top: calc(52 / 375 * 100vw);
    margin-left: calc(159 / 375 * 100%);
  }
}
.vol22 #story .story1_cont1_box2 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol22 #story .story1_cont1_box2 {
    margin-top: calc(52 / 375 * 100vw);
  }
}
.vol22 #story .story1_cont1_read1 {
  position: absolute;
  top: min(360 / 1280 * 100vw, 360px);
  left: calc(226 / 1280 * 100%);
}
@media screen and (max-width: 767px) {
  .vol22 #story .story1_cont1_read1 {
    top: 0;
    left: calc(230 / 375 * 100%);
  }
}
.vol22 #story .story1_cont1_box3 {
  width: calc(448 / 1280 * 100%);
  margin-top: max(-170 / 1280 * 100vw, -170px);
  margin-left: calc(642 / 1280 * 100%);
}
@media screen and (max-width: 767px) {
  .vol22 #story .story1_cont1_box3 {
    width: calc(167 / 375 * 100%);
    margin-top: 0;
    margin-left: 5.3%;
  }
}
.vol22 #story .story1_cont1_box4 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0 min(25 / 1280 * 100vw, 25px);
  margin-top: min(115 / 1280 * 100vw, 115px);
}
@media screen and (max-width: 767px) {
  .vol22 #story .story1_cont1_box4 {
    display: block;
    width: 89.4%;
    margin-top: calc(36 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .vol22 #story .story1_cont1_4 {
    width: calc(670 / 1280 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .vol22 #story .story1_cont1_text3 {
    width: calc(278 / 1280 * 100%);
    margin-left: calc(226 / 1280 * 100%);
  }
}
.vol22 #story .story2 {
  margin-top: 171px;
}
@media screen and (max-width: 767px) {
  .vol22 #story .story2 {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.vol22 #story .story2 .day_mv_ttl {
  transform: translateY(55%);
}
.vol22 #story .story2 .day_readBox {
  margin-top: calc(280 / 1280 * 100vw);
}
@media screen and (max-width: 1279px) {
  .vol22 #story .story2 .day_readBox {
    margin-top: calc(370 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol22 #story .story2 .day_readBox {
    margin-top: calc(240 / 375 * 100vw);
  }
}
.vol22 #story .story2_cont1 {
  margin-top: min(188 / 1280 * 100vw, 188px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .vol22 #story .story2_cont1 {
    margin-top: calc(65 / 375 * 100vw);
  }
}
.vol22 #story .story2_cont1_read1 {
  position: absolute;
  top: 0;
  left: calc(593 / 1280 * 100%);
}
@media screen and (max-width: 767px) {
  .vol22 #story .story2_cont1_read1 {
    left: calc(36 / 375 * 100%);
  }
}
.vol22 #story .story2_cont1_box1 {
  width: calc(365 / 1280 * 100%);
  position: absolute;
  top: 0;
  left: calc(844 / 1280 * 100%);
}
@media screen and (max-width: 767px) {
  .vol22 #story .story2_cont1_box1 {
    width: calc(165 / 375 * 100%);
    margin-top: calc(74 / 375 * 100vw);
    position: static;
    top: 0;
    left: 0;
  }
}
.vol22 #story .story2_cont1_text1 {
  padding-right: min(calc(69 / 1280 * 100vw), 69px);
}
@media screen and (max-width: 767px) {
  .vol22 #story .story2_cont1_text1 {
    width: 53.8666666667vw;
    margin-left: 5.3333333333vw;
    padding-right: 0;
  }
}
.vol22 #story .story2_cont1_box2 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .vol22 #story .story2_cont1_box2 {
    width: 100%;
    position: static;
  }
}
.vol22 #story .story2_cont1_box2 > * {
  width: calc(477 / 1280 * 100%);
}
@media screen and (max-width: 767px) {
  .vol22 #story .story2_cont1_box2 > * {
    width: calc(182 / 375 * 100%);
    margin-left: auto;
    margin-right: 5.3%;
  }
}
@media screen and (min-width: 768px) {
  .vol22 #story .story2_cont1_text2 {
    padding-left: 10.9375%;
  }
}
.vol22 #story .story2_cont1_box3 {
  order: 3;
}
@media screen and (min-width: 768px) {
  .vol22 #story .story2_cont1_box3 {
    width: calc(426 / 1280 * 100%);
    margin-top: min(28 / 1280 * 100vw, 28px);
    margin-left: calc(114 / 1280 * 100%);
  }
}
@media screen and (max-width: 767px) {
  .vol22 #story .story2_cont1_box3 {
    position: static;
    width: calc(167 / 375 * 100%);
    margin-top: calc(24 / 375 * 100vw);
  }
}
.vol22 #story .story2_cont1_4 {
  order: 2;
  width: calc(670 / 1280 * 100%);
  margin-top: min(205 / 1280 * 100vw, 205px);
  margin-left: calc(67 / 1280 * 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol22 #story .story2_cont1_4 {
    order: 4;
    width: 89.4%;
    margin-top: calc(33 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.vol22 #story .story2_cont1_text4 {
  margin-top: min(calc(190 / 1280 * 100vw), 190px);
  margin-left: max(-75px, -5.859375vw);
  width: min(calc(285 / 1280 * 100vw), 285px);
}
@media screen and (max-width: 767px) {
  .vol22 #story .story2_cont1_text4 {
    margin-top: 3.4666666667vw;
    margin-left: 0;
    width: 100%;
  }
}
.vol22 .contContainer {
  overflow: hidden;
  margin-top: 167px;
}
@media screen and (max-width: 767px) {
  .vol22 .contContainer {
    margin-top: calc(48 / 375 * 100vw);
  }
}
.vol22 .cont_head {
  position: relative;
  z-index: 1;
}
.vol22 .cont_head img {
  width: 100%;
}
.vol22 .cont_head ._ttlBox {
  position: absolute;
  top: 0;
  z-index: 2;
}
.vol22 .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) {
  .vol22 .cont_head ._place {
    font-size: calc(12 / 375 * 100vw);
  }
}
.vol22 .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) {
  .vol22 .cont_head ._ttl {
    font-size: calc(30 / 375 * 100vw);
  }
}
.vol22 .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;
}
.vol22 .cont_body {
  padding: 68px 0 70px;
}
@media screen and (max-width: 767px) {
  .vol22 .cont_body {
    padding: 29px 0 42px;
  }
}
.vol22 .cont_body .m-inner {
  max-width: 1000px;
  position: relative;
  z-index: 1;
}
.vol22 .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.01em;
  text-align: justify;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .vol22 .cont_desc {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .vol22 .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;
  }
}
.vol22 .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) {
  .vol22 .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);
  }
}
.vol22 .cont_desc ._h {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
.vol22 .cont_desc ._shadow {
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
.vol22 .cont .cont_product {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .vol22 .cont .cont_product {
    margin-top: 40px;
    position: static;
  }
}
.vol22 .cont .cont_product ._img {
  margin: 0 auto;
}
.vol22 .cont .cont_product ._img img {
  display: block;
  width: 100%;
  height: auto;
}
.vol22 .cont .cont_product ._img p {
  font-size: min(calc(14 / 1280 * 100vw), 14px);
  letter-spacing: 0.1em;
}
.vol22 .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) {
  .vol22 .cont .cont_product ._name {
    margin-top: 20px;
    padding-left: 18px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.vol22 .cont .cont_product ._name::before {
  content: "";
  display: block;
  background: #aaa;
  width: 15px;
  height: 22px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0.18em;
  left: 0.25em;
}
@media screen and (max-width: 767px) {
  .vol22 .cont .cont_product ._name::before {
    width: 10px;
    height: 15px;
    left: 0.22em;
  }
}
.vol22 .cont .cont_product ._name ._minText {
  font-size: 0.7916666667em;
}
.vol22 .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) {
  .vol22 .cont .cont_product ._price {
    padding-left: 18px;
    font-size: 13px;
    vertical-align: baseline;
  }
}
.vol22 .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) {
  .vol22 .cont .cont_product ._productDesc {
    width: 100%;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.vol22 .cont .cont_box2 {
  width: min(calc(394 / 1280 * 100vw), 394px);
  margin-top: 57px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol22 .cont .cont_box2 {
    margin-top: 27px;
    width: calc(236 / 375 * 100vw);
  }
}
.vol22 .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) {
  .vol22 .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);
  }
}
.vol22 .cont_linkBox {
  margin-top: 57px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 28px;
}
@media screen and (max-width: 767px) {
  .vol22 .cont_linkBox {
    gap: 14px 0;
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont:nth-child(odd) .cont_desc {
    margin-left: auto;
    margin-right: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  .vol22 .cont:nth-child(odd) .cont_box2 ._balloon {
    left: auto;
    right: 0;
    transform: translate(77%, 22%);
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont:nth-child(even) .cont_desc {
    margin-left: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  .vol22 .cont:nth-child(even) .cont_box2 {
    margin-left: auto;
  }
  .vol22 .cont:nth-child(even) .cont_box2 ._balloon {
    left: 0;
    transform: translate(-79%, 22%);
  }
}
.vol22 .cont01 .cont_desc ._firstText,
.vol22 .cont01 .m-link-fill {
  background-color: var(--color-cont01);
}
.vol22 .cont01 .cont_product ._name::before {
  background-color: #ce8e07;
}
.vol22 .cont01 .cont_product ._name {
  color: #ce8e07;
}
@media screen and (min-width: 768px) {
  .vol22 .cont01 .cont_product ._name {
    margin-top: calc(42 / 1280 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont01 .cont_product {
    top: max(-130px, -10.15625vw);
    left: 0;
  }
  .vol22 .cont01 .cont_product ._img {
    width: min(calc(286 / 1280 * 100vw), 286px);
    aspect-ratio: 140/223;
  }
}
@media screen and (max-width: 767px) {
  .vol22 .cont01 .cont_product ._img {
    width: 217px;
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont01 .cont_box2 {
    margin-left: auto;
    margin-right: min(calc(224 / 1280 * 100vw), 224px);
  }
}
.vol22 .cont01 .cont_box2 ._balloon {
  background-image: url(../image/vol22/cont01/cont01_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol22 .cont01 .cont_box2 ._balloon {
    left: auto;
    right: 0;
    transform: translate(111%, 22%);
  }
}
@media screen and (max-width: 767px) {
  .vol22 .cont01 .cont_box2 ._balloon {
    padding-top: 2.4em;
    padding-left: 0.4em;
  }
}
.vol22 .cont02 .cont_desc ._firstText,
.vol22 .cont02 .m-link-fill {
  background-color: var(--color-cont02);
}
.vol22 .cont02 .cont_product ._name::before {
  background-color: #c0153e;
}
.vol22 .cont02 .cont_product ._name {
  color: #c0153e;
}
@media screen and (min-width: 768px) {
  .vol22 .cont02 .cont_product ._name {
    margin-top: calc(36 / 1280 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont02 .cont_desc {
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont02 .cont_product {
    top: max(-151px, -11.796875vw);
    right: 0;
  }
  .vol22 .cont02 .cont_product ._img {
    width: min(calc(159 / 1280 * 100vw), 159px);
  }
}
@media screen and (max-width: 767px) {
  .vol22 .cont02 .cont_product ._img {
    width: 94px;
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont02 .cont_box2 {
    margin-left: min(calc(222 / 1280 * 100vw), 222px);
  }
}
.vol22 .cont02 .cont_box2 ._balloon {
  background-image: url(../image/vol22/cont02/cont02_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol22 .cont02 .cont_box2 ._balloon {
    left: 0;
    transform: translate(-111%, 22%);
  }
}
.vol22 .cont03 .cont_desc ._firstText,
.vol22 .cont03 .m-link-fill {
  background-color: var(--color-cont03);
}
.vol22 .cont03 .cont_product ._name::before {
  background-color: #4394ab;
}
.vol22 .cont03 .cont_product ._name {
  color: #4394ab;
}
@media screen and (min-width: 768px) {
  .vol22 .cont03 .cont_product ._name {
    margin-top: calc(31 / 1280 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont03 .cont_desc {
    height: 288px;
  }
}
@media screen and (max-width: 767px) {
  .vol22 .cont03 .cont_desc {
    height: 295px;
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont03 .cont_product {
    top: calc(34 / 1280 * 100vw);
    left: max(-12px, -0.9375vw);
  }
  .vol22 .cont03 .cont_product ._img {
    width: min(calc(241 / 1280 * 100vw), 241px);
  }
  .vol22 .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) {
  .vol22 .cont03 .cont_product ._img {
    width: 138px;
  }
  .vol22 .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) {
  .vol22 .cont03 .cont_box2 {
    margin-left: auto;
    margin-right: min(calc(224 / 1280 * 100vw), 224px);
  }
}
.vol22 .cont03 .cont_box2 ._balloon {
  padding-top: 2.7em;
  padding-left: 1em;
  background-image: url(../image/vol22/cont03/cont03_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol22 .cont03 .cont_box2 ._balloon {
    left: auto;
    right: 0;
    transform: translate(111%, 22%);
  }
}
.vol22 .cont04 .cont_desc ._firstText,
.vol22 .cont04 .m-link-fill {
  background-color: var(--color-cont04);
}
.vol22 .cont04 .cont_product ._name::before {
  background-color: #968eac;
}
.vol22 .cont04 .cont_product ._name {
  color: #968eac;
}
@media screen and (min-width: 768px) {
  .vol22 .cont04 .cont_product ._name {
    margin-top: calc(33 / 1280 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont04 .cont_desc {
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 1001px) {
  .vol22 .cont04 .cont_desc {
    margin-left: -2.8em !important;
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont04 .cont_product {
    top: max(-143px, -11.171875vw);
    right: 0;
  }
  .vol22 .cont04 .cont_product ._img {
    width: min(calc(130 / 1280 * 100vw), 130px);
  }
}
@media screen and (min-width: 1001px) {
  .vol22 .cont04 .cont_product {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .vol22 .cont04 .cont_product ._img {
    width: 91px;
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont04 .cont_box2 {
    margin-left: min(calc(222 / 1280 * 100vw), 222px);
  }
}
.vol22 .cont04 .cont_box2 ._balloon {
  background-image: url(../image/vol22/cont04/cont04_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol22 .cont04 .cont_box2 ._balloon {
    left: 0;
    transform: translate(-111%, 22%);
  }
}
.vol22 .cont05 .cont_desc ._firstText,
.vol22 .cont05 .m-link-fill {
  background-color: var(--color-cont05);
}
.vol22 .cont05 .cont_product ._name::before {
  background-color: #d0a517;
}
.vol22 .cont05 .cont_product ._name {
  color: #d0a517;
}
@media screen and (min-width: 768px) {
  .vol22 .cont05 .cont_product ._name {
    margin-top: calc(50 / 1280 * 100vw);
  }
}
.vol22 .cont05 .cont_product ._name span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .vol22 .cont05 .cont_product ._name span {
    font-size: 13px;
    vertical-align: baseline;
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont05 .cont_product {
    top: calc(45 / 1280 * 100vw);
    left: 0;
  }
  .vol22 .cont05 .cont_product ._img {
    width: min(calc(350 / 1280 * 100vw), 350px);
    transform: translate(-13%, 0);
  }
}
@media screen and (max-width: 767px) {
  .vol22 .cont05 .cont_product ._img {
    width: 206px;
  }
  .vol22 .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) {
  .vol22 .cont05 .cont_box2 {
    margin-left: auto;
    margin-right: min(calc(224 / 1280 * 100vw), 224px);
  }
}
.vol22 .cont05 .cont_box2 ._balloon {
  padding-left: 1em;
  background-image: url(../image/vol22/cont05/cont05_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol22 .cont05 .cont_box2 ._balloon {
    left: auto;
    right: 0;
    transform: translate(111%, 22%);
  }
}
@media screen and (max-width: 767px) {
  .vol22 .cont05 .cont_box2 ._balloon {
    padding-top: 2.2em;
    padding-left: 0.6em;
  }
}
.vol22 .cont06 .cont_desc ._firstText,
.vol22 .cont06 .m-link-fill {
  background-color: var(--color-cont06);
}
.vol22 .cont06 .cont_product ._name::before {
  background-color: #da765b;
}
.vol22 .cont06 .cont_product ._name {
  color: #da765b;
}
@media screen and (min-width: 768px) {
  .vol22 .cont06 .cont_product ._name {
    margin-top: calc(34 / 1280 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont06 .cont_desc {
    height: 288px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1001px) {
  .vol22 .cont06 .cont_desc {
    margin-left: -2.8em !important;
  }
}
@media screen and (max-width: 767px) {
  .vol22 .cont06 .cont_desc {
    height: 280px;
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont06 .cont_product {
    top: max(-108px, -8.4375vw);
    right: max(-68px, -5.3125vw);
  }
  .vol22 .cont06 .cont_product ._img {
    width: min(calc(358 / 1280 * 100vw), 358px);
    transform: translate(-11%, 0);
  }
}
@media screen and (max-width: 767px) {
  .vol22 .cont06 .cont_product ._img {
    width: 266px;
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont06 .cont_box2 {
    margin-left: min(calc(222 / 1280 * 100vw), 222px);
  }
}
.vol22 .cont06 .cont_box2 ._balloon {
  padding-top: 3.3em;
  padding-left: 0.3em;
  background-image: url(../image/vol22/cont06/cont06_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol22 .cont06 .cont_box2 ._balloon {
    left: 0;
    transform: translate(-111%, 22%);
  }
}
.vol22 .cont07 .cont_desc ._firstText,
.vol22 .cont07 .m-link-fill {
  background-color: var(--color-cont07);
}
.vol22 .cont07 .cont_product ._name::before {
  background-color: #d7aa37;
}
.vol22 .cont07 .cont_product ._name {
  color: #d7aa37;
}
@media screen and (min-width: 768px) {
  .vol22 .cont07 .cont_product ._name {
    margin-top: calc(38 / 1280 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont07 .cont_desc {
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont07 .cont_product {
    top: max(-117px, -9.140625vw);
    left: 0;
  }
  .vol22 .cont07 .cont_product ._img {
    width: min(calc(237 / 1280 * 100vw), 237px);
  }
}
@media screen and (max-width: 767px) {
  .vol22 .cont07 .cont_product ._img {
    width: 136px;
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont07 .cont_box2 {
    margin-left: auto;
    margin-right: min(calc(224 / 1280 * 100vw), 224px);
  }
}
.vol22 .cont07 .cont_box2 ._balloon {
  padding-left: 0.3em;
  background-image: url(../image/vol22/cont07/cont07_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol22 .cont07 .cont_box2 ._balloon {
    left: auto;
    right: 0;
    transform: translate(111%, 22%);
  }
}
.vol22 .cont08 .cont_desc ._firstText,
.vol22 .cont08 .m-link-fill {
  background-color: var(--color-cont10);
}
.vol22 .cont08 .cont_product ._name::before {
  background-color: #9b234b;
}
.vol22 .cont08 .cont_product ._name {
  color: #9b234b;
}
@media screen and (min-width: 768px) {
  .vol22 .cont08 .cont_product ._name {
    margin-top: calc(35 / 1280 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont08 .cont_desc {
    height: 301px;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 1001px) {
  .vol22 .cont08 .cont_desc {
    margin-left: -2.8em !important;
  }
}
@media screen and (max-width: 767px) {
  .vol22 .cont08 .cont_desc {
    height: 280px;
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont08 .cont_product {
    top: max(-105px, -8.203125vw);
    right: 0;
  }
  .vol22 .cont08 .cont_product ._img {
    width: min(calc(160 / 1280 * 100vw), 160px);
  }
}
@media screen and (max-width: 767px) {
  .vol22 .cont08 .cont_product ._img {
    width: 98px;
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont08 .cont_box2 {
    margin-left: min(calc(222 / 1280 * 100vw), 222px);
  }
}
.vol22 .cont08 .cont_box2 ._balloon {
  padding-top: 3.1em;
  padding-left: 0.3em;
  background-image: url(../image/vol22/cont10/cont10_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol22 .cont08 .cont_box2 ._balloon {
    left: 0;
    transform: translate(-111%, 22%);
  }
}
.vol22 .cont09 .cont_desc ._firstText,
.vol22 .cont09 .m-link-fill {
  background-color: var(--color-cont09);
}
.vol22 .cont09 .cont_product ._name::before {
  background-color: #516f90;
}
.vol22 .cont09 .cont_product ._name {
  color: #516f90;
}
@media screen and (min-width: 768px) {
  .vol22 .cont09 .cont_product ._name {
    margin-top: calc(30 / 1280 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont09 .cont_desc {
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont09 .cont_product {
    top: max(-99px, -7.734375vw);
    left: 0;
  }
  .vol22 .cont09 .cont_product ._img {
    width: min(calc(284 / 1280 * 100vw), 284px);
  }
}
@media screen and (max-width: 767px) {
  .vol22 .cont09 .cont_product ._img {
    width: 203px;
  }
}
@media screen and (min-width: 768px) {
  .vol22 .cont09 .cont_box2 {
    margin-left: auto;
    margin-right: min(calc(224 / 1280 * 100vw), 224px);
  }
}
.vol22 .cont09 .cont_box2 ._balloon {
  padding-top: 2.5em;
  padding-left: 0.5em;
  background-image: url(../image/vol22/cont09/cont09_balloon.svg);
}
@media screen and (min-width: 768px) {
  .vol22 .cont09 .cont_box2 ._balloon {
    left: auto;
    right: 0;
    transform: translate(111%, 22%);
  }
}
.vol22 .interview {
  padding: 46px 0 55px;
  background: #fffde5;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol22 .interview {
    padding: 32px 0 28px;
  }
}
.vol22 .interview::before {
  content: "";
  display: block;
  width: 100%;
  height: 74px;
  background: url(../image/vol22/interview/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) {
  .vol22 .interview::before {
    height: 54px;
    background-image: url(../image/vol22/interview/interview_head_sp.jpg);
  }
}
.vol22 .interview .m-inner {
  max-width: 1000px;
}
.vol22 .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) {
  .vol22 .interview_ttl {
    padding-left: 0;
    font-size: 35px;
  }
}
.vol22 .interview_main {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .vol22 .interview_main {
    margin-top: 18px;
  }
}
.vol22 .interview_main img {
  width: 100%;
}
.vol22 .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) {
  .vol22 .interview_info {
    margin-top: 5px;
    font-size: 18px;
    text-align: left;
    letter-spacing: 0;
  }
}
.vol22 .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) {
  .vol22 .interview_read {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .vol22 .interview_read {
    margin-top: 15px;
    font-size: 21px;
  }
}
.vol22 .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) {
  .vol22 .interview_desc {
    font-size: 14px;
  }
}
.vol22 .interview_more a {
  margin: 40px auto 0;
  background-color: #e28900;
}
@media screen and (max-width: 767px) {
  .vol22 .interview_more a {
    margin-top: 20px;
  }
}
.vol22 .after {
  margin-top: min(calc(164 / 1280 * 100vw), 164px);
}
@media screen and (max-width: 767px) {
  .vol22 .after {
    margin-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol22 .after .after_ttl {
    line-height: 1.4;
  }
}
@media (hover: hover) {
  .vol22 .after_linkBox a {
    transition: opacity 0.3s;
  }
  .vol22 .after_linkBox a:hover {
    opacity: 0.8;
  }
}
.vol22 .cooperation .splide__slide h3 {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .vol22 .cooperation .splide__slide h3 {
    letter-spacing: 0.03em;
  }
}
.vol22 .cooperation .splide__slide h3 span {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .vol22 .cooperation .splide__slide h3 span {
    font-size: 12px;
  }
}
.vol22 .cooperation .splide__slide p {
  letter-spacing: 0.03em;
}