@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  font-size: 62.5%;
  height: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

picture {
  max-width: 100%;
}

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

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

input, textarea, select, button {
  font: inherit;
}

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/*------------------------------------------------------------
	basic
------------------------------------------------------------*/
html, body {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: YakuHanJP_Narrow,'Noto Sans JP','游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 3.90625vw;
  font-weight: 500;
  line-height: 2;
  color: #404040;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

@media screen and (min-width: 769px) {
  body {
    letter-spacing: 0.01em;
    font-size: min(1.79vw,20px);
  }
}

img {
  border: none;
}

a {
  color: #404040;
}

@media screen and (min-width: 769px) {
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: .8;
  }
}

.sp {
  display: none;
}

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

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

.l-inner {
  max-width: 1120px;
  margin: auto;
  padding: 13.0208333333vw 6.5104166667vw;
}

@media screen and (min-width: 769px) {
  .l-inner {
    padding: min(8.93vw,100px) min(1.79vw,20px);
  }
}

footer {
  background: #55c070;
  color: #fff;
  font-size: 2.6041666667vw;
  text-align: center;
  padding: 4.5572916667vw 1em;
}

@media screen and (min-width: 769px) {
  footer {
    font-size: min(1.43vw,16px);
    padding: min(1.96vw,22px) 1em;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

details::details-content {
  -webkit-transition: height 0.4s,
 opacity 0.4s,
 content-visibility 0.4s allow-discrete;
  transition: height 0.4s,
 opacity 0.4s,
 content-visibility 0.4s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
  background-color: #f0f2ff;
}

details[open]::details-content {
  opacity: 1;
}

details[open] summary::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
  details[open]::details-content {
    height: auto;
  }
}

@supports not (interpolate-size: allow-keywords) {
  details[open]::details-content {
    height: 150px;
    overflow-y: scroll;
  }
  @media screen and (max-width: 768px) {
    details[open]::details-content {
      height: 42.96875vw;
    }
  }
}

summary {
  list-style: none;
  position: relative;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: '+';
  position: absolute;
  top: 48%;
  right: 5.2083333333vw;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  font-size: 7.8125vw;
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  summary::after {
    right: min(2.23vw,25px);
    font-size: min(3.13vw,35px);
  }
}

.kv {
  position: relative;
}

.kv-anchor_links {
  width: 88.5416666667vw;
  position: absolute;
  left: 50%;
  bottom: 3.90625vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
  .kv-anchor_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1050px;
    width: min(90vw,1050px);
    bottom: 5.58%;
  }
}

.kv-anchor_links-items {
  margin-top: 2.6041666667vw;
}

@media screen and (min-width: 769px) {
  .kv-anchor_links-items {
    margin-top: 0;
  }
}

.kv-anchor_links-items ._link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50vw;
  overflow: hidden;
}

.kv-anchor_links-items ._number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.3697916667vw;
  background-color: #55c070;
  font-size: 3.6458333333vw;
  color: #fff;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .kv-anchor_links-items ._number {
    width: min(11.54vw,150px);
    font-size: min(2.54vw,33px);
  }
}

.kv-anchor_links-items ._title {
  background-color: #fff;
  text-align: center;
  width: 76.171875vw;
  padding: 2.34375vw 0;
}

@media screen and (min-width: 769px) {
  .kv-anchor_links-items ._title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(0.31vw,4px);
    width: auto;
    height: min(6.62vw,86px);
  }
}

.kv-anchor_links-items ._title .small {
  font-size: 3.6458333333vw;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .kv-anchor_links-items ._title .small {
    margin-right: 1em;
  }
}

@media screen and (min-width: 769px) {
  .kv-anchor_links-items ._title .small {
    font-size: min(1.79vw,20px);
  }
}

.kv-anchor_links-items ._title {
  font-size: 3.18541666vw;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .kv-anchor_links-items ._title {
    font-size: min(2.23vw,25px);
    padding-inline: min(1.79vw,20px) min(3.57vw,40px);
  }
}
/* 
.kv-anchor_links-items:last-child ._title {
  font-size: 4.6875vw;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .kv-anchor_links-items:last-child ._title {
    font-size: min(2.5vw,28px);
    padding-inline: min(4.46vw,50px) min(6.25vw,70px);
  }
} */

.lead {
  color: #55c070;
  text-align: center;
  background: url(../img/img-lead_bg1.png) left 2.8645833333vw top 8.203125vw no-repeat, url(../img/img-lead_bg2.png) right 0.78125vw top 57.9427083333vw no-repeat;
  background-size: 16.1458333333vw 22.1354166667vw, 10.4166666667vw 26.0416666667vw;
}

@media screen and (min-width: 769px) {
  .lead {
    background: url(../img/img-lead_bg1.png) left min(7.59vw,85px) top min(5.71vw,64px)/min(11.79vw,132px) min(16.16vw,181px) no-repeat, url(../img/img-lead_bg2.png) right min(6.79vw,76px) top min(15.18vw,170px)/min(7.68vw,86px) min(19.02vw,213px) no-repeat;
  }
}

.lead h2 {
  font-size: 7.8125vw;
}

@media screen and (min-width: 769px) {
  .lead h2 {
    font-size: min(4.46vw,50px);
  }
}

.lead .text {
  line-height: 2.5;
}

.lead .notes {
  font-size: 3.125vw;
  margin-top: 1.3020833333vw;
}

@media screen and (min-width: 769px) {
  .lead .notes {
    font-size: min(1.25vw,14px);
    margin-top: 0;
  }
}

.lead .img-lead {
  width: 78.515625vw;
  margin-top: 8.4635416667vw;
}

@media screen and (min-width: 769px) {
  .lead .img-lead {
    width: min(65.18vw,730px);
    margin-top: min(3.21vw,36px);
  }
}

.project {
  padding-top: 1.953125vw;
  background: url(../img/bg-project.jpg) left top/27.9947916667vw 5.859375vw repeat-x #55c070;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .project {
    padding-top: min(1.79vw,20px);
    background: url(../img/bg-project.jpg) left top/min(17.05vw,191px) min(3.21vw,36px) repeat-x #55c070;
  }
}

.project h2 {
  font-size: 0px;
  text-indent: -9999px;
  width: 68.2291666667vw;
  height: 24.7395833333vw;
  background: url(../img/sp/title-project.png) center/contain no-repeat;
  margin: 0 auto 6.5104166667vw;
}

@media screen and (min-width: 769px) {
  .project h2 {
    width: min(61.25vw,686px);
    height: min(5.63vw,63px);
    background-image: url(../img/title-project.png);
    margin: 0 auto min(1.79vw,20px);
  }
}

.project-lead {
  text-align: center;
}

.project-slider_wrap {
  position: relative;
  margin: 7.8125vw auto 18.2291666667vw;
}

@media screen and (min-width: 769px) {
  .project-slider_wrap {
    width: min(71.43vw,800px);
    margin: min(3.57vw,40px) auto min(8.93vw,100px);
  }
}

.project-slider_wrap .swiper-pagination {
  position: absolute;
  bottom: -3.90625vw;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125vw;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

@media screen and (min-width: 769px) {
  .project-slider_wrap .swiper-pagination {
    bottom: max(-2.23vw,-25px);
    gap: min(1.25vw,14px);
  }
}

.project-slider_wrap .swiper-pagination-bullet {
  display: block;
  height: 3.90625vw;
  width: 3.90625vw;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50vw;
}

@media screen and (min-width: 769px) {
  .project-slider_wrap .swiper-pagination-bullet {
    height: min(1.79vw,20px);
    width: min(1.79vw,20px);
  }
}

.project-slider_wrap .swiper-pagination-bullet-active {
  background-color: #fff;
}

.project-slider_wrap .swiper-button-prev, .project-slider_wrap .swiper-button-next {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: .85em;
  height: .85em;
  border: 0.9114583333vw solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .project-slider_wrap .swiper-button-prev, .project-slider_wrap .swiper-button-next {
    width: 1em;
    height: 1em;
    border: 4px solid currentColor;
    border-left: 0;
    border-bottom: 0;
  }
}

.project-slider_wrap .swiper-button-prev {
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
  left: -4.9479166667vw;
}

@media screen and (min-width: 769px) {
  .project-slider_wrap .swiper-button-prev {
    left: max(-3.93vw,-44px);
  }
}

.project-slider_wrap .swiper-button-next {
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  right: -4.9479166667vw;
}

@media screen and (min-width: 769px) {
  .project-slider_wrap .swiper-button-next {
    right: max(-3.93vw,-44px);
  }
}

.project-slider_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8229166667vw;
  background-color: #fff;
  border-radius: 3.90625vw;
  padding: 2.6041666667vw 1.6927083333vw;
}

@media screen and (min-width: 769px) {
  .project-slider_items {
    gap: min(4.46vw,50px);
    background-color: #fff;
    border-radius: min(2.68vw,30px);
    padding: min(0.71vw,8px) min(4.02vw,45px);
    height: min(25.89vw,290px);
  }
}

.project-slider_items__image {
  width: 30.859375vw;
}

@media screen and (min-width: 769px) {
  .project-slider_items__image {
    width: min(17.41vw,195px);
  }
}

.project-slider_items__text {
  color: #404040;
  width: 46.875vw;
}

@media screen and (min-width: 769px) {
  .project-slider_items__text {
    width: min(38.39vw,430px);
  }
}

.project-slider_items__text .item-text__sub {
  font-size: 3.6458333333vw;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .project-slider_items__text .item-text__sub {
    font-size: min(1.61vw,18px);
  }
}

.project-slider_items__text .item-text__main {
  font-size: 7.1614583333vw;
  font-weight: 700;
  color: #55c070;
  line-height: 1;
  margin: 0.6510416667vw 0 2.6041666667vw;
}

@media screen and (min-width: 769px) {
  .project-slider_items__text .item-text__main {
    font-size: min(3.57vw,40px);
    margin: min(0.45vw,5px) 0 min(0.89vw,10px);
  }
}

.project-slider_items__text .item-text__feature {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .project-slider_items__text .item-text__feature {
    line-height: 1.35;
    margin-bottom: 1.3020833333vw;
  }
}

.project-slider_items__text .item-text__detail {
  font-size: 3.3854166667vw;
}

@media screen and (min-width: 769px) {
  .project-slider_items__text .item-text__detail {
    font-size: min(1.43vw,16px);
  }
}

.project-acter {
  border: 2px solid #fff;
  border-radius: 3.90625vw;
  padding: 5.2083333333vw 4.0364583333vw;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .project-acter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: min(2.68vw,30px);
    width: min(71.43vw,800px);
    padding: min(3.13vw,35px);
    margin: min(4.46vw,50px) auto 0;
  }
}

.project-acter-image {
  width: 28.6458333333vw;
  height: 44.6614583333vw;
}

@media screen and (max-width: 768px) {
  .project-acter-image {
    float: left;
    margin-right: 3.90625vw;
  }
}

@media screen and (min-width: 769px) {
  .project-acter-image {
    width: min(19.64vw,220px);
    height: min(30.63vw,343px);
  }
}

@media screen and (min-width: 769px) {
  .project-acter-wrap {
    margin-left: min(3.57vw,40px);
  }
}

.project-acter-wrap dt {
  font-size: 4.4270833333vw;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 2.34375vw;
}

@media screen and (min-width: 769px) {
  .project-acter-wrap dt {
    font-size: min(1.79vw,20px);
    margin-bottom: min(1.34vw,15px);
  }
}

.project-acter-wrap .big {
  font-size: 7.1614583333vw;
}

@media screen and (max-width: 768px) {
  .project-acter-wrap .big + span {
    font-size: 3.3854166667vw;
  }
}

@media screen and (min-width: 769px) {
  .project-acter-wrap .big {
    font-size: min(3.57vw,40px);
  }
}

.project-acter-wrap dd {
  line-height: 1.65;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .project-acter-wrap dd {
    font-size: 3.3854166667vw;
  }
}

.anchor_links {
  background-color: #c4e7b8;
}

.anchor_links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.5104166667vw;
}

@media screen and (max-width: 768px) {
  .anchor_links-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .anchor_links-wrap {
    gap: min(7.14vw,80px);
  }
}

.anchor_links-items {
  display: block;
  border-radius: 3.90625vw;
  overflow: hidden;
  text-align: center;
  padding-bottom: 14.3229166667vw;
  background: url(../img/icon-arrow_green.png) bottom 4.5572916667vw center/8.8541666667vw 5.2083333333vw no-repeat #fff;
}

@media screen and (min-width: 769px) {
  .anchor_links-items {
    height: 100%;
    border-radius: min(2.68vw,30px);
    padding-bottom: min(6.25vw,70px);
    background: url(../img/icon-arrow_green.png) bottom min(2.23vw,25px) center/min(2.32vw,26px) min(1.43vw,16px) no-repeat #fff;
  }
}

.anchor_links-items.end {
  position: relative;
  padding-bottom: 0;
  background: #fff;
}

.anchor_links__container {
  position: relative;
  width: 100%;
  padding-bottom: 14.3229166667vw;
  background: url(../img/icon-arrow_green.png) bottom 4.5572916667vw center/8.8541666667vw 5.2083333333vw no-repeat #fff;
}

@media screen and (min-width: 769px) {
  .anchor_links__container {
    padding-bottom: min(6.25vw, 70px);
    background-position: bottom min(2.23vw,25px) center;
    background-size: min(2.32vw,26px) min(1.43vw,16px);
  }
}

.anchor_links__text {
  font-size: 3.6458333333vw;
  padding: 5.9895833333vw 0 2.6041666667vw;
  line-height: 1.65;
}

@media screen and (min-width: 769px) {
  .anchor_links__text {
    font-size: min(1.43vw,16px);
    padding: min(1.34vw,15px) 0 min(0.89vw,10px);
  }
}

.anchor_links__title {
  display: inline-block;
  font-size: 5.2083333333vw;
  font-weight: 700;
  color: #55c070;
  border-bottom: 0.9114583333vw solid;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .anchor_links__title {
    font-size: min(2.68vw,30px);
    border-bottom: min(0.45vw,5px) solid;
  }
}

.anchor_links__days {
  font-weight: 700;
  margin-top: 3.90625vw;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .anchor_links__days {
    font-size: 3.3854166667vw;
  }
}

@media screen and (min-width: 769px) {
  .anchor_links__days {
    margin-top: min(1.34vw,15px);
  }
}

.anchor_links__days .big {
  font-size: 5.859375vw;
}

@media screen and (min-width: 769px) {
  .anchor_links__days .big {
    font-size: min(3.04vw,34px);
  }
}

.anchor_links__box {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.659);
}

@media screen and (min-width: 769px) {
  .anchor_links__box {
    border-radius: (2.68vw,30px);
  }
}

.anchor_links__end {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.movie {
  background: url(../img/sp/bg-movie.png) center top/100% no-repeat #55c070;
  padding-block: 52.0833333333vw 3.2552083333vw;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .movie {
    background: url(../img/bg-movie.png) center top/min(130vw,1680px) no-repeat #55c070;
    padding-block: min(32.71vw,400px) min(2.68vw,30px);
  }
}

.movie-gallery-main {
  margin: 7.8125vw auto 5.2083333333vw;
  position: relative;
}

@media screen and (min-width: 769px) {
  .movie-gallery-main {
    width: min(71.43vw,800px);
    margin: min(4.46vw,50px) auto min(3.57vw,40px);
  }
}

.movie-gallery-main .-title {
  font-size: 5.2083333333vw;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .movie-gallery-main .-title {
    font-size: min(3.57vw,40px);
  }
}

.movie-gallery .swiper-button-prev, .movie-gallery .swiper-button-next {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: .85em;
  height: .85em;
  border: 0.9114583333vw solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 55%;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .movie-gallery .swiper-button-prev, .movie-gallery .swiper-button-next {
    top: 50%;
    width: 1em;
    height: 1em;
    border: 4px solid currentColor;
    border-left: 0;
    border-bottom: 0;
  }
}

.movie-gallery .swiper-button-prev {
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
  left: -4.9479166667vw;
}

@media screen and (min-width: 769px) {
  .movie-gallery .swiper-button-prev {
    left: max(-3.93vw,-44px);
  }
}

.movie-gallery .swiper-button-next {
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  right: -4.9479166667vw;
}

@media screen and (min-width: 769px) {
  .movie-gallery .swiper-button-next {
    right: max(-3.93vw,-44px);
  }
}

.movie-gallery .swiper-button-disabled {
  opacity: 0.25;
  cursor: none;
}

.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.movie .thumb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .movie .thumb-wrapper {
    margin-bottom: 3.90625vw;
  }
}

.movie .thumb-wrapper .thumb-media {
  opacity: .7;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  width: 31% !important;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .movie .thumb-wrapper .thumb-media {
    font-size: 3.125vw;
  }
}

.movie .thumb-wrapper .thumb-media-active {
  opacity: 1;
}

.movie .thumb-wrapper .thumb-media .-title {
  font-size: min(2.68vw,30px);
  font-weight: 700;
}

.campaign {
  text-align: center;
}

.campaign_title {
  width: 69.7916666667vw;
  margin: 3.90625vw auto;
}

@media screen and (min-width: 769px) {
  .campaign_title {
    width: min(38.04vw,426px);
    margin: min(3.13vw,35px) auto;
  }
}

.campaign_title__sub {
  display: inline-block;
  font-size: 6.5104166667vw;
  border-bottom: 0.9114583333vw solid;
}

@media screen and (min-width: 769px) {
  .campaign_title__sub {
    font-size: min(3.57vw,40px);
    border-bottom: 5px solid;
  }
}

.campaign_day {
  width: 76.0416666667vw;
  margin: 3.90625vw auto 5.2083333333vw;
}

@media screen and (min-width: 769px) {
  .campaign_day {
    width: min(85vw,952px);
    margin: min(6.25vw,70px) auto min(2.68vw,30px);
  }
}

.campaign_end {
  color: #fb2e2f;
  padding-bottom: 2.34375vw;
}

.campaign-wrap {
  border: 2px solid #c4e7b8;
  border-radius: 3.90625vw;
  overflow: hidden;
  margin: 6.5104166667vw auto 0;
}

@media screen and (max-width: 768px) {
  .campaign-wrap + .btn {
    margin-top: 6.5104166667vw;
  }
}

@media screen and (min-width: 769px) {
  .campaign-wrap {
    border-radius: min(2.68vw,30px);
    margin: min(5.36vw,60px) auto min(4.46vw,50px);
  }
}

.campaign-wrap__title {
  background-color: #c4e7b8;
  font-size: 5.2083333333vw;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .campaign-wrap__title {
    font-size: min(2.68vw,30px);
  }
}

.campaign-wrap--join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.campaign-wrap--join_item {
  width: 50%;
  margin: 5.2083333333vw auto;
}

@media screen and (min-width: 769px) {
  .campaign-wrap--join_item {
    margin: min(3.57vw,40px) auto;
  }
}

.campaign-wrap--join_item:nth-child(2) {
  border-left: 2px solid #c4e7b8;
}

.campaign-wrap--join .-number {
  width: 7.8125vw;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .campaign-wrap--join .-number {
    width: min(4.46vw,50px);
  }
}

.campaign-wrap--join .-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.90625vw;
  font-weight: 700;
  line-height: 1.4;
  height: calc(3em * 1.4);
  margin: 1.5625vw auto 3.125vw;
}

@media screen and (min-width: 769px) {
  .campaign-wrap--join .-text {
    font-size: min(2.14vw,24px);
    margin: min(1.43vw,16px) auto min(1.79vw,20px);
    height: calc(2em * 1.4);
  }
}

.campaign-wrap--join .-image {
  width: 17.7083333333vw;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .campaign-wrap--join .-image {
    width: min(12.14vw,136px);
  }
}

.campaign-wrap--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5572916667vw;
  padding: 4.5572916667vw 2.6041666667vw 6.5104166667vw;
}

@media screen and (max-width: 768px) {
  .campaign-wrap--price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .campaign-wrap--price {
    gap: min(3.57vw,40px);
    padding: min(4.02vw,45px) min(3.57vw,40px);
  }
}

.campaign-wrap--price_item:nth-child(2) {
  border-left: 2px solid #c4e7b8;
}

.campaign-wrap--scroll {
  height: 87.890625vw;
  text-align: left;
  margin: 4.5572916667vw 3.90625vw;
}

@media screen and (min-width: 769px) {
  .campaign-wrap--scroll {
    height: min(19.64vw,220px);
    margin: min(4.46vw,50px);
  }
}

.campaign-wrap--scroll div {
  height: 100%;
  overflow-y: auto;
  font-size: 3.3854166667vw;
}

@media screen and (min-width: 769px) {
  .campaign-wrap--scroll div {
    padding-right: min(3.57vw,40px);
    font-size: min(1.43vw,16px);
  }
}

.campaign-wrap--scroll div .title {
  font-size: 3.90625vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  .campaign-wrap--scroll div .title {
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .campaign-wrap--scroll div .title {
    font-size: min(1.61vw,18px);
    padding-right: min(3.57vw,40px);
  }
}

.campaign-wrap--scroll div p {
  margin-bottom: 1.5em;
}

.campaign-wrap--scroll div .kome {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.campaign-wrap--scroll div .disc {
  display: block;
  text-indent: -0.5em;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}

.campaign-wrap--scroll div .line {
  display: block;
  text-indent: -0.25em;
  padding-left: 0.25em;
}

.campaign .notes {
  text-align: left;
  font-size: 2.8645833333vw;
  margin-top: 3.90625vw;
}

@media screen and (max-width: 768px) {
  .campaign .notes + .campaign-wrap {
    margin-block: 10.4166666667vw 9.1145833333vw;
  }
}

@media screen and (min-width: 769px) {
  .campaign .notes {
    font-size: min(1.43vw,16px);
    margin-top: min(2.68vw,30px);
  }
}

.campaign .notes span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.campaign_coming_txt {
  font-size: 3.90625vw;
  margin: 3.2552083333vw auto 5.859375vw;
}

@media screen and (min-width: 769px) {
  .campaign_coming_txt {
    font-size: min(2.14vw,24px);
    margin: min(2.68vw,30px) auto min(4.91vw,55px);
  }
}

.campaign_coming_txt .big {
  font-size: 5.2083333333vw;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .campaign_coming_txt .big {
    font-size: min(3.04vw,34px);
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  border: 2px solid #404040;
  border-radius: 50vw;
  color: #fff;
  font-size: 5.2083333333vw;
  font-weight: 400;
  width: 78.125vw;
  height: 13.0208333333vw;
  padding: 0 5.46875vw 0 7.8125vw;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .btn {
    background-color: #000;
    border: 2px solid #404040;
    border-radius: 50vw;
    color: #fff;
    font-size: min(2.14vw,24px);
    font-weight: 400;
    width: min(28.39vw,318px);
    height: min(5.36vw,60px);
    padding: 0 min(2.5vw,28px);
    margin: auto;
  }
}

.btn::before, .btn::after {
  content: "";
  display: block;
  background: center/contain no-repeat;
}

.btn::before {
  width: 5.7291666667vw;
  height: 5.7291666667vw;
  background-image: url(../img/icon-x.png);
}

@media screen and (min-width: 769px) {
  .btn::before {
    width: min(2.41vw,27px);
    height: min(2.41vw,27px);
  }
}

.btn::after {
  width: 2.734375vw;
  height: 4.6875vw;
  background-image: url(../img/icon-arrow.png);
}

@media screen and (min-width: 769px) {
  .btn::after {
    width: min(1.07vw,12px);
    height: min(1.96vw,22px);
  }
}

.btn.about {
  background-color: #fff;
  color: #55c070;
  border: 2px solid #fff;
  padding: 0;
  justify-content: center;
}

.btn.about::before, .btn.about::after {
  content: none;
}

#campaign01 {
  background: url(../img/bg-line.jpg) left top/27.9947916667vw 5.859375vw repeat-x;
}

@media screen and (min-width: 769px) {
  #campaign01 {
    background: url(../img/bg-line.jpg) left top/min(17.05vw,191px) min(3.21vw,36px) repeat-x;
  }
}

#campaign01 .campaign_title__sub {
  color: #55c070;
}

#campaign02 {
  padding: 1.3020833333vw 0 5.859375vw;
  background: url(../img/bg-project.jpg) left top repeat-x, url(../img/bg-campaign02.png) bottom -1px center no-repeat, url(../img/img-campaign02_bg1.png) left -8.59375vw bottom -15.625vw no-repeat, url(../img/img-campaign02_bg2.png) right -2.6041666667vw bottom -7.8125vw no-repeat, #55c070;
  background-size: 27.9947916667vw 5.859375vw, contain, 36.4583333333vw 44.6614583333vw, 30.5989583333vw 49.21875vw;
  color: #fff;
}

#campaign02 .campaign_title {
  width: min(48vw, 550px);
}

#campaign02 .campaign_day {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #campaign02 .campaign_day {
    padding-bottom: 0;
}
}

@media screen and (min-width: 769px) {
  #campaign02 {
    padding: min(2.68vw,30px) 0 min(11.16vw,125px);
    background: url(../img/bg-project.jpg) left top/min(17.05vw,191px) min(3.21vw,36px) repeat-x, url(../img/bg-campaign02.png) bottom -1px center/min(150vw,1680px) no-repeat, url(../img/img-campaign02_bg1.png) left -2% bottom/min(25vw,280px) min(30.63vw,343px) no-repeat, url(../img/img-campaign02_bg2.png) right -0.5% bottom/min(20.98vw,235px) min(33.75vw,378px) no-repeat, #55c070;
  }
}

@media screen and (min-width: 1201px) {
  #campaign02 {
    padding: 30px 0 125px;
    background: url(../img/bg-project.jpg) left top/191px 36px repeat-x, url(../img/bg-campaign02.png) bottom -1px center/contain no-repeat, url(../img/img-campaign02_bg1.png) left 14.88% bottom/280px 343px no-repeat, url(../img/img-campaign02_bg2.png) right 17.38% bottom/235px 378px no-repeat, #55c070;
  }
}

@media screen and (max-width: 768px) {
  #campaign02 .btn {
    width: 56.640625vw;
    padding: 0 5.2083333333vw;
  }
}

.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 6.5104166667vw 5.859375vw;
}

@media screen and (max-width: 768px) {
  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.1145833333vw;
  }
}

@media screen and (min-width: 769px) {
  .about-wrap {
    padding-block: min(1.79vw,20px);
  }
}

.about-wrap-image {
  width: 54.296875vw;
}

@media screen and (min-width: 769px) {
  .about-wrap-image {
    width: min(37.23vw,417px);
  }
}

.about-wrap-text {
  font-size: 3.90625vw;
}

@media screen and (min-width: 769px) {
  .about-wrap-text {
    width: min(56.25vw,630px);
    font-size: min(1.96vw,22px);
    margin-left: auto;
  }
}

.about-button-wrap {
  margin: 1.3020833333vw 6.5104166667vw 10.4166666667vw;
}

@media screen and (min-width: 769px) {
  .about-button-wrap {
    width: min(53.57vw,600px);
    margin: min(5.36vw,60px) auto min(8.93vw,100px);
  }
}

.about .accordion {
  border: 2px solid #55c070;
  overflow: hidden;
  border-radius: 2.6041666667vw;
}

@media screen and (min-width: 769px) {
  .about .accordion {
    border-radius: min(1.79vw,20px);
  }
}

.about .accordion__head {
  text-align: center;
  font-size: 4.4270833333vw;
  color: #55c070;
  padding: 2.6041666667vw;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .about .accordion__head {
    font-size: min(2.14vw,24px);
    padding: min(1.79vw,20px);
  }
}

.about .accordion__open {
  padding: 4.5572916667vw 3.90625vw;
  background-color: #e6fae0;
  font-size: 3.6458333333vw;
}

@media screen and (min-width: 769px) {
  .about .accordion__open {
    padding: min(2.68vw,30px) min(4.02vw,45px);
    font-size: min(1.43vw,16px);
  }
}

.about-collection {
  width: 100%;
  overflow: hidden;
  background-color: #55c070;
  padding: 5.5989583333vw 0 3.90625vw;
}

@media screen and (min-width: 769px) {
  .about-collection {
    padding: min(4.46vw,50px) 0 min(2.68vw,30px);
  }
}

.about-collection .swiper {
  overflow: visible;
}

.about-collection .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.about-collection .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 1.953125vw;
}

@media screen and (min-width: 769px) {
  .about-collection .swiper-slide {
    padding-inline: min(1.34vw,15px);
  }
}

.about-collection .slide-media {
  height: 27.34375vw;
}

@media screen and (min-width: 769px) {
  .about-collection .slide-media {
    height: min(17.77vw,199px);
  }
}

.about-collection .slide-media img {
  height: 100%;
}

.contact {
  text-align: center;
}

.contact-inner {
  display: grid;
  grid-auto-flow: column;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .contact-inner {
    grid-auto-flow: row;
    gap: 0;
  }
}

.contact-title {
  display: inline-block;
  font-size: 5.2083333333vw;
  border-bottom: 0.9114583333vw solid;
  color: #55c070;
}

@media screen and (min-width: 769px) {
  .contact-title {
    font-size: min(3.57vw,40px);
    border-bottom: min(0.45vw,5px) solid;
  }
}

.contact-title_sub {
  font-size: 4.6875vw;
  font-weight: 700;
  margin: 5.2083333333vw auto 3.90625vw;
  line-height: 5rem;
}

@media screen and (min-width: 769px) {
  .contact-title_sub {
    font-size: min(2.68vw,30px);
    margin-block: min(3.57vw,40px) min(2.68vw,30px);
  }
}

@media screen and (max-width: 768px) {
  .contact-title_sub {
    line-height: 3rem;
  }
}

.contact-wrap {
  border: 2px solid #c4e7b8;
  border-radius: 3.90625vw;
  padding: 5.2083333333vw 3.90625vw 5.859375vw;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .contact-wrap {
    /* width: min(71.43vw,800px); */
    border-radius: min(2.68vw,30px);
    padding: min(3.57vw,40px) min(6.7vw,60px) min(4.02vw,45px);
  }
}

.contact-wrap dt {
  font-size: 4.4270833333vw;
  font-weight: 700;
  color: #55c070;
}

@media screen and (min-width: 769px) {
  .contact-wrap dt {
    font-size: min(2.14vw,24px);
  }
}

@media screen and (max-width: 768px) {
  .contact-wrap dd {
    font-size: 3.6458333333vw;
    line-height: 1.8;
  }
}

.contact-wrap dd:first-of-type {
  border-bottom: 2px solid #c4e7b8;
  padding-bottom: 5.2083333333vw;
  margin-bottom: 3.90625vw;
}

@media screen and (min-width: 769px) {
  .contact-wrap dd:first-of-type {
    padding-bottom: min(2.68vw,30px);
    margin-bottom: min(2.68vw,30px);
  }
}
