@charset "UTF-8";
*,
*::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 {
  -webkit-backface-visibility: hidden;
  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 {
  -webkit-backface-visibility: hidden;
  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 {
  -webkit-animation: splide-loading 1s linear infinite;
          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;
}

@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}

@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;
  -ms-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);
  -ms-writing-mode: tb-rl;
      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;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    position: absolute;
    top: 46vw;
    left: 5.3%;
    transform: translateY(0);
  }
}
.mv_read ._num {
  display: inline-block;
  -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
.mv_read ._en {
  display: inline-block;
  -ms-writing-mode: lr-tb;
      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 {
  -ms-writing-mode: tb-rl;
      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: 8vw;
    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;
  -ms-writing-mode: lr-tb;
      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;
  -ms-writing-mode: lr-tb;
      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;
    margin-top: 65.86vw;
  }
}
.day_readBox p,
.report_readBox p,
.recommendedBEER_readBox p {
  height: 330px;
  -ms-writing-mode: tb-rl;
      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;
  -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
.day_readBox ._en,
.report_readBox ._en,
.recommendedBEER_readBox ._en {
  display: inline-block;
  -ms-writing-mode: lr-tb;
      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 {
  -ms-writing-mode: tb-rl;
      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;
  -ms-writing-mode: lr-tb;
      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;
  -ms-writing-mode: lr-tb;
      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;
  -ms-writing-mode: tb-rl;
      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;
    -ms-writing-mode: lr-tb;
        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_ttl {
  border-right: 1px solid #231815;
  font-size: 50px;
  -ms-writing-mode: tb-rl;
      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;
    -ms-writing-mode: lr-tb;
        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: 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%;
}

.vol1 .mv {
  background-image: url(../image/vol1/mv_pc.jpg);
}
@media screen and (max-width: 767px) {
  .vol1 .mv {
    background-image: url(../image/vol1/mv_sp.jpg);
  }
}
.vol1 .day1 .day_readBox {
  margin-top: 40.23vw;
}
@media screen and (max-width: 767px) {
  .vol1 .day1 .day_readBox {
    margin-top: 81.06vw;
  }
}
.vol1 .day1_cont1 {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont1 {
    margin-top: 80px;
  }
}
.vol1 .day1_cont1_1 {
  width: calc((670 / 1280) * 100%);
  margin-left: auto;
  margin-right: 10.9375%;
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont1_1 {
    width: calc((240 / 375) * 100%);
    width: 89.4%;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont1_box1 {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
}
.vol1 .day1_cont1_2 {
  width: calc((322 / 1280) * 100%);
  position: absolute;
  left: 6%;
  bottom: 190px;
}
@media screen and (max-width: 1279px) {
  .vol1 .day1_cont1_2 {
    bottom: 14.84375vw;
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont1_2 {
    width: calc((161 / 375) * 100%);
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont1_box2 {
    flex: 1;
    display: flex;
    justify-content: center;
  }
}
.vol1 .day1_cont1_read {
  position: absolute;
  top: 250px;
  right: 71.25%;
}
@media screen and (max-width: 1279px) {
  .vol1 .day1_cont1_read {
    top: calc((250 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont1_read {
    position: static;
  }
}
.vol1 .day1_cont1_3 {
  width: calc((335 / 1280) * 100%);
  margin: 100px 28.125% 0 auto;
}
@media screen and (max-width: 1279px) {
  .vol1 .day1_cont1_3 {
    margin-top: calc((100 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont1_3 {
    width: calc((167 / 375) * 100%);
    margin-top: 35px;
    margin-right: 5.3%;
  }
}
.vol1 .day1_cont1_4 {
  width: calc((490 / 1280) * 100%);
  margin: 183px 10.9375% 0 auto;
}
@media screen and (max-width: 1279px) {
  .vol1 .day1_cont1_4 {
    margin-top: calc((183 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont1_4 {
    width: calc((245 / 375) * 100%);
    margin: 58px auto 0 5.3%;
  }
}
.vol1 .day1_cont1_text1 {
  width: 40%;
  max-width: 260px;
  position: absolute;
  right: 52%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont1_text1 {
    width: 100%;
    max-width: 202px;
    margin-top: 10px;
    margin-left: 5.3%;
    position: static;
  }
}
.vol1 .day1_cont2 {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont2 {
    margin-top: 90px;
  }
}
.vol1 .day1_cont2_box1 {
  display: flex;
  margin-top: 55px;
}
.vol1 .day1_cont2_box2 {
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .vol1 .day1_cont2_box2 {
    margin-top: calc((120 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont2_box2 {
    margin-top: 27px;
  }
}
.vol1 .day1_cont2_1 {
  width: calc((1000 / 1280) * 100%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont2_1 {
    width: 100%;
  }
}
.vol1 .day1_cont2_2 {
  width: calc((322 / 1280) * 100%);
  position: absolute;
  top: 674px;
  right: 0;
}
@media screen and (max-width: 1279px) {
  .vol1 .day1_cont2_2 {
    top: calc((674 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont2_2 {
    width: calc((161 / 375) * 100%);
    position: static;
  }
}
.vol1 .day1_cont2_3 {
  width: calc((365 / 1280) * 100%);
  margin-top: 120px;
  margin-left: 30.635%;
}
@media screen and (max-width: 1279px) {
  .vol1 .day1_cont2_3 {
    margin-top: calc((120 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont2_3 {
    width: calc((182 / 375) * 100%);
    margin-top: 43px;
    margin-left: 19.4666666667%;
  }
}
.vol1 .day1_cont2_4 {
  width: calc((335 / 1280) * 100%);
  position: absolute;
  top: 405px;
  left: 10.9375%;
}
@media screen and (max-width: 1279px) {
  .vol1 .day1_cont2_4 {
    top: calc((405 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont2_4 {
    width: calc((167 / 375) * 100%);
    position: static;
    margin-left: 40%;
  }
}
.vol1 .day1_cont2_5 {
  width: calc((670 / 1280) * 100%);
  margin-left: 41.25%;
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont2_5 {
    width: 89.4%;
    margin: 42px auto 0;
  }
}
.vol1 .day1_cont2_read1 {
  margin-top: 42px;
  margin-left: 10.9375%;
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont2_read1 {
    width: 89.4%;
    margin: 20px auto 0;
  }
}
.vol1 .day1_cont2_read2 {
  position: absolute;
  top: 0;
  right: 71.5625%;
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont2_read2 {
    flex: 1;
    display: flex;
    align-items: center;
    padding-top: 15px;
    position: static;
  }
  .vol1 .day1_cont2_read2.pc {
    display: none;
  }
}
.vol1 .day1_cont2_text1 {
  width: calc((614 / 1280) * 100%);
  margin-top: 10px;
  margin-left: 10.9375%;
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont2_text1 {
    width: 89.4%;
    margin-left: auto;
    margin-right: auto;
  }
}
.vol1 .day1_cont2_text2 {
  width: calc((388 / 1280) * 100%);
  margin-top: 20px;
  margin-left: 41.25%;
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont2_text2 {
    width: calc((202 / 375) * 100%);
    margin-top: 10px;
    margin-left: auto;
    margin-right: 5.3%;
  }
}
.vol1 .day1_cont3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 267px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .vol1 .day1_cont3 {
    margin-top: calc((267 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont3 {
    display: block;
    margin-top: 94px;
  }
}
.vol1 .day1_cont3_1 {
  width: calc((583 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont3_1 {
    width: calc((291 / 375) * 100%);
  }
}
.vol1 .day1_cont3_2 {
  width: calc((311 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont3_2 {
    width: calc((155 / 375) * 100%);
    margin-top: 59px;
    margin-left: auto;
  }
}
.vol1 .day1_cont3_3 {
  width: calc((311 / 1280) * 100%);
  margin-top: 76px;
  margin-left: calc((488 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol1 .day1_cont3_3 {
    margin-top: calc((76 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont3_3 {
    width: calc((155 / 375) * 100%);
    margin-top: 27px;
    margin-left: calc((169 / 375) * 100%);
  }
}
.vol1 .day1_cont3_read1 {
  width: calc((300 / 1280) * 100%);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont3_read1 {
    display: block;
    position: absolute;
    top: 71.2vw;
    left: 10.9333333333%;
  }
}
.vol1 .day1_cont3_text1 {
  width: calc((256 / 1280) * 100%);
  position: absolute;
  top: 310px;
  right: 10.9375%;
}
@media screen and (max-width: 1279px) {
  .vol1 .day1_cont3_text1 {
    top: calc((310 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont3_text1 {
    width: 89.4%;
    margin: 23px auto 0;
    position: static;
  }
}
.vol1 .day1_cont4 {
  margin-top: 226px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont4 {
    margin-top: 96px;
  }
}
.vol1 .day1_cont4_1 {
  width: calc((1000 / 1280) * 100%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont4_1 {
    width: 100%;
  }
}
.vol1 .day1_cont4_2 {
  width: calc((466 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont4_2 {
    width: calc((233 / 375) * 100%);
    margin-top: 60px;
    margin-left: auto;
  }
}
.vol1 .day1_cont4_3 {
  width: calc((583 / 1280) * 100%);
  margin-left: calc((85 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont4_3 {
    width: calc((291 / 375) * 100%);
    margin-top: 40px;
    margin-left: calc((34 / 375) * 100%);
  }
}
.vol1 .day1_cont4_4 {
  width: calc((311 / 1280) * 100%);
  margin-left: calc((765 / 1280) * 100%);
  margin-top: -74px;
}
@media screen and (max-width: 1279px) {
  .vol1 .day1_cont4_4 {
    margin-top: 5.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont4_4 {
    width: calc((155 / 375) * 100%);
    margin-top: 44px;
    margin-left: 0;
  }
}
.vol1 .day1_cont4_5 {
  width: calc((311 / 1280) * 100%);
  position: absolute;
  left: 10.9375%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont4_5 {
    width: calc((155 / 375) * 100%);
    margin-top: 28px;
    margin-left: calc((33 / 375) * 100%);
    position: static;
  }
}
.vol1 .day1_cont4_read1 {
  position: absolute;
  top: 100%;
  left: 20.46875%;
  white-space: nowrap;
  transform: translateY(-20%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont4_read1 {
    left: 67.7333333333%;
    transform: translateY(-10%);
  }
}
.vol1 .day1_cont4_read2 {
  position: absolute;
  top: 514px;
  left: 41.015625%;
}
@media screen and (max-width: 1279px) {
  .vol1 .day1_cont4_read2 {
    top: calc((514 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont4_read2 {
    top: 78.4vw;
    left: 59.2%;
  }
}
.vol1 .day1_cont4_text1 {
  width: calc((302 / 1280) * 100%);
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont4_text1 {
    width: calc((191 / 375) * 100%);
    margin-left: 5.3%;
  }
}
.vol1 .day1_cont4_text2 {
  width: calc((374 / 1280) * 100%);
  margin-left: calc((765 / 1280) * 100%);
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont4_text2 {
    width: 89.4%;
    margin: 24px auto 0;
  }
}
.vol1 .day1_cont4_box1 {
  position: relative;
}
.vol1 .day1_cont4_box2 {
  display: flex;
  justify-content: flex-end;
  margin-top: 115px;
}
@media screen and (max-width: 1279px) {
  .vol1 .day1_cont4_box2 {
    margin-top: calc((115 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day1_cont4_box2 {
    display: block;
    margin-top: 24px;
  }
}
.vol1 .day1_cont4_box3 {
  position: relative;
  margin-top: -209px;
}
@media screen and (max-width: 1279px) {
  .vol1 .day1_cont4_box3 {
    margin-top: 16.328125vw;
  }
}
.vol1 .day2_cont1 {
  margin-top: 122px;
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont1 {
    margin-top: 60px;
  }
}
.vol1 .day2_cont1_1 {
  width: calc((477 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont1_1 {
    width: calc((238 / 375) * 100%);
  }
}
.vol1 .day2_cont1_2 {
  width: calc((365 / 1280) * 100%);
  position: absolute;
  top: 128px;
  left: 50%;
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont1_2 {
    top: calc((128 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont1_2 {
    width: calc((182 / 375) * 100%);
    margin-top: 40px;
    margin-left: 5.3%;
    position: static;
  }
}
.vol1 .day2_cont1_3 {
  width: calc((335 / 1280) * 100%);
  position: absolute;
  top: 470px;
  left: 63.28125%;
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont1_3 {
    top: calc((470 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont1_3 {
    width: calc((167 / 375) * 100%);
    margin-top: 25px;
    margin-left: calc((181 / 375) * 100%);
    position: static;
  }
}
.vol1 .day2_cont1_4 {
  width: calc((670 / 1280) * 100%);
  margin-top: 243px;
  margin-left: calc((56 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont1_4 {
    margin-top: calc((243 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont1_4 {
    width: 89.4%;
    margin-top: 28px;
  }
}
.vol1 .day2_cont1_read1 {
  position: absolute;
  top: 863px;
  left: 66.25%;
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont1_read1 {
    top: calc((863 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont1_read1 {
    top: 37px;
    left: 70.6666666667%;
  }
}
.vol1 .day2_cont1_text1 {
  width: calc((600 / 1280) * 100%);
  margin-top: 76px;
  margin-left: 10.9375%;
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont1_text1 {
    margin-top: calc((76 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont1_text1 {
    width: 89.4%;
    margin-left: auto;
    margin-right: auto;
  }
}
.vol1 .day2_cont2 {
  margin-top: 214px;
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont2 {
    margin-top: calc((214 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont2 {
    margin-top: 90px;
  }
}
.vol1 .day2_cont2_1 {
  width: calc((583 / 1280) * 100%);
  margin-left: calc((390 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont2_1 {
    width: calc((291 / 375) * 100%);
    margin-left: 0;
  }
}
.vol1 .day2_cont2_2 {
  width: calc((423 / 1280) * 100%);
  margin-right: 10.9375%;
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont2_2 {
    width: calc((211 / 375) * 100%);
    margin-right: 0;
    margin-left: auto;
  }
}
.vol1 .day2_cont2_read1 {
  position: absolute;
  top: 230px;
  left: 9.765625%;
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont2_read1 {
    top: calc((230 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont2_read1 {
    top: 82.4vw;
    left: 8.5333333333%;
  }
}
.vol1 .day2_cont2_text1 {
  width: calc((361 / 1280) * 100%);
  margin-right: 3.4%;
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont2_text1 {
    width: calc((191 / 375) * 100%);
    margin-left: calc((163 / 375) * 100%);
    margin-top: 10px;
  }
}
.vol1 .day2_cont2_box1 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-top: 84px;
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont2_box1 {
    margin-top: calc((84 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont2_box1 {
    display: block;
    margin-top: 40px;
  }
}
.vol1 .day2_cont3 {
  margin-top: 226px;
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont3 {
    margin-top: calc((226 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont3 {
    margin-top: 100px;
  }
}
.vol1 .day2_cont3_1 {
  width: calc((1000 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont3_1 {
    width: 100%;
  }
}
.vol1 .day2_cont3_2 {
  width: calc((448 / 1280) * 100%);
  margin-top: 77px;
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont3_2 {
    margin-top: calc((77 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont3_2 {
    width: calc((224 / 375) * 100%);
    margin-top: 40px;
  }
}
.vol1 .day2_cont3_3 {
  width: calc((311 / 1280) * 100%);
  position: absolute;
  top: 856px;
  right: 10.9375%;
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont3_3 {
    top: calc((856 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont3_3 {
    width: calc((155 / 375) * 100%);
    margin-top: 53px;
    margin-left: auto;
    position: static;
  }
}
.vol1 .day2_cont3_4 {
  width: calc((311 / 1280) * 100%);
  margin-top: 106px;
  margin-left: calc((233 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont3_4 {
    margin-top: calc((106 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont3_4 {
    width: calc((155 / 375) * 100%);
    margin-top: 28px;
    margin-left: calc((168 / 375) * 100%);
  }
}
.vol1 .day2_cont3_read1 {
  position: absolute;
  top: 758px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont3_read1 {
    top: calc((758 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont3_read1 {
    top: 126.9333333333vw;
    left: 8.5333333333%;
    transform: translateX(0);
  }
}
.vol1 .day2_cont3_text1 {
  width: calc((424 / 1280) * 100%);
  position: absolute;
  right: 10.9375%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont3_text1 {
    width: 89.4%;
    margin: 20px auto 0;
    position: static;
  }
}
.vol1 .day2_cont4 {
  margin-top: 272px;
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont4 {
    margin-top: calc((272 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont4 {
    margin-top: 98px;
  }
}
.vol1 .day2_cont4_1 {
  width: calc((448 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont4_1 {
    width: calc((224 / 375) * 100%);
  }
}
.vol1 .day2_cont4_2 {
  width: calc((365 / 1280) * 100%);
  position: absolute;
  top: 116px;
  left: 64.921875%;
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont4_2 {
    top: calc((116 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont4_2 {
    width: calc((182 / 375) * 100%);
    margin-top: 94px;
    margin-left: calc((151 / 375) * 100%);
    position: static;
  }
}
.vol1 .day2_cont4_3 {
  width: calc((448 / 1280) * 100%);
  position: absolute;
  top: 435px;
  left: 64.921875%;
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont4_3 {
    top: calc((435 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont4_3 {
    width: calc((224 / 375) * 100%);
    margin-top: 28px;
    margin-left: auto;
    position: static;
  }
}
.vol1 .day2_cont4_4 {
  width: calc((322 / 1280) * 100%);
  margin-top: 219px;
  margin-left: calc((372 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont4_4 {
    margin-top: calc((219 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont4_4 {
    width: calc((161 / 375) * 100%);
    margin-top: 41px;
    margin-left: calc((72 / 375) * 100%);
  }
}
.vol1 .day2_cont4_5 {
  width: calc((670 / 1280) * 100%);
  margin-top: 109px;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .vol1 .day2_cont4_5 {
    margin-top: calc((109 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont4_5 {
    width: 89.4%;
    margin: 28px auto 0;
  }
}
.vol1 .day2_cont4_read1 {
  position: absolute;
  top: 0;
  left: 42.03125%;
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont4_read1 {
    top: 20px;
    left: 68.2666666667%;
  }
}
.vol1 .day2_cont4_read2 {
  position: absolute;
  top: 638px;
  left: 10.9375%;
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont4_read2 {
    top: 60.2666666667vw;
  }
}
.vol1 .day2_cont4_text1 {
  width: calc((313 / 1280) * 100%);
  position: absolute;
  left: 20.625%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol1 .day2_cont4_text1 {
    width: calc((202 / 375) * 100%);
    margin: 10px 5.3% 0 auto;
    position: static;
  }
}
.vol1 .gift_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 44px;
}
@media screen and (max-width: 1000px) {
  .vol1 .gift_container {
    flex-direction: column;
    margin-top: 20px;
  }
}
.vol1 .gift_cont {
  display: flex;
  justify-content: center;
}
.vol1 .gift_cont_textBox {
  max-width: 222px;
  width: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .vol1 .gift_cont_textBox {
    max-width: 100%;
  }
}
.vol1 .gift_cont_imgBox {
  flex: 1;
  position: relative;
}
.vol1 .gift_cont_imgBox img {
  position: relative;
  z-index: 2;
}
.vol1 .gift_cont_imgBox::before {
  content: "";
  display: block;
  width: 378px;
  height: 378px;
  background: url(../image/common/dot_circle.svg) center top/100% auto no-repeat;
  position: absolute;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 1279px) {
  .vol1 .gift_cont_imgBox::before {
    width: 29.53125vw;
  }
}
@media screen and (max-width: 1000px) {
  .vol1 .gift_cont_imgBox::before {
    width: 378px;
  }
}
@media screen and (max-width: 560px) {
  .vol1 .gift_cont_imgBox::before {
    width: 62.9333333333vw;
    height: 62.9333333333vw;
  }
}
.vol1 .gift_cont-01 {
  align-items: center;
  width: 44%;
  margin-top: 94px;
}
@media screen and (max-width: 1000px) {
  .vol1 .gift_cont-01 {
    flex-direction: row-reverse;
    width: 100%;
    margin-top: 35px;
  }
}
.vol1 .gift_cont-01 .gift_cont_textBox {
  padding-right: 10px;
}
@media screen and (max-width: 1000px) {
  .vol1 .gift_cont-01 .gift_cont_textBox {
    width: 52%;
    padding-right: 0;
    padding-left: 10px;
  }
}
.vol1 .gift_cont-01 .gift_cont_imgBox {
  max-width: 230px;
}
@media screen and (max-width: 1000px) {
  .vol1 .gift_cont-01 .gift_cont_imgBox {
    padding-left: 10px;
  }
}
.vol1 .gift_cont-01 .gift_cont_imgBox::before {
  top: 8%;
  transform: translateX(-52%);
}
@media screen and (max-width: 1000px) {
  .vol1 .gift_cont-01 .gift_cont_imgBox::before {
    top: -18%;
    transform: translateX(-72%);
  }
}
.vol1 .gift_cont-02 {
  flex-direction: row-reverse;
  align-items: flex-start;
  width: 52.4%;
  margin-top: 20px;
  margin-left: -5%;
}
@media screen and (max-width: 1000px) {
  .vol1 .gift_cont-02 {
    order: 2;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}
.vol1 .gift_cont-02 .gift_cont_textBox {
  padding-left: 10px;
  padding-top: 25px;
}
@media screen and (max-width: 1000px) {
  .vol1 .gift_cont-02 .gift_cont_textBox {
    width: 52%;
    padding-left: 0;
  }
}
.vol1 .gift_cont-02 .gift_cont_imgBox {
  max-width: 300px;
}
.vol1 .gift_cont-02 .gift_cont_imgBox::before {
  top: 20%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .vol1 .gift_cont-02 .gift_cont_imgBox::before {
    top: 35%;
    transform: translateX(-79%);
  }
}
.vol1 .gift_cont-03 {
  flex-direction: row-reverse;
  align-items: flex-end;
  width: 52%;
  margin-top: 140px;
}
@media screen and (max-width: 1000px) {
  .vol1 .gift_cont-03 {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 35px;
  }
}
.vol1 .gift_cont-03 .gift_cont_textBox {
  padding-left: 10px;
}
@media screen and (max-width: 1000px) {
  .vol1 .gift_cont-03 .gift_cont_textBox {
    padding-left: 0;
  }
}
.vol1 .gift_cont-03 .gift_cont_imgBox {
  max-width: 300px;
}
.vol1 .gift_cont-03 .gift_cont_imgBox::before {
  top: 20%;
  transform: translateX(-30%);
}
@media screen and (max-width: 1000px) {
  .vol1 .gift_cont-03 .gift_cont_imgBox::before {
    top: 25%;
    transform: translateX(-22%);
  }
}
.vol1 .gift_introBox {
  width: 48%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .vol1 .gift_introBox {
    width: 100%;
  }
}
.vol1 .gift_introBox_ttl {
  font-size: 34px;
  line-height: 1.4705;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .vol1 .gift_introBox_ttl {
    margin-bottom: 10px;
    color: #2ea7e0;
    font-size: 21px;
    line-height: 1.523;
  }
}

.vol2 .-rubi_katawara {
  position: relative;
}
.vol2 .-rubi_katawara::before {
  position: absolute;
  content: "かたわら";
  display: inline;
  font-size: 0.9rem;
  white-space: nowrap;
  letter-spacing: -0.05em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .vol2 .-rubi_katawara::before {
    margin-top: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  .vol2 .-rubi_katawara::before {
    margin-top: -1em;
  }
}
.vol2 .mv {
  background-image: url(../image/vol2/mv_pc.jpg);
}
@media screen and (max-width: 767px) {
  .vol2 .mv {
    background-image: url(../image/vol2/mv_sp.jpg);
  }
}
.vol2 .mv_read {
  -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
  position: absolute;
  top: 50%;
  left: 5.5%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .vol2 .mv_read {
    top: 46.4vw;
    transform: translateY(0);
  }
}
.vol2 .mv_placeBox {
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .vol2 .mv_placeBox {
    bottom: 36px;
  }
}
.vol2 .mv_place {
  color: #231815;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.vol2 .mv_place span {
  letter-spacing: 0;
}
.vol2 .mv_place span::after {
  background: #231815;
  box-shadow: 0 0 19px #fff, 0 0 19px #fff, 0 0 19px #fff;
}
.vol2 .mv_location {
  margin-top: 0.78125vw;
  color: #231815;
  font-size: 1.03125vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
@media screen and (max-width: 767px) {
  .vol2 .mv_location {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.vol2 .mv_offer {
  position: absolute;
  right: 8.3%;
  bottom: 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vol2 .mv_offer {
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
.vol2 .mv_offer a {
  display: block;
  padding: 5px 8px;
  background: #fff;
  border: 1px solid #231815;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vol2 .mv_offer a {
    padding: 6px 0;
    border: 0;
  }
}
.vol2 .map {
  background: #b963a4;
}
.vol2 .map_imgBox {
  text-align: center;
}
.vol2 .map_linkBox a {
  color: #b963a4;
  box-shadow: 3px -3px #e098c1;
}
.vol2 .day_readBox p {
  letter-spacing: 0.066em;
}
.vol2 .day1 .day_mv_ttl {
  left: 19%;
  transform: translateY(54.5%);
}
@media screen and (max-width: 767px) {
  .vol2 .day1 .day_mv_ttl {
    transform: translateY(63.5%);
  }
}
.vol2 .day1 .day_readBox {
  margin-top: 34.8vw;
}
@media screen and (max-width: 767px) {
  .vol2 .day1 .day_readBox {
    margin-top: 75vw;
  }
}
.vol2 .day2 .day_mv_ttl {
  left: 21%;
  right: auto;
  transform: translateY(56%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2 .day_mv_ttl {
    left: 11%;
    transform: translateY(67%);
  }
}
.vol2 .day2 .day_readBox {
  margin-top: 30.4vw;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .vol2 .day2 .day_readBox {
    align-items: flex-start;
    margin-top: 67vw;
  }
  .vol2 .day2 .day_readBox p:nth-child(1) {
    margin-left: auto;
    margin-right: 0;
  }
  .vol2 .day2 .day_readBox p:nth-child(2) {
    margin-left: 0;
  }
}
.vol2 .day1_cont1 {
  margin-top: 140px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day1_cont1 {
    margin-top: calc((140 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont1 {
    margin-top: 68px;
  }
}
.vol2 .day1_cont1_1 {
  width: calc((481 / 1280) * 100%);
  margin-left: auto;
  margin-right: 10.9375%;
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont1_1 {
    width: calc((240 / 375) * 100%);
    margin-right: 0;
  }
}
.vol2 .day1_cont1_read1 {
  position: absolute;
  top: 72px;
  left: calc((206 / 1280) * 100%);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  .vol2 .day1_cont1_read1 {
    top: calc((72 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont1_read1 {
    flex: 1;
    display: flex;
    align-items: center;
    padding-top: 30px;
    position: static;
  }
}
.vol2 .day1_cont1_read2 {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont1_box1 {
    display: flex;
    flex-direction: row-reverse;
  }
}
.vol2 .day1_cont1_2 {
  width: calc((490 / 1280) * 100%);
  position: absolute;
  top: 547px;
  left: 6%;
}
@media screen and (max-width: 1279px) {
  .vol2 .day1_cont1_2 {
    top: calc((547 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont1_2 {
    width: calc((245 / 375) * 100%);
    margin-top: 58px;
    margin-left: 5.3%;
    position: static;
  }
}
.vol2 .day1_cont1_box2 {
  width: calc((481 / 1280) * 100%);
  margin-top: calc((52 / 1280) * 100vw);
  margin-left: auto;
  margin-right: 10.9375%;
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont1_box2 {
    width: 89.4%;
    margin: 20px auto 0;
  }
}
.vol2 .day1_cont1_text1 {
  margin-top: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont1_text1 {
    margin-top: 10px;
  }
}
.vol2 .day1_cont2 {
  margin-top: 140px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day1_cont2 {
    margin-top: calc((140 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont2 {
    margin-top: 90px;
  }
}
.vol2 .day1_cont2_1 {
  width: calc((670 / 1280) * 100%);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont2_1 {
    width: calc((291 / 375) * 100%);
  }
}
.vol2 .day1_cont2_2 {
  width: calc((362 / 1280) * 100%);
  position: absolute;
  top: 0;
  right: calc((760 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont2_2 {
    width: calc((181 / 375) * 100%);
    margin-top: 47px;
    margin-left: calc((41 / 375) * 100%);
    position: static;
  }
}
.vol2 .day1_cont2_3 {
  width: calc((448 / 1280) * 100%);
  position: absolute;
  top: 369px;
  left: 0;
}
@media screen and (max-width: 1279px) {
  .vol2 .day1_cont2_3 {
    top: calc((369 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont2_3 {
    width: calc((224 / 375) * 100%);
    margin-top: 26px;
    position: static;
  }
}
.vol2 .day1_cont2_4 {
  width: calc((311 / 1280) * 100%);
  position: absolute;
  top: 619px;
  left: calc((609 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol2 .day1_cont2_4 {
    top: calc((619 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont2_4 {
    width: calc((155 / 375) * 100%);
    margin-top: 58px;
    margin-left: calc((149 / 375) * 100%);
    position: static;
  }
}
.vol2 .day1_cont2_read1 {
  position: absolute;
  top: 580px;
  right: calc((131 / 1280) * 100%);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  .vol2 .day1_cont2_read1 {
    top: calc((580 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont2_read1 {
    top: calc((294 / 375) * 100vw);
    right: calc((41 / 375) * 100%);
  }
}
.vol2 .day1_cont2_text1 {
  width: calc((396 / 1280) * 100%);
  margin-top: 300px;
  margin-left: calc((120 / 1280) * 100%);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1279px) {
  .vol2 .day1_cont2_text1 {
    margin-top: calc((290 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont2_text1 {
    width: 89.4%;
    margin: 25px auto 0;
  }
}
.vol2 .day1_cont3 {
  margin-top: 220px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day1_cont3 {
    margin-top: calc((220 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont3 {
    margin-top: 92px;
  }
}
.vol2 .day1_cont3_1 {
  width: calc((583 / 1280) * 100%);
  margin-left: calc((84 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont3_1 {
    width: calc((291 / 375) * 100%);
    margin-left: 0;
  }
}
.vol2 .day1_cont3_2 {
  width: calc((365 / 1280) * 100%);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont3_2 {
    width: calc((182 / 375) * 100%);
    margin-top: 58px;
    margin-left: auto;
    position: static;
  }
}
.vol2 .day1_cont3_3 {
  width: calc((335 / 1280) * 100%);
  margin-right: 10.9375%;
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont3_3 {
    width: calc((167 / 375) * 100%);
    margin-right: 0;
    margin-left: calc((150 / 375) * 100%);
    position: static;
  }
}
.vol2 .day1_cont3_read1 {
  position: absolute;
  top: 0;
  left: calc((740 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont3_read1 {
    top: calc((314 / 375) * 100vw);
    left: calc((45 / 375) * 100%);
  }
}
.vol2 .day1_cont3_text1 {
  width: calc((256 / 1280) * 100%);
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont3_text1 {
    width: calc((167 / 375) * 100%);
    margin-top: 15px;
    margin-left: calc((150 / 375) * 100%);
    margin-right: 0;
  }
}
.vol2 .day1_cont3_box1 {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 58px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day1_cont3_box1 {
    margin-top: calc((58 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont3_box1 {
    display: block;
    margin-top: 30px;
  }
}
.vol2 .day1_cont4 {
  margin-top: 225px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day1_cont4 {
    margin-top: calc((225 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont4 {
    margin-top: 94px;
  }
}
.vol2 .day1_cont4_2 {
  width: calc((670 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont4_2 {
    width: calc((291 / 375) * 100%);
    margin-top: 30px;
    margin-left: auto;
  }
}
.vol2 .day1_cont4_3 {
  width: calc((311 / 1280) * 100%);
  margin-top: 115px;
  margin-left: calc((262 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol2 .day1_cont4_3 {
    margin-top: calc((115 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont4_3 {
    width: calc((155 / 375) * 100%);
    margin-top: 38px;
    margin-left: calc((132 / 375) * 100%);
  }
}
.vol2 .day1_cont4_4 {
  width: calc((423 / 1280) * 100%);
  position: absolute;
  right: calc((140 / 1280) * 100%);
  top: calc((105 / 1280) * 100vw);
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont4_4 {
    width: calc((211 / 375) * 100%);
    margin-top: 45px;
    margin-left: 5.3%;
    position: static;
  }
}
.vol2 .day1_cont4_5 {
  width: calc((450 / 1280) * 100%);
  margin-top: 77px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day1_cont4_5 {
    margin-top: calc((77 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont4_5 {
    width: calc((225 / 375) * 100%);
    margin-top: 25px;
    margin-left: calc((108 / 375) * 100%);
  }
}
.vol2 .day1_cont4_read1 {
  position: absolute;
  top: 100%;
  left: calc((118 / 1280) * 100%);
  white-space: nowrap;
  transform: translateY(-46.5%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont4_read1 {
    left: calc((280 / 375) * 100%);
    transform: translateY(-23%);
  }
}
.vol2 .day1_cont4_text1 {
  width: calc((398 / 1280) * 100%);
  margin-right: calc((68 / 1280) * 100%);
  padding-top: 200px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont4_text1 {
    width: calc((238 / 375) * 100%);
    padding-top: 0;
    margin-right: 0;
    margin-left: 5.3%;
  }
}
.vol2 .day1_cont4_box1 {
  position: relative;
  width: calc((1000 / 1280) * 100%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont4_box1 {
    width: 100%;
  }
}
.vol2 .day1_cont4_box2 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 150px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day1_cont4_box2 {
    margin-top: calc((150 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont4_box2 {
    display: block;
    margin-top: 40px;
  }
}
.vol2 .day1_cont4_box3 {
  position: relative;
}
.vol2 .day1_cont5 {
  margin-top: 225px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day1_cont5 {
    margin-top: calc((225 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont5 {
    margin-top: 104px;
  }
}
.vol2 .day1_cont5_1 {
  width: calc((466 / 1280) * 100%);
  margin-left: calc((686 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont5_1 {
    width: calc((182 / 375) * 100%);
    margin-left: auto;
    margin-right: 5.3%;
  }
}
.vol2 .day1_cont5_2 {
  width: calc((423 / 1280) * 100%);
  position: absolute;
  left: calc((145 / 1280) * 100%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont5_2 {
    width: calc((211 / 375) * 100%);
    margin-top: 43px;
    position: static;
  }
}
.vol2 .day1_cont5_read1 {
  position: absolute;
  top: 108px;
  left: calc((288 / 1280) * 100%);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  .vol2 .day1_cont5_read1 {
    top: calc((108 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont5_read1 {
    top: 0;
    left: calc((28 / 375) * 100%);
  }
}
.vol2 .day1_cont5_text1 {
  width: calc((466 / 1280) * 100%);
  margin-left: calc((686 / 1280) * 100%);
  margin-top: 60px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .vol2 .day1_cont5_text1 {
    margin-top: calc((60 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day1_cont5_text1 {
    width: 89.4%;
    margin: 25px auto 0;
  }
}
.vol2 .day2_cont1 {
  margin-top: 116px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont1 {
    margin-top: calc((116 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont1 {
    margin-top: 66px;
  }
}
.vol2 .day2_cont1_1 {
  width: calc((583 / 1280) * 100%);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont1_1 {
    width: calc((291 / 375) * 100%);
  }
}
.vol2 .day2_cont1_2 {
  width: calc((322 / 1280) * 100%);
  margin-left: calc((258 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont1_2 {
    width: calc((161 / 375) * 100%);
    margin-left: 5.3%;
  }
}
.vol2 .day2_cont1_text1 {
  width: calc((295 / 1280) * 100%);
  margin-left: calc((28 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont1_text1 {
    flex: 1;
    margin-left: calc((26 / 375) * 100%);
    margin-right: 5.3%;
  }
}
.vol2 .day2_cont1_box1 {
  display: flex;
  align-items: flex-end;
  margin-top: -209px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont1_box1 {
    margin-top: calc((-209 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont1_box1 {
    align-items: flex-start;
    margin: 40px auto 0;
  }
}
.vol2 .day2_cont2 {
  margin-top: 226px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont2 {
    margin-top: calc((226 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont2 {
    margin-top: 66px;
  }
}
.vol2 .day2_cont2_1 {
  width: calc((1000 / 1280) * 100%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont2_1 {
    width: 100%;
  }
}
.vol2 .day2_cont2_2 {
  width: calc((466 / 1280) * 100%);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont2_2 {
    width: calc((161 / 375) * 100%);
    margin-right: 5.3%;
  }
}
.vol2 .day2_cont2_3 {
  width: calc((223 / 1280) * 100%);
  position: absolute;
  top: 238px;
  left: calc((490 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont2_3 {
    top: calc((238 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont2_3 {
    width: calc((111 / 375) * 100%);
    top: calc((315 / 375) * 100vw);
    left: 0;
  }
}
.vol2 .day2_cont2_4 {
  width: calc((365 / 1280) * 100%);
  position: absolute;
  top: 508px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont2_4 {
    width: calc((182 / 375) * 100%);
    margin-top: 46px;
    margin-left: calc((152 / 375) * 100%);
    position: static;
  }
}
.vol2 .day2_cont2_5 {
  width: calc((335 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont2_5 {
    width: calc((167 / 375) * 100%);
    margin-left: calc((48 / 375) * 100%);
  }
}
.vol2 .day2_cont2_read1 {
  position: absolute;
  top: 0;
  left: calc((180 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont2_read1 {
    top: 0;
    left: calc((34 / 375) * 100%);
  }
}
.vol2 .day2_cont2_text1 {
  margin-top: 20px;
  letter-spacing: 0.04em;
}
.vol2 .day2_cont2_box1 {
  margin-top: 115px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont2_box1 {
    margin-top: calc((115 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont2_box1 {
    margin-top: 40px;
  }
}
.vol2 .day2_cont2_box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 80px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont2_box2 {
    margin-top: calc((80 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont2_box2 {
    margin-top: 108px;
    display: block;
  }
}
.vol2 .day2_cont2_box3 {
  width: calc((482 / 1280) * 100%);
  margin-left: calc((126 / 1280) * 100%);
  margin-right: calc((136 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont2_box3 {
    width: 89.4%;
    margin: 35px auto 0;
  }
}
.vol2 .day2_cont3 {
  margin-top: 210px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont3 {
    margin-top: calc((210 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont3 {
    margin-top: 96px;
  }
}
.vol2 .day2_cont3_1 {
  width: calc((583 / 1280) * 100%);
  margin-left: calc((306 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont3_1 {
    width: calc((291 / 375) * 100%);
    margin-left: auto;
    margin-right: 5.3%;
  }
}
.vol2 .day2_cont3_2 {
  width: calc((423 / 1280) * 100%);
  margin-left: calc((138 / 1280) * 100%);
  margin-right: calc((88 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont3_2 {
    width: calc((211 / 375) * 100%);
    margin-left: 0;
    margin-right: 0;
  }
}
.vol2 .day2_cont3_read1 {
  position: absolute;
  top: 235px;
  right: calc((130 / 1280) * 100%);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont3_read1 {
    top: calc((235 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont3_read1 {
    top: calc((249 / 375) * 100vw);
    right: calc((46 / 375) * 100%);
  }
}
.vol2 .day2_cont3_text1 {
  width: calc((294 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont3_text1 {
    width: calc((192 / 375) * 100%);
    margin-top: 10px;
    margin-left: 5.3%;
  }
}
.vol2 .day2_cont3_box1 {
  display: flex;
  align-items: flex-end;
  margin-top: 84px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont3_box1 {
    margin-top: calc((84 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont3_box1 {
    display: block;
    margin-top: 40px;
  }
}
.vol2 .day2_cont4 {
  margin-top: 198px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont4 {
    margin-top: calc((198 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont4 {
    margin-top: 0;
  }
}
.vol2 .day2_cont4_1 {
  width: calc((1000 / 1280) * 100%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont4_1 {
    width: 100%;
  }
}
.vol2 .day2_cont4_2 {
  width: calc((448 / 1280) * 100%);
  position: absolute;
  top: 75px;
  right: 0;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont4_2 {
    top: calc((75 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont4_2 {
    width: calc((224 / 375) * 100%);
    margin-left: auto;
    position: static;
  }
}
.vol2 .day2_cont4_3 {
  width: calc((305 / 1280) * 100%);
  margin-left: calc((140 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont4_3 {
    width: calc((146 / 375) * 100%);
    margin-top: 28px;
    margin-left: calc((64 / 375) * 100%);
  }
}
.vol2 .day2_cont4_4 {
  width: calc((367 / 1280) * 100%);
  margin-right: calc((140 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont4_4 {
    width: calc((183 / 375) * 100%);
    margin-left: calc((122 / 375) * 100%);
    margin-right: 0;
  }
}
.vol2 .day2_cont4_read1 {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: calc((580 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont4_read1 {
    left: calc((34 / 375) * 100%);
    transform: translateY(-24.5%);
  }
}
.vol2 .day2_cont4_text1 {
  width: calc((605 / 1280) * 100%);
  margin-right: calc((140 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont4_text1 {
    width: 89.4%;
    margin: 25px auto 0;
  }
}
.vol2 .day2_cont4_text1 p {
  letter-spacing: 0.04em;
}
.vol2 .day2_cont4_text1 p + p {
  margin-top: 1.82em;
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont4_text1 p + p {
    margin-top: 1.6428;
  }
}
.vol2 .day2_cont4_box1 {
  position: relative;
  margin-top: 72px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont4_box1 {
    margin-top: calc((72 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont4_box1 {
    margin-top: 0;
    padding-top: 56px;
  }
}
.vol2 .day2_cont4_box2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 66px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont4_box2 {
    margin-top: calc((66 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont4_box2 {
    display: block;
    margin-top: 45px;
  }
}
.vol2 .day2_cont5 {
  margin-top: 224px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont5 {
    margin-top: calc((224 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont5 {
    margin-top: 60px;
    overflow: hidden;
  }
}
.vol2 .day2_cont5_1 {
  width: calc((737 / 1280) * 100%);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-6%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont5_1 {
    width: calc((463 / 375) * 100%);
    position: static;
    transform: translateX(-14%);
  }
}
.vol2 .day2_cont5_2 {
  width: calc((365 / 1280) * 100%);
  margin-left: auto;
  margin-right: calc((111 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont5_2 {
    width: calc((182 / 375) * 100%);
    margin-left: 0;
  }
}
.vol2 .day2_cont5_3 {
  width: calc((477 / 1280) * 100%);
  margin-top: 87px;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont5_3 {
    margin-top: calc((87 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont5_3 {
    width: calc((238 / 375) * 100%);
    margin-top: 32px;
    margin-left: calc((85 / 375) * 100%);
  }
}
.vol2 .day2_cont5_read1 {
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: calc((565 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont5_read1 {
    top: -70px;
    right: calc((37 / 375) * 100%);
  }
}
.vol2 .day2_cont5_text1 {
  width: calc((555 / 1280) * 100%);
  margin-top: 87px;
  margin-left: auto;
  margin-right: calc((111 / 1280) * 100%);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont5_text1 {
    margin-top: calc((87 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont5_text1 {
    width: 89.4%;
    margin: 25px auto 0;
  }
}
.vol2 .day2_cont5_box1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont5_box1 {
    margin-top: 40px;
  }
}
.vol2 .day2_cont6 {
  margin-top: 210px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont6 {
    margin-top: calc((210 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont6 {
    margin-top: 90px;
  }
}
.vol2 .day2_cont6_1 {
  width: calc((656 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont6_1 {
    width: calc((291 / 375) * 100%);
    margin-top: 0;
  }
}
.vol2 .day2_cont6_2 {
  width: calc((311 / 1280) * 100%);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont6_2 {
    width: calc((155 / 375) * 100%);
    margin-top: 40px;
    margin-left: auto;
    margin-right: 5.3%;
    position: static;
  }
}
.vol2 .day2_cont6_3 {
  width: calc((223 / 1280) * 100%);
  position: absolute;
  top: 314px;
  right: calc((140 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont6_3 {
    top: calc((314 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont6_3 {
    width: calc((111 / 375) * 100%);
    position: static;
  }
}
.vol2 .day2_cont6_read1 {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: calc((740 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont6_read1 {
    left: calc((36 / 375) * 100%);
  }
}
.vol2 .day2_cont6_text1 {
  width: calc((418 / 1280) * 100%);
  margin-top: 20px;
  margin-left: calc((240 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont6_text1 {
    width: calc((201 / 375) * 100%);
    margin-top: 0;
    margin-right: 0;
    margin-left: 5.3%;
    padding-top: 80px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont6_box1 {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont6_box2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 8px;
  }
}
.vol2 .day2_cont7 {
  margin-top: 222px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont7 {
    margin-top: calc((222 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont7 {
    margin-top: 90px;
    padding-bottom: 65px;
  }
}
.vol2 .day2_cont7_1 {
  width: calc((1000 / 1280) * 100%);
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .vol2 .day2_cont7_1 {
    margin-top: calc((65 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont7_1 {
    width: 100%;
  }
}
.vol2 .day2_cont7_read1 {
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: calc((208 / 1280) * 100%);
  transform: translateY(-50.5%);
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont7_read1 {
    left: auto;
    right: 5.3%;
    transform: translateY(-20.5%);
  }
}
.vol2 .day2_cont7_text1 {
  width: calc((757 / 1280) * 100%);
  margin-top: 40px;
  margin-left: auto;
  margin-right: calc((140 / 1280) * 100%);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .vol2 .day2_cont7_text1 {
    width: calc((234 / 375) * 100%);
    margin-top: 25px;
    margin-left: 5.3%;
  }
}
.vol2 .day2_cont7_box1 {
  position: relative;
}
.vol2 .cycling {
  margin-top: 240px;
  padding-bottom: 80px;
  background: rgba(185, 99, 163, 0.25);
}
@media screen and (max-width: 767px) {
  .vol2 .cycling {
    margin-top: 93px;
    padding-bottom: 50px;
  }
}
.vol2 .cycling::before {
  content: "";
  display: block;
  width: 100%;
  height: 74px;
  background: rgba(255, 255, 255, 0.2) url(../vol2/image/stripe_pc.svg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .vol2 .cycling::before {
    height: 54px;
    background-image: url(../vol2/image/stripe_sp.svg);
  }
}
.vol2 .cycling_ttl {
  margin-bottom: 20px;
  color: #b963a4;
  font-size: 50px;
  line-height: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .vol2 .cycling_ttl {
    font-size: 30px;
  }
}
.vol2 .cycling_read {
  margin: 45px 0 15px;
  color: #b963a4;
  letter-spacing: 0.1em;
}
.vol2 .cycling_read + p {
  letter-spacing: 0.04em;
  max-width: 865px;
}
.vol2 .gift {
  margin-top: 0;
  background: rgba(185, 99, 163, 0.25);
}
.vol2 .gift_wrap {
  padding-bottom: 70px;
}
.vol2 .gift_inner > * {
  position: relative;
  z-index: 1;
}
.vol2 .gift .gift_read {
  padding-right: 340px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .vol2 .gift .gift_read {
    padding-right: 0;
  }
}
.vol2 .gift_imgBox {
  position: relative;
}
.vol2 .gift_imgBox::before {
  content: "";
  display: block;
  width: 756px;
  height: 756px;
  background: url(../vol2/image/gift_bg_pc.svg) center/100% auto no-repeat;
  position: absolute;
  right: -454px;
  bottom: -408px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .vol2 .gift_imgBox::before {
    width: 237px;
    height: 237px;
    background-image: url(../vol2/image/gift_bg_sp.svg);
    right: -107px;
    bottom: -145px;
  }
}
.vol2 .gift_imgBox img {
  position: relative;
  z-index: 1;
}
.vol2 .gift_ttl {
  color: #b963a4;
}
.vol2 .gift_read2 {
  margin: 45px 0 15px;
  color: #b963a4;
  letter-spacing: 0.1em;
}
.vol2 .gift_text {
  max-width: 881px;
  letter-spacing: 0.04em;
}

.vol3 .mv {
  background-image: url(../image/vol3/mv_pc.jpg);
  min-height: 640px;
}
@media screen and (max-width: 767px) {
  .vol3 .mv {
    background-image: url(../image/vol3/mv_sp.jpg);
    min-height: 560px;
  }
}
.vol3 .mv_logo {
  left: calc((66 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .mv_logo {
    left: calc((16 / 375) * 100%);
  }
}
.vol3 .mv_read {
  position: absolute;
  top: 50%;
  left: calc((440 / 1280) * 100%);
  transform: translateY(-44%);
  text-shadow: 0px 0px 0px;
  font-weight: 500;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .vol3 .mv_read {
    left: calc((34 / 375) * 100%);
    transform: translateY(-50%);
    min-height: 0;
  }
}
.vol3 .mv_placeBox {
  left: calc((77 / 1280) * 100%);
  bottom: 46px;
}
@media screen and (max-width: 767px) {
  .vol3 .mv_placeBox {
    left: calc((27 / 375) * 100%);
    bottom: 27px;
  }
}
.vol3 .mv_place {
  color: #231815;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.vol3 .mv_place span {
  letter-spacing: 0;
}
.vol3 .mv_place span::after {
  background: #231815;
  box-shadow: 0 0 19px #fff, 0 0 19px #fff, 0 0 19px #fff;
}
.vol3 .map {
  background: #8fc31f;
}
.vol3 .map h2 {
  letter-spacing: 0.06em;
}
.vol3 .map_imgBox {
  text-align: center;
}
.vol3 .map_linkBox a {
  color: #8fc31f;
  box-shadow: 3px -3px 0 #cce198;
}
.vol3 .day_readBox p {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .vol3 .day_readBox p {
    letter-spacing: 0.05em;
  }
}
.vol3 .day1 .day_mv_ttl {
  left: calc((246 / 1280) * 100%);
  right: auto;
  transform: translateY(75%);
}
@media screen and (max-width: 767px) {
  .vol3 .day1 .day_mv_ttl {
    left: calc((40 / 375) * 100%);
  }
}
.vol3 .day1 .day_readBox {
  margin-top: calc((440 / 1280) * 100vw);
}
@media screen and (max-width: 767px) {
  .vol3 .day1 .day_readBox {
    margin-top: calc((238 / 375) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1 .day_readBox p {
    height: 238px;
  }
}
.vol3 .day2 .day_mv_ttl {
  right: calc((240 / 1280) * 100%);
  transform: translateY(71.5%);
  white-space: nowrap;
}
.vol3 .day2 .day_mv_ttl ._set {
  display: inline-block;
  text-combine-upright: all;
  transform: translateX(-10%);
}
@media screen and (max-width: 767px) {
  .vol3 .day2 .day_mv_ttl {
    right: calc((38 / 375) * 100%);
  }
}
.vol3 .day2 .day_readBox {
  margin-top: calc((381 / 1280) * 100vw);
}
@media screen and (max-width: 767px) {
  .vol3 .day2 .day_readBox {
    margin-top: calc((212 / 375) * 100vw);
  }
  .vol3 .day2 .day_readBox p {
    height: 225px;
  }
}
.vol3 .day1_cont1 {
  margin-top: 140px;
}
@media screen and (max-width: 1279px) {
  .vol3 .day1_cont1 {
    margin-top: calc((140 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont1 {
    margin-top: 70px;
  }
}
.vol3 .day1_cont1_1 {
  width: calc((670 / 1280) * 100%);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont1_1 {
    width: calc((335 / 375) * 100%);
    margin-right: auto;
  }
}
.vol3 .day1_cont1_2 {
  width: calc((362 / 1280) * 100%);
  position: absolute;
  top: 0;
  left: calc((137 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont1_2 {
    width: calc((216 / 375) * 100%);
    position: static;
  }
}
.vol3 .day1_cont1_read1 {
  position: absolute;
  top: 583px;
  left: calc((596 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol3 .day1_cont1_read1 {
    top: calc((583 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont1_read1 {
    flex: 1;
    display: flex;
    align-items: center;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont1_box1 {
    display: flex;
    margin-top: 66px;
  }
}
.vol3 .day1_cont1_3 {
  width: calc((311 / 1280) * 100%);
  margin-top: 136px;
  margin-left: auto;
  margin-right: calc((140 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol3 .day1_cont1_3 {
    margin-top: calc((136 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont1_3 {
    width: calc((167 / 375) * 100%);
    margin-top: 46px;
    margin-left: 5.3%;
    margin-right: auto;
  }
}
.vol3 .day1_cont1_4 {
  width: calc((448 / 1280) * 100%);
  margin-top: 20px;
  position: absolute;
  top: 371px;
  left: 0;
}
@media screen and (max-width: 1279px) {
  .vol3 .day1_cont1_4 {
    top: calc((371 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont1_4 {
    width: calc((245 / 375) * 100%);
    margin-top: 56px;
    margin-left: auto;
    margin-right: 5.3%;
    position: static;
  }
}
.vol3 .day1_cont1_text1 {
  width: calc((308 / 1280) * 100%);
  position: absolute;
  top: 730px;
  left: calc((140 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol3 .day1_cont1_text1 {
    top: calc((730 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont1_text1 {
    width: calc((245 / 375) * 100%);
    margin-top: 10px;
    margin-left: auto;
    margin-right: 5.3%;
    position: static;
  }
}
.vol3 .day1_cont2 {
  max-width: 1000px;
  margin: 180px auto 0;
}
@media screen and (max-width: 1279px) {
  .vol3 .day1_cont2 {
    margin-top: calc((180 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont2 {
    width: 100%;
    margin-top: 90px;
  }
}
.vol3 .day1_cont2_read1 {
  margin-top: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont2_read1 {
    width: 89.4%;
    margin: 20px auto 0;
  }
}
.vol3 .day1_cont2_text1 {
  width: calc((685 / 1280) * 100%);
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont2_text1 {
    width: 89.4%;
    margin: 10px auto 0;
  }
}
.vol3 .day1_cont3 {
  margin-top: 78px;
}
@media screen and (max-width: 1279px) {
  .vol3 .day1_cont3 {
    margin-top: calc((78 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont3 {
    margin-top: 62px;
  }
}
.vol3 .day1_cont3_1 {
  width: calc((477 / 1280) * 100%);
  position: absolute;
  top: 85px;
  left: 0;
}
@media screen and (max-width: 1279px) {
  .vol3 .day1_cont3_1 {
    top: calc((85 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont3_1 {
    width: calc((182 / 375) * 100%);
    margin-left: 5.3%;
    position: static;
  }
}
.vol3 .day1_cont3_read1 {
  position: absolute;
  top: 780px;
  left: calc((900 / 1280) * 100%);
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .vol3 .day1_cont3_read1 {
    top: calc((780 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont3_read1 {
    top: 0;
    left: calc((238 / 375) * 100%);
  }
}
.vol3 .day1_cont3_2 {
  width: calc((366 / 1280) * 100%);
  margin-left: calc((636 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont3_2 {
    width: calc((167 / 375) * 100%);
    margin-top: 30px;
    margin-left: 0;
  }
}
.vol3 .day1_cont3_3 {
  width: calc((368 / 1280) * 100%);
  position: absolute;
  top: 375px;
  right: calc((80 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol3 .day1_cont3_3 {
    top: calc((375 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont3_3 {
    width: calc((167 / 375) * 100%);
    margin-top: -28px;
    margin-left: auto;
    position: static;
  }
}
.vol3 .day1_cont3_4 {
  width: calc((670 / 1280) * 100%);
  margin-top: 322px;
  margin-left: calc((67 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol3 .day1_cont3_4 {
    margin-top: calc((322 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont3_4 {
    width: 89.4%;
    margin-top: 55px;
  }
}
.vol3 .day1_cont3_text1 {
  width: calc((600 / 1280) * 100%);
  margin-top: 20px;
  margin-left: calc((136 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont3_text1 {
    width: calc((234 / 375) * 100%);
    margin-top: 15px;
    margin-left: auto;
    margin-right: 5.3%;
  }
}
.vol3 .day1_cont4 {
  margin-top: 223px;
}
@media screen and (max-width: 1279px) {
  .vol3 .day1_cont4 {
    margin-top: calc((223 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont4 {
    margin-top: 96px;
  }
}
.vol3 .day1_cont4_1 {
  width: calc((519 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont4_1 {
    width: calc((291 / 375) * 100%);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont4_box1 {
    margin-top: 45px;
    position: relative;
  }
}
.vol3 .day1_cont4_read1 {
  position: absolute;
  top: 0;
  left: calc((583 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont4_read1 {
    white-space: nowrap;
    top: 50%;
    left: calc((34 / 375) * 100%);
    transform: translateY(-50%);
  }
}
.vol3 .day1_cont4_2 {
  width: calc((365 / 1280) * 100%);
  position: absolute;
  top: 159px;
  left: calc((829 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol3 .day1_cont4_2 {
    top: calc((159 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont4_2 {
    width: calc((182 / 375) * 100%);
    margin-left: auto;
    position: static;
  }
}
.vol3 .day1_cont4_3 {
  width: calc((335 / 1280) * 100%);
  position: absolute;
  top: 543px;
  left: calc((166 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol3 .day1_cont4_3 {
    top: calc((543 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont4_3 {
    width: calc((167 / 375) * 100%);
    margin-top: 27px;
    margin-left: auto;
    margin-right: calc((40 / 375) * 100%);
    position: static;
  }
}
.vol3 .day1_cont4_box2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 0 2.34375%;
  min-height: 460px;
  margin-top: 206px;
}
@media screen and (max-width: 1279px) {
  .vol3 .day1_cont4_box2 {
    margin-top: calc((206 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont4_box2 {
    display: block;
    min-height: 0;
    width: 89.4%;
    margin: 52px auto 0;
  }
}
.vol3 .day1_cont4_4 {
  width: calc((670 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont4_4 {
    width: 100%;
  }
}
.vol3 .day1_cont4_text1 {
  width: calc((308 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont4_text1 {
    width: 100%;
    margin-top: 10px;
  }
}
.vol3 .day1_cont5 {
  margin-top: 232px;
}
@media screen and (max-width: 1279px) {
  .vol3 .day1_cont5 {
    margin-top: calc((232 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont5 {
    margin-top: 94px;
  }
}
.vol3 .day1_cont5_1 {
  width: calc((1000 / 1280) * 100%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont5_1 {
    width: 100%;
  }
}
.vol3 .day1_cont5_box1 {
  position: relative;
}
.vol3 .day1_cont5_read1 {
  position: absolute;
  top: 100%;
  left: calc((832 / 1280) * 100%);
  transform: translateY(-42.8%);
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont5_read1 {
    top: calc(100% + 12.8vw);
    left: calc((28 / 375) * 100%);
    transform: translateY(0);
  }
}
.vol3 .day1_cont5_box2 {
  display: flex;
  align-items: flex-end;
  gap: 0 2.34375%;
  margin-top: 56px;
  min-height: 400px;
}
@media screen and (max-width: 1279px) {
  .vol3 .day1_cont5_box2 {
    margin-top: calc((56 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont5_box2 {
    min-height: 0;
    display: block;
    width: calc((237 / 375) * 100%);
    margin-top: calc((48 / 375) * 100vw);
    margin-left: auto;
  }
}
.vol3 .day1_cont5_2 {
  width: calc((668 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont5_2 {
    width: 100%;
  }
}
.vol3 .day1_cont5_text1 {
  width: calc((369 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day1_cont5_text1 {
    width: 100%;
    margin-top: 10px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .vol3 .arrow {
    padding: 85px 0;
  }
}
.vol3 .day2_cont1 {
  margin-top: 140px;
}
@media screen and (max-width: 1279px) {
  .vol3 .day2_cont1 {
    margin-top: calc((140 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont1 {
    margin-top: 72px;
  }
}
.vol3 .day2_cont1_1 {
  width: calc((477 / 1280) * 100%);
  margin-left: calc((71 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont1_1 {
    width: calc((238 / 375) * 100%);
    margin-left: 0;
  }
}
.vol3 .day2_cont1_read1 {
  position: absolute;
  top: 0;
  left: calc((650 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont1_read1 {
    left: calc((264 / 375) * 100%);
  }
}
.vol3 .day2_cont1_2 {
  width: calc((365 / 1280) * 100%);
  margin-top: 198px;
  margin-left: calc((306 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol3 .day2_cont1_2 {
    margin-top: calc((198 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont1_2 {
    width: calc((182 / 375) * 100%);
    margin-top: calc((42 / 375) * 100vw);
    margin-left: calc((20 / 375) * 100%);
  }
}
.vol3 .day2_cont1_3 {
  width: calc((429 / 1280) * 100%);
  position: absolute;
  top: 236px;
  right: 0;
}
@media screen and (max-width: 1279px) {
  .vol3 .day2_cont1_3 {
    top: calc((236 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont1_3 {
    width: calc((167 / 375) * 100%);
    top: calc((385 / 375) * 100vw);
  }
}
.vol3 .day2_cont1_4 {
  width: calc((335 / 1280) * 100%);
  position: absolute;
  top: 671px;
  right: 0;
}
@media screen and (max-width: 1279px) {
  .vol3 .day2_cont1_4 {
    top: calc((671 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont1_4 {
    width: calc((167 / 375) * 100%);
    margin-top: calc((109 / 375) * 100vw);
    position: static;
  }
}
.vol3 .day2_cont1_box1 {
  display: flex;
  align-items: flex-end;
  gap: 0 4.84375%;
  margin-top: 84px;
}
@media screen and (max-width: 1279px) {
  .vol3 .day2_cont1_box1 {
    margin-top: calc((84 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont1_box1 {
    display: block;
    width: 89.4%;
    margin: 40px auto 0;
  }
}
.vol3 .day2_cont1_5 {
  width: calc((670 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont1_5 {
    width: 100%;
  }
}
.vol3 .day2_cont1_text1 {
  width: calc((270 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont1_text1 {
    margin-top: 10px;
    width: 100%;
  }
}
.vol3 .day2_cont2 {
  max-width: 1000px;
  margin: 180px auto 0;
}
@media screen and (max-width: 1279px) {
  .vol3 .day2_cont2 {
    margin-top: calc((180 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont2 {
    width: 100%;
    margin-top: 90px;
  }
}
.vol3 .day2_cont2_read1 {
  margin-top: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont2_read1 {
    width: 89.4%;
    margin: 20px auto 0;
  }
}
.vol3 .day2_cont2_text1 {
  width: calc((608 / 1280) * 100%);
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont2_text1 {
    width: 89.4%;
    margin: 10px auto 0;
  }
}
.vol3 .day2_cont3 {
  margin-top: 74px;
}
@media screen and (max-width: 1279px) {
  .vol3 .day2_cont3 {
    margin-top: calc((74 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont3 {
    margin-top: 54px;
  }
}
.vol3 .day2_cont3_1 {
  width: calc((365 / 1280) * 100%);
  margin-left: calc((138 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont3_1 {
    width: calc((182 / 375) * 100%);
    margin-left: auto;
  }
}
.vol3 .day2_cont3_2 {
  width: calc((311 / 1280) * 100%);
  position: absolute;
  top: 60px;
  left: calc((747 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol3 .day2_cont3_2 {
    top: calc((60 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont3_2 {
    width: calc((167 / 375) * 100%);
    margin-top: 29px;
    margin-left: calc((166 / 375) * 100%);
    position: static;
  }
}
.vol3 .day2_cont3_read1 {
  position: absolute;
  top: 359px;
  left: calc((187 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol3 .day2_cont3_read1 {
    top: calc((359 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont3_read1 {
    top: 0;
    left: calc((34 / 375) * 100%);
  }
}
.vol3 .day2_cont3_3 {
  width: calc((448 / 1280) * 100%);
  margin-top: 97px;
  margin-left: calc((468 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol3 .day2_cont3_3 {
    margin-top: calc((97 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont3_3 {
    width: 89.4%;
    margin: 44px auto 0;
  }
}
.vol3 .day2_cont3_text1 {
  width: calc((193 / 1280) * 100%);
  position: absolute;
  right: calc((139 / 1280) * 100%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont3_text1 {
    width: calc((216 / 375) * 100%);
    margin: 10px 5.3% 0 auto;
    position: static;
  }
}
.vol3 .day2_cont4 {
  margin-top: 198px;
}
@media screen and (max-width: 1279px) {
  .vol3 .day2_cont4 {
    margin-top: calc((198 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont4 {
    margin-top: 94px;
  }
}
.vol3 .day2_cont4_1 {
  width: calc((585 / 1280) * 100%);
  margin-left: calc((304 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont4_1 {
    width: calc((291 / 375) * 100%);
    margin-left: auto;
  }
}
.vol3 .day2_cont4_Box1 {
  display: flex;
  align-items: flex-end;
  gap: 0 6.09375%;
  margin-top: 84px;
}
@media screen and (max-width: 1279px) {
  .vol3 .day2_cont4_Box1 {
    margin-top: calc((84 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont4_Box1 {
    display: block;
    margin-top: 45px;
    position: relative;
  }
}
.vol3 .day2_cont4_read1 {
  position: absolute;
  top: 0;
  right: calc((130 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont4_read1 {
    top: 0;
    top: calc((20 / 375) * 100vw);
    right: calc((50 / 375) * 100%);
  }
}
.vol3 .day2_cont4_2 {
  width: calc((425 / 1280) * 100%);
  margin-left: calc((139 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont4_2 {
    width: calc((211 / 375) * 100%);
    margin-left: 0;
  }
}
.vol3 .day2_cont4_text1 {
  width: calc((319 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol3 .day2_cont4_text1 {
    width: calc((211 / 375) * 100%);
    margin-top: 10px;
    padding-left: 20px;
  }
}
.vol3 .gift {
  margin-top: 90;
  background: rgba(143, 195, 31, 0.2);
}
@media screen and (max-width: 767px) {
  .vol3 .gift {
    margin-top: 74px;
  }
}
.vol3 .gift_wrap {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .vol3 .gift_wrap {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .vol3 .gift_read {
    padding-right: 190px;
  }
}
@media screen and (max-width: 767px) {
  .vol3 .gift_imgBox {
    position: relative;
  }
  .vol3 .gift_imgBox::before {
    content: "";
    display: block;
    width: 62.9333333333vw;
    height: 62.9333333333vw;
    background: url(../image/vol3/gift_contbg_sp.svg) center/cover no-repeat;
    position: absolute;
    top: 100%;
    left: 100%;
    z-index: 1;
    transform: translate(-56%, -40%);
  }
}
.vol3 .gift_imgBox img {
  position: relative;
  z-index: 2;
}
.vol3 .gift_ttl {
  color: #8fc31f;
}
.vol3 .gift_read2 {
  margin: 45px 0 15px;
  color: #8fc31f;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .vol3 .gift_read2 {
    margin: 22px 0 10px;
    letter-spacing: 0.04em;
    position: relative;
    z-index: 2;
  }
}
.vol3 .gift_text {
  max-width: 879px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .vol3 .gift_text {
    position: relative;
    z-index: 2;
  }
}
.vol3 .gift_container {
  display: flex;
  justify-content: center;
  gap: 0 6.25%;
  max-width: 1280px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1000px) {
  .vol3 .gift_container {
    flex-direction: column;
    align-items: center;
    width: 89.4%;
    margin: 20px auto 0;
  }
}
.vol3 .gift_cont01, .vol3 .gift_cont02 {
  position: relative;
}
.vol3 .gift_cont01 > *, .vol3 .gift_cont02 > * {
  position: relative;
  z-index: 2;
}
.vol3 .gift_cont01::before, .vol3 .gift_cont02::before {
  content: "";
  display: block;
  width: 378px;
  height: 378px;
  background: url(../image/vol3/gift_contbg_pc.svg) center/cover no-repeat;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol3 .gift_cont01::before, .vol3 .gift_cont02::before {
    width: 62.9333333333vw;
    height: 62.9333333333vw;
    background-image: url(../image/vol3/gift_contbg_sp.svg);
  }
}
.vol3 .gift_cont01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((642 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol3 .gift_cont01 {
    width: 100%;
    max-width: 642px;
  }
}
.vol3 .gift_cont01::before {
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .vol3 .gift_cont01::before {
    top: -3%;
  }
}
.vol3 .gift_cont01_contBox {
  max-width: 352px;
  margin-top: -20px;
}
@media screen and (max-width: 1000px) {
  .vol3 .gift_cont01_contBox {
    margin-top: -10px;
  }
}
.vol3 .gift_cont02 {
  width: calc((280 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol3 .gift_cont02 {
    display: flex;
    gap: 0 4%;
    width: 100%;
    max-width: 642px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .vol3 .gift_cont02 {
    margin-top: 50px;
  }
}
.vol3 .gift_cont02::before {
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .vol3 .gift_cont02::before {
    left: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .vol3 .gift_cont02_contBox {
    width: 52.9411764706%;
  }
}
@media screen and (max-width: 1000px) {
  .vol3 .gift_cont02_imgBox {
    width: 37.6470588235%;
  }
}
@media screen and (max-width: 767px) {
  .vol3 .gift_cont02 .gift_contTtl {
    letter-spacing: -0.15em;
  }
}
.vol3 .gift_cont02 .day_contImg {
  max-width: 225px;
  margin-top: -20px;
}
@media screen and (max-width: 1000px) {
  .vol3 .gift_cont02 .day_contImg {
    margin-top: 0;
  }
}

.vol4 .mv {
  background-image: url(../image/vol4/mv_pc.jpg);
  min-height: 640px;
}
@media screen and (max-width: 767px) {
  .vol4 .mv {
    background-image: url(../image/vol4/mv_sp.jpg);
    min-height: 560px;
  }
}
@media screen and (max-width: 767px) {
  .vol4 .mv_logo {
    max-width: 161px;
  }
}
.vol4 .mv_read {
  position: absolute;
  top: 47%;
  left: calc((580 / 1280) * 100%);
  transform: translateY(-50%);
  font-weight: 500;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .vol4 .mv_read {
    left: calc((34 / 375) * 100%);
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
  }
}
.vol4 .mv_placeBox {
  bottom: 52px;
}
@media screen and (max-width: 767px) {
  .vol4 .mv_placeBox {
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 28px;
  }
}
.vol4 .mv_place {
  font-weight: 500;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .vol4 .mv_place {
    display: inline-block;
  }
}
.vol4 .mv_place span {
  letter-spacing: 0;
}
.vol4 .mv_place span:nth-child(1) {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .vol4 .mv_place span:nth-child(1) {
    font-size: 8.2666666667vw;
    text-align: left;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .vol4 .mv_place span:nth-child(2) {
    font-size: 12.5333333333vw;
    letter-spacing: -0.08em;
  }
}
.vol4 .mv_place span::after {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5);
}
.vol4 .map {
  background: #8fc31f;
  position: relative;
}
.vol4 .map > .inner {
  padding-top: 9.375%;
}
@media screen and (max-width: 767px) {
  .vol4 .map > .inner {
    padding-top: 62vw;
  }
}
.vol4 .map h2 {
  letter-spacing: 0.06em;
}
.vol4 .map_imgBox {
  width: 50.15625%;
  max-width: 642px;
  position: absolute;
  top: 0;
  right: 50%;
}
@media screen and (max-width: 767px) {
  .vol4 .map_imgBox {
    width: 100%;
    max-width: 100%;
    right: 0;
  }
  .vol4 .map_imgBox img {
    width: 100%;
  }
}
.vol4 .map_linkBox a {
  color: #8fc31f;
  box-shadow: 3px -3px 0 #cce198;
}
.vol4 .map_contBox {
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.vol4 .map_info {
  width: 100%;
  display: flex;
  gap: 0 10px;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
.vol4 .map_info dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 102px;
  border: 2px solid #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vol4 .map_info dt {
    width: 25px;
    letter-spacing: 0;
    line-height: 1.2;
  }
}
.vol4 .map_info dd {
  flex: 1;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .vol4 .map_info dd {
    font-size: 12px;
  }
}
.vol4 .day_readBox p {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .vol4 .day_readBox p {
    letter-spacing: 0.05em;
  }
}
.vol4 .day_contInfo {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .vol4 .day_contInfo {
    font-size: min(3.2vw, 12px);
    line-height: 1.333333;
    white-space: nowrap;
  }
}
.vol4 .day_contInfo dl {
  display: flex;
}
.vol4 .day_contInfo dt {
  width: 46px;
  white-space: nowrap;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .vol4 .day_contInfo dt {
    width: 34px;
    letter-spacing: -0.02em;
  }
}
.vol4 .day_contInfo dd {
  flex: 1;
  padding-left: 3px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .vol4 .day_contInfo dd {
    padding-left: 1px;
    letter-spacing: -0.02em;
  }
}
.vol4 .day_contInfo dd::before {
  content: "：";
  letter-spacing: inherit;
}
.vol4 .day_contInfo dd ._br {
  display: block;
  margin-left: -49px;
}
@media screen and (max-width: 767px) {
  .vol4 .day_contInfo dd ._br {
    margin-left: -35px;
  }
}
.vol4 .day_contInfo ._letter2 {
  letter-spacing: 1em;
}
@media screen and (max-width: 767px) {
  .vol4 .day_contInfo ._spaceMinSp {
    letter-spacing: -0.08em;
  }
}
.vol4 .day_layout1 {
  margin-top: 200px;
}
@media screen and (max-width: 1279px) {
  .vol4 .day_layout1 {
    margin-top: calc((200 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day_layout1 {
    margin-top: 65px;
  }
}
.vol4 .day_layout1_box1 {
  max-width: 1000px;
}
.vol4 .day_layout1_cont1 {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .vol4 .day_layout1_cont1 {
    align-items: flex-end;
  }
}
.vol4 .day_layout1_box2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol4 .day_layout1_box2 {
    flex-direction: column;
    gap: 25px 0;
    margin-top: 25px;
  }
}
.vol4 .day_layout1_read1 {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .vol4 .day_layout1_read1 {
    letter-spacing: 0.05em;
    position: absolute;
    top: 0;
    left: calc((80 / 375) * 100%);
    transform: translateX(-50%);
  }
}
.vol4 .day_layout1_cont2 {
  width: calc((448 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol4 .day_layout1_cont2 {
    width: calc((216 / 375) * 100%);
    margin-left: auto;
  }
}
.vol4 .day_layout1_cont3 {
  width: calc((311 / 1280) * 100%);
  margin-left: calc((137 / 1280) * 100%);
  margin-top: 178px;
}
@media screen and (max-width: 1279px) {
  .vol4 .day_layout1_cont3 {
    margin-top: calc((178 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day_layout1_cont3 {
    width: calc((167 / 375) * 100%);
    margin: 0 auto;
  }
}
.vol4 .day_layout1_box3 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol4 .day_layout1_box3 {
    flex-direction: column;
    margin-top: 25px;
  }
}
.vol4 .day_layout1_cont4 {
  width: calc((311 / 1280) * 100%);
  margin-right: calc((237 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol4 .day_layout1_cont4 {
    width: calc((245 / 375) * 100%);
    margin-left: calc((55 / 375) * 100%);
  }
}
.vol4 .day_layout1_text1 {
  width: calc((424 / 1280) * 100%);
  margin-left: calc((137 / 1280) * 100%);
  letter-spacing: 0.018em;
}
@media screen and (max-width: 767px) {
  .vol4 .day_layout1_text1 {
    width: 89.4%;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .vol4 .day_layout1-reverse .day_layout1_cont1 {
    align-items: flex-end;
  }
  .vol4 .day_layout1-reverse .day_layout1_box2 {
    flex-direction: row;
  }
  .vol4 .day_layout1-reverse .day_layout1_cont3 {
    margin-left: 0;
    margin-right: calc((137 / 1280) * 100%);
  }
  .vol4 .day_layout1-reverse .day_layout1_box3 {
    flex-direction: row;
  }
  .vol4 .day_layout1-reverse .day_layout1_cont4 {
    margin-right: 0;
    margin-left: calc((237 / 1280) * 100%);
  }
  .vol4 .day_layout1-reverse .day_layout1_text1 {
    margin-left: 0;
    margin-right: calc((137 / 1280) * 100%);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day_layout1-reverse .day_layout1_read1 {
    left: auto;
    right: calc((80 / 375) * 100%);
    transform: translateX(50%);
  }
  .vol4 .day_layout1-reverse .day_layout1_cont2 {
    margin-left: 0;
  }
  .vol4 .day_layout1-reverse .day_layout1_cont2 .day_contInfo {
    padding-left: 5.3%;
  }
  .vol4 .day_layout1-reverse .day_layout1_cont3 {
    margin-left: 5.3%;
  }
  .vol4 .day_layout1-reverse .day_layout1_cont4 {
    margin-left: calc((86 / 375) * 100%);
  }
}
.vol4 .day_layout1-ver2 .day_layout1_cont2 {
  display: flex;
  flex-direction: column;
}
.vol4 .day_layout1-ver2 .day_layout1_text2 {
  width: calc((319 / 1280) * 100%);
  margin-top: 170px;
  margin-left: calc((137 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol4 .day_layout1-ver2 .day_layout1_text2 {
    margin-top: calc((170 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day_layout1-ver2 .day_layout1_cont1 {
    align-items: flex-start;
  }
  .vol4 .day_layout1-ver2 .day_layout1_cont2 {
    margin-left: 0;
  }
  .vol4 .day_layout1-ver2 .day_layout1_cont2 .day_contInfo {
    padding-left: 5.3%;
  }
  .vol4 .day_layout1-ver2 .day_layout1_read1 {
    top: -35px;
    left: auto;
    right: 21.3333333333%;
    transform: translateX(50%);
  }
  .vol4 .day_layout1-ver2 .day_layout1_text2 {
    width: 89.4%;
    margin: 0 auto;
  }
}
.vol4 .day_layout1-ver2.day_layout1-reverse .day_layout1_cont2 {
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .vol4 .day_layout1-ver2.day_layout1-reverse .day_layout1_text2 {
    margin-left: 0;
    margin-right: calc((137 / 1280) * 100%);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day_layout1-ver2.day_layout1-reverse .day_layout1_cont1 {
    align-items: flex-end;
  }
  .vol4 .day_layout1-ver2.day_layout1-reverse .day_layout1_cont2 {
    align-items: flex-start;
    margin-left: auto;
  }
  .vol4 .day_layout1-ver2.day_layout1-reverse .day_layout1_cont2 .day_contInfo {
    padding-left: 0;
  }
  .vol4 .day_layout1-ver2.day_layout1-reverse .day_layout1_read1 {
    left: 21.3333333333%;
    right: auto;
    transform: translateX(-50%);
  }
}
.vol4 .day1 .day_mv_ttl {
  left: calc((830 / 1280) * 100%);
  right: auto;
  transform: translateY(70%);
}
@media screen and (max-width: 767px) {
  .vol4 .day1 .day_mv_ttl {
    left: calc((215 / 375) * 100%);
  }
}
.vol4 .day1 .day_readBox {
  margin-top: calc((430 / 1280) * 100vw);
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .vol4 .day1 .day_readBox {
    margin-top: calc((250 / 375) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day1 .day_readBox p {
    height: 214px;
  }
  .vol4 .day1 .day_readBox p:nth-child(1) {
    margin-right: auto;
  }
  .vol4 .day1 .day_readBox p:nth-child(2) {
    margin-left: auto;
    margin-right: 0;
  }
}
.vol4 .day1_contTtl {
  width: 320px;
  margin-bottom: 30px;
  background: #8fc31f;
  color: #fff;
  font-size: 50px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 72px;
  padding-bottom: 4px;
}
.vol4 .day1_contTtl-letter2 {
  letter-spacing: 1.2em;
  text-indent: 1em;
}
@media screen and (max-width: 767px) {
  .vol4 .day1_contTtl {
    width: 100%;
    font-size: 30px;
    line-height: 46px;
  }
}
.vol4 .day1_sec1 {
  margin-top: 145px;
}
@media screen and (max-width: 1279px) {
  .vol4 .day1_sec1 {
    margin-top: calc((145 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day1_sec1 {
    margin-top: 94px;
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day1_sec1 .day_layout1_read1 {
    top: -35px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1280px) {
  .vol4 .day1_sec1 .day_layout1_text1 {
    margin-top: 88px;
  }
}
@media screen and (min-width: 768px) {
  .vol4 .day1_sec1 .day_layout1_text1 {
    margin-top: calc((88 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day1_sec2 .day_layout1_read1 {
    top: calc((78 / 375) * 100vw);
  }
}
.vol4 .day1_sec2 .day_layout1_cont2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .vol4 .day1_sec2 .day_layout1_cont2 {
    align-items: flex-start;
    order: 2;
  }
}
@media screen and (min-width: 1280px) {
  .vol4 .day1_sec2 .day_layout1_text1 {
    margin-top: 88px;
  }
}
@media screen and (min-width: 768px) {
  .vol4 .day1_sec2 .day_layout1_text1 {
    margin-top: calc((88 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day1_sec3 .day_layout1_read1 {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day1_sec3 .day_layout1_cont2 {
    order: 2;
    margin-left: 0;
  }
  .vol4 .day1_sec3 .day_layout1_cont2 .day_contInfo {
    padding-left: 5.3%;
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day1_sec3 .day_layout1_cont3 {
    margin-left: calc((150 / 375) * 100%);
  }
}
@media screen and (min-width: 1280px) {
  .vol4 .day1_sec3 .day_layout1_text1 {
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) {
  .vol4 .day1_sec3 .day_layout1_text1 {
    margin-top: calc((56 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day1_sec4 .day_layout1_cont1 {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day1_sec4 .day_layout1_read1 {
    top: calc((320 / 375) * 100vw);
  }
}
.vol4 .day1_sec4 .day_layout1_cont2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .vol4 .day1_sec4 .day_layout1_cont2 {
    width: calc((245 / 375) * 100%);
    margin-left: calc((91 / 375) * 100%);
    align-items: flex-start;
  }
  .vol4 .day1_sec4 .day_layout1_cont2 .day_contInfo {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day1_sec4 .day_layout1_cont4 {
    width: calc((216 / 375) * 100%);
    margin-left: 0;
  }
  .vol4 .day1_sec4 .day_layout1_cont4 .day_contInfo {
    padding-left: 5.3%;
  }
}
@media screen and (min-width: 1280px) {
  .vol4 .day1_sec4 .day_layout1_box3 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .vol4 .day1_sec4 .day_layout1_box3 {
    margin-top: calc((40 / 1280) * 100vw);
  }
}
@media screen and (min-width: 1280px) {
  .vol4 .day1_sec4 .day_layout1_text1 {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  .vol4 .day1_sec4 .day_layout1_text1 {
    margin-top: calc((90 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day1_sec5 .day_layout1_read1 {
    top: -35px;
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day1_sec5 .day_layout1_cont3 {
    margin-left: 5.3%;
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day1_sec5 .day_layout1_cont4 {
    margin-left: calc((81 / 375) * 100%);
  }
}
@media screen and (min-width: 1280px) {
  .vol4 .day1_sec5 .day_layout1_text1 {
    margin-top: 88px;
  }
}
@media screen and (min-width: 768px) {
  .vol4 .day1_sec5 .day_layout1_text1 {
    margin-top: calc((88 / 1280) * 100vw);
  }
}
.vol4 .day2 .day_mv_ttl {
  right: auto;
  left: calc((150 / 1280) * 100%);
  letter-spacing: 0.02em;
  transform: translateY(72%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .vol4 .day2 .day_mv_ttl {
    left: calc((68 / 375) * 100%);
    transform: translateY(65%);
    letter-spacing: -0.01em;
  }
}
.vol4 .day2 .day_readBox {
  margin-top: calc((385 / 1280) * 100vw);
}
@media screen and (max-width: 1000px) {
  .vol4 .day2 .day_readBox {
    margin-top: calc((560 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day2 .day_readBox {
    margin-top: calc((316 / 375) * 100vw);
  }
}
@media screen and (max-width: 1000px) {
  .vol4 .day2 .day_readBox p {
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day2 .day_readBox p {
    height: 207px;
  }
  .vol4 .day2 .day_readBox p:nth-child(1) {
    margin-left: auto;
    margin-right: 0;
  }
  .vol4 .day2 .day_readBox p:nth-child(2) {
    margin-left: 0;
    margin-right: auto;
  }
}
.vol4 .day2_cont1 {
  margin-top: 232px;
}
@media screen and (max-width: 1279px) {
  .vol4 .day2_cont1 {
    margin-top: calc((232 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont1 {
    margin-top: 72px;
  }
}
.vol4 .day2_cont1_box1 {
  position: relative;
}
.vol4 .day2_cont1_1 {
  width: calc((365 / 1280) * 100%);
  position: absolute;
  top: -90px;
  right: calc((47 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol4 .day2_cont1_1 {
    top: calc((-90 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont1_1 {
    width: calc((182 / 375) * 100%);
    margin-left: calc((55 / 1280) * 100%);
    position: static;
  }
}
.vol4 .day2_cont1_2 {
  width: calc((670 / 1280) * 100%);
  margin-left: calc((47 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont1_2 {
    width: calc((238 / 375) * 100%);
    margin: 48px 5.3% 0 auto;
  }
}
.vol4 .day2_cont1_3 {
  width: calc((365 / 1280) * 100%);
  margin-top: 137px;
  margin-left: calc((257 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol4 .day2_cont1_3 {
    margin-top: calc((137 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont1_3 {
    width: calc((187 / 375) * 100%);
    margin-top: 64px;
    margin-left: 5.3%;
  }
}
.vol4 .day2_cont1_4 {
  width: calc((335 / 1280) * 100%);
  margin-left: auto;
  margin-top: -67px;
}
@media screen and (max-width: 1279px) {
  .vol4 .day2_cont1_4 {
    margin-top: calc((-67 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont1_4 {
    width: calc((167 / 375) * 100%);
    margin-top: 48px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont1_box2 {
    position: relative;
  }
}
.vol4 .day2_cont1_read1 {
  position: absolute;
  top: 308px;
  left: calc((860 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol4 .day2_cont1_read1 {
    top: calc((308 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont1_read1 {
    top: -14px;
    left: calc((243 / 375) * 100%);
  }
}
.vol4 .day2_cont1_box3 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont1_box3 {
    display: block;
    margin-top: calc((-21 / 375) * 100vw);
  }
}
.vol4 .day2_cont1_box4 {
  width: calc((478 / 1280) * 100%);
  margin-left: calc((137 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont1_box4 {
    width: 89.4%;
    margin: 25px auto 0;
  }
}
.vol4 .day2_cont1_5 {
  width: calc((335 / 1280) * 100%);
  margin-right: calc((236 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont1_5 {
    width: calc((167 / 375) * 100%);
    margin-left: auto;
    margin-right: 5.3%;
  }
}
.vol4 .day2_cont1_read2 {
  white-space: nowrap;
}
.vol4 .day2_cont1_text1 {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont1_text1 {
    margin-top: 5px;
  }
}
.vol4 .day2_cont2 {
  margin-top: 225px;
}
@media screen and (max-width: 1279px) {
  .vol4 .day2_cont2 {
    margin-top: calc((225 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont2 {
    margin-top: 92px;
  }
}
.vol4 .day2_cont2_1 {
  width: calc((805 / 1280) * 100%);
  margin-left: calc((137 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont2_1 {
    width: 89.4%;
    margin: 0 auto;
  }
}
.vol4 .day2_cont2_read1 {
  position: absolute;
  top: 0;
  right: calc((137 / 1280) * 100%);
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont2_read1 {
    width: 89.4%;
    margin: 20px auto 0;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    position: static;
    letter-spacing: 0.1em;
  }
}
.vol4 .day2_cont2_text1 {
  width: calc((473 / 1280) * 100%);
  margin-top: 50px;
  margin-left: calc((137 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol4 .day2_cont2_text1 {
    margin-top: calc((50 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont2_text1 {
    width: 89.4%;
    margin: 5px auto 0;
  }
}
.vol4 .day2_cont2_box1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont2_box1 {
    display: block;
    margin-top: 52px;
  }
}
.vol4 .day2_cont2_2 {
  width: calc((322 / 1280) * 100%);
  margin-right: calc((181 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont2_2 {
    width: calc((162 / 375) * 100%);
    margin-left: auto;
    margin-right: 5.3%;
  }
}
.vol4 .day2_cont2_read2 {
  margin-top: 210px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1279px) {
  .vol4 .day2_cont2_read2 {
    margin-top: calc((210 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont2_read2 {
    margin-top: 0;
    letter-spacing: 0.05em;
    position: absolute;
    top: 0;
    left: calc((32 / 375) * 100%);
  }
}
.vol4 .day2_cont2_3 {
  width: calc((335 / 1280) * 100%);
  margin-top: 210px;
}
@media screen and (max-width: 1279px) {
  .vol4 .day2_cont2_3 {
    margin-top: calc((210 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont2_3 {
    width: calc((167 / 375) * 100%);
    margin-top: calc((82 / 375) * 100vw);
    margin-right: auto;
  }
}
.vol4 .day2_cont2_4 {
  width: calc((365 / 1280) * 100%);
  position: absolute;
  top: 550px;
  right: 0;
}
@media screen and (max-width: 1279px) {
  .vol4 .day2_cont2_4 {
    top: calc((550 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont2_4 {
    width: calc((182 / 375) * 100%);
    margin-top: calc((-46 / 375) * 100vw);
    margin-left: auto;
    position: static;
  }
}
.vol4 .day2_cont2_box2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 190px;
}
@media screen and (max-width: 1279px) {
  .vol4 .day2_cont2_box2 {
    margin-top: calc((190 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont2_box2 {
    display: block;
  }
}
.vol4 .day2_cont2_5 {
  width: calc((670 / 1280) * 100%);
  margin-left: calc((137 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont2_5 {
    width: 89.4%;
    margin: 0 auto;
  }
}
.vol4 .day2_cont2_text2 {
  width: calc((296 / 1280) * 100%);
  margin-right: calc((137 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol4 .day2_cont2_text2 {
    width: 89.4%;
    margin: 10px auto 0;
  }
}
.vol4 .gift {
  background: rgba(143, 195, 31, 0.2);
}
@media screen and (max-width: 767px) {
  .vol4 .gift {
    margin-top: 50px;
  }
}
.vol4 .gift_wrap {
  padding-bottom: 50px;
}
.vol4 .gift_ttl {
  padding: 0;
  color: #8fc31f;
  line-height: 1;
  -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
  position: relative;
  top: -28px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .vol4 .gift_ttl {
    top: -24px;
  }
}
.vol4 .goods_read {
  letter-spacing: 0.04em;
}
.vol4 .goods_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  width: 92.1875%;
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .vol4 .goods_inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }
}
.vol4 .goods_contTtl {
  font-size: 21px;
  font-size: min(2.0833333333vw, 21px);
  line-height: 1.2857;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .vol4 .goods_contTtl {
    font-size: min(4.8vw, 18px);
    letter-spacing: -0.04em;
  }
}
.vol4 .goods_contText {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5333;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .vol4 .goods_contText {
    font-size: 12px;
  }
}
.vol4 .goods_contSumally {
  margin-top: 10px;
  font-size: 15px;
  font-size: min(1.8229166667vw, 15px);
  font-weight: 500;
  line-height: 1.5333;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .vol4 .goods_contSumally {
    font-size: 12px;
    letter-spacing: -0.04em;
  }
}
.vol4 .goods_cont01 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  max-width: 572px;
  width: 52%;
  background: url(../image/vol4/gift_contbg_pc.svg) right 35% top 13%/65% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .vol4 .goods_cont01 {
    justify-content: center;
    gap: 5px 20px;
    width: 100%;
    padding-top: 44px;
    background-image: url(../image/vol4/gift_contbg_sp.svg);
    background-position: left 25% top 10px;
    background-size: 62.9333333333vw auto;
  }
}
.vol4 .goods_cont01_contBox {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .vol4 .goods_cont01_contBox {
    padding-right: 5.3%;
  }
}
.vol4 .goods_cont01 .goods_contImg {
  width: 48.7762237762%;
}
@media screen and (max-width: 767px) {
  .vol4 .goods_cont01 .goods_contImg {
    width: 42.4%;
  }
}
.vol4 .goods_cont01 .goods_contSumally {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .vol4 .goods_cont01 .goods_contSumally {
    width: calc((100% - 20px - 10.6%) / 2);
  }
}
.vol4 .goods_cont02 {
  max-width: 483px;
  width: 45%;
  background: url(../image/vol4/gift_contbg_pc.svg) right top 23%/78% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .vol4 .goods_cont02 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 0 5.3%;
    background-image: url(../image/vol4/gift_contbg_sp.svg);
    background-position: right -13.33vw top 60%;
    background-size: 62.9333333333vw auto;
  }
  .vol4 .goods_cont02 > * {
    order: 2;
  }
}
.vol4 .goods_cont02 .goods_contText {
  max-width: 326px;
}
@media screen and (max-width: 767px) {
  .vol4 .goods_cont02 .goods_contText {
    max-width: 100%;
  }
}
.vol4 .goods_cont02 .goods_contImg {
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .vol4 .goods_cont02 .goods_contImg {
    order: 1;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .vol4 .after_introBox_read ._spaceMin {
    letter-spacing: -0.5em;
  }
}

.vol5 .yakuhan-adjust-05 {
  margin-top: -0.5em;
}
.vol5 .yakuhan-adjust-013 {
  margin-top: -0.13em;
}
.vol5 .m-Right {
  margin-right: auto;
}
.vol5 img {
  width: 100%;
}
.vol5 .horizontal_tb {
  -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
  line-height: 1.4;
}
.vol5 .-mt-025em {
  margin-top: -0.25em;
}
.vol5 .-mt-075em {
  margin-top: -0.75em;
}
.vol5 .-mb02em {
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .vol5 .-pl1em_sp {
    padding-left: 1em;
  }
}
.vol5 .-bgc_lightBlue {
  background-color: #7ecef4;
}
.vol5 .-bgc_blue {
  background-color: #2ea7e0;
}
.vol5 .-bgc_green {
  background-color: #8fc31f;
}
.vol5 .-bgc_purple {
  background-color: #b963a4;
}
.vol5 .-bgc_lightBlue-pale {
  background-color: rgba(126, 206, 244, 0.3);
}
.vol5 .-bgc_blue-pale {
  background-color: rgba(46, 167, 224, 0.3);
}
.vol5 .-bgc_green-pale {
  background-color: rgba(143, 195, 31, 0.3);
}
.vol5 .-bgc_purple-pale {
  background-color: rgba(185, 99, 164, 0.3);
}
.vol5 .-c_lightBlue {
  color: #7ecef4;
}
.vol5 .-c_blue {
  color: #2ea7e0;
}
.vol5 .-c_green {
  color: #8fc31f;
}
.vol5 .-c_purple {
  color: #b963a4;
}
.vol5 .-fs19 {
  font-size: 19px;
}
.vol5 .-fwBold {
  font-weight: 500;
}
.vol5 .-fs62_5per {
  font-size: 62.5%;
}
.vol5 .-fs75per {
  font-size: 75%;
}
.vol5 .-fs120per {
  font-size: 120%;
}
.vol5 .-vertical {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .vol5 .-verticalPc {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vol5 .mediumNone {
    display: none;
  }
}
.vol5 .txtRight {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .vol5 .-note {
    font-size: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vol5 .-note {
    font-size: 1.5rem;
  }
}
.vol5 .mv {
  background-image: url(../image/vol5/mv_pc.jpg);
  min-height: 700px;
}
@media screen and (max-width: 767px) {
  .vol5 .mv {
    background-image: url(../image/vol5/mv_sp.jpg);
    min-height: 631.2362px;
  }
}
.vol5 .mv_logo {
  left: calc((66 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol5 .mv_logo {
    left: calc((16 / 375) * 100%);
  }
}
.vol5 .mv_read {
  position: absolute;
  top: 50%;
  right: calc((82.9764 / 1280) * 100%);
  transform: translateY(-44%);
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .vol5 .mv_read {
    left: calc((16 / 375) * 100%);
    transform: translateY(-250%);
    min-height: 0;
  }
}
.vol5 .mv_placeBox {
  left: calc((77 / 1280) * 100%);
  bottom: 46px;
}
@media screen and (max-width: 767px) {
  .vol5 .mv_placeBox {
    left: calc((27 / 375) * 100%);
    bottom: 27px;
  }
}
.vol5 .mv_place {
  color: #231815;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.vol5 .mv_place span {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .vol5 .mv_place span {
    font-size: 49px;
  }
}
.vol5 .mv_place span::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -10px;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.vol5 .mv_place span::after, .vol5 .mv_place span::before {
  background: #231815;
  box-shadow: 0 0 15px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255);
}
.vol5 .map {
  background: #d93924;
}
.vol5 .map .inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .vol5 .map .inner {
    width: 100%;
    max-width: 103.36641rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .map .-list {
    width: 100%;
    margin-left: -3.9rem;
    margin-right: -3.9rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .map .-item {
    padding-left: 3.9rem;
    padding-right: 3.9rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .map .-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .map .map_contBox {
    max-width: 430px;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .map .map_contBox {
    margin-top: 20px;
  }
}
.vol5 .map h2 {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .vol5 .map h2 {
    position: absolute;
    top: 10.6666666667vw;
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .map p {
    font-size: 3.7333333333vw;
  }
}
.vol5 .map_imgBox {
  text-align: center;
}
.vol5 .map_imgBoxWrap {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .vol5 .map_imgBoxWrap {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .map_imgBoxWrap {
    flex-wrap: wrap;
  }
}
.vol5 .map_linkBox a {
  color: #d93924;
  box-shadow: 3px -3px 0 #eca383;
}
@media screen and (max-width: 767px) {
  .vol5 .map_linkBox a {
    line-height: 1.2;
    letter-spacing: -0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5.6vw;
    padding: 1rem;
  }
}
.vol5 .mvTitle.-wrap {
  display: flex;
  position: absolute;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .vol5 .mvTitle.-wrap {
    font-size: 63px;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .mvTitle.-wrap {
    font-size: 11.2vw;
    left: calc((30.1579 / 375) * 100%);
  }
}
@media screen and (min-width: 768px) {
  .vol5 .mvTitle.-report {
    left: calc((246 / 1280) * 100%);
    transform: translateY(88%);
  }
}
@media screen and (max-width: 767px) {
  .vol5 .mvTitle.-report {
    transform: translateY(47%);
    left: 10.6666666667vw;
  }
}
.vol5 .mvTitle.-recommendedBEER {
  color: white;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .vol5 .mvTitle.-recommendedBEER {
    left: 50%;
    transform: translateX(-50%) translateY(88%);
  }
}
@media screen and (max-width: 767px) {
  .vol5 .mvTitle.-recommendedBEER {
    transform: translateY(29%);
  }
}
.vol5 .mvTitle.-accent {
  color: #d93924;
}
.vol5 .report_mv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .vol5 .report_container {
    max-width: 124rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.vol5 .report_readBox p {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .vol5 .report_readBox p {
    letter-spacing: 0.05em;
  }
}
.vol5 .report_mv_ttl {
  left: calc((246 / 1280) * 100%);
  right: auto;
  transform: translateY(55%);
}
@media screen and (max-width: 767px) {
  .vol5 .report_mv_ttl {
    transform: translateY(47%);
    left: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .report_readBox {
    max-width: 124rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: calc((440 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_readBox {
    margin-top: calc((238 / 375) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_readBox p {
    height: 238px;
  }
}
.vol5 .report_cont1 {
  margin-top: 140px;
}
@media screen and (min-width: 768px) {
  .vol5 .report_cont1 {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont1 {
    margin-top: 67px;
    margin-left: auto;
    margin-right: auto;
  }
}
.vol5 .report_cont1_1 {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .vol5 .report_cont1_1 {
    width: 52.34375vw;
    margin-left: -10.8505vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .report_cont1_1 {
    width: 67rem;
    margin-left: -13.88864rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont1_1 {
    width: 89.4%;
    margin-left: auto;
    margin-right: auto;
  }
}
.vol5 .report_cont1_2 {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .vol5 .report_cont1_2 {
    width: 28.28125vw;
    right: 10.9375vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .report_cont1_2 {
    width: 36.2rem;
    right: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont1_2 {
    width: calc((216 / 375) * 100%);
    position: static;
  }
}
.vol5 .report_cont1_read1 {
  position: absolute;
  top: px;
}
@media screen and (min-width: 768px) {
  .vol5 .report_cont1_read1 {
    top: 45.546875vw;
    left: 46.5625vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .report_cont1_read1 {
    top: 58.3rem;
    left: 59.6rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont1_read1 {
    flex: 1;
    display: flex;
    align-items: center;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont1_box1 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont1_box1-2 {
    display: flex;
    margin-top: 61.3719px;
  }
}
.vol5 .report_cont1_box3 {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont1_box3 {
    flex-direction: column;
  }
}
.vol5 .report_cont1_box2 {
  display: flex;
  flex-direction: column;
  right: calc((0 / 1280) * 100%);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .vol5 .report_cont1_box2 {
    margin-top: -5vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .report_cont1_box2 {
    margin-top: -6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont1_box2 {
    width: calc((245.3419 / 375) * 100%);
    margin-top: 58.7442px;
    margin-right: auto;
    position: static;
    margin-left: unset;
    margin-left: calc((20 / 375) * 100%);
  }
}
@media screen and (min-width: 768px) {
  .vol5 .report_cont1_3 {
    margin-left: auto;
    max-width: 35.0537265625vw;
    margin-right: -10.8314453125vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .report_cont1_3 {
    max-width: 44.86877rem;
    margin-right: -13.86425rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont1_3 {
    width: auto;
    position: static;
  }
}
.vol5 .report_cont1_4 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .vol5 .report_cont1_4 {
    max-width: 24.3735234375vw;
    left: 0;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .report_cont1_4 {
    max-width: 31.19811rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont1_4 {
    margin-top: 25.3714px;
    width: calc((167.6575 / 375) * 100%);
    right: calc((67.1435 / 375) * 100%);
    left: auto;
  }
}
.vol5 .report_cont1_text1 {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .vol5 .report_cont1_text1 {
    max-width: 24.22228125vw;
    margin-top: 2.1875vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .report_cont1_text1 {
    max-width: 31.00452rem;
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont1_text1 {
    width: unset;
    margin-top: 14.6302px;
    padding-right: unset;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont2 {
    width: 100%;
    margin-top: 9rem;
  }
}
.vol5 .report_cont2_box2 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .vol5 .report_cont2_box2 {
    margin-top: 6.5076484375vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .report_cont2_box2 {
    margin-top: 8.32979rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont2_box2 {
    margin-top: 6rem;
  }
}
.vol5 .report_cont2_box3 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont2_box3 {
    flex-direction: row;
    margin-left: calc((20 / 375) * 100%);
    margin-right: calc((20 / 375) * 100%);
  }
}
@media screen and (min-width: 768px) {
  .vol5 .report_cont2_2 {
    margin-left: auto;
    max-width: 28.670796875vw;
    margin-bottom: 8.9821640625vw;
    margin-right: 5.4400625vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .report_cont2_2 {
    max-width: 36.69862rem;
    margin-bottom: 11.49717rem;
    margin-right: 6.96328rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont2_2 {
    width: calc((182.7088 / 375) * 100%);
    margin-left: auto;
  }
}
.vol5 .report_cont2_3 {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .vol5 .report_cont2_3 {
    margin-top: 4.59453rem;
    max-width: 23.62915625vw;
    left: 4.7331484375vw;
    margin-top: 3.5894765625vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .report_cont2_3 {
    max-width: 30.24532rem;
    left: 6.05843rem;
    margin-top: 4.59453rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont2_3 {
    margin-top: 49.70896vw;
    right: calc((20 / 375) * 100%);
    width: calc((120.3734 / 375) * 100%);
    left: unset;
  }
}
.vol5 .report_cont2_read1 {
  margin-top: calc((52.1228 / 1280) * 100vw);
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont2_read1 {
    margin-left: calc((20 / 375) * 100%);
    margin-right: calc((20 / 375) * 100%);
  }
}
@media screen and (min-width: 768px) {
  .vol5 .report_cont2_read2 {
    margin-right: 12.38298rem;
  }
}
.vol5 .report_cont2_text1 {
  width: calc((801.1811 / 1280) * 100%);
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont2_text1 {
    width: 89.4%;
    margin: 10px auto 0;
  }
}
.vol5 .report_cont2_box4 {
  display: flex;
  align-items: end;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont2_box4 {
    flex-direction: column;
    margin-top: 14.37696vw;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .report_cont2_4 {
    max-width: 28.797984375vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .report_cont2_4 {
    max-width: 36.86142rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont2_4 {
    width: calc((167.6575 / 375) * 100%);
    margin-right: auto;
  }
}
.vol5 .report_cont2_box5 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .vol5 .report_cont2_box5 {
    margin-top: -15.05106rem;
    max-width: 52.3929296875vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .report_cont2_box5 {
    max-width: 67.06295rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont2_box5 {
    width: 100%;
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
    margin-top: calc((34.1434 / 375) * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol5 .report_cont2_box5 .report_cont2_5 {
    margin-left: -14.01264rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .report_cont2_text2 {
    margin-top: 3.14729rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .report_cont2_text2 {
    padding-left: 0;
    margin-top: 1rem;
  }
}
.vol5 .interview {
  margin-top: 240px;
  padding-bottom: 80px;
  background: rgba(217, 57, 36, 0.25);
}
@media screen and (max-width: 767px) {
  .vol5 .interview {
    margin-top: 6.7rem;
    padding-bottom: 30px;
  }
}
.vol5 .interview::before {
  content: "";
  display: block;
  width: 100%;
  height: 74px;
  background: url(../image/vol5/stripe_pc.svg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .vol5 .interview::before {
    height: 54px;
    background-image: url(../image/vol5/stripe_sp.svg);
  }
}
.vol5 .interview_ttl {
  color: #d93924;
  font-size: 50px;
  line-height: 1;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .vol5 .interview_ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .interview_ttl {
    margin-bottom: 1rem;
    font-size: 30px;
  }
}
.vol5 .interview_read {
  color: #d93924;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .vol5 .interview_read {
    margin-top: -15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .interview_read {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.vol5 .interview_read + p {
  letter-spacing: 0.04em;
}
.vol5 .interview .mvImgCaption.-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .vol5 .interview .mvImgCaption.-wrap {
    flex-direction: column;
    margin-top: calc((10 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol5 .interview .mvImgCaption.-wrap {
    font-size: 18px;
    margin-top: calc((10 / 375) * 100vw);
  }
}
.vol5 .interview .mvImgCaption.-head, .vol5 .interview .mvImgCaption.-name {
  text-align: right;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.vol5 .recommendedBEER_mv {
  position: relative;
}
.vol5 .recommendedBEER_readBox p {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .vol5 .recommendedBEER_readBox p {
    letter-spacing: 0.05em;
  }
}
.vol5 .recommendedBEER_mv_ttl {
  left: calc((246 / 1280) * 100%);
  right: auto;
  transform: translateY(66%);
}
@media screen and (max-width: 767px) {
  .vol5 .recommendedBEER_mv_ttl {
    right: calc((40 / 375) * 100%);
    transform: translateY(59%);
  }
}
.vol5 .recommendedBEER_readBox {
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .vol5 .recommendedBEER_readBox {
    margin-top: calc((202 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol5 .recommendedBEER_readBox {
    margin-top: calc((246.554 / 375) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol5 .recommendedBEER_intro.-section {
    margin-bottom: 10.57591rem;
  }
}
.vol5 .recommendedBEER_intro.-box {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .vol5 .recommendedBEER_intro.-box {
    margin-top: 169.5431px;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .recommendedBEER_intro.-box {
    margin-top: 103.8127px;
    margin-bottom: 3rem;
  }
}
.vol5 .recommendedBEER_intro.-wrap {
  letter-spacing: 0;
  color: #d93924;
  text-align: center;
  line-height: 1;
  display: inline-flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .vol5 .recommendedBEER_intro.-wrap {
    font-size: 4.4140625vw;
    margin-bottom: 5.8rem;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .recommendedBEER_intro.-wrap {
    font-size: 5.65rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .recommendedBEER_intro.-wrap {
    font-size: 2.9rem;
  }
}
.vol5 .recommendedBEER_intro.-parentheses {
  position: relative;
}
.vol5 .recommendedBEER_intro.-parentheses::before {
  background-image: url(/feature/image/vol5/parentheses-left.svg);
}
@media screen and (min-width: 768px) {
  .vol5 .recommendedBEER_intro.-parentheses::before {
    left: -22.7476px;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .recommendedBEER_intro.-parentheses::before {
    left: 5.3333333333vw;
  }
}
.vol5 .recommendedBEER_intro.-parentheses::after {
  background-image: url(/feature/image/vol5/parentheses-right.svg);
}
@media screen and (min-width: 768px) {
  .vol5 .recommendedBEER_intro.-parentheses::after {
    right: -22.7476px;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .recommendedBEER_intro.-parentheses::after {
    right: 5.3333333333vw;
  }
}
.vol5 .recommendedBEER_intro.-parentheses::after, .vol5 .recommendedBEER_intro.-parentheses::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .vol5 .recommendedBEER_intro.-parentheses::after, .vol5 .recommendedBEER_intro.-parentheses::before {
    width: 16.2533px;
    height: 64.4246px;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .recommendedBEER_intro.-parentheses::after, .vol5 .recommendedBEER_intro.-parentheses::before {
    width: 10.0692px;
    height: 67.0041px;
    transform: translateY(-35%);
  }
}
.vol5 .recommendedBEER_intro.-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .vol5 .recommendedBEER_intro.-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .recommendedBEER_intro.-item.-last {
    margin-left: 10px;
  }
}
.vol5 .arrow {
  margin-left: auto;
  margin-right: auto;
  width: calc((75.5796 / 1280) * 100%);
}
@media screen and (min-width: 768px) {
  .vol5 .arrow {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .arrow {
    width: calc((62.983 / 375) * 100%);
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.vol5 .btn_linkBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .vol5 .btn_linkBox {
    margin-top: 4rem;
    width: 25.1557109375vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .btn_linkBox {
    width: 32.19931rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .btn_linkBox {
    margin-top: 3rem;
    width: 100%;
  }
}
.vol5 .btn_linkBoxWrap {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .vol5 .btn_linkBoxWrap {
    width: 52.525984375vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .btn_linkBoxWrap {
    width: 67.23326rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .btn_linkBoxWrap {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .btn_linkBoxWrap .btn_linkBox {
    padding-left: 1.09375vw;
    padding-right: 1.09375vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .btn_linkBoxWrap .btn_linkBox {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .btn_linkBoxWrap .btn_linkBox:last-child {
    margin-top: 1.4rem;
  }
}
.vol5 .btn_linkBox a {
  align-items: center;
  justify-content: center;
  display: flex;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .vol5 .btn_linkBox a {
    font-size: 1.40625vw;
    padding: 1rem;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .btn_linkBox a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .btn_linkBox a {
    padding: 1rem 0;
    font-size: 1.5rem;
  }
}
.vol5 .btn_linkBox a.-red {
  background: #d93924;
}
.vol5 .btn_linkBox a.-redSolid {
  border: 2px solid #d93924;
  color: #d93924;
}
@media screen and (min-width: 768px) {
  .vol5 .btn_linkBox a.-redSolid {
    font-size: 1.015625vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .btn_linkBox a.-redSolid {
    font-size: 1.3rem;
  }
}
.vol5 .btn_linkBox a.-purple {
  background: #b963a4;
}
.vol5 .btn_linkBox a.-lightBlue {
  background: #7ecef4;
}
.vol5 .btn_linkBox a.-blue {
  background: #2ea7e0;
}
.vol5 .btn_linkBox a.-green {
  background: #8fc31f;
}
.vol5 .btn_linkBox a.-beerClub {
  border: 1px solid #231815;
  color: #231815;
}
.vol5 .btn_linkBox a.-ja {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .vol5 .btn_linkBox a.-online {
    letter-spacing: 0.25em;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .swiper-button.-relative {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .swiper-button.-wrap {
    display: none;
  }
}
.vol5 .swiper-button.-item {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.vol5 .swiper-button.-item:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .vol5 .swiper-button.-item {
    max-width: 6.86752vw;
  }
}
.vol5 .swiper-button.-swiper-button-prev {
  left: 0;
}
.vol5 .swiper-button.-swiper-button-next {
  right: 0;
}
.vol5 .beerItemList.-list {
  align-items: end;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItemList.-list {
    display: flex;
    flex-wrap: wrap;
    margin: -2.4rem -1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItemList.-item {
    padding: 2.4rem 1.5rem;
    width: 20%;
  }
}
.vol5 .beerItemList.-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
}
.vol5 .beerItemList.-link:hover {
  transition: opacity 0.5s;
  opacity: 0.8;
}
.vol5 .beerItemList.-img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItemList.-img.-sadogashima {
    max-width: 8.89571rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItemList.-img.-sadogashima {
    max-width: 7.00596rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItemList.-img.-kodushima {
    max-width: 18.09776rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItemList.-img.-kodushima {
    max-width: 14.2446rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItemList.-img.-daikonshimaeshima {
    max-width: 18.1219rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItemList.-img.-daikonshimaeshima {
    max-width: 14.2636rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItemList.-img.-mushima {
    max-width: 18.28214rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItemList.-img.-mushima {
    max-width: 14.38972rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItemList.-img.-itukushima {
    max-width: 18.08827rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItemList.-img.-itukushima {
    max-width: 14.23713rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItemList.-img.-syodoshima {
    max-width: 18.07792rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItemList.-img.-syodoshima {
    max-width: 14.22898rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItemList.-img.-amakusashimoshima {
    max-width: 16.74921rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItemList.-img.-amakusashimoshima {
    max-width: 13.19111rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItemList.-img.-ikishima {
    max-width: 18.46166rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItemList.-img.-ikishima {
    max-width: 14.53102rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItemList.-img.-yakushima {
    max-width: 17.75771rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItemList.-img.-yakushima {
    max-width: 13.97694rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItemList.-img.-miyakojima {
    max-width: 17.80685rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItemList.-img.-miyakojima {
    max-width: 14.01562rem;
  }
}
.vol5 .beerItemList.-itemName {
  display: flex;
  margin-top: 1rem;
  letter-spacing: 0;
  color: white;
  padding: 1rem;
  line-height: 1;
  justify-content: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItemList.-itemName {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItemList.-itemName {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItemList.-itemName {
    font-size: 1.5rem;
  }
}
.vol5 .beerItemList.-itemName.-lightBlue {
  background-color: #7ecef4;
}
.vol5 .beerItemList.-itemName.-blue {
  background-color: #2ea7e0;
}
.vol5 .beerItemList.-itemName.-green {
  background-color: #8fc31f;
}
.vol5 .beerItemList.-itemName.-purple {
  background-color: #b963a4;
}
.vol5 .beerItem.-beerItemSection {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerItemSection {
    max-width: 78.125vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 23.8232rem;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerItemSection {
    max-width: 100rem;
  }
}
@media screen and (max-width: 1280px) {
  .vol5 .beerItem.-beerItemSection {
    overflow-x: hidden;
  }
}
.vol5 .beerItem.-reserve {
  flex-direction: row-reverse;
}
.vol5 .beerItem.-mainCon {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-mainCon {
    max-width: 78.75vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-mainCon {
    max-width: 100.83379rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-mainCon.-right {
    margin-left: 3.515625vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-mainCon.-right {
    margin-left: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-mainCon.-right.-reserve {
    margin-left: 0;
    margin-right: 3.515625vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-mainCon.-right.-reserve {
    margin-right: 4.5rem;
  }
}
.vol5 .beerItem.-beerImg.-relative {
  position: relative;
}
.vol5 .beerItem.-beerImg.-img {
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerImg.-img {
    bottom: -11.5637265625vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerImg.-img {
    bottom: -14.80157rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerImg.-img {
    bottom: 0;
  }
}
.vol5 .beerItem.-beerImg.-img.-left {
  left: 0;
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerImg.-img.-left {
    left: -2rem;
  }
}
.vol5 .beerItem.-beerImg.-img.-right {
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerImg.-img.-right {
    right: -2rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerImg.-img.-sadogashima {
    max-width: 19.718671875vw;
    right: 5.9325234375vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerImg.-img.-sadogashima {
    max-width: 25.2399rem;
    right: 7.59363rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerImg.-img.-sadogashima {
    max-width: 14.51806rem;
    bottom: -3.57677rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerImg.-img.-kodushima {
    max-width: 34.579203125vw;
    margin-left: -2.70815625vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerImg.-img.-kodushima {
    max-width: 44.26138rem;
    margin-left: -3.46644rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerImg.-img.-kodushima {
    max-width: 65.2400266667vw;
    margin-left: -14.7356266667vw;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerImg.-img.-daikonshimaeshima {
    max-width: 34.5936015625vw;
    margin-right: -2.70815625vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerImg.-img.-daikonshimaeshima {
    max-width: 44.27981rem;
    margin-right: -3.46644rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerImg.-img.-daikonshimaeshima {
    max-width: 65.3366933333vw;
    margin-right: -16.1672533333vw;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerImg.-img.-mushima {
    width: 34.6238984375vw;
    margin-left: -2.486609375vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerImg.-img.-mushima {
    max-width: 44.31859rem;
    margin-left: -3.18286rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerImg.-img.-mushima {
    max-width: 24.74181rem;
    margin-left: -15.1851733333vw;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerImg.-img.-itukushima {
    max-width: 34.9243046875vw;
    margin-right: -2.70815625vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerImg.-img.-itukushima {
    max-width: 44.70311rem;
    margin-right: -3.46644rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerImg.-img.-itukushima {
    max-width: 24.45078rem;
    margin-right: -13.72224vw;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerImg.-img.-syodoshima {
    width: 34.5588671875vw;
    bottom: -13.7924921875vw;
    margin-left: -2.70815625vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerImg.-img.-syodoshima {
    max-width: 44.23535rem;
    bottom: -17.65439rem;
    margin-left: -3.46644rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerImg.-img.-syodoshima {
    max-width: 24.43523rem;
    margin-left: -15.49416vw;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerImg.-img.-amakusashimoshima {
    max-width: 31.7124453125vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerImg.-img.-amakusashimoshima {
    max-width: 40.59193rem;
    margin-right: -3.46644rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerImg.-img.-amakusashimoshima {
    max-width: 22.6315rem;
    margin-right: -11.5970666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerImg.-img.-ikishima {
    max-width: 35.312640625vw;
    margin-left: -2.972984375vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerImg.-img.-ikishima {
    max-width: 45.20018rem;
    margin-left: -3.80542rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerImg.-img.-ikishima {
    max-width: 25.01131rem;
    margin-left: -15.9554666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerImg.-img.-yakushima {
    max-width: 34.1660546875vw;
    margin-right: -9.24384vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerImg.-img.-yakushima {
    max-width: 43.73255rem;
    margin-right: -3.46644rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerImg.-img.-yakushima {
    max-width: 23.95453rem;
    margin-right: -14.25672vw;
    bottom: -2.4749333333vw;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerImg.-img.-miyakojima {
    max-width: 33.596359375vw;
    margin-left: -7.1318933333vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerImg.-img.-miyakojima {
    max-width: 43.00334rem;
    margin-left: -2.67446rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerImg.-img.-miyakojima {
    max-width: 24.02831rem;
    margin-left: -14.9896533333vw;
  }
}
.vol5 .beerItem.-beerItemBox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerItemBox {
    flex-wrap: wrap;
  }
}
.vol5 .beerItem.-beerItemWrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerItemWrap {
    overflow: hidden;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerItemWrap:not(:first-child) {
    padding-top: 12.6923076923rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerItemWrap:not(:first-child) {
    padding-top: 8.5rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerItemWrap:not(:last-child) {
    margin-bottom: 3.8076923077rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-area {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-area {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-area {
    font-size: 1.3rem;
  }
}
.vol5 .beerItem.-area.-wrap {
  margin-left: auto;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.vol5 .beerItem.-area.-name.-wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-area.-name.-wrap {
    flex-direction: column;
  }
}
.vol5 .beerItem.-area.-name.-mainBox {
  display: flex;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-area.-name.-mainBox {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-area.-name.-mainBox {
    align-items: center;
  }
}
.vol5 .beerItem.-area.-name.-main {
  letter-spacing: 0.01em;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-area.-name.-main {
    font-size: 6.25vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-area.-name.-main {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-area.-name.-main {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-area.-name.-main.-daikonshimaeshima {
    font-size: 2.5rem;
  }
}
.vol5 .beerItem.-area.-name.-rubi {
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-area.-name.-rubi {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-area.-name.-rubi {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-area.-name.-rubi.-left {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-area.-name.-rubi.-left {
    margin-right: 0.5rem;
  }
}
.vol5 .beerItem.-area.-prefecture {
  text-align: center;
  letter-spacing: 0;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-area.-prefecture {
    display: flex;
    margin-top: 3rem;
    height: 6.1945078125vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-area.-prefecture {
    height: 7.92897rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-area.-prefecture {
    display: inline-flex;
    font-size: 1.3rem;
    margin-left: 0.7rem;
    padding: 0.5rem 1rem;
  }
}
.vol5 .beerItem.-beerInfo {
  color: white;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerInfo.-wrap {
    font-size: 3.515625vw;
    padding: 1.171875vw 3.125vw 2.1875vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerInfo.-wrap {
    padding: 1.5rem 4rem 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-wrap {
    padding: 1rem 2rem;
    margin-top: 1.5rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.vol5 .beerItem.-beerInfo.-wrap.-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.vol5 .beerItem.-beerInfo.-info.-item {
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerInfo.-info.-item {
    font-size: 1.875vw;
    width: 100%;
    max-width: 27.6141632812vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerInfo.-info.-item {
    font-size: 2.4rem;
    max-width: 35.346129rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-info.-item {
    line-height: 0.9;
    font-size: 1.6rem;
    width: 44.2631733333vw;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-info.-item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerInfo.-info.-list {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-info.-list {
    margin-top: 2rem;
  }
}
.vol5 .beerItem.-beerInfo.-info.-list.-daikonshimaeshima .-item {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-info.-list.-daikonshimaeshima .-item {
    font-size: 1.35rem;
    width: 57.5965066667vw;
  }
}
.vol5 .beerItem.-beerInfo.-info.-list.-mushima .-item {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-info.-list.-mushima .-item {
    font-size: 1.35rem;
  }
}
.vol5 .beerItem.-beerInfo.-info.-list.-amakusashimoshima .-item {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-info.-list.-amakusashimoshima .-item {
    font-size: 1.35rem;
  }
}
.vol5 .beerItem.-beerInfo.-info.-list.-itukushima .-item {
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerInfo.-info.-list.-itukushima .-item {
    max-width: unset !important;
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerInfo.-info.-list.-itukushima .-item {
    font-size: 1.484375vw;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-info.-list.-itukushima .-item {
    line-height: 1.3;
    font-size: 1rem;
    width: 46.1687466667vw;
  }
}
.vol5 .beerItem.-beerInfo.-info.-list.-yakushima .-item {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-info.-list.-yakushima .-item {
    letter-spacing: -0.09em;
    font-size: 1.35rem;
  }
}
.vol5 .beerItem.-beerInfo.-info.-list.-miyakojima .-item {
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerInfo.-info.-list.-miyakojima .-item {
    font-size: 1.5625vw;
    max-width: 31.848296875vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerInfo.-info.-list.-miyakojima .-item {
    max-width: 40.76582rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-info.-list.-miyakojima .-item {
    letter-spacing: -0.09em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-info.-list.-miyakojima .-item .sp {
    display: inline;
  }
}
.vol5 .beerItem.-beerInfo.-info.-list.-ikishima .-item {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-info.-list.-ikishima .-item {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerInfo.-name.-mushima, .vol5 .beerItem.-beerInfo.-name.-syodoshima {
    width: 100%;
    max-width: 27.6141632812vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerInfo.-name.-mushima, .vol5 .beerItem.-beerInfo.-name.-syodoshima {
    max-width: 35.346129rem;
  }
}
.vol5 .beerItem.-beerInfo.-name.-line {
  position: relative;
}
.vol5 .beerItem.-beerInfo.-name.-line::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: white;
  bottom: -1rem;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerInfo.-name.-line::after {
    width: 44.75215rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-line::after {
    width: calc(100% + 2rem);
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerInfo.-name.-line.-lineRight::after {
    left: -4rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-line.-lineRight::after {
    left: -2rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerInfo.-name.-line.-lineLeft::after {
    right: -4rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-line.-lineLeft::after {
    right: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-line.-sadogashima::after {
    width: 57.6583733333vw;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-line.-kodushima::after {
    width: 56.8788vw;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-line.-daikonshimaeshima::after {
    width: 54.7190133333vw;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-line.-mushima::after {
    width: 54.5892533333vw;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-line.-itukushima::after {
    width: 59.1046933333vw;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-line.-syodoshima::after {
    width: 50.3542133333vw;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-line.-amakusashimoshima::after {
    width: 57.55176vw;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-line.-ikishima::after {
    width: 55.9277333333vw;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-line.-yakushima::after {
    width: 56.2216vw;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-line.-miyakojima::after {
    width: 55.87288vw;
  }
}
.vol5 .beerItem.-beerInfo.-name.-rubi {
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: -0.5rem;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerInfo.-name.-rubi {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-rubi {
    font-size: 1rem;
    width: 44.2631733333vw;
  }
}
.vol5 .beerItem.-beerInfo.-name.-main {
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerInfo.-name.-main {
    font-size: 3.515625vw;
    letter-spacing: 0.05em;
    padding-bottom: 0.390625vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerInfo.-name.-main {
    font-size: 4.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-main {
    font-size: 3rem;
    letter-spacing: 0;
  }
}
.vol5 .beerItem.-beerInfo.-name.-main.-ikishima, .vol5 .beerItem.-beerInfo.-name.-main.-amakusashimoshima, .vol5 .beerItem.-beerInfo.-name.-main.-miyakojima, .vol5 .beerItem.-beerInfo.-name.-main.-itukushima {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-main.-kodushima {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerInfo.-name.-main.-amakusashimoshima {
    font-size: 2.734375vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerInfo.-name.-main.-amakusashimoshima {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-main.-amakusashimoshima {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerInfo.-name.-main.-miyakojima {
    font-size: 2.96875vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerInfo.-name.-main.-miyakojima {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-main.-miyakojima {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerInfo.-name.-main.-ikishima {
    font-size: 2.96875vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerInfo.-name.-main.-ikishima {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-main.-ikishima {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-beerInfo.-name.-main.-itukushima {
    font-size: 2.96875vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-beerInfo.-name.-main.-itukushima {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-main.-itukushima {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-main.-syodoshima {
    letter-spacing: -0.1em;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-beerInfo.-name.-main.-yakushima {
    font-size: 2.6rem;
  }
}
.vol5 .beerItem.-point.-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-point.-wrap {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-point.-wrap {
    max-width: 30.8253046875vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-point.-wrap {
    max-width: 39.45639rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-point.-wrap {
    margin-top: 1.25rem;
    width: 44.2631733333vw;
    margin-bottom: 3.6rem;
  }
}
.vol5 .beerItem.-point.-wrap.-right {
  margin-left: auto;
}
.vol5 .beerItem.-point.-title {
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-point.-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-point.-title {
    font-size: 1.5rem;
  }
}
.vol5 .beerItem.-point.-title.-borderSolidDouble {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}
.vol5 .beerItem.-point.-title.-borderSolidDouble.-c_lightBlue {
  border-color: #7ecef4;
}
.vol5 .beerItem.-point.-title.-borderSolidDouble.-c_blue {
  border-color: #2ea7e0;
}
.vol5 .beerItem.-point.-title.-borderSolidDouble.-c_green {
  border-color: #8fc31f;
}
.vol5 .beerItem.-point.-title.-borderSolidDouble.-c_purple {
  border-color: #b963a4;
}
.vol5 .beerItem.-point.-title.-borderSolidDouble .-bgc_lightBlue {
  background-color: #7ecef4;
}
.vol5 .beerItem.-point.-detail {
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-point.-detail {
    font-size: 1.171875vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-point.-detail {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-point.-detail {
    font-size: 1.2rem;
  }
}
.vol5 .beerItem.-other.-detailImgTxt.-itemWrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-other.-detailImgTxt.-itemWrap {
    margin-top: 9.84375vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-other.-detailImgTxt.-itemWrap {
    margin-top: 12.6rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-other.-detailImgTxt.-itemWrap.-reservePc {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-other.-detail.-wrap {
    margin-top: 7.5rem;
    padding-left: 5.8rem;
    flex: 1;
  }
}
.vol5 .beerItem.-other.-detail.-title {
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-other.-detail.-title {
    font-size: 2.65625vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-other.-detail.-title {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-other.-detail.-title {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-other.-detail.-title.-daikonshimaeshima {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-other.-detail.-title.-daikonshimaeshima {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-other.-detail.-title.-amakusashimoshima {
    font-size: 2.03125vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-other.-detail.-title.-amakusashimoshima {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-other.-detail.-title.-ikishima {
    font-size: 2.265625vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-other.-detail.-title.-ikishima {
    font-size: 2.9rem;
  }
}
.vol5 .beerItem.-other.-detail.-txt {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-other.-detail.-txt {
    font-size: 1.328125vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-other.-detail.-txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-other.-detail.-txt {
    font-size: 1.4rem;
  }
}
.vol5 .beerItem.-other.-imgTxt.-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-other.-imgTxt.-wrap {
    max-width: 30.8253046875vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-other.-imgTxt.-wrap {
    max-width: 39.45639rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-other.-imgTxt.-wrap {
    margin-top: 2rem;
  }
}
.vol5 .beerItem.-other.-imgTxt.-txt {
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-other.-imgTxt.-txt {
    font-size: 1.171875vw;
  }
}
@media screen and (min-width: 1281px) {
  .vol5 .beerItem.-other.-imgTxt.-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem.-other.-imgTxt.-txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .beerItem .-reserve .-area.-name.-wrap {
    margin-left: unset;
    flex: unset;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem .beerItem.-beerInfo.-wrap.-right {
    margin-right: -13.89739rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem .beerItem.-beerInfo.-wrap.-left {
    margin-left: -13.89739rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-reserve .-beerInfo.-info.-list {
    align-items: flex-end;
  }
}
.vol5 .beerItem.-reserve {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-reserve .beerItem.-area.-name.-wrap {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .beerItem.-reserve .beerItem.-other.-detail.-wrap {
    padding-left: 0;
    padding-right: 6.01938rem;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .after {
    margin-top: 20.08935rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .after {
    margin-top: 9.64796rem;
  }
}
.vol5 .after .after_ttlBox {
  flex-direction: column;
}
.vol5 .after .after_ttl {
  border-bottom: 1px solid #231815;
  -ms-writing-mode: unset;
      writing-mode: unset;
  padding-bottom: 20px;
  padding-right: 0;
  border-right: 0;
}
@media screen and (min-width: 768px) {
  .vol5 .after .after_ttl {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .after .after_ttl {
    margin-bottom: 2rem;
  }
}
.vol5 .after .after_introBox {
  flex: 1;
  max-width: unset;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .vol5 .after .after_introBox {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .vol5 .after .btn_linkBox {
    margin-bottom: 14.17323rem;
  }
}
@media screen and (max-width: 767px) {
  .vol5 .after .btn_linkBox {
    margin-top: -1rem;
    margin-bottom: 4rem;
  }
}
.vol5 .-notfound {
  position: relative;
}
.vol5 .-notfound::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  line-height: 1.3;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px solid Black;
  width: 100%;
  height: 100%;
  color: white;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vol5 .-notfound.-pic::after {
  content: "画像をご支給ください";
}
.vol5 .-notfound.-picTxt::after {
  content: "画像とテキストをご支給ください";
  font-size: 1.8rem;
}

.vol7 .header01 {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-top: min(3.125vw, 40px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vol7 .header01 {
    padding-top: 10.6666666667vw;
  }
}
.vol7 .header01_logo {
  width: min(22.65625vw, 290px);
  height: min(21.875vw, 280px);
  padding-top: min(3.125vw, 40px);
  margin-left: auto;
  background: #7ecef4;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol7 .header01_logo {
    width: calc((140 / 375) * 100%);
    height: min(60.5333333333vw, 227px);
  }
}
.vol7 .header01_logo img {
  width: 64.1379310345%;
}
@media screen and (max-width: 767px) {
  .vol7 .header01_logo img {
    width: 72.1428571429%;
  }
}
.vol7 .header01_headText {
  padding-left: min(13.28125vw, 170px);
  font-size: min(2.34375vw, 30px);
  line-height: 1.733;
}
@media screen and (max-width: 767px) {
  .vol7 .header01_headText {
    position: relative;
    z-index: 2;
    font-size: 5.0666666667vw;
    line-height: 1.42;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  }
}
.vol7 .header01_ttl {
  width: min(56.25vw, 720px);
  position: absolute;
  left: min(11.71875vw, 150px);
  bottom: 0;
  transform: translateY(35%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vol7 .header01_ttl {
    width: calc((335 / 375) * 100%);
    margin-left: calc((18 / 375) * 100%);
    margin-top: calc((-20 / 375) * 100vw);
    position: relative;
    left: 0;
    transform: none;
  }
}
.vol7 .header01_ttl span {
  margin-top: min(0.78125vw, 10px);
  display: inline-block;
  font-size: min(1.640625vw, 21px);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .vol7 .header01_ttl span {
    display: block;
    text-align: center;
    font-size: 5.6vw;
  }
}
.vol7 .headerSliderWrap {
  position: relative;
  width: 100%;
  margin-top: min(2.734375vw, 35px);
}
@media screen and (max-width: 767px) {
  .vol7 .headerSliderWrap {
    margin-top: calc((-40 / 375) * 100vw);
  }
}
.vol7 .headerSliderMain {
  width: 75.625%;
  margin-left: min(9.375vw, 120px);
}
@media screen and (max-width: 767px) {
  .vol7 .headerSliderMain {
    width: calc((323 / 375) * 100%);
    margin-left: 0;
  }
}
.vol7 .headerSliderSub {
  width: 34.0625%;
  margin-top: max(-8.59375vw, -110px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol7 .headerSliderSub {
    width: calc((248 / 375) * 100%);
    margin-top: calc((32 / 375) * 100vw);
  }
}
.vol7 .introWrap {
  background: #dff2fc;
  padding-top: min(33.125vw, 424px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol7 .introWrap {
    padding-top: 0;
    margin-top: calc((-60 / 375) * 100vw);
  }
}
.vol7 .introWrap::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: min(24.84375%, 318px);
  background: #dff2fc;
  position: absolute;
  left: 0;
  bottom: 100%;
}
@media screen and (max-width: 767px) {
  .vol7 .introWrap::before {
    padding-top: 93%;
  }
}
.vol7 .intro {
  position: relative;
}
.vol7 .intro_map {
  width: calc((545 / 1280) * 100%);
  position: absolute;
  top: -446px;
  left: calc((650 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol7 .intro_map {
    top: calc((-446 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .intro_map {
    width: 100%;
    overflow: hidden;
    position: static;
  }
  .vol7 .intro_map img {
    width: 105.6%;
    max-width: 105.6%;
    transform: translateX(9%);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .intro_box1 {
    position: relative;
  }
}
.vol7 .intro_title1 {
  color: #00b9ef;
  position: absolute;
  top: -30px;
  left: calc((560 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .intro_title1 {
    font-size: 6.6666666667vw;
    top: calc((-260 / 375) * 100vw);
    left: calc((40 / 375) * 100%);
  }
}
.vol7 .intro_img1 {
  width: calc((354 / 1280) * 100%);
  margin-left: calc((70 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .intro_img1 {
    width: calc((177 / 375) * 100%);
    margin-left: auto;
    margin-top: calc((-10 / 375) * 100vw);
    position: relative;
    z-index: 2;
  }
}
.vol7 .intro_img2 {
  width: calc((420 / 1280) * 100%);
  margin-top: -10px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol7 .intro_img2 {
    width: calc((245 / 375) * 100%);
    margin-top: calc((46 / 375) * 100vw);
    margin-left: 5.3%;
  }
}
@media screen and (max-width: 767px) {
  .vol7 .intro_box2 {
    display: flex;
    flex-direction: column-reverse;
  }
}
.vol7 .intro_text1 {
  width: calc((397 / 1280) * 100%);
  margin-left: calc((740 / 1280) * 100%);
  margin-top: -265px;
  line-height: 2.058;
}
@media screen and (max-width: 1279px) {
  .vol7 .intro_text1 {
    margin-top: calc((-265 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .intro_text1 {
    width: 89.4%;
    margin-top: calc((35 / 375) * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.vol7 .intro_img3 {
  width: calc((537 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .intro_img3 {
    width: 89.4%;
    margin-top: calc((25 / 375) * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.vol7 .ship {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .vol7 .ship {
    margin-top: calc((60 / 375) * 100vw);
  }
}
.vol7 .ship_container {
  position: relative;
  padding: 68px 0 58px;
}
@media screen and (max-width: 767px) {
  .vol7 .ship_container {
    padding: 2.6666666667vw 0 5.3333333333vw;
  }
}
.vol7 .ship_container::before {
  content: "";
  display: block;
  width: 89.84375%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol7 .ship_container::before {
    width: 89.4%;
    left: 5.3%;
  }
}
.vol7 .ship_box1 {
  width: calc((537 / 1280) * 100%);
  margin-left: calc((60 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .ship_box1 {
    width: 89.4%;
    padding: 0 5.3%;
  }
}
.vol7 .ship_ttl1 {
  text-align: center;
  color: #7ecef4;
  font-size: min(3.90625vw, 50px);
}
@media screen and (max-width: 767px) {
  .vol7 .ship_ttl1 {
    font-size: 9.3333333333vw;
    text-align: left;
  }
}
.vol7 .ship_text1 {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .vol7 .ship_text1 {
    margin-top: calc((5 / 375) * 100vw);
  }
}
.vol7 .ship_text1_min {
  font-size: 13px;
}
.vol7 .ship_box2 {
  position: relative;
}
.vol7 .ship_img1 {
  width: calc((537 / 1280) * 100%);
  margin-left: calc((60 / 1280) * 100%);
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .vol7 .ship_img1 {
    width: calc((311 / 375) * 100%);
    margin-top: calc((25 / 375) * 100vw);
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .vol7 .ship_box3 {
    position: relative;
    margin-top: calc((45 / 375) * 100vw);
  }
}
.vol7 .ship_ttl2 {
  position: absolute;
  top: 0;
  left: calc((680 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .ship_ttl2 {
    left: calc((38 / 375) * 100%);
  }
}
.vol7 .ship_img2 {
  width: calc((354 / 1280) * 100%);
  position: absolute;
  top: 190px;
  right: 0;
}
@media screen and (max-width: 1279px) {
  .vol7 .ship_img2 {
    top: calc((190 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .ship_img2 {
    width: calc((155 / 375) * 100%);
    margin-left: auto;
    position: static;
  }
}
.vol7 .ship_img3 {
  width: calc((336 / 1280) * 100%);
  position: absolute;
  left: calc((140 / 1280) * 100%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol7 .ship_img3 {
    width: calc((155 / 375) * 100%);
    position: static;
    margin-left: calc((172 / 375) * 100%);
    margin-top: calc((38 / 375) * 100vw);
  }
}
.vol7 .ship_text2 {
  width: calc((490 / 1280) * 100%);
  margin-top: 150px;
  margin-left: calc((533 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol7 .ship_text2 {
    margin-top: calc((150 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .ship_text2 {
    width: 89.4%;
    padding: 0 5.3%;
    margin-top: calc((38 / 375) * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.vol7 .ship_text2 span {
  display: block;
  margin-top: 5px;
}
.vol7 .ship_linkBox {
  max-width: 660px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 16px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .vol7 .ship_linkBox {
    padding: 0 5.3%;
    margin-top: calc((25 / 375) * 100vw);
  }
}
.vol7 .ship_linkBox a {
  display: block;
  width: 322px;
  padding: 15px 0;
  background: #00b9ef;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .vol7 .ship_linkBox a {
    width: 89.4%;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .vol7 .ship_linkBox a:nth-child(2) {
    letter-spacing: 0;
  }
}
.vol7 .linkBox {
  padding: 90px 0 110px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vol7 .linkBox {
    padding: 13.3333333333vw 0 9.3333333333vw;
  }
}
.vol7 .linkBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.95%;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .vol7 .linkBox ul {
    display: block;
    max-width: 614px;
    margin-top: 20px;
  }
}
.vol7 .linkBox li {
  width: 30.7%;
}
@media screen and (max-width: 767px) {
  .vol7 .linkBox li {
    width: 100%;
  }
}
.vol7 .linkBox li img {
  width: 100%;
}
.vol7 .island_mv {
  position: relative;
}
.vol7 .island_mv img {
  width: 100%;
}
.vol7 .island_mv::before {
  content: "";
  display: block;
  width: min(9.0277777778vw, 130px);
  height: min(9.0277777778vw, 130px);
  background: #7ecef4;
  opacity: 0.8;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .vol7 .island_mv::before {
    width: 13.3333333333vw;
    height: 26.6666666667vw;
  }
}
.vol7 .island_mv .inner {
  position: relative;
}
.vol7 .island_mainTtl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.vol7 .island_mainTtl img {
  width: 100%;
}
.vol7 .island_intro {
  position: relative;
}
.vol7 .island_intro .day_readBox {
  margin-top: min(28.125vw, 360px);
}
@media screen and (max-width: 1279px) {
  .vol7 .island_intro .day_readBox {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .vol7 .island_intro .day_readBox {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island_intro .day_readBox {
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
    margin-top: calc((76 / 375) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island_intro .day_readBox p + p {
    margin-top: 40px;
  }
}
.vol7 .island_intro .day_mv_ttl {
  right: 0;
}
@media screen and (min-width: 768px) {
  .vol7 .island_intro .day_mv_ttl {
    font-size: min(3.90625vw, 50px);
  }
}
@media screen and (max-width: 1279px) {
  .vol7 .island_intro .day_mv_ttl {
    position: static;
    margin-top: 10vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island_intro .day_mv_ttl {
    margin-right: auto;
    margin-top: calc((200 / 375) * 100vw);
  }
}
.vol7 .island1 .island_mainTtl {
  width: min(47.1875vw, 604px);
  transform: translateY(-13%);
}
@media screen and (max-width: 767px) {
  .vol7 .island1 .island_mainTtl {
    width: 99%;
    transform: translateY(-11%);
  }
}
.vol7 .island1 .day_mv_ttl {
  transform: translateY(5%);
}
.vol7 .island1_cont1 {
  margin-top: calc((197 / 1280) * 100vw);
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont1 {
    margin-top: 84px;
  }
}
.vol7 .island1_cont1_read1 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont1_read1 {
    width: 89.4%;
    margin: 20px auto 0;
  }
}
.vol7 .island1_cont1_text1 {
  width: calc((614 / 1280) * 100%);
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont1_text1 {
    width: 89.4%;
    margin: 10px auto 0;
  }
}
.vol7 .island1_cont2 {
  margin-top: 127px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont2 {
    margin-top: 84px;
  }
}
.vol7 .island1_cont2_1 {
  width: calc((311 / 1280) * 100%);
  position: absolute;
  bottom: 100%;
  right: calc((77 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont2_1 {
    position: static;
    width: calc((167 / 375) * 100%);
    margin-top: calc((48 / 375) * 100vw);
    margin-left: calc((150 / 375) * 100%);
  }
}
.vol7 .island1_cont2_2 {
  width: calc((426 / 1280) * 100%);
  margin-left: calc((217 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont2_2 {
    width: calc((234 / 375) * 100%);
    margin-top: calc((40 / 375) * 100vw);
    margin-left: 0;
  }
}
.vol7 .island1_cont2_box1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont2_box1 {
    margin-top: calc((63 / 375) * 100vw);
  }
}
.vol7 .island1_cont2_3 {
  width: calc((311 / 1280) * 100%);
  margin-left: calc((760 / 1280) * 100%);
  margin-top: -58px;
}
@media screen and (max-width: 1000px) {
  .vol7 .island1_cont2_3 {
    margin-top: calc((-58 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont2_3 {
    width: calc((167 / 375) * 100%);
    margin-top: 0;
    margin-left: auto;
  }
}
.vol7 .island1_cont2_read1 {
  position: absolute;
  top: 170px;
  left: calc((224 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol7 .island1_cont2_read1 {
    top: calc((170 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont2_read1 {
    top: 0;
    left: calc((55 / 375) * 100%);
    z-index: 2;
  }
}
.vol7 .island1_cont2_4 {
  width: calc((670 / 1280) * 100%);
  margin-left: calc((533 / 1280) * 100%);
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont2_4 {
    width: calc((290 / 375) * 100%);
    margin-top: calc((90 / 375) * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.vol7 .island1_cont2_text1 {
  width: calc((332 / 1280) * 100%);
  position: absolute;
  left: calc((140 / 1280) * 100%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont2_text1 {
    width: calc((290 / 375) * 100%);
    margin: 10px auto 0;
    position: static;
  }
}
.vol7 .island1_cont3 {
  margin-top: 202px;
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont3 {
    margin-top: 72px;
  }
}
.vol7 .island1_cont3_box1 {
  position: relative;
  margin-top: 118px;
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont3_box1 {
    margin-top: calc((30 / 375) * 100vw);
  }
}
.vol7 .island1_cont3_read1 {
  position: absolute;
  top: 0;
  left: calc((758 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont3_read1 {
    top: 50%;
    left: calc((235 / 375) * 100%);
    transform: translateY(-50%);
  }
}
.vol7 .island1_cont3_2 {
  width: calc((448 / 1280) * 100%);
  margin-left: calc((140 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont3_2 {
    width: calc((167 / 375) * 100%);
    margin-left: 5.3%;
  }
}
.vol7 .island1_cont3_text1 {
  width: calc((366 / 1280) * 100%);
  margin-top: 70px;
  margin-left: calc((140 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol7 .island1_cont3_text1 {
    margin-top: calc((70 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont3_text1 {
    width: calc((167 / 375) * 100%);
    margin-top: 10px;
    margin-left: 5.3%;
  }
}
.vol7 .island1_cont3_3 {
  width: calc((448 / 1280) * 100%);
  margin-left: calc((688 / 1280) * 100%);
  margin-top: -90px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island1_cont3_3 {
    margin-top: calc((-90 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont3_3 {
    width: calc((182 / 375) * 100%);
    margin-top: 70px;
    margin-left: auto;
  }
}
.vol7 .island1_cont3_box2 {
  width: calc((670 / 1280) * 100%);
  margin-left: calc((248 / 1280) * 100%);
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island1_cont3_box2 {
    margin-top: calc((100 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont3_box2 {
    margin-top: calc((52 / 375) * 100vw);
    width: calc((335 / 375) * 100%);
    margin-left: auto;
    margin-right: auto;
  }
}
.vol7 .island1_cont3_read2 {
  position: absolute;
  left: 5%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont3_read2 {
    transform: translateY(-59.5%);
  }
}
.vol7 .island1_cont3_text2 {
  margin-top: 50px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island1_cont3_text2 {
    margin-top: calc((50 / 1280) * 100vw);
  }
}
.vol7 .island1_cont4 {
  margin-top: 190px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont4 {
    margin-top: 78px;
  }
}
.vol7 .island1_cont4_1 {
  width: calc((611 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont4_1 {
    width: calc((291 / 375) * 100%);
  }
}
.vol7 .island1_cont4_2 {
  width: calc((365 / 1280) * 100%);
  position: absolute;
  left: calc((777 / 1280) * 100%);
  top: 132px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island1_cont4_2 {
    top: calc((132 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont4_2 {
    width: calc((150 / 375) * 100%);
    margin-left: calc((171 / 375) * 100%);
    margin-top: calc((53 / 375) * 100vw);
    position: static;
  }
}
.vol7 .island1_cont4_box1 {
  position: relative;
}
.vol7 .island1_cont4_3 {
  width: calc((670 / 1280) * 100%);
  margin-left: calc((400 / 1280) * 100%);
  margin-top: 146px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island1_cont4_3 {
    margin-top: calc((140 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont4_3 {
    width: calc((203 / 375) * 100%);
    margin-left: auto;
    margin-top: calc((47 / 375) * 100vw);
  }
}
.vol7 .island1_cont4_read1 {
  position: absolute;
  top: 0;
  left: calc((127 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont4_read1 {
    left: calc((38 / 375) * 100%);
    transform: translateY(-50%);
  }
}
.vol7 .island1_cont4_text1 {
  width: calc((670 / 1280) * 100%);
  margin-left: calc((400 / 1280) * 100%);
  margin-top: 50px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island1_cont4_text1 {
    margin-top: calc((50 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont4_text1 {
    width: 89.4%;
    margin-top: calc((32 / 375) * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.vol7 .island1_cont5 {
  margin-top: 190px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont5 {
    margin-top: 76px;
  }
}
.vol7 .island1_cont5_1 {
  width: calc((583 / 1280) * 100%);
  position: absolute;
  top: 0;
  left: calc((56 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont5_1 {
    width: calc((291 / 375) * 100%);
    position: static;
  }
  .vol7 .island1_cont5_1 p {
    padding-left: 5.3%;
  }
}
.vol7 .island1_cont5_box1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont5_box1 {
    margin-top: calc((52 / 375) * 100vw);
    padding-top: 1px;
  }
}
.vol7 .island1_cont5_read1 {
  position: absolute;
  top: 0;
  left: calc((695 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont5_read1 {
    left: calc((36 / 375) * 100%);
  }
}
.vol7 .island1_cont5_2 {
  width: calc((311 / 1280) * 100%);
  margin-left: calc((930 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont5_2 {
    width: calc((189 / 375) * 100%);
    margin-left: auto;
    margin-right: 5.3%;
    margin-top: calc((20 / 375) * 100vw);
  }
}
.vol7 .island1_cont5_text1 {
  width: calc((256 / 1280) * 100%);
  margin-left: calc((930 / 1280) * 100%);
  margin-top: 78px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island1_cont5_text1 {
    margin-top: calc((78 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont5_text1 {
    width: 89.4%;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc((75 / 375) * 100vw);
  }
}
.vol7 .island1_cont5_3 {
  width: calc((519 / 1280) * 100%);
  margin-left: calc((216 / 1280) * 100%);
  margin-top: -92px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island1_cont5_3 {
    margin-top: calc((-92 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont5_3 {
    width: calc((224 / 375) * 100%);
    margin-top: calc((38 / 375) * 100vw);
    margin-left: 5.3%;
  }
}
.vol7 .island1_cont5_text2 {
  width: calc((519 / 1280) * 100%);
  margin-left: calc((216 / 1280) * 100%);
  margin-top: 52px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island1_cont5_text2 {
    margin-top: calc((52 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island1_cont5_text2 {
    width: calc((224 / 375) * 100%);
    margin-top: 10px;
    margin-left: 5.3%;
  }
}
.vol7 .island2 .island_mv::before {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .vol7 .island2 .island_mv::before {
    left: auto;
    right: 0;
  }
}
.vol7 .island2 .island_mainTtl {
  left: auto;
  right: 0;
  width: min(73.28125vw, 938px);
  transform: translateY(-28%);
}
@media screen and (max-width: 767px) {
  .vol7 .island2 .island_mainTtl {
    left: 0;
    right: auto;
    width: 88%;
    transform: translateY(-10%);
  }
}
.vol7 .island2 .day_mv_ttl {
  transform: translateY(-10%);
}
@media screen and (max-width: 1279px) {
  .vol7 .island2 .day_mv_ttl {
    transform: none;
  }
}
.vol7 .island2_cont1 {
  margin-top: calc((155 / 1280) * 100vw);
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont1 {
    margin-top: 84px;
  }
}
.vol7 .island2_cont1_box1 {
  position: relative;
}
.vol7 .island2_cont1_read1 {
  position: absolute;
  top: 100%;
  right: 10%;
  transform: translateY(-36%);
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont1_read1 {
    transform: translateY(-18%);
  }
}
.vol7 .island2_cont1_box2 {
  position: relative;
  margin-top: 105px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island2_cont1_box2 {
    margin-top: calc((105 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont1_box2 {
    margin-top: 20px;
  }
}
.vol7 .island2_cont1_text1 {
  width: calc((387 / 1280) * 100%);
  margin-left: calc((419 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont1_text1 {
    width: calc((213 / 375) * 100%);
    margin-left: 5.3%;
  }
}
.vol7 .island2_cont1_2 {
  width: calc((311 / 1280) * 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont1_2 {
    width: calc((182 / 375) * 100%);
    margin-top: calc((40 / 375) * 100vw);
    position: static;
  }
}
.vol7 .island2_cont1_box3 {
  position: relative;
  margin-top: 200px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island2_cont1_box3 {
    margin-top: calc((200 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont1_box3 {
    margin-top: calc((32 / 375) * 100vw);
  }
}
.vol7 .island2_cont1_3 {
  width: calc((426 / 1280) * 100%);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont1_3 {
    width: calc((229 / 375) * 100%);
    margin-left: calc((116 / 375) * 100%);
  }
}
.vol7 .island2_cont1_box4 {
  width: calc((583 / 1280) * 100%);
  position: absolute;
  top: 119px;
  left: calc((90 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol7 .island2_cont1_box4 {
    top: calc((119 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont1_box4 {
    width: calc((291 / 375) * 100%);
    margin-top: calc((53 / 375) * 100vw);
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
}
.vol7 .island2_cont1_text2 {
  margin-top: 25px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island2_cont1_text2 {
    margin-top: calc((25 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont1_text2 {
    margin-top: 10px;
  }
}
.vol7 .island2_cont2 {
  position: relative;
}
.vol7 .island2_cont2_1 {
  width: calc((311 / 1280) * 100%);
  margin-left: calc((830 / 1280) * 100%);
  margin-top: 160px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island2_cont2_1 {
    margin-top: calc((160 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont2_1 {
    width: calc((155 / 375) * 100%);
    margin-left: auto;
  }
}
.vol7 .island2_cont2_box1 {
  position: relative;
  margin-top: 67px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island2_cont2_box1 {
    margin-top: calc((67 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont2_box1 {
    position: static;
  }
}
.vol7 .island2_cont2_read1 {
  position: absolute;
  top: 0;
  left: calc((530 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont2_read1 {
    left: calc((40 / 375) * 100%);
  }
}
.vol7 .island2_cont2_2 {
  width: calc((311 / 1280) * 100%);
  margin-left: calc((139 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont2_2 {
    width: calc((155 / 375) * 100%);
    margin-top: 25px;
    margin-left: calc((188 / 375) * 100%);
  }
}
.vol7 .island2_cont2_text2 {
  width: calc((360 / 1280) * 100%);
  margin-left: calc((784 / 1280) * 100%);
  margin-top: -48px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island2_cont2_text2 {
    margin-top: calc((-48 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont2_text2 {
    width: 89.4%;
    margin: 25px auto;
  }
}
.vol7 .island2_cont3 {
  position: relative;
  margin-top: 240px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island2_cont3 {
    margin-top: calc((240 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont3 {
    margin-top: calc((66 / 375) * 100vw);
  }
}
.vol7 .island2_cont3_1 {
  width: calc((477 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont3_1 {
    width: calc((201 / 375) * 100%);
    margin-left: auto;
  }
}
.vol7 .island2_cont3_box1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont3_box1 {
    position: static;
  }
}
.vol7 .island2_cont3_read1 {
  position: absolute;
  left: calc((890 / 1280) * 100%);
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont3_read1 {
    bottom: auto;
    top: 0;
    left: calc((34 / 375) * 100%);
  }
}
.vol7 .island2_cont3_box2 {
  width: calc((670 / 1280) * 100%);
  margin-left: calc((68 / 1280) * 100%);
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont3_box2 {
    margin-top: calc((80 / 375) * 100vw);
    width: calc((291 / 375) * 100%);
    margin-left: auto;
    margin-right: auto;
  }
}
.vol7 .island2_cont3_text1 {
  width: 89.552238806%;
  margin-top: 76px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont3_text1 {
    width: 100%;
    margin-top: 10px;
  }
}
.vol7 .island2_cont3_3 {
  width: calc((365 / 1280) * 100%);
  position: absolute;
  top: 0;
  left: calc((638 / 1280) * 100%);
  transform: translateY(-35%);
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont3_3 {
    width: calc((167 / 375) * 100%);
    margin-top: calc((45 / 375) * 100vw);
    margin-left: calc((151 / 375) * 100%);
    transform: none;
    position: static;
  }
}
.vol7 .island2_cont3_4 {
  width: calc((426 / 1280) * 100%);
  position: absolute;
  right: 0;
  top: 264px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island2_cont3_4 {
    top: calc((264 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont3_4 {
    width: calc((234 / 375) * 100%);
    margin-top: calc((38 / 375) * 100vw);
    position: static;
  }
}
.vol7 .island2_cont3_box3 {
  position: relative;
  margin-top: 125px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island2_cont3_box3 {
    margin-top: calc((125 / 1280) * 100vw);
  }
}
.vol7 .island2_cont3_5 {
  width: calc((798 / 1280) * 100%);
  margin-left: calc((341 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont3_5 {
    width: 89.4%;
    margin-top: calc((57 / 375) * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.vol7 .island2_cont3_text2 {
  width: calc((169 / 1280) * 100%);
  position: absolute;
  left: calc((140 / 1280) * 100%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol7 .island2_cont3_text2 {
    width: 89.4%;
    margin: 10px auto 0;
    position: static;
  }
}
.vol7 .island3 .island_mainTtl {
  width: min(41.40625vw, 530px);
  transform: translateY(-13%);
}
@media screen and (max-width: 767px) {
  .vol7 .island3 .island_mainTtl {
    width: 88%;
    transform: translateY(-11%);
  }
}
.vol7 .island3_cont1 {
  position: relative;
  margin-top: 208px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island3_cont1 {
    margin-top: calc((208 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island3_cont1 {
    margin-top: calc((84 / 1280) * 100vw);
  }
}
.vol7 .island3_cont1_read1 {
  margin-top: 40px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island3_cont1_read1 {
    margin-top: calc((40 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island3_cont1_read1 {
    width: 89.4%;
    margin-top: calc((20 / 375) * 100vw);
    margin-left: 5.3%;
  }
}
.vol7 .island3_cont2 {
  position: relative;
}
.vol7 .island3_cont2_text1 {
  width: calc((614 / 1280) * 100%);
  margin-left: calc((140 / 1280) * 100%);
  margin-top: 20px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island3_cont2_text1 {
    margin-top: calc((20 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island3_cont2_text1 {
    width: 89.4%;
    margin: 10px auto 0;
  }
}
.vol7 .island3_cont2_1 {
  width: calc((311 / 1280) * 100%);
  position: absolute;
  top: 0;
  left: calc((884 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol7 .island3_cont2_1 {
    width: calc((167 / 375) * 100%);
    margin-left: calc((41 / 375) * 100%);
    margin-top: calc((44 / 375) * 100vw);
    position: static;
  }
}
.vol7 .island3_cont2_2 {
  width: calc((426 / 1280) * 100%);
  margin-top: 120px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island3_cont2_2 {
    margin-top: calc((120 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island3_cont2_2 {
    width: calc((234 / 375) * 100%);
    margin-top: calc((38 / 375) * 100vw);
    margin-left: auto;
  }
}
.vol7 .island3_cont2_3 {
  width: calc((311 / 1280) * 100%);
  margin-left: calc((755 / 1280) * 100%);
  margin-top: -62px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island3_cont2_3 {
    margin-top: calc((-62 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island3_cont2_3 {
    width: calc((165 / 375) * 100%);
    margin-top: calc((38 / 375) * 100vw);
    margin-left: calc((68 / 375) * 100%);
  }
}
.vol7 .island3_cont2_text3 {
  width: calc((268 / 1280) * 100%);
  position: absolute;
  left: calc((866 / 1280) * 100%);
  bottom: 22px;
}
@media screen and (max-width: 767px) {
  .vol7 .island3_cont2_text3 {
    width: calc((291 / 375) * 100%);
    margin-top: calc((40 / 375) * 100vw);
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
}
.vol7 .island3_cont2_4 {
  width: calc((670 / 1280) * 100%);
  margin-left: calc((138 / 1280) * 100%);
  margin-top: 108px;
}
@media screen and (max-width: 1279px) {
  .vol7 .island3_cont2_4 {
    margin-top: calc((108 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol7 .island3_cont2_4 {
    width: calc((291 / 375) * 100%);
    margin-top: calc((38 / 375) * 100vw);
  }
}
.vol7 .island3_cont2_text2 {
  margin-top: 5px;
}
.vol7 .inwoWrap {
  background: #dff2fc;
  margin-top: 140px;
  padding: 54px 0 0;
}
.vol8 .header01 {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-top: min(3.125vw, 40px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vol8 .header01 {
    padding-top: 10.6666666667vw;
  }
}
.vol8 .header01_logo {
  width: min(22.65625vw, 290px);
  height: min(21.875vw, 280px);
  padding-top: min(3.125vw, 40px);
  margin-left: auto;
  background: #7ecef4;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol8 .header01_logo {
    width: calc((140 / 375) * 100%);
    height: min(60.5333333333vw, 227px);
  }
}
.vol8 .header01_logo img {
  width: 64.1379310345%;
}
@media screen and (max-width: 767px) {
  .vol8 .header01_logo img {
    width: 72.1428571429%;
  }
}
.vol8 .header01_headText {
  padding-left: min(13.28125vw, 170px);
  font-size: min(2.34375vw, 30px);
  line-height: 1.733;
}
@media screen and (max-width: 767px) {
  .vol8 .header01_headText {
    padding-left: 7.4666666667vw;
    position: relative;
    z-index: 2;
    font-size: 5.0666666667vw;
    line-height: 1.42;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  }
}
.vol8 .header01_ttl {
  width: min(56.25vw, 720px);
  position: absolute;
  left: min(11.71875vw, 150px);
  bottom: 0;
  transform: translateY(35%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vol8 .header01_ttl {
    width: calc((335 / 375) * 100%);
    margin-left: calc((18 / 375) * 100%);
    margin-top: calc((-20 / 375) * 100vw);
    position: relative;
    left: 0;
    transform: none;
  }
}
.vol8 .headerSliderWrap {
  position: relative;
  width: 100%;
  margin-top: min(2.734375vw, 35px);
}
@media screen and (max-width: 767px) {
  .vol8 .headerSliderWrap {
    margin-top: calc((-40 / 375) * 100vw);
  }
}
.vol8 .headerSliderMain {
  width: 75.625%;
  margin-left: min(9.375vw, 120px);
}
@media screen and (max-width: 767px) {
  .vol8 .headerSliderMain {
    width: calc((323 / 375) * 100%);
    margin-left: 0;
  }
}
.vol8 .headerSliderSub {
  width: 34.0625%;
  margin-top: max(-8.59375vw, -110px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol8 .headerSliderSub {
    width: calc((248 / 375) * 100%);
    margin-top: calc((32 / 375) * 100vw);
  }
}
.vol8 .introWrap {
  background: #dff2fc;
  padding-top: min(33.125vw, 424px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol8 .introWrap {
    padding-top: 0;
    margin-top: calc((-60 / 375) * 100vw);
  }
}
.vol8 .introWrap::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: min(24.84375%, 318px);
  background: #dff2fc;
  position: absolute;
  left: 0;
  bottom: 100%;
}
@media screen and (max-width: 767px) {
  .vol8 .introWrap::before {
    padding-top: 93%;
  }
}
.vol8 .intro {
  position: relative;
}
.vol8 .intro_map {
  width: calc((545 / 1280) * 100%);
  position: absolute;
  top: -446px;
  left: calc((650 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol8 .intro_map {
    top: calc((-446 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .intro_map {
    width: 100%;
    overflow: hidden;
    position: static;
  }
  .vol8 .intro_map img {
    width: 105.6%;
    max-width: 105.6%;
    transform: translateX(9%);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .intro_box1 {
    position: relative;
  }
}
.vol8 .intro_title1 {
  color: #00b9ef;
  position: absolute;
  top: -30px;
  left: calc((560 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .intro_title1 {
    font-size: 6.6666666667vw;
    top: calc((-200 / 375) * 100vw);
    left: calc((40 / 375) * 100%);
  }
}
.vol8 .intro_img1 {
  width: calc((354 / 1280) * 100%);
  margin-left: calc((70 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .intro_img1 {
    width: calc((177 / 375) * 100%);
    margin-left: auto;
    margin-top: calc((-30 / 375) * 100vw);
    position: relative;
    z-index: 2;
  }
}
.vol8 .intro_img2 {
  width: calc((420 / 1280) * 100%);
  margin-top: -10px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol8 .intro_img2 {
    width: calc((245 / 375) * 100%);
    margin-top: calc((46 / 375) * 100vw);
    margin-left: 5.3%;
  }
}
@media screen and (max-width: 767px) {
  .vol8 .intro_box2 {
    display: flex;
    flex-direction: column-reverse;
  }
}
.vol8 .intro_text1 {
  width: calc((397 / 1280) * 100%);
  margin-left: calc((740 / 1280) * 100%);
  margin-top: -265px;
  line-height: 2.058;
}
@media screen and (max-width: 1279px) {
  .vol8 .intro_text1 {
    margin-top: calc((-265 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .intro_text1 {
    width: 89.4%;
    margin-top: calc((35 / 375) * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.vol8 .intro_img3 {
  width: calc((537 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .intro_img3 {
    width: 89.4%;
    margin-top: calc((25 / 375) * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.vol8 .ship {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .vol8 .ship {
    margin-top: calc((60 / 375) * 100vw);
  }
}
.vol8 .ship_container {
  position: relative;
  padding: 68px 0 58px;
}
@media screen and (max-width: 767px) {
  .vol8 .ship_container {
    padding: 2.6666666667vw 0 5.3333333333vw;
  }
}
.vol8 .ship_container::before {
  content: "";
  display: block;
  width: 89.84375%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol8 .ship_container::before {
    width: 89.4%;
    left: 5.3%;
  }
}
.vol8 .ship_box1 {
  width: calc((537 / 1280) * 100%);
  margin-left: calc((60 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .ship_box1 {
    width: 89.4%;
    padding: 0 5.3%;
  }
}
.vol8 .ship_ttl1 {
  text-align: center;
  color: #7ecef4;
  font-size: min(3.90625vw, 50px);
}
@media screen and (max-width: 767px) {
  .vol8 .ship_ttl1 {
    font-size: 9.3333333333vw;
    text-align: left;
  }
}
.vol8 .ship_text1 {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .vol8 .ship_text1 {
    margin-top: calc((5 / 375) * 100vw);
  }
}
.vol8 .ship_text1_min {
  font-size: 13px;
}
.vol8 .ship_box2 {
  position: relative;
}
.vol8 .ship_img1 {
  width: calc((537 / 1280) * 100%);
  margin-left: calc((60 / 1280) * 100%);
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .vol8 .ship_img1 {
    width: calc((311 / 375) * 100%);
    margin-top: calc((25 / 375) * 100vw);
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .vol8 .ship_box3 {
    position: relative;
    margin-top: calc((45 / 375) * 100vw);
  }
}
.vol8 .ship_ttl2 {
  position: absolute;
  top: 0;
  left: calc((680 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .ship_ttl2 {
    left: calc((38 / 375) * 100%);
  }
}
.vol8 .ship_img2 {
  width: calc((354 / 1280) * 100%);
  position: absolute;
  top: 190px;
  right: 0;
}
@media screen and (max-width: 1279px) {
  .vol8 .ship_img2 {
    top: calc((190 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .ship_img2 {
    width: calc((155 / 375) * 100%);
    margin-left: auto;
    position: static;
  }
}
.vol8 .ship_img3 {
  width: calc((336 / 1280) * 100%);
  position: absolute;
  left: calc((140 / 1280) * 100%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol8 .ship_img3 {
    width: calc((155 / 375) * 100%);
    position: static;
    margin-left: calc((172 / 375) * 100%);
    margin-top: calc((38 / 375) * 100vw);
  }
}
.vol8 .ship_text2 {
  width: calc((490 / 1280) * 100%);
  margin-top: 150px;
  margin-left: calc((533 / 1280) * 100%);
}
@media screen and (max-width: 1279px) {
  .vol8 .ship_text2 {
    margin-top: calc((150 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .ship_text2 {
    width: 89.4%;
    padding: 0 5.3%;
    margin-top: calc((38 / 375) * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.vol8 .ship_text2 span {
  display: block;
  margin-top: 5px;
}
.vol8 .ship_linkBox {
  max-width: 660px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 16px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .vol8 .ship_linkBox {
    padding: 0 5.3%;
    margin-top: calc((25 / 375) * 100vw);
  }
}
.vol8 .ship_linkBox a {
  display: block;
  width: 322px;
  padding: 15px 0;
  background: #00b9ef;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .vol8 .ship_linkBox a {
    width: 89.4%;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .vol8 .ship_linkBox a:nth-child(2) {
    letter-spacing: 0;
  }
}
.vol8 .linkBox {
  padding: 90px 0 110px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vol8 .linkBox {
    padding: 13.3333333333vw 0 9.3333333333vw;
  }
}
.vol8 .linkBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 3.95%;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .vol8 .linkBox ul {
    display: block;
    max-width: 614px;
    margin-top: 20px;
  }
}
.vol8 .linkBox li {
  width: 30.7%;
}
@media screen and (max-width: 767px) {
  .vol8 .linkBox li {
    width: 100%;
  }
}
.vol8 .linkBox li img {
  width: 100%;
}
.vol8 .island_mv {
  position: relative;
}
.vol8 .island_mv img {
  width: 100%;
}
.vol8 .island_mv::before {
  content: "";
  display: block;
  width: min(9.0277777778vw, 130px);
  height: min(9.0277777778vw, 130px);
  background: #7ecef4;
  opacity: 0.8;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .vol8 .island_mv::before {
    width: 13.3333333333vw;
    height: 26.6666666667vw;
  }
}
.vol8 .island_mv .inner {
  position: relative;
}
.vol8 .island_mainTtl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.vol8 .island_mainTtl img {
  width: 100%;
}
.vol8 .island_intro {
  position: relative;
}
.vol8 .island_intro .day_readBox {
  margin-top: min(27.34375vw, 350px);
}
@media screen and (max-width: 1279px) {
  .vol8 .island_intro .day_readBox {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .vol8 .island_intro .day_readBox {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island_intro .day_readBox {
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
    margin-top: calc((80 / 375) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island_intro .day_readBox p {
    height: 207px;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island_intro .day_readBox p + p {
    margin-top: 40px;
  }
}
.vol8 .island_intro .day_mv_ttl {
  right: 0;
}
@media screen and (min-width: 768px) {
  .vol8 .island_intro .day_mv_ttl {
    font-size: min(3.90625vw, 50px);
  }
}
@media screen and (max-width: 1279px) {
  .vol8 .island_intro .day_mv_ttl {
    position: static;
    margin-top: 10vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island_intro .day_mv_ttl {
    margin-right: auto;
    margin-top: calc((200 / 375) * 100vw);
  }
}
.vol8 .island1 .island_mainTtl {
  width: min(49.53125vw, 634px);
  transform: translateY(-32%);
}
@media screen and (max-width: 767px) {
  .vol8 .island1 .island_mainTtl {
    width: 78.9333333333vw;
    transform: translateY(-17%);
  }
}
.vol8 .island1 .day_mv_ttl {
  transform: translateY(10%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island1 .day_mv_ttl {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island1 .day_mv_ttl {
    margin-top: calc((178 / 375) * 100vw);
  }
}
.vol8 .island1_cont1 {
  margin-top: 197px;
}
@media screen and (max-width: 1000px) {
  .vol8 .island1_cont1 {
    margin-top: calc((197 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont1 {
    margin-top: 80px;
  }
}
.vol8 .island1_cont1_read1 {
  margin-top: 40px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont1_read1 {
    width: 89.4%;
    margin: 20px auto 0;
  }
}
.vol8 .island1_cont1_text1 {
  width: 55.6%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont1_text1 {
    width: 89.4%;
    margin: 10px auto 0;
  }
}
.vol8 .island1_cont2 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont2 {
    margin-top: calc((58 / 375) * 100vw);
  }
}
.vol8 .island1_cont2_read1 {
  position: absolute;
  top: min(29.53125vw, 378px);
  left: calc((220 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island1_cont2_read1 {
    top: min(26.5625vw, 340px);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont2_read1 {
    top: calc((152 / 375) * 100vw);
    left: calc((55 / 375) * 100%);
    z-index: 2;
  }
}
.vol8 .island1_cont2_1 {
  width: calc((371 / 1280) * 100%);
  margin-top: 105px;
  margin-left: calc((324 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island1_cont2_1 {
    margin-top: calc((105 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont2_1 {
    width: calc((167 / 375) * 100%);
    margin-top: calc((48 / 375) * 100vw);
    margin-left: 0;
  }
}
.vol8 .island1_cont2_2 {
  width: calc((369 / 1280) * 100%);
  position: absolute;
  top: -162px;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .vol8 .island1_cont2_2 {
    top: calc((-162 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont2_2 {
    width: calc((168 / 375) * 100%);
    margin-top: calc((-30 / 375) * 100vw);
    margin-left: auto;
    position: static;
  }
}
.vol8 .island1_cont2_3 {
  width: calc((670 / 1280) * 100%);
  margin-top: 278px;
  margin-left: calc((533 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island1_cont2_3 {
    margin-top: 340px;
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont2_3 {
    width: calc((291 / 375) * 100%);
    margin-top: calc((121 / 375) * 100vw);
    margin-left: 0;
  }
}
.vol8 .island1_cont2_text1 {
  width: calc((332 / 1280) * 100%);
  position: absolute;
  left: 10.9375%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont2_text1 {
    width: calc((291 / 375) * 100%);
    margin: 10px auto 0;
    position: static;
  }
}
.vol8 .island1_cont3 {
  margin-top: 198px;
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont3 {
    margin-top: calc((52 / 375) * 100vw);
  }
}
.vol8 .island1_cont3_1 {
  width: calc((1000 / 1280) * 100%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont3_1 {
    width: 89.4%;
  }
}
.vol8 .island1_cont3_box1 {
  position: relative;
}
.vol8 .island1_cont3_read1 {
  position: absolute;
  top: -84px;
  left: calc((628 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island1_cont3_read1 {
    top: calc((-84 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont3_read1 {
    top: calc((60 / 375) * 100vw);
    left: calc((237 / 375) * 100%);
  }
}
.vol8 .island1_cont3_2 {
  width: calc((448 / 1280) * 100%);
  margin-left: calc((56 / 1280) * 100%);
  margin-top: 203px;
}
@media screen and (max-width: 1000px) {
  .vol8 .island1_cont3_2 {
    margin-top: calc((203 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont3_2 {
    width: calc((203 / 375) * 100%);
    margin-left: 0;
    margin-top: calc((30 / 375) * 100vw);
  }
}
.vol8 .island1_cont3_text1 {
  width: calc((362 / 1280) * 100%);
  margin-top: 30px;
  margin-left: calc((143 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island1_cont3_text1 {
    margin-top: calc((30 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont3_text1 {
    width: calc((183 / 375) * 100%);
    margin-top: 10px;
    margin-left: 5.3%;
  }
}
.vol8 .island1_cont3_3 {
  width: calc((365 / 1280) * 100%);
  position: absolute;
  top: -84px;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .vol8 .island1_cont3_3 {
    top: calc((-84 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont3_3 {
    width: calc((167 / 375) * 100%);
    margin-top: calc((35 / 375) * 100vw);
    margin-left: auto;
    position: static;
  }
}
.vol8 .island1_cont3_4 {
  width: calc((365 / 1280) * 100%);
  margin-left: calc((743 / 1280) * 100%);
  margin-top: -67px;
}
@media screen and (max-width: 1000px) {
  .vol8 .island1_cont3_4 {
    margin-top: calc((-67 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont3_4 {
    width: calc((167 / 375) * 100%);
    margin-top: calc((-56 / 375) * 100vw);
    margin-left: 0;
  }
}
.vol8 .island1_cont4 {
  margin-top: 196px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont4 {
    margin-top: calc((106 / 375) * 100vw);
  }
}
.vol8 .island1_cont4_1 {
  width: calc((672 / 1280) * 100%);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont4_1 {
    width: 89.4%;
    margin-right: auto;
  }
}
.vol8 .island1_cont4_read1 {
  position: absolute;
  top: -88px;
  left: calc((245 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island1_cont4_read1 {
    top: calc((-88 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont4_read1 {
    top: calc((153 / 375) * 100vw);
    left: calc((33 / 375) * 100%);
  }
}
.vol8 .island1_cont4_2 {
  width: calc((448 / 1280) * 100%);
  position: absolute;
  left: calc((56 / 1280) * 100%);
  top: 402px;
}
@media screen and (max-width: 1000px) {
  .vol8 .island1_cont4_2 {
    top: calc((402 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont4_2 {
    width: calc((182 / 375) * 100%);
    margin-top: calc((40 / 375) * 100vw);
    margin-left: auto;
    position: static;
  }
}
.vol8 .island1_cont4_text1 {
  width: calc((596 / 1280) * 100%);
  margin-top: 20px;
  margin-left: calc((608 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont4_text1 {
    width: 89.4%;
    margin: 20px auto 0;
  }
}
.vol8 .island1_cont5 {
  margin-top: 262px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont5 {
    margin-top: calc((86 / 375) * 100vw);
  }
}
.vol8 .island1_cont5_1 {
  width: calc((670 / 1280) * 100%);
  margin-left: calc((196 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont5_1 {
    width: calc((291 / 375) * 100%);
    margin-left: auto;
  }
}
.vol8 .island1_cont5_read1 {
  position: absolute;
  top: 0;
  left: calc((956 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont5_read1 {
    top: calc((237 / 375) * 100vw);
    left: calc((248 / 375) * 100%);
  }
}
.vol8 .island1_cont5_text1 {
  width: calc((670 / 1280) * 100%);
  margin-left: calc((196 / 1280) * 100%);
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont5_text1 {
    width: calc((199 / 375) * 100%);
    margin-top: calc((20 / 375) * 100vw);
    margin-left: 5.3%;
    font-size: 14px;
  }
}
.vol8 .island1_cont6 {
  margin-top: 220px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont6 {
    margin-top: calc((80 / 375) * 100vw);
  }
}
.vol8 .island1_cont6_1 {
  width: calc((670 / 1280) * 100%);
  margin-left: calc((400 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont6_1 {
    width: calc((291 / 375) * 100%);
    margin-left: 0;
  }
}
.vol8 .island1_cont6_box1 {
  margin-top: 138px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .vol8 .island1_cont6_box1 {
    margin-top: calc((138 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont6_box1 {
    margin-top: calc((54 / 375) * 100vw);
  }
}
.vol8 .island1_cont6_read1 {
  position: absolute;
  top: 0;
  left: calc((670 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont6_read1 {
    left: calc((32 / 375) * 100%);
  }
}
.vol8 .island1_cont6_2 {
  width: calc((583 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont6_2 {
    width: calc((203 / 375) * 100%);
    margin-left: auto;
  }
}
.vol8 .island1_cont6_3 {
  width: calc((365 / 1280) * 100%);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont6_3 {
    width: calc((155 / 375) * 100%);
    margin-top: calc((82 / 375) * 100vw);
    margin-left: auto;
    position: static;
  }
}
.vol8 .island1_cont6_4 {
  width: calc((365 / 1280) * 100%);
  margin-top: 110px;
  margin-left: calc((771 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island1_cont6_4 {
    margin-top: calc((110 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont6_4 {
    width: calc((179 / 375) * 100%);
    margin-top: calc((-20 / 375) * 100vw);
    margin-left: calc((20 / 375) * 100%);
  }
}
.vol8 .island1_cont6_text1 {
  width: calc((527 / 1280) * 100%);
  position: absolute;
  top: 440px;
  left: calc((56 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont6_text1 {
    width: 89.4%;
    margin: 20px auto 0;
    position: static;
  }
}
.vol8 .island1_cont7 {
  margin-top: 112px;
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont7 {
    margin-top: calc((80 / 375) * 100vw);
  }
}
.vol8 .island1_cont7_1 {
  width: calc((1000 / 1280) * 100%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont7_1 {
    width: calc((291 / 375) * 100%);
    margin-right: 0;
  }
}
.vol8 .island1_cont7_box1 {
  position: relative;
}
.vol8 .island1_cont7_read1 {
  position: absolute;
  top: 0;
  left: calc((932 / 1280) * 100%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont7_read1 {
    left: calc((255 / 375) * 100%);
    transform: translateY(-20.5%);
  }
}
.vol8 .island1_cont7_text1 {
  width: calc((534 / 1280) * 100%);
  margin-top: 55px;
  margin-left: 10.9375%;
}
@media screen and (max-width: 767px) {
  .vol8 .island1_cont7_text1 {
    width: calc((213 / 375) * 100%);
    margin-top: calc((25 / 375) * 100vw);
    margin-left: calc((20 / 375) * 100%);
    font-size: 14px;
  }
}
.vol8 .island2 .island_mainTtl {
  width: min(56.640625vw, 725px);
  transform: translateY(-32%);
}
@media screen and (max-width: 767px) {
  .vol8 .island2 .island_mainTtl {
    width: 90.6666666667vw;
    transform: translateY(-17%);
  }
}
.vol8 .island2 .island_mv::before {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .vol8 .island2 .island_mv::before {
    left: auto;
    right: 0;
  }
}
.vol8 .island2 .day_mv_ttl {
  transform: translateY(10%);
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .vol8 .island2 .day_mv_ttl {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island2 .day_mv_ttl {
    margin-top: calc((178 / 375) * 100vw);
  }
}
.vol8 .island2_cont1 {
  margin-top: 150px;
}
@media screen and (max-width: 1000px) {
  .vol8 .island2_cont1 {
    margin-top: calc((150 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island2_cont1 {
    margin-top: 80px;
  }
}
.vol8 .island2_cont1_read1 {
  margin-top: 40px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .vol8 .island2_cont1_read1 {
    width: 89.4%;
    margin: 20px auto 0;
  }
}
.vol8 .island2_cont1_text1 {
  width: 67.3%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .vol8 .island2_cont1_text1 {
    width: 89.4%;
    margin: 10px auto 0;
  }
}
.vol8 .island2_cont2 {
  position: relative;
}
.vol8 .island2_cont2_box1 {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 141px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .vol8 .island2_cont2_box1 {
    margin-top: calc((141 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island2_cont2_box1 {
    display: block;
    margin-top: calc((46 / 375) * 100vw);
  }
}
.vol8 .island2_cont2_1 {
  width: calc((311 / 1280) * 100%);
  position: absolute;
  right: 0;
  top: -229px;
}
@media screen and (max-width: 1000px) {
  .vol8 .island2_cont2_1 {
    top: calc((-229 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island2_cont2_1 {
    width: calc((167 / 375) * 100%);
    margin-left: calc((158 / 375) * 100%);
    position: static;
  }
}
.vol8 .island2_cont2_2 {
  width: calc((426 / 1280) * 100%);
  margin-top: -167px;
}
@media screen and (max-width: 1000px) {
  .vol8 .island2_cont2_2 {
    margin-top: calc((-167 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island2_cont2_2 {
    width: calc((203 / 375) * 100%);
    margin-top: calc((59 / 375) * 100vw);
  }
}
.vol8 .island2_cont2_3 {
  width: calc((289 / 1280) * 100%);
  margin-left: calc((557 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island2_cont2_3 {
    width: calc((138 / 375) * 100%);
    margin-top: calc((30 / 375) * 100vw);
    margin-left: calc((149 / 375) * 100%);
  }
}
.vol8 .island2_cont2_4 {
  width: calc((583 / 1280) * 100%);
  margin-top: 10px;
  margin-left: calc((557 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island2_cont2_4 {
    width: calc((291 / 375) * 100%);
    margin-top: calc((36 / 375) * 100vw);
    margin-left: calc((41 / 375) * 100%);
  }
}
.vol8 .island2_cont2_text1 {
  width: calc((289 / 1280) * 100%);
  position: absolute;
  left: calc((238 / 1280) * 100%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol8 .island2_cont2_text1 {
    width: calc((291 / 375) * 100%);
    margin-top: 24px;
    margin-left: calc((41 / 375) * 100%);
    position: static;
  }
}
.vol8 .island3 .island_mainTtl {
  width: min(49.53125vw, 634px);
  transform: translateY(-32%);
}
@media screen and (max-width: 767px) {
  .vol8 .island3 .island_mainTtl {
    width: 73.0666666667vw;
    transform: translateY(-17%);
  }
}
.vol8 .island3 .day_mv_ttl {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .vol8 .island3 .day_mv_ttl {
    margin-top: calc((178 / 375) * 100vw);
  }
}
.vol8 .island3_cont1 {
  margin-top: 220px;
}
@media screen and (max-width: 1000px) {
  .vol8 .island3_cont1 {
    margin-top: calc((220 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont1 {
    margin-top: 84px;
  }
}
.vol8 .island3_cont1_1 {
  width: calc((1000 / 1280) * 100%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont1_1 {
    width: 100%;
  }
}
.vol8 .island3_cont1_box1 {
  margin-top: 94px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .vol8 .island3_cont1_box1 {
    margin-top: calc((94 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont1_box1 {
    margin-top: calc((34 / 375) * 100vw);
  }
}
.vol8 .island3_cont1_read1 {
  position: absolute;
  top: 0;
  left: calc((538 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont1_read1 {
    transform: translateY(-46%);
    left: calc((29 / 375) * 100%);
  }
}
.vol8 .island3_cont1_2 {
  width: calc((311 / 1280) * 100%);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont1_2 {
    width: calc((155 / 375) * 100%);
    margin-left: calc((159 / 375) * 100%);
  }
}
.vol8 .island3_cont1_text1 {
  width: calc((343 / 1280) * 100%);
  margin-top: 168px;
  margin-left: calc((796 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island3_cont1_text1 {
    margin-top: calc((168 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont1_text1 {
    width: 89.4%;
    margin-top: calc((48 / 375) * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.vol8 .island3_cont1_3 {
  width: calc((426 / 1280) * 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont1_3 {
    width: calc((229 / 375) * 100%);
    margin-top: calc((38 / 375) * 100vw);
    position: static;
  }
}
.vol8 .island3_cont1_4 {
  width: calc((311 / 1280) * 100%);
  position: absolute;
  left: calc((235 / 1280) * 100%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont1_4 {
    width: calc((155 / 375) * 100%);
    margin-top: calc((46 / 375) * 100vw);
    margin-left: calc((198 / 375) * 100%);
    position: static;
  }
}
.vol8 .island3_cont1_5 {
  width: calc((670 / 1280) * 100%);
  margin-top: 137px;
  margin-left: calc((469 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island3_cont1_5 {
    margin-top: calc((137 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont1_5 {
    width: calc((291 / 375) * 100%);
    margin-top: calc((46 / 375) * 100vw);
    margin-left: calc((34 / 375) * 100%);
  }
}
.vol8 .island3_cont2 {
  margin-top: 223px;
}
@media screen and (max-width: 1000px) {
  .vol8 .island3_cont2 {
    margin-top: calc((223 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont2 {
    margin-top: 84px;
  }
}
.vol8 .island3_cont2_1 {
  width: calc((670 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont2_1 {
    width: calc((229 / 375) * 100%);
    margin-left: 5.3%;
  }
}
.vol8 .island3_cont2_box1 {
  margin-top: 159px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .vol8 .island3_cont2_box1 {
    margin-top: calc((159 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont2_box1 {
    margin-top: calc((46 / 375) * 100vw);
  }
}
.vol8 .island3_cont2_read1 {
  position: absolute;
  top: -22px;
  left: calc((588 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island3_cont2_read1 {
    top: calc((-22 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont2_read1 {
    top: calc((28 / 375) * 100vw);
    left: calc((30 / 375) * 100%);
  }
}
.vol8 .island3_cont2_2 {
  width: calc((427 / 1280) * 100%);
  position: absolute;
  top: -425px;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .vol8 .island3_cont2_2 {
    top: calc((-425 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont2_2 {
    width: calc((201 / 375) * 100%);
    margin-left: auto;
    position: static;
  }
}
.vol8 .island3_cont2_3 {
  width: calc((317 / 1280) * 100%);
  margin-left: calc((139 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont2_3 {
    width: calc((155 / 375) * 100%);
    margin-left: calc((194 / 375) * 100%);
    margin-top: calc((77 / 375) * 100vw);
  }
}
.vol8 .island3_cont2_4 {
  width: calc((311 / 1280) * 100%);
  margin-top: -85px;
  margin-left: calc((851 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island3_cont2_4 {
    margin-top: calc((-85 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont2_4 {
    width: calc((155 / 375) * 100%);
    margin-top: calc((36 / 375) * 100vw);
    margin-left: calc((90 / 375) * 100%);
  }
}
.vol8 .island3_cont2_5 {
  width: calc((1000 / 1280) * 100%);
  margin: 180px auto 0;
}
@media screen and (max-width: 1000px) {
  .vol8 .island3_cont2_5 {
    margin-top: calc((180 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont2_5 {
    width: calc((291 / 375) * 100%);
    margin-top: calc((50 / 375) * 100vw);
    margin-left: calc((34 / 375) * 100%);
  }
}
.vol8 .island3_cont2_text1 {
  width: calc((613 / 1280) * 100%);
  margin-top: 20px;
  margin-left: calc((528 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island3_cont2_text1 {
    width: calc((291 / 375) * 100%);
    margin-left: calc((34 / 375) * 100%);
  }
}
.vol8 .island4 .island_mainTtl {
  width: min(43.90625vw, 562px);
  transform: translateY(-13%);
}
@media screen and (max-width: 767px) {
  .vol8 .island4 .island_mainTtl {
    width: 82.1333333333vw;
    transform: translateY(-17%);
  }
}
.vol8 .island4 .island_mv::before {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .vol8 .island4 .island_mv::before {
    left: auto;
    right: 0;
  }
}
.vol8 .island4 .day_mv_ttl {
  transform: translateY(10%);
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .vol8 .island4 .day_mv_ttl {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island4 .day_mv_ttl {
    margin-top: calc((198 / 375) * 100vw);
  }
}
.vol8 .island4_cont1 {
  margin-top: 150px;
}
@media screen and (max-width: 1000px) {
  .vol8 .island4_cont1 {
    margin-top: calc((150 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont1 {
    margin-top: 80px;
  }
}
.vol8 .island4_cont1_read1 {
  margin-top: 40px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont1_read1 {
    width: 89.4%;
    margin: 20px auto 0;
  }
}
.vol8 .island4_cont1_text1 {
  width: 55.6%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont1_text1 {
    width: 89.4%;
    margin: 10px auto 0;
  }
}
.vol8 .island4_cont2 {
  margin-top: 150px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .vol8 .island4_cont2 {
    margin-top: calc((150 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont2 {
    margin-top: calc((40 / 375) * 100vw);
  }
}
.vol8 .island4_cont2_1 {
  width: calc((371 / 1280) * 100%);
  position: absolute;
  top: -275px;
  left: calc((831 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island4_cont2_1 {
    top: calc((-275 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont2_1 {
    width: calc((167 / 375) * 100%);
    margin-left: calc((41 / 375) * 100%);
    position: static;
  }
}
.vol8 .island4_cont2_2 {
  width: calc((448 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont2_2 {
    width: calc((234 / 375) * 100%);
    margin-top: calc((37 / 375) * 100vw);
    margin-left: calc((98 / 375) * 100%);
  }
}
.vol8 .island4_cont2_box1 {
  margin-top: -144px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .vol8 .island4_cont2_box1 {
    margin-top: calc((-144 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont2_box1 {
    margin-top: calc((77 / 375) * 100vw);
  }
}
.vol8 .island4_cont2_3 {
  width: calc((448 / 1280) * 100%);
  margin-left: calc((642 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont2_3 {
    width: calc((165 / 375) * 100%);
  }
}
.vol8 .island4_cont2_read1 {
  position: absolute;
  top: 314px;
  left: calc((233 / 1280) * 100%);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1000px) {
  .vol8 .island4_cont2_read1 {
    top: calc((314 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont2_read1 {
    top: calc((-38 / 375) * 100vw);
    left: calc((50 / 375) * 100%);
  }
}
.vol8 .island4_cont2_4 {
  width: calc((670 / 1280) * 100%);
  margin-top: 203px;
  margin-left: calc((533 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island4_cont2_4 {
    margin-top: 310px;
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont2_4 {
    width: calc((291 / 375) * 100%);
    margin-top: calc((160 / 375) * 100vw);
    margin-left: calc((41 / 375) * 100%);
  }
}
.vol8 .island4_cont2_text1 {
  width: calc((331 / 1280) * 100%);
  position: absolute;
  left: calc((140 / 1280) * 100%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont2_text1 {
    width: calc((291 / 375) * 100%);
    margin-top: 10px;
    margin-left: calc((41 / 375) * 100%);
    position: static;
  }
}
.vol8 .island4_cont3 {
  margin-top: 164px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .vol8 .island4_cont3 {
    margin-top: calc((164 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont3 {
    margin-top: calc((164 / 375) * 100vw);
  }
}
.vol8 .island4_cont3_1 {
  width: calc((371 / 1280) * 100%);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont3_1 {
    width: calc((167 / 375) * 100%);
    top: calc((-85 / 375) * 100vw);
  }
}
.vol8 .island4_cont3_2 {
  width: calc((503 / 1280) * 100%);
  margin-left: calc((139 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont3_2 {
    width: calc((168 / 375) * 100%);
    margin-left: 0;
  }
}
.vol8 .island4_cont3_read1 {
  position: absolute;
  top: 455px;
  left: calc((814 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island4_cont3_read1 {
    top: calc((455 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont3_read1 {
    top: calc((96 / 375) * 100vw);
    left: calc((226 / 375) * 100%);
  }
}
.vol8 .island4_cont3_3 {
  width: calc((448 / 1280) * 100%);
  margin-top: 130px;
  margin-left: calc((139 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island4_cont3_3 {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont3_3 {
    width: calc((165 / 375) * 100%);
    margin-top: calc((64 / 375) * 100vw);
    margin-left: calc((21 / 375) * 100%);
  }
}
.vol8 .island4_cont3_text1 {
  width: calc((341 / 1280) * 100%);
  position: absolute;
  left: calc((730 / 1280) * 100%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont3_text1 {
    width: calc((334 / 375) * 100%);
    margin-top: 25px;
    margin-left: calc((20 / 375) * 100%);
    position: static;
  }
}
.vol8 .island4_cont4 {
  margin-top: 168px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .vol8 .island4_cont4 {
    margin-top: calc((168 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont4 {
    margin-top: calc((80 / 375) * 100vw);
  }
}
.vol8 .island4_cont4_1 {
  width: calc((1000 / 1280) * 100%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont4_1 {
    width: 89.4%;
  }
}
.vol8 .island4_cont4_box1 {
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .vol8 .island4_cont4_box1 {
    margin-top: calc((80 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont4_box1 {
    margin-top: calc((40 / 375) * 100vw);
  }
}
.vol8 .island4_cont4_read1 {
  position: absolute;
  top: 32px;
  left: calc((215 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island4_cont4_read1 {
    top: calc((32 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont4_read1 {
    top: calc((28 / 375) * 100vw);
    left: calc((31 / 375) * 100%);
  }
}
.vol8 .island4_cont4_2 {
  width: calc((371 / 1280) * 100%);
  margin-left: calc((554 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont4_2 {
    width: calc((182 / 375) * 100%);
    margin-left: calc((173 / 375) * 100%);
  }
}
.vol8 .island4_cont4_3 {
  width: calc((583 / 1280) * 100%);
  margin-top: 80px;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .vol8 .island4_cont4_3 {
    margin-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont4_3 {
    width: calc((203 / 375) * 100%);
    margin-top: calc((34 / 375) * 100vw);
  }
}
.vol8 .island4_cont4_text1 {
  width: calc((331 / 1280) * 100%);
  position: absolute;
  left: calc((139 / 1280) * 100%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol8 .island4_cont4_text1 {
    width: 89.4%;
    margin: 25px auto 0;
    position: static;
  }
}
.vol8 .island5 .island_mainTtl {
  width: min(72.1875vw, 924px);
  transform: translateY(-42%);
}
@media screen and (max-width: 767px) {
  .vol8 .island5 .island_mainTtl {
    width: 86.9333333333vw;
    transform: translate(-1%, -26%);
  }
}
.vol8 .island5 .day_mv_ttl {
  letter-spacing: 0;
  transform: translateY(5%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island5 .day_mv_ttl {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island5 .day_mv_ttl {
    margin-top: calc((202 / 375) * 100vw);
  }
}
.vol8 .island5_cont1 {
  margin-top: 155px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .vol8 .island5_cont1 {
    margin-top: calc((155 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island5_cont1 {
    margin-top: calc((84 / 375) * 100vw);
  }
}
.vol8 .island5_cont1_1 {
  width: calc((1000 / 1280) * 100%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vol8 .island5_cont1_1 {
    width: 100%;
  }
}
.vol8 .island5_cont1_box1 {
  margin-top: 190px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .vol8 .island5_cont1_box1 {
    margin-top: calc((190 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island5_cont1_box1 {
    margin-top: calc((45 / 375) * 100vw);
  }
}
.vol8 .island5_cont1_read1 {
  position: absolute;
  top: 0;
  left: calc((485 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island5_cont1_read1 {
    top: calc((80 / 375) * 100vw);
    left: calc((230 / 375) * 100%);
  }
}
.vol8 .island5_cont1_2 {
  width: calc((371 / 1280) * 100%);
  position: absolute;
  top: -80px;
  left: calc((768 / 1280) * 100%);
}
@media screen and (max-width: 1000px) {
  .vol8 .island5_cont1_2 {
    top: calc((-80 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island5_cont1_2 {
    width: calc((155 / 375) * 100%);
    position: static;
  }
}
.vol8 .island5_cont1_3 {
  width: calc((359 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island5_cont1_3 {
    width: calc((168 / 375) * 100%);
    margin-top: calc((44 / 375) * 100vw);
    margin-left: calc((19 / 375) * 100%);
  }
}
.vol8 .island5_cont1_4 {
  width: calc((670 / 1280) * 100%);
  margin-top: -55px;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .vol8 .island5_cont1_4 {
    margin-top: calc((-55 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island5_cont1_4 {
    width: calc((291 / 375) * 100%);
    margin-top: calc((56 / 375) * 100vw);
    margin-left: auto;
  }
}
.vol8 .island5_cont1_text1 {
  width: calc((374 / 1280) * 100%);
  position: absolute;
  left: calc((190 / 1280) * 100%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol8 .island5_cont1_text1 {
    width: calc((271 / 375) * 100%);
    margin-top: 10px;
    margin-left: calc((83 / 375) * 100%);
    position: static;
  }
}
.vol8 .island5_cont2 {
  margin-top: 172px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .vol8 .island5_cont2 {
    margin-top: calc((172 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island5_cont2 {
    margin-top: calc((82 / 375) * 100vw);
  }
}
.vol8 .island5_cont2_1 {
  width: calc((670 / 1280) * 100%);
  margin-left: calc((139 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island5_cont2_1 {
    width: calc((291 / 375) * 100%);
    margin-left: calc((19 / 375) * 100%);
  }
}
.vol8 .island5_cont2_box1 {
  margin-top: 214px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .vol8 .island5_cont2_box1 {
    margin-top: calc((214 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island5_cont2_box1 {
    margin-top: calc((45 / 375) * 100vw);
  }
}
.vol8 .island5_cont2_2 {
  width: calc((311 / 1280) * 100%);
  margin-left: calc((139 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island5_cont2_2 {
    width: calc((155 / 375) * 100%);
    margin-left: calc((195 / 375) * 100%);
  }
}
.vol8 .island5_cont2_3 {
  width: calc((426 / 1280) * 100%);
  position: absolute;
  left: calc((714 / 1280) * 100%);
  top: -96px;
}
@media screen and (max-width: 1000px) {
  .vol8 .island5_cont2_3 {
    top: calc((-96 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island5_cont2_3 {
    width: calc((203 / 375) * 100%);
    margin-top: calc((40 / 375) * 100vw);
    margin-left: auto;
    position: static;
  }
}
.vol8 .island5_cont2_box2 {
  margin-top: 188px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .vol8 .island5_cont2_box2 {
    margin-top: calc((188 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol8 .island5_cont2_box2 {
    position: static;
  }
}
.vol8 .island5_cont2_read1 {
  position: absolute;
  top: -10px;
  left: calc((120 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island5_cont2_read1 {
    top: calc((40 / 375) * 100vw);
    left: calc((36 / 375) * 100%);
  }
}
.vol8 .island5_cont2_4 {
  width: calc((798 / 1280) * 100%);
  margin-left: calc((410 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island5_cont2_4 {
    width: calc((291 / 375) * 100%);
    margin-top: calc((56 / 375) * 100vw);
    margin-left: 0;
  }
}
.vol8 .island5_cont2_text1 {
  width: calc((679 / 1280) * 100%);
  margin-top: 25px;
  margin-left: calc((410 / 1280) * 100%);
}
@media screen and (max-width: 767px) {
  .vol8 .island5_cont2_text1 {
    width: calc((271 / 375) * 100%);
    margin-top: 10px;
    margin-left: calc((20 / 375) * 100%);
    position: static;
  }
}
.vol8 .inwoWrap {
  background: #dff2fc;
  margin-top: 140px;
  padding: 54px 0 0;
}
@media screen and (max-width: 767px) {
  .vol8 .inwoWrap {
    margin-top: 50px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .vol8 .inwoWrap .after {
    margin-top: 0;
  }
}
.vol8 .cooperation ._spaceMin {
  display: inline-block;
  letter-spacing: -0.08em;
}/*# sourceMappingURL=style.css.map */