*,
*::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;
}
@media screen and (max-width: 767px) {
  .cooperation_list {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.cooperation_list a {
  display: block;
  font-size: 15px;
  line-height: 1.53;
}
@media screen and (max-width: 767px) {
  .cooperation_list a {
    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 {
  --color-blueLight: #1bb8ce;
}

@media screen and (max-width: 767px) {
  .vol12 .m-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .vol12 .m-sp {
    display: none !important;
  }
}
.vol12 .m-inner {
  width: 86%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .vol12 .m-inner {
    width: 89.4%;
  }
}
.vol12 .m-font-zenkaku {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.vol12 .m-font-mincho {
  font-family: "Shippori Mincho B1", "Noto Sans JP", serif;
  font-weight: 500;
}
.vol12 .m-font-zcool {
  font-family: "ZCOOL QingKe HuangYou", "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.vol12 .m-btn-boder, .vol12 .m-btn-color {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 48px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (hover: hover) {
  .vol12 .m-btn-boder, .vol12 .m-btn-color {
    transition: opacity 0.3s;
  }
  .vol12 .m-btn-boder:hover, .vol12 .m-btn-color:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .vol12 .m-btn-boder, .vol12 .m-btn-color {
    width: 100%;
    height: 54px;
    font-size: min(calc(17 / 375 * 100vw), 17px);
    letter-spacing: 0.4em;
  }
}
.vol12 .m-btn-color {
  background: var(--color-blueLight);
  border: 2px solid var(--color-blueLight);
  color: #fff;
}
.vol12 .m-btn-boder {
  border: 2px solid var(--color-blueLight);
  color: var(--color-blueLight);
}
.vol12 .m-bg-gra {
  background: url(../image/vol12/bg_gradation_pc.svg) center/auto 100% repeat-x;
}
@media screen and (max-width: 767px) {
  .vol12 .m-bg-gra {
    background-image: url(../image/vol12/bg_gradation_sp.svg);
  }
}
.vol12 .m-headbox_img img {
  width: 100%;
}
.vol12 .m-headbox_img_caption {
  margin-top: 8px;
  padding-left: 1em;
  font-size: clamp(13px , calc(15 / 1280 * 100vw), 15px);
  line-height: 1.5333333333;
  letter-spacing: 0.05em;
  text-indent: -1em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .vol12 .m-headbox_img_caption {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-indent: 0;
    padding-left: 0;
  }
}
.vol12 .m-headbox_contBox {
  padding-top: 1px;
  position: relative;
  z-index: 1;
}
.vol12 .m-headbox_contBox.m-inner {
  max-width: 1020px;
}
@media screen and (min-width: 768px) {
  .vol12 .m-headbox_contBox.m-inner {
    width: 78.4375%;
  }
}
.vol12 .m-headbox_ttl {
  font-size: min(calc(50 / 1280 * 100vw), 50px);
  line-height: 1.4;
  letter-spacing: 0.025em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  position: absolute;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vol12 .m-headbox_ttl {
    font-size: min(calc(30 / 375 * 100vw), 30px);
    line-height: 1.3;
  }
}
.vol12 .m-headbox_ttl ._h {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1;
}
.vol12 .m-headbox_text {
  height: 330px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: justify;
  font-size: clamp(15px , calc(19 / 1280 * 100vw), 19px);
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .vol12 .m-headbox_text {
    display: flex;
    gap: 0 40px;
    width: 100%;
    width: 90%;
    max-width: 480px;
    height: auto;
    margin: 0 auto;
    font-size: clamp(13px ,calc(14 / 375 * 100vw), 14px);
    line-height: 1.7857142857;
  }
}
.vol12 .m-headbox_text * {
  letter-spacing: 0;
}
.vol12 .m-headbox_text ._h {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .vol12 .m-headbox_textBox {
    display: block;
    height: 218px;
  }
}
@media screen and (min-width: 768px) {
  .vol12 .m-headbox-left .m-headbox_ttl {
    left: 0;
  }
  .vol12 .m-headbox-left .m-headbox_text {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .vol12 .m-headbox-right .m-headbox_ttl {
    left: auto;
    right: 0;
  }
}
.vol12 .m-posBox {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.vol12 .m-posBox_text {
  margin-top: 15px;
  font-size: clamp(13px , calc(15 / 1280 * 100vw), 15px);
  line-height: 1.5333333333;
  text-align: justify;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .vol12 .m-posBox_text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.vol12 .m-posBox_read {
  font-size: min(calc(34 / 1280 * 100vw), 34px);
  line-height: 1.4705882353;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .vol12 .m-posBox_read {
    font-size: min(calc(21 / 375 * 100vw), 21px);
    line-height: 1.5238095238;
    letter-spacing: 0.1em;
  }
}
.vol12 .m-posBox_read ._h {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
.vol12 .m-posBox_linkBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 28px;
  margin-top: min(calc(78 / 1280 * 100vw), 78px);
}
@media screen and (max-width: 767px) {
  .vol12 .m-posBox_linkBox {
    gap: calc(14 / 375 * 100vw) 0;
    width: calc(355 / 375 * 100vw);
    margin: calc(30 / 375 * 100vw) auto 0;
  }
}
.vol12 .m-secHead {
  position: relative;
}
.vol12 .m-secHead_headBg {
  width: 100%;
}
.vol12 .m-secHead_container {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  max-width: 860px;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .vol12 .m-secHead_container {
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
  }
}
.vol12 .m-secHead_container ._iconBox {
  width: 160px;
  text-align: center;
}
.vol12 .m-secHead_container ._enTtl {
  font-size: min(calc(42 / 1000 * 100vw), 42px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .vol12 .m-secHead_container ._enTtl {
    margin-top: 5px;
    font-size: 22px;
  }
}
.vol12 .m-secHead_container ._contBox {
  flex: 1;
  max-width: 578px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .vol12 .m-secHead_container ._contBox {
    width: 100%;
    padding-top: 0;
  }
}
.vol12 .m-secHead_container ._ttl {
  font-size: min(calc(30 / 1000 * 100vw), 30px);
  line-height: 1.5666666667;
}
@media screen and (max-width: 767px) {
  .vol12 .m-secHead_container ._ttl {
    font-size: min(calc(21 / 375 * 100vw), 21px);
    letter-spacing: -0.01em;
  }
}
.vol12 .m-secHead_container ._text {
  margin-top: 25px;
  font-size: clamp(15px , calc(17 / 1000 * 100vw), 17px);
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .vol12 .m-secHead_container ._text {
    font-size: 14px;
  }
}
.vol12 .m-secHeadNav {
  position: relative;
  z-index: 1;
}
.vol12 .m-secHeadNav_bg {
  margin-top: -5.6%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .vol12 .m-secHeadNav_bg {
    margin-top: -6.1%;
  }
}
.vol12 .m-secHeadNav_linkBox {
  display: flex;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 25%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .vol12 .m-secHeadNav_linkBox {
    flex-direction: column;
    height: 100%;
    top: 0;
  }
}
.vol12 .m-secHeadNav_linkBox > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
  height: 100%;
  color: var(--color-blueLight);
  font-size: min(calc(40 / 1280 * 100vw), 60px);
  line-height: 1.1;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 768px) and (hover: hover) {
  .vol12 .m-secHeadNav_linkBox > * {
    transition: 0.3s;
  }
  .vol12 .m-secHeadNav_linkBox > *:hover {
    background-color: var(--color-blueLight);
    color: #fff;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .vol12 .m-secHeadNav_linkBox > * {
    width: 100%;
    height: 33.3333333333%;
    font-size: min(calc(30 / 375 * 100vw), 30px);
  }
}
@media screen and (min-width: 768px) {
  .vol12 .m-secHeadNav_linkBox > *:nth-child(3) {
    transform: translateY(-0.55em);
  }
}
.vol12 .m-secHeadNav_linkBox > * .m-font-zenkaku {
  font-size: 0.75em;
}
@media screen and (max-width: 767px) {
  .vol12 .m-secHeadNav_linkBox > * .m-font-zenkaku {
    font-size: 0.7666666667em;
  }
}
.vol12 .m-contHead {
  width: 100%;
  height: min(calc(807 / 1280 * 100vw), 987px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vol12 .m-contHead {
    height: calc(403 / 375 * 100vw);
  }
}
.vol12 .m-contHead ._headBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(calc(318 / 1280 * 100vw), 390px);
}
@media screen and (max-width: 767px) {
  .vol12 .m-contHead ._headBox {
    height: calc(204 / 375 * 100vw);
    justify-content: flex-end;
    padding-bottom: calc(30 / 375 * 100vw);
    position: relative;
  }
}
.vol12 .m-contHead ._catch {
  font-size: min(calc(23 / 1280 * 100vw), 23px);
  letter-spacing: 0.025em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .vol12 .m-contHead ._catch {
    font-size: 12px;
  }
}
.vol12 .m-contHead ._ttlBox {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol12 .m-contHead ._ttlBox {
    width: 100%;
    position: static;
  }
}
.vol12 .m-contHead ._ttl {
  color: var(--color-blueLight);
  text-shadow: 0.05em 0.05em 0px #fff;
  font-size: min(calc(100 / 1280 * 100vw), 100px);
  letter-spacing: 0.025em;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .vol12 .m-contHead ._ttl {
    font-size: min(calc(50 / 375 * 100vw), 50px);
  }
}
.vol12 .m-contHead ._ttl .m-font-zenkaku {
  display: block;
  font-size: 0.6em;
}
@media screen and (max-width: 767px) {
  .vol12 .m-contHead ._ttl .m-font-zenkaku {
    font-size: 0.64em;
  }
}
.vol12 .m-contHead ._island {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(125 / 1280 * 100vw), 125px);
  height: min(calc(125 / 1280 * 100vw), 125px);
  background: url(../image/vol12/ttl_circle_bg.svg) center/contain no-repeat;
  color: #fff;
  font-size: min(calc(25 / 1280 * 100vw), 25px);
  line-height: 1;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .vol12 .m-contHead ._island {
    width: min(calc(62 / 375 * 100vw), 62px);
    height: min(calc(62 / 375 * 100vw), 62px);
    font-size: min(calc(12 / 375 * 100vw), 12px);
    top: 100%;
    left: auto;
    right: 3.2%;
  }
}
.vol12 .m-contHead ._island ._min {
  display: inline-block;
  font-size: 0.6em;
  transform: translateY(-40%);
}
@media screen and (max-width: 767px) {
  .vol12 .m-contHead ._island ._min {
    font-size: 10px;
    transform: translateY(-40%) scale(0.8);
  }
}
.vol12 .header_head {
  padding-top: min(63.046875%, 807px);
  background: url(../image/vol12/mv_wave_pc.svg) center top/min(100%, 1280px) auto repeat-x;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .vol12 .header_head {
    padding-top: min(171.4666666667%, 643px);
    background-image: url(../image/vol12/mv_wave_sp.svg);
    background-size: min(100%, 643px) auto;
  }
}
.vol12 .header_head ._logo {
  width: min(calc(184 / 1280 * 100vw), 184px);
  position: absolute;
  top: min(calc(38 / 1280 * 100vw), 38px);
  right: min(calc(44 / 1280 * 100vw), 44px);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .vol12 .header_head ._logo {
    width: min(calc(160 / 375 * 100vw), 160px);
    top: min(calc(19 / 375 * 100vw), 19px);
    right: min(calc(8 / 375 * 100vw), 8px);
  }
}
.vol12 .header_head ._mainTtl {
  width: min(calc(303 / 1280 * 100vw), 303px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .vol12 .header_head ._mainTtl {
    width: min(calc(199 / 375 * 100vw), 199px);
    transform: translate(-50%, -42%);
  }
}
.vol12 .header_head .header_slider {
  width: min(196.71875%, 2518px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .vol12 .header_head .header_slider {
    width: min(520.8119018898%, 1953.0446320869px);
  }
}
.vol12 .header_head .splide__track {
  overflow: visible;
}
.vol12 .header_head .splide__slide {
  height: 100%;
}
.vol12 .header_cont {
  padding: 60px 0 75px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol12 .header_cont {
    padding: 25px 0 30px;
  }
}
.vol12 .header_cont::before {
  content: "";
  display: block;
  width: 100%;
  height: 120%;
  background: url(../image/vol12/bg_gradation_pc.svg) center bottom/auto 100% repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.vol12 .header_cont ._map {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .vol12 .header_cont ._map {
    text-align: center;
  }
  .vol12 .header_cont ._map img {
    width: 100%;
    max-width: 480px;
  }
}
.vol12 .header_cont ._contBox {
  max-width: 886px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .vol12 .header_cont ._contBox {
    margin-top: 15px;
  }
}
.vol12 .header_cont ._ttl {
  margin-bottom: 15px;
  color: var(--color-blueLight);
  font-size: 25px;
  line-height: cal(37/25);
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .vol12 .header_cont ._ttl {
    margin-top: 10px;
    font-size: min(calc(21 / 375 * 100vw), 21px);
    line-height: cal(32/21);
  }
}
.vol12 .intro .m-headbox_ttl {
  transform: translateY(-28%);
}
@media screen and (max-width: 767px) {
  .vol12 .intro .m-headbox_ttl {
    right: auto;
    left: calc(15 / 375 * 100vw);
    transform: translateY(-56%);
  }
}
.vol12 .intro .m-headbox_text {
  margin-top: min(calc(127 / 1280 * 100vw), 127px);
}
@media screen and (min-width: 768px) {
  .vol12 .intro .m-headbox_text {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .vol12 .intro .m-headbox_text {
    margin-top: min(calc(202 / 375 * 100vw), 202px);
  }
}
@media screen and (max-width: 767px) {
  .vol12 .intro .m-headbox_textBox:nth-child(2) {
    margin-right: auto;
  }
}
.vol12 .intro_cont1 {
  display: flex;
  align-items: flex-end;
  gap: 0 min(calc(132 / 1280 * 100vw), 132px);
  margin-top: min(calc(113 / 1280 * 100vw), 113px);
}
@media screen and (max-width: 767px) {
  .vol12 .intro_cont1 {
    flex-direction: column-reverse;
    gap: calc(45 / 375 * 100vw) 0;
    margin-top: calc(53 / 375 * 100vw);
  }
}
.vol12 .intro_cont1_1 {
  width: min(calc(670 / 1280 * 100vw), 670px);
}
@media screen and (max-width: 767px) {
  .vol12 .intro_cont1_1 {
    width: calc(335 / 375 * 100vw);
    margin: 0 auto;
  }
}
.vol12 .intro_cont1_2 {
  width: min(calc(396 / 1280 * 100vw), 396px);
}
@media screen and (max-width: 767px) {
  .vol12 .intro_cont1_2 {
    width: calc(202 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
  }
}
.vol12 .nav {
  margin-top: min(calc(180 / 1280 * 100vw), 180px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vol12 .nav {
    margin-top: 85px;
  }
}
.vol12 .nav_ttl {
  color: var(--color-blueLight);
  font-size: clamp(28px , calc(35 / 1280 * 100vw), 35px);
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .vol12 .nav_ttl {
    font-size: min(calc(22 / 375 * 100vw), 22px);
    line-height: 1.2727272727;
  }
}
.vol12 .nav_list {
  display: flex;
  justify-content: center;
  gap: 0 min(calc(140 / 1280 * 100vw), 140px);
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .vol12 .nav_list {
    gap: 0 min(calc(40 / 375 * 100vw), 40px);
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .vol12 .nav_list li:nth-child(1) img {
    width: 49px;
  }
  .vol12 .nav_list li:nth-child(2) img {
    width: 48px;
  }
  .vol12 .nav_list li:nth-child(3) img {
    width: 61px;
  }
}
.vol12 .nav_list a {
  display: block;
  color: var(--color-blueLight);
}
@media (hover: hover) {
  .vol12 .nav_list a {
    transition: 0.3s;
  }
  .vol12 .nav_list a:hover {
    opacity: 0.7;
  }
}
.vol12 .nav_list ._imgBox {
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .vol12 .nav_list ._imgBox {
    height: 69px;
  }
}
.vol12 .nav_list ._ttl {
  font-size: clamp(30px , calc(37 / 1280 * 100vw), 37px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .vol12 .nav_list ._ttl {
    font-size: min(calc(18 / 375 * 100vw), 18px);
  }
}
.vol12 .clean {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .vol12 .clean {
    margin-top: 45px;
  }
}
.vol12 .clean .m-secHead ._iconBox img {
  width: min(calc(110 / 1000 * 100vw), 110px);
}
@media screen and (max-width: 767px) {
  .vol12 .clean .m-secHead ._iconBox img {
    width: 55px;
  }
}
.vol12 .clean_sec .m-headbox_img {
  width: min(89.375%, 1600px);
  margin-top: max(calc(-490 / 1280 * 100vw), -600px);
}
@media screen and (max-width: 767px) {
  .vol12 .clean_sec .m-headbox_img {
    width: calc(355 / 375 * 100vw);
    margin-top: calc(-200 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol12 .clean_sec:nth-of-type(even) .m-headbox_img {
    margin-left: auto;
  }
}
.vol12 .clean01 {
  margin-top: calc(40 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol12 .clean01 {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.vol12 .clean01 .m-headbox_img_caption {
  width: clamp(400px , calc(504 / 1280 * 100vw), 504px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol12 .clean01 .m-headbox_img_caption {
    width: calc(176 / 375 * 100vw);
  }
}
.vol12 .clean01 .m-headbox_ttl {
  transform: translateY(-27%);
}
@media screen and (max-width: 767px) {
  .vol12 .clean01 .m-headbox_ttl {
    transform: translateY(-44%);
  }
}
.vol12 .clean01 .m-headbox_text {
  margin-top: min(calc(100 / 1280 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .vol12 .clean01 .m-headbox_text {
    margin-top: min(calc(240 / 375 * 100vw), 240px);
  }
}
@media screen and (max-width: 767px) {
  .vol12 .clean01 .m-headbox_textBox:nth-child(2) {
    margin-right: auto;
  }
}
.vol12 .clean01_cont1 {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(113 / 1280 * 100vw), 113px) 0;
  margin-top: min(calc(154 / 1280 * 100vw), 154px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol12 .clean01_cont1 {
    display: block;
    margin-top: calc(60 / 375 * 100vw);
  }
}
.vol12 .clean01_cont1_read1 {
  position: absolute;
  top: 0;
  left: min(calc(438 / 1280 * 100vw), 438px);
}
@media screen and (max-width: 767px) {
  .vol12 .clean01_cont1_read1 {
    top: calc(23 / 375 * 100vw);
    left: calc(38 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol12 .clean01_cont1_box1 {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .vol12 .clean01_cont1_box1 {
    position: relative;
  }
}
.vol12 .clean01_cont1_1 {
  width: min(calc(260 / 1280 * 100vw), 260px);
  margin-left: min(calc(74 / 1280 * 100vw), 74px);
}
@media screen and (max-width: 767px) {
  .vol12 .clean01_cont1_1 {
    width: calc(120 / 375 * 100vw);
    margin-left: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.vol12 .clean01_cont1_2 {
  width: min(calc(448 / 1280 * 100vw), 448px);
  margin-left: min(calc(356 / 1280 * 100vw), 356px);
}
@media screen and (max-width: 767px) {
  .vol12 .clean01_cont1_2 {
    width: calc(182 / 375 * 100vw);
    margin-left: auto;
    margin-right: calc(20 / 375 * 100vw);
  }
}
.vol12 .clean01_cont1_3 {
  width: min(calc(396 / 1280 * 100vw), 396px);
  margin-left: min(calc(74 / 1280 * 100vw), 74px);
}
@media screen and (max-width: 767px) {
  .vol12 .clean01_cont1_3 {
    width: calc(167 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    margin-left: auto;
    margin-right: calc(20 / 375 * 100vw);
  }
}
.vol12 .clean01_cont1_4 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol12 .clean01_cont1_4 {
    width: calc(335 / 375 * 100vw);
    margin-top: calc(80 / 375 * 100vw);
    margin-right: auto;
  }
}
.vol12 .clean02 {
  margin-top: calc(90 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol12 .clean02 {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.vol12 .clean02 .m-headbox_ttl {
  transform: translateY(-26%);
}
@media screen and (max-width: 767px) {
  .vol12 .clean02 .m-headbox_ttl {
    transform: translateY(-51%);
  }
}
.vol12 .clean02 .m-headbox_text {
  margin-top: min(calc(100 / 1280 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .vol12 .clean02 .m-headbox_text {
    margin-top: min(calc(240 / 375 * 100vw), 240px);
  }
}
@media screen and (max-width: 767px) {
  .vol12 .clean02 .m-headbox_textBox:nth-child(2) {
    margin-right: auto;
  }
}
.vol12 .clean02_cont1 {
  margin-top: min(calc(165 / 1280 * 100vw), 165px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol12 .clean02_cont1 {
    display: block;
    margin-top: calc(60 / 375 * 100vw);
  }
}
.vol12 .clean02_cont1_read1 {
  position: absolute;
  top: 0;
  left: min(calc(586 / 1280 * 100vw), 586px);
}
@media screen and (max-width: 767px) {
  .vol12 .clean02_cont1_read1 {
    top: calc(266 / 375 * 100vw);
    left: calc(38 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol12 .clean02_cont1_box1 {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .vol12 .clean02_cont1_box1 {
    position: relative;
  }
}
.vol12 .clean02_cont1_1 {
  width: min(calc(477 / 1280 * 100vw), 477px);
  padding-top: min(calc(86 / 1280 * 100vw), 86px);
}
@media screen and (max-width: 767px) {
  .vol12 .clean02_cont1_1 {
    width: calc(182 / 375 * 100vw);
    padding-top: 0;
    margin-left: auto;
    margin-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol12 .clean02_cont1_1 p {
    max-width: 70.6498951782%;
    margin-left: auto;
  }
}
.vol12 .clean02_cont1_2 {
  width: min(calc(365 / 1280 * 100vw), 365px);
  position: absolute;
  top: 0;
  right: min(calc(70 / 1280 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .vol12 .clean02_cont1_2 {
    width: calc(146 / 375 * 100vw);
    top: calc(85 / 375 * 100vw);
    right: auto;
    left: 0;
  }
}
.vol12 .clean02_cont1_3 {
  width: min(calc(426 / 1280 * 100vw), 426px);
  margin-left: auto;
  margin-top: max(calc(-32 / 1280 * 100vw), -32px);
}
@media screen and (max-width: 767px) {
  .vol12 .clean02_cont1_3 {
    width: calc(167 / 375 * 100vw);
    margin-top: calc(64 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol12 .clean02_cont1_3 p {
    max-width: 67.1361502347%;
  }
}
.vol12 .clean02_cont1_4 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  margin-top: max(calc(-260 / 1280 * 100vw), -260px);
  margin-left: min(calc(67 / 1280 * 100vw), 67px);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .vol12 .clean02_cont1_4 {
    width: calc(335 / 375 * 100vw);
    margin: calc(56 / 375 * 100vw) auto 0;
  }
}
@media screen and (min-width: 768px) {
  .vol12 .clean02_cont1_4 p {
    text-align: right;
  }
}
.vol12 .clean03 {
  margin-top: calc(190 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol12 .clean03 {
    margin-top: calc(44 / 375 * 100vw);
  }
}
.vol12 .clean03 .m-headbox_ttl {
  transform: translateY(-37%);
}
@media screen and (max-width: 767px) {
  .vol12 .clean03 .m-headbox_ttl {
    transform: translateY(-46%);
  }
}
.vol12 .clean03 .m-headbox_text {
  margin-top: min(calc(100 / 1280 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .vol12 .clean03 .m-headbox_text {
    width: 90%;
    margin-top: min(calc(240 / 375 * 100vw), 240px);
  }
}
@media screen and (max-width: 767px) {
  .vol12 .clean03 .m-headbox_textBox:nth-child(2) {
    margin-right: auto;
  }
}
.vol12 .clean03_cont1 {
  display: flex;
  margin-top: min(calc(70 / 1280 * 100vw), 70px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol12 .clean03_cont1 {
    display: block;
    margin-top: calc(64 / 375 * 100vw);
  }
}
.vol12 .clean03_cont1_read1 {
  order: 3;
  padding-top: min(calc(100 / 1280 * 100vw), 100px);
  margin-left: min(calc(80 / 1280 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .vol12 .clean03_cont1_read1 {
    padding-top: 0;
    margin-left: 0;
    position: absolute;
    top: calc(14 / 375 * 100vw);
    left: calc(198 / 375 * 100vw);
  }
}
.vol12 .clean03_cont1_1 {
  width: min(calc(260 / 1280 * 100vw), 260px);
  margin-left: min(calc(136 / 1280 * 100vw), 136px);
  margin-right: min(calc(66 / 1280 * 100vw), 66px);
}
@media screen and (max-width: 767px) {
  .vol12 .clean03_cont1_1 {
    width: calc(137 / 375 * 100vw);
    margin-left: 0;
    margin-right: 0;
    margin-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol12 .clean03_cont1_1 p {
    padding-left: calc(20 / 375 * 100vw);
  }
}
.vol12 .clean03_cont1_2 {
  width: min(calc(448 / 1280 * 100vw), 448px);
  padding-top: min(calc(100 / 1280 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .vol12 .clean03_cont1_2 {
    width: calc(355 / 375 * 100vw);
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 0 calc(10 / 375 * 100vw);
    margin: calc(15 / 375 * 100vw) auto 0;
    padding-top: 0;
  }
  .vol12 .clean03_cont1_2 img {
    width: calc(182 / 375 * 100vw);
  }
  .vol12 .clean03_cont1_2 p {
    flex: 1;
  }
}
.vol12 .clean03_topics {
  margin-top: 120px;
  max-width: 1004px;
  padding: min(calc(45 / 1280 * 100vw), 45px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol12 .clean03_topics {
    margin-top: 110px;
    margin-bottom: 60px;
    padding: min(calc(25 / 375 * 100vw), 25px);
  }
}
.vol12 .clean03_topics::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid var(--color-blueLight);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.vol12 .clean03_topics ._ttl {
  color: var(--color-blueLight);
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.025em;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 12%);
}
@media screen and (max-width: 767px) {
  .vol12 .clean03_topics ._ttl {
    font-size: 40px;
  }
}
.vol12 .clean03_topics ._container {
  display: flex;
  align-items: flex-start;
  gap: 0 min(calc(35 / 1280 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .vol12 .clean03_topics ._container {
    display: block;
  }
}
.vol12 .clean03_topics ._imgbox {
  width: 34.7921225383%;
}
@media screen and (max-width: 767px) {
  .vol12 .clean03_topics ._imgbox {
    width: 100%;
  }
}
.vol12 .clean03_topics ._imgbox img {
  width: 100%;
}
.vol12 .clean03_topics ._contBox {
  flex: 1;
}
.vol12 .clean03_topics ._read {
  color: var(--color-blueLight);
  font-size: clamp(19px , calc(30 / 1280 * 100vw), 30px);
  line-height: 1.4333333333;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .vol12 .clean03_topics ._read {
    margin-top: 15px;
    font-size: min(calc(19 / 375 * 100vw), 19px);
    letter-spacing: 0em;
  }
}
.vol12 .clean03_topics ._text {
  margin-top: 10px;
  letter-spacing: 0.04em;
  font-size: clamp(15px , calc(17 / 1280 * 100vw), 17px);
}
.vol12 .clean03_topics ._dec1,
.vol12 .clean03_topics ._dec2 {
  width: calc(9.7609561753% + 3px);
  height: calc(100% + 6px);
  border-top: 9px solid var(--color-blueLight);
  border-bottom: 9px solid var(--color-blueLight);
  position: absolute;
  top: -3px;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol12 .clean03_topics ._dec1,
  .vol12 .clean03_topics ._dec2 {
    width: 74px;
    height: calc(100% + 4px);
    border-width: 7px;
    top: -2px;
  }
}
.vol12 .clean03_topics ._dec1::before,
.vol12 .clean03_topics ._dec2::before {
  content: "";
  display: block;
  width: 9px;
  background: #fff;
  height: 33.3333333333%;
  position: absolute;
  top: 33.3333333333%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol12 .clean03_topics ._dec1::before,
  .vol12 .clean03_topics ._dec2::before {
    height: calc(100% - 148px);
    top: 74px;
  }
}
.vol12 .clean03_topics ._dec1 {
  border-left: 9px solid var(--color-blueLight);
  left: -3px;
}
@media screen and (max-width: 767px) {
  .vol12 .clean03_topics ._dec1 {
    border-width: 7px;
    left: -2px;
  }
}
.vol12 .clean03_topics ._dec1::before {
  left: -9px;
}
.vol12 .clean03_topics ._dec2 {
  border-right: 9px solid var(--color-blueLight);
  right: -3px;
}
@media screen and (max-width: 767px) {
  .vol12 .clean03_topics ._dec2 {
    border-width: 7px;
    right: -2px;
  }
}
.vol12 .clean03_topics ._dec2::before {
  right: -9px;
}
.vol12 .clean03_topics ._caption {
  font-size: clamp(13px , calc(15 / 1280 * 100vw), 15px);
  letter-spacing: 0.025em;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol12 .clean03_topics ._caption {
    font-size: 12px;
    right: auto;
    left: 0;
  }
}
.vol12 .recycle {
  margin-top: 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .vol12 .recycle {
    margin-top: 45px;
  }
}
.vol12 .recycle .m-secHead ._iconBox img {
  width: min(calc(109 / 1000 * 100vw), 109px);
}
@media screen and (max-width: 767px) {
  .vol12 .recycle .m-secHead ._iconBox img {
    width: 55px;
  }
}
.vol12 .recycle_sec {
  position: relative;
  z-index: 1;
}
.vol12 .recycle_headbox_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.vol12 .recycle_headbox_img img {
  width: 100%;
}
.vol12 .recycle_headbox_price {
  font-size: clamp(12px , calc(15 / 1280 * 100vw), 15px);
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .vol12 .recycle_headbox_price {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .vol12 .recycle .m-headbox {
    margin-top: max(calc(-470 / 1280 * 100vw), -470px);
  }
}
@media screen and (min-width: 768px) {
  .vol12 .recycle .m-contHead ._headBox {
    height: min(calc(330 / 1280 * 100vw), 330px);
  }
}
.vol12 .recycle .m-headbox_ttl {
  position: static;
  transform: none;
}
@media screen and (min-width: 768px) {
  .vol12 .recycle .m-headbox_ttl {
    writing-mode: horizontal-tb;
    text-align: left;
    text-shadow: none;
    font-size: min(calc(47 / 1280 * 100vw), 47px);
    line-height: 1.49;
  }
}
@media screen and (max-width: 767px) {
  .vol12 .recycle .m-headbox_ttl {
    margin-left: auto;
    margin-right: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol12 .recycle .m-headbox_contBox {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .vol12 .recycle .m-headbox_text {
    display: flex;
    gap: 0 54px;
    height: auto;
    margin-top: min(calc(120 / 1280 * 100vw), 120px);
  }
}
@media screen and (max-width: 767px) {
  .vol12 .recycle .m-headbox_text {
    width: 100%;
    align-items: flex-end;
    margin-top: max(calc(-198 / 375 * 100vw), -198px);
  }
}
@media screen and (min-width: 768px) {
  .vol12 .recycle .m-headbox_textBox {
    display: block;
    height: 324px;
  }
}
@media screen and (min-width: 768px) {
  .vol12 .recycle .m-contHead {
    max-height: 807px;
  }
}
.vol12 .recycle .m-btn-color {
  border-color: #00979c;
  background-color: #00979c;
}
.vol12 .recycle .m-btn-boder {
  border-color: #00979c;
  color: #00979c;
}
.vol12 .recycle01 {
  margin-top: calc(40 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol12 .recycle01 {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.vol12 .recycle01 .m-contHead ._island {
  font-size: min(calc(22 / 1280 * 100vw), 22px);
  letter-spacing: -0.02em;
}
.vol12 .recycle01 .recycle_headbox_img {
  width: min(calc(800 / 1280 * 100vw), 800px);
  top: min(calc(372 / 1280 * 100vw), 372px);
  right: max((100vw - 1280px) / 2, 0px);
  transform: translateX(18%);
}
@media screen and (max-width: 767px) {
  .vol12 .recycle01 .recycle_headbox_img {
    width: calc(340 / 375 * 100vw);
    top: calc(200 / 375 * 100vw);
    right: 0;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .vol12 .recycle01 .m-headbox {
    margin-top: calc(298 / 375 * 100vw);
  }
}
.vol12 .recycle01_cont1 {
  margin-top: min(calc(110 / 1280 * 100vw), 110px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol12 .recycle01_cont1 {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.vol12 .recycle01_cont1_1 {
  width: min(calc(287 / 1280 * 100vw), 287px);
  margin-left: min(calc(745 / 1280 * 100vw), 745px);
  padding-top: min(calc(35 / 1280 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .vol12 .recycle01_cont1_1 {
    width: calc(167 / 375 * 100vw);
    margin-left: auto;
    margin-right: calc(20 / 375 * 100vw);
  }
}
.vol12 .recycle01_cont1_2 {
  width: min(calc(389 / 1280 * 100vw), 389px);
  margin-top: min(calc(52 / 1280 * 100vw), 52px);
  margin-left: min(calc(795 / 1280 * 100vw), 795px);
}
@media screen and (max-width: 767px) {
  .vol12 .recycle01_cont1_2 {
    width: calc(214 / 375 * 100vw);
    margin-top: calc(44 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
  }
}
.vol12 .recycle01_cont1_3 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .vol12 .recycle01_cont1_3 {
    width: calc(355 / 375 * 100vw);
    margin: calc(52 / 375 * 100vw) auto 0;
    position: static;
  }
}
@media screen and (min-width: 768px) {
  .vol12 .recycle01_cont1_3 p {
    max-width: 65.0746268657%;
    margin-left: auto;
  }
}
.vol12 .recycle02 {
  margin-top: calc(140 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol12 .recycle02 {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.vol12 .recycle02 .recycle_headbox_img {
  width: min(calc(660 / 1280 * 100vw), 660px);
  top: min(calc(90 / 1280 * 100vw), 90px);
  right: max((100vw - 1280px) / 2, 0px);
}
@media screen and (max-width: 767px) {
  .vol12 .recycle02 .recycle_headbox_img {
    width: calc(320 / 375 * 100vw);
    top: calc(62 / 375 * 100vw);
    right: 0;
  }
}
.vol12 .recycle02 .recycle_headbox_price {
  padding-top: 10px;
  padding-left: min(calc(50 / 1280 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .vol12 .recycle02 .recycle_headbox_price {
    padding-left: 0;
    transform: translateX(-5%);
  }
}
@media screen and (max-width: 767px) {
  .vol12 .recycle02 .m-headbox {
    margin-top: calc(400 / 375 * 100vw);
  }
}
.vol12 .recycle02 .m-headbox_text {
  text-align: left;
}
.vol12 .recycle02_cont1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0 min(calc(107 / 1280 * 100vw), 107px);
  margin-top: min(calc(120 / 1280 * 100vw), 120px);
}
@media screen and (max-width: 767px) {
  .vol12 .recycle02_cont1 {
    display: block;
    margin-top: calc(70 / 375 * 100vw);
  }
}
.vol12 .recycle02_cont1_1 {
  width: min(calc(426 / 1280 * 100vw), 426px);
}
@media screen and (max-width: 767px) {
  .vol12 .recycle02_cont1_1 {
    width: calc(215 / 375 * 100vw);
    margin-left: auto;
    margin-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol12 .recycle02_cont1_1 p {
    max-width: 66.9014084507%;
  }
}
.vol12 .recycle02_cont1_2 {
  width: min(calc(670 / 1280 * 100vw), 670px);
}
@media screen and (max-width: 767px) {
  .vol12 .recycle02_cont1_2 {
    width: calc(355 / 375 * 100vw);
    margin: calc(30 / 375 * 100vw) auto 0;
  }
}
@media screen and (min-width: 768px) {
  .vol12 .recycle02_cont1_2 p {
    text-align: right;
  }
}
.vol12 .recycle03 {
  margin-top: calc(200 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol12 .recycle03 {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.vol12 .recycle03 .recycle_headbox_img {
  width: min(calc(600 / 1280 * 100vw), 600px);
  top: min(calc(580 / 1280 * 100vw), 580px);
  right: max((100vw - 1280px) / 2, 6.25vw);
}
@media screen and (max-width: 767px) {
  .vol12 .recycle03 .recycle_headbox_img {
    width: calc(310 / 375 * 100vw);
    top: calc(268 / 375 * 100vw);
    right: calc(32 / 375 * 100vw);
  }
}
.vol12 .recycle03 .recycle_headbox_price {
  margin-top: max(calc(-20 / 1280 * 100vw), -20px);
  padding-left: min(calc(80 / 1280 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .vol12 .recycle03 .recycle_headbox_price {
    margin-top: max(calc(-15 / 375 * 100vw), -15px);
    padding-left: min(calc(45 / 375 * 100vw), 45px);
  }
}
@media screen and (max-width: 767px) {
  .vol12 .recycle03 .m-headbox {
    margin-top: calc(380 / 375 * 100vw);
  }
}
.vol12 .recycle03 .m-headbox_text {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .vol12 .recycle03 .m-headbox_textBox {
    height: 226px;
  }
}
.vol12 .recycle03_cont1 {
  display: flex;
  margin-top: min(calc(120 / 1280 * 100vw), 120px);
}
@media screen and (max-width: 767px) {
  .vol12 .recycle03_cont1 {
    display: block;
    margin-top: calc(60 / 375 * 100vw);
  }
}
.vol12 .recycle03_cont1_1 {
  width: min(calc(426 / 1280 * 100vw), 426px);
  margin-left: min(calc(68 / 1280 * 100vw), 68px);
}
@media screen and (max-width: 767px) {
  .vol12 .recycle03_cont1_1 {
    width: calc(214 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
  }
}
.vol12 .recycle03_cont1_2 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  padding-top: min(calc(56 / 1280 * 100vw), 56px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol12 .recycle03_cont1_2 {
    width: calc(355 / 375 * 100vw);
    margin: calc(25 / 375 * 100vw) auto 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .vol12 .recycle03_cont1_2 p {
    text-align: right;
  }
}
.vol12 .buoy {
  max-width: 1280px;
  margin: 140px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .vol12 .buoy {
    margin-top: 70px;
  }
}
.vol12 .buoy_inner {
  max-width: 1000px;
  padding: min(calc(85 / 1280 * 100vw), 85px) min(calc(85 / 1280 * 100vw), 85px) min(calc(60 / 1280 * 100vw), 60px);
  background: url(../image/vol12/buoy_bg.svg) center/auto 100% repeat-x;
}
@media screen and (max-width: 767px) {
  .vol12 .buoy_inner {
    padding: min(calc(35 / 375 * 100vw), 35px) min(calc(20 / 375 * 100vw), 20px) min(calc(30 / 375 * 100vw), 30px);
  }
}
.vol12 .buoy_mainTtl {
  font-size: min(calc(23 / 1280 * 100vw), 23px);
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vol12 .buoy_mainTtl {
    font-size: 12px;
  }
}
.vol12 .buoy_mainTtl ._en {
  color: #fff;
  font-size: min(calc(100 / 1280 * 100vw), 100px);
  letter-spacing: 0.025em;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .vol12 .buoy_mainTtl ._en {
    font-size: calc(50 / 375 * 100vw);
  }
}
.vol12 .buoy_mainTtl ._largeText {
  display: inline-block;
  margin-left: 0.2em;
  font-size: min(calc(47 / 1280 * 100vw), 47px);
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .vol12 .buoy_mainTtl ._largeText {
    font-size: calc(22 / 375 * 100vw);
  }
}
.vol12 .buoy_mv {
  margin-top: 40px;
  margin-left: max(50% - 50vw, -225px);
}
@media screen and (max-width: 767px) {
  .vol12 .buoy_mv {
    margin-top: 10px;
    margin-left: calc(-40 / 375 * 100vw);
  }
}
.vol12 .buoy_mv img {
  width: 100%;
}
.vol12 .buoy_secTtl {
  margin-top: 80px;
  font-size: min(calc(37 / 1280 * 100vw), 37px);
  line-height: 1.6216216216;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .vol12 .buoy_secTtl {
    margin-top: 20px;
    font-size: min(calc(21 / 375 * 100vw), 21px);
    line-height: 1.5238095238;
    letter-spacing: 0.05em;
  }
}
.vol12 .buoy_desc {
  margin-top: 15px;
  letter-spacing: 0.025em;
}
.vol12 .buoy_cont01 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .vol12 .buoy_cont01 {
    margin-top: 25px;
  }
}
.vol12 .buoy_cont01_1 {
  width: 35.0602409639%;
}
@media screen and (max-width: 767px) {
  .vol12 .buoy_cont01_1 {
    width: 36.2711864407%;
    padding-top: calc(62 / 375 * 100vw);
  }
}
.vol12 .buoy_cont01_2 {
  width: 53.9759036145%;
  padding-top: min(calc(44 / 1280 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .vol12 .buoy_cont01_2 {
    width: 56.6101694915%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .vol12 .buoy .m-posBox_linkBox {
    width: 100%;
  }
}
.vol12 .buoy .m-btn-color {
  border-color: #ec6d81;
  background-color: #ec6d81;
}
.vol12 .buoy .m-btn-boder {
  border-color: #ec6d81;
  color: #ec6d81;
}
.vol12 .energy {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .vol12 .energy {
    margin-top: 45px;
  }
}
.vol12 .energy .m-secHead ._iconBox img {
  width: min(calc(110 / 1000 * 100vw), 110px);
}
@media screen and (max-width: 767px) {
  .vol12 .energy .m-secHead ._iconBox img {
    width: 69px;
  }
}
.vol12 .energy_sec .m-headbox_img {
  width: min(89.375%, 1600px);
  margin-top: max(calc(-490 / 1280 * 100vw), -600px);
}
@media screen and (max-width: 767px) {
  .vol12 .energy_sec .m-headbox_img {
    width: calc(355 / 375 * 100vw);
    margin-top: calc(-155 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol12 .energy_sec:nth-of-type(even) .m-headbox_img {
    margin-left: auto;
  }
}
.vol12 .energy .m-btn-color {
  border-color: #4653a2;
  background-color: #4653a2;
}
.vol12 .energy .m-btn-boder {
  border-color: #4653a2;
  color: #4653a2;
}
.vol12 .energy01 {
  margin-top: calc(40 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol12 .energy01 {
    margin-top: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol12 .energy01 .m-headbox_ttl {
    transform: translateY(-6%);
  }
}
@media screen and (max-width: 767px) {
  .vol12 .energy01 .m-headbox_ttl {
    transform: translateY(-4%);
  }
}
@media screen and (min-width: 768px) {
  .vol12 .energy01 .m-headbox_text {
    display: flex;
    gap: 0 54px;
    height: auto;
    margin-top: min(calc(98 / 1280 * 100vw), 98px);
  }
}
@media screen and (max-width: 767px) {
  .vol12 .energy01 .m-headbox_text {
    width: 100%;
    margin-top: min(calc(200 / 375 * 100vw), 200px);
  }
}
@media screen and (min-width: 768px) {
  .vol12 .energy01 .m-headbox_textBox {
    display: block;
    height: 324px;
  }
}
@media screen and (max-width: 767px) {
  .vol12 .energy01 .m-headbox_textBox {
    height: 228px;
  }
}
.vol12 .energy01_cont1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: max(calc(-54 / 1280 * 100vw), -54px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol12 .energy01_cont1 {
    display: block;
    margin-top: calc(56 / 375 * 100vw);
  }
}
.vol12 .energy01_cont1_read1 {
  position: absolute;
  top: min(calc(170 / 1280 * 100vw), 170px);
  left: min(calc(435 / 1280 * 100vw), 435px);
}
@media screen and (max-width: 767px) {
  .vol12 .energy01_cont1_read1 {
    top: 0;
    left: calc(34 / 375 * 100vw);
  }
}
.vol12 .energy01_cont1_1 {
  width: min(calc(448 / 1280 * 100vw), 448px);
  padding-top: min(calc(242 / 1280 * 100vw), 242px);
  margin-right: min(calc(136 / 1280 * 100vw), 136px);
}
@media screen and (max-width: 767px) {
  .vol12 .energy01_cont1_1 {
    width: calc(203 / 375 * 100vw);
    margin-right: 0;
    margin-left: auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .vol12 .energy01_cont1_1 p {
    padding-right: calc(20 / 375 * 100vw);
  }
}
.vol12 .energy01_cont1_box1 {
  width: min(calc(260 / 1280 * 100vw), 260px);
  margin-left: min(calc(74 / 1280 * 100vw), 74px);
}
@media screen and (max-width: 767px) {
  .vol12 .energy01_cont1_box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    width: calc(335 / 375 * 100vw);
    margin: calc(34 / 375 * 100vw) auto 0;
  }
}
.vol12 .energy01_cont1_2_1 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .vol12 .energy01_cont1_2_1 {
    width: calc(161 / 375 * 100vw);
  }
}
.vol12 .energy01_cont1_2_2 {
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .vol12 .energy01_cont1_2_2 {
    order: -1;
    margin-top: 0;
    width: calc(159 / 375 * 100vw);
  }
}
.vol12 .energy01_cont1_box2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: min(calc(62 / 1280 * 100vw), 62px);
}
@media screen and (max-width: 767px) {
  .vol12 .energy01_cont1_box2 {
    display: block;
    width: calc(335 / 375 * 100vw);
    margin: calc(38 / 375 * 100vw) auto 0;
  }
}
.vol12 .energy01_cont1_3 {
  width: min(calc(504 / 1280 * 100vw), 504px);
  margin-top: min(calc(90 / 1280 * 100vw), 90px);
  margin-left: min(calc(74 / 1280 * 100vw), 74px);
}
@media screen and (max-width: 767px) {
  .vol12 .energy01_cont1_3 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.vol12 .energy01_cont1_4 {
  width: min(calc(634 / 1280 * 100vw), 634px);
}
@media screen and (max-width: 767px) {
  .vol12 .energy01_cont1_4 {
    width: 100%;
    margin-top: calc(28 / 375 * 100vw);
  }
}
.vol12 .energy01_cont1_4 p {
  width: 77.9179810726%;
}
@media screen and (max-width: 767px) {
  .vol12 .energy01_cont1_4 p {
    width: 100%;
  }
}
.vol12 .after {
  margin-top: min(calc(164 / 1280 * 100vw), 164px);
}
@media screen and (max-width: 767px) {
  .vol12 .after {
    margin-top: calc(80 / 375 * 100vw);
  }
}/*# sourceMappingURL=vol12.css.map */