@charset "UTF-8";



:root {
  --main-width: 100%;
  --kihon-font: 1.1rem;
  --kihon-grad: linear-gradient(90deg,rgba(248, 187, 4, 1) 0%, rgba(232, 83, 130, 1) 100%);
}


html,body{
	width: 100%;
	margin:0px;
	padding:0 0 0 0;
color: #333;

}




*{

font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}






#top>.all_wrap{
	overflow: hidden;
  box-sizing:border-box;


  padding: 70px 0 0 0;

}




.menu-wrapper {
  position: relative;
}

.menu-icon {
  width: 40px;
  height: 30px;
  position: fixed; /* ← fixedにして常に左上固定 */
  top: 8px;
  right: 20px;
  cursor: pointer;
  z-index: 8;
  display: inline-block;
}

.menu-icon span {
  display: block;
  height: 4px;
  margin: 6px 0;
  background: var(--kihon-grad);
  border-radius: 2px;
  transition: 0.4s;
}

/* ハンバーガーがXに変形 */
#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* オーバーレイ背景 */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 4;
}

#menu-toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

/* メニュー本体（左から出す） */
.menu {
  position: fixed;
  top: 0;
  left: -250px; /* ← 初期位置を左へ */
  width: 250px;
  height: 100%;
  background: #fff;
  transition: left 0.4s ease;
  z-index: 10;
}

#menu-toggle:checked ~ .menu {
  left: 0; /* ← 開いたときは左0へ */
}

.menu ul {
  list-style: none;
}

.menu li {

}

.menu a {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.menu a:hover {
  color: #007bff;
}



















a:hover{
filter: brightness(1.1);
}


.all_wrap{
  padding: 0;
  overflow: hidden;
}


.content_wrap{

margin: 0 auto;
padding: 30px 10px;

}


.header{
 
 padding: 5px 10px;


}

.header>li:nth-child(1)>a>img{
width: 100%;
height: auto;
}



.header>li:nth-child(2)>ul{
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.header>li:nth-child(2)>ul>li{
margin-bottom: 5px;
}



.header>li:nth-child(2)>ul:nth-child(1)>li>a{
background: black;
border-radius: 10px;
padding: 10px 20px;
color: white;
font-size: var(--kihon-font) ;
display: block;
text-decoration: none;
font-weight: bold;

}


.header>li:nth-child(2)>ul:nth-child(1)>li:nth-child(1)>a{
  background:linear-gradient(90deg,rgba(248, 187, 4, 1) 0%, rgba(243, 154, 44, 1) 100%);
}


.header>li:nth-child(2)>ul:nth-child(1)>li:nth-child(2)>a{
  background:linear-gradient(90deg,rgba(243, 151, 47, 1) 0%, rgba(238, 118, 87, 1) 100%);
}


.header>li:nth-child(2)>ul:nth-child(1)>li:nth-child(3)>a{
  background:linear-gradient(90deg,rgba(237, 115, 91, 1) 0%, rgba(232, 83, 130, 1) 100%);
}




.header>li:nth-child(2)>ul:nth-child(2){
margin-top: 10px;

}


.header>li:nth-child(2)>ul:nth-child(2)>li{
border: 1px solid #ccc;
}



.header>li:nth-child(2)>ul:nth-child(2)>li>a{
font-size: var(--kihon-font);
font-weight: bold;
color: #000;
padding: 10px 20px;
display: block;
}



.header>li:nth-child(2)>ul:nth-child(2)>li>a:hover{
background: #ddd;
}



.yellow_base{
  padding: 60px 0;
  background: #fff7e6;
}


.white_base{
  padding: 60px 0;
}


.purple1_base{
background:#f2e1ea;
  padding: 0px 0;

}


.purple2_base{
background:#f8f0f4;
  padding: 0px 0;

}





.tl{
text-align: left!important;
}


.tc{
text-align: center!important;
}






.grad_bt{
  font-size: var(--kihon-font);
  text-align: center!important;
}

.grad_bt>a{
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: white;
    background:linear-gradient(90deg,rgba(248, 187, 4, 1) 0%, rgba(232, 83, 130, 1) 100%);
    border-radius: 80px;
    font-size: calc(var(--kihon-font) + 0.1rem);
    font-weight: bold;
}

.grad_bt>a::after{
content: '';/*何も入れない*/
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url("../img/grad_bt_arrow.webp");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;

margin-left: 15px;
}


.midasi_big0{
  font-weight: bold;
  font-size: calc(var(--kihon-font) + 2rem);
  text-align: center;

      background:var(--kihon-grad);
background-clip: text;
color: transparent;
letter-spacing: 0.2rem;

}


.midasi_big1{
  font-weight: bold;
  font-size: calc(var(--kihon-font) + 1rem);
  text-align: center;

      background:var(--kihon-grad);
background-clip: text;
color: transparent;

}

.midasi_big2{
  font-weight: bold;
  font-size: calc(var(--kihon-font) + 0.8rem);
    text-align: center;
      background:var(--kihon-grad);
      background-clip: text;
color: transparent;
}

.midasi_big2>span{
  font-size: calc(var(--kihon-font) + 1rem);


}


.mb60{
  margin-bottom: 60px;
}


.midasi_mb{
  margin-bottom: 60px;
}




.hand_midasi{
  font-size: calc(var(--kihon-font) + 0.8rem);
        background:var(--kihon-grad);
      background-clip: text;
color: transparent;
margin-bottom: 20px;
line-height: 1;
letter-spacing: -1px;
text-align: center;
}



.hand_midasi::before{
content: '';/*何も入れない*/
  display: inline-block;
  width: 18px;/*画像の幅*/
  height: 18px;/*画像の高さ*/
  background-image: url("../img/hand_icon.webp");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;

margin-right: 15px;
}




.midasi_normal1{
  font-size: calc(var(--kihon-font) + 0.8rem);
        background:var(--kihon-grad);
      background-clip: text;
color: transparent;
margin-bottom: 30px;
font-weight: bold;
text-align: center;

}

.kihon_text{
  font-size: calc(var(--kihon-font) + 0.1rem);
}

.kihon_text>br{
display: none;
}


.grad_slash_base{
  background: url('../img/slash_back.webp'),linear-gradient(135deg,rgba(254, 242, 204, 1) 0%, rgba(250, 221, 230, 1) 100%);;
}



.foot_hogo{
  display: flex;
justify-content: center;

}

.foot_hogo>li{
margin-right: 10px;
text-align: center;
}
.foot_hogo>li:nth-last-of-type(1){
margin-right: 0;
}


.foot_hogo>li>a{
background: #9c1d51;
display: block;
padding: 20px 10px;

color: white;
font-size: calc(var(--kihon-font) + 0.1rem);
text-decoration: none;
}


.foot_hogo>li>a::after{
content: '';/*何も入れない*/
  display: inline-block;
  width: 15px;/*画像の幅*/
  height: 15px;/*画像の高さ*/
  background-image: url("../img/grad_bt_arrow.webp");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;

margin-left: 15px;
}


.banner_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner_list>li{
max-width: 48%;
  margin-bottom: 10px;

}



.banner_list>li>a>img{
  width: 100%;

}


footer{

  padding: 30px 10px 130px 10px;
}


footer>ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 auto;
}

footer>ul>li:nth-child(1){
  text-align: center;
  width: 100%;
}

footer>ul>li:nth-child(1)>a>img{
width: 100%;
height: auto;
max-width: 300px;
margin-bottom: 20px

}



footer>ul>li:nth-of-type(1)>div>div>span{
  font-size: calc(var(--kihon-font) + 0.1rem);
  display: block;
  text-align: center;
  margin-bottom: 5px;
}





footer>ul>li:nth-child(2){
width: 100%;
display: flex;
justify-content: center;
margin-top: 20px;
}

footer>ul>li:nth-child(2)>div:nth-child(1){
display: none;
}




footer>ul>li:nth-child(2)>div:nth-child(2)>div:nth-child(1),
footer>ul>li:nth-child(2)>div:nth-child(2)>div:nth-child(2){
  display: none;
}


footer>ul>li:nth-child(2)>div:nth-child(2)>div:nth-child(3){
  display: flex;
  justify-content: center;
}

footer>ul>li:nth-child(2)>div:nth-child(2)>div:nth-child(3)>a:nth-child(1){
  margin-right: 10px;
}

footer>ul>li:nth-child(2)>div:nth-child(2)>div:nth-child(3)>a>img{
width: 40px;
height: auto;
}





.sp_head{
  padding: 10px;
  background: white;

  position: fixed;
  width: 100%;
}

.sp_head>li{
max-width: 200px;
}

.sp_head>li>a>img{
width: 100%;
height: auto;
}


.sp_bottom{
  background: var(--kihon-grad);
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 0;
}

.sp_bottom>li{
border-left: 1px solid #fff;

width: 33.33%;
text-align: center;
}

.sp_bottom>li:hover{
background:rgb(255 255 255 / 15%)
}

.sp_bottom>li>a{
color: white;
text-decoration: none;
font-size: calc(var(--kihon-font) + 0.1rem);
  padding: 15px 0;
  display: inline-block;
}


.copyright{
  text-align: center;
  padding: 20px 10px 0 10px;
  font-size: calc(var(--kihon-font) - 0.2rem);
}






.include-accordion{
  width: 100%;
  padding: 0;


}


.include-accordion>li>ul:nth-of-type(1){
  height: 0;
  overflow: hidden;
 
}




.include-accordion button{
  position: relative;
  border: none;
  width: 100%;
  background-color: inherit;
  color: #000;
  cursor: pointer;
  text-align: left;
  
        padding: 10px 0;
        font-size: calc(var(--kihon-font) + 0.3rem);
        margin-bottom: 10px;
        font-weight: bold;
        border-bottom: 2px solid #9c1d51;



}

.include-accordion button::before
{

  position: absolute;
  top: 20px;

  right: 6px;


  content: '';/*何も入れない*/
  display: inline-block;
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  
  background-image: url("../img/sub/acor_plus.webp");
  background-size: contain;
  vertical-align: middle;
background-repeat: no-repeat;
}


   .include-accordion.active button::before {

 background-image: url("../img/sub/acor_minus.webp");
  
}