@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------------------------
/////■■ compornent ■■/////
----------------------------------------------------------------------*/
.c-wrapper--700 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 92%;
  max-width: 700px;
}

.c-wrapper--800 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 92%;
  max-width: 800px;
}

.c-wrapper--900 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 92%;
  max-width: 900px;
}

.c-wrapper--1000 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 92%;
  max-width: 1000px;
}

.c-wrapper--1100 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 92%;
  max-width: 1100px;
}

.c-wrapper--1200 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 92%;
  max-width: 1200px;
}

.c-wrapper--1400 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 92%;
  max-width: 1400px;
}

.c-wrapper--1500 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 92%;
  max-width: 1500px;
}

.c-container {
  padding: min(10vw, 10rem) 0;
}

.c-center {
  text-align: center;
}

/*----------------------------------------------------------------------
/////■■ utility ■■/////
----------------------------------------------------------------------*/
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .u-mb30 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb30 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb30 {
    margin-bottom: 15px;
  }
}

.u-mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .u-mb40 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb40 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb40 {
    margin-bottom: 20px;
  }
}

.u-mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .u-mb50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb50 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb50 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb50 {
    margin-bottom: 25px;
  }
}

.u-mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .u-mb60 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb60 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb60 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb60 {
    margin-bottom: 30px;
  }
}

.u-mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .u-mb70 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb70 {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb70 {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb70 {
    margin-bottom: 35px;
  }
}

.u-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .u-mb80 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb80 {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb80 {
    margin-bottom: 40px;
  }
}

.u-mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  .u-mb90 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb90 {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb90 {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb90 {
    margin-bottom: 45px;
  }
}

.u-mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .u-mb100 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb100 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb100 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb100 {
    margin-bottom: 50px;
  }
}

.u-mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 1200px) {
  .u-mb110 {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb110 {
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb110 {
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb110 {
    margin-bottom: 55px;
  }
}

.u-mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .u-mb120 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb120 {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb120 {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb120 {
    margin-bottom: 60px;
  }
}

.u-mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 1200px) {
  .u-mb130 {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb130 {
    margin-bottom: 104px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb130 {
    margin-bottom: 78px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb130 {
    margin-bottom: 65px;
  }
}

.u-mb140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 1200px) {
  .u-mb140 {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb140 {
    margin-bottom: 112px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb140 {
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb140 {
    margin-bottom: 70px;
  }
}

.u-mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .u-mb150 {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb150 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb150 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb150 {
    margin-bottom: 75px;
  }
}

.u-mb160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 1200px) {
  .u-mb160 {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb160 {
    margin-bottom: 128px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb160 {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb160 {
    margin-bottom: 80px;
  }
}

.u-mb170 {
  margin-bottom: 170px;
}
@media screen and (max-width: 1200px) {
  .u-mb170 {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb170 {
    margin-bottom: 136px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb170 {
    margin-bottom: 102px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb170 {
    margin-bottom: 85px;
  }
}

.u-mb180 {
  margin-bottom: 180px;
}
@media screen and (max-width: 1200px) {
  .u-mb180 {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb180 {
    margin-bottom: 144px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb180 {
    margin-bottom: 108px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb180 {
    margin-bottom: 90px;
  }
}

.u-mb190 {
  margin-bottom: 190px;
}
@media screen and (max-width: 1200px) {
  .u-mb190 {
    margin-bottom: 190px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb190 {
    margin-bottom: 152px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb190 {
    margin-bottom: 114px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb190 {
    margin-bottom: 95px;
  }
}

.u-mb200 {
  margin-bottom: 200px;
}
@media screen and (max-width: 1200px) {
  .u-mb200 {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .u-mb200 {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb200 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 440px) {
  .u-mb200 {
    margin-bottom: 100px;
  }
}

.u-font--serif {
  font-family: "Noto serif JP", serif;
}
.u-font--sans {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font_color--red {
  color: var(--red);
}
.u-font_color--yellow {
  color: var(--yellow);
}
.u-font_color--black {
  color: #000;
}
.u-font_color--glow {
  text-shadow: 2px 2px 10px #d39f04, -2px 2px 10px #d39f04, 2px -2px 10px #d39f04, -2px -2px 10px #d39f04;
}

.u-font_size--24 {
  font-size: var(--font_size_24);
}
.u-font_size--28 {
  font-size: var(--font_size_28);
}
.u-font_size--30 {
  font-size: var(--font_size_30);
  font-weight: 600;
}
.u-font_size--32 {
  font-size: var(--font_size_32);
  font-weight: 600;
}
.u-font_size--34 {
  font-size: var(--font_size_34);
  font-weight: 600;
}
.u-font_size--36 {
  font-size: var(--font_size_36);
  font-weight: 600;
}
.u-font_size--38 {
  font-size: var(--font_size_38);
  font-weight: 600;
}
.u-font_size--40 {
  font-size: var(--font_size_40);
  font-weight: 600;
}
.u-font_size--42 {
  font-size: var(--font_size_42);
  font-weight: 600;
}
.u-font_size--45 {
  font-size: var(--font_size_45);
  font-weight: 600;
}
.u-font_size--48 {
  font-size: var(--font_size_48);
  font-weight: 600;
}
.u-font_size--50 {
  font-size: var(--font_size_50);
  font-weight: 600;
}
.u-font_size--55 {
  font-size: var(--font_size_55);
  font-weight: 600;
}
.u-font_size--57 {
  font-size: var(--font_size_57);
  font-weight: 600;
}
.u-font_size--60 {
  font-size: var(--font_size_60);
  font-weight: 600;
}
.u-font_size--66 {
  font-size: var(--font_size_66);
  font-weight: 600;
}
.u-font_size--70 {
  font-size: var(--font_size_70);
  font-weight: 600;
}
.u-font_size--75 {
  font-size: var(--font_size_75);
  font-weight: 600;
}
.u-font_size--80 {
  font-size: var(--font_size_80);
  font-weight: 600;
}
.u-font_size--90 {
  font-size: var(--font_size_90);
  font-weight: 600;
}
.u-font_size--100 {
  font-size: var(--font_size_100);
  font-weight: 600;
}

.u-font_weight_bold {
  font-weight: 600;
}

.u-textleft {
  text-align: left;
}

.u-textcenter {
  text-align: center;
}

.u-textleft--sp {
  text-align: center;
}
@media screen and (max-width: 580px) {
  .u-textleft--sp {
    text-align: left;
  }
}

/*-------- br --------*/
.u-dis_block--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-dis_block--pc {
    display: none;
  }
}
.u-dis_block--xl {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-dis_block--xl {
    display: block;
  }
}
.u-dis_block--lg {
  display: none;
}
@media screen and (max-width: 1000px) {
  .u-dis_block--lg {
    display: block;
  }
}
.u-dis_block--md {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-dis_block--md {
    display: block;
  }
}
.u-dis_block--smd {
  display: none;
}
@media screen and (max-width: 580px) {
  .u-dis_block--smd {
    display: block;
  }
}
.u-dis_block--sm {
  display: none;
}
@media screen and (max-width: 440px) {
  .u-dis_block--sm {
    display: block;
  }
}

@media screen and (max-width: 580px) {
  .u-dis_none--sm {
    display: none;
  }
}

.u-border--red {
  border-bottom: 1px solid var(--global-color-red);
  color: var(--global-color-red);
  display: inline;
}
.u-border--white {
  border-bottom: 1px solid var(--global-color-white);
  display: inline;
}
.u-border--gold {
  border-bottom: 1px solid var(--global-color-light_gold);
  color: var(--global-color-light_gold);
  display: inline;
}

.u-br--xl {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-br--xl {
    display: inline;
  }
}
.u-br--xl_pc {
  display: inline;
}
@media screen and (max-width: 1200px) {
  .u-br--xl_pc {
    display: none;
  }
}
.u-br--lg_pc {
  display: inline;
}
@media screen and (max-width: 1000px) {
  .u-br--lg_pc {
    display: none;
  }
}
.u-br--pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-br--pc {
    display: none;
  }
}
.u-br--tb_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br--tb_only {
    display: inline;
  }
}
@media screen and (max-width: 580px) {
  .u-br--tb_only {
    display: none;
  }
}
.u-br--tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br--tb {
    display: inline;
  }
}
.u-br--tb_pc {
  display: inline;
}
@media screen and (max-width: 580px) {
  .u-br--tb_pc {
    display: none;
  }
}
.u-br--tb_sp {
  display: none;
}
@media screen and (max-width: 580px) {
  .u-br--tb_sp {
    display: inline;
  }
}
.u-br--sp {
  display: none;
}
@media screen and (max-width: 440px) {
  .u-br--sp {
    display: inline;
  }
}
.u-br--nosp {
  display: inline;
}
@media screen and (max-width: 440px) {
  .u-br--nosp {
    display: none;
  }
}
.u-br--xs {
  display: none;
}
@media screen and (max-width: 360px) {
  .u-br--xs {
    display: inline;
  }
}

/*----------------------------------------------------------------------
/////■■ property ■■/////
----------------------------------------------------------------------*/
.p-opening {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
.p-opening__logo {
  color: var(--navy);
  font-size: var(--font_size_36);
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  line-height: 1.2;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
.p-opening__logo span {
  font-size: 65%;
}
.p-opening__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--purple);
  z-index: 1;
  transform-origin: top right;
}

.p-subpagetitle {
  font-size: var(--font_size_50);
  padding: min(15vw, 15rem) 0 min(8vw, 8rem);
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  position: relative;
}
.p-subpagetitle::before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, var(--green) 0%, var(--green) 50%, var(--purple) 51%, var(--purple) 100%);
  width: min(10vw, 100px);
  height: min(1vw, 1rem);
  bottom: min(5vw, 5rem);
  left: 50%;
  transform: translate(-50%, 0);
}
.p-subpagetitle__cap {
  font-size: var(--font_size_18);
  text-align: center;
  margin-bottom: min(13vw, 13rem);
}

/*独自のマウスカーソルを作成*/
#cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--purple);
  z-index: 2000;
  transition: width 0.2s, height 0.2s, transform 0.2s, background 0.1s;
  transform: translate(0, 0);
  pointer-events: none;
  cursor: none;
}

/* aタグにホバーした時に見た目変化 */
#cursor.cursor--hover {
  width: 40px;
  height: 40px;
  background: rgba(44, 168, 143, 0.5);
  cursor: none;
}

.p-down {
  animation: p-down 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@keyframes p-down {
  0% {
    opacity: 0;
    transform: translateY(-150px); /* ご希望の移動量 (18px) を使いました */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.p-up {
  animation: p-up 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@keyframes p-up {
  0% {
    opacity: 0;
    transform: translateY(150px); /* ご希望の移動量 (18px) を使いました */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.p-mark {
  background: var(--green);
  border-radius: 30px;
  color: var(--navy);
  padding: 0.3rem 1rem;
}

/*----------------------------------------------------------------------
/////■■ humbarger ■■/////
----------------------------------------------------------------------*/
.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: none;
  background: transparent;
}
.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 30px;
  height: 3px;
  transform: translateX(-50%);
  background: var(--green);
  transition: all 0.4s;
}
.c-hamburger span:nth-of-type(1) {
  top: -4px;
}
.c-hamburger span:nth-of-type(2) {
  top: 1px;
}
.c-hamburger span:nth-of-type(3) {
  top: 6px;
}
.c-hamburger.is-active span {
  color: var(--green);
}
.c-hamburger.is-active span:nth-of-type(1) {
  background: var(--green);
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}
.c-hamburger.is-active span:nth-of-type(2) {
  background: var(--green);
  opacity: 0;
}
.c-hamburger.is-active span:nth-of-type(3) {
  background: var(--green);
  top: -6px;
  transform: translateX(-50%) rotate(-225deg);
}

.p-header__nav {
  z-index: 10;
  position: absolute;
  top: -30%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.6s;
  padding-top: 12px;
}
@media screen and (max-width: 580px) {
  .p-header__nav {
    background: #000;
  }
}
.p-header__nav.is-active {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.9;
  transition: 0.6s;
  width: 100%;
  visibility: visible;
}
@media screen and (max-width: 580px) {
  .p-header__nav.is-active {
    width: 100%;
  }
}
.p-header__nav:not(.is-active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.p-header__hamburger {
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 100px;
}

.p-nav__inner {
  margin-left: 5%;
}
@media screen and (max-width: 580px) {
  .p-nav__inner {
    margin-top: 10%;
    margin-left: 0%;
    width: 30%;
  }
}
.p-nav__list {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 580px) {
  .p-nav__list {
    flex-direction: column;
  }
}
.p-nav__item {
  position: relative;
}
.p-nav__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: min(2vw, 2rem);
  text-align: center;
  color: var(--purple);
  font-size: var(--font_size_20);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
.p-nav__link:hover {
  color: var(--green);
}
@media screen and (max-width: 580px) {
  .p-nav__link {
    font-size: var(--font_size_30);
  }
}

/*----------------------------------------------------------------------
/////■■ index ■■/////
----------------------------------------------------------------------*/
.l-fv {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  .l-fv {
    flex-direction: column;
  }
}
.l-fv__img {
  width: min(40%, 600px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 580px) {
  .l-fv__img {
    width: 100%;
    height: 30%;
  }
}
.l-fv__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-fv__main {
  width: 60%;
  position: relative;
}
@media screen and (max-width: 580px) {
  .l-fv__main {
    width: 100%;
    height: 70%;
  }
}
.l-fv__main__contents {
  position: absolute;
  bottom: 20%;
  left: 10%;
}
@media screen and (max-width: 580px) {
  .l-fv__main__contents {
    bottom: 0%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.l-fv .title {
  color: var(--green);
  font-size: var(--font_size_100);
  font-weight: 300;
  line-height: 1;
  z-index: 100;
  opacity: 0;
  transform: translateY(-20px); /* 上から（マイナス方向） */
  animation: fadeDown 1s ease forwards 3.5s;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
@keyframes fadeDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-fv .title span {
  font-size: 25%;
  display: block;
  text-align: center;
}
.l-fv .logo {
  z-index: 12;
  width: 54%;
  margin: auto;
  text-align: center;
}
.l-fv .logo svg {
  height: auto;
}
.l-fv .logo-line {
  fill: none;
  stroke: var(--purple);
  stroke-width: 4;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: draw 3s ease forwards 2.5s;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

/*----------------------------------------------------------------------
/////■■ banner ■■/////
----------------------------------------------------------------------*/
.l-banner__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-auto-rows: minmax(300px, auto);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (max-width: 580px) {
  .l-banner__grid {
    -moz-column-gap: 0rem;
         column-gap: 0rem;
    row-gap: 1rem;
  }
}
.l-banner__item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 580px) {
  .l-banner__item {
    width: 90%;
    margin-inline: auto;
  }
}
.l-banner__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}
.l-banner__item:hover img {
  transform: scale(1.05);
  position: relative;
}
.l-banner__item .overlay {
  position: absolute;
  background: rgba(24, 41, 76, 0.9);
  inset: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: min(2vw, 2rem);
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 580px) {
  .l-banner__item .overlay {
    padding: min(5vw, 5rem);
  }
}
.l-banner__item .overlay p {
  color: #fff;
}
.l-banner__item .overlay:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
  transform: scale(1.05);
}
.l-banner__item .overlay .title {
  color: var(--navy);
  font-size: var(--font_size_16);
  font-weight: 600;
  margin-bottom: min(1vw, 1rem);
  background: var(--purple);
  border-radius: 50px;
  padding: 0 1rem;
}
.l-banner__item .overlay .desc {
  font-size: var(--font_size_14);
  text-align: left;
}

/*----------------------------------------------------------------------
/////■■ movie ■■/////
----------------------------------------------------------------------*/
.video-grid {
  display: grid;
  gap: 2%;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 440px) {
  .video-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.video-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: opacity 0.3s;
}
.video-item img:hover {
  opacity: 0.8;
}

/* モーダル */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  max-width: 100%;
  z-index: 100;
}
.modal .modal-content {
  position: relative;
  text-align: center;
}
.modal .modal-content video {
  width: 60%;
  position: relative;
  z-index: 1;
}
.modal .modal-description {
  color: white;
  margin-top: 1rem;
  font-size: var(--font_size_18);
}
.modal .modal-split {
  z-index: 1;
  align-items: center;
  justify-content: space-evenly;
}

#close-btn {
  position: absolute;
  top: 5%;
  right: 10%;
  font-size: var(--font_size_45);
  color: white;
  z-index: 5000;
  padding: 100px;
  margin: -100px;
  display: inline-block;
}

/*----------------------------------------------------------------------
/////■■ l-lp ■■/////
----------------------------------------------------------------------*/
.l-lp > ul > li {
  display: flex;
  gap: 2%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: min(8vw, 8rem);
  border-top: 3px rgba(172, 169, 221, 0.2);
  border-style: solid;
  padding-top: min(8vw, 8rem);
}
.l-lp > ul > li:nth-child(even) {
  flex-direction: row-reverse;
}
.l-lp__img {
  width: 49%;
}
.l-lp__img img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-lp__img a {
  display: block;
  position: relative;
  text-decoration: none;
}
.l-lp__img a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: var(--navy);
  opacity: 0;
  transition: 0.3s;
}
.l-lp__img a::after {
  content: "view";
  display: block;
  color: var(--purple);
  line-height: 48px;
  width: 180px;
  border: solid 1px var(--purple);
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-top: -1em;
  margin-left: -90px;
  opacity: 0;
  z-index: 3;
  transition: 0.3s;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.l-lp__img a:hover:before {
  opacity: 0.8;
}
.l-lp__img a:hover:after {
  opacity: 1;
  margin-top: -0.5em;
}
.l-lp__explain {
  width: 47%;
}
.l-lp__explain > li {
  display: flex;
  flex-direction: column;
  margin-bottom: min(3vw, 3rem);
}
.l-lp__explain > li dt {
  font-size: var(--font_size_14);
  color: var(--green);
  padding: 0 min(2vw, 2rem);
  border-radius: 5px;
  background: #1f315c;
  z-index: 2;
  position: relative;
}
.l-lp__explain > li dt::before {
  position: absolute;
  content: "⚫︎";
  width: 1rem;
  height: 1rem;
  top: 0;
  left: 0.3rem;
}
.l-lp__explain > li dd {
  font-size: var(--font_size_16);
  color: var(--white);
  display: block;
  padding: 0.5rem 1rem;
  z-index: 1;
}
.l-lp__clintwork {
  display: inline-block;
  background: var(--purple);
  border-radius: 50px;
  color: var(--navy);
  font-size: var(--font_size_14);
  padding: 0.5rem 2rem 0.6rem;
  margin: 1rem 0;
}
.l-lp__title {
  color: var(--white);
  display: inline-block;
  font-size: var(--font_size_18);
  padding-left: 2rem;
}

/*----------------------------------------------------------------------
/////■■ l-about ■■/////
----------------------------------------------------------------------*/
.l-about h2,
.l-about p {
  color: var(--white);
}
.l-about__copy {
  position: relative;
}
.l-about__copy__main {
  position: relative;
  display: flex;
  justify-content: center;
}
.l-about__copy__main h2 {
  font-size: var(--font_size_50);
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.l-about__copy__main h2 > span {
  font-size: 130%;
  color: var(--green);
}
.l-about__copy__main > p {
  position: absolute;
  font-size: var(--font_size_120);
  color: rgba(172, 169, 221, 0.2);
  top: -95%;
  text-align: center;
  z-index: -1;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
@media screen and (max-width: 580px) {
  .l-about__copy__main > p {
    top: -40%;
  }
}
.l-about__copy__text {
  margin-inline: auto;
  font-size: var(--font_size_20);
}
.l-about__skill h2 {
  font-size: var(--font_size_80);
  color: rgba(172, 169, 221, 0.2);
  text-align: center;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
.l-about__skill h3 {
  background-color: rgba(172, 169, 221, 0.5);
  border-radius: 50px;
  color: var(--navy);
  display: inline-block;
  font-size: var(--font_size_14);
  padding: 0 min(2vw, 2rem);
  text-align: center;
  margin-bottom: min(1.5vw, 1.5rem);
  margin-inline: auto;
}
@media screen and (max-width: 580px) {
  .l-about__skill h3 {
    margin: 5rem auto 2rem;
    display: block;
  }
}
.l-about__skill__graph {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  grid-template-rows: repeat(3, 1fr);
  margin-bottom: min(2vw, 2rem);
  align-items: center;
}
@media screen and (max-width: 580px) {
  .l-about__skill__graph {
    display: flex;
    flex-direction: column;
  }
}
.l-about__skill__graph .bar {
  position: relative;
  width: 80%;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5rem;
  border-radius: 50px;
  margin-inline: auto;
}
.l-about__skill__graph .bar .bar-info {
  border-radius: 50px;
  padding-right: 0.75rem;
  background: var(--green);
  color: white;
  width: 10%;
  position: relative;
  height: 100%;
  transition: width 3.3s ease-in-out;
  font-size: var(--font_size_18);
  background: linear-gradient(var(--green), #08627e), var(--green);
}
.l-about__skill__graph .bar .bar-info .percent {
  display: flex;
  justify-content: right;
  align-items: center;
  line-height: 1.5;
  font-size: var(--font_size_14);
}
.l-about__skill__graph__title {
  font-size: var(--font_size_20);
  color: var(--green) !important;
  font-weight: 800;
}
@media screen and (max-width: 580px) {
  .l-about__skill__graph__title {
    width: 80%;
  }
}
.l-about__skill__graph__text {
  grid-row: 1/3;
  grid-column: 3/4;
  font-size: var(--font_size_18);
}
@media screen and (max-width: 580px) {
  .l-about__skill__graph__text {
    margin-bottom: 3rem;
    order: 1;
  }
}
.l-about__split {
  display: flex;
  gap: 4%;
  align-items: center;
}
@media screen and (max-width: 580px) {
  .l-about__split {
    flex-direction: column;
  }
}
.l-about__split__photo {
  width: min(50%, 500px);
}
@media screen and (max-width: 580px) {
  .l-about__split__photo {
    width: 80%;
    order: 1;
  }
}
.l-about__split__text {
  width: 50%;
}
@media screen and (max-width: 580px) {
  .l-about__split__text {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.l-about__split__text h3 {
  font-size: var(--font_size_66);
  color: rgba(172, 169, 221, 0.2);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
@media screen and (max-width: 580px) {
  .l-about__split__text h3 {
    font-size: var(--font_size_100);
    text-align: center;
  }
}
.l-about__split__text p {
  font-size: var(--font_size_16);
}
.l-about__split__text a {
  color: var(--white);
  border-bottom: 1px solid var(--white);
}

.heart {
  width: 10px; /* 正方形を作る */
  height: 10px; /* 正方形を作る */
  position: relative; /* 基準位置とする */
}
.heart::before, .heart::after {
  content: ""; /* 疑似要素に必須 */
  width: 50%;
  height: 80%;
  background: var(--green);
  border-radius: 25px 25px 0 0;
  display: inline-block; /* ブロック要素にする */
  position: absolute; /* 相対位置に指定 */
}
.heart::before {
  transform: rotate(-45deg); /* 左に回転 */
  left: 14%; /* 左からの位置を指定 */
}
.heart::after {
  transform: rotate(45deg); /* 右に回転 */
  right: 14%; /* 右からの位置を指定 */
}

/*----------------------------------------------------------------------
/////■■ l-contact ■■/////
----------------------------------------------------------------------*/
.l-contact__info h2,
.l-contact__info label,
.l-contact__info input,
.l-contact__info textarea {
  display: block;
}
.l-contact__info h2 {
  text-align: center;
  font-size: var(--font_size_20);
  font-weight: 400;
}
.l-contact__info label,
.l-contact__info input,
.l-contact__info textarea {
  font-size: var(--font_size_18);
}
.l-contact__info label span,
.l-contact__info input span,
.l-contact__info textarea span {
  color: var(--green);
}
.l-contact__info input,
.l-contact__info textarea {
  padding-left: 1rem;
  background: rgba(172, 169, 221, 0.1);
  border: 1px solid rgb(172, 169, 221);
  color: #fff;
}
.l-contact__info input::-moz-placeholder, .l-contact__info textarea::-moz-placeholder {
  color: rgba(172, 169, 221, 0.4);
}
.l-contact__info input::placeholder,
.l-contact__info textarea::placeholder {
  color: rgba(172, 169, 221, 0.4);
}
.l-contact__info input:focus,
.l-contact__info textarea:focus {
  color: #fff;
}
.l-contact__info__item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr 1fr 1fr 8fr;
  gap: 2rem;
}
.l-contact__info__btn {
  color: var(--navy);
  display: block;
  font-size: var(--font_size_24);
  margin-inline: auto;
  background: var(--purple);
  border-style: none;
  border-radius: 50px;
  padding: min(0.5vw, 0.5rem) min(4vw, 4rem);
}
.l-contact__info__btn:hover {
  background: #bf495d;
  transition: all 0.3s;
}

/*----------------------------------------------------------------------
/////■■ l-thanks ■■/////
----------------------------------------------------------------------*/
.l-thanks {
  padding: min(20vw, 20rem) 0 min(5vw, 5rem);
}
.l-thanks h2,
.l-thanks p {
  text-align: center;
}
.l-thanks h2 {
  background: var(--green);
  color: var(--navy);
  width: 30%;
  border-radius: 50px;
  margin-inline: auto;
}

/*----------------------------------------------------------------------
/////■■ subpage footer ■■/////
----------------------------------------------------------------------*/
footer {
  padding: min(15vw, 15rem) min(10vw, 10rem) min(5vw, 5rem);
}
footer .button a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 180px;
  padding: 17px 0px 15px 25px;
  line-height: 2.5;
  text-decoration: none;
  color: var(--purple);
  transition: 0.3s ease-in-out;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
footer .button a:before,
footer .button a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
footer .button a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.5rem;
  border-top: solid 2px var(--navy);
  border-right: solid 2px var(--navy);
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
footer .button a:after {
  left: 0;
  background: var(--purple);
  z-index: 1;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
footer .button a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
  font-size: var(--font_size_18);
}
footer .button a:hover span {
  color: var(--navy);
}
footer .button a:hover:before {
  left: 2.5rem;
  border-top: solid 2px var(--navy);
  border-right: solid 2px var(--navy);
}
footer .button a:hover:after {
  right: 0;
  width: 100%;
  background: var(--green);
}/*# sourceMappingURL=style.css.map */