@charset "utf-8";

/* 回転アニメーションの定義 */
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* 回転する要素のスタイル */
.rotate-box {
  width: 100px;
  height: 100px;
  margin-top:-100px;
  animation: rotateAnimation 10s linear infinite;
}

@media screen and (min-width: 992px),
print {
   .rotate-box {
  width: 300px;
  height: 300px;
}
}



.fuwafuwa {
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 70px;
  height: 70px;
  margin-top: 15px;
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}


/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    margin-bottom: 40px;
}

@media screen and (min-width: 992px),
print {
    #slider {
    margin-bottom: 100px;
}
}

/*========= レイアウトのためのCSS ===============*/


/*==================================================
スライダーのためのcss
===================================*/
.slider02 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
    border-top-right-radius:15px;
    border-bottom-left-radius:15px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider02 .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
    margin-bottom: 40px;
    position: relative;
    z-index:1;
}

@media screen and (min-width: 992px),
print {
    .slider02 .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
    margin-bottom: 100px;
}
}


.top-sura-txt01{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size:6vw;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
}

.wrapper{
	position: relative;
}

.container{
	background:#555;
}

.container p{
	padding: 300px 0;	
	text-align: center;
	color: #fff;
}





/*
+++++++++++++++++++

.top-con1

++++++++++++++++++++
*/

.top-con01{
    padding:0 15px;
    margin-bottom: 40px;
}

@media screen and (min-width: 992px),
print {
    .top-con01{
    padding:0;
    margin:0 auto 100px;
        max-width: 1500px;
        
}
}

.top-con01 ul{
    display:grid;
    grid-column-gap:20px;
    grid-template-columns: 1fr 1fr;
    
}

@media screen and (min-width: 992px),
print {
    .top-con01 ul{
    padding:0 50px;
        grid-column-gap:50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
}

.top-con01 li{
    color:#000;
    margin-bottom: 20px;
    
}

@media screen and (min-width: 992px),
print {
   .top-con01 li{
    margin-bottom:50px;
    
}
}

.top-con01 li a{
    color:#000;
    margin-bottom: 20px;
    
}

.top-con01 li a:visited{
    color:#000;
    margin-bottom: 20px;
    
}

.top-con01-cate{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:8px;
}

.top-con01-cate-txt{
    margin-bottom:2px;
    margin-right:2px;
    border:1px solid #EAE8E8;
    padding:4px;
    text-align: center;
    font-size:11px;
    width:auto;
    color:#828282;
    
}

@media screen and (min-width: 992px),
print {
    .top-con01-cate-txt{
        margin-bottom:3px;
    margin-right: 3px;
        padding:4px;
    border:1px solid #EAE8E8;
    text-align: center;
    font-size:12px;
    
}
}

.top-con01-cate-txt a:visited {
    color:#000;
}

.top-con01-photo img{
    margin-bottom: 5px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
}

.top-con01-txt01{
    font-size:12px;
    margin-bottom:8px;
}

.top-con01-txt02{
    font-size:10px;
    margin-bottom:5px;
    color:#B5B5B5;
}

.top-con01-btn{
    text-align: right;
    width:100%;
}

@media screen and (min-width: 992px),
print {
    .top-con01-btn{
    padding-right: 50px;
}
}



.top-con01-btn img{
    width:100px;
    
}

@media screen and (min-width: 992px),
print {
    .top-con01-btn img{
    width:180px;
    
}
}

/*
+++++++++++++++++++

.top-con2

++++++++++++++++++++
*/

.top-con02{
    padding:0 15px;
    margin-bottom:20px;
    
}

@media screen and (min-width: 992px),
print {
    .top-con02{
    padding:0 100px;
    margin-bottom:40px;
        font-size:1.2vw;
}
}

/*
+++++++++++++++++++

.top-con3

++++++++++++++++++++
*/


.top-con03{
margin-bottom: 50px;
}

@media screen and (min-width: 768px),
print {
   .top-con03{
       margin:0 auto 100px;
       width:100%;
       display: flex;
       justify-content: space-between;
       padding-left:3%;
       padding-top:0;
}
}

@media screen and (min-width: 992px),
print {
   .top-con03{
       margin:0 auto 100px;
       width:100%;
       display: flex;
       justify-content: space-between;
       padding-left:3%;
}
}



.top-con03-left{
    margin-bottom: 27px;
    padding:0 15px;
}

@media screen and (min-width: 768px),
print {
   .top-con03-left{
    margin-bottom:0;
    width:60%;
       line-height:2.5;

}
}

@media screen and (min-width:992px),
print {
   .top-con03-left{
    margin-bottom:0;
    width:59%;
       line-height:2.5;
       padding-left:15%;

}
}

.top-con03-right{
    
    width:85%;
    order:1;
}

@media screen and (min-width: 768px),
print {
  .top-con03-right{
    width:35%;
    order:2;
      
}
}

.top-con03-right img{
    border-top-right-radius:25px;
}



@media screen and (min-width:768px),
print {
  .top-con03-right img{
    border-bottom-left-radius:35px;
      border-top-right-radius:0;
}
}


.top-con03-t01{
    font-size:18px;
    margin-bottom: 10px;
    font-weight:400;
} 

@media screen and (min-width: 992px),
print {
   .top-con03-t01{

    font-size:1.6vw;
       margin-bottom:20px;
       font-weight:450;
       line-height: 1.7;
       
       
} 
}

 .top-con03-t02{
       margin-bottom:15px;
       
       
} 

@media screen and (min-width: 992px),
print {
   .top-con03-t02{
       font-size:1.1vw;
       line-height:2.5;
       margin-bottom: 20px;
       
       
} 
}


@media screen and (min-width: 992px),
print {
   .top-con03-logo{

    margin: auto;
}
}



/*
+++++++++++++++++++

.top-con4

++++++++++++++++++++
*/


.top-con04{
    padding:0 15px;
    margin:-50px 0 40px;


}

@media screen and (min-width: 992px),
print {
   .top-con04{
       margin:0 auto 100px;
       width:100%;
       display: flex;
       padding:0 70px 0 0;
flex-direction:row;
       justify-content:flex-start;
}
}

.top-con04-left{
    margin-bottom: 20px;
    padding-left:10px;
    display: flex;
}

@media screen and (min-width: 992px),
print {
   .top-con04-left{
       padding-left:0;
    margin-bottom:0;
       margin-right: 10%;
    width:25%;
       flex-direction: column;

}
}

.top-con04-left img{
    border-bottom-left-radius:15px;
}

@media screen and (min-width: 992px),
print {
  .top-con04-left img{
      border-bottom-left-radius:0;
    border-bottom-right-radius:25px;
}
}

.top-con04-left-photo01{
    padding-top:40px;


}

@media screen and (min-width: 992px),
print {
    .top-con04-left-photo01{
    padding-top:0;
}
}

.top-con04-left-photo02{
    


}

@media screen and (min-width: 992px),
print {
    .top-con04-left-photo02{
    padding-left:100px;
    margin-top:-40px;
        margin-right:-40px;
}
}

.top-con04-right{
    padding:0 15px;

}

@media screen and (min-width: 992px),
print {
  .top-con04-right{
    width:51%;
      font-size:1.1vw;
       line-height:2.7;


}
}

.top-con04-right-t01{
    font-size:18px;
margin-bottom: 15px;
    font-weight: bold;
}

@media screen and (min-width: 992px),
print {
    .top-con04-right-t01{
    font-size:1.7vw;
margin-bottom: 15px;
}
}

/*
+++++++++++++++++++

.top-con5

++++++++++++++++++++
*/


.top-con05{
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-end;
    padding-left:20px;

}

@media screen and (min-width: 992px),
print {
.top-con05{
    margin-bottom:100px;
    width:100%;
    padding-left:10%;
}
}

.top-con05-left{
    padding-top:10px;
}

@media screen and (min-width: 992px),
print {
    .top-con05-left{
    
}
}

.top-con05-left img{
    border-top-left-radius:18px;
}

@media screen and (min-width: 992px),
print {
    .top-con05-left img{
        border-top-left-radius:0;
    border-bottom-left-radius:25px;
}
}

.top-con05-center{
    padding-top:40px;
}

@media screen and (min-width: 992px),
print {
    .top-con05-center{
    padding-top:85px;
}
}

.top-con05-right{
    
}


@media screen and (min-width: 992px),
print {
    .top-con05-right{
    
}
}

.top-con05-right img{
    border-top-left-radius:18px;
}

@media screen and (min-width: 992px),
print {
    .top-con05-right img{
        border-top-left-radius:25px;
}
}

/*
+++++++++++++++++++

.top-con6

++++++++++++++++++++
*/


.top-con06{
    margin-bottom: 40px;

}

@media screen and (min-width:768px),
print {
.top-con06{
    margin:0 auto 100px;
    width:100%;
    padding:0 10% 0 0;
     display: flex;
    justify-content: space-between;
}
}

.top-con06-left{
    width:50%;
    margin:-80px 0 20px;

}

@media screen and (min-width: 768px),
print {
.top-con06-left{
    width:35%;
margin:-140px 0 0;
}
}

.top-con06-left img{
    border-bottom-right-radius:18px;
}



.top-con06-right{
    padding:0 15px;
    line-height: 2;
    text-align: justify;

}

@media screen and (min-width: 768px),
print {
.top-con06-right{
    width:62%;
    font-size:1.1vw;
    line-height: 2.5;
    padding-rght:0;

}
}


/*
+++++++++++++++++++

.top-con7

++++++++++++++++++++
*/


.top-con07{
    margin-bottom: 40px;
    display: flex;
    padding-right:5px;

}

@media screen and (min-width: 992px),
print {
.top-con07{
    margin-bottom:100px;
    width:100%;
    padding-right:10%;
}
}

.top-con07-left{
    padding-top:10px;
}

@media screen and (min-width: 992px),
print {
    .top-con07-left{
    
}
}

.top-con07-left img{
    border-top-right-radius:18px;
}

@media screen and (min-width: 992px),
print {
    .top-con07-left img{
        border-top-right-radius:0;
    border-bottom-right-radius:25px;
}
}

.top-con07-center{
    padding-top:40px;
}

@media screen and (min-width: 992px),
print {
    .top-con07-center{
    padding-top:85px;
}
}

.top-con07-right{
    
}


@media screen and (min-width: 992px),
print {
    .top-con07-right{
    
}
}

.top-con07-right img{
    border-bottom-right-radius:18px;
}

@media screen and (min-width: 992px),
print {
    .top-con07-right img{
        border-top-left-radius:25px;
}
}

/*
+++++++++++++++++++

.top-con8

++++++++++++++++++++
*/


.top-con08{
    margin-bottom: 40px;
     display: flex;
    flex-direction: column;

}

@media screen and (min-width: 992px),
print {
.top-con08{
    margin:0 auto 100px;
    width:100%;
    padding:0 0 0 10%;
    flex-direction:row;
    justify-content: space-between;
}
}

.top-con08-left{
    order:2;
    padding:0 15px;
    line-height: 2;
    text-align: justify;

}

@media screen and (min-width: 992px),
print {
.top-con08-left{
    order:1;
    width:62%;
    font-size:1.1vw;
    line-height: 2.5;
    padding-rght:0;


}
}

.top-con08-right{
    display: flex;
    justify-content: flex-end;
    order:1;
    margin:-130px 0 20px;

}

@media screen and (min-width: 992px),
print {
.top-con08-right{
    order:2;
    width:33%;
margin:-140px 0 0;
}
}

.top-con08-right-photo{
    width:50%;

}

@media screen and (min-width: 992px),
print {
    .top-con08-right-photo{
    width:100%;

}
}

.top-con08-right img{
    border-bottom-left-radius:18px;
}

@media screen and (min-width: 992px),
print {
    .top-con08-right img{
        border-top-left-radius:35px;
    border-bottom-left-radius:90px;
}
}

/*
+++++++++++++++++++

.top-con9

++++++++++++++++++++
*/


.top-con09{
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-end;
    padding-left:20px;

}

@media screen and (min-width: 992px),
print {
.top-con09{
    margin-bottom:100px;
    width:100%;
    padding-left:10%;
}
}

.top-con09-left{
    padding-top:10px;
}

@media screen and (min-width: 992px),
print {
    .top-con09-left{
    
}
}

.top-con09-left img{
    border-top-left-radius:18px;
}

@media screen and (min-width: 992px),
print {
    .top-con09-left img{
        border-top-left-radius:0;
    border-bottom-left-radius:25px;
}
}

.top-con09-center{
    padding-top:40px;
}

@media screen and (min-width: 992px),
print {
    .top-con09-center{
    padding-top:85px;
}
}

.top-con09-right{
    
}


@media screen and (min-width: 992px),
print {
    .top-con09-right{
    
}
}

.top-con09-right img{
    border-top-left-radius:18px;
}

@media screen and (min-width: 992px),
print {
    .top-con09-right img{
        border-top-left-radius:25px;
}
}


/*
+++++++++++++++++++

.top-con10

++++++++++++++++++++
*/


.top-con10{
    margin-bottom: 40px;

}

@media screen and (min-width: 992px),
print {
.top-con10{
    margin:0 auto 100px;
    width:100%;
    padding:0 10% 0 0;
     display: flex;
    justify-content: space-between;
}
}

.top-con10-left{
    width:50%;
    margin:-80px 0 20px;

}

@media screen and (min-width: 992px),
print {
.top-con10-left{
    width:25%;
margin:-140px 0 0;
}
}

.top-con10-left img{
    border-bottom-right-radius:18px;
}

@media screen and (min-width: 992px),
print {
    .top-con10-left img{
        border-top-right-radius:35px;
    border-bottom-right-radius:90px;
}
}

.top-con10-right{
    padding:0 15px;
    line-height: 2;
    text-align: justify;

}

@media screen and (min-width: 992px),
print {
.top-con10-right{
    width:62%;
    font-size:1.1vw;
    line-height: 2.5;
    padding-rght:0;

}
}

/*
+++++++++++++++++++

.top-con11

++++++++++++++++++++
*/


.top-con11{
    margin-bottom: 40px;

}

@media screen and (min-width: 768px),
print {
.top-con11{
    margin:0 auto 100px;
    width:100%;
     display: flex;
    justify-content: space-between;
}
}

.top-con11-left{
 margin-right:15px;
    margin-bottom: 40px;
  padding:60px 15px 30px 0;  
    background: #F9F9F9;
        border-top-right-radius:40px;
}

@media screen and (min-width:768px),
print {
    .top-con11-left{
width:48%;
  padding:70px 70px 40px 0; 
        margin:0;
        
}
}

.top-con11-left-photo{
    width:70%;
    margin-bottom:20px;
}

@media screen and (min-width: 768px),
print {
    .top-con11-left-photo{
    width:70%;
    margin-bottom:30px;
}
}

.top-con11-left-photo img{
    border-top-right-radius:18px;
}

.top-con11-left-t01{
    font-size:22px;
    margin-bottom: 10px;
    font-weight: 450;
    padding-left:15px;
}

@media screen and (min-width: 768px),
print {
    .top-con11-left-t01{
    font-size:1.8vw;
        padding-left:7%;
}
}

.top-con11-left-t02{
    padding-left:15px;
    line-height: 1.8;
}

@media screen and (min-width: 768px),
print {
    .top-con11-left-t02{
    padding-left:7%;
    line-height: 2.5;
        font-size:1.1vw;
}
}

.top-con11-right{
 margin-left:15px;
  padding:60px 0 30px 15px;  
    background: #F9F9F9;
        border-top-left-radius:40px;
}

@media screen and (min-width: 768px),
print {
    .top-con11-right{
 width:48%;
  padding:70px 0 70px 70px; 
        margin-left:0;
        border-top-left-radius:0;
        border-bottom-left-radius:40px;
        
}
}

.top-con11-right-photo{
    padding-left:70px;
    margin-bottom:20px;
}

@media screen and (min-width: 768px),
print {
    .top-con11-right-photo{
    padding-left:30%;
    margin-bottom:30px;
}
}

.top-con11-right-photo img{
    border-top-left-radius:18px;
}

.top-con11-right-t01{
    font-size:22px;
    margin-bottom: 10px;
    font-weight: 450;
    padding-right:15px;
}

@media screen and (min-width: 768px),
print {
    .top-con11-right-t01{
    font-size:1.8vw;
        padding-right:7%;
        text-align: right;
}
}

.top-con11-right-t02{
    padding-right:15px;
    line-height: 1.8;
}

@media screen and (min-width: 768px),
print {
    .top-con11-right-t02{
    padding-right:7%;
    line-height: 2.5;
        font-size:1.1vw;
        text-align: right;
}
}



/*
+++++++++++++++++++

.top-con12

++++++++++++++++++++
*/


.top-con12{
    margin-bottom: 40px;

}

@media screen and (min-width: 992px),
print {
.top-con12{
    margin:0 auto 100px;
    width:87%;
}
}



.top-con12 li{
    margin:0 20px 20px;
    background:#FEFEFE;
    padding:30px 27px;
   border-radius:15px; 

}

@media screen and (min-width: 768px),
print {
.top-con12 li{
    padding:40px;
    margin-bottom:40px;
border-bottom: 1px #D5D5D5 solid;
    border-top: 1px #EBEBEB solid;
}
}

@media screen and (min-width:992px),
print {
.top-con12 li{
    padding:60px;
}
}

@media screen and (min-width: 768px),
print {
#top-con12-link{
    display: flex;
    justify-content: space-between;
    color:#000;
}
    }

.top-con12-left{
    margin-bottom:18px;
}

@media screen and (min-width: 768px),
print {
   .top-con12-left{
        padding:0;
    margin-bottom:0;
       width:20%;
       
}
}

.top-con12-left img{
   border-top-left-radius:18px;
    border-top-right-radius:20px;
}

.top-con12-right{
    
}

@media screen and (min-width: 768px),
print {
   .top-con12-right{
   width:70%;
    
}
}

.top-con12-t01{
    font-size:15px;
    margin-bottom:10px;
    color:#000;
}

@media screen and (min-width:768px),
print {
   .top-con12-t01{
    font-size:1.3vw;
}
}

.top-con12-t02{
    font-size:11px;
margin-bottom:10px;
    color:#494949;
}

@media screen and (min-width:768px),
print {
    .top-con12-t02{
    font-size:0.9vw;

        line-height: 1.5;
}
}

/*
+++++++++++++++++++

.top-con13

++++++++++++++++++++
*/

.top-con13-back{
    margin:0 15px 60px;
    padding:50px 30px;
    background: #FAFAFA;
    border-top-left-radius:15px;
    border-bottom-right-radius:15px;

}

@media screen and (min-width: 992px),
print {
.top-con13-back{
    margin:0 2% 150px;
    padding:130px;
    border-top-left-radius:25px;
    border-bottom-right-radius:25px;
}
}


.top-con13 ul{
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
grid-column-gap:10px;
}

@media screen and (min-width: 992px),
print {
.top-con13 ul{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-column-gap:30px;
    margin-bottom: 80px;
    
}
}

.top-con13 li{
    margin-bottom: 15px;
}

@media screen and (min-width: 992px),
print {
.top-con13 li{
    margin-bottom:30px;
}
}

.top-con13-photo{
    margin-bottom:5px;
}

.top-con13-photo img{
    margin-bottom: 10px;
    border-radius:10px; 
}

.top-con13-t01{
    font-size:12px;
    color:#000;
    line-height: 1.3;
}

@media screen and (min-width: 992px),
print {
    .top-con13-t01{
    font-size:0.9vw;
        line-height: 1.6;
}
}

.top-con13-t01 a{
    color:#000;
}

.top-con13-t01 a:visited{
    color:#000;
}

/*
+++++++++++++++++++

.top-con14

++++++++++++++++++++
*/

.top-con14-back{
    margin:0 0 60px;
    padding:50px 10px;
    background: #FAFAFA;
    border-top-left-radius:15px;
    border-bottom-right-radius:15px;

}

@media screen and (min-width: 992px),
print {
.top-con14-back{
    margin:0 2% 150px;
    padding:130px 90px;
    border-top-left-radius:25px;
    border-bottom-right-radius:25px;
}
}

.top-con14 ul{
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
grid-column-gap:15px;
}

@media screen and (min-width:768px),
print {
.top-con14 ul{
    grid-template-columns: 1fr 1fr 1fr 1fr;
grid-column-gap:40px;
    margin-bottom: 40px;
    
}
}

@media screen and (min-width:992px),
print {
.top-con14 ul{

    margin-bottom: 80px;
    
}
}

.top-con14 li{
    margin-bottom:15px;
}

@media screen and (min-width: 992px),
print {
.top-con14 li{
    margin-bottom:20px;
}
}



.top-con14-photo img{
    margin-bottom: 10px;
    border-top-right-radius:10px; 
    border-bottom-left-radius:10px; 
}

@media screen and (min-width: 992px),
print {
    .top-con14-photo img{
    margin-bottom: 10px;
    border-top-right-radius:14px; 
    border-bottom-left-radius:14px; 
}
}

.top-con14-t01{
    font-size:13px;
    color:#000;

}

@media screen and (min-width: 992px),
print {
    .top-con14-t01{
    font-size:1.15vw;

}
}

.top-con14-t02{
    font-weight: bold;
    font-size:15px;
    color:#F80C2F;
}

@media screen and (min-width: 992px),
print {
    .top-con14-t02{
    font-size:1.3vw;
        line-height: 1;
        margin-bottom: 5px;
}
}

.top-con14-t03{
    font-size:12px;
    color:#000;
    line-height: 1.3;
}

@media screen and (min-width: 992px),
print {
    .top-con14-t03{
    font-size:0.9vw;
        line-height: 1.6;
}
}

.top-con14-t04{
    font-size:12px;
    color:#000;
    line-height: 1.3;
}

@media screen and (min-width: 992px),
print {
    .top-con14-t04{
    font-size:0.9vw;
        line-height: 1.6;
}
}

/*
+++++++++++++++++++

.top-con15

++++++++++++++++++++
*/


.top-con15{
    margin-bottom: 40px;
    

}

@media screen and (min-width: 992px),
print {
.top-con15{
    margin:0 auto 100px;
width:85%;
}
}

.top-con15 iframe{
    width:100%;
    height:400px;

}

@media screen and (min-width: 992px),
print {
    
}

 .yt-clean {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius:0; /* 好みで */
    background: #fff;
  }

@media screen and (min-width: 992px),
print {
    .yt-clean {

        border-top-right-radius:20px; 
    border-bottom-left-radius:35px; 
  }
}


  .yt-clean iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  /* 透明のフタ：ホバー/クリックをYouTubeに渡さない（タイトル等を出にくくする） */
  .yt-clean .yt-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: transparent;
  }

.yt-lazy{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  background:#fff;
}
.yt-lazy iframe{
  position:absolute; inset:0;
  width:100%; height:100%;
  border:0;
}

@media screen and (min-width: 992px) {
    
    .yt-lazy{
  border-top-right-radius: 20px;
    border-bottom-left-radius: 35px;
        overflow: hidden;
}

}
.yt-box{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#fff;
}
.yt-box iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

/* PCだけ角丸 */
@media screen and (min-width: 992px) {
  .yt-box{
    border-top-right-radius: 20px;
    border-bottom-left-radius: 35px;
    overflow:hidden; /* 念のため（テーマ上書き対策） */
  }
}

/*
+++++++++++++++++++

.top-con16

++++++++++++++++++++
*/


.top-con16{  
    margin-top:-50px;
}

@media screen and (min-width: 992px),
print {
.top-con16{
    margin:-230px auto 0;
width:95%;
}
}

/*
+++++++++++++++++++

.top-con17

++++++++++++++++++++
*/


.top-con17{  
    margin: 0 auto 10px;
    width:100px;
}

@media screen and (min-width: 992px),
print {
.top-con17{  
    margin: 0 auto;
    width:12%;
}
}

/*
+++++++++++++++++++

.top-con18

++++++++++++++++++++
*/


.top-con18{  
    position: relative;
    z-index:2;
    margin:-103px auto 60px;
    width:100%;
    padding:13px 10px;
    font-size:16px;
    font-weight: 500;
    line-height: 1.2;
    background:rgba(255,255,255,0.8);
}

@media screen and (min-width: 992px),
print {
.top-con18{  
    margin:-160px auto 60px;
    width:100%;
    padding:17px 0 20px;
    font-size:2vw;
    font-weight: 460;
    line-height: 1.2;
    background:rgba(255,255,255,0.8);
    display: flex;
    justify-content: center;
    
}
}

@media screen and (min-width: 1500px),
print {
.top-con18{  
    margin:-170px auto 60px; 
}
}

@media screen and (min-width: 2000px),
print {
.top-con18{  
    margin:-180px auto 60px; 
}
}

.top-con18-photo{
    width:20%;
    position: absolute;
    bottom:5px;
    right:0;
}

@media screen and (min-width:768px),
print {
    .top-con18-photo{
    width:12%;
    bottom:6px;
        right:20px;
}
}

@media screen and (min-width: 992px),
print {
    .top-con18-photo{
    width:13%;
    bottom:5px;
        right:20px;
}
}

@media screen and (min-width: 1100px),
print {
    .top-con18-photo{
    width:15%;
    bottom:5px;
        right:20px;
}
}

/*
+++++++++++++++++++

.top-con19

++++++++++++++++++++
*/


.top-con19{  
    
}

@media screen and (min-width: 992px),
print {

}

/*
+++++++++++++++++++

.top-con20

++++++++++++++++++++
*/


.top-con20{
    margin-bottom: 40px;

}

@media screen and (min-width: 992px),
print {
.top-con20{
    margin:0 auto 100px;
    width:70%;
}
}



.top-con20 li{
    margin:0 20px 20px;
    background:#FEFEFE;
    padding:30px 27px;
   border-radius:15px; 

}

@media screen and (min-width: 992px),
print {
.top-con20 li{
    padding:100px;
    margin-bottom:70px;
border-bottom: 1px #D5D5D5 solid;
    border-top: 1px #EBEBEB solid;
}
}



.top-con20-t02{
    font-size:15px;
    margin-bottom:10px;
    color:#000;
}

@media screen and (min-width: 992px),
print {
   .top-con20-t02{
    font-size:1.3vw;
}
}

.top-con20-t01{
    font-size:11px;
margin-bottom:10px;
    color:#7E7D7D;
}

@media screen and (min-width: 992px),
print {
    .top-con20-t01{
    font-size:0.9vw;

        line-height: 1.5;
}
}

.top-con20-t03{
    font-size:11px;
margin-bottom:10px;
    color:#C60407;
}

@media screen and (min-width: 992px),
print {
    .top-con20-t03{
    font-size:0.9vw;

        line-height: 1.5;
}
}

.top-con20-t04{
    font-size:16px;
    font-weight: bold;
margin-bottom:10px;
    color:#C60407;
}

@media screen and (min-width: 992px),
print {
    .top-con20-t04{
    font-size:1.2vw;

        line-height: 1.5;
}
}

.top-con21{
    
margin:0 auto 20px;
}

@media screen and (min-width: 992px),
print {
    .top-con21{
margin:0 auto 35px;
}
    
}

.top-con22{
    
margin-bottom:27px;
}

@media screen and (min-width: 992px),
print {
    .top-con22{
margin-bottom:57px;
}
    
}

/*
++++++++++++++++++

text-align: justify;

@media screen and (min-width: 992px),
print {
    
}

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

+++++++++++++++++
*/