@charset "UTF-8";
/* CSS Document */
html{ font-size: 62.5%; /* 10px */ }
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6;
	min-width: 320px;
	color: #000000;
    background: #fff;
    margin: 0;

}

/* ios用
=================================== */
body:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
        background: url("../img/bg.jpg");
    background-size:cover;
    background-position: bottom;
  }


    #main{
       background-image:  url("../img/main.jpg");
           font-size: 0;
    text-indent: -9999px;
    white-space: nowrap;
    width: 100%;
    padding-top: 70.541667%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* border-top: solid 10px;
        border-bottom: solid 10px;
        border-image: linear-gradient(to right, #ff2782, #ff87b9, #96d800, #ffb902) 1; */
   
    }




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


h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
	padding: 0; margin: 0;
}
ul,li,ol{
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
em{ font-style: normal; }
dl{ margin: 0; padding: 0; }
p{ margin: 0; padding: 0; }
img{ max-width: 100%; vertical-align: top; }

a{ color: #0096ff; text-decoration: none; }
/*a:visited{ color: #4900c1; text-decoration: none; }*/
a:hover, a:active, a:focus{ color: #ff0096; text-decoration: none; }
a:hover img, a:active img, a:focus img{ opacity: 0.8; filter: alpha(opacity=80); }


div#wrap{}
div#ctv_tab{}

div#container{
	width: 100%;
/*	max-width: 960px;*/
	margin: 0 auto;
	padding: 0;
}
.contents{
    padding-top: 20px;
/*    background: #A4ECFE;*/
}

header{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

/*フッター*/
footer{
/*
  background:#e62e8b;
  padding:1em 0 2em 0;
*/
  }
footer div{
  }

footer p{
  clear:both;
  color:#fff;
  margin:0 auto;
  padding:0;
font-size: 12px;
  }

.copyright a,
.copyright .attention{
  display: block;
  color: #000000;
  text-decoration: none;
}




#pageTopBar {
display: block;
background: #56acea;
}

#pageTopBar a {
display: block;
width: 100%;
padding: 2rem 0;
color: #fff;
font-family: 'Poppins', sans-serif;
font-size: 2.0rem;
font-weight: 600;
line-height: 1;
letter-spacing: 0.5rem;
}




/* Page Top
=================================== */
.page-topLink{
  bottom: 5px;
  right: 5px;
  width: 20px;
  padding: 13px 10px;
  }

  /**/
.page-topLink{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 5px;
  width: 14px;
  padding: 13px 13px;
  background: rgba(255,255,255,.7);
  border-radius: 80%;
  border: 4px solid #ff8807;
  color: #E76F71;
  font-size:16px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  cursor:pointer;
  behavior: url(PIE.htc);
}
.page-topLink a{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ff8807;
  text-decoration:none;
}
.page-topLink:hover{
  background: rgba(255,255,255,1);
}

#container{
    margin: 0 auto;
    width: 100%;
}


      /* フェードイン =================================== */
 .fadein {
  opacity: 0;
  transform : translate(0, 30px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}


      /* ポップアップ =================================== */
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}
.modal-container .img {
    background: #f1f1f1;
    margin-bottom: 15px;
}
.modal-container p {
/*    margin-bottom: 10px;*/
/*    text-align: left;*/
}
.modal-container p:last-child {
    margin-bottom: 0;
}
.modal-content {
    background: #FFF;
/*   background-image: linear-gradient(55deg, rgba(146, 213, 249, 1) 35%, rgba(255, 179, 213, 1));*/
    overflow-y: auto;
    padding: 20px 25px;
    width: 90%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
max-height: 70vh;
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);

border-radius: 20px;}
.modal-top {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
}
/*.modal-close {
   color: #ffffff;
    text-decoration: none;
    font-size: 2.5em;
     line-height: 1; 
    padding: 0px 10px 7px 10px;
    border-radius: 50%;
    background-color: #e62e82;
}
.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
*/
.modal-close {
  display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e62e82;
}
 
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #fff; /* バツ印の色 */
}
 
.modal-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}



.modal-title {
  color: #FFF;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}



.profile th, .profile td {
    border-bottom: none;
    display: block;
    width: 100%;
}

hr{
    border: 0;
/*  margin: 1.35em auto;*/
  max-width: 100%;
  background-position: 50%;
  box-sizing: border-box;
    
    
    height: 10px;
  background-image: linear-gradient(45deg,
    hsla(0, 0%, 5%, 0),
    hsla(0, 0%, 5%, 0) 33.33%,
    hsla(201.24deg 64.55% 73.58%) 33.33%,
    hsla(201.24deg 64.55% 73.58%) 66.67%,
    hsla(0, 0%, 5%, 0) 66.67%,
    hsla(0, 0%, 5%, 0) 100%);
  background-size: 10px 100%;
/*  width: 250px;*/
}

.iflame-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iflame-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}





      /* 右下 見逃しバナー =================================== */
.appear{
    opacity: 0;
    transition: .5s;
}

.fix_contents{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;

}

.delivery_bnr_close{
    position: absolute;
    top: -2rem;
    left: -2rem;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    }

.delivery_bnr_close::after {
    content: "×";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    font-family: "Share Tech Mono", monospace;
    font-weight: bold;
    font-size: 2em;
    transform: translate(-50%, -50%);
    color: #fff;
    cursor: pointer;
}


.delivery_bnr {
    margin-bottom: 3rem;
}


/* Chrome、Safari以外 */
summary {
  display: block;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}


.url_inline a{
    color: #fff;
}

.url_inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  backface-visibility: hidden;
  border: 0.3rem solid transparent;
  border-radius: 3rem;
}

.url_inline {
  border-color: transparent;
  background-color: #e62e82;
  color: #000;
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}
  
.url_inline:hover {
  transform: perspective(1px) scale3d(1.044, 1.044, 1) translateZ(0) !important;
}

.asadore_sns {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    }
    
    .btn-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
    box-sizing: border-box;
    border-radius: 50%;
    color: white;
    font-size: 3.5rem;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    margin: 0 10px;
    }
    
    .btn-sns svg {
    fill: #fff;
    }
    
    .btn-x {
    background-color: #111319;
    }
    
    .btn-instagram{
        background: linear-gradient(to right,
        rgba(247, 207, 0, 0.7),
        rgba(246, 37, 2, 0.7) 45%,
        rgba(182, 47, 82, 0.7) 75%,
        rgba(113, 58, 166, 0.7));
    }

    
    .btn-sns:hover {
    opacity: 0.8;
    }


   

    .font_bg{
        background-color: #1c286e;
    color: #fff;
    font-weight: bold;
    padding:3px 5px;
 
    
    }

    .font_m{
        font-weight: bold;
        color: #ea7600;
    }



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

    
    @-webkit-keyframes bg {
    from {
        background-position: 0  0;
    }
    to {
        background-position:  0 -880px;
    }
}
@keyframes bgr {
    from {
        background-position: 0 0;
    }
    to {
        background-position:  0 -880px;
    }
}

		#wrap {
	max-width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
}


    
        .fas img{
            width: 80px;
    margin-top: -45px;
    }
    
            .fix_contents{
        width: 20%;
    }
    
    
    .titl{
     color: #fff;
    background-color: #f9b600;
    /* text-align: left; */
    font-weight: bold;
    font-size: 1.5em;
    width: 70%;
    border-radius: 50px;
    /* margin-top: 0px; */
        margin: 0 auto;
    margin-bottom: 20px;
/*    margin-top: -50px;*/
}
    

    
       #main img{
        width: 100%;
        margin: 0 auto;
    }
    
    #time{
        width: 100%;
        margin: 0 auto;
            margin: 30px 0;
    }
    
        #time p{
        color: #f9b600;
            font-size: 1.2rem;
    }
    
    #news{
        width: 95%;
        margin: 0 auto;
           margin-bottom: 50px;
    margin-top: 50px;
    }
    
    .news_info{
        width: 90%;
        margin: 0 auto;
            background-color: #fff;
    border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 5px 10px 0px #e62e828f;
        padding: 10px;
    }
    
/*
    .news_titl{
       color: #e62e82;
    font-weight: bold;
    padding: 10px 0;
    font-size: 2rem;
    }
    

*/
    
    .news_img{
        text-align: center;
        padding: 10px 0;
    }
    
        .news_text{
        padding: 15px;
        text-align: left;
        display: inline-block;
    }
    
    .news_text img{
        width: 100%;
        text-align: center;
    }
    
                .news_text p{
        padding: 10px 0;
    }

    
    #about{
         margin: 0 auto;
        width: 95%;
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .about_info{
        margin-top: -20px;
    }
    
    
    #cast{
        margin: 0 auto;
        width: 95%;
/*
        display: flex;
        justify-content: space-around;
        margin-top: 100px;
        margin-bottom: 100px;
*/
    }

    #cast{
        width: 95%;
        margin: 0 auto;
            margin-bottom: 50px;
            margin-top: 30px;
    }
    
    .cast_info{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
            align-items: flex-start;
        margin-bottom: 20px;
    }
    


    .cast_box{
        width: 43%;
        margin-bottom: 3%;
        
    }




    
    .cast_box img{
        border:solid #ffadd3 3px;
       border-radius: 10px 10px 0 0;
    }
    
    .modal-container img{
        width: 80%;
        margin-bottom: 20px;
    }

    .font_s{
        color: #fff;
   font-size: 1rem;
display: block;
}
    
        .day{
             color: #e62e82;
        font-size: 1rem;
                /* margin-bottom: -3px; */
    display: block;
    }
    
            .name_span{
             color: #464646;
        font-size: 0.9rem;
                /* margin-top: -3px; */
    display: block;
                    padding: 0 5px 5px 5px;
                text-align: left;
                    line-height: 1.5rem;
    }
    
    .position{
            text-align: center;
    color: #e62e82;
    font-weight: bold;
/*        display: inline-block;*/
border-bottom: solid 2px;
border-image: linear-gradient(to right, #ff2782, #ff87b9, #96d800, #ffb902) 1;
        margin-bottom: 10px;
    }
    
    
    .profile_br{
        display: block;
        height: 22px;
    }
    

    
            .modal-toggle p{
          width: 103.4%;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    background-color: #ffadd3;
         border-radius: 0 0 10px 10px;
         padding: 5px 0;
    }

    
    .modal-container span{
        background-color: #f9b600;
           border-radius: 30px;
    padding: 10px;
    color: #fff;
            font-size: 1.7rem;
    }
    


    
    
   .profile{
        background-color: #bfebfc;
        padding: 10px;
/*    margin-top: -25px;*/
    border-radius: 20px;
       text-align: left;
       line-height: 30px;
       width: 100%;
         border-spacing: 5px 5px;
    }
    

    
        .profile tr th{
        vertical-align: top;
    }
    
        .profile td{
/*      border-bottom: solid 1px #bcbcbc;*/
    }
    
    .profile th{
        text-align: left;
            color: #e62e82;
    }
    
    
    
    
    .modal-content {
        background-color: #fff;
/*    background-image: linear-gradient(55deg, rgba(146, 213, 249, 1) 35%, rgba(255, 179, 213, 1));*/
    overflow-y: auto;
    padding: 20px 10px;
    width: 90%;
    /* max-width: 500px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 max-height: 70vh; 
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
    border-radius: 10px;
    
    }
    
    #twitter_sns{
       margin: 0 auto;
    margin-bottom: 50px;
    width: 95%;
        margin-top: 50px;
    }
    
    .tw_info{
        width: 95%;
        margin: 0 auto;
    }
    
        #zip{
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 90%;
        
        
    }
        #zip img{
        border:solid #fff 3px;
        border-radius: 10px;
    }
    
    
    #bachrhythm{
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 90%;
        
        
    }
        #bachrhythm img{
        border:solid #fff 3px;
        border-radius: 10px;
    }
    
    #rink{
        width: 95%;
        margin: 0 auto;
        display: flex;
       flex-wrap: nowrap;
    justify-content: center;
        margin-bottom: 20px;
    }
    
    .zip_smileart{
        width: 50%;
    }
    
    .pikapika-tabi{
        width: 50%;
    }
    
        #rink img{
        width: 90%;
                border: solid #fff 3px;
    border-radius: 10px;
    }
    
        #sdgs{
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 90%;
        
        
    }
        #sdgs img{
        border:solid #fff 3px;
        border-radius: 10px;
    }
    
    
            .corner-titl{
         font-size: 2rem;
    text-align: center;
    color: #e62e82;
            margin-bottom: 10px;
            display: block;
    font-weight: bold;
    border-bottom: dotted 3px #e62e82;
    }
    
    .info_box{
            background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 5px 10px 0px #e62e828f;
    }
    
    .news{
            text-align: left;
    padding: 10px;
    }
    
    .news-sub li{
/*
           margin-bottom: 15px;
    padding-bottom: 15px;
*/
            border-bottom: dotted #ffc2dd;
    }
    
    .title a{
        display: flex;
    align-items: center;
    }
    
    .title .img{
        width: 50%;
/*            margin: 0 10px;*/
    }
    
    .text{
            display: inline-block;
    width: 80%;
    text-align: left;
            padding: 10px;
            color: #000;
    }
    
    .title .date{
        display: block;
    }
    
    .news_url{
        text-align: right;
        font-weight: bold;
    }
    
    .url_inline{
    display: inline-block;
            padding: 5px 15px;
    }
    
    .info_box p{
/*           font-size: 1.8rem;*/
        text-align: left;
    font-weight: bold;
    }

    .url_inline{
            font-size: 1.5rem;
    margin-top: 10px;
    }
    
        .corner_menu{
            position: sticky;
    top: 0;
            z-index: 999;
            display: flex;
    justify-content: space-evenly;
            margin: 20px 0;
            background-color: #e62e82;
    border-radius: 50px;
    }
    
    .List-Item {
  position: relative;
  color: #fff;
  font-size: 18px;
  list-style: none;
}
.List-Item:before {
  position: absolute;
  top: 50%;
        left: -15%;
  content: "/";
  display: block;
  transform: translate(-50%, -50%);
  color: #fff;
}
.List-Item-Link {
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  color: inherit;
}
    
    ul li:first-child:before{ 
    content: "";
}
    
    .corner_menu_btn{
    width: 90px;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
        
    }

    #asadore{
        background-image: radial-gradient(circle, rgba(247, 186, 181, 1), rgba(255, 238, 238, 1));
        padding: 10px 0 20px 0;
        border-top: solid 5px;
        border-bottom: solid 5px;
        border-image: linear-gradient(to right, #ff2782, #ff87b9, #96d800, #ffb902) 1;
    }

    .asadore_logo{
        width: 100%;
        margin: 0 auto;
    }
    

    .btn-sns {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 5rem;
        height: 5rem;
        box-sizing: border-box;
        border-radius: 50%;
        color: white;
        font-size: 2.8rem;
        text-align: center;
        text-decoration: none;
        transition: 0.3s;
        margin: 0 10px;
        }


        .official_info{
            width: 95%;
            margin: 0 auto;

        }
        
        .tw_info{
            width: 95%;
            margin: 0 auto;
        }
        
        .sns_info{
            width: 100%;
             display: flex;
                margin-top: 3%;
        }
        
        .sns_info img{
            width: 95%;
                margin-top: 10px;
        }

        #form{
            padding: 3% 0;
            background-color: #ffd67f;
            box-shadow: 0px 5px 15px 0px #fab600;
        }
    
        .form_info{
            width: 95%;
            margin: 0 auto;
            margin-top: 10px;
        }

           .form_info_catch{
         width: 87%;
            margin: 0 auto;
            margin-top: 10px;
    }



        .news_info p{
            text-align: left;
            font-size: 1.5rem;
            margin-top: 10px;
        }

}





/* -------------------------------------------------------------------------------------------------------------------
961px-                                                                                                           
------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 960px) {
	.pc {
		display: block;
	}
  .sp {
	  display: none;
	}
	
  .f-small {
	  font-size: 1.4rem;
	}
	
  .f-middle {
	  font-size: 1.6rem;
	}

    
    @-webkit-keyframes bg {
    from {
        background-position: 0  0;
    }
    to {
        background-position:  0 -1772px;
    }
}
@keyframes bgr {
    from {
        background-position: 0 0;
    }
    to {
        background-position:  0 -1772px;
    }
}
    
		#wrap {
	max-width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
}
    
    .mov-wrap{
        width: 80%;
        margin: 0 auto;
    }
    
        .fix_contents{
        width: 8%;
    }
    
              /* フッター =================================== */
    #pageTopBar{
        margin-top: 50px;
        padding-top: 10px;
    }
    
    .fas img{
        width: 150px;
    margin-top: -100px;
    }
    

    
    
    .titl {
    color: #fff;
    background-color: #f9b600;
    /* text-align: left; */
    font-weight: bold;
    font-size: 2em;
    width: 300px;
    border-radius: 50px;
    /* margin-top: 0px; */
        margin: 0 auto;
    margin-bottom: 20px;
/*    margin-top: -50px;*/
}


    
    #main img{
        width: 700px;
        margin: 0 auto;
    }
    
    #time{
        width: 700px;
        margin: 0 auto;
            padding-top: 30px;
    }
    
    #time p{
        color: #f9b600;
    }
    
    #news{
/*        width: 1000px;*/
        margin: 0 auto;
        margin-top: 50px;

    }
    
    .news_info{
        width: 1000px;
        margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
        overflow: hidden;
        box-shadow: 0px 5px 15px 0px #e62e828f;
        padding: 20px;
    }
    
        .news_text{
        padding: 30px;
        text-align: left;
    }
    
            .news_text p{
        padding: 10px 0;
    }
    
    

    
    
    #twitter_sns{
            width: 960px;
    margin: 0 auto;
        margin-top: 100px;
    margin-bottom: 100px;
    }

    
    #about{
        width: 100%;
        margin: 0 auto;
/*        background-color: #fff;*/
        border-radius: 40px;
    }
    
    .about_info{
        width: 960px;
        margin: 0 auto;
        /* padding: 30px; */
    }
    
    #about{
        width: 960px;
 margin: 0 auto;
         margin-top: 100px;
      margin-bottom: 100px;
 }


    #cast{
           width: 1200px;
    margin: 0 auto;
            margin-top: 100px;
         margin-bottom: 100px;
    }
    
    .cast_info{
        display: flex;
                flex-wrap: wrap;
       justify-content: space-evenly;
            margin-bottom: 50px;
               align-items: flex-start;
    }
    

    .cast_box{
        width: 245px;
        
    }

    
    .cast_box img{
        border:solid #ffadd3 3px;
        border-radius: 20px 20px 0 0;
    }
    
    .modal-container img{
        width: 70%;
        margin-bottom: 20px;
    }
    

    .modal-toggle p{
       width: 231px;
   padding: 5px 10px 5px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    border-radius: 0 0 20px 20px;
    background-color: #ffadd3;
    }


    .font_s{
        color: #fff;
        font-size: 1.3rem;
        display: block;
    }
    
    .day{
        color: #e62e82;
        font-size: 1.5rem;
        display: block;
    }
    
    .position{
         font-size: 2.5rem;
    text-align: center;
    color: #e62e82;
            margin-bottom: 20px;
/*            display: inline-block;*/
    font-weight: bold;
    border-bottom: solid 5px;
    border-image: linear-gradient(to right, #ff2782, #ff87b9, #96d800, #ffb902) 1;
    }

    .flex_box{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .position_flex{
        width: 960px;
        margin: 0 auto;
    }
    
        .name_span{
           color: #464646;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.5em;
    padding: 5px;
            display: block;
    }
    
    .modal-container span{
           background-color: #f9b600;
    border-radius: 30px;
    padding: 9px;
    color: #fff;
    font-size: 2rem;
    }

    .news_sports{
        width: 960px;
        margin: 0 auto;
    }
    
    
    
   .profile{
        background-color: #bfebfc;
        padding: 10px;
/*    margin-top: -15px;*/
    border-radius: 20px;
       text-align: left;
       line-height: 30px;
       width: 100%;
       border-spacing: 10px 5px;
    }

    .profile_br{
        display: block;
        height: 22px;
    }
    

    
        .profile tr th{
        vertical-align: top;
    }
    
        .profile td{
/*            border-bottom: solid 1px #bcbcbc;*/

    }
    
    .profile th{
        text-align: left;
            color: #e62e82;
    }
    

    .official_info{
        width: 960px;
        margin: 0 auto;
            display: flex;
        justify-content: space-between;
    }
    
    .tw_info{
        width: 90%;
    }

    .sns_info{
        width: 35%;
    }
    
    .sns_info img{
        width: 90%;
        margin: 10px;
    }

    
        #zip{
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px;
        width: 800px;
        
        
    }
        #zip img{
        border:solid #fff 3px;
        border-radius: 20px;
    }
    
    
    #bachrhythm{
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px;
        width: 800px;
        
        
    }
        #bachrhythm img{
        border:solid #fff 3px;
        border-radius: 20px;
    }
    
    #rink{
        width: 850px;
        margin: 0 auto;
        display: flex;
       flex-wrap: nowrap;
    justify-content: center;
        margin-bottom: 50px;
    }
    
    .zip_smileart{
        width: 50%;
    }
    
    .pikapika-tabi{
        width: 50%;
    }
    
        #rink img{
        width: 90%;
                border: solid #fff 3px;
    border-radius: 20px;
    }
    
        #sdgs{
        margin: 0 auto;
        margin-bottom: 50px;
        width: 800px;
        
        
    }
        #sdgs img{
        border:solid #fff 3px;
        border-radius: 20px;
    }
    
    .corner{
/*
        background-color: #fff;
        padding: 10px;
        border-radius: 20px;
*/
    }
    
        .corner-titl{
         font-size: 2.5rem;
    text-align: center;
    color: #e62e82;
            margin-bottom: 10px;
            display: block;
    font-weight: bold;
    border-bottom: dotted 3px #e62e82;
    }
    
    .info_box{
            background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 5px 15px 0px #e62e828f;
    }
    
    .news{
            text-align: left;
    padding: 30px;
        font-weight: 500;
    }
    
    
    
    .news-sub li{
           margin-bottom: 15px;
    padding-bottom: 15px;
            border-bottom: dotted #ffc2dd;
    }
    
    .title a{
        display: flex;
    align-items: center;
    }
    
    .title .img{
        width: 18%;
            margin: 0 10px;
    }
    
    .text{
            display: inline-block;
    width: 80%;
    text-align: left;
            padding: 10px;
            color: #000;
    }
    
    .title .date{
        display: block;
    }
    
    .news_url{
        text-align: right;
        font-weight: bold;
    }
    
    .url_inline{
    display: inline-block;
            padding: 5px 15px;
    }
    
    .info_box p{
           font-size: 1.8rem;
    font-weight: bold;
    }
    
    .corner_text{
        width: 70%;
        margin: 0 auto;
    }
    
    .corner_menu{
            position: sticky;
    top: 0;
            z-index: 999;
            display: flex;
    justify-content: space-evenly;
            margin: 40px 0;
            background-color: #e62e82;
    border-radius: 50px;
    }
    
    .List-Item {
  position: relative;
  color: #fff;
  font-size: 18px;
  list-style: none;
}
.List-Item:before {
  position: absolute;
  top: 50%;
    left: -40%;
  content: "/";
  display: block;
  transform: translate(-50%, -50%);
  color: #fff;
}
.List-Item-Link {
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  color: inherit;
}
    
    ul li:first-child:before{ 
    content: "";
}
    
    .corner_menu_btn{
/*       background-color: #e62e82;*/
    width: 150px;
    padding: 10px 0;
/*    border-radius: 50px;*/
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
        
    }

    #asadore{
        background-image: radial-gradient(circle, rgba(247, 186, 181, 1), rgba(255, 238, 238, 1));
        padding: 20px 0;
        border-top: solid 10px;
        border-bottom: solid 10px;
        border-image: linear-gradient(to right, #ff2782, #ff87b9, #96d800, #ffb902) 1;
    }

  
    #form{
        padding: 2%;
        background-color: #ffd67f;
        box-shadow: 0px 5px 15px 0px #fab600;
    }

    .form_info{
        width: 800px;
        margin: 0 auto;
        margin-top: 20px;
    }

     .form_info_catch{
        width: 750px;
        margin: 0 auto;
        margin-top: 20px;
    }





    .news_info p{
        text-align: left;
        font-size: 1.9rem;
        margin-top: 10px;
        font-weight: bold;
    }

}