@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');
body{
   
}
.sp{
    display: none;
}
.toranomaki *{
 font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
}
.toranomaki{
    background: #fffbde;
    background-size: 400px;
    padding: 0px 0 1px;
    position: relative;
}

.emoji{
    font-family: 'Noto Color Emoji';
}


/*--
.toranomaki:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
    background: url(img/left-back.svg);
    background-size: 120%;
    background-position: right;
    z-index: 1;
    opacity: 0.1;
}

.toranomaki:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    background: url(img/right-back.svg);
    background-size: 120%;
    background-position: left;
    z-index: 1;
    opacity: 0.1;
}*/
.toranomaki h1{
    width: 100%;
    height: 34vw;
    min-height: 400px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
   
}

.toranomaki h1 figure{
    min-width: 1200px;
    width: 100vw;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}
.toranomaki h2{
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
}


.toranomaki h3{
    text-align:center;
}
.toranomaki h4{
    line-height: 1.4;
    text-align:center;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 900;

}
.toranomaki h4 span{
    font-weight: 900;
    letter-spacing: -0.025em;
    display: inline-block;
    margin-right: 0.1em;
}

.about{
    position: relative;
    z-index: 2;
}

.about p{
    text-align:center;
    font-size: 24px;
}

.about p span{
    color: #ff0040;
    font-size: 150%;
    display: inline-block;
    position: relative;
     
}
.about p span:after{
        content: "";
        display: block;
        position: absolute;
        top:-0em;
        left:50%;
    transform: translateX(-50%);
        width:0.2em;
        height:0.2em;
        background:#ff0040;
    border-radius: 100px;
}
.toranomaki section{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 100px;
}


.aruaru h3{
    position: relative;
    margin: 0 auto 25px;
    font-size: 32px;
    color: #fd7f9e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aruaru h3 span{
   display: block;
    width: 1.5em;
    display: flex;
    align-items: center;
    margin-right: 0.2em;
}
.aruaru .demerit h3{
    color: #7aacf1;
}


.ninja{
    width: 200px;
    margin: 0 auto 35px;
}

.merit{
    margin-bottom: 50px;
}
.toranomaki ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
     counter-reset: number 0;
    margin-bottom: -50px;
}

.toranomaki li{
    width: calc(50% - 20px);
    
    margin-bottom: 50px;
    display: flex;
  flex-direction: column;
    position: relative;
    border-radius: 20px;
    color: #fff;

    
}
.toranomaki li figure{
    width: 100px;
    aspect-ratio: 1 / 1;
    background: #fff;
    padding: 25px;
    border-radius: 1000px;
    margin: 0 auto 25px;
  
    
}

.toranomaki li figure img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.toranomaki li:after{
  counter-increment: number 1;      /* number カウンタの増加数をセット */
  content: counter(number) " ";  
width: 80px;
    height: 80px;
    position: absolute;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -15px;
    left: -15px;
    font-size: 32px;
    border-radius: 100px;
     box-shadow: 5px 5px 5px  rgba(0,0,0,.2);
    

}


.toranomaki li p{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
}

.toranomaki li p span.link{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0.75em 0 0;
}

.toranomaki li p span.link a{
    display: inline-block;
    font-size: 12px;
    padding: 0.2em 0.5em;
    text-decoration: none;
    border-radius: 100px;
    margin: 5px 5px 5px 0;
    background: #fff;
}

.toranomaki li p span.link a:hover{
    opacity: 0.5;
}
.li-inner{
    padding: 35px 15px;
    flex-grow: 1;
}
.toranomaki .merit li{
    background: #fd7f9e;
}
.toranomaki .merit li:after{
    color: #fd7f9e;
    border: solid 3px #fd7f9e;
   
}
.toranomaki .demerit li{
    background: #7aacf1;
}
.toranomaki .demerit li p span.link a{
    color: #7aacf1;
}
.toranomaki .demerit li:after{
   color: #7aacf1;
    border: solid 3px #7aacf1;
}

.toranomaki .aruaru li:last-child{
    margin: 0 0 50px;
}

.aruaru .ninja{
    margin-bottom: 15px;
}
.toranomaki .tyuui li{
    background: #5ed18d;
}
.toranomaki .tyuui li:after{
    color: #5ed18d;
    border: solid 3px #5ed18d;
}
.toranomaki .tyuui li p span.link a{
     color: #5ed18d;
}
.hiyou p{
   
    margin: 0 auto;
    line-height: 2;
    font-size: 18px;
    text-align: justify;
    text-align: center;
   
}




table{
    width: 100%;
    max-width: 650px;
    margin: 35px auto;
    background: #f5f5f5;

    background-size: 600px;
   
}
td,th{
    padding: 15px 15px;
     
    text-align:center;
}
th {
	
	width: 300px;
	
}

tr:nth-child(odd) th{
    background: #c094f7;
}
tr:nth-child(odd) td{
    background: #fff;
}
th {
	background: #af7af1;
    font-size: 18px;
    color: #fff;
}

td{
    font-size: 20px;
}

table small{
    font-size: 62%;
    display: block;
}

.saigo p{
   
    margin: 0 auto;
    font-size: 18px;
    line-height: 2;
    text-align: center;
   
}

.saigo p strong{
   font-weight: 900;
    font-size: 120%;
    color: #ff0042;
}

.movie-wrap{
    max-width: 600px;
    margin: 0 auto;
}

.movie-wrap:nth-child(3){
    margin-bottom: 50px;
}
.movie-wrap h3{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.movie-wrap h3 span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11em;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 10px;;
    background: #000;
    color: #fff; 
    font-size: 80%;
    padding: 0.4em 0;
    position: relative;
}

.movie-wrap h3 span::before,
.movie-wrap h3 span::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #000 transparent;
    border-style: solid;
    content: '';
}
.movie-wrap h3 span::before {
    left: -10px;
    border-width: 15px 0px 15px 10px;
}
.movie-wrap h3 span::after {
    right: -10px;
    border-width: 15px 10px 15px 0px;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;

}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.modal {
    width: 90%;
    max-width: 700px;
    display: none;
    position: relative;
    z-index: 999999999;
       background: #7aacf1;
    padding: 50px;
    text-align: left;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    line-height: 1.6;
}
.modal h3{
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 1.4;
}
.modal h3 span{
    display:inline-block;
    font-size: 60%;
    border: solid 2px;
    padding: 0.1em 0.7em;
    border-radius: 100px;
    margin-bottom: 5px;
}
.modal h4{
    font-size: 26px;
    margin-bottom: 15px;
}
.modal h3,.modal h4{
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.modal div{
    border: solid 1px #fff;
    padding: 25px;
    border-radius: 14px;
    margin: 25px 0;
    
}

.modal#column1 div{
    text-align: center;
}
.modal div a{
    color: #fff !important;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    word-break: break-all;
}
.modal strong{
    font-size: 130%;
}

.modal aside{
    font-size: 80%;
}
.yellow{
    color: #ff0;
}

.modal h5{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 16px;
}

.modal h5 span{
    background: #fff;
    color: #7aacf1;
    padding: 0.1em 0.5em;
    border-radius: 100px;
}

.close-modal{
    color: #fff !important;
    text-decoration: none;
    font-size: 24px;
    display: block;
    width: 7.5rem;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 768px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .toranomaki h1{
    width: 100%;
    height: auto;
    min-height: 0;
    position: relative;
    margin: 0 auto 50px;
    z-index: 2;
   
}

.toranomaki h1 figure{
    min-width: 0;
    width: 100vw;
    position: static;
    top: 0%;
    left: 0%;
    transform: translateX(0%);
}
    
    
.toranomaki h2{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
}


.toranomaki h3{
    text-align:center;
}
.toranomaki h4{
    line-height: 1.4;
    text-align:center;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 900;

}
.toranomaki h4 span{
    font-weight: 900;
    letter-spacing: -0.025em;
    display: inline-block;
    margin-right: 0.1em;
}

.about{
    position: relative;
    z-index: 2;
}

.about p{
    text-align:center;
    font-size: 18px;
}

.about p span{
    color: #ff0040;
    font-size: 150%;
    display: inline-block;
    position: relative;
     
}
.about p span:after{
        content: "";
        display: block;
        position: absolute;
        top:-0em;
        left:50%;
    transform: translateX(-50%);
        width:0.2em;
        height:0.2em;
        background:#ff0040;
    border-radius: 100px;
}
.toranomaki section{
    margin: 0 auto 75px;
}


.aruaru h3{
    position: relative;
    margin: 0 auto 25px;
    font-size: 25px;
    color: #fd7f9e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aruaru h3 span{
   display: block;
    width: 1.5em;
    display: flex;
    align-items: center;
    margin-right: 0.2em;
}
.aruaru .demerit h3{
    color: #7aacf1;
}


.ninja{
    width: 130px;
    margin: 0 auto 35px;
}

.merit{
    margin-bottom: 50px;
}
.toranomaki ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
     counter-reset: number 0;
    margin-bottom: -50px;
}

.toranomaki li{
    width: 100%;
    
    margin-bottom: 35px;
    display: flex;
  flex-direction: column;
    position: relative;
    border-radius: 20px;
    color: #fff;

    
}
.toranomaki li figure{
    width: 100px;
    aspect-ratio: 1 / 1;
    background: #fff;
    padding: 25px;
    border-radius: 1000px;
    margin: 0 auto 25px;
  
    
}

.toranomaki li figure img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.toranomaki li:after{
  counter-increment: number 1;      /* number カウンタの増加数をセット */
  content: counter(number) " ";  
width: 60px;
    height: 60px;
    position: absolute;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10px;
    left: -10px;
    font-size: 28px;
    border-radius: 100px;
     box-shadow: 5px 5px 5px  rgba(0,0,0,.2);
    

}


.toranomaki li p{
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.toranomaki li p span.link{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0.75em 0 0;
}

.toranomaki li p span.link a{
    display: inline-block;
    font-size: 11px;
    padding: 0.2em 0.5em;
    text-decoration: none;
    border-radius: 100px;
    margin: 5px 5px 5px 0;
    background: #fff;
}

.toranomaki li p span.link a:hover{
    opacity: 0.5;
}
.li-inner{
    padding: 35px 15px;
    flex-grow: 1;
}
.toranomaki .merit li{
    background: #fd7f9e;
}
.toranomaki .merit li:after{
    color: #fd7f9e;
    border: solid 3px #fd7f9e;
   
}
.toranomaki .demerit li{
    background: #7aacf1;
}
.toranomaki .demerit li p span.link a{
    color: #7aacf1;
}
.toranomaki .demerit li:after{
   color: #7aacf1;
    border: solid 3px #7aacf1;
}

.toranomaki .aruaru li:last-child{
    margin: 0 0 50px;
}

.aruaru .ninja{
    margin-bottom: 15px;
}
.toranomaki .tyuui li{
    background: #5ed18d;
}
.toranomaki .tyuui li:after{
    color: #5ed18d;
    border: solid 3px #5ed18d;
}
.toranomaki .tyuui li p span.link a{
     color: #5ed18d;
}
.hiyou p{
    line-height: 2;
    font-size: 14px;

   
}




table{
    margin: 35px auto;
    background: #f5f5f5;

    background-size: 600px;
   
}
td,th{
    padding: 15px 5px;
     
    text-align:center;
}
th {
	
	width: 160px;
	
}

tr:nth-child(odd) th{
    background: #c094f7;
}
tr:nth-child(odd) td{
    background: #fff;
}
th {
	background: #af7af1;
    font-size: 14px;
    color: #fff;
}

td{
    font-size: 16px;
}

table small{
    font-size: 62%;
    display: block;
}

.saigo p{
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 2;
}

.saigo p strong{
   font-weight: 900;
    font-size: 120%;
    color: #ff0042;
}

.movie-wrap{
  
    margin: 0 auto;
}

.movie-wrap:nth-child(3){
    margin-bottom: 50px;
}
.movie-wrap h3{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.movie-wrap h3 span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11em;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 10px;;
    background: #000;
    color: #fff; 
    font-size: 80%;
    padding: 0.4em 0;
    position: relative;
}

.movie-wrap h3 span::before,
.movie-wrap h3 span::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #000 transparent;
    border-style: solid;
    content: '';
}
.movie-wrap h3 span::before {
    left: -10px;
    border-width: 15px 0px 15px 10px;
}
.movie-wrap h3 span::after {
    right: -10px;
    border-width: 15px 10px 15px 0px;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;

}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.modal {
    width: 90%;
    max-width: 700px;
    display: none;
    position: relative;
    z-index: 999999999;
       background: #7aacf1;
    padding: 25px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1.6;
}
.modal h3{
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.4;
}
.modal h3 span{
    display:inline-block;
    font-size: 60%;
    border: solid 2px;
    padding: 0.1em 0.7em;
    border-radius: 100px;
    margin-bottom: 5px;
}
.modal h4{
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.modal h3,.modal h4{
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.modal div{
    border: solid 1px #fff;
    padding: 25px 10px;
    border-radius: 14px;
    margin: 25px 0;
}
.modal div a{
    color: #fff !important;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    word-break: break-all;
}
.modal strong{
    font-size: 130%;
}

.modal aside{
    font-size: 80%;
}
.yellow{
    color: #ff0;
}

.modal h5{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 13px;
}

.modal h5 span{
    background: #fff;
    color: #7aacf1;
    padding: 0.1em 0.5em;
    border-radius: 100px;
}

.close-modal{
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
}    
}

