*,
*::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;
}

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

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

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

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

.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:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  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;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.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__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

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

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

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

.ib {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --font-mincho: "Shippori Mincho", "Noto Sans JP", serif;
  --font-en: "Forum", "Noto Sans JP", serif;
  --color-rebun: #71957c;
  --color-rishiri: #4486a9;
}

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

@media screen and (max-width: 767px) {
  .vol17 .m-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .vol17 .m-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .vol17 .m-spFull {
    width: calc(100% + 10.6vw);
    margin-left: -5.3vw;
  }
}
.vol17 .m-inner {
  width: 86vw;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .vol17 .m-inner {
    width: 89.4vw;
  }
}
.vol17 .m-link-fill {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(288 / 1280 * 100vw), 288px);
  height: min(calc(48 / 1280 * 100vw), 48px);
  background: #aaa;
  color: #fff;
  font-size: min(calc(15 / 1280 * 100vw), 15px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .vol17 .m-link-fill {
    width: 100%;
    height: calc(54 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
  }
}
@media (hover: hover) {
  .vol17 .m-link-fill {
    transition: opacity 0.3s;
  }
  .vol17 .m-link-fill:hover {
    opacity: 0.8;
  }
}
.vol17 .m-fadeIn-bottom {
  transform: translateY(-30px);
  transition: transform 1.2s, opacity 1.2s;
}
.vol17 .m-fadeIn-bottom.on {
  transform: translateY(0);
}
.vol17 .wrap {
  overflow: hidden;
}
.vol17 .header {
  position: relative;
  z-index: 1;
}
.vol17 .header_logo {
  width: calc(186 / 1280 * 100vw);
  position: absolute;
  top: calc(42 / 1280 * 100vw);
  left: calc(60 / 1280 * 100vw);
  z-index: 2;
}
.vol17 .header_logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .vol17 .header_logo {
    width: calc(101 / 375 * 100vw);
    top: calc(24 / 375 * 100vw);
    left: calc(20 / 375 * 100vw);
  }
}
.vol17 .header_ttl {
  width: calc(686 / 1280 * 100vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vol17 .header_ttl {
    width: calc(323 / 375 * 100vw);
  }
}
.vol17 .header_ttl img {
  width: 100%;
}
.vol17 .header_mv ._imgBox {
  padding-top: 54.6875%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .header_mv ._imgBox {
    padding-top: 120%;
  }
}
.vol17 .header_mv ._imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.vol17 .intro {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .vol17 .intro {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.vol17 .intro_inner {
  max-width: 1000px;
  position: relative;
}
.vol17 .intro_map {
  width: min(calc(421 / 1280 * 100vw), 421px);
  position: absolute;
  top: min(calc(9 / 1280 * 100vw), 9px);
  left: max(calc(-3 / 1280 * 100vw), -3px);
}
@media screen and (max-width: 767px) {
  .vol17 .intro_map {
    width: calc(264 / 375 * 100vw);
    left: auto;
    right: calc(-78 / 375 * 100vw);
  }
}
.vol17 .intro_map img {
  width: 100%;
}
.vol17 .intro_contBox {
  width: 54.8%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol17 .intro_contBox {
    width: 100%;
  }
}
.vol17 .intro_ttl {
  color: var(--color-rishiri);
  font-family: var(--font-mincho);
  font-size: 25px;
  line-height: 1.48;
}
@media screen and (min-width: 768px) {
  .vol17 .intro_ttl {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  .vol17 .intro_ttl {
    padding-left: calc(26 / 375 * 100vw);
    font-size: calc(21 / 375 * 100vw);
    line-height: 1.5238095238;
    writing-mode: vertical-rl;
  }
}
.vol17 .intro_desc {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.8235294118;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .vol17 .intro_desc {
    margin-top: calc(37 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6428571429;
    letter-spacing: 0.045em;
  }
}
.vol17 .secNav {
  display: flex;
  justify-content: center;
  margin-top: 67px;
  gap: 0 15px;
}
@media screen and (max-width: 767px) {
  .vol17 .secNav {
    gap: 0 calc(10 / 375 * 100vw);
    margin-top: calc(36 / 375 * 100vw);
  }
}
.vol17 .secNav > * {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  width: 320px;
  height: 78px;
}
@media screen and (max-width: 767px) {
  .vol17 .secNav > * {
    flex-wrap: wrap;
    align-content: center;
    gap: calc(3 / 375 * 100vw) calc(4 / 375 * 100vw);
    width: calc(162 / 375 * 100vw);
    height: calc(78 / 375 * 100vw);
  }
}
.vol17 .secNav > *::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 767px) {
  .vol17 .secNav > *::before {
    width: calc(26 / 375 * 100vw);
    height: calc(26 / 375 * 100vw);
  }
}
.vol17 .secNav span {
  display: block;
  line-height: 1;
}
@media (hover: hover) {
  .vol17 .secNav a {
    transition: opacity 0.3s;
  }
  .vol17 .secNav a:hover {
    opacity: 0.7;
  }
}
.vol17 .secNav ._rebun {
  border-top: 3px solid var(--color-rebun);
  border-left: 3px solid var(--color-rebun);
  color: var(--color-rebun);
}
@media screen and (max-width: 767px) {
  .vol17 .secNav ._rebun {
    border-width: calc(2 / 375 * 100vw);
  }
}
.vol17 .secNav ._rebun::before {
  background: url(../image/vol17/nav/nav_rebun_icon.svg) center/auto no-repeat;
}
@media screen and (max-width: 767px) {
  .vol17 .secNav ._rebun::before {
    background-size: 88.4615384615% auto;
  }
}
.vol17 .secNav ._rebun.-active {
  color: #fff;
  background-color: var(--color-rebun);
}
.vol17 .secNav ._rebun.-active::before {
  background-image: url(../image/vol17/nav/nav_rebun_icon-white.svg);
}
.vol17 .secNav ._rishiri {
  border-top: 3px solid var(--color-rishiri);
  border-right: 3px solid var(--color-rishiri);
  color: var(--color-rishiri);
}
@media screen and (max-width: 767px) {
  .vol17 .secNav ._rishiri {
    border-width: calc(2 / 375 * 100vw);
  }
}
.vol17 .secNav ._rishiri::before {
  background: url(../image/vol17/nav/nav_rishiri_icon.svg) center/auto no-repeat;
}
@media screen and (max-width: 767px) {
  .vol17 .secNav ._rishiri::before {
    background-size: 100% auto;
  }
}
.vol17 .secNav ._rishiri.-active {
  color: #fff;
  background-color: var(--color-rishiri);
}
.vol17 .secNav ._rishiri.-active::before {
  background-image: url(../image/vol17/nav/nav_rishiri_icon-white.svg);
}
.vol17 .secNav ._ja {
  font-family: var(--font-mincho);
  font-size: 30px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .vol17 .secNav ._ja {
    font-size: calc(17.5781 / 375 * 100vw);
  }
}
.vol17 .secNav ._en {
  font-family: var(--font-en);
  font-size: 21px;
  letter-spacing: 0;
  transform: translateY(15%);
}
@media screen and (max-width: 767px) {
  .vol17 .secNav ._en {
    display: block;
    width: 100%;
    text-align: center;
    font-size: calc(16 / 375 * 100vw);
  }
}
.vol17 .secHead {
  padding: 67px 0 100px;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vol17 .secHead {
    padding: calc(35 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
  }
}
.vol17 .secHead_inner {
  max-width: 1000px;
}
.vol17 .secHead_enTtl {
  font-family: var(--font-en);
  font-size: min(calc(112 / 1280 * 100vw), 112px);
  line-height: 1;
  letter-spacing: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .vol17 .secHead_enTtl {
    font-size: calc(45 / 375 * 100vw);
  }
}
.vol17 .secHead_imgBox {
  margin-top: 7px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .secHead_imgBox {
    width: calc(100% + 10.6vw);
    margin-left: -5.3vw;
  }
}
.vol17 .secHead_imgBox img {
  width: 100%;
}
.vol17 .secHead_ttl {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0 13px;
  position: absolute;
  top: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vol17 .secHead_ttl {
    gap: 0 calc(6 / 375 * 100vw);
  }
}
.vol17 .secHead_ttl ._box {
  display: block;
  padding: 0.2em 0;
  background: rgba(255, 255, 255, 0.8);
  font-family: var(--font-mincho);
  font-weight: 600;
  font-size: min(3.5833333333vw, 40.85px);
  line-height: 1.2974296206;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .vol17 .secHead_ttl ._box {
    font-size: calc(19 / 375 * 100vw);
    line-height: 1.3157894737;
  }
}
.vol17 .secHead_ttl ._h {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
.vol17 .secHead_ttl ._mm {
  display: inline-block;
  margin-top: -0.3em;
  width: 0;
  white-space: nowrap;
  font-size: 0.8323133415em;
  letter-spacing: -0.05em;
  transform: translateX(-0.55em) scale(0.65, 1);
}
.vol17 .secHead_desc {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-top: 103px;
  width: auto;
  font-family: var(--font-mincho);
}
@media screen and (max-width: 767px) {
  .vol17 .secHead_desc {
    gap: calc(42 / 375 * 100vw) 0;
    margin-top: calc(42 / 375 * 100vw);
  }
}
.vol17 .secHead_desc p {
  height: 332px;
  letter-spacing: 0;
  text-align: justify;
  font-size: clamp(15px, 1.6666666667vw, 19px);
  line-height: 2.1;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 767px) {
  .vol17 .secHead_desc p {
    height: calc(214 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.77;
  }
}
.vol17 .secHead_desc ._h {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.1;
}
.vol17 .secCont {
  padding-top: 1px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .vol17 .secCont {
    width: 100%;
  }
}
.vol17 .secCont::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.vol17 .secCont_ttl {
  font-family: var(--font-mincho);
  font-size: min(calc(34 / 1280 * 100vw), 34px);
  font-weight: 600;
  line-height: 1.4705882353;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .vol17 .secCont_ttl {
    font-size: calc(21 / 375 * 100vw);
    line-height: 1.5238095238;
  }
}
.vol17 .secCont_ttl + .secCont_desc {
  margin-top: min(calc(16 / 1280 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .vol17 .secCont_ttl + .secCont_desc {
    margin-top: calc(7 / 375 * 100vw);
  }
}
.vol17 .secCont_desc {
  font-size: min(calc(17 / 1280 * 100vw), 17px);
  line-height: 1.8235294118;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .vol17 .secCont_desc {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6428571429;
  }
}
@media screen and (max-width: 767px) {
  .vol17 .secCont_desc.-spMin {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
  }
}
.vol17 .secCont_descMin {
  font-size: min(calc(15 / 1280 * 100vw), 15px);
  line-height: 1.5333333333;
  letter-spacing: 0.025em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .vol17 .secCont_descMin {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
  }
}
.vol17 .secCont_img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .vol17 .secMinInner {
    max-width: min(calc(1000 / 1280 * 100vw), 1000px);
    margin-left: auto;
    margin-right: auto;
  }
}
.vol17 .secPhoto {
  padding-top: min(calc(50 / 1280 * 100vw), 50px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vol17 .secPhoto {
    padding-top: calc(24 / 375 * 100vw);
  }
}
.vol17 .secPhoto_ttl {
  margin: 0 auto;
}
.vol17 .secPhoto_ttl img {
  width: 100%;
}
.vol17 .secPhoto_slider {
  width: min(291.328125vw, 3729px);
  margin-top: min(calc(9 / 1280 * 100vw), 9px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .vol17 .secPhoto_slider {
    width: calc(1868 / 375 * 100vw);
    margin-top: calc(14 / 375 * 100vw);
  }
}
.vol17 .rebun .secHead {
  background-color: var(--color-rebun);
}
.vol17 .rebun .secHead_enTtl {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun .secHead_enTtl {
    padding-right: calc(16 / 375 * 100vw);
  }
}
.vol17 .rebun .secHead_ttl {
  color: var(--color-rebun);
  left: min(9.0350877193vw, 103px);
  transform: translateY(-47%);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun .secHead_ttl {
    transform: translateY(-31%);
  }
}
.vol17 .rebun .secHead_ttl ._utility01 {
  height: 11.2em;
}
@media screen and (min-width: 768px) {
  .vol17 .rebun .secHead_desc {
    margin-left: auto;
    transform: translateX(0.5em);
  }
}
@media screen and (max-width: 767px) {
  .vol17 .rebun .secHead_desc p:nth-child(2) {
    padding-right: calc(9 / 375 * 100vw);
  }
  .vol17 .rebun .secHead_desc p:nth-child(3) {
    margin-right: auto;
  }
}
.vol17 .rebun .secCont_ttl {
  color: var(--color-rebun);
}
.vol17 .rebun .secCont::before {
  content: "";
  width: min(calc(1005 / 1280 * 100vw), 1005px);
  background: url(../image/vol17/rebun/bg_pc.png) top center/100% auto no-repeat;
  left: 50%;
  transform: translate(-53%, max(calc(-32 / 1280 * 100vw), -32px));
}
@media screen and (max-width: 767px) {
  .vol17 .rebun .secCont::before {
    width: calc(627 / 375 * 100vw);
    background-image: url(../image/vol17/rebun/bg_sp.png);
    transform: translate(-45%, calc(264 / 375 * 100vw));
  }
}
.vol17 .rebun ._sec01 {
  margin-top: min(calc(87 / 1280 * 100vw), 87px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec01 {
    margin-top: calc(24 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec01 .secCont_desc {
  width: min(calc(480 / 1280 * 100vw), 480px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec01 .secCont_desc {
    width: 100%;
  }
}
.vol17 .rebun ._sec01 .secCont_img {
  width: min(calc(430 / 1280 * 100vw), 430px);
  position: absolute;
  top: min(calc(124 / 1280 * 100vw), 124px);
  right: min(calc(2 / 1280 * 100vw), 2px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec01 .secCont_img {
    width: calc(219 / 375 * 100vw);
    margin: calc(43 / 375 * 100vw) calc(15 / 375 * 100vw) 0 auto;
    position: relative;
    top: 0;
    right: 0;
  }
}
.vol17 .rebun ._sec01 .secCont_img::before, .vol17 .rebun ._sec01 .secCont_img::after {
  content: "";
  display: block;
  width: min(calc(95 / 1280 * 100vw), 95px);
  height: min(calc(95 / 1280 * 100vw), 95px);
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec01 .secCont_img::before, .vol17 .rebun ._sec01 .secCont_img::after {
    width: calc(48 / 375 * 100vw);
    height: calc(48 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec01 .secCont_img::before {
  background-color: var(--color-rebun);
  top: max(calc(-30 / 1280 * 100vw), -30px);
  left: max(calc(-30 / 1280 * 100vw), -30px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec01 .secCont_img::before {
    top: max(calc(-15 / 375 * 100vw), -15px);
    left: max(calc(-15 / 375 * 100vw), -15px);
  }
}
.vol17 .rebun ._sec01 .secCont_img::after {
  background-color: #c0d2a5;
  right: max(calc(-30 / 1280 * 100vw), -30px);
  bottom: max(calc(-30 / 1280 * 100vw), -30px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec01 .secCont_img::after {
    right: max(calc(-15 / 375 * 100vw), -15px);
    bottom: max(calc(-15 / 375 * 100vw), -15px);
  }
}
.vol17 .rebun ._sec02 {
  margin-top: min(calc(272 / 1280 * 100vw), 272px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec02 {
    margin-top: calc(36 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec02 .secCont_img {
  width: min(calc(670 / 1280 * 100vw), 670px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec02 .secCont_img {
    width: calc(290 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec02 .secCont_img::before {
  content: "";
  display: block;
  width: min(calc(261 / 1280 * 100vw), 261px);
  height: min(calc(372 / 1280 * 100vw), 372px);
  background-color: #f2f5ed;
  position: absolute;
  z-index: -1;
  left: max(calc(-140 / 1280 * 100vw), -140px);
  bottom: max(calc(-200 / 1280 * 100vw), -200px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec02 .secCont_img::before {
    width: calc(107 / 375 * 100vw);
    height: calc(153 / 375 * 100vw);
    left: calc(-20 / 375 * 100vw);
    bottom: calc(-63 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec02 ._ttl {
  width: min(calc(254 / 1280 * 100vw), 254px);
  position: absolute;
  top: min(calc(144 / 1280 * 100vw), 144px);
  right: max(calc(-2 / 1280 * 100vw), -2px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec02 ._ttl {
    width: calc(154 / 375 * 100vw);
    margin-left: auto;
    margin-right: calc(44 / 375 * 100vw);
    position: static;
  }
}
.vol17 .rebun ._sec02 ._ttl img {
  width: 100%;
}
.vol17 .rebun ._sec02 .secCont_descMin {
  width: min(calc(278 / 1280 * 100vw), 278px);
  position: absolute;
  right: max(calc(-3 / 1280 * 100vw), -3px);
  bottom: max(calc(-3 / 1280 * 100vw), -3px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec02 .secCont_descMin {
    width: calc(290 / 375 * 100vw);
    margin-top: calc(17 / 375 * 100vw);
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
}
.vol17 .rebun ._sec03 {
  margin-top: 133px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec03 {
    width: 100%;
    margin-top: calc(60 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec03 .secCont_img {
  width: min(calc(656 / 1280 * 100vw), 656px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec03 .secCont_img {
    width: calc(326 / 375 * 100vw);
    margin-left: auto;
    margin-right: calc(-20 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec03 .secCont_descMin {
  width: min(calc(285 / 1280 * 100vw), 285px);
  position: absolute;
  left: 0;
  bottom: max(calc(-43 / 1280 * 100vw), -43px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec03 .secCont_descMin {
    width: calc(151 / 375 * 100vw);
    margin: calc(-61 / 375 * 100vw) 0 0 calc(30 / 375 * 100vw);
    position: static;
  }
}
.vol17 .rebun ._sec04 {
  margin-top: max(calc(-58 / 1280 * 100vw), -58px);
  position: relative;
}
.vol17 .rebun ._sec04 .secCont_img {
  width: min(calc(460 / 1280 * 100vw), 460px);
  transform: translateX(-6%);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec04 .secCont_img {
    width: calc(234 / 375 * 100vw);
    margin-top: calc(129 / 375 * 100vw);
    margin-left: calc(17 / 375 * 100vw);
    transform: rotate(-3deg);
  }
}
.vol17 .rebun ._sec04 .secCont_descMin {
  margin-top: min(calc(34 / 1280 * 100vw), 34px);
  width: min(calc(430 / 1280 * 100vw), 430px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec04 .secCont_descMin {
    width: 100%;
    margin-top: calc(24 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec05 {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: max(calc(-17 / 1280 * 100vw), -17px);
  margin-left: auto;
  margin-right: min(calc(228 / 1280 * 100vw), 228px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec05 {
    margin-top: calc(110 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec05 .secCont_img {
  width: min(calc(310 / 1280 * 100vw), 310px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec05 .secCont_img {
    width: calc(150 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec05 .secCont_img::before {
  content: "";
  display: block;
  width: min(calc(190 / 1280 * 100vw), 190px);
  height: min(calc(133 / 1280 * 100vw), 133px);
  background-color: #f2f5ed;
  position: absolute;
  z-index: -1;
  top: max(calc(-83 / 1280 * 100vw), -83px);
  right: max(calc(-89 / 1280 * 100vw), -89px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec05 .secCont_img::before {
    width: calc(114 / 375 * 100vw);
    height: calc(80 / 375 * 100vw);
    top: calc(-64 / 375 * 100vw);
    right: calc(-35 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec05 .secCont_img::after {
    content: "";
    display: block;
    width: calc(56 / 375 * 100vw);
    height: calc(39 / 375 * 100vw);
    background: url(../image/vol17/rebun/sec05_deco02.svg) center/100% auto no-repeat;
    position: absolute;
    top: calc(-83 / 375 * 100vw);
    left: calc(43 / 375 * 100vw);
    z-index: 2;
  }
}
.vol17 .rebun ._sec05 ._deco01 {
  width: min(calc(138 / 1280 * 100vw), 138px);
  position: absolute;
  top: min(calc(71 / 1280 * 100vw), 71px);
  left: max(calc(-184 / 1280 * 100vw), -184px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec05 ._deco01 {
    width: calc(84 / 375 * 100vw);
    top: calc(44 / 375 * 100vw);
    left: calc(-109 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec06 {
  margin-top: min(calc(102 / 1280 * 100vw), 102px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec06 {
    margin-top: calc(83 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .vol17 .rebun ._sec06 .secCont_ttl,
  .vol17 .rebun ._sec06 .secCont_desc {
    padding-left: min(calc(192 / 1280 * 100vw), 192px);
  }
}
.vol17 .rebun ._sec06 .secCont_ttl {
  margin-top: min(calc(42 / 1280 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec06 .secCont_ttl {
    margin-top: calc(32 / 375 * 100vw);
    position: relative;
    z-index: 2;
  }
}
.vol17 .rebun ._sec06 .secCont_desc {
  position: relative;
  z-index: 1;
}
.vol17 .rebun ._sec06 .secCont_desc::before {
  content: "";
  display: block;
  width: min(calc(190 / 1280 * 100vw), 190px);
  height: min(calc(133 / 1280 * 100vw), 133px);
  background-color: #f2f5ed;
  position: absolute;
  z-index: -1;
  bottom: max(calc(-83 / 1280 * 100vw), -83px);
  left: min(calc(130 / 1280 * 100vw), 130px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec06 .secCont_desc::before {
    width: calc(114 / 375 * 100vw);
    height: calc(80 / 375 * 100vw);
    bottom: auto;
    top: calc(-20 / 375 * 100vw);
    left: calc(-20 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec07 {
  margin-top: min(calc(139 / 1280 * 100vw), 139px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec07 {
    margin-top: calc(36 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec07 ._ttl {
  width: min(calc(622 / 1280 * 100vw), 622px);
  margin-left: auto;
  margin-right: min(calc(44 / 1280 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec07 ._ttl {
    width: calc(310 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec07 ._ttl img {
  width: 100%;
}
.vol17 .rebun ._sec07 .secCont_img {
  width: min(calc(861 / 1280 * 100vw), 861px);
  margin-top: max(calc(-41 / 1280 * 100vw), -41px);
  transform: translateX(-26.5%);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec07 .secCont_img {
    width: calc(430 / 375 * 100vw);
    margin-top: calc(17 / 375 * 100vw);
    transform: translateX(-17%);
  }
}
.vol17 .rebun ._sec07 .secCont_descMin {
  width: min(calc(366 / 1280 * 100vw), 366px);
  position: absolute;
  top: min(calc(150 / 1280 * 100vw), 150px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec07 .secCont_descMin {
    width: 100%;
    margin-top: calc(20 / 375 * 100vw);
    position: static;
  }
}
.vol17 .rebun ._sec08 {
  margin-top: min(calc(141 / 1280 * 100vw), 141px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec08 {
    margin-top: calc(64 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec08 .secCont_ttl {
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: min(calc(39 / 1280 * 100vw), 39px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec08 .secCont_ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: calc(35 / 375 * 100vw);
    position: static;
  }
}
.vol17 .rebun ._sec08 .secCont_img {
  width: min(calc(670 / 1280 * 100vw), 670px);
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec08 .secCont_img {
    width: calc(290 / 375 * 100vw);
    margin-top: calc(62 / 375 * 100vw);
    margin-right: calc(-20 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec08 .secCont_img ._imgTtl {
  width: min(calc(84 / 1280 * 100vw), 84px);
  position: absolute;
  top: max(calc(-193 / 1280 * 100vw), -193px);
  right: min(calc(76 / 1280 * 100vw), 76px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec08 .secCont_img ._imgTtl {
    width: calc(50 / 375 * 100vw);
    top: calc(-138 / 375 * 100vw);
    right: calc(55 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec08 .secCont_desc {
  width: min(calc(670 / 1280 * 100vw), 670px);
  margin-top: min(calc(44 / 1280 * 100vw), 44px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec08 .secCont_desc {
    width: calc(272 / 375 * 100vw);
    margin-top: calc(19 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
  }
}
.vol17 .rebun ._sec09 {
  margin-top: min(calc(80 / 1280 * 100vw), 80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec09 {
    margin-top: calc(67 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec09 ._img01 {
  width: min(calc(462 / 1280 * 100vw), 462px);
  transform: translateX(-8.5%);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec09 ._img01 {
    width: calc(240 / 375 * 100vw);
    transform: translateX(3%);
  }
}
.vol17 .rebun ._sec09 ._img02 {
  width: min(calc(826 / 1280 * 100vw), 826px);
  position: absolute;
  right: 0;
  top: min(calc(67 / 1280 * 100vw), 67px);
  transform: translateX(36.4%);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec09 ._img02 {
    width: calc(413 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    transform: translateX(1.7%);
    position: static;
  }
}
.vol17 .rebun ._sec09 ._box01 {
  width: min(calc(418 / 1280 * 100vw), 418px);
  margin-top: min(calc(40 / 1280 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec09 ._box01 {
    width: 100%;
    margin-top: calc(7 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec09 ._linkTtl {
  width: min(calc(376 / 1280 * 100vw), 376px);
  margin: min(calc(22 / 1280 * 100vw), 22px) auto 0;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec09 ._linkTtl {
    width: calc(225 / 375 * 100vw);
    margin-top: calc(14 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec09 ._link {
  width: -moz-fit-content;
  width: fit-content;
  margin: min(calc(15 / 1280 * 100vw), 15px) auto 0;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec09 ._link {
    margin-top: calc(7 / 375 * 100vw);
    width: 100%;
  }
}
.vol17 .rebun ._sec09 ._link a {
  background-color: var(--color-rebun);
}
.vol17 .rebun ._sec10 {
  margin-top: min(calc(344 / 1280 * 100vw), 344px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec10 {
    margin-top: calc(103 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec11 {
  margin-top: min(calc(98 / 1280 * 100vw), 98px);
  margin-left: 0;
  width: min(calc(670 / 1280 * 100vw), 670px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec11 {
    margin-top: calc(53 / 375 * 100vw);
    width: 100%;
  }
}
.vol17 .rebun ._sec11 .secCont_img {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec11 .secCont_img {
    width: calc(290 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec11 .secCont_img::before {
  content: "";
  display: block;
  width: min(calc(190 / 1280 * 100vw), 190px);
  height: min(calc(133 / 1280 * 100vw), 133px);
  background-color: #f2f5ed;
  position: absolute;
  z-index: -1;
  top: min(calc(80 / 1280 * 100vw), 80px);
  right: max(calc(-148 / 1280 * 100vw), -148px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec11 .secCont_img::before {
    width: calc(114 / 375 * 100vw);
    height: calc(80 / 375 * 100vw);
    top: calc(174 / 375 * 100vw);
    right: calc(-65 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec11 ._box01 {
  margin-top: min(calc(52 / 1280 * 100vw), 52px);
  margin-left: auto;
  width: min(calc(531 / 1280 * 100vw), 531px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec11 ._box01 {
    margin-top: calc(32 / 375 * 100vw);
    width: 100%;
  }
}
.vol17 .rebun ._sec11 .secCont_desc {
  margin-top: min(calc(11 / 1280 * 100vw), 11px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec11 .secCont_desc {
    margin-top: calc(9 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec12 {
  margin-top: max(calc(-610 / 1280 * 100vw), -610px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec12 {
    margin-top: 33px;
  }
}
.vol17 .rebun ._sec12 ._ttl {
  width: min(calc(289 / 1280 * 100vw), 289px);
  margin-left: auto;
  margin-right: min(calc(37 / 1280 * 100vw), 37px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec12 ._ttl {
    width: calc(174 / 375 * 100vw);
    margin-right: calc(18 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec12 ._ttl img {
  width: 100%;
}
.vol17 .rebun ._sec12 ._img01 {
  margin: min(calc(148 / 1280 * 100vw), 148px) 0 0 auto;
  width: min(calc(340 / 1280 * 100vw), 340px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec12 ._img01 {
    width: calc(170 / 375 * 100vw);
    margin-top: calc(27 / 375 * 100vw);
    margin-left: calc(15 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec12 ._img01::before, .vol17 .rebun ._sec12 ._img01::after {
  content: "";
  display: block;
  width: min(calc(95 / 1280 * 100vw), 95px);
  height: min(calc(95 / 1280 * 100vw), 95px);
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec12 ._img01::before, .vol17 .rebun ._sec12 ._img01::after {
    width: calc(48 / 375 * 100vw);
    height: calc(48 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec12 ._img01::before {
  background-color: var(--color-rebun);
  top: max(calc(-30 / 1280 * 100vw), -30px);
  left: max(calc(-30 / 1280 * 100vw), -30px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec12 ._img01::before {
    top: max(calc(-15 / 375 * 100vw), -15px);
    left: max(calc(-15 / 375 * 100vw), -15px);
  }
}
.vol17 .rebun ._sec12 ._img01::after {
  background-color: #c0d2a5;
  right: max(calc(-30 / 1280 * 100vw), -30px);
  bottom: max(calc(-30 / 1280 * 100vw), -30px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec12 ._img01::after {
    right: max(calc(-15 / 375 * 100vw), -15px);
    bottom: max(calc(-15 / 375 * 100vw), -15px);
  }
}
.vol17 .rebun ._sec12 ._img02 {
  margin-top: max(calc(-55 / 1280 * 100vw), -55px);
  width: min(calc(578 / 1280 * 100vw), 578px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec12 ._img02 {
    margin-top: calc(57 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
    width: calc(296 / 375 * 100vw);
    position: relative;
  }
  .vol17 .rebun ._sec12 ._img02::before {
    content: "";
    display: block;
    width: min(calc(190 / 1280 * 100vw), 190px);
    height: min(calc(133 / 1280 * 100vw), 133px);
    background-color: #f2f5ed;
    position: absolute;
    z-index: -1;
    left: min(calc(150 / 1280 * 100vw), 150px);
    bottom: max(calc(-93 / 1280 * 100vw), -93px);
  }
}
.vol17 .rebun ._sec12 .secCont_descMin {
  width: min(calc(402 / 1280 * 100vw), 402px);
  position: absolute;
  right: 0;
  bottom: max(calc(-20 / 1280 * 100vw), -20px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec12 .secCont_descMin {
    display: none;
  }
}
.vol17 .rebun ._sec12 .secCont_descMin::before {
  content: "";
  display: block;
  width: min(calc(190 / 1280 * 100vw), 190px);
  height: min(calc(133 / 1280 * 100vw), 133px);
  background-color: #f2f5ed;
  position: absolute;
  z-index: -1;
  left: min(calc(150 / 1280 * 100vw), 150px);
  bottom: max(calc(-93 / 1280 * 100vw), -93px);
}
.vol17 .rebun ._sec13 {
  margin-top: min(calc(177 / 1280 * 100vw), 177px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec13 {
    margin-top: calc(92 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec13 ._ttl {
  width: min(calc(629 / 1280 * 100vw), 629px);
  margin-left: min(calc(101 / 1280 * 100vw), 101px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec13 ._ttl {
    width: calc(314 / 375 * 100vw);
    margin-left: calc(14 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec13 ._ttl img {
  width: 100%;
}
.vol17 .rebun ._sec13 .secCont_img {
  width: min(calc(793 / 1280 * 100vw), 793px);
  position: absolute;
  top: min(calc(70 / 1280 * 100vw), 70px);
  left: max(calc(-190 / 1280 * 100vw), -190px);
  transform: translateX(-20%);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec13 .secCont_img {
    width: calc(411 / 375 * 100vw);
    margin-top: calc(-15 / 375 * 100vw);
    transform: translateX(-29%);
    position: static;
  }
}
.vol17 .rebun ._sec13 ._box01 {
  width: min(calc(484 / 1280 * 100vw), 484px);
  margin-top: min(calc(50 / 1280 * 100vw), 50px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec13 ._box01 {
    width: 100%;
    margin-top: calc(20 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec13 .secCont_desc {
  margin-top: min(calc(12 / 1280 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec13 .secCont_desc {
    margin-top: calc(9 / 375 * 100vw);
    letter-spacing: 0.045em;
  }
}
.vol17 .rebun ._sec14 {
  margin-top: min(calc(163 / 1280 * 100vw), 163px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec14 {
    margin-top: calc(37 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec14 .secCont_img {
  width: min(calc(680 / 1280 * 100vw), 680px);
  position: absolute;
  top: max(calc(-109 / 1280 * 100vw), -109px);
  right: max(calc(-237 / 1280 * 100vw), -237px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec14 .secCont_img {
    width: calc(358 / 375 * 100vw);
    transform: translateX(12%);
    position: static;
  }
}
.vol17 .rebun ._sec14 .secCont_desc {
  width: min(calc(486 / 1280 * 100vw), 486px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec14 .secCont_desc {
    width: 100%;
    margin-top: calc(21 / 375 * 100vw);
    letter-spacing: 0.045em;
  }
}
.vol17 .rebun ._sec15 {
  margin-top: min(calc(160 / 1280 * 100vw), 160px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec15 {
    margin-top: calc(77 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec15::before {
  content: "";
  display: block;
  width: min(calc(372 / 1280 * 100vw), 372px);
  height: min(calc(261 / 1280 * 100vw), 261px);
  background-color: #f2f5ed;
  position: absolute;
  z-index: -1;
  left: max(calc(-92 / 1280 * 100vw), -92px);
  bottom: max(calc(-112 / 1280 * 100vw), -112px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec15::before {
    width: calc(153 / 375 * 100vw);
    height: calc(107 / 375 * 100vw);
    left: calc(133 / 375 * 100vw);
    bottom: calc(-53 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec16 {
  margin-top: min(calc(106 / 1280 * 100vw), 106px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec16 {
    margin-top: calc(36 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec16 ._ttl01 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: max(calc(-45 / 1280 * 100vw), -45px);
  padding-top: min(calc(110 / 1280 * 100vw), 110px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec16 ._ttl01 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
}
.vol17 .rebun ._sec16 ._text01 {
  margin-top: min(calc(312 / 1280 * 100vw), 312px);
  width: min(calc(532 / 1280 * 100vw), 532px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec16 ._text01 {
    width: 100%;
    margin-top: calc(8 / 375 * 100vw);
    letter-spacing: 0.045em;
  }
}
.vol17 .rebun ._sec16 ._img01 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  position: absolute;
  top: 0;
  left: max(calc(-140 / 1280 * 100vw), -140px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec16 ._img01 {
    width: calc(290 / 375 * 100vw);
    margin-top: calc(47 / 375 * 100vw);
    position: relative;
    left: calc(-20 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec16 ._box02 {
  width: min(calc(285 / 1280 * 100vw), 285px);
  margin-top: max(calc(-348 / 1280 * 100vw), -348px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec16 ._box02 {
    margin-top: calc(57 / 375 * 100vw);
    width: calc(219 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec16 ._img02 {
  width: min(calc(430 / 1280 * 100vw), 430px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec16 ._img02 {
    width: 100%;
  }
}
.vol17 .rebun ._sec16 ._img02::before {
  content: "";
  display: block;
  width: min(calc(133 / 1280 * 100vw), 133px);
  height: min(calc(190 / 1280 * 100vw), 190px);
  background-color: #f2f5ed;
  position: absolute;
  z-index: -1;
  left: max(calc(-240 / 1280 * 100vw), -240px);
  bottom: max(calc(-168 / 1280 * 100vw), -168px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec16 ._img02::before {
    width: calc(80 / 375 * 100vw);
    height: calc(114 / 375 * 100vw);
    left: calc(-53 / 375 * 100vw);
    bottom: calc(-55 / 375 * 100vw);
  }
}
.vol17 .rebun ._sec16 ._text02 {
  margin-top: min(calc(50 / 1280 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun ._sec16 ._text02 {
    margin-top: calc(19 / 375 * 100vw);
  }
}
.vol17 .rebun .secPhoto {
  margin-top: min(calc(95 / 1280 * 100vw), 95px);
  background-color: var(--color-rebun);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun .secPhoto {
    margin-top: calc(81 / 375 * 100vw);
  }
}
.vol17 .rebun .secPhoto_ttl {
  width: min(calc(766 / 1280 * 100vw), 766px);
  margin: 0 auto;
  transform: translateX(7%);
}
@media screen and (max-width: 767px) {
  .vol17 .rebun .secPhoto_ttl {
    width: calc(310 / 375 * 100vw);
    transform: none;
  }
}
.vol17 .rishiri {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.vol17 .rishiri .secHead {
  background-color: var(--color-rishiri);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri .secHead_enTtl {
    padding-left: calc(16 / 375 * 100vw);
  }
}
.vol17 .rishiri .secHead_ttl {
  color: var(--color-rishiri);
  right: min(5.7894736842vw, 66px);
  transform: translateY(-45%);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri .secHead_ttl {
    transform: translateY(-31%);
  }
}
@media screen and (min-width: 768px) {
  .vol17 .rishiri .secHead_desc {
    justify-content: flex-end;
    transform: translateX(-0.5em);
  }
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri .secHead_desc p:nth-child(2) {
    height: calc(224 / 375 * 100vw);
    padding-left: calc(9 / 375 * 100vw);
    margin-right: auto;
  }
}
.vol17 .rishiri .secCont_ttl {
  color: var(--color-rishiri);
}
.vol17 .rishiri .secCont::before {
  content: "";
  background: url(../image/vol17/rishiri/bg_pc.png) top center/100% auto no-repeat;
  left: 0;
  transform: translateY(max(calc(-60 / 1280 * 100vw), -60px));
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri .secCont::before {
    width: 100vw;
    left: 50%;
    background-image: url(../image/vol17/rishiri/bg_sp.png);
    transform: translate(-50%, calc(2 / 375 * 100vw));
  }
}
.vol17 .rishiri ._sec01 {
  margin-top: min(calc(93 / 1280 * 100vw), 93px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec01 {
    margin-top: calc(23 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec01 ._box01 {
  width: min(calc(490 / 1280 * 100vw), 490px);
  margin-left: auto;
  margin-right: max(calc(-5 / 1280 * 100vw), -5px);
  padding-top: min(calc(45 / 1280 * 100vw), 45px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec01 ._box01 {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
}
.vol17 .rishiri ._sec01 .secCont_desc {
  margin-top: min(calc(15 / 1280 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec01 .secCont_desc {
    margin-top: calc(9 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec01 .secCont_img {
  width: min(calc(430 / 1280 * 100vw), 430px);
  position: absolute;
  top: 0;
  left: min(calc(2 / 1280 * 100vw), 2px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec01 .secCont_img {
    width: calc(219 / 375 * 100vw);
    margin: calc(41 / 375 * 100vw) 0 0 calc(15 / 375 * 100vw);
    position: relative;
    left: 0;
  }
}
.vol17 .rishiri ._sec01 .secCont_img::before, .vol17 .rishiri ._sec01 .secCont_img::after {
  content: "";
  display: block;
  width: min(calc(95 / 1280 * 100vw), 95px);
  height: min(calc(95 / 1280 * 100vw), 95px);
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec01 .secCont_img::before, .vol17 .rishiri ._sec01 .secCont_img::after {
    width: calc(48 / 375 * 100vw);
    height: calc(48 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec01 .secCont_img::before {
  background-color: var(--color-rishiri);
  top: max(calc(-30 / 1280 * 100vw), -30px);
  left: max(calc(-30 / 1280 * 100vw), -30px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec01 .secCont_img::before {
    top: max(calc(-15 / 375 * 100vw), -15px);
    left: max(calc(-15 / 375 * 100vw), -15px);
  }
}
.vol17 .rishiri ._sec01 .secCont_img::after {
  background-color: #91bbd4;
  right: max(calc(-30 / 1280 * 100vw), -30px);
  bottom: max(calc(-30 / 1280 * 100vw), -30px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec01 .secCont_img::after {
    right: max(calc(-15 / 375 * 100vw), -15px);
    bottom: max(calc(-15 / 375 * 100vw), -15px);
  }
}
.vol17 .rishiri ._sec02 {
  margin-top: min(calc(221 / 1280 * 100vw), 221px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec02 {
    margin-top: calc(127 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec02 ._ttl {
  width: min(calc(321 / 1280 * 100vw), 321px);
  position: absolute;
  right: min(calc(32 / 1280 * 100vw), 32px);
  bottom: min(calc(65 / 1280 * 100vw), 65px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec02 ._ttl {
    margin-left: calc(-14 / 375 * 100vw);
    width: calc(160 / 375 * 100vw);
    position: static;
  }
}
.vol17 .rishiri ._sec02 ._ttl img {
  width: 100%;
}
.vol17 .rishiri ._sec02 ._img01 {
  width: min(calc(450 / 1280 * 100vw), 450px);
  position: absolute;
  top: max(calc(-137 / 1280 * 100vw), -137px);
  right: max(calc(-140 / 1280 * 100vw), -140px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec02 ._img01 {
    width: calc(200 / 375 * 100vw);
    top: calc(-61 / 375 * 100vw);
    right: calc(-20 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec02 ._img02 {
  width: min(calc(355 / 1280 * 100vw), 355px);
  transform: translateX(-2%);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec02 ._img02 {
    width: calc(150 / 375 * 100vw);
    margin: calc(94 / 375 * 100vw) 0 0 calc(3 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec02 ._box01 {
  width: min(calc(430 / 1280 * 100vw), 430px);
  margin-top: min(calc(32 / 1280 * 100vw), 32px);
  margin-left: min(calc(153 / 1280 * 100vw), 153px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec02 ._box01 {
    width: calc(220 / 375 * 100vw);
    margin-top: calc(71 / 375 * 100vw);
    margin-left: calc(-20 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec02 .secCont_desc {
  margin-top: min(calc(46 / 1280 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec02 .secCont_desc {
    margin-top: calc(16 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec03 {
  margin-top: min(calc(67 / 1280 * 100vw), 67px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec03 {
    margin-top: calc(77 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec03::before {
  content: "";
  display: block;
  width: min(calc(190 / 1280 * 100vw), 190px);
  height: min(calc(133 / 1280 * 100vw), 133px);
  background-color: #edf4f9;
  position: absolute;
  top: max(calc(-81 / 1280 * 100vw), -81px);
  right: max(calc(-57 / 1280 * 100vw), -57px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec03::before {
    width: calc(114 / 375 * 100vw);
    height: calc(80 / 375 * 100vw);
    top: calc(-57 / 375 * 100vw);
    right: calc(-20 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec04 {
  margin-top: min(calc(148 / 1280 * 100vw), 148px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec04 {
    margin-top: calc(42 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec04 ._ttl {
  width: min(calc(705 / 1280 * 100vw), 705px);
  margin-left: min(calc(21 / 1280 * 100vw), 21px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec04 ._ttl {
    width: calc(320 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec04 ._ttl img {
  width: 100%;
}
.vol17 .rishiri ._sec04 .secCont_img {
  width: min(calc(876 / 1280 * 100vw), 876px);
  position: absolute;
  right: max(calc(-305 / 1280 * 100vw), -305px);
  top: min(calc(129 / 1280 * 100vw), 129px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec04 .secCont_img {
    width: calc(446 / 375 * 100vw);
    margin-top: calc(-25 / 375 * 100vw);
    position: static;
  }
}
.vol17 .rishiri ._sec04 .secCont_desc {
  margin-top: min(calc(39 / 1280 * 100vw), 39px);
  width: min(calc(400 / 1280 * 100vw), 400px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec04 .secCont_desc {
    width: 100%;
    margin-top: calc(11 / 375 * 100vw);
    letter-spacing: 0;
  }
}
.vol17 .rishiri ._sec04 .secCont_desc::before {
  content: "";
  display: block;
  width: min(calc(261 / 1280 * 100vw), 261px);
  height: min(calc(372 / 1280 * 100vw), 372px);
  background-color: #edf4f9;
  position: absolute;
  bottom: max(calc(-174 / 1280 * 100vw), -174px);
  left: max(calc(-140 / 1280 * 100vw), -140px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec04 .secCont_desc::before {
    width: calc(107 / 375 * 100vw);
    height: calc(153 / 375 * 100vw);
    bottom: -40px;
    left: -20px;
  }
}
.vol17 .rishiri ._sec05 {
  margin-top: min(calc(345 / 1280 * 100vw), 345px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec05 {
    margin-top: calc(36 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec05 .secCont_ttl {
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: min(calc(389 / 1280 * 100vw), 389px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec05 .secCont_ttl {
    top: calc(30 / 375 * 100vw);
    left: calc(253 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec05 ._img01 {
  width: min(calc(430 / 1280 * 100vw), 430px);
  margin-left: max(calc(-140 / 1280 * 100vw), -140px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec05 ._img01 {
    width: calc(219 / 375 * 100vw);
    margin-left: 0;
  }
}
.vol17 .rishiri ._sec05 ._text01 {
  width: min(calc(446 / 1280 * 100vw), 446px);
  margin-top: min(calc(96 / 1280 * 100vw), 96px);
  margin-left: max(calc(-25 / 1280 * 100vw), -25px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec05 ._text01 {
    width: 100%;
    margin-top: calc(86 / 375 * 100vw);
    margin-left: 0;
  }
}
.vol17 .rishiri ._sec05 ._img02 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  position: absolute;
  top: min(calc(404 / 1280 * 100vw), 404px);
  right: max(calc(-140 / 1280 * 100vw), -140px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec05 ._img02 {
    width: calc(290 / 375 * 100vw);
    margin-top: calc(27 / 375 * 100vw);
    margin-left: auto;
    position: relative;
    top: 0;
    right: 0;
  }
}
.vol17 .rishiri ._sec05 ._img02::before {
  content: "";
  display: block;
  width: min(calc(190 / 1280 * 100vw), 190px);
  height: min(calc(133 / 1280 * 100vw), 133px);
  background-color: #edf4f9;
  position: absolute;
  top: max(calc(-95 / 1280 * 100vw), -95px);
  left: min(calc(105 / 1280 * 100vw), 105px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec05 ._img02::before {
    width: calc(114 / 375 * 100vw);
    height: calc(80 / 375 * 100vw);
    top: auto;
    bottom: calc(-50 / 375 * 100vw);
    left: auto;
    right: calc(-20 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec05 ._img03 {
  width: min(calc(355 / 1280 * 100vw), 355px);
  position: absolute;
  left: min(calc(23 / 1280 * 100vw), 23px);
  bottom: max(calc(-73 / 1280 * 100vw), -73px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec05 ._img03 {
    width: calc(151 / 375 * 100vw);
    margin-top: calc(34 / 375 * 100vw);
    transform: rotate(6deg);
    position: static;
  }
}
.vol17 .rishiri ._sec05 ._text02 {
  width: min(calc(528 / 1280 * 100vw), 528px);
  margin: min(calc(376 / 1280 * 100vw), 376px) min(calc(2 / 1280 * 100vw), 2px) 0 auto;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec05 ._text02 {
    width: 100%;
    margin: calc(29 / 375 * 100vw) 0 0;
  }
}
.vol17 .rishiri ._sec06 {
  margin-top: min(calc(185 / 1280 * 100vw), 185px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec06 {
    margin-top: calc(140 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec06 ._ttl {
  width: min(calc(316 / 1280 * 100vw), 316px);
  position: absolute;
  top: max(calc(-120 / 1280 * 100vw), -120px);
  right: min(calc(90 / 1280 * 100vw), 90px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec06 ._ttl {
    width: calc(189 / 375 * 100vw);
    top: calc(-121 / 375 * 100vw);
    right: calc(4 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec06 ._ttl img {
  width: 100%;
}
.vol17 .rishiri ._sec06 ._img01 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  margin-left: max(calc(-140 / 1280 * 100vw), -140px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec06 ._img01 {
    width: calc(290 / 375 * 100vw);
    margin-left: calc(-20 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec06 ._img02 {
  width: min(calc(430 / 1280 * 100vw), 430px);
  position: absolute;
  top: min(calc(266 / 1280 * 100vw), 266px);
  right: max(calc(-40 / 1280 * 100vw), -40px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec06 ._img02 {
    width: calc(219 / 375 * 100vw);
    margin: calc(32 / 375 * 100vw) calc(-20 / 375 * 100vw) 0 auto;
    position: static;
  }
}
.vol17 .rishiri ._sec06 ._img02::before {
  content: "";
  display: block;
  width: min(calc(190 / 1280 * 100vw), 190px);
  height: min(calc(133 / 1280 * 100vw), 133px);
  background-color: #edf4f9;
  position: absolute;
  right: max(calc(-100 / 1280 * 100vw), -100px);
  bottom: max(calc(-97 / 1280 * 100vw), -97px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec06 ._img02::before {
    display: none;
  }
}
.vol17 .rishiri ._sec06 ._img02::after {
  content: "";
  display: block;
  width: min(calc(93 / 1280 * 100vw), 93px);
  height: min(calc(64 / 1280 * 100vw), 64px);
  background: url(../image/vol17/rishiri/sec06_deco01.svg) center/contain no-repeat;
  position: absolute;
  top: max(calc(-238 / 1280 * 100vw), -238px);
  right: min(calc(45 / 1280 * 100vw), 45px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec06 ._img02::after {
    width: calc(55 / 375 * 100vw);
    height: calc(38 / 375 * 100vw);
    top: calc(284 / 375 * 100vw);
    left: calc(28 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec06 .secCont_ttl {
  margin-top: min(calc(46 / 1280 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec06 .secCont_ttl {
    margin-top: calc(33 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec06 .secCont_desc {
  width: min(calc(709 / 1280 * 100vw), 709px);
  margin-top: min(calc(15 / 1280 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec06 .secCont_desc {
    width: 100%;
    margin-top: calc(8 / 375 * 100vw);
    letter-spacing: 0.05em;
  }
}
.vol17 .rishiri ._sec07 {
  margin-top: min(calc(126 / 1280 * 100vw), 126px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec07 {
    margin-top: calc(18 / 375 * 100vw);
  }
  .vol17 .rishiri ._sec07::before {
    content: "";
    display: block;
    width: calc(114 / 375 * 100vw);
    height: calc(80 / 375 * 100vw);
    background-color: #edf4f9;
    position: absolute;
    top: calc(9 / 375 * 100vw);
    right: calc(-20 / 375 * 100vw);
    z-index: -1;
  }
}
.vol17 .rishiri ._sec07 ._img01 {
  width: min(calc(1426 / 1280 * 100vw), 1426px);
  transform: translateX(-25.3%);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec07 ._img01 {
    width: calc(643 / 375 * 100vw);
    transform: translateX(-33.3%);
  }
}
.vol17 .rishiri ._sec07 ._text01 {
  width: min(calc(385 / 1280 * 100vw), 385px);
  position: absolute;
  top: min(calc(63 / 1280 * 100vw), 63px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec07 ._text01 {
    width: calc(242 / 375 * 100vw);
    margin-top: calc(49 / 375 * 100vw);
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec07 ._img02 {
    width: calc(275 / 375 * 100vw);
    margin-top: calc(22 / 375 * 100vw);
    margin-left: calc(61 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec07 ._text02 {
  width: min(calc(295 / 1280 * 100vw), 295px);
  position: absolute;
  left: min(calc(52 / 1280 * 100vw), 52px);
  bottom: min(calc(157 / 1280 * 100vw), 157px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec07 ._text02 {
    width: 100%;
    margin-top: calc(21 / 375 * 100vw);
    position: static;
  }
}
.vol17 .rishiri ._sec08 {
  margin-top: min(calc(166 / 1280 * 100vw), 166px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec08 {
    margin-top: calc(21 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec08::before {
  content: "";
  display: block;
  width: min(calc(372 / 1280 * 100vw), 372px);
  height: min(calc(261 / 1280 * 100vw), 261px);
  background-color: #edf4f9;
  position: absolute;
  top: min(calc(14 / 1280 * 100vw), 14px);
  right: max(calc(-140 / 1280 * 100vw), -140px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec08::before {
    width: calc(153 / 375 * 100vw);
    height: calc(107 / 375 * 100vw);
    top: calc(88 / 375 * 100vw);
    right: calc(8 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec08 ._ttl01 {
  width: min(calc(299 / 1280 * 100vw), 299px);
  position: absolute;
  top: min(calc(522 / 1280 * 100vw), 522px);
  left: min(calc(24 / 1280 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec08 ._ttl01 {
    width: calc(179 / 375 * 100vw);
    margin-left: calc(-5 / 375 * 100vw);
    position: static;
  }
}
.vol17 .rishiri ._sec08 ._img01 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  position: absolute;
  top: max(calc(-92 / 1280 * 100vw), -92px);
  left: max(calc(-140 / 1280 * 100vw), -140px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec08 ._img01 {
    width: calc(290 / 375 * 100vw);
    margin-top: calc(18 / 375 * 100vw);
    position: static;
  }
}
.vol17 .rishiri ._sec08 ._box01 {
  width: min(calc(420 / 1280 * 100vw), 420px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec08 ._box01 {
    width: 100%;
    margin-top: calc(36 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec08 ._text01 {
  margin-top: min(calc(13 / 1280 * 100vw), 13px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec08 ._text01 {
    margin-top: calc(8 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec08 ._img02 {
  width: min(calc(430 / 1280 * 100vw), 430px);
  margin-top: min(calc(136 / 1280 * 100vw), 136px);
  margin-left: min(calc(409 / 1280 * 100vw), 409px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec08 ._img02 {
    width: calc(219 / 375 * 100vw);
    margin-top: calc(46 / 375 * 100vw);
    margin-left: calc(57 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec08 ._img02::before {
  content: "";
  display: block;
  width: min(calc(190 / 1280 * 100vw), 190px);
  height: min(calc(133 / 1280 * 100vw), 133px);
  background-color: #edf4f9;
  position: absolute;
  top: min(calc(110 / 1280 * 100vw), 110px);
  left: max(calc(-472 / 1280 * 100vw), -472px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec08 ._img02::before {
    width: calc(114 / 375 * 100vw);
    height: calc(80 / 375 * 100vw);
    top: calc(-57 / 375 * 100vw);
    left: calc(-77 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec08 ._img03 {
  width: min(calc(340 / 1280 * 100vw), 340px);
  margin: min(calc(142 / 1280 * 100vw), 142px) min(calc(52 / 1280 * 100vw), 52px) 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec08 ._img03 {
    width: calc(150 / 375 * 100vw);
    margin-top: calc(32 / 375 * 100vw);
    margin-right: calc(29 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec08 ._img03::before {
  content: "";
  display: block;
  width: min(calc(190 / 1280 * 100vw), 190px);
  height: min(calc(133 / 1280 * 100vw), 133px);
  background-color: #edf4f9;
  position: absolute;
  bottom: max(calc(-76 / 1280 * 100vw), -76px);
  right: max(calc(-81 / 1280 * 100vw), -81px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec08 ._img03::before {
    width: calc(114 / 375 * 100vw);
    height: calc(80 / 375 * 100vw);
    right: calc(-50 / 375 * 100vw);
    bottom: calc(-16 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec08 ._img04 {
  width: min(calc(536 / 1280 * 100vw), 536px);
  position: absolute;
  top: min(calc(931 / 1280 * 100vw), 931px);
  left: 0;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec08 ._img04 {
    width: calc(262 / 375 * 100vw);
    margin-top: calc(9 / 375 * 100vw);
    position: static;
  }
}
.vol17 .rishiri ._sec08 ._box02 {
  width: min(calc(310 / 1280 * 100vw), 310px);
  margin-top: min(calc(61 / 1280 * 100vw), 61px);
  margin-left: min(calc(410 / 1280 * 100vw), 410px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec08 ._box02 {
    width: 100%;
    margin-top: calc(31 / 375 * 100vw);
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec08 ._img05 {
    width: calc(150 / 375 * 100vw);
    position: absolute;
    right: 0;
    bottom: calc(-3 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec08 ._text02 {
  margin-top: min(calc(49 / 1280 * 100vw), 49px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec08 ._text02 {
    width: calc(150 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
    letter-spacing: 0;
  }
}
.vol17 .rishiri ._sec09 {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec09 {
    margin-top: calc(82 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec09 ._ttl {
  width: min(calc(670 / 1280 * 100vw), 670px);
  margin-left: auto;
  margin-right: min(calc(56 / 1280 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec09 ._ttl {
    width: calc(311 / 375 * 100vw);
    margin-left: calc(19 / 375 * 100vw);
    margin-right: 0;
  }
}
.vol17 .rishiri ._sec09 .secCont_desc {
  width: min(calc(485 / 1280 * 100vw), 485px);
  margin-top: 37px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec09 .secCont_desc {
    width: 100%;
    margin-top: calc(27 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec09 .secCont_img {
  width: min(calc(1203 / 1280 * 100vw), 1203px);
  position: absolute;
  top: min(calc(117 / 1280 * 100vw), 117px);
  left: max(calc(-230 / 1280 * 100vw), -230px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec09 .secCont_img {
    width: calc(482 / 375 * 100vw);
    margin-top: calc(-7 / 375 * 100vw);
    margin-left: calc(-145 / 375 * 100vw);
    position: static;
  }
}
.vol17 .rishiri ._sec10 {
  margin-top: min(calc(504 / 1280 * 100vw), 504px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec10 {
    margin-top: calc(79 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec10::before {
  content: "";
  display: block;
  width: min(calc(190 / 1280 * 100vw), 190px);
  height: min(calc(133 / 1280 * 100vw), 133px);
  background-color: #edf4f9;
  position: absolute;
  top: max(calc(-74 / 1280 * 100vw), -74px);
  right: max(calc(-51 / 1280 * 100vw), -51px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec10::before {
    display: none;
  }
}
.vol17 .rishiri ._sec11 {
  margin-top: min(calc(89 / 1280 * 100vw), 89px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec11 {
    margin-top: calc(35 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec11 .secCont_desc {
  width: min(calc(580 / 1280 * 100vw), 580px);
  margin-top: min(calc(12 / 1280 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec11 .secCont_desc {
    margin-top: calc(7 / 375 * 100vw);
    width: 100%;
  }
}
.vol17 .rishiri ._sec11 ._img01 {
  width: min(calc(430 / 1280 * 100vw), 430px);
  position: absolute;
  top: min(calc(10 / 1280 * 100vw), 10px);
  right: max(calc(-140 / 1280 * 100vw), -140px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec11 ._img01 {
    width: calc(219 / 375 * 100vw);
    margin-top: calc(49 / 375 * 100vw);
    margin-left: auto;
    margin-right: calc(-20 / 375 * 100vw);
    position: static;
  }
}
.vol17 .rishiri ._sec11 ._ttl2 {
  width: min(calc(261 / 1280 * 100vw), 261px);
  position: absolute;
  bottom: min(calc(6 / 1280 * 100vw), 6px);
  left: min(calc(20 / 1280 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec11 ._ttl2 {
    width: calc(207 / 375 * 100vw);
    bottom: calc(203 / 375 * 100vw);
    left: calc(-1 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec11 ._img02 {
  width: min(calc(670 / 1280 * 100vw), 670px);
  margin-top: min(calc(116 / 1280 * 100vw), 116px);
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec11 ._img02 {
    width: calc(266 / 375 * 100vw);
    margin-right: auto;
    margin-top: calc(150 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec11 ._img02::before, .vol17 .rishiri ._sec11 ._img02::after {
  content: "";
  display: block;
  width: min(calc(95 / 1280 * 100vw), 95px);
  height: min(calc(95 / 1280 * 100vw), 95px);
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec11 ._img02::before, .vol17 .rishiri ._sec11 ._img02::after {
    width: calc(32 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec11 ._img02::before {
  background-color: var(--color-rishiri);
  top: max(calc(-30 / 1280 * 100vw), -30px);
  left: max(calc(-30 / 1280 * 100vw), -30px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec11 ._img02::before {
    top: max(calc(-12 / 375 * 100vw), -12px);
    left: max(calc(-12 / 375 * 100vw), -12px);
  }
}
.vol17 .rishiri ._sec11 ._img02::after {
  background-color: #91bbd4;
  right: max(calc(-30 / 1280 * 100vw), -30px);
  bottom: max(calc(-30 / 1280 * 100vw), -30px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec11 ._img02::after {
    right: max(calc(-12 / 375 * 100vw), -12px);
    bottom: max(calc(-12 / 375 * 100vw), -12px);
  }
}
.vol17 .rishiri ._sec12 {
  margin-top: 93px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec12 {
    margin-top: calc(81 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec12 ._ttl1 {
  width: min(calc(707 / 1280 * 100vw), 707px);
  margin-left: min(calc(33 / 1280 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec12 ._ttl1 {
    width: calc(309 / 375 * 100vw);
    margin-left: calc(19 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec12 ._ttl1 img {
  width: 100%;
}
.vol17 .rishiri ._sec12 ._ttl2 {
  position: absolute;
  top: min(calc(176 / 1280 * 100vw), 176px);
  left: min(calc(104 / 1280 * 100vw), 104px);
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec12 ._ttl2 {
    font-size: calc(17 / 375 * 100vw);
    top: calc(448 / 375 * 100vw);
    left: calc(16 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec12 ._text1 {
  width: min(calc(338 / 1280 * 100vw), 338px);
  position: absolute;
  left: 0;
  bottom: min(calc(53 / 1280 * 100vw), 53px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec12 ._text1 {
    width: 100%;
    margin-top: calc(18 / 375 * 100vw);
    position: static;
    letter-spacing: 0.05em;
  }
}
.vol17 .rishiri ._sec12 ._img01 {
  width: min(calc(1043 / 1280 * 100vw), 1043px);
  margin-top: max(calc(-70 / 1280 * 100vw), -70px);
  transform: translateX(16%);
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec12 ._img01 {
    width: calc(521 / 375 * 100vw);
    margin-top: calc(27 / 375 * 100vw);
    transform: translateX(-21%);
  }
}
.vol17 .rishiri ._sec12 ._text2 {
  width: min(calc(241 / 1280 * 100vw), 241px);
  position: absolute;
  right: 0;
  bottom: min(calc(8 / 1280 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec12 ._text2 {
    width: calc(149 / 375 * 100vw);
    bottom: calc(-32 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec13 {
  margin-top: min(calc(100 / 1280 * 100vw), 100px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec13 {
    margin-top: calc(111 / 375 * 100vw);
  }
}
.vol17 .rishiri ._sec13 ._img01 {
  position: relative;
  z-index: 1;
}
.vol17 .rishiri ._sec13 ._img01::before {
  content: "";
  display: block;
  width: min(calc(261 / 1280 * 100vw), 261px);
  height: min(calc(373 / 1280 * 100vw), 373px);
  background-color: #edf4f9;
  position: absolute;
  right: max(calc(-64 / 1280 * 100vw), -64px);
  bottom: max(calc(-162 / 1280 * 100vw), -162px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec13 ._img01::before {
    display: none;
  }
}
.vol17 .rishiri ._sec13 ._img02 {
  width: min(calc(430 / 1280 * 100vw), 430px);
  margin-top: min(calc(100 / 1280 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec13 ._img02 {
    width: calc(219 / 375 * 100vw);
    margin-top: calc(52 / 375 * 100vw);
    position: relative;
  }
  .vol17 .rishiri ._sec13 ._img02::before {
    content: "";
    display: block;
    width: calc(107 / 375 * 100vw);
    height: calc(153 / 375 * 100vw);
    background-color: #edf4f9;
    position: absolute;
    right: calc(-70 / 375 * 100vw);
    bottom: calc(-94 / 375 * 100vw);
    z-index: -1;
  }
}
.vol17 .rishiri ._sec13 .secCont_desc {
  width: min(calc(391 / 1280 * 100vw), 391px);
  position: absolute;
  left: min(calc(480 / 1280 * 100vw), 480px);
  bottom: max(calc(-7 / 1280 * 100vw), -7px);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri ._sec13 .secCont_desc {
    width: calc(219 / 375 * 100vw);
    margin-top: calc(18 / 375 * 100vw);
    position: static;
    letter-spacing: 0.05em;
  }
}
.vol17 .rishiri .secPhoto {
  margin-top: min(calc(155 / 1280 * 100vw), 155px);
  background-color: var(--color-rishiri);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri .secPhoto {
    margin-top: calc(76 / 375 * 100vw);
  }
}
.vol17 .rishiri .secPhoto_ttl {
  width: min(calc(807 / 1280 * 100vw), 807px);
  margin: 0 auto;
  transform: translateX(7%);
}
@media screen and (max-width: 767px) {
  .vol17 .rishiri .secPhoto_ttl {
    width: calc(322 / 375 * 100vw);
    transform: translateX(2.3%);
  }
}
.vol17 .interview {
  background: #f1f4eb;
  padding: 54px 0 100px;
}
@media screen and (max-width: 767px) {
  .vol17 .interview {
    padding: calc(25 / 375 * 100vw) 0 calc(54 / 375 * 100vw);
  }
}
.vol17 .interview_ttl {
  text-align: center;
}
.vol17 .interview_ttl img {
  width: min(52.0833333333vw, 571px);
}
@media screen and (max-width: 767px) {
  .vol17 .interview_ttl img {
    width: calc(228 / 375 * 100vw);
  }
}
.vol17 .interview_container {
  max-width: 800px;
}
.vol17 .interview_slide {
  margin-top: 62px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vol17 .interview_slide {
    margin: calc(30 / 375 * 100vw) auto 0;
    width: calc(298 / 375 * 100vw);
  }
}
.vol17 .interview_slide::before, .vol17 .interview_slide::after {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  pointer-events: none;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .vol17 .interview_slide::before, .vol17 .interview_slide::after {
    width: calc(40 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
  }
}
.vol17 .interview_slide::before {
  border-top: 5px solid var(--color-rebun);
  border-left: 5px solid var(--color-rebun);
  top: max(-3.90625vw, -52px);
  left: max(-3.90625vw, -52px);
}
@media screen and (max-width: 767px) {
  .vol17 .interview_slide::before {
    border-width: calc(3 / 375 * 100vw);
    top: calc(-20 / 375 * 100vw);
    left: calc(-20 / 375 * 100vw);
  }
}
.vol17 .interview_slide::after {
  border-right: 5px solid var(--color-rebun);
  border-bottom: 5px solid var(--color-rebun);
  right: max(-3.90625vw, -52px);
  bottom: max(-3.90625vw, -52px);
}
@media screen and (max-width: 767px) {
  .vol17 .interview_slide::after {
    border-width: calc(3 / 375 * 100vw);
    right: calc(-20 / 375 * 100vw);
    bottom: calc(-20 / 375 * 100vw);
  }
}
.vol17 .interview_slide ._img {
  padding-top: 62.5%;
  position: relative;
}
.vol17 .interview_slide ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.vol17 .interview_slide .splide__slide.is-active {
  transition-delay: 0.3s !important;
}
.vol17 .interview_credit {
  margin-top: min(0.9114583333vw, 12px);
  text-align: right;
  font-size: min(1.4322916667vw, 13px);
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .vol17 .interview_credit {
    margin-top: calc(5 / 375 * 100vw);
    font-size: calc(7 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.vol17 .interview_read {
  margin-top: min(5.2083333333vw, 60px);
  font-size: min(1.953125vw, 17px);
}
@media screen and (max-width: 767px) {
  .vol17 .interview_read {
    margin-top: calc(19 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
  }
}
.vol17 .interview_profile {
  display: flex;
  gap: 0 20px;
  margin-top: 50px;
  padding: 33px 27px 32px;
  background-image: url(../image/vol17/interview/border_horizontal.svg), url(../image/vol17/interview/border_vertical.svg), url(../image/vol17/interview/border_horizontal.svg), url(../image/vol17/interview/border_vertical.svg);
  background-position: top left, top right, bottom left, top left;
  background-size: auto, auto, auto, auto;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
}
@media screen and (max-width: 767px) {
  .vol17 .interview_profile {
    flex-direction: column;
    align-items: center;
    margin-top: calc(30 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) calc(17 / 375 * 100vw);
    background-size: auto 2px, 2px auto, auto 2px, 2px auto;
  }
}
.vol17 .interview_profile ._imgBox {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .vol17 .interview_profile ._imgBox {
    width: calc(180 / 375 * 100vw);
  }
  .vol17 .interview_profile ._imgBox img {
    width: 100%;
  }
}
.vol17 .interview_profile ._contBox {
  flex: 1;
}
.vol17 .interview_profile ._ttl {
  color: var(--color-rebun);
  font-size: min(2.0833333333vw, 18px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .vol17 .interview_profile ._ttl {
    margin-top: calc(15 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    text-align: center;
  }
}
.vol17 .interview_profile ._name {
  font-size: 1.1111111111em;
  margin-left: 0.4em;
}
@media screen and (max-width: 767px) {
  .vol17 .interview_profile ._name {
    font-size: calc(18 / 375 * 100vw);
  }
}
.vol17 .interview_profile ._desc {
  margin-top: 13px;
  font-size: min(1.6927083333vw, 15px);
  line-height: 1.5333333333;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .vol17 .interview_profile ._desc {
    margin-top: calc(9 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.vol17 .interview_link a {
  margin: 49px auto 0;
  background-color: var(--color-rebun);
}
@media screen and (min-width: 768px) {
  .vol17 .interview_link a {
    font-size: 18px;
    width: 320px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .vol17 .interview_link a {
    margin-top: calc(20 / 375 * 100vw);
    font-size: calc(17 / 375 * 100vw);
    letter-spacing: 0.3em;
  }
}
.vol17 .contContainer {
  overflow: hidden;
}
.vol17 .after {
  margin-top: min(calc(164 / 1280 * 100vw), 164px);
}
@media screen and (max-width: 767px) {
  .vol17 .after {
    margin-top: calc(60 / 375 * 100vw);
  }
}
@media (hover: hover) {
  .vol17 .after_linkBox a {
    transition: opacity 0.3s;
  }
  .vol17 .after_linkBox a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .vol17 .after_ttl,
  .vol17 .cooperation_ttl {
    font-size: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol17 .after_introBox .after_introBox_read {
    font-size: calc(21 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .vol17 .after_introBox p {
    font-size: calc(14 / 375 * 100vw);
  }
}
.vol17 .cooperation .splide__arrow {
  position: absolute;
  top: min(6.5384615385vw, 85px);
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .vol17 .cooperation .splide__arrow {
    top: 8.5vw;
  }
}
.vol17 .cooperation_list p {
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .vol17 .cooperation_list h3 {
    font-size: calc(16 / 375 * 100vw);
  }
  .vol17 .cooperation_list p {
    font-size: calc(12 / 375 * 100vw);
  }
}/*# sourceMappingURL=vol17.css.map */