@charset "utf-8";

/* 
=================================================================================

▼▼▼　テンプレJS用のCSS。不要なものは削除　▼▼▼

=================================================================================
*/
@media print {
  body {
    display: none !important;
  }
}
html {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 2;
  color: #3ca032;
}
h1, h2, h3, h4, h5 {
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  :root {
    --resize: 7; /* 全体リサイズ値 */
  }
  /* PC用 */
  html {
    font-size: calc(100vw / 1920 * var(--resize)); /* 最大値768px、文字サイズ10pxの場合 */
  }
}
.inner {
  position: relative;
  max-width: calc(100vw - 10rem);
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* SP用 */
  html {
    font-size: calc(100vw / 1600 * 10); /* 最大値768px、文字サイズ10pxの場合 */
  }
  .inner {
    max-width: calc(100vw - 10rem);
  }
}
#center-layer-focus-lock {
  font-size: 160%;
}


main { 
  padding: 10rem 0;
  background: url(../img/bg01.webp) top center / cover no-repeat;
}
@media screen and (max-width: 768px) {/* SP用 */
  main {
    padding: 0 0 20rem;
    background: url(../img/bg01_sp.jpg) top center / cover no-repeat;
  }
}

section[class^="area"] {
  position: relative;
}

body {
  width: 100%;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  overflow: clip;
  position: relative;
}
.mt130 {
  margin-top: 13rem !important;
}
.mt240 {
  margin-top: 24rem !important;
}
.mb200 {
  margin-bottom: 20rem !important;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sp_mt120 {
    margin-top: 12rem !important;
  }
  .sp_mt250 {
    margin-top: 25rem !important;
  }
  .sp_mt300 {
    margin-top: 30rem !important;
  }
}

/* ID登録用 */
i[id] {
  font-size: 0;
  display: block;
}

.sec-box01 {
  max-width: calc(10vw * var(--resize));
  height: 138.8rem;
  background: url(../img/bg02.png) top center / contain no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  /* padding-bottom: 8%; */
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec-box01 {
    max-width: inherit;
    height: 306.3rem;
    background: url(../img/bg02_sp.webp) top center / contain no-repeat;
    padding-top: 10rem;
    padding-bottom: 0;
  }
}
.sec-box02 {
}
.sec-box03 {
  max-width: calc(10vw * var(--resize));
  height: 213.1rem;
  background: url(../img/bg03.png) top 19rem center / contain no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec-box03 {
    max-width: inherit;
    height: 625.7rem;
    background: url(../img/bg03_sp.webp) top 40rem center / contain no-repeat;
  }
}
.sec-box04 {
  max-width: calc(10vw * var(--resize));
  height: 415.5rem;
  background: url(../img/bg04.png) top 19rem center / contain no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec-box04 {
    max-width: inherit;
    height: 534.2rem;
    background: url(../img/bg04_sp.webp) top 45rem center / contain no-repeat;
  }
}
.sec-box05 {
  max-width: calc(10vw * var(--resize));
  height: 165.4rem;
  background: url(../img/bg05.png) top 19rem center / contain no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec-box05 {
    max-width: inherit;
    height: 542.4rem;
    background: url(../img/bg05_sp.webp) top 40rem center / contain no-repeat;
  }
}

.midashi01 {
  width: 96.2rem;
  display: table;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {/* SP用 */
  .midashi01 {
    width: 139.6rem;
  }
}
.midashi02 {
}
.midashi03 {
  width: 20.6rem;
  display: table;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {/* SP用 */
  .midashi03 {
    width: 33.7rem;
  }
}
.midashi04 {
}
.midashi05 {
  width: 48.6rem;
  display: table;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {/* SP用 */
  .midashi05 {
    width: 81.2rem;
  }
}
.midashi06 {
}
.midashi07 {
  width: 39.3rem;
  display: table;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {/* SP用 */
  .midashi07 {
    width: 70.7rem;
  }
}
.midashi08 {
}
.midashi09 {
  width: 63rem;
  display: table;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {/* SP用 */
  .midashi09 {
    width: 108.7rem;
  }
}
.midashi10 {
}
/* ul.list01 */
ul.list01 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
ul.list01 > li {
  width: 25.5rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list01 {
    gap: 12rem;
    max-width: 80vw;
  }
  ul.list01 > li {
    width: 43.6rem;
  }
}
/* ▲ ul.list01 ▲ */

.video {
    position: relative;
}
.video:before {
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    content: "";
    display: block;
}
.video > * {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 769px) {/* PC用 */
  .w1300 {
    width: 130rem !important;
  }
  .w1400 {
    width: 140rem !important;
  }
  .w1700 {
    width: 170rem !important;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .sp_w1500 {
    width: 150rem !important;
  }
}
/* ul.group01-list */
ul.group01-list {
  margin-top: 20rem;
}
ul.group01-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
}
ul.group01-list > li .img-box {
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) {/* PC用 */
  ul.group01-list > li + li {
    margin-top: 5rem;
  }
  ul.group01-list > li:nth-of-type(2n - 1) .img-box {
    order: 1;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.group01-list {
    margin-top: 24rem;
  }
  ul.group01-list > li {
    gap: .5em;
  }
  ul.group01-list > li .img-box {
    order: 1;
  }
  ul.group01-list > li + li {
    margin-top: 45rem;
  }
  ul.group01-list > li:nth-of-type(3) .img-box {
    margin-top: -10rem;
  }
}
/* ▲ ul.group01-list ▲ */

/* ul.group02-list */
@media screen and (min-width: 769px) {/* PC用 */
  ul.group02-list {
    margin-top: 30rem;
  }
  ul.group02-list > li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ul.group02-list > li + li {
    margin-top: 10rem;
  }
  ul.group02-list > li .item-box02 {
    margin: 0 -4rem;
  }
  ul.group02-list > li .item-box02 .img-box {
    position: relative;
    z-index: 1;
  }
  ul.group02-list > li .item-box02 .img-box .bg {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
    max-width: none;
    width: 120%;
    height: 120%;
  }
  ul.group02-list > li .item-box02 .img-box .bg img {
    object-fit: contain;
  }
  ul.group02-list > li .item-box02 .btn01 {
    margin-top: -15%;
    position: relative;
    z-index: 1;
  }
  ul.group02-list > li:nth-of-type(2n - 1) .item-box01 {
    order: 1;
  }
  ul.group02-list > li:nth-of-type(2n - 1) .item-box03 {
    order: -1;
  }
  ul.group02-list > li:nth-of-type(1) .item-box01 {
    position: relative;
    top: -7rem;
  }
  ul.group02-list > li:nth-of-type(4) .item-box03 {
    position: relative;
    top: -7rem;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.group02-list {
    margin-top: 50rem;
  }
  ul.group02-list .item-box01 {
    margin-top: -30rem;
    width: 100vw;
    order: 2;
    z-index: 1;
  }
  ul.group02-list .item-box02 {
    width: 100vw;
    order: 1;
    position: relative;
    margin-top: -10rem;
  }
  ul.group02-list .item-box03 {
    width: 100vw;
    order: 0;
    height: 125rem;
    z-index: 1;
  }
  ul.group02-list .item-box02 .custom-slick-prev,
  ul.group02-list .item-box02 .custom-slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16.4rem;
    height: 56.1rem;
    background: #ffe600;
    filter: drop-shadow(1em 1em 1em rgba(0,0,0,0.3));
    border-radius: 0;
    border: none;
    z-index: 2;
    cursor: pointer;
    opacity: 0.8;
  }
  ul.group02-list .item-box02 .custom-slick-prev {
    left: 5vw;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }
  ul.group02-list .item-box02 .custom-slick-next {
    right: 5vw;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
  ul.group02-list .item-box02 .img-box {
    position: relative;
    z-index: 1;
    padding: 0 15%;
  }
  ul.group02-list .item-box02 .img-box .bg {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
    max-width: none;
    width: 80%;
    height: 80%;
  }
  ul.group02-list .item-box02 .img-box .bg img {
    object-fit: contain;
  }
  ul.group02-list.slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
  }
  ul.group02-list .item-box01 .btn01 {
    width: 100rem;
    margin: 0 auto;
    display: table;
  }
  ul.group02-list .slick-prev {
    top: 50%;
    transform: translateY(-50%) rotate(0);
    width: 16.4rem;
    height: 56.1rem;
    background: #ffe600;
    filter: drop-shadow(1em 1em 1em rgba(0,0,0,0.3));
    border-radius: 0;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);/* (x y)、左下、左上、右上、右下 */
  }
  ul.group02-list .slick-next {
    top: 50%;
    transform: translateY(-50%) rotate(0);
    width: 16.4rem;
    height: 56.1rem;
    background: #ffe600;
    filter: drop-shadow(1em 1em 1em rgba(0,0,0,0.3));
    border-radius: 0;
    clip-path: polygon(100% 50%, 0 0, 0 100%);/* (x y)、左下、左上、右上、右下 */
  }
  .sec-box04 .group02 {
    display: block;
    width: 100%;
  }
}
/* ▲ ul.group02-list ▲ */

/* ul.group03-list */
ul.group03-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
}
ul.group03-list > li .img {
  width: 100%;
}
ul.group03-list > li .img img {
  width: 42.7rem;
}
.mixed{
  opacity:0;
  mix-blend-mode: multiply;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, opacity;
}
.mixed.blend-ready{
  opacity:1 !important;
  transition: opacity .3s;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.group03-list {
    gap: 3em;
  }
  ul.group03-list > li .img {
    z-index: -1;
    margin-bottom: -3rem;
  }
  ul.group03-list > li .img img {
    width: 87rem;
  }
}
/* ▲ ul.group03-list ▲ */

/* 
=================================================================================

▼▼▼　.deco　▼▼▼

=================================================================================
*/
div[class^="sec-box"] {
  position: relative;
}
div[class^="sec-box"] > div[class^="deco"] {
  position: absolute;
}
.deco06 img,
.deco07 img, 
.deco09 img,
.deco10 img,
.deco14 img,
.deco16 img,
.deco17 img,
.deco18 img {
  width: 100%;
  animation: move-deco 5s linear 0s infinite normal both;
}
@keyframes move-deco {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10%) rotate(3deg);
  }
  50% {
    transform: translateY(-20%) rotate(-3deg);
  }
  75% {
    transform: translateY(-10%) rotate(2deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@media screen and (min-width: 769px) {/* PC用 */
  .deco01 {
    top: 4rem;
    left: 17rem;
    width: calc(37.2rem * 0.8);
  }
  .deco02 {
    top: 4rem;
    left: 146rem;
    width: calc(35.3rem * 0.8);
  }
  .deco03 {
    top: 116rem;
    left: 24rem;
    width: calc(37.9rem * 0.8);
  }
  .deco04 {
    top: 112rem;
    left: 139rem;
    width: calc(49.5rem * 0.8);
  }
  .deco05 {
    top: -20rem;
    left: 146rem;
    width: calc(25.9rem * 0.8);
  }
  .deco06 {
    top: 16rem;
    left: 23rem;
    width: calc(37.5rem * 0.8);
  }
  .deco07 {
    top: 193rem;
    left: 128rem;
    width: calc(24.4rem * 0.8);
  }

  .deco08 {
    top: 21rem;
    left: 17rem;
    width: calc(37.1rem * 0.8);
  }
  .deco09 {
    top: 108rem;
    left: 152rem;
    width: calc(30.1rem * 0.8);
  }
  .deco10 {
    top: 209rem;
    left: 16rem;
    width: calc(33.1rem * 0.8);
  }
  .deco11 {
    top: 225rem;
    left: 160.5rem;
    width: calc(49.5rem * 0.8);
  }
  .deco12 {
    top: 303rem;
    left: 13rem;
    width: calc(28.7rem * 0.8);
  }
  .deco13 {
    top: 381rem;
    left: 131rem;
    width: calc(31.3rem * 0.8);
  }
  .deco14 {
    top: 392rem;
    left: 36rem;
    width: calc(27.2rem * 0.8);
  }
  .deco15 {
    top: -1rem;
    left: 14rem;
    width: calc(27.2rem * 0.8);
  }
  .deco16 {
    top: 14rem;
    left: 144rem;
    width: calc(27.2rem * 0.8);
  }
  .deco17 {
    top: 134rem;
    left: 96rem;
    width: calc(27.2rem * 0.8);
  }
  .deco19 {
    top: 120rem;
    left: 2rem;
    width: calc(30rem * 0.8);
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .deco01 {
    top: 7rem;
    left: 12rem;
    width: 34.8rem;
  }
  .deco02 {
    top: 7rem;
    left: 108rem;
    width: 33.2rem;
  }
  .deco03 {
    top: 287rem;
    left: 105rem;
    width: 35.8rem;
  }
  .deco04 {
    top: 286rem;
    left: -15rem;
    width: 61.2rem;
    transform: scaleX(-1);
  }
  .deco05 {
    top: -29rem;
    left: 125rem;
    width: 25.9rem;
  }
  .deco06 {
    top: 46rem;
    left: 6rem;
    width: 30.7rem;
  }
  .deco07 {
    top: 211rem;
    left: 116rem;
    width: 27.6rem;
  }
  .deco08 {
    top: -21rem;
    left: 120rem;
    width: 33.3rem;
  }
  .deco09 {
    top: 108rem;
    left: 152rem;
    width: 30.1rem;
  }
  .deco10 {
    top: 209rem;
    left: 16rem;
    width: 33.1rem;
  }
  .deco11 {
    top: 225rem;
    left: 160.5rem;
    width: 32.1rem;
  }
  .deco12 {
    top: -40rem;
    left: 8rem;
    width: 33.6rem;
  }
  .deco13 {
    top: inherit;
    bottom: -28rem;
    left: 110rem;
    width: 39.4rem;
  }
  .deco14 {
    top: 392rem;
    left: 36rem;
    width: 27.2rem;
  }
  .deco15 {
    top: 440rem;
    left: 7rem;
    width: 33.9rem;
  }
  .deco16 {
    top: 35rem;
    left: 15rem;
    width: 32.1rem;
  }
  .deco17 {
    top: 523rem;
    left: 97rem;
    width: 33.3rem;
  }
  .deco18 {
    top: 417rem;
    left: 21rem;
    width: 33.3rem;
  }
  .deco19 {
    bottom: -16rem;
    left: 15.8rem;
    width: 31.2rem;
  }
  .deco20 {
    top: 239rem;
    left: 8.6rem;
    width: 31.2rem;
  }
  .deco21 {
    top: 366rem;
    left: 115rem;
    width: 61.8rem;
  }
  .deco22 {
    top: 366rem;
    left: 115rem;
    width: 61.8rem;
  }
}

/* 
=================================================================================

▼▼▼　色　▼▼▼

=================================================================================
*/
/* ▼ basic ▼ */
.basic { color: #3ca032 !important;}
.bg_basic { background: #3ca032 !important; }
/* ▲ basic ▲ */

/* ▼ red ▼ */
.red { color: #C30D23 !important; }
.bg_red { background: #C30D23 !important; }
/* ▲ red ▲ */

/* ▼ white ▼ */
.white { color: #fff !important; }
.bg_white { background: #fff !important; }
/* ▲ white ▲ */

/* 
=================================================================================

▼▼▼　文字　▼▼▼

=================================================================================
*/
.go { font-family: "Zen Maru Gothic", sans-serif; }
.pop { font-family: "Poppins", serif; }

/* googleマテリアルアイコン */
body .material-symbols-outlined {
  font-size: inherit;
  vertical-align: baseline;
  line-height: inherit;
}

/* 
=================================================================================

▼▼▼　header　▼▼▼

=================================================================================
*/
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 1s all;
  background: #fff;
}
@media screen and (max-width: 768px) {/* SP用 */
  header {
    position: sticky;
  }
  header > .box {
    padding-right: 0;
  }
}
ul.header01 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (min-width: 769px) {/* PC用 */
  ul.header01 > li.item01 {
    order: 2;
  }

  ul.header01 > li.item02 {
    order: 1;
  }

  ul.header01 > li.item03 {
    order: 3;
  }
}
ol.gnav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: .5em;
  padding: 0 10px;
  font-size: 14px;
}
ol.gnav > li {
  text-align: center;
}
h1 img {
  width: 90px;
  object-fit: contain;
}
.mv {
  position: relative;
}
.mv picture,
.mv img {
  width: 100%;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.header01 {
    justify-content: space-between;
  }
  h1 img {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 10;
  }
  ol.gnav {
    font-size: 16px;
  }
}

/* 
=================================================================================

▼▼▼　メガメニュー　▼▼▼

=================================================================================
*/
.megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 11;
  transform: translateX(-100vw);
  transition: 1s all;
  opacity: 0;
  padding-top: 5rem;
}
ol.header02 > li:hover .megamenu {
  transform: translateX(0);
  opacity: 1;
}
.megamenu > .box {
  padding: 4rem 8rem 8rem;
  background: #fff;
  border-radius: 2rem;
  color: #0c2240;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
  /* overflow-y: scroll; */
  /* max-height: 70vh; */
}
/* ul.mega_area */
ul.mega_area {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 4rem;
}
ul.mega_area > li.item01 {
  margin-right: auto;
}
ul.mega_area > li.item02 {
  flex: 1;
}
ol.mega_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 4rem;
  flex-wrap: wrap;
}
ul.mega_area > li > a,
ol.mega_list > li > a {
  border-bottom: 2px solid #F29600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding-right: 6rem;
  background: url(../img/arrow02.webp) right 1.7rem center / 1.3rem auto no-repeat;
}
ul.mega_area > li > a {
  border-bottom: none;
}
/* ▲ ul.mega_area ▲ */

/* 
=================================================================================

▼▼▼　ハンバーガーメニュー　▼▼▼

=================================================================================
*/

/* ▼▼ トグルボタン ▼▼ */
:root {
  --hamburger-size: 10vw; /* ハンバーガーアイコンサイズ */
  --hamburger-line: 0.5; /* ハンバーガーアイコンの横線の長さ */
}
.hamburger_area {
  position: relative;
  z-index: 12;
}
.toggle_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
  width: var(--hamburger-size);
  height: var(--hamburger-size);
  transition: all 0.5s;
  cursor: pointer;
  margin: 0 0 0 auto;

  /* border-radius: 50%; */
}
.toggle_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: calc((99.99% - (var(--hamburger-size) * var(--hamburger-line))) / 2);
  width: calc(var(--hamburger-size) * var(--hamburger-line));
  height: 0;
  border-top: calc(var(--hamburger-size) * 0.025) solid #000;
  background-color: #000;
  transition: all 0.5s;
  font-size: 130%;
}
.toggle_btn span:nth-child(1) {
  transform: translateY(calc(var(--hamburger-size) * -0.2));
}
.toggle_btn span:nth-child(2) {
}
.toggle_btn span:nth-child(3) {
  transform: translateY(calc(var(--hamburger-size) * 0.2));
}
/* オープン時 */
body.open .toggle_btn {
  box-shadow: none;
  background: rgba(12,48,97,0);
}
body.open .toggle_btn span {
  background-color: #000;
  border-top: calc(var(--hamburger-size) * 0.025) solid #000;
}
body.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(0) rotate(225deg);
  transform: translateY(0) rotate(225deg);
}
body.open .toggle_btn span:nth-child(2) {
  -webkit-transform: translateY(0) rotate(-225deg);
  transform: translateY(0) rotate(-225deg);
}
body.open .toggle_btn span:nth-child(3) {
  opacity: 0;
}
/* ▲▲ トグルボタン ▲▲ */

/* ▼ グローバルナビ ▼ */
.gloval-nav {
  background-color: #fade4b;
  position: fixed;
  z-index: 11;
  top: 0;
  bottom: 0;
  right: 0;
  padding: var(--hamburger-size) 0 10rem;
  transform: translateX(100%);
  transition: .2s all;
  width: 95vw;
  max-height: 100vh;
}
.gloval_box {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
ul.gloval_ul {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
/* .gloval-nav ul.gloval_ul > li {
opacity: 0;
transform: translateX(-200px);
transition:  transform .6s ease, opacity .2s ease;
}
.gloval-nav ul.gloval_ul > li:nth-child(2) { transition-delay: .1s; }
.gloval-nav ul.gloval_ul > li:nth-child(3) { transition-delay: .2s; }
.gloval-nav ul.gloval_ul > li:nth-child(4) { transition-delay: .3s; }
.gloval-nav ul.gloval_ul > li:nth-child(5) { transition-delay: .4s; }
.gloval-nav ul.gloval_ul > li:nth-child(6) { transition-delay: .5s; }
.gloval-nav ul.gloval_ul > li:nth-child(7) { transition-delay: .6s; }
.gloval-nav ul.gloval_ul > li:nth-child(8) { transition-delay: .7s; }
.gloval-nav ul.gloval_ul > li:nth-child(9) { transition-delay: .8s; }
.gloval-nav ul.gloval_ul > li:nth-child(n+10) { transition-delay: .9s; } */

.gloval-nav ul.gloval_ul > li > a {
  display: block;
  transition: color .6s ease;
  padding: 20px;
}

/* open時 */
.open {
  overflow: hidden;
}
.open .hamburger_bg,
.open .gloval-nav {
visibility: visible;
transform: translateX(0);
transition: transform .2s;
}
.open .gloval-nav {
  right: 0;
}
.open .gloval-nav ul.gloval_ul > li {
opacity: 1;
transform: translateX(0);
transition: transform 1s ease, opacity .9s ease;
}
/* ▲ グローバルナビ ▲ */

/* ▼ アコーディオン ▼ */
.ac_btn {
  padding: .75em 1em .75em 0;
  display: block;
  cursor: pointer;
  position: relative;
}
.ac_btn::before {
  content: "＋";
  position: absolute;
  top: calc((100% - 1em) / 2);
  right: 0;
  pointer-events: none;
  line-height: 1;
  display: inline;
}
.ac_btn.active::before {
  content: "－";
}
ul.sub_gloval_ul {
  display: none;
}
ul.sub_gloval_ul > li {
  border-top: 1px solid #DCDDDD;
}
ul.sub_gloval_ul > li > a {
  display: block;
  padding: .75em 1em;
}
/* ▲ アコーディオン ▲ */

/* ▼ 背景網掛け ▼ */
.hamburger_bg {
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  /* transition: 1s all; */
  width: 100vw;
  max-height: 100vh;
}
/* ▲ 背景網掛け ▲ */

@media screen and (max-width: 768px) {/* SP用 */
  ul.header01 {
    background-color: #fade4b;
  }
}

/* 
=================================================================================

▼▼▼　footer　▼▼▼

=================================================================================
*/
footer {
  background-color: #fcfbfc;
  padding: 50px 85px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  align-items: flex-start;
  -webkit-column-gap: 25px;
  column-gap: 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.footer-module--items--I9ZyN {
  align-items: flex-start;
  column-gap: 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.footer-module--list--d7bwp {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

@media screen and (max-width: 768px) {/* SP用 */
  footer {
    padding: 25px 15px;
  }
  .footer-module--items--I9ZyN { 
    flex-wrap: wrap;
    row-gap: 25px;
    width: 100%;
  }
}

/* 
=================================================================================

▼▼▼　ちらつき対策（CSS）　▼▼▼

=================================================================================
*/

.loading {
  position: fixed;
  background: #fff;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-out;
  opacity: 1;
  pointer-events: all;
}

/* ローディングアニメーション */
.loading img {
  animation: loadingRotate 2s linear infinite;
}

/* ローディングアイコンの回転アニメーション */
@keyframes loadingRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ローディング完了後の状態 */
.loading.loaded {
  opacity: 0;
  pointer-events: none;
}

/* 
=================================================================================

▼▼▼　SP用フローティングメニュー　▼▼▼

=================================================================================
*/

.floatig_menu {
  position: sticky;
  bottom: 0;
  left: 0;
  padding: 3rem;
  width: 100%;
  background: #3ca032;
  color: #fff;
  z-index: 9;
  transition: 1s all;
}

/* 
=================================================================================

▼▼▼　先頭へ戻る　▼▼▼

=================================================================================
*/

.go_head {
  border-radius: 50%;
  position: fixed;
  z-index:5;
  right: 5rem;
  bottom: -5rem;
  overflow: hidden;
  transition: 1s all;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav_active .go_head {
  bottom: 5rem;
  opacity: 1;
  filter: alpha(opacity=100);
}
.go_head > a {
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}
.go_head > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #3ca032;
  pointer-events: none;
  border-radius: 50%;
  transition: 1s all;
  z-index: -1;
}
.go_head > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #C30D23;
  pointer-events: none;
  border-radius: 50%;
  transform: scale(0);
  transition: 1s all;
  animation: go_head_remove 0.5s 1 forwards;
}
@keyframes go_head_remove {
  0% { transform: scale(1); }
  40% { transform: scale(0.4); }
  50% { transform: scale(0.6); }
  100% { transform: scale(0); }
}
.go_head:hover > a:after {
  animation: go_head_move 0.5s 1 forwards;
}
@keyframes go_head_move {
  0% { transform: scale(0); }
  40% { transform: scale(0.6); }
  50% { transform: scale(0.4); }
  100% { transform: scale(1); }
}
.go_head > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.go_head > a .content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {/* SP用 */
  .nav_active .go_head {
    bottom: 30vw;
  }
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　▼▼　以降SP用　▼▼
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width: 768px) {/* SP用 */
  
  /* SP版文字サイズ */
  .fs14 { font-size: 2.8rem !important; }
  .fs16 { font-size: 3rem !important; }
  .fs20 { font-size: 3.4rem !important; }
  .fs24 { font-size: 3.6rem !important; }
  .fs28 { font-size: 4.2rem !important; }
  .fs30 { font-size: 4.4rem !important; }
  .fs32 { font-size: 4.8rem !important; }
  .fs40 { font-size: 5rem !important; }
  .fs50 { font-size: 6rem !important; }

}