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

* {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

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

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

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

ul, ol {
  list-style: none;
}

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

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

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

html {
  font-size: 62.5%;
}

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

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

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

span {
  letter-spacing: inherit;
}

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

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

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

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

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

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

.splide__arrow:hover {
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

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

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

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

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

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

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

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

.splide__pagination__page:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ib {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --color-orangeLight: #fffaec;
  --color-orange: #f6ac19;
  --font-en: "Old Standard TT", "Noto Sans JP", serif;
  --font-mincho: "Shippori Mincho", "Noto Sans JP", serif;
}

@media screen and (max-width: 767px) {
  .vol14 .m-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .vol14 .m-sp {
    display: none !important;
  }
}
.vol14 .m-textAliign-start {
  text-align: start !important;
}
.vol14 .m-inner {
  width: 86%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .vol14 .m-inner {
    width: 89.4%;
  }
}
.vol14 .m-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 287px;
  max-width: 100%;
  height: 48px;
  background: var(--color-orange);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (hover: hover) {
  .vol14 .m-btn {
    transition: opacity 0.3s;
  }
  .vol14 .m-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .vol14 .m-btn {
    width: 100%;
    height: 54px;
    font-size: min(calc(17 / 375 * 100vw), 17px);
    letter-spacing: 0.1em;
  }
}
.vol14 .m-posBox {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.vol14 .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) {
  .vol14 .m-posBox_text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.vol14 .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) {
  .vol14 .m-posBox_text-large {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6428571429;
    letter-spacing: 0.04em;
  }
}
.vol14 .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) {
  .vol14 .m-posBox_read {
    font-size: min(calc(21 / 375 * 100vw), 28px);
    line-height: 1.5238095238;
  }
}
.vol14 .m-posBox_read ._h {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .vol14 .m-posBox_read ._whitePc {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .vol14 .m-posBox_read ._whiteSp {
    color: #fff;
  }
}
.vol14 .bg-orange {
  background: var(--color-orangeLight);
  padding-bottom: min(calc(145 / 1280 * 100vw), 145px);
}
.vol14 .header {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol14 .header {
    padding-bottom: calc(68 / 375 * 100vw);
  }
}
.vol14 .header::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(218 / 1280 * 100vw);
  background: var(--color-orangeLight);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .vol14 .header::before {
    height: calc(160 / 375 * 100vw);
  }
}
.vol14 .header_ttlBox {
  position: absolute;
  top: calc(472 / 1280 * 100vw);
  left: calc(390 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol14 .header_ttlBox {
    top: calc(280 / 375 * 100vw);
    left: calc(52 / 375 * 100vw);
    transform: none;
    line-height: 1.6;
  }
}
.vol14 .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) {
  .vol14 .header_ttlBox ._ttlJa {
    font-size: calc(40 / 375 * 100vw);
    line-height: 1.275;
    letter-spacing: 0.2em;
    transform: translateX(-0.05em);
  }
}
.vol14 .header_ttlBox ._color {
  color: var(--color-orange);
}
.vol14 .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) {
  .vol14 .header_ttlBox ._ttlEn {
    margin-top: calc(15 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.2em;
  }
}
.vol14 .header_catch {
  writing-mode: vertical-rl;
  font-family: var(--font-mincho);
  font-size: calc(30 / 1280 * 100vw);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8333333333;
  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(240 / 1280 * 100vw);
  left: calc(70 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol14 .header_catch {
    writing-mode: horizontal-tb;
    font-size: calc(19 / 375 * 100vw);
    line-height: 1.4210526316;
    top: calc(150 / 375 * 100vw);
    left: calc(150 / 375 * 100vw);
    letter-spacing: 0;
  }
}
.vol14 .header_catch ._num {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
.vol14 .header_circle {
  width: calc(140 / 1280 * 100vw);
  height: calc(140 / 1280 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-orange);
  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(600 / 1280 * 100vw);
  right: calc(95 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol14 .header_circle {
    width: calc(114 / 375 * 100vw);
    height: calc(114 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    top: calc(135 / 375 * 100vw);
    right: auto;
    left: calc(22 / 375 * 100vw);
  }
}
.vol14 .header_circle ._large {
  display: block;
  font-size: 1.3913043478em;
}
@media screen and (max-width: 767px) {
  .vol14 .header_circle ._large {
    font-size: 1.4444444444em;
  }
}
.vol14 .header_logo {
  width: calc(186 / 1280 * 100vw);
  position: absolute;
  top: calc(40 / 1280 * 100vw);
  left: calc(60 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol14 .header_logo {
    width: calc(110 / 375 * 100vw);
    top: calc(24 / 375 * 100vw);
    left: auto;
    right: calc(18 / 375 * 100vw);
  }
}
.vol14 .header_logo img {
  width: 100%;
}
.vol14 .header_slider {
  width: 100%;
  pointer-events: none;
  position: relative;
  z-index: -1;
}
.vol14 .header_slider .splide__track {
  width: 100%;
  height: 100%;
}
.vol14 .header_slider .splide__slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.vol14 .header_slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.vol14 .header_slider1 {
  width: calc(771 / 1280 * 100vw);
  height: calc(436 / 1280 * 100vw);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol14 .header_slider1 {
    width: calc(229 / 375 * 100vw);
    height: calc(171 / 375 * 100vw);
    margin-left: 0;
  }
}
.vol14 .header_sliderBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(263 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol14 .header_sliderBox {
    margin-top: calc(284 / 375 * 100vw);
    justify-content: flex-end;
  }
}
.vol14 .header_slider2 {
  width: calc(430 / 1280 * 100vw);
  height: calc(436 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol14 .header_slider2 {
    width: calc(129 / 375 * 100vw);
    height: calc(184 / 375 * 100vw);
  }
}
.vol14 .header_slider3 {
  width: calc(683 / 1280 * 100vw);
  height: calc(436 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .vol14 .header_slider3 {
    width: calc(195 / 375 * 100vw);
    height: calc(184 / 375 * 100vw);
  }
}
.vol14 .intro {
  position: relative;
  overflow: hidden;
}
.vol14 .intro .m-posBox {
  padding-top: min(calc(129 / 1280 * 100vw), 129px);
}
@media screen and (max-width: 767px) {
  .vol14 .intro .m-posBox {
    padding-top: 1px;
  }
}
.vol14 .intro_ttl {
  color: var(--color-orange);
  font-size: min(calc(35 / 1280 * 100vw), 35px);
  position: absolute;
  top: min(calc(127 / 1280 * 100vw), 127px);
  left: min(calc(554 / 1280 * 100vw), 554px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .vol14 .intro_ttl {
    top: 0;
    left: calc(40 / 375 * 100vw);
    font-size: calc(25 / 375 * 100vw);
    line-height: 1.44;
  }
}
.vol14 .intro_map {
  width: min(calc(582 / 1280 * 100vw), 582px);
  position: absolute;
  top: max(calc(-19 / 1280 * 100vw), -19px);
  right: min(calc(62 / 1280 * 100vw), 62px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol14 .intro_map {
    width: calc(374 / 375 * 100vw);
    top: 0;
    right: min(calc(-27 / 1280 * 100vw), -27px);
  }
}
.vol14 .intro_map img {
  width: 100%;
}
.vol14 .intro_img1 {
  width: min(calc(420 / 1280 * 100vw), 420px);
}
@media screen and (max-width: 767px) {
  .vol14 .intro_img1 {
    width: min(calc(236 / 375 * 100vw), 236px);
    margin-top: calc(494 / 375 * 100vw);
    margin-left: auto;
  }
}
.vol14 .intro_img2 {
  width: min(calc(354 / 1280 * 100vw), 354px);
  margin-top: min(calc(177 / 1280 * 100vw), 177px);
  margin-left: min(calc(140 / 1280 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .vol14 .intro_img2 {
    width: min(calc(177 / 375 * 100vw), 177px);
    margin-top: calc(36 / 375 * 100vw);
    margin-left: calc(57 / 375 * 100vw);
  }
}
.vol14 .intro .intro_box1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 min(calc(62 / 1280 * 100vw), 62px);
  margin-top: min(calc(163 / 1280 * 100vw), 163px);
}
@media screen and (max-width: 767px) {
  .vol14 .intro .intro_box1 {
    display: block;
    margin-top: calc(30 / 375 * 100vw);
  }
}
.vol14 .intro_text1 {
  width: min(calc(400 / 1280 * 100vw), 400px);
  margin-top: -0.5em;
  margin-left: min(calc(140 / 1280 * 100vw), 140px);
  letter-spacing: 0;
  line-height: 2.0588235294;
}
@media screen and (max-width: 767px) {
  .vol14 .intro_text1 {
    width: calc(335 / 375 * 100vw);
    margin: calc(25 / 375 * 100vw) auto 0;
    line-height: 2.2142857143;
  }
}
.vol14 .intro_img3 {
  width: min(calc(537 / 1280 * 100vw), 537px);
}
@media screen and (max-width: 767px) {
  .vol14 .intro_img3 {
    width: calc(335 / 375 * 100vw);
    margin: calc(30 / 375 * 100vw) auto 0;
  }
}
.vol14 .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) {
  .vol14 .ship {
    margin-top: calc(60 / 375 * 100vw);
    padding: calc(22 / 375 * 100vw) 0 20px;
  }
}
.vol14 .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) {
  .vol14 .ship::before {
    width: calc(335 / 375 * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }
}
.vol14 .ship_introBox {
  padding-left: min(calc(137 / 1280 * 100vw), 137px);
}
@media screen and (max-width: 767px) {
  .vol14 .ship_introBox {
    width: calc(295 / 375 * 100vw);
    margin: 0 auto;
    padding-left: 0;
  }
}
.vol14 .ship_ttl {
  color: var(--color-orange);
  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;
}
.vol14 .ship_text1 {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .vol14 .ship_text1 {
    margin-top: 15px;
  }
}
.vol14 .ship_text2 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .vol14 .ship_text2 {
    letter-spacing: 0;
  }
}
.vol14 .ship_box1 {
  margin-top: calc(50 / 1280 * 100vw);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol14 .ship_box1 {
    display: contents;
  }
}
.vol14 .ship_img1 {
  width: min(calc(537 / 1280 * 100vw), 537px);
}
@media screen and (max-width: 767px) {
  .vol14 .ship_img1 {
    width: calc(311 / 375 * 100vw);
    margin-top: calc(18 / 375 * 100vw);
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .vol14 .ship_box2 {
    position: relative;
    margin-top: calc(44 / 375 * 100vw);
  }
}
.vol14 .ship_read1 {
  position: absolute;
  top: 0;
  left: min(calc(614 / 1280 * 100vw), 614px);
}
@media screen and (max-width: 767px) {
  .vol14 .ship_read1 {
    left: calc(50 / 375 * 100vw);
  }
}
.vol14 .ship_img2 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  position: absolute;
  top: max(calc(-276 / 1280 * 100vw), -276px);
  right: min(calc(70 / 1280 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .vol14 .ship_img2 {
    width: calc(155 / 375 * 100vw);
    margin-left: auto;
    margin-right: calc(20 / 375 * 100vw);
    position: static;
  }
}
.vol14 .ship_img3 {
  width: min(calc(419 / 1280 * 100vw), 419px);
  position: absolute;
  top: min(calc(86 / 1280 * 100vw), 86px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol14 .ship_img3 {
    width: calc(203 / 375 * 100vw);
    margin-top: calc(38 / 375 * 100vw);
    margin-left: auto;
    position: static;
  }
}
.vol14 .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) {
  .vol14 .ship_box3 {
    display: contents;
  }
}
.vol14 .ship_img4 {
  width: min(calc(367 / 1280 * 100vw), 367px);
}
@media screen and (max-width: 767px) {
  .vol14 .ship_img4 {
    width: calc(157 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
    margin-left: calc(80 / 375 * 100vw);
  }
}
.vol14 .ship_box4 {
  width: min(calc(492 / 1280 * 100vw), 492px);
  margin-left: min(calc(140 / 1280 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .vol14 .ship_box4 {
    width: calc(295 / 375 * 100vw);
    margin: calc(25 / 375 * 100vw) auto 0;
  }
}
.vol14 .ship_text3 {
  margin-top: -0.5em;
}
@media screen and (min-width: 768px) {
  .vol14 .ship_text3 {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .vol14 .ship_text3 {
    margin-top: 0;
  }
}
.vol14 .ship_text4 {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .vol14 .ship_text4 {
    margin-top: 5px;
  }
}
.vol14 .ship_stamp {
  width: 70%;
  max-width: 898px;
  margin: 84px 0 0 min(calc(140 / 1280 * 100vw), 140px);
  border: 3px solid var(--color-orange);
  padding: 42px;
}
@media screen and (max-width: 767px) {
  .vol14 .ship_stamp {
    display: flex;
    flex-direction: column;
    width: calc(297 / 375 * 100vw);
    margin-top: calc(45 / 375 * 100vw);
    padding: min(calc(20 / 375 * 100vw), 20px);
    border-width: 2px;
  }
}
.vol14 .ship_stamp ._ttl {
  color: var(--color-orange);
  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) {
  .vol14 .ship_stamp ._ttl {
    margin-top: 15px;
    font-size: min(calc(17 / 375 * 100vw), 17px);
    letter-spacing: -0.05em;
  }
}
.vol14 .ship_stamp ._container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .vol14 .ship_stamp ._container {
    display: contents;
  }
}
.vol14 .ship_stamp ._imgBox {
  width: 44.7044334975%;
}
@media screen and (max-width: 767px) {
  .vol14 .ship_stamp ._imgBox {
    width: 100%;
    order: -1;
  }
}
.vol14 .ship_stamp ._contBox {
  width: 51.1083743842%;
}
@media screen and (max-width: 767px) {
  .vol14 .ship_stamp ._contBox {
    width: 100%;
    margin-top: 10px;
  }
}
.vol14 .ship_stamp ._text {
  margin-top: -0.3em;
}
.vol14 .ship_stamp ._link {
  margin-top: 20px;
}
.vol14 .ship_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px 17px;
  width: 70%;
  max-width: 898px;
  margin: 55px 0 0 min(calc(140 / 1280 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .vol14 .ship_links {
    gap: 14px 14px;
    width: calc(295 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
  .vol14 .ship_links .-spSpaceMin {
    letter-spacing: -0.04em;
  }
}
.vol14 .nav {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .vol14 .nav {
    margin-top: 45px;
  }
}
.vol14 .nav_ttl {
  color: var(--color-orange);
  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) {
  .vol14 .nav_ttl {
    font-size: min(calc(32 / 375 * 100vw), 32px);
  }
}
.vol14 .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-orange);
  border-radius: 50%;
  color: var(--color-orange);
  font-family: var(--font-en);
  font-size: 28px;
  font-weight: 700s;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .vol14 .nav_subTtl {
    margin-top: 36px;
  }
}
.vol14 .nav_list {
  display: flex;
  justify-content: center;
  gap: 0 3.6144578313%;
  margin-top: 64px;
  max-width: 996px;
}
@media screen and (max-width: 767px) {
  .vol14 .nav_list {
    flex-direction: column;
    align-items: center;
    gap: calc(70 / 375 * 100vw) 0;
    width: 100%;
    margin-top: 30px;
  }
}
.vol14 .nav_list li {
  width: 30.9236947791%;
}
@media screen and (max-width: 767px) {
  .vol14 .nav_list li {
    width: 100%;
  }
}
.vol14 .nav_list a {
  display: block;
  padding-bottom: 90px;
  background: url(../image/vol14/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) {
  .vol14 .nav_list a {
    padding-bottom: 80px;
    background-image: url(../image/vol14/nav_arrow_sp.svg);
  }
}
@media (hover: hover) {
  .vol14 .nav_list a {
    transition: 0.3s;
  }
  .vol14 .nav_list a:hover {
    opacity: 0.7;
  }
}
.vol14 .nav_list a img {
  width: 100%;
}
.vol14 .nav_list ._ttl {
  font-size: min(1.8229166667vw, 18px);
}
@media screen and (max-width: 767px) {
  .vol14 .nav_list ._ttl {
    font-size: 20px;
  }
}
.vol14 .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) {
  .vol14 .nav_list ._read {
    margin-top: 25px;
    font-size: min(calc(21 / 375 * 100vw), 21px);
  }
}
.vol14 .omi {
  max-width: 1000px;
  background: #fff;
  border: 2px solid var(--color-orange);
  margin: 90px auto 0;
  padding: 30px 20px 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol14 .omi {
    padding: 40px 0 24px;
  }
}
.vol14 .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-orange);
  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) {
  .vol14 .omi_ttl {
    width: 222px;
    font-size: 17px;
    letter-spacing: 0.16em;
  }
}
.vol14 .omi_ttl::before, .vol14 .omi_ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
}
.vol14 .omi_ttl::before {
  border-width: 18px 17px 18px 0;
  border-color: transparent var(--color-orange) transparent transparent;
  right: 100%;
}
.vol14 .omi_ttl::after {
  border-width: 18px 0 18px 17px;
  border-color: transparent transparent transparent var(--color-orange);
  left: 100%;
}
.vol14 .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) {
  .vol14 .omi ._container {
    gap: 0 0;
  }
}
.vol14 .omi_slide {
  width: 536px;
  padding: 0 45px;
}
@media screen and (max-width: 767px) {
  .vol14 .omi_slide {
    width: 100%;
    padding: 0;
  }
}
.vol14 .omi_slide .splide__sr {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.vol14 .omi_slide .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .vol14 .omi_slide .splide__slide img {
    transform: scale(0.8484);
  }
}
.vol14 .omi_slide .splide__arrow {
  background: none;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .vol14 .omi_slide .splide__arrow {
    width: 30px;
    height: 36px;
    background: #fff;
    border-radius: 0;
  }
  .vol14 .omi_slide .splide__arrow img {
    width: 15px;
  }
}
.vol14 .omi_slide .splide__arrow--prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .vol14 .omi_slide .splide__arrow--prev {
    left: 12px;
  }
}
.vol14 .omi_slide .splide__arrow--next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol14 .omi_slide .splide__arrow--next {
    right: 12px;
  }
}
.vol14 .omi ._contBox {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .vol14 .omi ._contBox {
    width: 100%;
    max-width: 480px;
    padding: 0 min(calc(24 / 375 * 100vw), 24px);
  }
}
.vol14 .omi ._text {
  color: var(--color-orange);
  font-family: var(--font-mincho);
  font-size: 24px;
  line-height: 1.7083333333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .vol14 .omi ._text {
    font-size: min(calc(22 / 375 * 100vw), 22px);
    text-align: center;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .vol14 .omi ._link {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .vol14 .omi ._link .m-btn {
    letter-spacing: 0;
  }
}
.vol14 .island_head {
  position: relative;
}
.vol14 .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) {
  .vol14 .island_head ._ttlBox {
    width: 89.4%;
    top: calc(100% - calc(52 / 375 * 100vw));
    left: 5.3%;
    align-items: flex-start;
  }
}
.vol14 .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) {
  .vol14 .island_head ._numBox {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(94 / 375 * 100vw);
  }
}
.vol14 .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) {
  .vol14 .island_head ._num {
    height: calc(50 / 375 * 100vw);
    font-size: calc(81 / 375 * 100vw);
  }
}
.vol14 .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) {
  .vol14 .island_head ._ttlJa {
    border-width: calc(3 / 375 * 100vw);
    font-size: calc(19 / 375 * 100vw);
    line-height: 1.4210526316;
  }
}
.vol14 .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) {
  .vol14 .island_head ._ttlEn {
    font-size: calc(70 / 375 * 100vw);
    line-height: 0.9142857143;
    transform: translateY(calc(33 / 375 * 100vw));
  }
}
.vol14 .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) {
  .vol14 .island_head ._catch {
    font-size: calc(30 / 375 * 100vw);
    line-height: 1.3333333333;
    top: calc(50 / 375 * 100vw);
    left: calc(48 / 375 * 100vw);
  }
}
.vol14 .island_head ._mainImg {
  width: 100%;
}
.vol14 .island_intro {
  margin-top: calc(240 / 1280 * 100vw);
  max-width: 1000px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol14 .island_intro {
    margin-top: calc(180 / 375 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.vol14 .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) {
  .vol14 .island_intro ._ttl {
    font-size: min(calc(30 / 375 * 100vw), 30px);
    line-height: 1.3;
    position: static;
  }
}
.vol14 .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) {
  .vol14 .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;
  }
}
.vol14 .island_intro ._textBox * {
  letter-spacing: 0;
}
.vol14 .island_intro ._textBox ._h {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .vol14 .island_intro ._textDivide {
    display: block;
    height: 207px;
  }
}
.vol14 .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) {
  .vol14 .island_detour_inner {
    padding-right: 0;
    padding-top: 48px;
  }
}
.vol14 .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) {
  .vol14 .island_detour_inner::before {
    width: calc(335 / 375 * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }
}
.vol14 .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) {
  .vol14 .island_detour_ttl {
    font-size: min(calc(35 / 375 * 100vw), 35px);
  }
}
.vol14 .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) {
  .vol14 .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%);
  }
}
.vol14 .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) {
  .vol14 .island_detour_read {
    font-size: 14px;
    line-height: 1.6428571429;
  }
}
.vol14 .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) {
  .vol14 .island_detour_catch {
    font-size: min(calc(21 / 375 * 100vw), 28px);
    line-height: 1.5238095238;
  }
}
.vol14 .island_detour {
  margin-top: min(calc(176 / 1280 * 100vw), 176px);
}
@media screen and (max-width: 767px) {
  .vol14 .island_detour {
    margin-top: calc(65 / 375 * 100vw);
  }
}
.vol14 .island_detour_catch {
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .vol14 .island_detour_catch {
    margin-top: 30px;
    font-size: clamp(24px , calc(30 / 1280 * 100vw), 30px);
  }
  .vol14 .island_detour_catch span {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .vol14 .island_detour_catch {
    margin-top: 35px;
    letter-spacing: 0;
  }
}
.vol14 .island_detour_container {
  max-width: 770px;
  margin: 0 auto;
  padding-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .vol14 .island_detour_container {
    width: calc(295 / 375 * 100vw);
    padding-bottom: 24px;
  }
}
.vol14 .island_detour_cont1 {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .vol14 .island_detour_cont1 {
    margin-top: 25px;
  }
}
.vol14 .island_detour_box1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .vol14 .island_detour_box1 {
    display: block;
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .vol14 .island_detour_box1 .island_detour_read {
    margin-top: -0.3em;
    width: 52.7272727273%;
    letter-spacing: -0.006em;
  }
}
.vol14 .island_detour_cont2 {
  width: 43.1168831169%;
}
@media screen and (max-width: 767px) {
  .vol14 .island_detour_cont2 {
    width: 67.4576271186%;
    margin-top: 24px;
    margin-left: auto;
  }
}
.vol14 .island04 .island_head ._catch {
  top: min(calc(76 / 1280 * 100vw), 76px);
  left: min(calc(92 / 1280 * 100vw), 92px);
  letter-spacing: 0.08em;
}
.vol14 .island04 .island_head ._num {
  color: #de764a;
}
.vol14 .island04 .island_head ._ttlJa {
  border-color: #de764a;
}
.vol14 .island04 .island_head ._ttlEn {
  color: #ebaf8d;
}
@media screen and (min-width: 768px) {
  .vol14 .island04 .island_intro ._ttl {
    transform: translateY(-17%);
  }
}
.vol14 .island04_cont1 {
  margin-top: min(calc(174 / 1280 * 100vw), 174px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont1 {
    margin-top: 80px;
  }
}
.vol14 .island04_cont1_1 .m-posBox_read {
  margin-top: 40px;
  writing-mode: horizontal-tb;
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont1_1 .m-posBox_read {
    margin-top: 20px;
  }
}
.vol14 .island04_cont1_1 .m-posBox_text-large {
  width: min(calc(600 / 1280 * 100vw), 600px);
}
@media screen and (min-width: 768px) {
  .vol14 .island04_cont1_1 .m-posBox_text-large {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont1_1 .m-posBox_text-large {
    width: 100%;
  }
}
.vol14 .island04_cont1_2 {
  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) {
  .vol14 .island04_cont1_2 {
    width: calc(167 / 375 * 100vw);
    margin-top: calc(45 / 375 * 100vw);
    margin-left: calc(55 / 375 * 100vw);
  }
}
.vol14 .island04_cont1_3 {
  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) {
  .vol14 .island04_cont1_3 {
    width: calc(234 / 375 * 100vw);
    margin-top: calc(38 / 375 * 100vw);
    margin-left: calc(117 / 375 * 100vw);
  }
}
.vol14 .island04_cont1_4 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-top: max(calc(-131 / 1280 * 100vw), -131px);
  margin-left: min(calc(760 / 1280 * 100vw), 760px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont1_4 {
    width: calc(167 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
    margin-left: 0;
  }
}
.vol14 .island04_cont2 {
  margin-top: min(calc(185 / 1280 * 100vw), 185px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont2 {
    margin-top: calc(35 / 375 * 100vw);
  }
}
.vol14 .island04_cont2_1 {
  width: min(calc(889 / 1280 * 100vw), 889px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont2_1 {
    width: calc(335 / 375 * 100vw);
    margin-right: auto;
  }
}
.vol14 .island04_cont2_box1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 min(calc(215 / 1280 * 100vw), 215px);
  margin-top: min(calc(82 / 1280 * 100vw), 82px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont2_box1 {
    display: block;
    margin-top: min(calc(46 / 1280 * 100vw), 46px);
    position: relative;
  }
}
.vol14 .island04_cont2_read1 {
  position: absolute;
  top: 0;
  left: min(calc(122 / 1280 * 100vw), 122px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont2_read1 {
    top: calc(60 / 375 * 100vw);
    left: calc(228 / 375 * 100vw);
  }
}
.vol14 .island04_cont2_text1 {
  width: min(calc(299 / 1280 * 100vw), 299px);
  margin-top: -0.5em;
  margin-left: min(calc(140 / 1280 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont2_text1 {
    width: calc(167 / 375 * 100vw);
    margin-top: 0;
    margin-left: calc(20 / 375 * 100vw);
  }
}
.vol14 .island04_cont2_2 {
  width: min(calc(311 / 1280 * 100vw), 311px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont2_2 {
    width: calc(167 / 375 * 100vw);
    margin-top: calc(68 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
  }
}
.vol14 .island04_cont2_box2 {
  margin-top: min(calc(35 / 1280 * 100vw), 35px);
  position: relative;
}
.vol14 .island04_cont2_3 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-left: min(calc(322 / 1280 * 100vw), 322px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont2_3 {
    width: calc(167 / 375 * 100vw);
    margin-top: calc(23 / 375 * 100vw);
    margin-left: calc(148 / 375 * 100vw);
  }
}
.vol14 .island04_cont2_4 {
  width: min(calc(448 / 1280 * 100vw), 448px);
  position: absolute;
  top: min(calc(58 / 1280 * 100vw), 58px);
  left: min(calc(754 / 1280 * 100vw), 754px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont2_4 {
    width: calc(234 / 375 * 100vw);
    margin-top: calc(44 / 375 * 100vw);
    margin-left: calc(82 / 375 * 100vw);
    position: static;
  }
}
.vol14 .island04_cont2_5 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-top: min(calc(106 / 1280 * 100vw), 106px);
  margin-left: min(calc(202 / 1280 * 100vw), 202px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont2_5 {
    width: calc(182 / 375 * 100vw);
    margin-top: calc(61 / 375 * 100vw);
    margin-left: calc(42 / 375 * 100vw);
  }
}
.vol14 .island04_cont2_box3 {
  width: min(calc(722 / 1280 * 100vw), 722px);
  margin-top: min(calc(134 / 1280 * 100vw), 134px);
  margin-left: min(calc(417 / 1280 * 100vw), 417px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont2_box3 {
    width: calc(291 / 375 * 100vw);
    margin: calc(60 / 375 * 100vw) auto 0;
  }
}
.vol14 .island04_cont3 {
  margin-top: min(calc(225 / 1280 * 100vw), 225px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont3 {
    margin-top: calc(138 / 375 * 100vw);
  }
}
.vol14 .island04_cont3_1 {
  width: min(calc(1000 / 1280 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont3_1 {
    width: 100%;
  }
}
.vol14 .island04_cont3_box1 {
  margin-top: min(calc(155 / 1280 * 100vw), 155px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont3_box1 {
    display: flex;
    flex-direction: column;
    margin-top: calc(50 / 375 * 100vw);
  }
}
.vol14 .island04_cont3_read1 {
  position: absolute;
  top: 0;
  left: min(calc(625 / 1280 * 100vw), 625px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont3_read1 {
    left: calc(237 / 375 * 100vw);
  }
}
.vol14 .island04_cont3_2 {
  width: min(calc(517 / 1280 * 100vw), 517px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont3_2 {
    width: calc(291 / 375 * 100vw);
    margin-top: calc(141 / 375 * 100vw);
  }
}
.vol14 .island04_cont3_text1 {
  width: min(calc(379 / 1280 * 100vw), 379px);
  margin-left: min(calc(138 / 1280 * 100vw), 138px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont3_text1 {
    order: -1;
    width: calc(187 / 375 * 100vw);
    margin-top: -0.4em;
    margin-left: calc(20 / 375 * 100vw);
  }
}
.vol14 .island04_cont3_3 {
  width: min(calc(393 / 1280 * 100vw), 393px);
  position: absolute;
  top: min(calc(43 / 1280 * 100vw), 43px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont3_3 {
    width: calc(304 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    margin-left: auto;
    position: static;
  }
}
.vol14 .island04_cont3_box2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0 min(calc(28 / 1280 * 100vw), 28px);
  margin-top: max(calc(-48 / 1280 * 100vw), -48px);
  margin-left: min(calc(636 / 1280 * 100vw), 636px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont3_box2 {
    display: block;
    width: calc(179 / 375 * 100vw);
    margin-top: calc(31 / 375 * 100vw);
    margin-left: calc(57 / 375 * 100vw);
  }
}
.vol14 .island04_cont3_4 {
  width: min(calc(311 / 1280 * 100vw), 311px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont3_4 {
    width: 100%;
  }
}
.vol14 .island04_cont3_text2 {
  width: min(calc(161 / 1280 * 100vw), 161px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont3_text2 {
    width: 100%;
    font-size: 14px;
  }
}
.vol14 .island04_cont3_5 {
  width: min(calc(455 / 1280 * 100vw), 455px);
  margin-top: max(calc(-98 / 1280 * 100vw), -98px);
  margin-left: min(calc(138 / 1280 * 100vw), 138px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont3_5 {
    width: calc(291 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    margin-left: calc(55 / 375 * 100vw);
  }
}
.vol14 .island04_cont3_box3 {
  width: min(calc(477 / 1280 * 100vw), 477px);
  margin-top: max(calc(-217 / 1280 * 100vw), -217px);
  margin-left: min(calc(582 / 1280 * 100vw), 582px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont3_box3 {
    width: calc(335 / 375 * 100vw);
    margin: calc(59 / 375 * 100vw) auto 0;
  }
  .vol14 .island04_cont3_box3 p {
    font-size: 14px;
  }
}
.vol14 .island04_cont4 {
  margin-top: min(calc(100 / 1280 * 100vw), 100px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont4 {
    margin-top: calc(80 / 375 * 100vw);
  }
}
.vol14 .island04_cont4_1 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  margin-left: min(calc(535 / 1280 * 100vw), 535px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont4_1 {
    width: 100%;
    margin-left: 0;
  }
}
.vol14 .island04_cont4_box1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: min(calc(188 / 1280 * 100vw), 188px);
  gap: 0 min(calc(220 / 1280 * 100vw), 220px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont4_box1 {
    display: block;
    position: relative;
    margin-top: calc(48 / 375 * 100vw);
  }
}
.vol14 .island04_cont4_read1 {
  position: absolute;
  top: min(calc(80 / 1280 * 100vw), 80px);
  left: min(calc(216 / 1280 * 100vw), 216px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont4_read1 {
    top: 0;
    left: calc(28 / 375 * 100vw);
  }
}
.vol14 .island04_cont4_2 {
  width: min(calc(448 / 1280 * 100vw), 448px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont4_2 {
    width: calc(223 / 375 * 100vw);
    margin-left: auto;
  }
}
.vol14 .island04_cont4_text1 {
  width: min(calc(390 / 1280 * 100vw), 390px);
  margin-top: max(calc(-55 / 1280 * 100vw), -55px);
  margin-left: min(calc(142 / 1280 * 100vw), 142px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont4_text1 {
    width: calc(238 / 375 * 100vw);
    margin-top: calc(107 / 375 * 100vw);
    margin-left: calc(116 / 375 * 100vw);
  }
}
.vol14 .island04_cont4_3 {
  width: min(calc(448 / 1280 * 100vw), 448px);
  margin-top: max(calc(-63 / 1280 * 100vw), -63px);
  margin-left: min(calc(136 / 1280 * 100vw), 136px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont4_3 {
    width: calc(168 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    margin-left: 0;
  }
}
.vol14 .island04_cont4_4 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-top: max(calc(-160 / 1280 * 100vw), -160px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont4_4 {
    width: calc(126 / 375 * 100vw);
    margin-top: calc(-53 / 375 * 100vw);
    margin-left: calc(211 / 375 * 100vw);
  }
}
.vol14 .island04_cont5 {
  margin-top: min(calc(160 / 1280 * 100vw), 160px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont5 {
    margin-top: calc(49 / 375 * 100vw);
  }
}
.vol14 .island04_cont5_box1 {
  width: min(calc(722 / 1280 * 100vw), 722px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont5_box1 {
    width: calc(291 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
  }
}
.vol14 .island04_cont5_box1 p {
  width: 80.6094182825%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont5_box1 p {
    width: 100%;
  }
}
.vol14 .island04_cont5_2 {
  width: min(calc(377 / 1280 * 100vw), 377px);
  position: absolute;
  top: min(calc(211 / 1280 * 100vw), 211px);
  left: min(calc(828 / 1280 * 100vw), 828px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont5_2 {
    width: calc(168 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
    position: static;
  }
}
.vol14 .island04_cont5_3 {
  width: min(calc(448 / 1280 * 100vw), 448px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont5_3 {
    width: calc(215 / 375 * 100vw);
    margin-top: calc(45 / 375 * 100vw);
    margin-left: calc(77 / 375 * 100vw);
  }
}
.vol14 .island04_cont5_4 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-top: max(calc(-180 / 1280 * 100vw), -180px);
  margin-left: min(calc(330 / 1280 * 100vw), 330px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont5_4 {
    width: calc(167 / 375 * 100vw);
    margin-top: calc(42 / 375 * 100vw);
    margin-left: 0;
  }
}
.vol14 .island04_cont5_5 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-top: max(calc(90 / 1280 * 100vw), 90px);
  margin-left: min(calc(64 / 1280 * 100vw), 64px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont5_5 {
    width: calc(167 / 375 * 100vw);
    margin-top: calc(-36 / 375 * 100vw);
    margin-left: auto;
  }
}
.vol14 .island04_cont5_box2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0 calc(57 / 1280 * 100vw);
  margin-top: max(calc(-140 / 1280 * 100vw), -140px);
}
@media screen and (max-width: 767px) {
  .vol14 .island04_cont5_box2 {
    width: calc(291 / 375 * 100vw);
    margin: calc(44 / 375 * 100vw) auto 0;
  }
}
@media screen and (min-width: 768px) {
  .vol14 .island04_cont5_box2 p {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .vol14 .island04_cont5_6 {
    width: min(calc(609 / 1280 * 100vw), 609px);
  }
}
@media screen and (min-width: 768px) {
  .vol14 .island04_cont5_text2 {
    width: min(calc(260 / 1280 * 100vw), 260px);
    margin-left: calc(214 / 1280 * 100vw);
  }
}
.vol14 .island04 .island_detour_inner::before {
  background: #fcf0e8;
}
.vol14 .island04 .island_detour_ttl {
  color: #de764a;
}
.vol14 .island04 .island_detour_ttl ._balloon {
  background-image: url(../image/vol14/island04_detour_balloon.svg);
}
.vol14 .island05 .island_head ._catch {
  top: min(calc(135 / 1280 * 100vw), 135px);
  left: min(calc(85 / 1280 * 100vw), 85px);
  letter-spacing: 0.08em;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.3), 0 0 0.2em rgba(0, 0, 0, 0.3), 0 0 0.2em rgba(0, 0, 0, 0.3);
}
.vol14 .island05 .island_head ._num {
  color: #bc698f;
}
.vol14 .island05 .island_head ._ttlJa {
  border-color: #bc698f;
}
.vol14 .island05 .island_head ._ttlEn {
  color: #d39cb5;
}
@media screen and (min-width: 768px) {
  .vol14 .island05 .island_intro ._ttl {
    transform: translateY(-18%);
  }
}
.vol14 .island05_cont1 {
  margin-top: min(calc(181 / 1280 * 100vw), 181px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont1 {
    margin-top: calc(80 / 375 * 100vw);
  }
}
.vol14 .island05_cont1_1 {
  width: min(calc(1000 / 1280 * 100vw), 1000px);
  margin: 0 auto;
}
.vol14 .island05_cont1_box1 {
  margin-top: min(calc(112 / 1280 * 100vw), 112px);
  display: flex;
  flex-wrap: wrap;
  gap: 0 min(calc(368 / 1280 * 100vw), 368px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont1_box1 {
    flex-direction: column-reverse;
    margin-top: calc(36 / 375 * 100vw);
  }
}
.vol14 .island05_cont1_read1 {
  position: absolute;
  top: max(calc(-112 / 1280 * 100vw), -112px);
  left: min(calc(530 / 1280 * 100vw), 530px);
  transform: translateY(-17%);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont1_read1 {
    top: 0;
    left: calc(262 / 375 * 100vw);
    transform: none;
  }
}
.vol14 .island05_cont1_2 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-left: min(calc(72 / 1280 * 100vw), 72px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont1_2 {
    width: calc(182 / 375 * 100vw);
    margin-top: calc(54 / 375 * 100vw);
    margin-left: 0;
  }
}
.vol14 .island05_cont1_text1 {
  width: min(calc(387 / 1280 * 100vw), 387px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont1_text1 {
    width: calc(200 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
  }
}
.vol14 .island05_cont1_3 {
  width: min(calc(440 / 1280 * 100vw), 440px);
  margin-top: min(calc(76 / 1280 * 100vw), 76px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont1_3 {
    width: calc(232 / 375 * 100vw);
    margin-top: calc(-47 / 375 * 100vw);
    margin-left: auto;
  }
}
.vol14 .island05_cont1_box2 {
  width: min(calc(583 / 1280 * 100vw), 583px);
  margin-top: max(calc(-222 / 1280 * 100vw), -222px);
  margin-left: min(calc(85 / 1280 * 100vw), 85px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont1_box2 {
    width: 100%;
    margin-top: calc(51 / 375 * 100vw);
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont1_4 {
    width: calc(291 / 375 * 100vw);
    margin-left: calc(41 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont1_text2 {
    width: calc(148 / 375 * 100vw);
    margin-left: calc(41 / 375 * 100vw);
  }
}
.vol14 .island05_cont1_5 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-top: max(calc(-152 / 1280 * 100vw), -152px);
  margin-left: min(calc(800 / 1280 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont1_5 {
    width: calc(155 / 375 * 100vw);
    margin-top: calc(-75 / 375 * 100vw);
    margin-left: auto;
  }
}
.vol14 .island05_cont1_6 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-top: min(calc(96 / 1280 * 100vw), 96px);
  margin-left: min(calc(138 / 1280 * 100vw), 138px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont1_6 {
    width: calc(167 / 375 * 100vw);
    margin-top: calc(28 / 375 * 100vw);
    margin-left: calc(26 / 375 * 100vw);
  }
}
.vol14 .island05_cont1_7 {
  width: min(calc(426 / 1280 * 100vw), 426px);
  margin-top: max(calc(-152 / 1280 * 100vw), -152px);
  margin-left: min(calc(640 / 1280 * 100vw), 640px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont1_7 {
    width: calc(236 / 375 * 100vw);
    margin-top: calc(39 / 375 * 100vw);
    margin-left: calc(115 / 375 * 100vw);
  }
}
.vol14 .island05_cont2 {
  margin-top: min(calc(245 / 1280 * 100vw), 245px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont2 {
    margin-top: calc(43 / 375 * 100vw);
  }
}
.vol14 .island05_cont2_1 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  margin-left: min(calc(209 / 1280 * 100vw), 209px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont2_1 {
    width: calc(320 / 375 * 100vw);
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont2_box1 {
    display: flex;
    flex-direction: column-reverse;
    gap: calc(62 / 375 * 100vw) 0;
    margin-top: calc(36 / 375 * 100vw);
    padding-top: calc(84 / 375 * 100vw);
    position: relative;
  }
}
.vol14 .island05_cont2_read1 {
  position: absolute;
  top: min(calc(102 / 1280 * 100vw), 102px);
  left: min(calc(978 / 1280 * 100vw), 978px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont2_read1 {
    top: 0;
    left: calc(36 / 375 * 100vw);
  }
}
.vol14 .island05_cont2_text1 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  margin-left: min(calc(209 / 1280 * 100vw), 209px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont2_text1 {
    width: calc(335 / 375 * 100vw);
    margin: 0 auto;
  }
}
.vol14 .island05_cont2_2 {
  width: min(calc(386 / 1280 * 100vw), 386px);
  margin-top: min(calc(98 / 1280 * 100vw), 98px);
  margin-left: min(calc(589 / 1280 * 100vw), 589px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont2_2 {
    width: calc(203 / 375 * 100vw);
    margin-top: 0;
    margin-left: auto;
  }
}
.vol14 .island05_cont2_3 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-top: min(calc(42 / 1280 * 100vw), 42px);
  margin-left: min(calc(139 / 1280 * 100vw), 139px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont2_3 {
    width: calc(155 / 375 * 100vw);
    margin-top: calc(85 / 375 * 100vw);
    margin-left: 0;
  }
}
.vol14 .island05_cont2_box2 {
  width: min(calc(583 / 1280 * 100vw), 583px);
  margin-top: max(calc(-122 / 1280 * 100vw), -122px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont2_box2 {
    width: calc(291 / 375 * 100vw);
    margin: calc(45 / 375 * 100vw) auto 0;
  }
}
@media screen and (min-width: 768px) {
  .vol14 .island05_cont2_text2 {
    width: 76.1578044597%;
    margin-top: min(calc(50 / 1280 * 100vw), 50px);
  }
}
.vol14 .island05_cont2_5 {
  width: min(calc(383 / 1280 * 100vw), 383px);
  margin-top: max(calc(-274 / 1280 * 100vw), -274px);
  margin-left: min(calc(224 / 1280 * 100vw), 224px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont2_5 {
    width: calc(207 / 375 * 100vw);
    margin-top: calc(44 / 375 * 100vw);
    margin-left: calc(113 / 375 * 100vw);
  }
}
.vol14 .island05_cont3 {
  margin-top: min(calc(240 / 1280 * 100vw), 240px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont3 {
    margin-top: calc(112 / 375 * 100vw);
  }
}
.vol14 .island05_cont3_1 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  margin-left: min(calc(469 / 1280 * 100vw), 469px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont3_1 {
    width: calc(335 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont3_box1 {
    position: relative;
  }
}
.vol14 .island05_cont3_read1 {
  position: absolute;
  top: 0;
  left: min(calc(180 / 1280 * 100vw), 180px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont3_read1 {
    left: calc(235 / 375 * 100vw);
  }
}
.vol14 .island05_cont3_text1 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  margin-left: min(calc(469 / 1280 * 100vw), 469px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont3_text1 {
    width: calc(185 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
  }
}
.vol14 .island05_cont3_2 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-top: min(calc(112 / 1280 * 100vw), 112px);
  margin-left: min(calc(139 / 1280 * 100vw), 139px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont3_2 {
    width: calc(207 / 375 * 100vw);
    margin-top: calc(86 / 375 * 100vw);
    margin-left: calc(54 / 375 * 100vw);
  }
}
.vol14 .island05_cont3_3 {
  width: min(calc(448 / 1280 * 100vw), 448px);
  margin-top: max(calc(-170 / 1280 * 100vw), -170px);
  margin-left: min(calc(639 / 1280 * 100vw), 639px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont3_3 {
    width: calc(203 / 375 * 100vw);
    margin-top: calc(38 / 375 * 100vw);
    margin-left: auto;
  }
}
.vol14 .island05_cont4 {
  margin-top: min(calc(255 / 1280 * 100vw), 255px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont4 {
    margin-top: calc(96 / 375 * 100vw);
  }
}
.vol14 .island05_cont4_1 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  margin-left: min(calc(139 / 1280 * 100vw), 139px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont4_1 {
    width: calc(335 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.vol14 .island05_cont4_box1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 min(calc(174 / 1280 * 100vw), 174px);
  margin-top: min(calc(74 / 1280 * 100vw), 74px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont4_box1 {
    display: block;
    margin-top: calc(43 / 375 * 100vw);
    position: relative;
  }
}
.vol14 .island05_cont4_read1 {
  position: absolute;
  top: calc(95 / 1280 * 100vw);
  left: min(calc(920 / 1280 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont4_read1 {
    top: 0;
    left: calc(235 / 375 * 100vw);
  }
}
.vol14 .island05_cont4_2 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-left: min(calc(293 / 1280 * 100vw), 293px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont4_2 {
    width: calc(167 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
  }
}
.vol14 .island05_cont4_text1 {
  width: min(calc(359 / 1280 * 100vw), 359px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont4_text1 {
    width: calc(167 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
  }
}
.vol14 .island05_cont4_3 {
  width: min(calc(426 / 1280 * 100vw), 426px);
  margin-top: min(calc(112 / 1280 * 100vw), 112px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont4_3 {
    width: calc(234 / 375 * 100vw);
    margin-top: calc(42 / 375 * 100vw);
    margin-left: auto;
  }
}
.vol14 .island05_cont4_4 {
  width: min(calc(311 / 1280 * 100vw), 311px);
  margin-top: max(calc(-158 / 1280 * 100vw), -158px);
  margin-left: min(calc(651 / 1280 * 100vw), 651px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont4_4 {
    width: calc(167 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    margin-left: calc(41 / 375 * 100vw);
  }
}
.vol14 .island05_cont4_box2 {
  width: min(calc(722 / 1280 * 100vw), 722px);
  margin-top: min(calc(120 / 1280 * 100vw), 120px);
  margin-left: min(calc(379 / 1280 * 100vw), 379px);
}
@media screen and (max-width: 767px) {
  .vol14 .island05_cont4_box2 {
    width: calc(291 / 375 * 100vw);
    margin-top: calc(58 / 375 * 100vw);
    margin-left: calc(41 / 375 * 100vw);
  }
}
.vol14 .island05 .island_detour_inner::before {
  background: #f5e8ee;
}
.vol14 .island05 .island_detour_ttl {
  color: #bc698f;
}
.vol14 .island05 .island_detour_ttl ._balloon {
  background-image: url(../image/vol14/island05_detour_balloon.svg);
}
@media screen and (max-width: 767px) {
  .vol14 .island05 .island_detour_cont2 {
    margin-left: 0;
  }
}
.vol14 .cooperation_text {
  margin-top: 80px;
  font-family: var(--font-mincho);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.8421052632;
}
@media screen and (max-width: 767px) {
  .vol14 .cooperation_text {
    margin-top: 30px;
    font-size: min(calc(17 / 375 * 100vw), 17px);
    line-height: 1.7058823529;
  }
}

.footWrap {
  background-color: var(--color-orangeLight);
  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;
}/*# sourceMappingURL=vol14.css.map */