@charset "UTF-8";
/* CSS Document */

/*********************************************************

					　　　　初期設定

**********************************************************/

html{
	font-size: 62.5%; /*1rem=10px*/
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body{
	line-height: 1.5;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.pc{display: block;}

.sp{display: none;}

a{
text-decoration: none;
color: #333;
}


.inner{
  position: relative;
  width: 90%;
  max-width: 1540px;
  margin: 0 auto;
}

.inner2{
  width: 100%;
  max-width: 1000px;
  margin: 0 0 0 auto;
  text-align: left;
}

.sec-bar{
  display: block;
  width: 90%;
  max-width: 1540px;
  height: 1px;
  background: #777;
  margin: 0 auto;
}

/* fontは1240px時maxとする */
.subtitle-wrap,
.subtitle-wrap2{
  font-size: min(2.58vw,32px);
  text-align: left;
  padding-left: 0.6em;
  border-left:solid 10px #01B9A8;
  color: #333;
  margin-bottom: 1.5em;
}

.subtitle-wrap2{color: #fff;}

.subtitle{
  font-size: min(2.58vw,32px);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.4em;
}

.subtitle2{
  font-size: min(1.3vw,16px);
  font-weight: 300;
  line-height: 1;
  margin-top: 0.3em;
}

.pagetop{
  position: fixed;
  width: 50px;
  height: auto;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  transition: ease 0.3s;
  transform: translateY(30%);
  z-index: 20;
}

.pagetop.active{
  opacity: 1;
  transform: translateY(0);
}






/**********************************************************

                    　　　header

**********************************************************/

.header{
  width: 100%;
  padding: 20px 40px 20px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo{
  height: 70px;
}

.application-btn{
  font-size: 18px;
  font-weight: 600;
  background: #FF367B;
  padding: 0.3em 2em;
  color: #fff;
  border-radius: 1.6em;
  border: 2px solid #FF367B;
  box-sizing: border-box;
  transition: ease-in-out 0.3s;
}

  
  
  
  
/**********************************************************

                    　　　ch

**********************************************************/

.ch{
  position: relative;
  width: 100%;
  aspect-ratio: 10/4.9;
  max-height: calc(100vh - 110px);
  /* background: #ffcace; */
  background: #FFCBCD;
}

.ch-video{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ch-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ch-h1{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.scroll-bar-wrap{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 10/4.9;
  height: 100%;
  max-height: calc(100vh - 110px);
}

.scroll-bar{
  position: absolute;
  right: 3%;
  bottom: 0;
  width: 2px;
  height: 10%;
  min-height: 65px;
  background: rgba(255,255,255,0.3);
}

.scroll-bar::before{
  content: "SCROLL";
  position: absolute;
  top: 23px;
  left: -13px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  transform: rotate(90deg);
}

.scroll-bar::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,1);
  animation: 2.5s scroll linear infinite;
  transform-origin: left top;
}

@keyframes scroll{
  0% { transform: scale(1,0); }
  45% {transform-origin: left top; transform: scale(1,1); }
  55% { transform-origin: left bottom; transform: scale(1,1); }
  95% { transform-origin: left bottom;  transform: scale(1,0); }
  100% { transform-origin: left top;  transform: scale(1,0); }

}

.nolook{
  display: none;
}


  
/**********************************************************

                    　　　sec01

**********************************************************/

.sec01,.sec02,.sec03,.inquiry{
  width: 100%;
  padding: 140px 0;
  text-align: center;
}

.sec01-title{
  font-size: min(2.58vw,32px);
  font-weight: 300;
  line-height: 2.2;
  color: #01B9A8;
  opacity: 0;
  transform: translateY(100%);
}

h3.sec01-title{
  background: #f594a1;
  color: #fff;
  margin-top: 1.5em;
  line-height: 1.7;
  padding: 0.6em 1em 0.6em 2em;
  display: inline-block;
  box-sizing: border-box;
}

.sec01-text{
  font-size: min(3.1vw,40px);
  font-weight: 300;
  line-height: 1;
  color: #333;
  margin-top: 1.3em;
  opacity: 0;
  transform: translateY(100%);
}

.sec01-logo{
  width: 200px;
  aspect-ratio: 1/1;
  margin: 40px auto 0;
  opacity: 0;
  transform: translateY(30%);
}

.active2 .sec01-title,.active2 .sec01-text,.active2 .sec01-logo,
.active2 .icontext{
  opacity: 1;
  transform: translateY(0);
}

.ex .t01{ transition: ease-out 0.5s 0.1s;}
.ex .t02{ transition: ease-out 0.5s 0.3s;}
.ex .t03{ transition: ease-out 0.5s 0.5s;}
.ex .t04{ transition: ease-out 0.5s 0.8s;}
.ex .t05{ transition: ease-out 0.5s 1.2s;}
  
  
  
  
/**********************************************************

                    　　　sec02

**********************************************************/

.sec02-textwrap{
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}

.icontext{
  position: relative;
  /* font-size: 50px; */
  font-size: min(1.94vw,24px);
  font-weight: 300;
  line-height: 1;
  padding-left: 4em;
  margin-bottom: 1em;
}
.sec02-textwrap .icontext:last-of-type{
  margin-bottom: 0;
}

.icontext span{
  font-size: 75%;
}

.icontext::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3.5em;
}
.icontext.t01::before{background: url(../img/sec02-icon01.svg)no-repeat center / contain;}
.icontext.t02::before{background: url(../img/sec02-icon02.svg)no-repeat center / contain;}
.icontext.t03::before{background: url(../img/sec02-icon03.svg)no-repeat center / contain;}
.icontext.t04::before{background: url(../img/sec02-icon04.svg)no-repeat center / contain;}
  
.top-news{
  width: 100%;
  height: auto;
  /* max-height: 148.5px; */
  /* overflow: hidden; */
  transition: ease-in-out 0.3s;
}

.top-news .top-news-wrap:nth-of-type(n+4){
  display: none;
}

.top-news.active .top-news-wrap:nth-of-type(n+4){
  display: flex;
}

.top-news-wrap{
  position: relative;
  display: flex;
  border-bottom: solid 1px #aaa;
  font-size: 15px;
  z-index: 1;
}

/* .top-news .top-news-wrap:last-of-type{
  border: none;
} */

.link-on::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform ease-in 0.4s;
  z-index: -1;
}

.link-on::after{
  content: "";
  position: absolute;
  right: 1em;
  top: 1.3em;
  background: url(../img/arrow01-k.webp)no-repeat center / contain;
  width: 0.8em;
  aspect-ratio: 1/1;
}

.top-news-text,.top-news-text2{
  font-size: 15px;
  line-height: 1;
  font-weight: 300;
  padding: 1.2em 0 1.1em 1em;
}

.top-news-btn{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.link-off .top-news-btn{
  pointer-events: none;
}

.link-on .top-news-text:nth-of-type(2){
  text-decoration: underline;
}

#over-news{
  display: none;
}

#over-news.active{
  display: block;
}

.open-btn{
  font-size: 15px;
  line-height: 1;
  width: 80%;
  max-width: 20em;
  padding: 0.6em 0;
  color: #01B9A8;
  border: solid 2px #01B9A8;
  background: #fff;
  margin: 2em auto 0;
  cursor: pointer;
}





  
/**********************************************************

                    　　　sec03

**********************************************************/

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

.splide__slide{
  border-radius: 20px;
  overflow: hidden;
}

.splide.ex{
  opacity: 0;
  transform: translateY(20%);
  transition: ease-out 0.5s 0.1s;
}

.splide.ex.active2{
  opacity: 1;
  transform: translateY(0);
}

.inquiry-text{
  font-size: min(3.1vw,40px);
  font-weight: 300;
  line-height: 1.7;
  color: #333;
  margin-top: 1.3em;
  text-align: center;
}





/**********************************************************

                    　　　sec04

**********************************************************/

.sec04{
  width: 100%;
  background: #2a2a3b;
  padding: 140px 0 20px;
  transform: translateX(-101%);
  transition: ease-in-out 0.3s;
}
.sec04.active2{
  transform: translateX(0);
}

.sec04 .subtitle-wrap2{
  transform: translateX(-50px);
  transition: ease-in-out 0.3s 0.1s;
  opacity: 0;
}
.sec04 .subtitle-wrap2.active2{
  transform: translateX(0);
  opacity: 1;
}

.sec04 .inner2{
  transform: translateY(50px);
  opacity: 0;
  transition: ease-out 0.3s 0.1s;
}
.sec04 .inner2.active2{
  transform: translateY(0);
  opacity: 1;
}

.sec04 .bar{
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  margin: 80px 0;
}

.sec04-text01,
.sec05-text01{
  font-size: min(1.94vw,22px);
  color: #fff;
  margin-right: 1em;
}

.sec04-text01,
.sec04-text02.mt1{
  margin-right: 0;
}

.sec04-text01 .day{
  font-size: 150%;
  font-weight: 600;
}

.sec04-text02,
.sec05-text02{
  font-size: 15px;
  color: #fff;
  margin-right: 1em;
  line-height: 2;
}

.sec04-text02.mb{
  margin-bottom: 3.3em;
}

.sec04-text03{
  font-size: 15px;
  color: #fff;
  text-align: right;
  margin-top: 100px;
}

.sec05-text01,
.sec05-text02{
  color: #333;
}

.sec05-text02.t1{
  padding: 0 1.5em;
  margin: 0;
}

.sec05-text02.t2{
  border-left: 1px solid #333;
  padding: 0 1.5em;
}

.sec04-text02.mt1{
  margin-top: 1em;
  text-align: justify;
}

.live-icon{
  height: 24px;
  /* font-size: min(1.94vw,16px);
  line-height: 1;
  color: #fff;
  background: #FF367B;
  display: inline-block;
  border-radius: 0.3em;
  padding: 0.2em 0.5em 0.3em;
  vertical-align: middle; */
}

.sec04-flex,.sec04-flex2{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.sec04-flex2{
  align-items: center;
}

.sec04-flex3{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
}

.cross{
  position: absolute;
  width: 10%;
  height: auto;
  top: 37%;
  left: 52.5%;
  transform: translate(-50%,-50%);
}

.sec04-wrap-box .sec04-flex{
  justify-content:space-between ;
}

.sec04-wrap-box .sec04-flex.center{
  justify-content: center;
}

.sec04-wrap{
  width: 100%;
  padding: 80px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.sec04-wrap02{
  font-size: 15px;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  margin-top: 20px;
  background: rgba(255,255,255,0.1);
  display: flex;
  text-align: left;
  align-items: center;
}

.inner2 .sec04-wrap02:first-of-type{
  margin-top: 40px;
}

.sec04-wrap03{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.sec04-wrap-box{
  width: 48%;
  margin-bottom: 60px;
}

.sec04-date{
  position: relative;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #FF367B;
  margin-bottom: 1em;
  z-index: 1;
}

.sec04-date .day{
  font-size: 150%;
  font-weight: 600;
}

.sec04-date .green{
  color: #01B9A8;
  font-weight: 600;
}

.sec04-date::after{
  content: "";
  position: absolute;
  right: 0;
  top: 60%;
  width: calc(100% - 13em);
  height: 1px;
  background: #01B9A8;
}

.sec04-textbox{
  width: 49%;
  text-align: center;
}

.sec04-textbox img{
  width: 70%;
  margin-bottom: -25px;
  margin-left: 10%;
}

.name{
  position: relative;
  font-size: 20px;
  line-height: 1;
  padding: 0.4em 0 0.4em;
  color: #fff;
  width: 100%;
  vertical-align: middle;
  background: url(../img/name-plate.svg)no-repeat center / contain;
  margin: 0.5em 0 0.2em;
  z-index: 2;
}

.name span{
  font-size: 70%;
}

.position{
  font-size: 12px;
  color: #fff;
  margin-top: 0.5em;
}

.sec04-imgbox{
  width: 23%;
  aspect-ratio: 3/2;
  background: #fff;
  margin-right: 1em;
}

.sec04-imgbox.i3{
  margin: 0;
}

.sec04-textbox02{
  width: 74%;
}

.sec04 .title{
  font-size: 130%;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.5em;
}

.sec04 .supplement{
  font-size: 15px;
  line-height: 2;
  position: relative;
  color: #ffff00;
  margin-top: 1em;
  padding-left: 3.5em;
  text-align: justify;
}

.sec04 .supplement::before{
  content: "";
  position: absolute;
  width: 2em;
  aspect-ratio: 1/1;
  top: 1em;
  left: 0.5em;
  background: url(../img/icon01.webp)no-repeat center / contain;
}

.sec04 .context{
  color: #01B9A8;
  text-align: justify;
  line-height: 1.7;
}

.sec04 .context2{
  color: #fff;
  text-align: justify;
  line-height: 1.7;
}

.request-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.request-btn,.request-btn2{
  font-size: 20px;
  line-height: 1;
  color: #fff;
  border: 2px solid #FF367B;
  background: #FF367B;
  display: inline-block;
  width: 48%;
  text-align: center;
  padding: 0.5em 0 0.6em;
  border-radius: 2em;
  box-sizing: border-box;
  margin: 0 auto;
  font-weight: 400;
  transition: ease-in-out 0.3s;
}
.request-btn2{
  background: none;
  color: #FF367B;
}

.request-btn.ma0, .request-btn2.ma0{
  margin: 0;
}

.request-btn2.ma0a{
  margin: 0 auto;
}

.sec04-flex3 img{
  width: 200px;
}

.sec04-flex3-textbox{
  width: calc(100% - 250px);
  margin-right: 50px;
}

.sec04-thumbnail{
  font-size: 16px;
  color: #fff;
  margin-top: 0.5em;
  text-align: center;
}

.sec04-text02 .pink{
  color: #FF367B;
  font-size: 140%;
  font-weight: 600;
}

.sec04-text01 .pink{
  color: #FF367B;
}

.sec04-flex3-box{
  width: 32%;
  margin-top: 3em;
  text-align: center;
}

.sec04-flex3-box img{
  width: 100%;
  height: auto;
}

.sec06 ul{
  font-size: 15px;
  padding: 2em 0;
  color: #333;
}

.sec06 ul li{
  position: relative;
  margin-right: 3em;
  margin-bottom: 1em;
  padding-left: 1.8em;
}
.sec06 ul li:first-of-type{
  padding-left: 0;
}
.sec06 ul li:last-of-type{
  margin-bottom: 0;
}

.sec06 ul li::before{
  content: "";
  width: 1.4em;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
}

/* .sec06 ul .icon2::before{ background: url(../img/icon02.svg)no-repeat center / contain;} */
.sec06 ul .icon3::before{ background: url(../img/icon03.svg)no-repeat center / contain;}
.sec06 ul .icon4::before{ background: url(../img/icon04.svg)no-repeat center / contain;}






/**********************************************************

                    　　　sec05

**********************************************************/

.sec05{
  width: 100%;
  background: #F5F5F5;
  padding: 140px 0;
}

.gmap{
  width: 100%;
  aspect-ratio: 8/3;
}

.gmap iframe{
  width: 100%;
  height: 100%;
}

.sec05-flex{
  display: flex;
  align-items: center;
  margin-top: 1em;
  border-left: 1px solid #333;
}





/**********************************************************

                    　　　sec06

**********************************************************/

.sec06{
  width: 100%;
  padding: 140px 0;
}

.sec06-flex{
  width: 100%;
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  gap:0 4%;
  margin-bottom: 30px;
}

.sec06-flex.f3{
  margin-bottom: 120px;
}

.sec06-flex.f2 img{
  width: 48%;
  height: auto;
  margin-bottom: 60px;
}

.sec06-flex.f3 img{
  width: 30.66%;
  height: auto;
}


.sec06-wrap{
  font-size: 15px;
  color: #FF367B;
  padding: 0.6em 0.8em;
  border: solid 2px #FF367B;
  display: inline-block;
  border-radius: 0.7em;
}

.icon6{
  position: relative;
  margin-top: 0.5em;
  padding-left: 1.8em;
}

.icon6::before{
  content: "";
  width: 1.4em;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon03p.svg)no-repeat center / cover;
}





/**********************************************************

                    　　　sec07

**********************************************************/

.sec07{
  width:100%;
  padding: 140px 0;
}

.sec07-text01{
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #333;
  margin-bottom: 0.7em;
}

.sec07-text01 span{
  font-size: 180%;
  font-weight: 600;
}

.timetable-wrap{
  width: 100%;
  overflow: scroll;
  /* height: 1000px; */
  /* background: #ccc; */
}

.tablemain{
  position: relative;
  width: 100%;
  min-width: 1100px;
}

.tableline{
  position: relative;
  width: calc(100% - 50px);
  margin-left: 50px;
  height: 50px;
  /* aspect-ratio: 100/5; */
  border-top: solid 1px #aaa;
}

.tableline::before{
  content: "10:00";
  position: absolute;
  left: -50px;
  top: 0;
  font-size: 12px;
  transform: translateY(-50%);
  color: #555;
}

.tablemain .tableline:nth-of-type(even){
  border-top: dashed 1px #aaa;
}

.tablemain .tableline:nth-of-type(even)::before{
  color: #aaa;
}

.tableline.l2::before{ content: "10:30";}
.tableline.l3::before{ content: "11:00";}
.tableline.l4::before{ content: "11:30";}
.tableline.l5::before{ content: "12:00";}
.tableline.l6::before{ content: "12:30";}
.tableline.l7::before{ content: "13:00";}
.tableline.l8::before{ content: "13:30";}
.tableline.l9::before{ content: "14:00";}
.tableline.l10::before{ content: "14:30";}
.tableline.l11::before{ content: "15:00";}
.tableline.l12::before{ content: "15:30";}
.tableline.l13::before{ content: "16:00";}
.tableline.l14::before{ content: "16:30";}
.tableline.l15::before{ content: "17:00";}
.tableline.l16::before{ content: "17:30";}
.tableline.l17::before{ content: "18:00";}
.tableline.l18::before{ content: "18:30";}
.tableline.l19::before{ content: "19:00";}
.tableline.l20::before{ content: "19:30";}
.tableline.l21::before{ content: "20:00";}

.tableheader{
  width: 100%;
  min-width: 1100px;
}

.tableheader-wrap{
  width: calc(100% - 50px);
  margin-left: 50px;
  display: flex;
  justify-content: space-between;
}

.tableheader-text{
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  width: 24%;
  background: #555;
  color: #fff;
  padding: 0.5em 0 0.4em;
  margin-bottom: 1em;
}

.sec07-text01.mt60{
  margin-top: 60px;
}

.schedule-wrap{
  position: absolute;
  left: 50px;
  top: 0;
  width: calc(100% - 50px);
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.schedule-area{
  position: relative;
  width: 24%;
  height: 100%;
  /* background: rgba(0,0,0,0.2); */
}

.schedule-text01{
  font-size: 11px;
  background: rgba(255,226,236,0.8);
  padding: 0.7em;
  box-sizing: border-box;
  height: 93.23%;
  margin-top: 1px;
  display: block;
  transition: ease 0.2s;
}
.schedule-text02,
.schedule-text12{
  font-size: 11px;
  background: rgba(194,244,239,0.8);
  padding: 0.7em;
  box-sizing: border-box;
  height: 93.23%;
  margin-top: 1px;
  display: block;
  transition: ease 0.2s;
}
.schedule-text03,
.schedule-text13{
  position: relative;
  font-size: 11px;
  background: rgba(255,240,204,0.8);
  padding: 0.7em;
  box-sizing: border-box;
  height: 93.23%;
  margin-top: 1px;
  display: block;
  transition: ease 0.2s;
}
.schedule-text04,
.schedule-text14{
  font-size: 11px;
  background: rgba(204,236,255,0.8);
  padding: 0.7em;
  box-sizing: border-box;
  height: 93.23%;
  margin-top: 1px;
  display: block;
  transition: ease 0.2s;
}

.schedule-text12{ height: 66.56%;}
.schedule-text13{ height: 95.13%;}
.schedule-text14{ height: 66.56%;}

.schedule-text15{
  position: absolute;
  left: 0;
  bottom: 4.87%;
  width: 80%;
  height: 28.4%;
  padding: 0.7em;
  box-sizing: border-box;
  background: #FFD674;
} 

.schedule-text03::after{
  content: "売り切れ次第終了";
  position: absolute;
  left: 0.7em;
  bottom: 0.7em;
  white-space: nowrap;
}
.schedule-text13::after{
  content: "売り切れ次第終了";
  position: absolute;
  left: 85%;
  bottom: 0.7em;
  white-space: nowrap;
}

.schedule-text01:hover{ background: rgba(255,226,236,0.4);}
.schedule-text02:hover,.schedule-text12:hover{ background: rgba(194,244,239,0.4);}
.schedule-text03:hover,.schedule-text13:hover{ background: rgba(255,240,204,0.4);}
.schedule-text04:hover,.schedule-text14:hover{ background: rgba(204,236,255,0.4);}
.schedule-text15:hover{ background: rgba(255,214,116,0.4);}

.schedule-text01.t11{ margin-top: 50px; height: 8.88%;}
.schedule-text01.t12{ margin-top: 25px; height: 6.66%;}
.schedule-text01.t13{ margin-top: 83px; height: 11.5%;}
.schedule-text01.t14{ margin-top: 25px; height: 11.5%;}
.schedule-text01.t15{ margin-top: 25px; height: 26.64%;}

.schedule-text01.t21{ margin-top: 33.33px; height: 6.36%;}
.schedule-text01.t22{ margin-top: 25px; height: 6.36%;}
.schedule-text01.t23{ margin-top: 50px; height: 6.36%;}
.schedule-text01.t24{ margin-top: 25px; height: 6.46%;}
.schedule-text01.t25{ margin-top: 25px; height: 4.77%;}
.schedule-text01.t26{ margin-top: 27px; height: 9.54%;}
.schedule-text01.t27{ margin-top: 25px; height: 6.36%;}

.scroll{
  font-size: 11px;
  margin-bottom: 1em;
}

  
/**********************************************************

                    　　　footer

**********************************************************/

.footer{
  width: 100%;
  padding: 20px 0!important;
  text-align: center;
  margin-top: 0!important;
}

.footer-text{
  font-size: 13px;
  line-height: 1;
  display: inline-block;
}



/**********************************************************

                   hover用メディアクエリ

**********************************************************/
@media(hover: hover) {

  .application-btn:hover{
    background: none;
    color: #FF367B;
  }

  .link-on:hover::before{
    transform-origin: left top;
    transform: scaleX(1);
  }

  .link-on:hover{
    color: #fff;
  }

  .link-on:hover::after{
    background: url(../img/arrow01-w.webp)no-repeat center / contain;
  }

  .open-btn:hover{
    background: #01B9A8;
    color: #fff;
  }

  .request-btn:hover{
    background: none;
    color: #FF367B;
    font-weight: 400;
  }
  .request-btn2:hover{
    background: #FF367B;
    color: #fff;
    font-weight: 400;
  }

  .recruit-dl-button:hover{
    color: #01B9A8;
  }

  .recruit-dl-button:hover::before{
    transform-origin: left top;
    transform: scale(1,1);
  }

  .pagetop:hover{
    opacity: 0.7;
  }

}
  



/**********************************************************

                   メディアクエリ 768px

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

  .ch{
    aspect-ratio:unset;
    max-height:none;
    height: auto;
    margin-top: 70px;
  }

  .ch.recruit{
    margin-top: 0;
  }

  .header-logo{height: 50px; padding: 10px;}
  .header{
    padding: 0; 
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
  }

  .inner2{
    padding-top: 20px;
  }

  .inner2 .icontext:last-of-type{
    margin-bottom: 0;
  }

  .application-btn{
    font-size: 16px;
    width: 50%;
    max-width: 150px;
    height: 70px;
    padding: 0;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pagetop{
    width: 40px;
    right: 15px;
    bottom: 15px;
  }

  .ch-h1{height: auto;}

  .sec01-title{
    font-size: max(4.5vw,14px);
    white-space: nowrap;
  }

  h3.sec01-title{
    width: 100%;
  }

  .sec01-text,.inquiry-text{
    font-size: max(4.5vw,14px);
    margin-top: 30px;
  }

  .sec01-logo{
    width: 35%;
    margin-top: 20px;
  }

  .sec01, .sec02, .sec03, .sec05, .sec06, .inquiry{padding: 60px 0;}
  .sec04{padding: 60px 0 20px 0;}
  .sec06-flex{margin-bottom: 60px;}

  .subtitle-wrap, .subtitle-wrap2{
    border-left: solid 5px #01B9A8;
    padding-left: 1em;
  }

  .subtitle{
    font-size: 23px; 
    line-height: 1.3;
  }

  .subtitle2{font-size: 13px;}

  .top-news .top-news-wrap:first-of-type .top-news-text{
    padding: 0;
  }

  .top-news-wrap{
    display: block;
  }

  .top-news.active .top-news-wrap:nth-of-type(n+4){
    display: block;
  }

  .link-on::after{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .link-on::before{
    content: none;
  }

  /* .link-on:hover{
    color: #333;
  }

  .link-on:hover::after{
    background: url(../img/arrow01-k.webp)no-repeat center / contain;
  } */

  .top-news-text{
    padding: 1.6em 0 0;
    font-size: 11px;
  }

  .top-news-text2{
    padding: 0.3em 1.5em 1em 0;
    line-height: 1.3;
    font-size: 14px;
  }

  .icontext{
    /* font-size: max(5.7vw,20px); */
    font-size: 16px;
    line-height: 1.3;
    padding-left: 0;
    padding-top: 1.4em;
  }

  .icontext::before{
    top: 0;
    height: 1em;
    width: 4em;
  }

  .sec02-textwrap{display: block;}

  .footer-text{
    font-size: 10px;
    line-height: 1.5;
  }

  .splide__list{
    width: 90%;
    margin: 0 auto;
  }

  .splide.ex{
    opacity: 1;
    transform: none;
    transition: none;
  }

  .splide.ex.active2{
    opacity: 1;
    transform: none;
  }

  .sec04-flex, .sec04-flex2{
    margin-top: 0;
    display: block;
  }

  .sec04-text01, .sec05-text01{
    font-size: 14px;
  }

  .live-icon{
    height: 20px;
    margin-top: 6px;
    /* font-size: 12px;
    padding: 0.2em 1em 0.4em;
    margin-top: 0.5em; */
  }

  .sec04-wrap{
    padding: 40px 0;
    display: block;
  }

  .sec04-wrap-box{
    width: 100%;
    margin-bottom: 40px;
  }

  .sec04-wrap .sec04-wrap-box:last-of-type{
    margin-bottom: 0;
  }

  .sec04 ul{
    display: block;
  }

  .sec04-text02, .sec05-text02{
    margin-right: 0;
    line-height: 1.7;
    font-size: 14px;
    text-align: justify;
  }

  .sec06 .sec05-text02{
    text-align: left;
  }

  .sec04-textbox img{
    margin-left: 5%;
    margin-bottom: -30px;
    max-width: 230px;
  }

  .sec04-textbox{
    width: 100%;
  }

  .sec04-flex .sec04-textbox{
    margin-top: 20px;
  }

  .sec04-flex .sec04-textbox.sp-mt{
    margin-top: 80px;
  }

  .cross{
    width: 15%;
    max-width: 47px;
    left: 51.5%;
    top: 48%;
  }

  .position{
    font-size: 14px;
  }

  .request-wrap{
    display: block;
    text-align: center;
  }

  .request-btn,.request-btn2{
    width: 90%;
    max-width: 350px;
    font-size: 15px;
  }

  .request-btn2.ma0{
    margin-bottom: 15px;
  }

  .sec04-flex3{
    display: block;
  }

  .sec04-flex3 .sec04-text01{
    margin: 0;
  }

  .sec04-text01{
    line-height: 1.9;
  }

  .sec04-text01 .day{
    line-height: 1.3;
  }

  .sec04-flex3 img{
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0;
    display: block;
  }

  .sec04-text02 .pink{
    font-size: 130%;
    line-height: 1.4;
  }

  .sec04 .bar{
    margin: 60px 0;
  }

  .sec04 .supplement{
    font-size: 14px;
    text-align: justify;
    padding-left: 0;
    padding-top: 3em;
  }

  .sec04 .supplement::before{
    top: 0.5em;
    left: 50%;
    transform: translateX(-50%);
  }

  .sec04-flex3-box{
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }

  .sec04 ul li{
    margin-right: 0;
    margin-bottom: 1em;
    font-size: 14px;
  }

  .sec04-flex3-textbox{
    width: 100%;
    margin-right: 0;
  }

  .sec04-text03{
    text-align: justify;
    margin-top: 50px;
  }

  .gmap{
    aspect-ratio: 1/1;
  }

  .sec05-flex{
    display: block;
    border-left: 0;
    margin-top: 2em;
  }

  .sec05-text02.t1{
    padding: 0 0 0.5em 0;
    margin-bottom: 0.5em;
    border-bottom:1px solid #333;
  }

  .sec05-text02.t2{
    padding: 0;
    border: 0;
  }

  .sec06-imgbox{
    width: calc(50% - 8px);
    margin-bottom: 15px;
  }

  .sec06-flex{ 
    gap:0;
    margin-bottom: 15px;
  }
  
  .sec06-flex.f3{
    margin-bottom: 60px;
  }
  
  .sec06-flex.f2 img{
    width: 50%;
    height: auto;
    margin-bottom: 30px;
  }
  
  .sec06-flex.f3 img{
    width: 33.33%;
    height: auto;
  }
}



/**********************************************************
  
                        recruitment
  
**********************************************************/

.recruit-logo-wrap{
  padding: 15px;
  box-sizing: border-box;
}

.recruit-logo{
  height: 80px;
  width: auto;
}

.ch-h1.recruit{
  background: #FEC5C6;
}

.recruit-ch{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recruit-sec01{
  width: 100%;
  padding: 140px 0;
}

.recruit-sec01 .inner{
  max-width: 1000px;
}

.recruit-title{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}

.recruit-text{
  font-size: 20px;
  line-height: 2;
  text-align: justify;
}

.recruit-sec01-wrap{
  width: 100%;
  font-size: 20px;
  padding: 2em;
  box-sizing: border-box;
  background: #fef3f3;
  margin: 2em 0;
}

.recruit-dl-button{
  position: relative;
  width: 100%;
  background: #01B9A8;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1em;
  display: block;
  text-align: center;
  padding: 1em 0;
  border-radius: 1.5em;
  overflow: hidden;
  border: 2px solid #01B9A8;
  box-sizing: border-box;
  z-index: 1;
  /* transition: ease-in-out 0.3s; */
}


.recruit-dl-button::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: right top;
  /* transform: translateX(-101%); */
  transform: scale(0,1);
  transition: transform 0.3s;
  z-index: -1;
}



@media screen and (max-width: 768px){
  .recruit-sec01{
    padding: 70px 0;
  }

  .recruit-title{
    font-size: 32px;
    margin-bottom: 1em;
  }

  .recruit-text{
    /* font-size: 16px; */
    font-size: min(3.7vw,16px);
  }

  .recruit-sec01-wrap{
    width: 100vw;
    padding: 1em;
    margin-left: calc(50% - 50vw);
  }

  .recruit-sec01-wrap .recruit-text{
    font-size: min(3.7vw,16px);
  }

  .recruit-dl-button{
    font-size: min(4.6vw,24px);
  }


}


/**********************************************************

                    　　　404

**********************************************************/

.page404-flex{
  width: 90%;
  max-width: 1300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 40px 0;
}

.page404-flex a{
  width: 45%;
  height: auto;
}

.page404-flex a img{
  width: 100%;
  height: 100%;
}

.page404-flex-wrap{
  width: auto;
  margin-left: 5%;
  text-align: center;
}

.page404-text01{
  font-weight: 600;
  font-size: 16vw;
  line-height: 1;
  color: #777;
}

.page404-text02{
  font-weight: 400;
  font-size: 2.2vw;
  line-height: 1;
  color: #777;
  margin-top: 1em;
}


@media screen and (max-width: 768px){
  .page404-flex{
    display: block;
    padding: 0;
    width: 60%;
  }

  .page404-flex-wrap{
    margin-left: 0;
    margin-top: 5vh;
  }

  .page404-text01{ font-size: 24vw;}
  .page404-text02{ font-size: 3.6vw;}
}




/**********************************************************

                    　　投稿ページ調整

**********************************************************/

/* 基礎設計 */

.single .main{
  color: #2a2a3b;
}

.single .main h2{
  position: relative;
  background: none;
  text-align: center;
}
.single .main h2::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2em;
  height: 2px;
  background: #01B9A8;
  transform: translateX(-50%);
}

.single .main h3{
  border: none;
  border-left: 10px solid #01B9A8;
}

.single .main h4{
  border: none;
  background: #01B9A8;
  color: #fff;
}

.single .main ul{
  list-style-type: disc;
  margin-left: 1em;
}

.wp-block-image figcaption{
  font-size: 13px;
  margin-top: 0.5em;
}


/* ここまで基礎設計 */


.entry-header{
  position: relative;
  width: 100%;
  text-align: center;
  background: url(../img/single-title.webp)no-repeat center / cover;
  padding: 3em 1em 1em;
  margin-bottom: 3em;
}

.entry-title{
  padding: 0.6em;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0;
}

.entry-header .date-tags{
  color: #fff;
  margin-bottom: 0;
  margin-top: 1em;
}

.entry-header .date-tags .post-date{
  margin-right: 0;
}




/**********************************************************

                    　　サイドバー調整

**********************************************************/

.sidebar h2, .sidebar h3{
  /* background: #088E8A; */
  background: rgba(8,142,138,0.2);
  margin: 0;
}

.sidebar .info-list-item{
  display: flex;
  flex-wrap: wrap;
}

.sidebar .info-list-item .info-list-item-meta{
  order: 1;
  width: 100%;
}

.sidebar .info-list-item .info-list-item-content{
  order: 2;
}

.sidebar .info-list-item-categorys{
  display: none;
}

.sidebar .info-list{
  padding: 0;
}

.sidebar .info-list-item-content{
  margin-bottom: 0;
}




/**********************************************************

                    　　　mainstage

**********************************************************/

.mainstage{
  width: 100%;
  min-width: 910px;
  background: #2a2a3b;
  padding: 140px 0;
}

.mainstage .subtitle-wrap2{
  margin: 0 auto;
}

.mainstage .sec04-flex2{
  margin: 4em 0 4em -1.3em;
}

/* .mainstage-wrap{
  padding: 0 0 80px 0;
  display: block;
} */

.mainstage-wrap-box{
  position: relative;
  width: 100%;
  font-size: 22px;
  padding: 2em;
  box-sizing: border-box;
  color: #fff;
  background: #1D1D2A;
  margin-bottom: 2em;
}

.mainstage-text01{
  font-size: 22px;
  color: #fff;
  margin-right: 1em;
}

.mainstage .live-icon{
  font-size: 16px;
}

.mainstage-wrap-box p{
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.mainstage-wrap-box .mainstage-date{
  position: relative;
  line-height: 1;
  font-weight: 600;
  color: #FF367B;
  margin-bottom: 1em;
}

.mainstage-date .day{
  font-size: 150%;
  font-weight: 600;
}

.mainstage-date .green{
  font-weight: 600;
  color: #01B9A8;
}

.mainstage-date.mb0{
  margin-bottom: 0;
}

.mainstage-wrap-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.mainstage-textbox{
  position: relative;
  width: 47.5%;
  /* border-left: 3px solid #01B9A8; */
  box-sizing: border-box;
  padding-left: 1em;
  display: flex;
  align-items: flex-start;
  margin-top: 1em;
}
.mainstage-textbox.single{
  width: 100%;
}

.mainstage-textbox::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #01B9A8;
}
.mainstage-textbox.on-image::after{
  height: 6em;
}
.mainstage-textbox.on-image.big::after{
  height: 9em;
}

.mainstage-textbox.add-cross2{
  width: 43.5%;
}

.mainstage-textbox.add-cross{
  margin-left: 8%;
  width: 45.5%;
}
.mainstage-textbox.add-cross::before{
  content: "";
  position: absolute;
  top: 2.3em;
  right: 105%;
  width: 14.3%;
  max-width: 40px;
  aspect-ratio: 1/1;
  background: url(../img/front-cross.webp)no-repeat center / contain;
}


.mainstage-wrap-box .mainstage-textbox:nth-of-type(1),
.mainstage-wrap-box .mainstage-textbox:nth-of-type(2){
  margin-top: 0;
}

.mainstage-textbox img{
  height: 6em;
  width: auto;
}

.mainstage-textbox .big{
  height: 9em;
  width: auto;
}

.mainstage-textbox div{
  margin-left: 0.8em;
}

.mainstage-wrap-box .name2{
  font-size: 110%;
  font-weight: 400;
  margin: 0.8em 0 0 0;
}

.mainstage-wrap-box .name2 span{
  font-size: 70%;
}

.mainstage-wrap-box .position2{
  font-size: 70%;
  margin: 0.5em 0 0 0;
}

.mainstage-wrap-box .introduction{
  font-size: 70%;
  margin: 1em 0 0 0;
  text-align: justify;
  color: #aaa;
}

.mainstage-textbox .text-only{
  /* position: relative; */
  margin-left: 0;
  /* padding-left: 1em; */
  /* border-left: 3px solid #01B9A8; */
}
/* .mainstage-textbox .text-only::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #01B9A8;
} */

.text-only .name2{
  margin: 0;
}

.mainstage .request-btn{
  /* max-width: 500px; */
  font-size: min(1.76vw,20px);
  width: 26%;
  position: absolute;
  top: 2.2em;
  right: 2.2em;
  box-sizing: border-box;
  padding-left: 2em;
}
.mainstage .request-btn::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-5.5em,-50%);
  height: 1.1em;
  aspect-ratio: 1.42/1;
  transition: ease-in-out 0.3s;
  background: url(../img/icon06a.webp)no-repeat center /contain;
}
.mainstage .request-btn:hover::before{
  background: url(../img/icon06b.webp)no-repeat center /contain;
}

.mainstage-wrap-box p.w{
  /* width: calc(100% - 230px); */
  width: 70%;
}

@media screen and (max-width: 768px){
  .mainstage{
    padding: 140px 0 70px;
    min-width: auto;
  }

  .mainstage .subtitle-wrap2{
    border-left: solid 5px #01B9A8;
    margin-bottom: 1.5em;
  }

  .mainstage .sec04-flex2{
    margin: 30px 0;
  }

  .mainstage-text01{
    font-size: 14px;
  }

  /* .mainstage .live-icon{
    font-size: 12px;
    padding: 0.2em 1em 0.4em;
    margin-top: 0.5em;
  } */

  .mainstage-wrap-box{
    font-size: 14px;
    padding: 1em;
    margin-bottom: 1em;
  }

  .mainstage-wrap-box p{
    text-align: justify;
  }

  .mainstage-wrap-box .tl{
    text-align: left;
  }

  .mainstage-wrap-box .mainstage-date{
    font-size: 18px;
  }

  .mainstage-wrap-flex{
    display: block;
  }

  .mainstage-textbox,.mainstage-textbox.add-cross2{
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 2em;
  }

  .mainstage-wrap-box .mainstage-textbox:nth-of-type(1), .mainstage-wrap-box .mainstage-textbox:nth-of-type(2){
    margin-top: 2em;
  }

  .mainstage-wrap-box .mainstage-textbox.add-cross{
    margin-top: 60px;
    margin-left: 0;
    width: 100%;
  }
  .mainstage-textbox.add-cross::before{
    top: auto;
    /* bottom: 117%; */
    bottom: calc(100% + 1.1em);
    right: auto;
    left: 50%;
    height: 30px;
    transform: translateX(-50%);
  }

  .mainstage-textbox div{
    margin-left: 0;
  }

  .mainstage-wrap-flex .mainstage-textbox:first-of-type{
    margin-bottom: 1em;
  }

  .mainstage-wrap-box .name2{
    font-size: 20px;
    margin: 0.5em 0 0 0;
    text-align: center;
  }

  .mainstage-wrap-box .text-only .name2{
    margin: 0;
  }

  .mainstage-wrap-box .position2{
    font-size: 11px;
    text-align: center;
  }

  .mainstage .request-wrap .request-btn{
    margin: 30px 0 0 0;
  }

  .mainstage-textbox img{
    height: 12em;
  }
  .mainstage-textbox .big{
    height: 15em;
  }

  .mainstage-textbox::after{
    background: none;
  }
  
  .mainstage-textbox .text-only{
    border-left: solid 3px #01B9A8;
    border-right: solid 3px #01B9A8;
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .mainstage .request-btn{
    font-size: 20px;
    position: relative;
    width: 80%;
    max-width: 350px;
    top: 0;
    left: 0;
    display: block;
    margin: 1em auto;
  }

  .mainstage-wrap-box p.w{
    width: 100%;
  }

}





/**********************************************************

                    　　　cashless

**********************************************************/

.ch.cashless{
  background: #f594a1;
  overflow: hidden;
}

.ch-h1.cashless{
  opacity: 0;
}

.cashless-title{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 900px;
  height: auto;
  transform: translate(-50%,-50%);
}

.cashless-title-img01{
  position: absolute;
  top: 59%;
  left: 75%;
  width: 13%;
  max-width: 300px;
  height: auto;
  transform: rotate(15deg);
}

.cashless-ring{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  max-width: 1300px;
  height: auto;
  transform: translate(-50%,-50%);
  opacity: 0.7;
}

.cashless-ring.r1{
  top: 60%;
}

.cashless-ring.r2{
  top: 60%;
  transform: translate(-50%,-50%) rotate(10deg);
}

.cashless-ring.r3{
  top: 60%;
  transform: translate(-50%,-50%) rotate(-30deg);
}

.cashless-ring.r4{
  top: 60%;
  transform: translate(-50%,-50%) rotate(-40deg);
}

.cashless-sec01{
  width: 100%;
  padding: 140px 0;
}

.cashless-sec01-wrap{
  width: 100%;
  position: relative;
}

.cashless-sec01-wrap h2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.cashless-sec01-wrap p{
  font-size: min(3vw,46px);
  font-weight: 600;
  text-align: center;
  color: #f594a1;
  margin-bottom: 0.2em;
}

.cashless-point{
  font-size: min(2.6vw,40px);
  width: 100%;
  padding: 1.5em;
  /* border: 0.1em solid #f594a1; */
  box-sizing: border-box;
  background: #f594a1;
  border-radius: 1em;
  /* border-top: 2px solid #f594a1;
  border-bottom: 2px solid #f594a1; */
}

.cashless-sec02{
  width: 100%;
  padding-bottom: 140px;
}

.cashless-sec02 .inner{
  max-width: 1000px;
}

.cashless-sec02 h3{
  font-size: 32px;
  padding: 0.9em 0 0.8em;
  border-top: 1px solid #f594a1;
  border-bottom: 1px solid #f594a1;
  text-align: center;
  display: block;
  margin-top: 3em;
}
.cashless-sec02 h3:first-of-type{
  margin-top: 0;
}

.cashless-sec02 h4{
  font-size: 26px;
  font-weight: 600;
  border-left: 10px solid #f594a1;
  padding-left: 0.4em;
  margin-top: 1.5em;
}

.pink{
  color: #f594a1;
  font-weight: 600;
}

.cashless-sec02 p,
.cashless-sec02 a{
  font-size: 20px;
  line-height: 1.7;
  text-align: justify;
  margin-top: 1em;
}

.cashless-sec02 a{
  display: inline-block;
  text-decoration: underline;
  color: #01B9A8;
}

.cashless-sec02 a:hover{
  color: #f594a1;
}

.cashless-sec02 .flex .mt0{
  margin-top: 0;
}

.cashless-sec02 .single-img{
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.badge{
  height: 60px;
  width: auto;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}

.cashless-sec02 .strong-annotation{
  font-size: 14px;
  display: inline-block;
}

.cashless-sec02 .annotation{
  font-size: 14px;
}

.cashless-sec02 .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cashless-sec02 .flex.mt20{
  margin-top: 20px;
}

.cashless-sec02 .flex div:first-of-type{
  width: 73%;
}

.cashless-sec02 .flex div:last-of-type{
  width: 21%;
}

.cashless-sec02 .flex div img{
  width: 100%;
  height: auto;
}

.cashless-sec02 .flex .icon{
  width: 54%!important;
  margin-right: 5%;
  border-radius: 15px;
  overflow: hidden;
}

.cashless-sec02 .flex .icon img{
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cashless-sec02 .flow{
  position: relative;
  width: 100%;
  padding: 1px 0 40px 0;
  margin-top: 40px;
  z-index: 1;
}

.cashless-sec02 .flow::before{
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(50% - 50vw);
  background: #fde9ec;
  z-index: -1;
}

.appeal01{
  position: absolute;
  top: -2%;
  left: 50%;
  width: 30%;
  max-width: 450px;
  height: auto;
  transform-origin: left top;
  transform: rotate(-15deg) translateX(-120%);
  z-index: 2;
}

.footer.cashless{
  border-top: 1px solid #ccc;
}


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

  .ch.cashless{
    aspect-ratio: 1/1;
  }

  .cashless-title{
    width: 90%;
  }

  .cashless-sec02{padding-bottom: 60px;}
  .cashless-title-img01{
    top: 72%;
    left: 72%;
    width: 20%;
  }
  .appeal01{
    width: 45%;
    transform: rotate(-15deg) translateX(-105%);
    top: 11%;
  }

  .cashless-ring{
    width: 120%;
    top: 55%!important;
  }

  .cashless-sec01{padding: 50px 0;}

  .cashless-sec02 h3{font-size: 24px;}
  .cashless-sec02 h4{font-size: 20px;}
  .cashless-sec02 p{font-size: 15px;}
  .cashless-sec02 .annotation,
  .cashless-sec02 .strong-annotation{
    font-size: 12px;
  }

  .cashless-sec02 .flex{
    display: block;
  }

  .cashless-sec02 .flex .icon{
    width: 33%!important;
    border-radius: 10px;
  }

  .cashless-sec02 .flex div:first-of-type{
    width: 100%;
  }

  .cashless-sec02 .flex div:last-of-type{
    width: 33%;
    margin: 15px auto;
  }
}



/**********************************************************

                    　　　  map

**********************************************************/

.map{
  width: 100%;
  /* min-width: 910px; */
  background: #2a2a3b;
  padding: 140px 0;
}

.map .subtitle-wrap2{
  margin-bottom: 60px;
}

.map-wrap-box{
  position: relative;
  width: 100%;
  font-size: 22px;
  /* padding: 1em; */
  box-sizing: border-box;
  background: #fff;
  margin-top: 20px;
}
.map-wrap-box img{
  width: 100%;
  height: auto;
}

#map01,#map02,#map03{
  opacity: 0;
  position: absolute;
  top: -80px;
}

.map h2{
  background: #01B9A8;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 1em;
  box-sizing: border-box;
  margin: 1em;
}


.btn2025{
  position: fixed;
  top: -4px;
  right: -1em;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  background: #00C4D4;
  z-index: 10;
  padding: 0.6em 2em 0.6em 1em;
  border-radius: 0 0 0 0.5em;
  border: 4px solid #00C4D4;
  box-sizing: border-box;
}

.btn2025:hover{
  background: #fff;
  color: #00C4D4;
}


@media screen and (max-width: 768px){
  .btn2025{font-size: min(4vw,25px);}
}