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

* {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

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

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

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

ul, ol {
  list-style: none;
}

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

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

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

html {
  font-size: 62.5%;
}

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

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

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

span {
  letter-spacing: inherit;
}

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

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

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

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

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

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

.splide__arrow:hover {
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

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

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

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

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

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

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

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

.splide__pagination__page:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ib {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --color-greenLight: #ebf6f5;
  --color-green: #62c0b4;
  --font-en: "Old Standard TT", "Noto Sans JP", serif;
  --font-mincho: "Shippori Mincho", "Noto Sans JP", serif;
}

@media screen and (max-width: 767px) {
  .vol13 .m-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .vol13 .m-sp {
    display: none !important;
  }
}
.vol13 .m-inner {
  width: 86%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .vol13 .m-inner {
    width: 89.4%;
  }
}
.vol13 .m-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 287px;
  max-width: 100%;
  height: 48px;
  background: var(--color-green);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (hover: hover) {
  .vol13 .m-btn {
    transition: opacity 0.3s;
  }
  .vol13 .m-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .vol13 .m-btn {
    width: 100%;
    height: 54px;
    font-size: min(calc(17 / 375 * 100vw), 17px);
    letter-spacing: 0.1em;
  }
}
.vol13 .m-posBox {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.vol13 .m-posBox_text {
  margin-top: 15px;
  font-size: clamp(13px , calc(15 / 1280 * 100vw), 15px);
  line-height: 1.5333333333;
  text-align: justify;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .vol13 .m-posBox_text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.vol13 .m-posBox_text-large {
  margin-top: 40px;
  font-size: clamp(15px , calc(17 / 1280 * 100vw), 17px);
  line-height: 1.8235294118;
  text-align: justify;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .vol13 .m-posBox_text-large {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6428571429;
    letter-spacing: 0.04em;
  }
}
.vol13 .m-posBox_read {
  font-family: var(--font-mincho);
  font-size: min(calc(34 / 1280 * 100vw), 34px);
  font-weight: 600;
  line-height: 1.4705882353;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .vol13 .m-posBox_read {
    font-size: min(calc(21 / 375 * 100vw), 28px);
    line-height: 1.5238095238;
  }
}
.vol13 .m-posBox_read ._h {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .vol13 .m-posBox_read ._whitePc {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .vol13 .m-posBox_read ._whiteSp {
    color: #fff;
  }
}
.vol13 .bg-green {
  background: #ebf6f5;
  padding-bottom: min(calc(145 / 1280 * 100vw), 145px);
}
.vol13 .header {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol13 .header {
    padding: calc(113 / 375 * 100vw) 0 calc(46 / 375 * 100vw);
  }
}
.vol13 .header::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(310 / 1280 * 100vw);
  background: #ebf6f5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .vol13 .header::before {
    height: calc(300 / 375 * 100vw);
  }
}
.vol13 .header_ttlBox {
  writing-mode: vertical-rl;
  position: absolute;
  top: calc(396 / 1280 * 100vw);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .vol13 .header_ttlBox {
    top: calc(147 / 375 * 100vw);
    left: calc(250 / 375 * 100vw);
    transform: none;
    line-height: 1.6;
  }
}
.vol13 .header_ttlBox ._ttlJa {
  font-family: var(--font-mincho);
  font-size: calc(60 / 1280 * 100vw);
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .vol13 .header_ttlBox ._ttlJa {
    font-size: calc(40 / 375 * 100vw);
  }
}
.vol13 .header_ttlBox ._color {
  color: var(--color-green);
}
.vol13 .header_ttlBox ._ttlEn {
  font-family: var(--font-en);
  font-size: calc(35 / 1280 * 100vw);
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .vol13 .header_ttlBox ._ttlEn {
    font-size: calc(20 / 375 * 100vw);
  }
}
.vol13 .header_catch {
  font-family: var(--font-mincho);
  font-size: calc(30 / 1280 * 100vw);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5714285714;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
  position: absolute;
  top: calc(84 / 1280 * 100vw);
  left: calc(370 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol13 .header_catch {
    font-size: calc(19 / 375 * 100vw);
    line-height: 1.4210526316;
    top: calc(44 / 375 * 100vw);
    left: calc(27 / 375 * 100vw);
    letter-spacing: 0;
  }
}
.vol13 .header_circle {
  width: calc(140 / 1280 * 100vw);
  height: calc(140 / 1280 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-green);
  border-radius: 50%;
  color: #fff;
  font-family: var(--font-mincho);
  font-size: calc(23 / 1280 * 100vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  top: calc(230 / 1280 * 100vw);
  right: calc(395 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol13 .header_circle {
    width: calc(114 / 375 * 100vw);
    height: calc(114 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    right: calc(76 / 375 * 100vw);
    top: auto;
    bottom: 0;
  }
}
.vol13 .header_circle ._large {
  display: block;
  font-size: 1.3913043478em;
}
@media screen and (max-width: 767px) {
  .vol13 .header_circle ._large {
    font-size: 1.4444444444em;
  }
}
.vol13 .header_logo {
  width: calc(186 / 1280 * 100vw);
  position: absolute;
  top: calc(40 / 1280 * 100vw);
  right: calc(74 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol13 .header_logo {
    width: calc(111 / 375 * 100vw);
    top: calc(22 / 375 * 100vw);
    right: calc(12 / 375 * 100vw);
  }
}
.vol13 .header_logo img {
  width: 100%;
}
.vol13 .header_slider {
  width: 100%;
  pointer-events: none;
  position: relative;
  z-index: -1;
}
.vol13 .header_slider .splide__track {
  width: 100%;
  height: 100%;
}
.vol13 .header_slider .splide__slide {
  width: 100%;
  height: 100%;
}
.vol13 .header_slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.vol13 .header_slider1 {
  width: calc(464 / 1280 * 100vw);
  height: calc(430 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol13 .header_slider1 {
    width: calc(229 / 375 * 100vw);
    height: calc(146 / 375 * 100vw);
  }
}
.vol13 .header_slider2 {
  width: calc(464 / 1280 * 100vw);
  height: calc(770 / 1280 * 100vw);
  position: absolute;
  top: calc(268 / 1280 * 100vw);
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol13 .header_slider2 {
    position: static;
    width: calc(229 / 375 * 100vw);
    height: calc(236 / 375 * 100vw);
  }
}
.vol13 .header_slider3 {
  width: calc(464 / 1280 * 100vw);
  height: calc(682 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol13 .header_slider3 {
    width: calc(229 / 375 * 100vw);
    height: calc(146 / 375 * 100vw);
  }
}
.vol13 .intro {
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .intro {
    overflow: hidden;
  }
}
.vol13 .intro .m-posBox {
  padding-top: min(calc(280 / 1280 * 100vw), 280px);
}
@media screen and (max-width: 767px) {
  .vol13 .intro .m-posBox {
    padding-top: calc(22 / 375 * 100vw);
  }
}
.vol13 .intro_ttl {
  color: var(--color-green);
  position: absolute;
  top: max(calc(146 / 1280 * 100vw), 146px);
  left: min(calc(150 / 1280 * 100vw), 150px);
}
@media screen and (max-width: 767px) {
  .vol13 .intro_ttl {
    position: static;
    margin-left: calc(48 / 375 * 100vw);
    font-size: calc(25 / 375 * 100vw);
  }
}
.vol13 .intro_map {
  width: min(calc(742 / 1280 * 100vw), 742px);
  position: absolute;
  top: max(calc(-35 / 1280 * 100vw), -35px);
  left: min(calc(140 / 1280 * 100vw), 140px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol13 .intro_map {
    width: calc(377 / 375 * 100vw);
    top: 0;
    left: calc(25 / 375 * 100vw);
  }
}
.vol13 .intro_map img {
  width: 100%;
}
.vol13 .intro_img1 {
  width: min(calc(354 / 1280 * 100vw), 354px);
  margin-left: min(calc(860 / 1280 * 100vw), 860px);
}
@media screen and (max-width: 767px) {
  .vol13 .intro_img1 {
    width: min(calc(177 / 375 * 100vw), 177px);
    margin-left: auto;
  }
}
.vol13 .intro_img2 {
  width: min(calc(537 / 1280 * 100vw), 537px);
  margin-top: min(calc(120 / 1280 * 100vw), 120px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol13 .intro_img2 {
    width: min(calc(236 / 375 * 100vw), 236px);
    margin-left: calc(20 / 375 * 100vw);
  }
}
.vol13 .intro_text1 {
  width: min(calc(400 / 1280 * 100vw), 400px);
  margin-top: min(calc(14 / 1280 * 100vw), 14px);
  margin-left: min(calc(104 / 1280 * 100vw), 104px);
  letter-spacing: 0;
  line-height: 2.0588235294;
}
@media screen and (max-width: 767px) {
  .vol13 .intro_text1 {
    width: calc(335 / 375 * 100vw);
    margin: calc(25 / 375 * 100vw) auto 0;
    line-height: 2.2142857143;
  }
}
.vol13 .intro_img3 {
  width: min(calc(420 / 1280 * 100vw), 420px);
  position: absolute;
  left: min(calc(644 / 1280 * 100vw), 644px);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .vol13 .intro_img3 {
    width: calc(335 / 375 * 100vw);
    margin: calc(30 / 375 * 100vw) auto 0;
    position: static;
  }
}
.vol13 .ship {
  margin-top: min(calc(140 / 1280 * 100vw), 140px);
  padding: min(calc(75 / 1280 * 100vw), 75px) 0 58px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol13 .ship {
    margin-top: calc(60 / 375 * 100vw);
    padding: calc(22 / 375 * 100vw) 0 20px;
  }
}
.vol13 .ship::before {
  content: "";
  display: block;
  width: 89.0625%;
  max-width: calc(1140px + (100% - 1280px) / 2);
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .vol13 .ship::before {
    width: calc(335 / 375 * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }
}
.vol13 .ship_introBox {
  padding-left: min(calc(137 / 1280 * 100vw), 137px);
}
@media screen and (max-width: 767px) {
  .vol13 .ship_introBox {
    width: calc(295 / 375 * 100vw);
    margin: 0 auto;
    padding-left: 0;
  }
}
.vol13 .ship_ttl {
  color: var(--color-green);
  font-family: var(--font-mincho);
  font-size: clamp(35px , calc(45 / 1280 * 100vw), 45px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2857142857;
}
.vol13 .ship_text1 {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .vol13 .ship_text1 {
    margin-top: 15px;
  }
}
.vol13 .ship_text2 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .vol13 .ship_text2 {
    letter-spacing: 0;
  }
}
.vol13 .ship_box1 {
  margin-top: calc(50 / 1280 * 100vw);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .ship_box1 {
    display: contents;
  }
}
.vol13 .ship_img1 {
  width: min(calc(537 / 1280 * 100vw), 537px);
  margin-left: min(calc(69 / 1280 * 100vw), 69px);
}
@media screen and (max-width: 767px) {
  .vol13 .ship_img1 {
    width: calc(311 / 375 * 100vw);
    margin-top: calc(18 / 375 * 100vw);
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .vol13 .ship_box2 {
    position: relative;
    margin-top: calc(44 / 375 * 100vw);
  }
}
.vol13 .ship_read1 {
  position: absolute;
  top: 0;
  left: min(calc(687 / 1280 * 100vw), 687px);
}
@media screen and (max-width: 767px) {
  .vol13 .ship_read1 {
    left: calc(50 / 375 * 100vw);
  }
}
.vol13 .ship_img2 {
  width: min(calc(354 / 1280 * 100vw), 354px);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol13 .ship_img2 {
    width: calc(155 / 375 * 100vw);
    margin-left: auto;
    position: static;
  }
}
.vol13 .ship_box3 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0 min(calc(38 / 1280 * 100vw), 38px);
  margin-top: min(calc(84 / 1280 * 100vw), 84px);
}
@media screen and (max-width: 767px) {
  .vol13 .ship_box3 {
    display: contents;
  }
}
.vol13 .ship_img3 {
  width: min(calc(367 / 1280 * 100vw), 367px);
}
@media screen and (max-width: 767px) {
  .vol13 .ship_img3 {
    width: calc(155 / 375 * 100vw);
    margin-top: calc(47 / 375 * 100vw);
    margin-left: calc(175 / 375 * 100vw);
  }
}
.vol13 .ship_box4 {
  width: min(calc(492 / 1280 * 100vw), 492px);
  margin-left: min(calc(140 / 1280 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .vol13 .ship_box4 {
    width: calc(295 / 375 * 100vw);
    margin: calc(25 / 375 * 100vw) auto 0;
  }
}
.vol13 .ship_text3 {
  margin-top: -0.4em;
}
@media screen and (min-width: 768px) {
  .vol13 .ship_text3 {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .vol13 .ship_text3 {
    margin-top: 0;
  }
}
.vol13 .ship_text4 {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .vol13 .ship_text4 {
    margin-top: 5px;
  }
}
.vol13 .ship_stamp {
  width: 70%;
  max-width: 898px;
  margin: 80px auto 0;
  border: 1px solid var(--color-green);
  padding: 42px;
}
@media screen and (max-width: 767px) {
  .vol13 .ship_stamp {
    display: flex;
    flex-direction: column;
    width: calc(297 / 375 * 100vw);
    margin-top: calc(28 / 375 * 100vw);
    padding: min(calc(20 / 375 * 100vw), 20px);
  }
}
.vol13 .ship_stamp ._ttl {
  color: var(--color-green);
  font-family: var(--font-mincho);
  font-size: clamp(22px , calc(26 / 1280 * 100vw), 26px);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vol13 .ship_stamp ._ttl {
    margin-top: 15px;
    font-size: min(calc(17 / 375 * 100vw), 17px);
    letter-spacing: -0.05em;
  }
}
.vol13 .ship_stamp ._container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .vol13 .ship_stamp ._container {
    display: contents;
  }
}
.vol13 .ship_stamp ._imgBox {
  width: 44.7044334975%;
}
@media screen and (max-width: 767px) {
  .vol13 .ship_stamp ._imgBox {
    width: 100%;
    order: -1;
  }
}
.vol13 .ship_stamp ._contBox {
  width: 51.1083743842%;
}
@media screen and (max-width: 767px) {
  .vol13 .ship_stamp ._contBox {
    width: 100%;
    margin-top: 10px;
  }
}
.vol13 .ship_stamp ._text {
  margin-top: -0.3em;
}
.vol13 .ship_stamp ._link {
  margin-top: 20px;
}
.vol13 .ship_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px 17px;
  width: 70%;
  max-width: 898px;
  margin: 55px auto 0;
}
@media screen and (max-width: 767px) {
  .vol13 .ship_links {
    gap: 14px 14px;
    width: calc(295 / 375 * 100vw);
  }
  .vol13 .ship_links .-spSpaceMin {
    letter-spacing: -0.04em;
  }
}
.vol13 .nav {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .vol13 .nav {
    margin-top: 45px;
  }
}
.vol13 .nav_ttl {
  color: var(--color-green);
  font-family: var(--font-mincho);
  font-size: clamp(34px , calc(42 / 1280 * 100vw), 42px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.40625;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vol13 .nav_ttl {
    font-size: min(calc(32 / 375 * 100vw), 32px);
  }
}
.vol13 .nav_subTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  margin: 60px auto 0;
  padding-top: 4px;
  border: 2px solid var(--color-green);
  border-radius: 50%;
  color: var(--color-green);
  font-family: var(--font-en);
  font-size: 28px;
  font-weight: 700s;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .vol13 .nav_subTtl {
    margin-top: 36px;
  }
}
.vol13 .nav_list {
  display: flex;
  justify-content: center;
  gap: 0 3.6144578313%;
  margin-top: 64px;
  max-width: 996px;
}
@media screen and (max-width: 767px) {
  .vol13 .nav_list {
    flex-direction: column;
    align-items: center;
    gap: calc(70 / 375 * 100vw) 0;
    width: 100%;
    margin-top: 30px;
  }
}
.vol13 .nav_list li {
  width: 30.9236947791%;
}
@media screen and (max-width: 767px) {
  .vol13 .nav_list li {
    width: 100%;
  }
}
.vol13 .nav_list a {
  display: block;
  padding-bottom: 90px;
  background: url(../image/vol13/nav_arrow_pc.svg) center bottom/auto no-repeat;
  font-family: var(--font-mincho);
  font-weight: 700s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vol13 .nav_list a {
    padding-bottom: 80px;
    background-image: url(../image/vol13/nav_arrow_sp.svg);
  }
}
@media (hover: hover) {
  .vol13 .nav_list a {
    transition: 0.3s;
  }
  .vol13 .nav_list a:hover {
    opacity: 0.7;
  }
}
.vol13 .nav_list a img {
  width: 100%;
}
.vol13 .nav_list ._ttl {
  font-size: min(1.8229166667vw, 18px);
}
@media screen and (max-width: 767px) {
  .vol13 .nav_list ._ttl {
    font-size: 20px;
  }
}
.vol13 .nav_list ._read {
  margin-top: 20px;
  font-size: min(1.953125vw, 23px);
  line-height: 1.4782608696;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .vol13 .nav_list ._read {
    margin-top: 25px;
    font-size: min(calc(21 / 375 * 100vw), 21px);
  }
}
.vol13 .omi {
  max-width: 1000px;
  background: #fff;
  border: 2px solid var(--color-green);
  margin: 90px auto 0;
  padding: 30px 20px 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .omi {
    padding: 40px 0 24px;
  }
}
.vol13 .omi_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 min(calc(68 / 1280 * 100vw), 68px);
  width: 278px;
  height: 36px;
  background: var(--color-green);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.32em;
  line-height: normal;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .vol13 .omi_ttl {
    width: 222px;
    font-size: 17px;
    letter-spacing: 0.16em;
  }
}
.vol13 .omi_ttl::before, .vol13 .omi_ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
}
.vol13 .omi_ttl::before {
  border-width: 18px 17px 18px 0;
  border-color: transparent var(--color-green) transparent transparent;
  right: 100%;
}
.vol13 .omi_ttl::after {
  border-width: 18px 0 18px 17px;
  border-color: transparent transparent transparent var(--color-green);
  left: 100%;
}
.vol13 .omi ._container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px min(calc(70 / 1280 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .vol13 .omi ._container {
    gap: 0 0;
  }
}
.vol13 .omi_slide {
  width: 536px;
  padding: 0 45px;
}
@media screen and (max-width: 767px) {
  .vol13 .omi_slide {
    width: 100%;
    padding: 0;
  }
}
.vol13 .omi_slide .splide__sr {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.vol13 .omi_slide .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .vol13 .omi_slide .splide__slide img {
    transform: scale(0.8484);
  }
}
.vol13 .omi_slide .splide__arrow {
  background: none;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .vol13 .omi_slide .splide__arrow {
    width: 30px;
    height: 36px;
    background: #fff;
    border-radius: 0;
  }
  .vol13 .omi_slide .splide__arrow img {
    width: 15px;
  }
}
.vol13 .omi_slide .splide__arrow--prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .vol13 .omi_slide .splide__arrow--prev {
    left: 12px;
  }
}
.vol13 .omi_slide .splide__arrow--next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol13 .omi_slide .splide__arrow--next {
    right: 12px;
  }
}
.vol13 .omi ._contBox {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .vol13 .omi ._contBox {
    width: 100%;
    max-width: 480px;
    padding: 0 min(calc(24 / 375 * 100vw), 24px);
  }
}
.vol13 .omi ._text {
  color: var(--color-green);
  font-family: var(--font-mincho);
  font-size: 24px;
  line-height: 1.7083333333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .vol13 .omi ._text {
    font-size: min(calc(22 / 375 * 100vw), 22px);
    text-align: center;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .vol13 .omi ._link {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .vol13 .omi ._link .m-btn {
    letter-spacing: 0;
  }
}
.vol13 .island_head {
  position: relative;
}
.vol13 .island_head ._ttlBox {
  display: flex;
  align-items: flex-end;
  gap: 0 calc(46 / 1280 * 100vw);
  font-family: var(--font-en);
  font-weight: 700;
  position: absolute;
  top: calc(100% - calc(82 / 1280 * 100vw));
  left: calc(140 / 1280 * 100vw);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vol13 .island_head ._ttlBox {
    width: 89.4%;
    top: calc(100% - calc(52 / 375 * 100vw));
    left: 5.3%;
    align-items: flex-start;
  }
}
.vol13 .island_head ._numBox {
  display: block;
  width: calc(150 / 1280 * 100vw);
  white-space: nowrap;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .vol13 .island_head ._numBox {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(94 / 375 * 100vw);
  }
}
.vol13 .island_head ._num {
  display: block;
  height: calc(80 / 1280 * 100vw);
  font-size: calc(131 / 1280 * 100vw);
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .vol13 .island_head ._num {
    height: calc(50 / 375 * 100vw);
    font-size: calc(81 / 375 * 100vw);
  }
}
.vol13 .island_head ._ttlJa {
  display: block;
  border-top: calc(5 / 1280 * 100vw) solid #999;
  border-bottom: calc(5 / 1280 * 100vw) solid #999;
  font-family: var(--font-mincho);
  font-size: calc(25 / 1280 * 100vw);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.76;
}
@media screen and (max-width: 767px) {
  .vol13 .island_head ._ttlJa {
    border-width: calc(3 / 375 * 100vw);
    font-size: calc(19 / 375 * 100vw);
    line-height: 1.4210526316;
  }
}
.vol13 .island_head ._ttlEn {
  display: block;
  font-size: calc(112 / 1280 * 100vw);
  letter-spacing: 0;
  line-height: 1;
  transform: translateY(calc(25 / 1280 * 100vw));
}
@media screen and (max-width: 767px) {
  .vol13 .island_head ._ttlEn {
    font-size: calc(70 / 375 * 100vw);
    line-height: 0.9142857143;
    transform: translateY(calc(33 / 375 * 100vw));
  }
}
.vol13 .island_head ._catch {
  color: #fff;
  font-family: var(--font-mincho);
  font-size: calc(50 / 1280 * 100vw);
  font-weight: 600;
  line-height: 1.4;
  position: absolute;
  top: calc(185 / 1280 * 100vw);
  left: calc(140 / 1280 * 100vw);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vol13 .island_head ._catch {
    font-size: calc(30 / 375 * 100vw);
    line-height: 1.3333333333;
    top: calc(50 / 375 * 100vw);
    left: calc(48 / 375 * 100vw);
  }
}
.vol13 .island_head ._mainImg {
  width: 100%;
}
.vol13 .island_intro {
  margin-top: calc(240 / 1280 * 100vw);
  max-width: 1000px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .island_intro {
    margin-top: calc(180 / 375 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.vol13 .island_intro ._ttl {
  font-family: var(--font-mincho);
  font-size: min(calc(50 / 1280 * 100vw), 50px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol13 .island_intro ._ttl {
    font-size: min(calc(30 / 375 * 100vw), 30px);
    line-height: 1.3;
    position: static;
  }
}
.vol13 .island_intro ._textBox {
  height: 364px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: justify;
  font-size: clamp(15px , calc(19 / 1280 * 100vw), 19px);
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .vol13 .island_intro ._textBox {
    display: flex;
    gap: 0 40px;
    height: auto;
    margin-top: 80px;
    font-size: clamp(13px ,calc(14 / 375 * 100vw), 14px);
    line-height: 1.7857142857;
  }
}
.vol13 .island_intro ._textBox * {
  letter-spacing: 0;
}
.vol13 .island_intro ._textBox ._h {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .vol13 .island_intro ._textDivide {
    display: block;
    height: 207px;
  }
}
.vol13 .island_detour {
  overflow: hidden;
}
.vol13 .island_detour_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: clamp(39px , calc(55 / 1280 * 100vw), 55px);
  padding-right: min(calc(140 / 1280 * 100vw), 140px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol13 .island_detour_inner {
    padding-right: 0;
    padding-top: 48px;
  }
}
.vol13 .island_detour_inner::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #ccc;
  position: absolute;
  top: 0;
  right: min(calc(140 / 1280 * 100vw), 140px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol13 .island_detour_inner::before {
    width: calc(335 / 375 * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }
}
.vol13 .island_detour_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--font-mincho);
  font-size: clamp(36px, 3.90625vw, 50px);
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .vol13 .island_detour_ttl {
    font-size: min(calc(35 / 375 * 100vw), 35px);
  }
}
.vol13 .island_detour_ttl ._balloon {
  display: block;
  width: clamp(164px , calc(227 / 1280 * 100vw), 227px);
  height: clamp(83px , calc(116 / 1280 * 100vw), 116px);
  padding-top: clamp(27px , calc(38 / 1280 * 100vw), 38px);
  padding-left: 0.1em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-family: var(--font-mincho);
  font-size: clamp(21px , calc(30 / 1280 * 100vw), 30px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-95%, -60%);
}
@media screen and (max-width: 767px) {
  .vol13 .island_detour_ttl ._balloon {
    width: min(calc(128 / 375 * 100vw), 128px);
    height: min(calc(65 / 375 * 100vw), 65px);
    padding-top: min(calc(20 / 375 * 100vw), 20px);
    font-size: min(calc(18 / 375 * 100vw), 18px);
    transform: translate(-26%, -90%);
  }
}
.vol13 .island_detour_read {
  font-size: clamp(15px , calc(17 / 1280 * 100vw), 17px);
  line-height: 1.8235294118;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .vol13 .island_detour_read {
    font-size: 14px;
    line-height: 1.6428571429;
  }
}
.vol13 .island_detour_catch {
  font-family: var(--font-mincho);
  font-weight: 600;
  font-size: clamp(24px , calc(34 / 1280 * 100vw), 34px);
  line-height: 1.4705882353;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .vol13 .island_detour_catch {
    font-size: min(calc(21 / 375 * 100vw), 28px);
    line-height: 1.5238095238;
  }
}
.vol13 .island01 .island_head ._num {
  color: #f6ac19;
}
.vol13 .island01 .island_head ._ttlJa {
  border-color: #f6ac19;
}
.vol13 .island01 .island_head ._ttlEn {
  color: #fac56a;
}
@media screen and (min-width: 768px) {
  .vol13 .island01 .island_intro ._ttl {
    transform: translateY(-17%);
  }
}
.vol13 .island01_cont1 {
  margin-top: min(calc(174 / 1280 * 100vw), 174px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont1 {
    margin-top: 80px;
  }
}
.vol13 .island01_cont1_0 .m-posBox_read {
  margin-top: 40px;
  writing-mode: horizontal-tb;
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont1_0 .m-posBox_read {
    margin-top: 20px;
  }
}
.vol13 .island01_cont1_0 .m-posBox_text-large {
  width: min(calc(600 / 1280 * 100vw), 600px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont1_0 .m-posBox_text-large {
    width: 100%;
  }
}
.vol13 .island01_cont1_1 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-top: max(calc(-116 / 1280 * 100vw), -116px);
  margin-left: min(calc(888 / 1280 * 100vw), 888px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont1_1 {
    width: calc(167 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
    margin-left: calc(151 / 375 * 100vw);
  }
}
.vol13 .island01_cont1_2 {
  width: min(calc(426 / 1280 * 100vw), 426px);
  margin-top: min(calc(15 / 1280 * 100vw), 15px);
  margin-left: min(calc(212 / 1280 * 100vw), 212px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont1_2 {
    width: calc(234 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    margin-left: 0;
  }
}
.vol13 .island01_cont1_3 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-top: max(calc(-58 / 1280 * 100vw), -58px);
  margin-left: min(calc(760 / 1280 * 100vw), 760px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont1_3 {
    width: calc(167 / 375 * 100vw);
    margin-top: calc(70 / 375 * 100vw);
    margin-left: auto;
  }
}
.vol13 .island01_cont1_box1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0 min(calc(60 / 1280 * 100vw), 60px);
  min-height: 340px;
  margin-top: 122px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont1_box1 {
    width: calc(291 / 375 * 100vw);
    display: block;
    min-height: auto;
    margin: calc(66 / 375 * 100vw) auto 0;
  }
}
.vol13 .island01_cont1_box1 .m-posBox_text {
  width: min(calc(332 / 1280 * 100vw), 332px);
  margin-left: min(calc(140 / 1280 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont1_box1 .m-posBox_text {
    width: 100%;
    margin-left: 0;
  }
}
.vol13 .island01_cont1_read1 {
  position: absolute;
  top: max(calc(-170 / 1280 * 100vw), -170px);
  left: min(calc(214 / 1280 * 100vw), 214px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont1_read1 {
    top: 0;
    left: calc(16 / 375 * 100vw);
    transform: translateY(-66%);
  }
}
.vol13 .island01_cont1_4 {
  width: min(calc(670 / 1280 * 100vw), 670px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont1_4 {
    width: 100%;
  }
}
.vol13 .island01_cont2 {
  margin-top: min(calc(200 / 1280 * 100vw), 200px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont2 {
    margin-top: calc(35 / 375 * 100vw);
  }
}
.vol13 .island01_cont2_1 {
  width: min(calc(1000 / 1280 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont2_1 {
    width: calc(335 / 375 * 100vw);
  }
}
.vol13 .island01_cont2_box1 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: min(calc(118 / 1280 * 100vw), 118px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont2_box1 {
    display: block;
    margin-top: calc(40 / 375 * 100vw);
  }
}
.vol13 .island01_cont2_read1 {
  position: absolute;
  top: 0;
  left: min(calc(594 / 1280 * 100vw), 594px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont2_read1 {
    top: calc(60 / 375 * 100vw);
    left: calc(230 / 375 * 100vw);
  }
}
.vol13 .island01_cont2_box2 {
  width: min(calc(448 / 1280 * 100vw), 448px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont2_box2 {
    width: calc(167 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
  }
}
.vol13 .island01_cont2_box2 p {
  width: 68.5267857143%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont2_box2 p {
    width: 100%;
  }
}
.vol13 .island01_cont2_3 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-left: auto;
  margin-top: min(calc(114 / 1280 * 100vw), 114px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont2_3 {
    width: calc(234 / 375 * 100vw);
    margin-top: calc(35 / 375 * 100vw);
  }
}
.vol13 .island01_cont2_box3 {
  display: flex;
  align-items: flex-end;
  gap: 0 min(calc(14 / 1280 * 100vw), 14px);
  margin-top: max(calc(-50 / 1280 * 100vw), -50px);
  margin-left: min(calc(641 / 1280 * 100vw), 641px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont2_box3 {
    gap: 0 calc(14 / 375 * 100vw);
    margin-top: calc(45 / 375 * 100vw);
    margin-left: calc(44 / 375 * 100vw);
  }
}
.vol13 .island01_cont2_box3 p {
  width: min(calc(184 / 1280 * 100vw), 184px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont2_box3 p {
    width: calc(115 / 375 * 100vw);
  }
}
.vol13 .island01_cont2_4 {
  width: min(calc(311 / 1280 * 100vw), 311px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont2_4 {
    width: calc(182 / 375 * 100vw);
  }
}
.vol13 .island01_cont3 {
  margin-top: min(calc(190 / 1280 * 100vw), 190px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont3 {
    margin-top: calc(70 / 375 * 100vw);
  }
}
.vol13 .island01_cont3_read1 {
  position: absolute;
  top: max(calc(-85 / 1280 * 100vw), -85px);
  left: min(calc(160 / 1280 * 100vw), 160px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont3_read1 {
    top: 0;
    left: calc(62 / 375 * 100vw);
    transform: translateY(-10%);
  }
}
.vol13 .island01_cont3_1 {
  width: min(calc(722 / 1280 * 100vw), 722px);
  margin-left: min(calc(350 / 1280 * 100vw), 350px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont3_1 {
    width: calc(291 / 375 * 100vw);
    margin-left: calc(46 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont3_box1 {
    position: relative;
  }
}
.vol13 .island01_cont3_box2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0 min(calc(80 / 1280 * 100vw), 80px);
  margin-top: min(calc(47 / 1280 * 100vw), 47px);
  margin-left: min(calc(140 / 1280 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont3_box2 {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
}
.vol13 .island01_cont3_box2 p {
  width: min(calc(473 / 1280 * 100vw), 473px);
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont3_box2 p {
    width: calc(335 / 375 * 100vw);
    margin: calc(62 / 375 * 100vw) auto 0;
  }
}
.vol13 .island01_cont3_2 {
  width: min(calc(448 / 1280 * 100vw), 448px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont3_2 {
    width: calc(179 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
    margin-left: calc(174 / 375 * 100vw);
  }
}
.vol13 .island01_cont4 {
  margin-top: min(calc(126 / 1280 * 100vw), 126px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont4 {
    margin-top: calc(51 / 375 * 100vw);
  }
}
.vol13 .island01_cont4_read1 {
  position: absolute;
  top: 0;
  left: min(calc(1002 / 1280 * 100vw), 1002px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont4_read1 {
    top: calc(265 / 375 * 100vw);
    left: calc(240 / 375 * 100vw);
  }
}
.vol13 .island01_cont4_box1 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  margin-left: min(calc(225 / 1280 * 100vw), 225px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont4_box1 {
    width: calc(335 / 375 * 100vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .vol13 .island01_cont4_box1 p {
    width: 55.8208955224%;
  }
}
.vol13 .island01_detour {
  margin-top: min(calc(85 / 1280 * 100vw), 85px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_detour {
    margin-top: calc(55 / 375 * 100vw);
  }
}
.vol13 .island01_detour .island_detour_inner::before {
  background: #fffbe3;
}
.vol13 .island01_detour .island_detour_ttl {
  color: #f6ac19;
}
.vol13 .island01_detour .island_detour_ttl ._balloon {
  background-image: url(../image/vol13/island01_detour_balloon.svg);
}
.vol13 .island01_detour .island_detour_read {
  max-width: 721px;
  width: 84%;
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  .vol13 .island01_detour .island_detour_read {
    width: calc(295 / 375 * 100vw);
    margin-top: 10px;
  }
}
.vol13 .island01_detour_container {
  position: relative;
  max-width: 1280px;
  margin: 50px auto 0;
  padding-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .vol13 .island01_detour_container {
    margin-top: 40px;
    padding-bottom: calc(50 / 375 * 100vw);
  }
}
.vol13 .island01_detour_container .island_detour_catch {
  writing-mode: vertical-rl;
  position: absolute;
  top: min(calc(70 / 1280 * 100vw), 70px);
  left: min(calc(143 / 1280 * 100vw), 143px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_detour_container .island_detour_catch {
    top: 0;
    left: calc(60 / 375 * 100vw);
  }
}
.vol13 .island01_detour_container ._textBox {
  margin-top: 10px;
}
.vol13 .island01_detour_container ._name {
  font-family: var(--font-mincho);
  font-size: min(calc(21 / 1280 * 100vw), 21px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .vol13 .island01_detour_container ._name {
    font-size: 18px;
  }
}
.vol13 .island01_detour_container ._price {
  font-size: clamp(13px , calc(15 / 1280 * 100vw), 15px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .vol13 .island01_detour_container ._price {
    font-size: 12px;
  }
}
.vol13 .island01_detour_cont1 {
  width: min(calc(290 / 1280 * 100vw), 290px);
  margin-left: min(calc(402 / 1280 * 100vw), 402px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_detour_cont1 {
    width: calc(166 / 375 * 100vw);
    margin-left: calc(164 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol13 .island01_detour_cont1 ._textBox {
    padding-left: min(calc(30 / 1280 * 100vw), 30px);
  }
}
.vol13 .island01_detour_cont2 {
  width: min(calc(270 / 1280 * 100vw), 270px);
  margin-top: max(calc(-60 / 1280 * 100vw), -60px);
  margin-left: min(calc(788 / 1280 * 100vw), 788px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .island01_detour_cont2 {
    width: calc(158 / 375 * 100vw);
    margin-top: calc(106 / 375 * 100vw);
    margin-left: calc(70 / 375 * 100vw);
  }
}
.vol13 .island01_detour_cont2 ._balloon {
  position: absolute;
  bottom: 100%;
  left: min(calc(38 / 1280 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_detour_cont2 ._balloon {
    width: calc(138 / 375 * 100vw);
    left: 100%;
    transform: translate(-20%, 35%);
  }
}
.vol13 .island01_detour_cont2 ._textBox {
  padding-left: min(calc(40 / 1280 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .vol13 .island01_detour_cont2 ._textBox {
    padding-left: calc(15 / 375 * 100vw);
  }
}
.vol13 .island01_detour_cont3 {
  width: min(calc(294 / 1280 * 100vw), 294px);
  margin-top: max(calc(-254 / 1280 * 100vw), -254px);
  margin-left: min(calc(378 / 1280 * 100vw), 378px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .island01_detour_cont3 {
    width: calc(170 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
    margin-left: calc(145 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol13 .island01_detour_cont3 ._textBox {
    position: absolute;
    right: 100%;
    bottom: 0;
    transform: translateX(15%);
  }
}
@media screen and (max-width: 767px) {
  .vol13 .island01_detour_cont3 ._textBox {
    padding-left: calc(24 / 375 * 100vw);
  }
}
.vol13 .island02 .island_head ._num {
  color: #ec6d74;
}
.vol13 .island02 .island_head ._ttlJa {
  border-color: #ec6d74;
}
.vol13 .island02 .island_head ._ttlEn {
  color: #f29e9b;
}
.vol13 .island02 .island_head ._catch {
  top: 24.296875vw;
  left: 16.328125vw;
}
@media screen and (min-width: 768px) {
  .vol13 .island02 .island_intro ._ttl {
    transform: translateY(-17%);
  }
}
@media screen and (max-width: 767px) {
  .vol13 .island02 .island_intro ._textDivide {
    height: 210px;
  }
}
.vol13 .island02_cont1 {
  margin-top: min(calc(184 / 1280 * 100vw), 184px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont1 {
    margin-top: 80px;
  }
}
.vol13 .island02_cont1_1 {
  width: min(calc(1000 / 1280 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont1_1 {
    width: 100%;
  }
}
.vol13 .island02_cont1_box1 {
  position: relative;
}
.vol13 .island02_cont1_read1 {
  position: absolute;
  top: 0;
  left: min(calc(940 / 1280 * 100vw), 940px);
  transform: translateY(-33%);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont1_read1 {
    top: 0;
    left: calc(275 / 375 * 100vw);
    transform: translateY(-17%);
  }
}
.vol13 .island02_cont1_2 {
  width: min(calc(360 / 1280 * 100vw), 360px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont1_2 {
    width: calc(259 / 375 * 100vw);
    margin-top: calc(38 / 375 * 100vw);
  }
}
.vol13 .island02_cont1_box2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0 min(calc(58 / 1280 * 100vw), 58px);
  margin-top: min(calc(50 / 1280 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont1_box2 {
    display: block;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .vol13 .island02_cont1_box2 p {
    width: min(calc(387 / 1280 * 100vw), 387px);
    margin-top: min(calc(55 / 1280 * 100vw), 55px);
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont1_box2 p {
    width: calc(213 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
  }
}
.vol13 .island02_cont2_1 {
  width: min(calc(426 / 1280 * 100vw), 426px);
  margin-top: min(calc(72 / 1280 * 100vw), 72px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont2_1 {
    width: calc(229 / 375 * 100vw);
    margin-top: calc(32 / 375 * 100vw);
  }
}
.vol13 .island02_cont2_box1 {
  width: min(calc(583 / 1280 * 100vw), 583px);
  margin-top: max(calc(-93 / 1280 * 100vw), -93px);
  margin-left: min(calc(85 / 1280 * 100vw), 85px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont2_box1 {
    width: calc(291 / 375 * 100vw);
    margin: calc(52 / 375 * 100vw) auto 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont2_box1 p {
    width: 50.8591065292%;
    margin-top: 20px;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.vol13 .island02_cont2_3 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-top: max(calc(-200 / 1280 * 100vw), -200px);
  margin-left: min(calc(801 / 1280 * 100vw), 801px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont2_3 {
    width: calc(155 / 375 * 100vw);
    margin-top: 23px;
    margin-left: auto;
  }
}
.vol13 .island02_cont2_4 {
  width: min(calc(1000 / 1280 * 100vw), 1000px);
  margin: min(calc(220 / 1280 * 100vw), 220px) auto 0;
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont2_4 {
    width: calc(291 / 375 * 100vw);
    margin-top: calc(80 / 375 * 100vw);
    margin-left: 0;
  }
}
.vol13 .island02_cont3 {
  margin-top: min(calc(166 / 1280 * 100vw), 166px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont3 {
    margin-top: calc(60 / 375 * 100vw);
    padding-top: 1px;
  }
}
.vol13 .island02_cont3_read1 {
  position: absolute;
  top: 0;
  left: min(calc(205 / 1280 * 100vw), 205px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont3_read1 {
    left: calc(32 / 375 * 100vw);
  }
}
.vol13 .island02_cont3_box1 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  margin-left: min(calc(480 / 1280 * 100vw), 480px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont3_box1 {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont3_1 {
    width: calc(203 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont3_text1 {
    width: calc(335 / 375 * 100vw);
    margin: calc(104 / 375 * 100vw) auto 0;
  }
}
.vol13 .island02_cont3_2 {
  width: min(calc(342 / 1280 * 100vw), 342px);
  margin-top: max(calc(-90 / 1280 * 100vw), -90px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont3_2 {
    width: calc(144 / 375 * 100vw);
    margin-top: calc(36 / 375 * 100vw);
  }
}
.vol13 .island02_cont3_3 {
  width: min(calc(365 / 1280 * 100vw), 365px);
  margin-top: min(calc(108 / 1280 * 100vw), 108px);
  margin-left: min(calc(242 / 1280 * 100vw), 242px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont3_3 {
    width: calc(155 / 375 * 100vw);
    margin-top: calc(-147 / 375 * 100vw);
    margin-left: auto;
  }
}
.vol13 .island02_cont3_box2 {
  width: min(calc(477 / 1280 * 100vw), 477px);
  margin-top: max(calc(-557 / 1280 * 100vw), -557px);
  margin-left: min(calc(695 / 1280 * 100vw), 695px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont3_box2 {
    width: calc(203 / 375 * 100vw);
    margin: calc(76 / 375 * 100vw) auto 0;
  }
}
.vol13 .island02_cont4 {
  margin-top: min(calc(230 / 1280 * 100vw), 230px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont4 {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont4_box1 {
    position: relative;
  }
}
.vol13 .island02_cont4_read1 {
  position: absolute;
  top: min(calc(22 / 1280 * 100vw), 22px);
  left: min(calc(956 / 1280 * 100vw), 956px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont4_read1 {
    top: calc(28 / 375 * 100vw);
    left: calc(216 / 375 * 100vw);
  }
}
.vol13 .island02_cont4_1 {
  width: min(calc(798 / 1280 * 100vw), 798px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont4_1 {
    width: calc(335 / 375 * 100vw);
    margin: 0 auto;
  }
}
.vol13 .island02_cont4_text1 {
  width: min(calc(518 / 1280 * 100vw), 518px);
  margin-left: min(calc(280 / 1280 * 100vw), 280px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont4_text1 {
    width: calc(335 / 375 * 100vw);
    margin: calc(28 / 375 * 100vw) auto 0;
  }
}
.vol13 .island02_cont4_2 {
  width: min(calc(431 / 1280 * 100vw), 431px);
  position: absolute;
  top: clamp(740px , calc(954 / 1280 * 100vw), 954px);
  left: min(calc(139 / 1280 * 100vw), 139px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont4_2 {
    width: calc(170 / 375 * 100vw);
    position: static;
    margin-top: calc(28 / 375 * 100vw);
  }
}
.vol13 .island02_cont4_3 {
  width: min(calc(365 / 1280 * 100vw), 365px);
  margin-top: min(calc(85 / 1280 * 100vw), 85px);
  margin-left: min(calc(688 / 1280 * 100vw), 688px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont4_3 {
    width: calc(167 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    margin-left: calc(42 / 375 * 100vw);
  }
}
.vol13 .island02_cont4_4 {
  width: min(calc(477 / 1280 * 100vw), 477px);
  margin-top: min(calc(190 / 1280 * 100vw), 190px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol13 .island02_cont4_4 {
    width: calc(234 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    margin-left: calc(100 / 375 * 100vw);
  }
}
.vol13 .island02_detour {
  margin-top: min(calc(194 / 1280 * 100vw), 194px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_detour {
    margin-top: calc(57 / 375 * 100vw);
  }
}
.vol13 .island02_detour .island_detour_inner::before {
  background: #fdeeef;
}
.vol13 .island02_detour .island_detour_ttl {
  color: #ec6d74;
}
.vol13 .island02_detour .island_detour_ttl ._balloon {
  background-image: url(../image/vol13/island02_detour_balloon.svg);
  letter-spacing: 0.05em;
}
.vol13 .island02_detour .island_detour_read {
  max-width: 721px;
  width: 84%;
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  .vol13 .island02_detour .island_detour_read {
    width: calc(295 / 375 * 100vw);
    margin-top: 10px;
  }
}
.vol13 .island02_detour_container {
  position: relative;
  max-width: 1280px;
  margin: 70px auto 0;
  padding-bottom: 98px;
}
@media screen and (max-width: 767px) {
  .vol13 .island02_detour_container {
    margin-top: 115px;
    padding-bottom: calc(54 / 375 * 100vw);
  }
}
.vol13 .island02_detour_container .island_detour_catch {
  writing-mode: vertical-rl;
  position: absolute;
  top: min(calc(230 / 1280 * 100vw), 230px);
  left: min(calc(150 / 1280 * 100vw), 150px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_detour_container .island_detour_catch {
    top: calc(24 / 375 * 100vw);
    left: calc(56 / 375 * 100vw);
  }
}
.vol13 .island02_detour_container ._textBox {
  margin-top: 10px;
}
.vol13 .island02_detour_container ._name {
  font-family: var(--font-mincho);
  font-size: min(calc(21 / 1280 * 100vw), 21px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .vol13 .island02_detour_container ._name {
    font-size: 18px;
  }
}
.vol13 .island02_detour_container ._price {
  font-size: clamp(13px , calc(15 / 1280 * 100vw), 15px);
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .vol13 .island02_detour_container ._price {
    font-size: 12px;
  }
}
.vol13 .island02_detour_cont1 {
  width: min(calc(270 / 1280 * 100vw), 270px);
  margin-left: min(calc(435 / 1280 * 100vw), 435px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .island02_detour_cont1 {
    width: calc(155 / 375 * 100vw);
    margin-left: calc(167 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol13 .island02_detour_cont1 ._textBox {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(20%, -20%);
  }
}
@media screen and (max-width: 767px) {
  .vol13 .island02_detour_cont1 ._textBox {
    padding-left: calc(5 / 375 * 100vw);
  }
}
.vol13 .island02_detour_cont1 ._balloon {
  width: min(calc(208 / 1280 * 100vw), 208px);
  position: absolute;
  top: 0;
  right: 100%;
  transform: translate(-10%, 10%);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_detour_cont1 ._balloon {
    width: calc(132 / 375 * 100vw);
    transform: translate(20%, -95%);
  }
}
.vol13 .island02_detour_cont2 {
  width: min(calc(280 / 1280 * 100vw), 280px);
  margin-top: max(calc(-232 / 1280 * 100vw), -232px);
  margin-left: min(calc(780 / 1280 * 100vw), 780px);
}
@media screen and (max-width: 767px) {
  .vol13 .island02_detour_cont2 {
    width: calc(158 / 375 * 100vw);
    margin-top: calc(46 / 375 * 100vw);
    margin-left: calc(106 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol13 .island02_detour_cont2 ._textBox {
    padding-left: min(calc(14 / 1280 * 100vw), 14px);
  }
}
@media screen and (max-width: 767px) {
  .vol13 .island02_detour_cont2 ._textBox {
    padding-left: calc(10 / 375 * 100vw);
  }
}
.vol13 .island02_detour_cont3 {
  width: min(calc(294 / 1280 * 100vw), 294px);
  margin-top: max(calc(-154 / 1280 * 100vw), -154px);
  margin-left: min(calc(465 / 1280 * 100vw), 465px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .island02_detour_cont3 {
    width: calc(150 / 375 * 100vw);
    margin-top: calc(35 / 375 * 100vw);
    margin-left: calc(150 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol13 .island02_detour_cont3 ._textBox {
    position: absolute;
    right: 100%;
    bottom: 0;
    transform: translate(-20%, -40%);
  }
}
@media screen and (max-width: 767px) {
  .vol13 .island02_detour_cont3 ._textBox {
    padding-left: calc(2 / 375 * 100vw);
  }
}
.vol13 .island03 .island_head ._num {
  color: #65aadd;
}
.vol13 .island03 .island_head ._ttlJa {
  border-color: #65aadd;
}
.vol13 .island03 .island_head ._ttlEn {
  color: #9cc3e8;
}
.vol13 .island03 .island_head ._catch {
  top: calc(120 / 1280 * 100vw);
  left: calc(181 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol13 .island03 .island_head ._catch {
    top: calc(25 / 375 * 100vw);
    left: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol13 .island03 .island_intro ._ttl {
    transform: translateY(-17%);
  }
}
.vol13 .island03_cont1 {
  margin-top: min(calc(184 / 1280 * 100vw), 184px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont1 {
    margin-top: 80px;
  }
}
.vol13 .island03_cont1_1 {
  width: min(calc(1000 / 1280 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont1_1 {
    width: 100%;
  }
}
.vol13 .island03_cont1_box1 {
  margin-top: min(calc(118 / 1280 * 100vw), 118px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont1_box1 {
    margin-top: 0;
    padding-top: 1px;
  }
}
.vol13 .island03_cont1_read1 {
  position: absolute;
  top: min(calc(106 / 1280 * 100vw), 106px);
  left: min(calc(608 / 1280 * 100vw), 608px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont1_read1 {
    top: 0;
    left: calc(36 / 375 * 100vw);
    transform: translateY(-14%);
  }
}
.vol13 .island03_cont1_2 {
  width: min(calc(517 / 1280 * 100vw), 517px);
  position: absolute;
  top: min(calc(106 / 1280 * 100vw), 106px);
  left: 0;
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont1_2 {
    width: calc(215 / 375 * 100vw);
    margin-top: calc(53 / 375 * 100vw);
    margin-left: auto;
    position: static;
  }
}
.vol13 .island03_cont1_3 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont1_3 {
    width: calc(126 / 375 * 100vw);
    margin-top: calc(43 / 375 * 100vw);
    margin-left: calc(216 / 375 * 100vw);
  }
}
.vol13 .island03_cont1_4 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-top: min(calc(141 / 1280 * 100vw), 141px);
  margin-left: min(calc(857 / 1280 * 100vw), 857px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont1_4 {
    width: calc(168 / 375 * 100vw);
    margin-top: calc(-44 / 375 * 100vw);
    margin-left: 0;
  }
}
.vol13 .island03_cont1_5 {
  width: min(calc(721 / 1280 * 100vw), 721px);
  margin-top: min(calc(66 / 1280 * 100vw), 66px);
  margin-left: min(calc(234 / 1280 * 100vw), 234px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont1_5 {
    width: calc(266 / 375 * 100vw);
    margin-top: calc(-33 / 375 * 100vw);
    margin-left: calc(84 / 375 * 100vw);
  }
}
.vol13 .island03_cont1_box2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 0 min(calc(56 / 1280 * 100vw), 56px);
  margin-top: min(calc(104 / 1280 * 100vw), 104px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont1_box2 {
    display: block;
    width: calc(291 / 375 * 100vw);
    margin: calc(44 / 375 * 100vw) auto 0;
  }
}
.vol13 .island03_cont1_box2 p {
  width: min(calc(268 / 1280 * 100vw), 268px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont1_box2 p {
    width: 100%;
  }
}
.vol13 .island03_cont1_6 {
  width: min(calc(670 / 1280 * 100vw), 670px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont1_6 {
    width: 100%;
  }
}
.vol13 .island03_cont2 {
  margin-top: min(calc(160 / 1280 * 100vw), 160px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont2 {
    margin-top: calc(58 / 375 * 100vw);
  }
}
.vol13 .island03_cont2_read1 {
  position: absolute;
  top: 0;
  left: min(calc(956 / 1280 * 100vw), 956px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont2_read1 {
    top: calc(24 / 375 * 100vw);
    left: calc(255 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont2_box1 {
    position: relative;
  }
}
.vol13 .island03_cont2_1 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  margin-left: min(calc(209 / 1280 * 100vw), 209px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont2_1 {
    width: calc(335 / 375 * 100vw);
    margin-left: 0;
  }
}
.vol13 .island03_cont2_text1 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  margin-left: min(calc(209 / 1280 * 100vw), 209px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont2_text1 {
    width: calc(187 / 375 * 100vw);
    margin-left: calc(30 / 375 * 100vw);
    margin-top: calc(32 / 375 * 100vw);
  }
}
.vol13 .island03_cont2_2 {
  width: min(calc(583 / 1280 * 100vw), 583px);
  margin-top: min(calc(145 / 1280 * 100vw), 145px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont2_2 {
    width: calc(207 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    margin-left: calc(138 / 375 * 100vw);
  }
}
.vol13 .island03_cont2_3 {
  width: min(calc(448 / 1280 * 100vw), 448px);
  margin-top: max(calc(-219 / 1280 * 100vw), -219px);
  margin-left: min(calc(738 / 1280 * 100vw), 738px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont2_3 {
    width: calc(234 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    margin-left: calc(30 / 375 * 100vw);
  }
}
.vol13 .island03_cont2_box2 {
  display: flex;
  align-items: flex-start;
  gap: 0 min(calc(90 / 1280 * 100vw), 90px);
  margin-top: max(calc(-20 / 1280 * 100vw), -20px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont2_box2 {
    display: contents;
  }
}
.vol13 .island03_cont2_4 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-left: min(calc(343 / 1280 * 100vw), 343px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont2_4 {
    width: calc(165 / 375 * 100vw);
    margin-top: calc(37 / 375 * 100vw);
    margin-left: calc(160 / 375 * 100vw);
  }
}
.vol13 .island03_cont2_text2 {
  width: min(calc(384 / 1280 * 100vw), 384px);
  margin-top: min(calc(78 / 1280 * 100vw), 78px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont2_text2 {
    width: calc(335 / 375 * 100vw);
    margin: calc(25 / 375 * 100vw) auto 0;
  }
}
.vol13 .island03_cont2_box3 {
  position: relative;
}
.vol13 .island03_cont2_5 {
  width: min(calc(519 / 1280 * 100vw), 519px);
  margin-left: min(calc(135 / 1280 * 100vw), 135px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont2_5 {
    width: calc(291 / 375 * 100vw);
    margin-top: calc(35 / 375 * 100vw);
    margin-left: 0;
  }
}
.vol13 .island03_cont2_text3 {
  width: min(calc(519 / 1280 * 100vw), 519px);
  margin-left: min(calc(135 / 1280 * 100vw), 135px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont2_text3 {
    width: calc(335 / 375 * 100vw);
    margin: calc(20 / 375 * 100vw) auto 0;
  }
}
.vol13 .island03_cont2_6 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  position: absolute;
  top: min(calc(228 / 1280 * 100vw), 228px);
  left: min(calc(818 / 1280 * 100vw), 818px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont2_6 {
    width: calc(165 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    margin-left: calc(189 / 375 * 100vw);
    position: static;
  }
}
.vol13 .island03_cont3 {
  margin-top: min(calc(160 / 1280 * 100vw), 160px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont3 {
    margin-top: calc(58 / 375 * 100vw);
  }
}
.vol13 .island03_cont3_1 {
  width: min(calc(1000 / 1280 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont3_1 {
    width: 100%;
  }
}
.vol13 .island03_cont3_box1 {
  margin-top: min(calc(118 / 1280 * 100vw), 118px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont3_box1 {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.vol13 .island03_cont3_read1 {
  position: absolute;
  top: 0;
  left: min(calc(524 / 1280 * 100vw), 524px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont3_read1 {
    left: calc(36 / 375 * 100vw);
  }
}
.vol13 .island03_cont3_2 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-left: min(calc(67 / 1280 * 100vw), 67px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont3_2 {
    width: calc(167 / 375 * 100vw);
    margin-left: calc(178 / 375 * 100vw);
  }
}
.vol13 .island03_cont3_3 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-top: min(calc(69 / 1280 * 100vw), 69px);
  margin-left: min(calc(139 / 1280 * 100vw), 139px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont3_3 {
    width: calc(167 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    margin-left: auto;
  }
}
.vol13 .island03_cont3_4 {
  width: min(calc(517 / 1280 * 100vw), 517px);
  position: absolute;
  top: min(calc(80 / 1280 * 100vw), 80px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont3_4 {
    width: calc(234 / 375 * 100vw);
    margin: calc(68 / 375 * 100vw) auto 0;
    position: static;
  }
}
.vol13 .island03_cont4_box1 {
  display: flex;
  gap: 0 min(calc(56 / 1280 * 100vw), 56px);
  margin-top: min(calc(96 / 1280 * 100vw), 96px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont4_box1 {
    display: block;
    width: calc(335 / 375 * 100vw);
    margin: calc(52 / 375 * 100vw) auto 0;
  }
}
.vol13 .island03_cont4_1 {
  width: min(calc(670 / 1280 * 100vw), 670px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont4_1 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .vol13 .island03_cont4_text1 {
    width: min(calc(293 / 1280 * 100vw), 293px);
    margin-top: min(calc(60 / 1280 * 100vw), 60px);
    padding-bottom: min(calc(180 / 1280 * 100vw), 180px);
  }
}
.vol13 .island03_cont4_2 {
  width: min(calc(365 / 1280 * 100vw), 365px);
  margin-top: max(calc(-142 / 1280 * 100vw), -142px);
  margin-left: min(calc(818 / 1280 * 100vw), 818px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont4_2 {
    width: calc(234 / 375 * 100vw);
    margin-top: calc(26 / 375 * 100vw);
    margin-left: auto;
  }
}
.vol13 .island03_cont4_box2 {
  margin-top: min(calc(65 / 1280 * 100vw), 65px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont4_box2 {
    margin-top: calc(62 / 375 * 100vw);
  }
}
.vol13 .island03_cont4_read1 {
  position: absolute;
  top: min(calc(234 / 1280 * 100vw), 234px);
  left: min(calc(894 / 1280 * 100vw), 894px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont4_read1 {
    top: 0;
    left: calc(248 / 375 * 100vw);
  }
}
.vol13 .island03_cont4_3 {
  width: min(calc(573 / 1280 * 100vw), 573px);
  margin-left: min(calc(140 / 1280 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont4_3 {
    width: calc(206 / 375 * 100vw);
    margin-left: 0;
  }
}
.vol13 .island03_cont4_text2 {
  width: min(calc(573 / 1280 * 100vw), 573px);
  margin-left: min(calc(140 / 1280 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_cont4_text2 {
    width: calc(335 / 375 * 100vw);
    margin: calc(25 / 375 * 100vw) auto 0;
  }
}
.vol13 .island03_detour {
  margin-top: min(calc(104 / 1280 * 100vw), 104px);
}
@media screen and (max-width: 767px) {
  .vol13 .island03_detour {
    margin-top: calc(75 / 375 * 100vw);
  }
}
.vol13 .island03_detour .island_detour_inner::before {
  background: #eaf4fc;
}
.vol13 .island03_detour .island_detour_ttl {
  color: #65aadd;
}
.vol13 .island03_detour .island_detour_ttl ._balloon {
  background-image: url(../image/vol13/island03_detour_balloon.svg);
}
.vol13 .island03_detour .island_detour_catch {
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .vol13 .island03_detour .island_detour_catch {
    margin-top: 30px;
    font-size: clamp(24px , calc(30 / 1280 * 100vw), 30px);
  }
  .vol13 .island03_detour .island_detour_catch span {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .vol13 .island03_detour .island_detour_catch {
    margin-top: 35px;
    letter-spacing: 0;
  }
}
.vol13 .island03_detour_container {
  max-width: 770px;
  margin: 0 auto;
  padding-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .vol13 .island03_detour_container {
    width: calc(295 / 375 * 100vw);
    padding-bottom: 24px;
  }
}
.vol13 .island03_detour_cont1 {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .vol13 .island03_detour_cont1 {
    margin-top: 25px;
  }
}
.vol13 .island03_detour_box1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .vol13 .island03_detour_box1 {
    display: block;
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .vol13 .island03_detour_box1 .island_detour_read {
    margin-top: -0.3em;
    width: 52.7272727273%;
    letter-spacing: -0.006em;
  }
}
.vol13 .island03_detour_cont2 {
  width: 43.1168831169%;
}
@media screen and (max-width: 767px) {
  .vol13 .island03_detour_cont2 {
    width: 67.4576271186%;
    margin-top: 24px;
    margin-left: auto;
  }
}

.footWrap {
  background-color: var(--color-greenLight);
  margin-top: min(calc(140 / 1280 * 100vw), 140px);
  padding-top: min(calc(140 / 1280 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .footWrap {
    margin-top: calc(80 / 375 * 100vw);
    padding-top: calc(80 / 375 * 100vw);
  }
}

.after {
  margin-top: 0;
}

.cooperation_text {
  margin-top: 40px;
  font-family: var(--font-mincho);
  font-weight: 600;
  font-size: 19px;
  line-height: 1.8421052632;
  text-align: justify;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .cooperation_text {
    margin-top: 15px;
    font-size: 17px;
    line-height: 1.8235294118;
    letter-spacing: 0.014em;
  }
}/*# sourceMappingURL=vol13.css.map */