@charset "utf-8";
:root{
--main-clr: #00A23F;
--blue : #4198CE;
--orange : #E84224;
--yellow : #EEC32B;
--green : #4FB73E;
--pink : #FF00A1;
--red : #D75461;
--purple : #D754BD;

--hokkaido:#E60012;
--tohoku:#F9A105;
--kanto:#009944;
--tokai:#1CB6A5;
/* --chubu:#D79690; */
--hokuriku:#30AFD2;
--kinki:#0D57A7;
--chugoku:#E85F61;
--shikoku:#E360A4;
--kyushu:#764BAD;
--okinawa:#804000;
--other: #AAAAAA;
}

html {
  scroll-behavior: auto;
}

body{
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #0B1F07;
  --sub: "Montserrat", sans-serif;
  background: #F4F1E8;
}

.sp{ display: none !important;}
.pc{ display: block !important;}

@media only screen and (max-width: 1100px) {
  .sp{ display: block !important;}
  .pc{ display: none !important;}
}

.sp2{ display: none !important;}
.pc2{ display: block !important;}

span.spbr br{
display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp2{ display: block !important;}
  .pc2{ display: none !important;}
  span.spbr br{display: inline !important;}
}
/*animation 初期非表示*/
.js_fade,
.js_blur,
.js_scale1,
.js_rotate,
.js_move_down,
.js_move_up,
.js_stretch {
  visibility: hidden;
}
.js_fade.move-actived,
.js_blur.move-actived,
.js_scale1.move-actived,
.js_rotate.move-actived,
.js_move_down.move-actived,
.js_move_up.move-actived,
.js_stretch.move-actived {
  visibility: inherit;
}

.f_row1{
  display: flex;
  flex-wrap:wrap;
}

@media screen and (max-width: 1024px) {
  .f_row1>.box{
    width: 100%;
  }
}

.wrap{
  position: relative;
  max-width: 1260px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
  line-height: 2;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .wrap{
    padding: 0 20px;
  }
}

#all_wrap{
  opacity: 0;
  transition: all 0.3s ease;
}

#all_wrap.active{
  opacity: 1;
}

.gf{
  font-family: "Montserrat", sans-serif;
}
.gf2{
  font-family: "Noto Serif JP", sans-serif;
}

h1,h2,h3{
  font-weight: 700;
}

img{
  width: 100%;
  height: auto;
}

button,
a{
  cursor: pointer;
  transition: opacity 0.2s ease;
  text-decoration: underline;
  color: #00A23F;
}
button{
  font-weight: 500;
}

button:hover,
a:hover{
  opacity: 0.5;

}

.abs{
  position: absolute;
}

@media screen and (max-width: 1024px) {
  a:hover{
    opacity: 1;
  }
}

img{
  width: 100%;
}


/*
  共通パーツ
*/
.button1{
  display: block;
  width: 267px;
  border-radius: 44px;
  height: 60px;
  line-height: 60px;
  color:#fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #00A23F;
  font-family: var(--sub);
  background-image: url(../svg/button_arrow_wh.svg);
  background-position: 90% 50%;
  background-size: 14px;
  text-decoration: none;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
.button1{
  display: block;
  width: 220px;
  height: 46px;
  line-height: 46px;
  font-size: 2.0rem;

}
}

.button1.bg_wh{
  background-color: #fff;
  color:#00A23F;
  background-image: url(../svg/button_arrow_gr.svg);
}

.button2{
  display: block;
  width: 100%;
  max-width: 226px;
  border-radius: 44px;
  height: 41px;
  line-height: 41px;
  color:#fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #00A23F;
  background-image: url(../svg/button_arrow_wh.svg);
  background-position: 92% 50%;
  background-size: 11px;
  text-decoration: none;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .button2{
    display: block;
    width: 100%;
    max-width: 149px;
    border-radius: 44px;
    height: 27px;
    line-height: 27px;
    font-size: 1.4rem;
    background-size: 8px;
  }
}
@media screen and (max-width: 425px) {
  .button2{
    font-size: 3vw;
  }
}


.button_map{
  display: block;
  position: relative;
  max-width: 434px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-size: 1.8rem;
  color: #00A23F;
  text-decoration: none;
  font-weight: bold;
}

.button_map>i{
  position: absolute;
  left:35px;
  top:50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1100px) {
  .button_map{
    display: block;
    position: relative;
    max-width: none;
  }
}

.blue {
  background-color: #4198CE;
}

.orange {
  background-color: #E84224;
}

.yellow {
  background-color: #EEC32B;
}

.green {
  background-color: #4FB73E;
}

.pink {
  background-color: #FF00A1;
}

.red {
  background-color: #D75461;
}

.purple {
  background-color: #D754BD;
}

.top_contents{
  position: relative;
  z-index: 10;
}

/*
トップ
*/
/*トップ:メインビジュアル*/
.top_main_visual {
  position: relative;
  height: 800px;
  padding: 37px 0px 0;
  position: relative;
  background: #ECE6D5;
}

.top_main_visual {
  height: 820px;
}

.top_main_visual .block1{
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.top_main_visual .main_slider{
  padding: 0 20px;
  position: relative;
  z-index: 10;
}

.top_main_visual .swiper-slide{
  max-width: 640px;
  width: calc((100% - 20px) / 1.655);
  margin-right: 0px;
  aspect-ratio: 4 / 3;
}

.top_main_visual .swiper-slide picture{
  height: 100%;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-radius: 30px;
}

.top_main_visual .swiper-slide.in_caption picture::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.3;
  pointer-events: none;
}

.top_main_visual .swiper-slide.in_caption .caption{
  position: absolute;
  left:0;
  width: 100%;
  padding: 0 63px;
  bottom:74px;
  font-size: 3.1rem;
  font-weight: bold;
  color:#fff;
  line-height: 1.4;
}

.top_main_visual .swiper-slide{
  position: relative;
  height: auto;
  padding: 10px;
}

.top_main_visual .swiper-slide picture{
  position: relative;
}

.top_main_visual .swiper-slide picture::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  pointer-events: none;
}

.top_main_visual .swiper-slide{
  transform: scale(0.93);
  transition: transform 0.3s ease;
}

.top_main_visual .swiper-slide-active{
  transform: scale(1);
}

.top_main_visual .swiper-slide-active picture::before{
  display: none;
}

.top_main_visual .swiper-slide a{
  display: block;
}

.top_main_visual .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_main_visual .swiper-horizontal>.swiper-pagination-bullets,
.top_main_visual .swiper-pagination-bullets.swiper-pagination-horizontal,
.top_main_visual .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: -30px;
  top:auto;
  position: absolute;
  height: 20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translateY(0);
  padding-top: 0px;
  display: block;
}

.top_main_visual .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 9px;
    width: 15px;
    height: 15px;
    background: #ffffff;
    color: #FAE1EA;
    opacity: 1;
}

.top_main_visual .swiper-pagination-bullets  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0B1F07;
}

.swiper-button-prev,
.swiper-button-next{
  width: 70px;
}

.swiper-button-prev{
  left: 1px;
}

.swiper-button-next{
  right: 1px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
  pointer-events: auto;
}

@media screen and (max-width: 1100px) {
  .top_main_visual {
    position: relative;
    padding: 23px 0px 215px;
    height: auto;
  }

  .top_main_visual .swiper-slide{
    max-width: none;
    aspect-ratio: 4 / 5;
  }

  .top_main_visual .swiper-slide picture::before{
    display: none;
  }

  .top_main_visual .main_slider{
    padding: 0 10px;
  }
  .top_main_visual .swiper-horizontal > .swiper-pagination-bullets, .top_main_visual .swiper-pagination-bullets.swiper-pagination-horizontal, .top_main_visual .swiper-pagination-custom, .swiper-pagination-fraction {
      display:flex;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
  }

  .top_main_visual .swiper-slide picture{
    border-radius: 10px;
  }

  .top_main_visual .swiper-slide.in_caption .caption{
    position: absolute;
    left:0px;
    padding: 0 40px;
    bottom:50px;
    font-size: 2.4rem;
    font-weight: bold;
    color:#fff;
  }

}

.wave_t {
  position: relative;
  margin-top: -156px;
  padding-bottom: 400px;
  background: #F4F1E8;
  padding-top: 10px;
}

.wave_t.mgn{
  padding-bottom: 120px;
}

.wave_t.wave_back::before {
  content: '';
  position: absolute;
  top: -221px;
  left: 0;
  width: 100%;
  height: 221px;
  background-image: url(../svg/wave1_before.svg);
  background-repeat: repeat-x;
  background-position: 92%;
  background-size: 4027px auto;
  z-index: -1;
}

.wave_t::after{
  content: '';
  position: absolute;
  top: -152px;
  left: 0;
  width: 100%;
  height: 155px;
  background-image: url(../svg/wave1.svg);
  background-repeat: repeat-x;
  background-position: center;

}
.wave_t.white{
  background: #fff;
}

.wave_t.white::before{
  background-image: url(../svg/wave_t_white.svg);
}

.wave_t.wave2{
  background: #ECE6D5;
}

.wave_t.wave2::after{
  background-image: url(../svg/wave2.svg?v2);
}

.wave_t2 {
  position: relative;
  margin-top: -156px;
  padding-bottom: 0;
  background: #00A23F;
  padding-top: 80px;
  z-index: 10;
}

.wave_t2::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url(../svg/wave_t2.svg);
  background-repeat: repeat-x;
  background-position: 0 0;
  z-index: 1;
}

.wave_b2::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url(../svg/wave_b2.svg);
  background-repeat: repeat-x;
  background-position: 0 100%;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .wave_t {
    position: relative;
    margin-top: -100px;
    padding-bottom: 200px;
  }

  .wave_t.mgn{
    padding-bottom: 50px;
  }

  .wave_t::after {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 44px;
    background-image: url(../svg/wave1.svg);
    background-repeat: repeat-x;
    background-size: 1100px;
    background-position: center;
  }

  .wave_t.wave_back::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: url(../svg/wave1_before_sp.svg);
    background-repeat: repeat-x;
    background-position: 100%;
    background-size: 1200px auto;
    z-index: -1;
  }

  .wave_t2 {
    padding-top: 0;
  }

  .wave_b2::before,
  .wave_t2::after {
    background-size: 1100px;
  }

}

.top_container{
  padding-top: 100px;
  overflow: hidden;
}

#container.lower{
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.container {
  padding-top: 450px;
  background: #ECE6D5;
  margin-bottom: 100px;
}

@media screen and (max-width: 1200px) {

  .top_container {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1100px) {

  .container{
    padding-top: 230px;
  }
}

header a{
  text-decoration: none;
}

header{
  height: 100px;
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  gap: 30px;
  display: flex;
  align-items: center;
  padding: 0 35px;
  /* background: url(../img/header_bg.webp) no-repeat  50% 50% / 100%; */
  z-index: 100;
}

header .bg{
  position: absolute;
  left:0;
  top:0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

header .logo_box{
  display: flex;
  width: 285px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

header nav{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 360px - 30px);
  border-radius: 54px;
  padding: 0 50px;
  height: 90px;
}

header .block1{
  display: flex;
  align-items: center;
  padding-right: 150px;
}

header .menu {
  left:0;
  top:80px;
  display: flex;
  margin-right: 0;
  align-items: center;
}

header .menu > li {
  position: relative;
}

header .menu > li > a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}

header .menu > li > a strong{
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 900;
  white-space: nowrap;
  color: #fff;
}

header .menu > li > a span{
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

header nav .pc_hover_menu>a{
  position: relative;
  color: #00A23F;
}

header nav .pc_hover_menu>.menu_name::after,
header nav .pc_hover_menu>a::after {
  content: '';
  position: absolute;
  right: 3%;
  margin-right: 0px;
  bottom: 50%;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #00A23F;
  border-right: 2px solid #00A23F;
  transform: rotate(45deg);
  background:n none;
}
header nav .pc_hover_menu>a::after {
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

header nav .pc_hover_menu>.menu_name.open::after,
header nav .pc_hover_menu>a.open::after {
  right: 3%;
  margin-right: 0px;
  bottom: 50%;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #00A23F;
  border-right: 2px solid #00A23F;
  transform: rotate(-135deg);
  background:n none;
}

header .pc_hover_menu ul,
header .pc_hover_menu ul.open{
  position: absolute;
  left: 100%;
  transform: translateX(-50%);
  top:45px;
  padding: 10px 0;
  width: 280px;
  background: transparent;
  border-radius: 16px;
  background: #F4F1E8;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  border: 1px solid #00A23F;
}

header .pc_hover_menu ul{
  position: absolute;
  z-index: 100;
  min-width: 102%;
  padding: 12px 12px;
  transition: all 0.1s ease-out;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}


header .pc_hover_menu ul.open{
  padding: 12px 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
header .pc_hover_menu ul li{
  position: relative;
  padding: 0px 20px 0 20px;
}

header .pc_hover_menu ul li a,
header .pc_hover_menu ul li .menu_name{
  padding: 12px 35px 12px 0;
  opacity: 1;
  height: auto;
  color:#0B1F07;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.4rem;
  position: relative;
  border-bottom: 1px dashed #00A23F;

}

header .pc_hover_menu ul.submenu li a,
header .pc_hover_menu ul.submenu2 li a{
  /*color: #00A23F;*/
  font-size: 1.4rem;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-right: 35px;
  background: url(../svg/button_arrow_gr.svg) no-repeat 98% 50% / 11px;
}
header .pc_hover_menu ul.submenu li a[target="_blank"],
header .pc_hover_menu ul.submenu2 li a[target="_blank"]{
  /*color: #00A23F;*/
  font-size: 1.4rem;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-right: 35px;
  background: url(../svg/blank.svg) no-repeat 98% 50% / 11px;
}
header .pc_hover_menu ul.submenu li:nth-last-child(1) a{
  border-bottom: none;
}
header .pc_hover_menu ul.submenu li ul.submenu2 li a{
  border-bottom: 1px dashed #00A23F;
}
header .pc_hover_menu ul.submenu li ul.submenu2 li:nth-last-child(1) a{
  border-bottom: none;
}
header .pc_hover_menu ul.open li a:hover,
header .pc_hover_menu ul li a:hover,
header .pc_hover_menu ul li p:hover{
  /*opacity: 0.5;*/
  color: #00A23F;
}
header .pc_hover_menu ul.submenu li .menu_name{

  background: none;

}

header .pc_hover_menu ul.open ul{
  left: 145%;
  top: -12px;
}

header .icon_list {
  display: flex;
  gap: 10px;
  margin-top: 0px;
  margin-right: 26px;
}

header .icon_list>li>a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ED6500;
  width: 153px;
  line-height: 45px;
  border-radius: 23px;
  font-weight: bold;
  font-size: 1.2rem;
}

header .icon_list>li i.jrfu {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
  background: url(../svg/icon_jrfu.svg) no-repeat  50% 50% / 100%;
}

header .icon_list>li i.team {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-top: 2px;
  background: url(../svg/icon_team.svg) no-repeat  50% 50% / 100%;
}

header .icon_list>li i.event {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  margin-top: 2px;
  background: url(../svg/icon_event.svg) no-repeat  50% 50% / 100%;
}

header .icon_list>li.mail a{
  background: transparent;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  box-shadow: none;
  font-weight: normal;
  margin-top: 2px;
  padding-left: 9px;
}

header .icon_list>li.mail a i.mail{
  display: block;
  width: 20px;
  height: 18px;
  margin-right:6px;
  margin-top: 1px;
  background: url(../svg/icon_mail_white.svg) no-repeat  50% 50% / 100%;
}

header .sns {
  position: absolute;
  right: 0px;
  display: flex;
  gap: 20px;
  top: 25px;
}

header .sns>li.icon_x{ width: 25px;}
header .sns>li.icon_inst{ width: 23px;}
header .sns>li.icon_ytb{ width: 29px;}
header .sns>li.icon_fb{ width: 13px;}

header .tel {
  margin-right: 40px;
}

header .tel > div{
  display: flex;
  justify-content: center;
  padding-top:12px;
}

header .tel > div > .icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../svg/icon_tel.svg) no-repeat center / contain;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: 8px;
}

header .tel > div > .number a{
  font-size: 3.2rem;
  line-height: 1.21875;
  font-weight: bold;
  color: var(--main-clr);
  font-family: var(--sub);
}

header .tel .open {
  font-size: 1.1rem;
  line-height: 1;
  color: #333;
  text-align: center;;
}

header .menu2{
  display: none;
}

@media screen and (max-width: 1750px) {
  header nav {
    width: calc(100% - 360px - 30px);
    padding: 0 20px;
  }
  header .sns {
    gap: 15px;
  }

  header .icon_list>li>a {
    width: 140px;
  }

}

@media screen and (max-width: 1650px) {
  header{
    gap:20px;
    padding: 0 20px;
  }

  header .block1{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  header .logo_box {
    width: 270px;
    gap:10px;
  }

  header nav {
    width: calc(100% - 270px - 20px);
    padding-right: 40px;
  }

  header .menu > li > a {
    padding-left: 15px;
  }

  header .menu > li > a strong{
    font-size: 1.8rem;
  }

  header .icon_list{
    gap: 10px;
    margin-right: 10px;
  }

  header .icon_list>li>a{
    width: 130px;
    font-size: 1.1rem;
  }

  header .sns {
    gap: 13px;
  }
}

@media screen and (max-width: 1450px) {

  header .sns {
    gap: 13px;
    right: 25px;
    top: 49px;
  }

  header .sns li a picture{
    display: flex;
    align-items: center;
    height: 18px;
  }

  header .sns li a .icon_x{
    width: 18px;
  }

  header .sns li a .icon_inst{
    width: 18px;
  }

  header .sns li a .icon_ytb{
    width: 18px;
  }
  header .sns li a .icon_fb{
    width: 12px;
  }




    /*
  header .icon_list>li i.jrfu {
    display: block;
    width: 15px;
    height: 20px;
    margin-right: 10px;
    margin-top: 2px;
    background: url(../svg/icon_jrfu.svg) no-repeat  50% 50% / 100%;
  }

  header .icon_list>li i.team {
    display: block;
    width: 10px;
    height: 15px;
    margin-right: 10px;
    margin-top: 2px;
    background: url(../svg/icon_team.svg) no-repeat  50% 50% / 100%;
  }

  header .icon_list>li i.event {
    display: block;
    width: 10px;
    height: 14px;
    margin-right: 10px;
    margin-top: 2px;
    background: url(../svg/icon_event.svg) no-repeat  50% 50% / 100%;
  }
 */

  header .icon_list>li.mail {
    position: absolute;
    right: 48px;
    top: 18px;
    height: auto;
    width: 15%;
  }

  header .icon_list>li.mail a{
    height: auto;
    line-height: 1;
    display: flex;
    justify-content: right;
    font-size: 1.2rem;
    margin-top: 5px;
  }

}
@media screen and (max-width: 1350px) {
  header{
    gap:20px
  }

  header .logo_box {
    width: 250px;
  }

  header nav {
    width: calc(100% - 250px - 20px);
    padding-left: 10px;
    padding-right: 30px;
  }

  header .menu {
    margin-right: 10px;
  }

  header .menu > li > a strong{
    font-size: 1.6rem;
  }

  header .icon_list{
    gap: 10px;
    margin-right: 10px;
  }

  header .icon_list>li>a {
      width: 115px;
      font-size: 1.1rem;
  }

  header .icon_list>li i.jrfu,
  header .icon_list>li i.team ,
  header .icon_list>li i.event {
    margin-right: 5px;
  }

}


@media screen and (max-width: 1200px) {

  header {
    height: 70px;
    z-index: 100;
  }

  header .logo{
    width: 317px;
    left: 15px;
    top: 15px;
  }

  header .logo_box{
    display: flex;
    width: 220px;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
  }

  header .logo_box .logo1{
    position: fixed;
    left:20px;
    top:10px;
    z-index: 10;
    width: 32px;
  }

  header .icon_list {
    order:1;
    flex-direction: column;
    gap:10px;
    width: 100%;
    justify-content: center;
    margin-right: 0;
  }

  header .icon_list>li{
    width: 100%;
  }

  header .icon_list>li>a{
    width: 100%;
    font-size: 1.4rem;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  }

  header .icon_list>li.mail{
    position: static;
    width: 100%;
  }

  header .icon_list>li.mail a{
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
    margin-top: 8px;
    color: #0B1F07;
  }

  header .icon_list>li.mail a i.mail{
    display: block;
    width: 21px;
    height: 18px;
    margin-right: 5px;
    margin-top: 2px;
    background: url(../svg/icon_mail.svg) no-repeat  50% 50% / 100%;
  }
  header .sns{
    gap:40px;
  }
  header .sns li:last-child{
    display: none;
  }

  header .sns li a .icon_x{ width: 25px;}
  header .sns li a .icon_inst{ width: 23px;}
  header .sns li a .icon_ytb{ width: 29px;}
  header .sns li a .icon_fb{ width: 13px;}

  header nav {
    position: fixed;
    top: 0;
    height: 100vh;
    height: 100dvh;
    width: 340px;
    left:auto;
    right: 0;
    text-align: left;
    -webkit-overflow-scrolling: touch;
    padding: 70px 17px;
    overflow: auto;
    visibility: hidden;
    background: #fff;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    display: none;
    flex-direction: column;
    z-index: 1001;
    border-radius: 0;
    gap:0;
  }

  header .sns {
    order: 2;
    position: static;
  }

  header .block1 {
    width: 100%;
    padding-right: 0;
    padding: 0 13px 39px;
  }

  header.block nav.slide{
    display: flex;
    right: -340px;
  }

  header.block.active nav{
    opacity: 1;
    visibility: visible;
    justify-content: flex-start;
  }

  header.block.active nav.slide{
    opacity: 1;
    right: 0px;
  }

  header .menu {
    position: static;
    order:2;
    left: 0;
    top: 0px;
    padding-top: 10px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    transform: translateX(0%);
    margin-bottom: 27px;
    border-top: 1px solid #BFBFBF;
    order:2;
    margin-right: 0;
  }

  header .menu>li{
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #BFBFBF;
  }

  header .menu>li.od_last{
    order: 2;
  }

  header .menu>li>a{
    padding:15px 8px;
    font-weight: bold;
    text-align: left;
  }

  header .menu>li>a strong{
    font-size: 2rem;
    color: #00A23F;
  }

  header .menu>li>a span{
    font-size: 1.2rem;
    text-align: left;
    color: #00A23F;
  }

  header .menu>li a.arrow{
    display: block;
    opacity: 1;
    transition: all 0.19s ease-out;
    background: url(../svg/icon_arrow.svg) no-repeat  90% 50% / 11px;
  }

  header .menu2{
    width: 100%;
    order:2;
    margin-bottom: 50px;
  }

  header .menu2>li>a{
    text-align: left;
    color:#0B1F07;
    padding: 12px;
    font-size: 1.6rem;
  }


  header nav .pc_hover_menu{
    position: relative;
  }

  header nav .pc_hover_menu::after{
    display: none;
  }
  header nav .pc_hover_menu>.menu_name::after,
  header nav .pc_hover_menu>a::after{
    border-bottom: 2px solid #00A23F;
    border-right: 2px solid #00A23F;
  }

  header .pc_hover_menu ul{
    position: static;
    z-index: 100;
    min-width: 0;
    width: 100%;
    padding:  0;
    transition: all 0.19s ease-out;
    z-index: 100;
    padding-bottom: 20px;
    display: none;
    visibility: visible;
    opacity: 1;
    background: transparent;
    border: none;
  }


  header .pc_hover_menu ul,
  header .pc_hover_menu ul.open{
    position: static;
    left: 0%;
    transform: translateX(0%);
    box-shadow: none;
  }
  header .pc_hover_menu ul li{
   padding-right: 0;
  }

  header .pc_hover_menu ul li a,
  header .pc_hover_menu ul li .menu_name{
    display: block;
    opacity: 1;
    color: inherit;
    text-align: left;
    transition: all 0.19s ease-out;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.1;
    padding: 10px 35px 10px 0px;
    font-weight: bold;
    background: url(../svg/button_arrow_gr.svg) no-repeat 98% 50% / 11px;
    white-space: normal;
  }
  header .pc_hover_menu ul li .menu_name{
    background: none;
  }
  header .pc_hover_menu ul li ul li a{
    padding-left: 0px;
  }

  /*メニューボタン*/
  header #menu_button {
    position: fixed;
    display: block;
    right: 20px;
    top: 15px;
    cursor: pointer;
    height: 39px;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1010;
    border-radius: 50%;
    background: #fff;
  }

  header #menu_button>div{
    position: relative;
    width: 20px;
    height: 16px;
    cursor: pointer;
    margin-top: 0px;
    transition: all 0.3s ease;
    transform: rotate(0deg);
    z-index: 2;
  }

  header.active #menu_button>div {
    margin-left: 0px;
  }

  header #menu_button>div>div {
    width: 100%;
    height: 3px;
    background: #00A23F;
    position: absolute;
    transition: all 0.3s;
    z-index: 11;
    border-radius: 5px;
  }

  header #menu_button>div>div:nth-child(1) {
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  header #menu_button>div>div:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
  }

  header #menu_button>div>div:nth-child(3) {
    top: auto;
    bottom:0;
    left: 0%;
    transform: translate(0%, 0%);
  }

  header.active #menu_button{
    background: #00A23F;
  }

  header.active #menu_button>div>div {
    background: #fff;
  }

  header.active #menu_button>div>div {
    position: absolute;
    transition: all 0.3s;
    width: 100%;
  }

  header.active #menu_button>div>div:nth-child(1) {
    top: 50%;
    margin-left: 0px;
    width: 100%;
    transform: translate(0, -50%) rotate(45deg);
  }

  header.active #menu_button>div>div:nth-child(2) {
    display: none;
  }

  header.active #menu_button>div>div:nth-child(3) {
    bottom: 30%;
    margin-left: 0px;
    width: 100%;
    transform: translate(0, -50%) rotate(-45deg);
  }


  .nav_bg{
    position: fixed;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    left:0;
    top:0;
    background: rgba(0, 0, 0, 0.53);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .nav_bg.fade-in {
    opacity: 1;
    pointer-events: auto;
  }

  .nav_bg.fade-out {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (max-width: 390px) {
  header .logo{
    width: 300px;
  }

}

#pagetop{
  position: fixed;
  width: 143px;
  right:5px;
  bottom:20px;
  z-index: 10;
  overflow: hidden;
}

#pagetop.open a{
  opacity: 1;
  display: block;
  transform: translateY(0%);
}

#pagetop a{
  display: block;
  transition: all ease 0.19s;
  transform: translateY(101%);
}

@media screen and (max-width: 1100px) {
    #pagetop{
      width: 108px;
      right:5px;
    }

  }


footer {
  position: relative;
  padding-top: 480px;
  background-color: #F4F1E8;
  text-align: center;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  height: 598px;
}

footer .block1{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

footer .bg{
  position: absolute;
  left:50%;
  bottom:0;
  transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
}

footer .bg img{
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1920px) {
  footer .bg{
    width: 1920px;
    margin: 0 auto;
  }

  footer .bg img{
    height: 100%;
    object-fit: cover;
  }
}

footer .wrap{
  position: relative;
}

footer .logo_box{
  position: absolute;
  left:30px;
  top:-10px;
  display: flex;
  gap:13px;
  align-items: center;
}

footer .logo_box .logo1{
  width: 36px;
}

footer .logo_box .logo2{
  width: 197px;
}

footer .logo_box .logo3{
  width: 120px;
  padding-left: 10px;
}


footer .menu{
  display: flex;
  justify-content: flex-end;
  gap:20px;
  flex-wrap:wrap;
  margin-bottom: 20px;
}

footer .menu>li>a{
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}

footer .copy{
  text-align: right;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1;
}

footer .bg{
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1100px) {

  footer {
    position: relative;
    padding-top: 37%;
    height: auto;
    padding-bottom: 20px;
  }

  footer .logo_box{
    position: static;
    margin: 0 auto;
    justify-content: center;
  }

  footer .logo_box{
    gap:16px;
    padding-top: 20px;
    margin-bottom: 15px;
  }

  footer .logo_box .logo1 {
    width: 43px;
  }

  footer .logo_box .logo2 {
    width: 236px;
  }

  footer .menu{
    gap:20px;
    justify-content: center;
    flex-wrap:wrap;
    margin-bottom: 15px;
  }

  footer .menu>li>a{
    font-size: 1.6rem;
    line-height: 1;
  }

  footer .copy{
    text-align: center;
    color: #FFFFFF;
    font-size: 1.1rem;
    line-height: 1;
  }

}

@media screen and (max-width: 767px) {
  footer{
    padding-top: 180px;
  }

  footer .bg img{
    width: 767px;
    position: absolute;
    left:50%;
    bottom:0;
    transform: translateX(-50%);
  }
  footer .menu{
    max-width: 375px;
    margin: 0 auto 30px;
    gap:0 20px;
  }

}


/*
トップ
*/
.cmp_ttl_xl{
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 90px;
  text-align: center;
}

.cmp_ttl_xl::after{
  content: '';
  position: absolute;
  bottom:0;
  left:50%;
  margin-left: -50px;
  width: 100px;
  height: 4px;
  background-image: url(../svg/dashed.svg);
  background-repeat: no-repeat;
}

.cmp_ttl_xl em{
  position: relative;
  display: inline-block;
  font-family: var(--sub);
  font-weight: bold;
  font-size: 2.4rem;
  padding: 0 35px;
  text-align: center;
  color: #00A23F;
  line-height: 1;
  margin-bottom: 0.5em;
  font-family: var(--sub);
}

.cmp_ttl_xl em::before,
.cmp_ttl_xl em::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 33px;
  background: #00A23F;
  transform-origin: 0 0;
  transform: rotate(-25deg);
}

.cmp_ttl_xl em::after{
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  transform-origin: 100% 0;
  transform: rotate(25deg);
}

.cmp_ttl_xl strong{
  display: block;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.3;
  text-align: center;
}

.cmp_ttl_xl::after{
  content: '';
  position: absolute;
  bottom:0;
  left:50%;
  margin-left: -50px;
  width: 100px;
  height: 4px;
  background-image: url(../svg/dashed.svg);
  background-repeat: no-repeat;
}

.cmp_ttl_xl.clr_wh,
.cmp_ttl_xl.clr_wh em{
  color: #fff;
}

.cmp_ttl_xl.clr_wh em::before,
.cmp_ttl_xl.clr_wh em::after{
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .cmp_ttl_xl {
    margin-bottom: 30px;
    text-align: center;
  }
.cmp_ttl_xl em{
  font-size: 2rem;
  padding: 0 25px;
}

.cmp_ttl_xl em::before,
.cmp_ttl_xl em::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 25px;
  background: #00A23F;
  transform-origin: 0 0;
  transform: rotate(-25deg);
}

.cmp_ttl_xl em::after{
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  transform-origin: 100% 0;
  transform: rotate(25deg);
}

.cmp_ttl_xl strong{
  display: block;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}

}

@media screen and (max-width: 1100px) {
  .cmp_ttl_xl {
    margin-bottom: 30px;
    text-align: center;
  }
  .cmp_ttl_xl em{
    font-size: 1.8rem;
    padding: 0 22px;
  }

  .cmp_ttl_xl em::before,
  .cmp_ttl_xl em::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 20px;
    background: #00A23F;
    transform-origin: 0 0;
    transform: rotate(-25deg);
  }

  .cmp_ttl_xl em::after{
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    transform-origin: 100% 0;
    transform: rotate(25deg);
  }

  .cmp_ttl_xl strong{
    display: block;
    font-weight: bold;
    font-size: 2.6rem;
    /*line-height: 1;*/
    line-height: 1.3;
    text-align: center;
  }

}

/**/
.top_headline_m{
  text-align: center;
  display: flex;
  justify-content: center;
}

.top_headline_m em{
  position: relative;
  display: inline-block;
  font-family: var(--sub);
  font-weight: bold;
  font-size: 2.5rem;
  padding: 0 35px;
  text-align: center;
  color: #00A23F;
  line-height: 1.3;
  margin-bottom: 0.5em;
  font-family: var(--sub);
}

.top_headline_m em::before,
.top_headline_m em::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 27px;
  background: #00A23F;
  transform-origin: 0 0;
  transform: rotate(-25deg);
}

.top_headline_m em::after{
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  transform-origin: 100% 0;
  transform: rotate(25deg);
}



.float_nav{
  position: fixed;
  left:0;
  bottom:0px;
  width: 100%;
  padding:0;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.float_nav .row{
  display: flex;
  gap:6px;
  justify-content: space-between;
  max-width: 450px;
  margin: 0 auto;
  padding: 0 10px 20px;
}

.float_nav .row .button{
  width: calc((100% - 6px) / 2);
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
  border-radius: 29px;
  background: var(--main-clr);
  border: 2px solid var(--main-clr);
  color: #fff;
  text-decoration: none;
}

.float_nav .row .button.tel {
  background: #fff;
  color: var(--main-clr);
}

.float_nav .row .button.tel .inr{
  text-align: center;
  display: flex;
  align-items: center;
}

.float_nav .row .button.tel  p{
  font-size: 1rem;
  font-size: 8px;
  text-align: center;
  line-height: 1;
  padding-top: 0.5em;
  padding-left: 1em;
}

.float_nav .row .button.tel .number{
  font-family: var(--sub);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.float_nav .row .button.tel .icon {
  width: 16px;
  height: 17px;
  display: inline-block;
  background: url(../svg/icon_tel.svg) no-repeat center / contain;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: 0px;
}

.float_nav .row .button.web>div{
  line-height: 1;
}

.float_nav .row .button.web strong{
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  display: block;
  text-align: center;
}

.float_nav .row .button.web span{
  text-align: center;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
}

.float_nav{
  overflow: hidden;
}

.float_nav,
.float_nav .row{
  transition: all 0.3s ease;
  pointer-events: all;
  visibility: visible;
}

.float_nav.hide{
  pointer-events: none;
  visibility: hidden;
}

.float_nav.hide .row {
  opacity: 1;
  margin-bottom: -100px;
  pointer-events: none;
  visibility: hidden;
}

/*
トップページ
*/
.top_section_news{
  position: relative;
  z-index: 1;
}

.top_section_news .head{
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.top_section_news .figure01{
  left: 0;
  top: -86%;
  width: 184px;
  z-index: 10;
}

.top_section_news .figure02{
  right: 0;
  top: -69%;
  width: 83px;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .top_section_news .figure01 {
    left: 50%;
    top: -66%;
    width: 107px;
    z-index: 10;
    margin-left: -214px;
  }

  .top_section_news .figure02 {
    right: 50%;
    top: -69%;
    width: 48px;
    z-index: 10;
    margin-right: -200px;
  }
}

@media screen and (max-width: 450px) {
  .top_section_news .figure01 {
    left: 20px;
    top: -66%;
    width: 24%;
    margin-left: 0px;
  }

  .top_section_news .figure02 {
    right: 20px;
    top: -69%;
    width: 11.29%;
    margin-right: 0px;
  }
}

/*トップページ:ニュース*/
.top_section_news .wrap{
  max-width: 1300px;
  padding: 0px;
}

.top_section_news .button_area{
  display: flex;
  padding-top: 70px;
  justify-content: center;
}

@media screen and (max-width: 1100px) {
  .top_section_news .button_area {
    padding-top: 26px;
  }
}

/*ニュース*/
/*.news_slider{
  padding: 0 15px 10px;
  border-radius: 10px;
}

.news_slider .swiper-slide{
  height: auto;
}

.news_slider .swiper-slide .inr{
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

.news_slider .swiper-slide picture {
  aspect-ratio: 4 / 3;
}

.news_slider .swiper-slide picture img{
  height: 100%;
  object-fit: cover;
}

.news_slider .swiper-slide .box{
  padding: 10px 24px 80px;
}

.news_slider .swiper-slide .box time{
  font-family: var(--sub);
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  color: #00a23f;
}

.news_slider .swiper-slide .box .ttl{
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.8rem;
}

.news_slider .swiper-slide .box .tag{
  position: absolute;
  left:24px;
  bottom:24px;
  width: 137px;
  height: 32px;
  font-size: 1.4rem;
  line-height: 30px;
  background: #fff;
  color: #00a23f;
  text-align: center;
  border: 1px solid #00a23f;
}

@media screen and (max-width: 1100px) {
  .news_slider .swiper-slide .box{
    padding: 10px 20px 80px;
  }

  .news_slider .swiper-slide .inr{
    min-height: 0;
  }

  .news_slider .swiper-button-prev,
  .news_slider .swiper-button-next{
    width: 54px;
  }

  .news_slider .swiper-button-prev {
    left: 0px;
  }

  .news_slider .swiper-button-next {
    right: 0px;
  }

  .news_slider .swiper-slide {
    width: calc((100% - 26px) / 1.3);
    margin-right: 26px;
  }

}

@media screen and (max-width: 425px) {
  .news_slider .swiper-slide .box .ttl {
    font-weight: bold;
    line-height: 1.5;
    font-size: 4.25vw;
  }
}
 */
.top_section_event>.wrap> .head{
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.top_section_event .button_area{
  display: flex;
  padding-top: 70px;
  justify-content: center;
}

.top_section_event .wrap{
  position: relative;
}

.top_section_event .figure03{
  left: 0;
  top: -143%;
  width: 182px;
  z-index: 10;
}

.top_section_event .figure04{
  right: 0;
  top: -109%;
  width: 83px;
  z-index: 10;
}

.top_section_event .more{
  text-align: center;
  padding-top: 30px;
  display: none;
}

.top_section_event .more>span{
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  color: #00A23F;
}

.top_section_event .arrow{
  display: flex;
  justify-content: center;
}
.top_section_event .arrow img{
  width: 22px;
}

.top_section_event .button_map_area{
  padding-bottom: 26px;
}

.top_section_event .button_map{
  display: block;
  margin: 0 auto;
  max-width: 268px;
  color: #0B1F07;
  padding-left: 20px;
}


@media screen and (max-width: 1100px) {
  .top_section_event .search_block {
    position: relative;
    width: 100%;
    padding: 19px 20px 16px;
    border-radius: 18px;
    text-align: center;
    background: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  }

  .top_section_event .drw_head.open img {
    transform: rotate(180deg);
  }

  .top_section_event .drw_head .arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .top_section_event .table2 {
    color: #00A23F;
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.44;
    font-weight: bold;
  }
  .top_section_event .table2 td a{
    text-decoration: none;
    color: #00A23F;
    display: inline-block;
    margin-right: 5px;
    font-size: 1.6rem;
  }

  .top_section_event .table2 th span{
    position: relative;
    padding: 5px;
    padding-left: 23px;
    font-size: 1.6rem;
  }

  .top_section_event  table th span::after{
    content:"";
    left:0;
    top:7px;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--kanto);
    display: block;
  }

  .top_section_event .table2 th span.hokkaido::after{background: var(--hokkaido);}
  .top_section_event .table2 th span.tohoku::after{background: var(--tohoku);}
  .top_section_event .table2 th span.kanto::after{background: var(--kanto);}
  .top_section_event .table2 th span.tokai::after{background: var(--tokai);}
  .top_section_event .table2 th span.hokuriku::after{background: var(--hokuriku);}
  .top_section_event .table2 th span.kinki::after{background: var(--kinki);}
  .top_section_event .table2 th span.chubu::after{background: var(--chubu);}
  .top_section_event .table2 th span.chugoku::after{background: var(--chugoku);}
  .top_section_event .table2 th span.shikoku::after{background: var(--shikoku);}
  .top_section_event .table2 th span.kyushu::after{background: var(--kyushu);}
  .top_section_event .table2 th span.okinawa::after{background: var(--okinawa);}
  .top_section_event .table2 th span.other::after{background: var(--other);}

/*   .top_section_event .head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
  } */

  .top_section_event .box2 .head .ttl {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
  }

  .top_section_event .table2,
  .top_section_event .table2 tbody,
  .top_section_event .table2 tr,
  .top_section_event .table2 th,
  .top_section_event .table2 td{
    display: block;
    width: 100%;
    text-align: left;
  }
  .top_section_event .table2 tbody{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
  }
  .top_section_event .table2 tr{
    width: calc((100% - 20px) / 3);
  }

  .top_section_event .table2 th a{
    display: block;
    text-decoration: none;
  }

  .top_section_event .table2{
    margin-bottom: 10px;
  }
  .top_section_event .table2 td{
    padding: 5px 5px 20px;
  }

  .top_section_event .box2 .ttl{
    font-weight: bold;
    margin-bottom: 10px;
  }

  .top_section_event .more{
    display: block;
  }

  .top_section_event .figure03 {
    left: 50%;
    top: -49%;
    width: 105px;
    margin-left: -220px;
  }

  .top_section_event .figure04 {
      right: 50%;
      top: -50%;
      width: 48px;
      margin-right: -210px;
  }

  .top_section_event .button_area{
    padding-top: 40px;
    justify-content: center;
  }

}

@media screen and (max-width: 450px) {
  .top_section_event .figure03 {
    left: 0px;
    margin-left: 0px;
    width: 24%;
  }

  .top_section_event .figure04 {
    right: 0%;
    top: -50%;
    width: 11.29%;
    margin-right: 0px;
  }

}

/*トップ：公式ソーシャルメディア*/
.top_section_sns{
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 162px;
  background: #F4F1E8;
}

.top_section_sns .chara figure{
  width: 157px;
  margin: 0 auto 10px;
}

.top_section_sns .chara .hash{
  font-weight: bold;
  font-size: 26px;
  line-height: 21px;
  text-align: center;
  color: #0b1f07;
  margin-bottom: 30px;
}

.top_section_sns .sns{
  display: flex;
  gap:20px;
  justify-content: center;
}

.top_section_sns .sns>li.icon_x{ width: 25px;}
.top_section_sns .sns>li.icon_inst{ width: 23px;}
.top_section_sns .sns>li.icon_ytb{ width: 29px;}
.top_section_sns .sns>li.icon_fb{ width: 13px;}

.top_section_sns .sns_wrap{
  position: relative;
  padding-top: 0px;
  padding-bottom: 87px;
  max-width: 416px;
  margin: 0 auto;
  z-index: 1;
}

.top_section_sns .sns_wrap .figure05 {
  position: absolute;
  right: 10px;
  top: 10px;
}

.top_section_sns .sns_wrap::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -208px;
  width: 416px;
  height: 416px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}
.top_section_sns .embedsocial{}

@media screen and (max-width: 1100px) {
  .top_section_sns .wrap{
    padding: 0;
  }
  .top_section_sns {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 110px;
    background: #F4F1E8;
  }
}

.top_section_sns .embedsocial{
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {

  .top_section_sns .embedsocial iframe{
    margin-top: 0px;
    margin-bottom: 0px;
    aspect-ratio: 1 / 1;
  }
}




/*トップ：チームを探す*/
.top_section_team{
  padding-bottom: 50px;
}

.top_section_team .button_area{
  display: flex;
  padding-top: 70px;
  justify-content: center;
}

.top_section_team .row{
  display: flex;
  justify-content: space-between;
}

.top_section_team .row .box1{
  width: 434px;
  color: #fff;
}

.top_section_team .row .box1 .ttl{
  font-size: 2rem;
  margin-bottom: 5px;
}

.top_section_team .row .box1 .msg{
  margin-bottom: 10px;
}

.top_section_team .row .box1 .group{
  margin-bottom: 30px;
}

.top_section_team .row .box2{
  position: relative;
  width: calc(100% - 434px - 50px);
  padding: 40px;
  border-radius: 18px;
  background: #fff;
}

.top_section_team .row .box2 .bg{
  width: 64%;
  position: absolute;
  left: 17%;
  top: 9%;
  z-index: -1;
}

.top_section_team .row .box2 table th span.hokkaido::after{background: var(--hokkaido);}
.top_section_team .row .box2 table th span.tohoku::after{background: var(--tohoku);}
.top_section_team .row .box2 table th span.kanto::after{background: var(--kanto);}
.top_section_team .row .box2 table th span.tokai::after{background: var(--tokai);}
.top_section_team .row .box2 table th span.hokuriku::after{background: var(--hokuriku);}
.top_section_team .row .box2 table th span.kinki::after{background: var(--kinki);}
.top_section_team .row .box2 table th span.chugoku::after{background: var(--chugoku);}
.top_section_team .row .box2 table th span.shikoku::after{background: var(--shikoku);}
.top_section_team .row .box2 table th span.kyushu::after{background: var(--kyushu);}
.top_section_team .row .box2 table th span.okinawa::after{background: var(--okinawa);}


.top_section_team .row .box2 .head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}

.top_section_team .row .box2 .head .ttl {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
}

.top_section_team .row .box2 .head dl.total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.top_section_team .row .box2 .head dl.total dt {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  padding-right: 1em;
}

.top_section_team .row .box2 .head dl.total dd {
  font-size: 3.2rem;
  line-height: 1;
  font-family: var(--sub);
  font-weight: bold;
}

.top_section_team .row .box2 table {
  color: #00A23F;
  font-size: 1.6rem;
  line-height: 1.44;
  font-weight: bold;
}

.top_section_team .row .box2 table th{
  width: 170px;
  text-align: left;
}

.top_section_team .row .box2 table td{
  width: calc(100% - 170px);
  padding: 5px;
}

.top_section_team .row .box2 table td a{
  text-decoration: none;
  color: #00A23F;
  display: inline-block;
  margin-right: 5px;
}

.top_section_team .row .box2 table th span{
  position: relative;
  padding: 5px;
  padding-left: 23px;
}

.top_section_team .row .box2 table th span::after{
  content:"";
  left:0;
  top:10px;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--kanto);
  display: block;
}
@media screen and (max-width: 1100px) {
  /*トップ：チームを探す*/
.top_section_team{
  padding-bottom: 40px;
}

.top_section_team .button_area{
  display: flex;
  padding-top: 30px;
  justify-content: center;
}

.top_section_team .row{
  display: block;
}

.top_section_team .row .box1{
  width: 100%;
}

.top_section_team .row .box1 .ttl{
  font-size: 2rem;
  margin-bottom: 5px;
}

.top_section_team .row .box1 .msg{
  margin-bottom: 10px;
}

.top_section_team .row .box1 .group{
  margin-bottom: 30px;
}

.top_section_team .row .box2 {
  position: relative;
  width: 100%;
  padding: 25px 20px 10px;
  border-radius: 18px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.top_section_team .row .box2 .drw_body {
  display: none;
}

.top_section_team .row .drw_head.open img{
  transform: rotate(180deg);
}

.top_section_team .row .arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.top_section_team .row .arrow img{
  width: 22px;
}


.top_section_team .row .box2 .bg{
  width: 64%;
  position: absolute;
  left: 17%;
  top: 9%;
}

.top_section_team .row .box2 table th span.kanto::after{background: var(--kanto);}
.top_section_team .row .box2 table th span.chugoku::after{background: var(--chugoku);}
.top_section_team .row .box2 table th span.tohoku::after{background: var(--tohoku);}
.top_section_team .row .box2 table th span.kinki::after{background: var(--kinki);}
.top_section_team .row .box2 table th span.kyushu::after{background: var(--kyushu);}
.top_section_team .row .box2 table th span.shikoku::after{background: var(--shikoku);}
.top_section_team .row .box2 table th span.chubu::after{background: var(--chubu);}

.top_section_team .row .box2 .head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}

.top_section_team .row .box2 .head .ttl {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
}

.top_section_team .row .box2 .head dl.total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.top_section_team .row .box2 .head dl.total dt {
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  padding-right: 1em;
}

.top_section_team .row .box2 .head dl.total dd {
  font-size: 2.5rem;
  line-height: 1;
  font-family: var(--sub);
  font-weight: bold;
}
.top_section_team .row .box2 table,
.top_section_team .row .box2 table tbody,
.top_section_team .row .box2 table tr,
.top_section_team .row .box2 table th,
.top_section_team .row .box2 table td{
  display: block;
  width: 100%;
}

.top_section_team .row .box2 table{
  margin-bottom: 10px;
}
.top_section_team .row .box2 table td{
  padding: 5px 5px 20px;
}

}
@media screen and (max-width: 425px) {

  .top_section_team .row .box2 .head .ttl {
    font-size: 1.8rem;
  }

}
@media screen and (max-width: 390px) {

  .top_section_team .row .box2 .head .ttl {
    font-size: 1.6rem;
  }
  .top_section_team .row .box2 .head dl.total dd {
    font-size: 2.3rem;
  }

}


/**/
.top_section_related{
  background: #F4F1E8;
  padding-bottom: 30px;
  padding-top: 120px;
}


.banner_list{
  display: flex;
  gap:30px;
  flex-wrap:wrap;
  padding: 60px 94px;
  background: rgba(0, 162, 63, 0.23);
  border-radius: 20px;
}
.banner_list>li{
  width: calc((100% - 30px*3) / 4);
}
@media screen and (max-width: 1100px) {
  .top_section_related {
    padding-bottom: 60px;
    padding-top: 50px;

  }

  .banner_list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 50px 33px;
    border-radius: 26px;
  }
  .banner_list>li{
    width: 100%;
    max-width: 241px;
    margin: 0 auto;
  }
}

/*トップ：最新動画*/
.top_section_movie{
  position: relative;
  padding-top: 55px;
  padding-bottom: 100px;
  z-index: 10;
  background: #FFF;
}

.top_section_movie .bg{
  width: 100%;
  position: absolute;
  left:0;
  top:-96px;
  height: 96px;
}

.top_section_movie .bg img{
  width: 100%;
  object-position: 0 0;
  object-fit: cover;
}

@media screen and (max-width: 1920px) {
  .top_section_movie .bg{
    width: 1920px;
    object-position: 0 0;
    object-fit: cover;
  }
}

@media screen and (max-width: 1100px) {
  .top_section_movie {
    position: relative;
    padding-top: 55px;
    padding-bottom: 50px;
    z-index: 10;
  }

  .top_section_movie .wrap{
    padding-right: 0;
  }

  .top_section_movie .figure06 {
    position: absolute;
    left: 50%;
    top: -10%;
    transform: translateX(-50%);
    z-index: 1;
    margin-left: -98px;
  }


  .top_section_movie .bg{
    width: 1300px;
    object-position: 0 0;
    object-fit: cover;
    top: -65px;
    height: 65px;
  }

}
@media screen and (max-width: 1100px) {
  .top_section_movie .figure06 {
    position: absolute;
    left:20px;
    top: -10%;
    transform: translateX(0%);
    margin-left: 0px;
  }
}

/*トップ：イベントを探す*/
.event_list {
  gap: 23px;
  display: flex;
  flex-wrap:wrap;
}

.event_list > li {
  width: calc((100% - 23px) / 2);
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.event_list > li > a {
  position: relative;
  display: block;
  padding: 10px 20px 20px;
  color: inherit;
  text-decoration: none;
}

.event_list > li > a .post {
  text-align:right;
  font-size: 14px;
  line-height: 1;
  color: #9FA79E;
}

.event_list > li > a .row {
  margin-bottom: 12px;
  display: flex;
}

.event_list > li > a .row .box1 {
  width: 77px;
  height: 77px;
  align-self: flex-start;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  overflow: hidden;
}

.event_list > li > a .row .box1 img{
  object-fit: cover;
}

.event_list > li > a .row .box2 {
  position: relative;
  width: calc(100% - 77px);
  padding-left: 14px;
}

.event_list > li > a .row .box2 p.tag {
  width: 87px;
  height: 24px;
  font-size: 14px;
  line-height: 1.71;
  position: absolute;
  right: 0;
  top: 10px;
  border: 1px solid;
  text-align: center;
}

.event_list > li > a .update {
  color: #9FA79E;
  text-align: right;
}

.event_list > li > a .row .box2 .ttl{
  font-size: 1.8rem;
  line-height: 1.35;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.event_list > li > a .row .box2 .day{
  display: flex;
  align-items: baseline;
  font-family: var(--sub);
  font-weight: bold;
  margin-bottom: 10px;
}


.event_list > li > a .row .box2 .day.regularly{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-family: var(--sub);
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.event_list > li > a .row .box2 .day span {
  font-size: 24px;
  line-height: 1;
  padding-right: 0.5em;
}

.event_list > li > a .row .box2 .day strong {
  font-size: 36px;
  line-height: 1;
}
.event_list > li > a .row .box2 .day.regularly span {
  font-size: 16px;
  line-height: 1;
  padding-right: 0.2em;
}
.event_list > li > a .row .box2 .day.regularly span.youbi {
  font-size: 14px;
  padding: 0em;

}
.event_list > li > a .row .box2 .day.regularly strong {
  font-size: 28px;
  line-height: 1;
}

.event_list > li > a table {
  font-size: 14px;
  line-height: 1.5;
}

.event_list > li > a table tr th {
  font-size: 14px;
  line-height: 1.5;
  padding:5px 15px;
  width: 90px;
  text-align: left;
}
.event_list > li > a table tr td {
  font-size: 14px;
  line-height: 1.5;
  padding:5px 15px;
  width:calc( 100% - 75px );
}

.event_list > li > a table tr td .target_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.event_list > li > a table tr td .target_list > li {
  height: 21px;
  font-size: 11px;
  line-height: 19px;
  border: 1px solid #00A23F;
  color: #00A23F;
  text-align: center;
  padding: 0 0.5em;
}
.event_list > li > a table tr td .target_list2 > li {
  display: inline-block;
  margin-right: 0.5em;
}
.event_list > li > a .row.bg_img{
  display: flex;
  align-items: center;
}

.event_list > li > a .row.bg_img .box1 {
  border-radius: 8px;
  overflow: hidden;
}

.event_list > li > a .row.bg_img .box1  img{
  height: 100%;
  object-fit: cover;
}

.event_list > li > a .row.bg_im .box2 .ttl {
  font-size: 2rem;
}

.bg_hokkaido{ background-color:var(--hokkaido);}
.bg_tohoku{ background-color:var(--tohoku);}
.bg_kanto{ background-color:var(--kanto);}
.bg_tokai{ background-color:var(--tokai);}
.bg_hokuriku{ background-color:var(--hokuriku);}
.bg_kinki{ background-color:var(--kinki);}
.bg_chugoku{ background-color:var(--chugoku);}
.bg_shikoku{ background-color:var(--shikoku);}
.bg_kyushu{ background-color:var(--kyushu);}
.bg_okinawa{ background-color:var(--okinawa);}
.bg_other{ background-color:var(--other);}

.tag.end{ color:#FF6464; border-color:#FF6464;}
.tag.now{ color:#00A23F; border-color:#00A23F;}
.tag.free{ color:#507FC6; border-color:#507FC6;}

@media screen and (max-width: 1200px) {
  /*トップ：イベントを探す*/
  .event_list {
    gap: 27px;
    display: flex;
    flex-wrap:wrap;
  }

  .event_list > li {
    width: 100%;
  }

  .event_list > li > a {
    position: relative;
    display: block;
    padding: 10px 20px 20px;
    color: inherit;
    text-decoration: none;
  }

  .event_list > li > a .post {
    font-size: 10px;
    line-height: 1;
    color: #9FA79E;
    margin-bottom: 5px;
  }

  .event_list > li > a .row {
    margin-bottom: 12px;
    display: flex;
  }

  .event_list > li > a .row .box1 {
    width: 77px;
    height: 77px;
    align-self: flex-start;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.3;
    text-align: center;
  }

  .event_list > li > a .row .box2 {
    position: relative;
    width: calc(100% - 77px);
    padding-left: 14px;
  }

  .event_list > li > a .row .box2 p.tag {
    position: static;
    margin-bottom: 10px;
  }

  .event_list > li > a .update {
    color: #9FA79E;
    text-align: right;
  }

  .event_list > li > a .row .box2 .ttl{
    font-size: 1.6rem;
    line-height: 1.35;
    font-weight: bold;
  }

  .event_list > li > a .row .box2 .day span {
    font-size: 24px;
    line-height: 1;
    padding-right: 0.5em;
    white-space: nowrap;
  }

  .event_list > li > a .row .box2 .day strong {
    font-size: 36px;
    line-height: 1;
    white-space: nowrap;
  }

  .event_list > li > a table {
    font-size: 14px;
    line-height: 1.5;
  }

  .event_list > li > a table tr th {
    padding: 5px 5px 5px 5px;
    width: 70px;
  }
  .event_list > li > a table tr td {
    padding-left: 10px;
  }
}
@media screen and (max-width: 425px) {

  .event_list > li > a .row .box2 .day span {
    font-size: 5.6vw;
    line-height: 1;
    padding-right: 0.5em;
    white-space: nowrap;
  }

  .event_list > li > a .row .box2 .day strong {
    font-size: 8vw;
    line-height: 1;
    white-space: nowrap;
  }

  .event_list > li > a .row .box2 .ttl {
    font-size: 4.2vw;
  }
  .event_list > li > a .row .box2 .day.regularly span {
    font-size: 16px;
    line-height: 1;
    padding-right: 0.2em;
  }
  .event_list > li > a .row .box2 .day.regularly span.youbi {
    font-size: 12px;
    padding: 0em;

  }
  .event_list > li > a .row .box2 .day.regularly strong {
    font-size: 26px;
    line-height: 1;
  }



}


/*トップ：カテゴリー*/
.top_section_category{
  padding-bottom: 340px;
}

.top_section_category .button_area{
  display: flex;
  padding-top: 70px;
  justify-content: center;
}

.category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.category_list > li {
  border-radius: 10px;
  background: #fff;
  border: 4px solid var(--blue);
  text-align: center;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  width: calc((100% - 26px * 3) / 4);
}

.category_list > li.u15 { border-color: var(--orange); }
.category_list > li.u18 { border-color: var(--yellow); }
.category_list > li.o19 { border-color: var(--green); }

.category_list > li.tag,
.category_list > li.t1 {
  width: calc((100% - 26px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: var(--red);
}

.category_list > li.t1 { border-color: var(--purple); }

.category_list > li {
  display: block;
  padding: 32px 24px;
}

.category_list > li figure{
  max-height: 164px;
  max-width: 164px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:  0 auto 15px;
}
.category_list > li.t1 figure{
  max-height: 80px;
  max-width: 80px;
}

.category_list > li figure img {
  max-width: none;
  height: auto;
  max-height: 164px;
}

.category_list > li h3.ttl {
  font-size: 7rem;
  line-height: 1;
  font-weight: bold;
  font-family: var(--sub);
}

.category_list > li .msg1 {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}

.category_list > li .msg2 {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 15px;
}

.category_list > li .buttons {
  height: 141px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.category_list > li.u12 .button2 {
  background-color: var(--blue);
}

.category_list > li.u15 .button2 {
  background-color: var(--orange);
}

.category_list > li.u18 .button2 {
  background-color: var(--yellow);
}

.category_list > li.o19 .button2 {
  background-color: var(--green);
}

.category_list > li.tag,
.category_list > li.t1 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 25px;
}
.category_list > li.tag .button2,
.category_list > li.t1 .button2 {
  background-color: var(--red);
}

.category_list > li.t1 .button2 {
  background-color: var(--purple);
}

.category_list > li.tag h3.ttl1,
.category_list > li.t1 h3.ttl1 {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 900;
  margin: 0 15px;
  white-space: nowrap;

}

.category_list > li.tag .logo img,
.category_list > li.t1 .logo img {
  margin-left: 0px;
}

.category_list > li.tag figure{
  width: 80px;
  margin-right: 15px;
}

.category_list > li.tag .logo{
  /*width: 127px;*/
}

.category_list > li.t1 .button2,
.category_list > li.tag .button2{
  width: 180px;
}

.category_list > li.women{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right:10px;
}

.category_list > li.women figure{
  margin-bottom: 0;
}

.category_list > li.women .button2 {
  background-color: var(--pink);
}

.category_list > li.women {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: var(--pink);
}

.category_list > li.women h3.ttl1{
  font-size: 3.8rem;
  text-align: center;
  font-weight: 900;
}

.category_list > li.women figure{
  width: 200px;
  max-width: 200px;
  position: absolute;
  left:97px;
}

.category_list > li.women .button2{
  position: absolute;
  right: 25px;
  top:auto;
}

@media screen and (max-width: 1100px) {
  .top_section_category {
    padding-bottom: 250px;
  }

  .category_list {
    display: flex;
    flex-wrap: wrap;
    gap:19px 18px;
  }

  .category_list > li {
    padding: 20px 10px;
    width: calc((100% - 18px) / 2);
  }

  .category_list > li.u18,
  .category_list > li.o19{
    padding-bottom: 10px;
  }

  .category_list > li.tag,
  .category_list > li.t1 {
    width: calc((100% - 18px) / 2);
  }

  .category_list > li figure{
    max-height: 100px;
    max-width: 100px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:  0 auto 15px;
  }

  .category_list > li figure img {
    max-width: none;
    height: auto;
    max-height: 100px;
  }

  .category_list > li h3.ttl {
    font-size: 4.5rem;
  }

  .category_list > li .msg1 {
    font-size: 1.6rem;
  }

  .category_list > li .msg2 {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 20px;
  }

  .category_list > li .buttons {
    height: 65px;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
  .category_list > li.tag,
  .category_list > li.t1 {
    display: block;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .category_list > li.tag .ttl,
  .category_list > li.t1 .ttl{
    display: block;
    padding-bottom: 10px;
  }


  .category_list > li.tag figure,
  .category_list > li.t1 figure{
    width: 80px;
    height: 56px;
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .category_list > li.tag figure img{
    width: 69px;
  }

  .category_list > li.t1 figure img{
    width: 62px;
  }

  .category_list > li.tag .button2,
  .category_list > li.t1 .button2 {
    background-color: var(--red);
  }

  .category_list > li.t1 .button2 {
    background-color: var(--purple);
  }

  .category_list > li.tag h3.ttl1,
  .category_list > li.t1 h3.ttl1 {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 900;
    margin: 0 auto 10px;
    white-space: nowrap;
  }

  .category_list > li.tag .logo,
  .category_list > li.t1 .logo{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    height: 50px;
  }

  .category_list > li.tag .logo img{
    width: 110px;
  }
  .category_list > li.t1 .logo img {
    width: 71px;
  }

  .category_list > li.t1 .button2,
  .category_list > li.tag .button2{
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }
  .category_list > li.women h3.ttl1 {
    font-size: 3rem;
    text-align: left;
    font-weight: 900;
    padding-left: 0.5em;
  }
  .category_list > li.women figure{
    width: 160px;
  }
}

@media screen and (max-width: 900px) {

  .category_list > li.women{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:20px;
    width: 100%;
  }

  .category_list > li.women figure{
    margin-bottom: 0;
  }

  .category_list > li.women {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-color: var(--pink);
    padding-right: 10px;
  }

  .category_list > li.women h3.ttl1 {
    font-size: 2.1rem;
  }

  .category_list > li.women figure{
    width: 61px;
    position: static;
    left:20px;
    margin: 0;
  }

  .category_list > li.women .button2{
    position: absolute;
    right: 10px;
    top:auto;
    width: 125px;
  }
}
@media screen and (max-width: 425px) {

  .category_list > li.women figure{
    width: 20%;
    position: static;
    left:10px;
    margin: 0;
  }

  .category_list > li.women h3.ttl1 {
    font-size:4.5vw;
  }

  .category_list > li h3.ttl {
    font-size: 10vw;
  }

  .category_list > li .msg1 {
    font-size: 3.7vw;
  }

  .category_list > li .msg2 {
    font-size: 3.2vw;
    line-height: 1;
    margin-bottom: 20px;
  }

  .category_list > li.tag h3.ttl1,
  .category_list > li.t1 h3.ttl1 {
    font-size: 3.7vw;
  }
}

/*トップ：動画*/
.top_section_movie .wrap{
  max-width: 1300px;
  padding: 0px 15px;
}

.movie_list{
  display: flex;
  margin-bottom: 10px;
  gap: 10px;
  overflow-x: auto;
}

.movie_list>article{
  position: relative;
  width: calc((100% - 40px) / 5);
  border-radius: 11px;
  overflow: hidden;
}

.movie_list>article::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.62;
  pointer-events: none;
  background-image: linear-gradient(to bottom, transparent, #000);
}

.movie_list>article a{
  display: block;
  height: 100%;
}

.movie_list>article .icon{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transform: translate(-50%,-50%);
}

.movie_list>article .ttl{
  position: absolute;
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: bold;
  left:0;
  bottom:0;
  padding: 10px 20px;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .movie_list>article{
    min-width: 230px;
  }
}

/*modal*/
.thumbnail {
    cursor: pointer;
    width: 320px;
    height: 180px;
    margin: 0 8px;
}
#modal-video {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  transition: .5s;
  z-index: 1000;
}

#modal-video .js-modal-video-close{
  content:'';
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top:10px;
  right:20px;
  background-color: transparent;
  background-image: url(../svg/close.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
  /*pointer-events: none;*/
}

#modal-video.close {
  filter: opacity(0);
  visibility: hidden;
}
#modal-video.open {
  filter: opacity(1);
  visibility: visible;
}
#modal-video iframe {
  width: 64vw;
  height: 36vw;
}

@media screen and (max-width: 768px) {

  #modal-video iframe {
    width: 100vw;
    height: 56.25vw;
  }
  #modal-video .js-modal-video-close{
    content:'';
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top:0;
    right:0;
    background-image: url(../svg/close.svg);
    background-repeat: no-repeat;
    background-size: 40px;
  }
}

@media screen and (max-width: 480px) {

  .modal__container {
    max-height: 90vh;
  }

  .modal__container {
    padding: 0px;
  }

}

  @keyframes mmfadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes mmfadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }

  @keyframes mmslideIn {
    from {
      transform: translateY(15%);
    }
    to {
      transform: translateY(0);
    }
  }

  @keyframes mmslideOut {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-10%);
    }
  }

/*
下層
*/
.lower-head {
  margin-top: -46px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .lower-head {
    margin-top: -16px;
  }
}


/*
pager
*/

/*ページャー*/
.cmp_pager {
  letter-spacing: -0.5em;
  padding: 0;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  position: relative;;
  width: 100%;
}

.cmp_pager li{
  display: inline-block;
  margin: 0px;
  font-weight: normal;
  text-align: center;
  letter-spacing: normal;
  vertical-align: middle;
  margin: 0 5px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.cmp_pager li:first-child{border-right:none;}
.cmp_pager li:last-child{border-right:none;}
.cmp_pager li:nth-last-child(2){border-right: #152A87;}

.cmp_pager span {
  position: relative;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 42px;
  border-radius: 50%;
  font-size:  1.8rem;
  background: var(--main-clr);
  color:#fff;
  border:1px solid var(--main-clr);
  font-weight: bold;
}
.cmp_pager span.leader{
  background: none;
  color:var(--main-clr);
  border:none;
}

.cmp_pager a{
  position: relative;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 42px;
  border-radius: 50%;
  font-size:  2rem;
  background: #fff;
  color:var(--main-clr);
  border:1px solid var(--main-clr);
  font-weight: bold;
  text-decoration: none;
}

.cmp_pager a:hover{
    opacity: 0.6;
}

.cmp_pager .next{
  height: auto;
}

.cmp_pager .next span,
.cmp_pager .next a{
  position: relative;
  padding-left: 0px;
  text-align: right;
  display: block;
  font-size: 2rem;
  color: var(--main-clr);
  width: auto;
  padding-right: 0;
  background: transparent;
  font-weight: normal;
  border:0;
  width: 44px ;
  overflow: hidden;
  text-indent: 100%;
}

.cmp_pager .prev span,
.cmp_pager .prev a {
  position: relative;
  padding-left: 0px;
  text-align: right;
  display: block;
  font-size: 1.8rem;
 color: var(--main-clr);
  width: auto;
  padding-left: 0;
  background: transparent;
  font-weight: normal;
  border:0;
  width: 44px ;
  overflow: hidden;
  text-indent: 100%;
}

.cmp_pager .prev span::after,
.cmp_pager .prev a::after{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width:13px;
  margin-left: -6px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212.917%22%20height%3D%2220.833%22%20viewBox%3D%220%200%2012.917%2020.833%22%3E%3Cg%20transform%3D%22translate(0%2020.833)%20rotate(-90)%22%3E%3Crect%20width%3D%223.653%22%20height%3D%2214.614%22%20rx%3D%221.827%22%20transform%3D%22translate(0%202.583)%20rotate(-45)%22%20fill%3D%22%2300A23F%22/%3E%3Crect%20width%3D%223.653%22%20height%3D%2214.614%22%20rx%3D%221.827%22%20transform%3D%22translate(18.249)%20rotate(45)%22%20fill%3D%22%2300A23F%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 50% 50%;
  transform:rotate(180deg);
}

.cmp_pager .next span::after,
.cmp_pager .next a::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width:13px;
  margin-left: -6px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212.917%22%20height%3D%2220.833%22%20viewBox%3D%220%200%2012.917%2020.833%22%3E%3Cg%20transform%3D%22translate(0%2020.833)%20rotate(-90)%22%3E%3Crect%20width%3D%223.653%22%20height%3D%2214.614%22%20rx%3D%221.827%22%20transform%3D%22translate(0%202.583)%20rotate(-45)%22%20fill%3D%22%2300A23F%22/%3E%3Crect%20width%3D%223.653%22%20height%3D%2214.614%22%20rx%3D%221.827%22%20transform%3D%22translate(18.249)%20rotate(45)%22%20fill%3D%22%2300A23F%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 50% 50%;
  transform:rotate(0deg);
}


.cmp_pager .prev span,
.cmp_pager .next span{
  pointer-events: none;
  position: relative;
  display: block;
}

.cmp_pager .prev span::after,
.cmp_pager .next span::after{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212.917%22%20height%3D%2220.833%22%20viewBox%3D%220%200%2012.917%2020.833%22%3E%3Cg%20transform%3D%22translate(0%2020.833)%20rotate(-90)%22%3E%3Crect%20width%3D%223.653%22%20height%3D%2214.614%22%20rx%3D%221.827%22%20transform%3D%22translate(0%202.583)%20rotate(-45)%22%20fill%3D%22%23cccccc%22/%3E%3Crect%20width%3D%223.653%22%20height%3D%2214.614%22%20rx%3D%221.827%22%20transform%3D%22translate(18.249)%20rotate(45)%22%20fill%3D%22%23cccccc%22/%3E%3C/g%3E%3C/svg%3E");
}



.cmp_pager .first a,.cmp_pager .first span,
.cmp_pager .prev span,
.cmp_pager .next span,
.cmp_pager .last a,.cmp_pager .last span{
    position: relative;
    background: transparent !important;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}


.cmp_pager .dot{
  position: relative;
  display: block;
  background: transparent;
  margin: 0 -0.2em;
  border:0;
}

.cmp_pager .dot::after{
  display: none;
}

.cmp_pager .dot::before{
  content:"…";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  color: #F5B46B;
}

@media only screen and (max-width: 1100px) {
  .cmp_pager{
    margin: 30px 0  ;
  }
  .cmp_pager li{
    margin: 0 0.7vw;
  }
  .cmp_pager span {
    height:35px;
    width:35px;
    line-height: 33px;
    font-size: 1.6rem;
  }
  .cmp_pager a{
    height:35px;
    width:35px;
    line-height:33px;
    font-size: 1.6rem;
  }
}

/*スマホ時サイドメニュー固定*/
@media screen and (max-width: 1100px) {
  .scroll-down header{
    transform: translateY(-70px);
    transition: transform 0.2s ease;
  }
  .scroll-up header{
    transform: translateY(0px);
    transition: transform 0.2s ease;
  }
  .cmp_row>.aside.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 99;
    background: #F4F1E8;
  }
  .cmp_row>.contents.fixed {
    padding-top: 115px;
  }
  .cmp_row>.aside.fixed .head {
    margin-bottom: 0px;
  }
  .cmp_row>.aside.fixed .cmp_aside_box{
    overflow-y: auto;
    height: calc(100dvh - 60px);
    padding: 0 15px;
    -webkit-overflow-scrolling: touch;
  }
  body.fixed.open{
    height: 100%;
    overflow: hidden;
  }
}


/*検索窓*/
#search-all-button{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #000 url(../svg/icon_magnify_wh.svg) center center no-repeat;
  background-size: 50%;
  margin-top: 6px;
  cursor: pointer;
}
#search-all-button:hover{
  opacity: 0.6;
}
.header-searchbox{
  position: absolute;
  right: 0;
  bottom: -25px;
  width: 219px;
  visibility: hidden;
  opacity: 0;
}
.header-searchbox.active{
  visibility: visible;
  opacity: 1;
}
.header-searchbox > div{
  overflow: hidden;
  height: 41px;
  border:1px solid #707070;
  border-radius: 30px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.header-searchbox input{
  width: 100%;
  height: 100%;
  background: #F6F6F6;
  border: none;
  outline: none;
  padding-left: 35px;
  font-size: 16px;
}
.header-searchbox button{
  position: absolute;
  left:0;
  top:0;
  width: 43px;
  height: 43px;
  background-image: url(../svg/icon_magnify_black.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  outline: none;
    -webkit-appearance: none;
  appearance: none;
  border:0;
  background-color: transparent;
}
@media screen and (max-width: 1450px) {
  #search-all-button{
    width: 22px;
    height: 22px;
    margin-top: -1px;
  }
}
@media screen and (max-width: 1200px) {
  .header-searchbox{
    position: relative;
    bottom: auto;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    margin-bottom: 25px;
  }
}
.gsc-above-wrapper-area,
.gsc-wrapper{
  max-width: 100% !important;
}