/* -------------------------------------------全体------------------------------------------- */

@charset "UTF-8";

* , *::before , *::after{
    box-sizing: border-box;
    font-family: vdl-logog, sans-serif , "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    font-style: normal;
    font-weight: 400;
}

a{
    text-decoration: none;
    color: #EB73A8;
}

a:hover{
    color: #ff2081;   
}

body{
    margin: 0 auto 0 auto;
    padding: 0;
    width: 100%;
    max-width: 720px;
    background-color: #222;
    /* font-family: vdl-logog, sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;;
    font-style: normal;
    font-weight: 400; */
}
/* ---------------------------header-------------------------- */

.header{
    background-color:#EB73A8;
    margin: auto;
    width: 100%;
    height: 100px;
    /* max-width: 720px; */
    position: relative;
    top: 0;
    /* z-index: 150; */
}

.logo{
    height: 100%;
    position: absolute;
    top:-8px;
    left: 23%;
    transition: 0.5s;
    /* z-index: -10; */
}

.logo:hover{
    opacity: 0.5;
}

/* -----ハンバーガーボタン----- */

.hamburger{
    display : block;
    position: absolute;
    z-index : 3;
    right : 13px;
    top   : 12px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}

.hamburger span{
    display : block;
    position: absolute;
    width   : 65px;
    height  : 7px;
    left    : -30px;
    background : #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.hamburger span:nth-child(1){
    top: 10px;
}

.hamburger span:nth-child(2){
    top: 35px;
}

.hamburger span:nth-child(3){
    top: 60px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1){
    top : 35px;
    left: -22px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3){
    top: 35px;
    left: -22px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
}

/* -----メニュー----- */

nav.globalMenuSp{
    /* position: fixed; */
	position: absolute;
    z-index : 10;
    top  : 100px;
    left : 0;
    color: #fff;
    background: #EB73A8;
    text-align: center;
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul{
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li{
    list-style-type: none;
    padding: 0;
    width: 100%;
	transition: .4s all;
	font-size: 1.7em;
}

nav.globalMenuSp ul li:last-child{
    padding-bottom: 0;
}

/* nav.globalMenuSp ul li:hover{
    background :#ff4797;
} */

.li-h:hover{
    background :#ff4797;
}

.li-icon{
    transition: 0.5s;
}

.li-icon:hover{
    transform: scale(1.2, 1.2);
}

nav.globalMenuSp ul li a{
	display: block;
	width: 51%;
	margin-left: auto;
	margin-right: auto;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active{
    opacity: 100;
	/*transform: translateY(0%);*/
}

/* ---メニューの特殊フォント--- */
.ab-font{
    font-family: 'ab-digicomb', sans-serif;font-weight: 400;font-style: normal;
}

/* 
.ul-top{
    
    background-size: 12px 4px;
    background-image: linear-gradient(to right, #ffffff 6px, transparent 6px);
    background-repeat: repeat-x;
    background-position: left top;
    padding-bottom: 5px;
} */

.li-hr{
    margin: 0 0 0 2.5px;
    border: none;
    background-size: 12px 4px;
    background-image: linear-gradient(to right, #ffffff 6px, transparent 6px);
    background-repeat: repeat-x;
    background-position: left top;
    padding-bottom: 2px;
}

/* swiper 1 */
/* ---------------------------------------------------------------swiper----------------------------------------------------------- */

.swiper-container{
    /* 動画の数が一個なら50% */
    /* 動画の数が二個なら70%*/
    /* 動画の数が三個なら90% */
    width: 100%;
    overflow: hidden;
    margin: auto;
    transition: 1s;
    background-color: white;
}

.swiper-wrapper{
    width: 100%;
    margin-top: 27px;
}

.swiper-slide{
    width: 100%;
    text-align: center;
    transition: 0.5s;
}

.s1-img{
    width: 90%;
    object-fit: contain;
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.5s;
}

.swiper-pagination-bullets {
    width: 100px;
}

.swiper-pagination-bullet {
    width : 47% !important;
    border-radius: 0 !important;
    margin: 0 0 0 20px !important;
    background-color: #EB73A8 !important;
    opacity: 0.5 !important;
}

.swiper-pagination-bullet-active{
    /*アクティブなドットの透過度を1にする*/
    opacity: 1 !important;
}

.swiper-pagination-bullet:first-child {
    margin: 0 !important;
}
  
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: unset;
}

.s0{
    margin-top: 2px;
}

/* -------------------main--------------------- */

main{
    width: 100%;
    background-color: white;
    padding-top: 0px;
    /* SP表示時に何故かバックグラウンドカラーの黒が表示されてしまうのを防ぐ記述 */
    margin-top: -1px;
}

/* --------index-------- */

/* .c-n{
    font-size: 1.2em;
    position: absolute;
    top: 218px;
    left: 263px;
    right: 0;
    bottom: 0;
} */

.top-news-o{
    width: 95%;
    max-width: 720px;
    margin: auto;
    position: relative;
    /* position: absolute; */
    z-index: 1;
}

.top-news{
    width: 100%;
    /* max-width: 720px; */
    /* margin: auto; */
    /* object-fit: contain; */
    /* display: block; */
}

.top-news-button{
    position: absolute;
    top: 325px;
    left: 450px;
    right: 0;
    bottom: 0;
    width: 25%;
}

.top-news-button:hover{
    opacity: 0.7;
}

@media screen and (max-width: 720px) {  
    .top-news-button:hover{
        opacity: 1;
    }
}

.top-news-F-1{
    width: 80%;
    display: flex;
    position: absolute;
    /* top: 166px; */
    /* 二個表示の場合 */
    top: 152px;
    left: 70px;
    right: 0;
    bottom: 0;
    font-size: 1.3em;
    flex-wrap: wrap;
    max-height: 30px;
    height: 30px;
}

.top-news-F-2{
    width: 80%;
    display: flex;
    position: absolute;
    /* top: 241px; */
    /* 二個表示の場合 */
    top: 241px;
    left: 70px;
    right: 0;
    bottom: 0;
    font-size: 1.3em;
    flex-wrap: wrap;
    max-height: 30px;
    height: 30px;
}

/* .top-news-F-3{
    width: 80%;
    display: flex;
    position: absolute;
    top: 316px;
    left: 70px;
    right: 0;
    bottom: 0;
    font-size: 1.2em;
    max-height: 30px;
    height: 30px;
}

.top-news-F-4{
    width: 80%;
    display: flex;
    position: absolute;
    top: 391px;
    left: 70px;
    right: 0;
    bottom: 0;
    font-size: 1.2em;
    max-height: 30px;
    height: 30px;
} */

.top-news-L{
    width: 100%;
    color: #EB73A8;
    /* margin-left: 10px;
    margin-right: 10px; */
}

.top-news-R{
    width: 100%;
    /* margin-left: 10px;
    margin-right: 10px; */
}

.top-news-a{
    color: rgba(0, 0, 0, 0.8);
    text-decoration:underline;
}

.top-news-a:hover{
    color: #ff8ebf;
}

.news-title-not-a{
    color: rgba(0, 0, 0, 0.8);
}

.news-title-a{
    color: rgba(0, 0, 0, 0.8);
    text-decoration:underline;
}

.news-title-a:hover{
    color:#ff9dc8;
}

.cate{
    border-radius: 2em;
    padding: 0.3em 3em;
    line-height: 1em;
    width: 10em;
    text-align: center;
    cursor: pointer;
}

.cate:hover{
    opacity: 0.7;
}

.cate2{
    border-radius: 2em;
    padding: 0.3em 3em;
    line-height: 1em;
    width: 10em;
    text-align: center;
    /* cursor: pointer; */
}

.cate3{
    text-align:center;
    border-radius: 2em;
    padding: 0.3em 3em;
    line-height: 1em;
    width: 10em;
    background-color: #EB73A8;
    margin: auto;
    color: white;
}

.article-hr{
    width: 95%;
    border: none;
    border-top: 2px solid #EB73A8;
}

.article-space{
    background-color: white;
    padding-top: 20px;
    margin-top: -30px;
}

.article-button{
    border: none;
    background-color: #EB73A8;
    color: white;
    cursor: pointer;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.article-button:hover{
    /* background-color: #ff4c9a; */
    opacity: 0.7;
}

.top-CD{
    width: 100%;
    max-width: 720px;
    margin-top: 39px;
    margin-bottom: 60px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    letter-spacing: 5px;
    background-color: #EB73A8;
    color: white;
}

.top-CD-img{
    width: 40%;
    text-align: center;
}

.top-CD-img-in{
    width: 95%;
    height: 180px;
    object-fit: contain;
    object-position: 50% 50%;
    margin-top: 20px;
    margin-left: 30px;
    transition: 0.5s;
}

.top-CD-img-in:hover{
    opacity: 0.5;
}

@media screen and (max-width: 720px) {  
    .top-CD-img-in:hover{
        opacity: 1;
    }
}

.top-CD-text{
    width: 60%;
    margin-left: 30px;
    font-size: 23px;
}

.top-swiper-hr{
    width: 90%;
    max-width: 720px;
    border: none;
    height: 6px;
    background-color: #EB73A8;
}

.top-swiper-hr2{
    width: 90%;
    max-width: 720px;
    border: none;
    height: 11px;
    background-color: #EB73A8;
    margin: 20px auto -5px auto;
}

.box-2{
    width: 100%;
    margin: auto;
}

.topic-title{
    width: 90%;
    max-width: 720px;
    margin: auto;
    margin-bottom: -12px;
    text-align: center;
}

.topic-title-img{
    width: 55%;
}

/* #swiper2{
    max-width: 720px;
} */

/* #swiper2 > .swiper-wrapper{
    max-width: 720px;
} */

/* .swiper-slide .swiper-slide-active .swiper-slide-next{
    max-width: 720px;
} */

/* .swiper-container{
    
    width: 100%;
    overflow: hidden;
    margin: auto;
    transition: 1s;
    background-color: white;
} */

#swiper2 > .swiper-wrapper > .swiper-slide{
    width: 100%;
    text-align: center;
    margin: auto;
    /* box-sizing:content-box; */
    border: 4px solid #EB73A8;
    transition: 0.5s;
}

#swiper2 > .swiper-wrapper > .swiper-slide:hover{
    opacity: 0.6;
}

@media screen and (max-width: 720px) {
    #swiper2 > .swiper-wrapper > .swiper-slide:hover{
        opacity: 1;
    }
}

.swiper-pagination-bullets.s2{
    width: 100px;
}

.swiper-pagination-bullets.s2 > .swiper-pagination-bullet{
    width : 15px !important;
    border-radius: 50% !important;
    margin-top: 40px !important;
    background-color: #EB73A8 !important;
    opacity: 0.5 !important;
    height: 15px;
}

.swiper-pagination-bullets.s2 > .swiper-pagination-bullet-active{
    /*アクティブなドットの透過度を1にする*/
    opacity: 1 !important;
}

.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
  transform: scale(0.85);
  opacity: 0.5;
}

/* .swiper-pagination{
    margin-top: 10px;;
} */

.img-in{
    height : 230px;
    background-color : #eb73a784;
    text-align : center;
    display : flex;
    align-items : center;
    justify-content : center;
}

.img-1{
    max-width : 100%;
    max-height : 100%; 
    height : 100%;
    object-fit : contain;
}

.setumei-left{
    /* box-sizing:content-box; */
    border-top: 4px solid #EB73A8;
    text-align: left;
}

.setumei-center{
    /* box-sizing:content-box; */
    border-top: 4px solid #EB73A8;
    text-align : center;
}

.setumei-right{
    /* box-sizing:content-box; */
    border-top: 4px solid #EB73A8;
    text-align: left;
}

@media screen and (max-width: 720px) {
    .setumei-left{
        display : flex;
        align-items : center;
    }

    .setumei-center{
        display : flex;
        align-items : center;
        justify-content : center;
    }

    .setumei-right{
        display : flex;
        align-items : center;
        justify-content : center;
    }

    #swiper2 > .swiper-wrapper > .swiper-slide:hover{
        opacity: 1;
    }
}

.space{
    /* 埋め込み時 */
    /* padding-top: 60px; */
    /* 埋め込みなし */
    padding-top: 71px;
    background-color: white;
}

.text{
    font-size: 20px;
    color: black;
}

.top-article{
    width : 100%;
    background-color: #EB73A8;
    padding-top: 30px;
    margin-top: -5px;
    padding-bottom: 60px;
}

.music-clip-o{
    width: 100%;
    max-width: 720px;
    text-align: center;
}

.music-clip-k{
    width: 65%;
}

.if-o{
    text-align: center;
    margin-top: 15px;
    /* padding-bottom: 0px; */
}

.art-if{
    box-sizing:content-box;
    border: 5px solid #ff519c;
       
}

.art-if:hover{
    opacity: 0.7;
}

@media screen and (max-width: 720px) {
    .art-if:hover{
        opacity: 1;
    }
}

/* .box3{
    width: 100%;
    display: flex;
    justify-self: start;
    align-items: flex-start;
    overflow: scroll;
} */

/* .box3-o{
    width: 33.3%
} */

/* .box3-img{
    width: 100%;
} */

.scroll{
    margin: auto;
    overflow-x: hidden;
    white-space: nowrap;
    overflow-x: auto;
    width: 79%;
    /* overflow-y: hidden; */
    /* position: relative; */
    /* overflow: scroll; */
}

.box:first-of-type,
.box:last-of-type{
    margin-right: 0;
    margin-left: 0;
}

.box{
    display: inline-block;
    /* max-height: 144px; */
    max-width: 256px;
    margin-right: 5px;
    margin-left: 5px;
}
    
.box:first-of-type{
    margin-right: 5px;
    margin-left: 0;
}

.box:last-of-type{
    /* margin-left: 5px; */
    margin-right: 0;
}

/* .green{
    background-color: #3cb371;
} */

/* .orange{
    background-color: #ffbf7f;
} */

.scroll::-webkit-scrollbar{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    height: 7px;
    /* width: 99%; */
}

.scroll::-webkit-scrollbar-thumb{
    background-color: #ff519c;
    border-radius: 7px;
    cursor: pointer;
}

/* .scroll::-webkit-scrollbar-thumb:hover {
background-color: red;
} */

.rt{
    display: inline-block;
    /* max-height: 144px;
    max-width: 256px; */
}

.tt{
    width: 100%;
    max-width: 256px;
    max-height: 144px;
    min-height: 144px;
    min-width: 256px;
    cursor: pointer;
    transition: 0.9s;
}

.tt:hover{
    opacity: 0.5;
}

@media screen and (max-width: 720px) {  
    .tt:hover{
        opacity: 1;
    }
}
    

/* .img-in2{
    background-color : #eb73a784;
    text-align : center;
} */

/* .img-12{
    max-width : 100%;
    max-height : 100%; 
    height : 100%;
    object-fit : contain;
} */

/* #k{
    height: 200px;
} */

/* #swiper3 > .swiper-wrapper > .swiper-slide{
    width: 33.3%;
    text-align: center;
    margin: auto;
    transition: 0.5s;
} */
/* #swiper3 > .swiper-wrapper > .swiper-slide{
    width: 33.3%;
    text-align: center;
    margin: auto;
} */
/* #swiper3 > .swiper-wrapper > .swiper-slide,
.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
  transform: scale(1);
} */

/* -----prof----- */

.prof-o{
    width: 100%;
    width: 720px;
    /* background-color: #EB73A8; */
    background: rgb(235,115,168);
    background: linear-gradient(rgba(235,115,168,1) 0%, rgba(235, 115, 167, 0.443) 70%, rgba(235,115,168,1) 100%);
    color: white;
}

.prof{
    width : 100%;
}

.kasanaranai{
    width : 100%;
    margin-top: -10px;
}

.prof-h1-o{
    margin: auto;
    width: 90%;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 20px;
}

.prof-h1{
    font-size: 20px;
    /* color: white; */
    /* text-align: center; */
    letter-spacing: 2px;
}

.prof-member-font-o{
    width: 100%;
    height: 250px;
    position: relative;
    display: table;
    margin-top: 40px;
}

.prof-member-font-f{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
}

.neko1{
    width: 50px;
    position: absolute;
    top:0;
    left:65px;
}

.neko2{
    width: 50px;
    position: absolute;
    top:60px;
    left:110px;
    transform: rotate( -10deg );
}

.neko3{
    width: 50px;
    position: absolute;
    top:103px;
    left:200px;
    transform: rotate( 5deg );
}

.neko4{
    width: 50px;
    position: absolute;
    top:103px;
    right:205px;
    transform: rotate( 5deg );
}

.neko5{
    width: 50px;
    position: absolute;
    top:150px;
    right:130px;
    transform: rotate( -10deg );
}

.neko6{
    width: 50px;
    position: absolute;
    bottom:0;
    right:65px;
    /* transform: rotate( 5deg ); */
}

.icon-o{
    width: 100%;
    height: 300px;
    position: relative;
}

.p-icon1{
    width: 200px;
    border: 10px solid #0066a4;
    position: absolute;
    top: 50px;
    left: 100px;
}

.p-icon2{
    width: 200px;
    border: 10px solid #aaabb0;
    position: absolute;
    top: 50px;
    right: 100px;
}

@media (hover: hover) and (pointer: fine) {
    .p-icon1:hover {
        opacity: .8
    }
    .p-icon2:hover {
        opacity: .8
    }
}

.kasanari{
    width : 100%;
    margin-top: 5px;
}

.prof-s-box{
    width: 100%;
}

.swiper-container-p{
    /* 動画の数が一個なら50% */
    /* 動画の数が二個なら70%*/
    /* 動画の数が三個なら90% */
    width: 100%;
    overflow: hidden;
    margin: auto;
    transition: 1s;
    margin-top: 20px;
    /* background-color: white; */
}

#swiper1 > .swiper-wrapper > .swiper-slide{
    width: 100%;
    text-align: center;
    margin: auto;
    /* box-sizing:content-box; */
    transition: 0.5s;
}

#swiper-p-2 > .swiper-wrapper > .swiper-slide{
    width: 100%;
    text-align: center;
    margin: auto;
    /* box-sizing:content-box; */
    transition: 0.5s;
}

.swiper-pagination-bullets.s3{
    width: 100px;
    margin-top: -30px;
}

.swiper-pagination-bullets.s3 > .swiper-pagination-bullet{
    width : 15px !important;
    border-radius: 50% !important;
    margin: 40px 10px 0 10px !important;
    background-color: #b3b3b3 !important;
    /* opacity: 0.5 !important; */
    height: 15px;
}

.swiper-pagination-bullets.s3 > .swiper-pagination-bullet-active{
    /*アクティブなドットの透過度を1にする*/
    background-color: #f5e342 !important;
}

.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
  transform: scale(0.85);
  opacity: 0.5;
}

.img-youga{
    max-width : 100%;
    border: 2px solid #0066a4;
}

.img-hiruna{
    max-width : 100%;
    border: 2px solid #aaabb0;
}

.img-azami{
    max-width : 100%;
    border: 2px solid #e70012;
}

.img-rin{
    max-width : 100%;
    border: 2px solid #ffff01;
}

.img-momona{
    max-width : 100%;
    border: 2px solid #bc58d2;
}

.neko-y-o{
    text-align: center;
    margin-top: 10px;
    position: relative;
}

/* .neko-y-c{

} */

.prof-name-1{
    position: absolute;
    top: 45px;
    left: 235px;
    font-size: 45px;
    letter-spacing: 10px;
    text-shadow:
    4px 4px 4px #005E9C, -4px -4px 4px #005E9C,
    -4px 4px 4px #005E9C,  4px -4px 4px #005E9C,
    4px 0 4px #005E9C, -4px  0 4px #005E9C,
    0 4px 4px #005E9C,  0 -4px 4px #005E9C;
}

.prof-name-2{
    position: absolute;
    top: 73px;
    left: 345px;
    font-size: 25px;
    letter-spacing: 10px;
    text-shadow:
    4px 4px 4px #005E9C, -4px -4px 4px #005E9C,
    -4px 4px 4px #005E9C,  4px -4px 4px #005E9C,
    4px 0 4px #005E9C, -4px  0 4px #005E9C,
    0 4px 4px #005E9C,  0 -4px 4px #005E9C;
}

.prof-d{
    text-align: left;
    position: absolute;
    top: 133px;
    left: 190px;
    font-size: 25px;
}

.p-icon-1{
    position: absolute;
    top: 300px;
    left: 250px;
    width: 50px;
}

.p-icon-2{
    position: absolute;
    top: 299px;
    left: 331px;
    width: 54px;
}

.p-icon-3{
    position: absolute;
    top: 298px;
    left: 418px;
    width: 56px;
}

@media (hover: hover) and (pointer: fine) {
    .p-icon-1:hover {
        opacity: .8
    }
    .p-icon-2:hover {
        opacity: .8
    }
    .p-icon-3:hover {
        opacity: .8
    }
}

.kasanari-2{
    width : 100%;
    margin-top: 42px;
}

.prof-name-3{
    position: absolute;
    top: 60px;
    left: 220px;
    font-size: 45px;
    letter-spacing: 10px;
    text-shadow:
    4px 4px 4px #808080, -4px -4px 4px #808080,
    -4px 4px 4px #808080,  4px -4px 4px #808080,
    4px 0 4px #808080, -4px  0 4px #808080,
    0 4px 4px #808080,  0 -4px 4px #808080;
}

.prof-name-4{
    position: absolute;
    top: 88px;
    left: 330px;
    font-size: 25px;
    letter-spacing: 10px;
    text-shadow:
    4px 4px 4px #808080, -4px -4px 4px #808080,
    -4px 4px 4px #808080,  4px -4px 4px #808080,
    4px 0 4px #808080, -4px  0 4px #808080,
    0 4px 4px #808080,  0 -4px 4px #808080;
}

.prof-d-2{
    text-align: left;
    position: absolute;
    color: #1c1c1c;
    top: 145px;
    left: 190px;
    font-size: 25px;
}

.p-icon-4{
    position: absolute;
    top: 306px;
    left: 250px;
    width: 50px;
}

.p-icon-5{
    position: absolute;
    top: 305px;
    left: 331px;
    width: 54px;
}

.p-icon-6{
    position: absolute;
    top: 304px;
    left: 418px;
    width: 56px;
}

@media (hover: hover) and (pointer: fine) {
    .p-icon-4:hover {
        opacity: .8
    }
    .p-icon-5:hover {
        opacity: .8
    }
    .p-icon-6:hover {
        opacity: .8
    }
}

.prof-space{
    background-color: #EB73A8;
    /* padding-top : 20px; */
    margin-top: -50px;
    
}

/* -------------------------------------------------------------------------------------------------- */

.p-icon1-t{
    width: 168px;
    /* border: 10px solid #0066a4; */
    position: absolute;
    /* top: 50px;
    left: 100px; */
    top: 20%;
    left: 8%;
}

.p-icon2-t{
    width: 168px;
    /* border: 10px solid #aaabb0; */
    position: absolute;
    /* top: 50px;
    right: 100px; */
    top: 20%;
    left: 38.5%;
}

.p-icon3-t{
    width: 168px;
    /* border: 10px solid #0066a4; */
    position: absolute;
    /* top: 50px;
    left: 100px; */
    top: 20%;
    right: 8%;
}

.p-icon4-t{
    width: 140px;
    /* border: 10px solid #0066a4; */
    position: absolute;
    /* top: 50px;
    left: 100px; */
    top: 20%;
    right: 5%;
}

.p-icon1{
    width: 140px;
    /* border: 10px solid #0066a4; */
    position: absolute;
    /* top: 50px;
    left: 100px; */
    top: 20%;
    left: 15%;
}

.p-icon2{
    width: 140px;
    /* border: 10px solid #aaabb0; */
    position: absolute;
    /* top: 50px;
    right: 100px; */
    top: 20%;
    left: 40.5%;
}

.p-icon3{
    width: 140px;
    /* border: 10px solid #0066a4; */
    position: absolute;
    /* top: 50px;
    left: 100px; */
    top: 20%;
    right: 15%;
}

/* .p-icon4-test{
    width: 140px;
    position: absolute;
    top: 20%;
    right: 5%;
} */

.p-icon1-test-1{
    width: 140px;
    /* border: 10px solid #0066a4; */
    position: absolute;
    /* top: 50px;
    left: 100px; */
    top: 20%;
    left: 15%;
}

.p-icon2-test-1{
    width: 140px;
    /* border: 10px solid #aaabb0; */
    position: absolute;
    /* top: 50px;
    right: 100px; */
    top: 20%;
    left: 40.5%;
}

.p-icon3-test-1{
    width: 140px;
    /* border: 10px solid #0066a4; */
    position: absolute;
    /* top: 50px;
    left: 100px; */
    top: 20%;
    right: 28.5%;
}

.p-icon4-test-1{
    width: 140px;
    /* border: 10px solid #0066a4; */
    position: absolute;
    /* top: 50px;
    left: 100px; */
    top: 20%;
    right: 15%;
}

@media (any-hover: hover){
    .p-icon1-test:hover,.p-icon2-test:hover,.p-icon3-test:hover,.p-icon4-test:hover{
        opacity: 0.8;
    }

    .p-icon1-t:hover,.p-icon2-t:hover,.p-icon3-t:hover,.p-icon4-t:hover{
        opacity: 0.8;
    }

    .p-icon1-test-1:hover,.p-icon2-test-1:hover,.p-icon3-test-1:hover,.p-icon4-test-1:hover{
        opacity: 0.8;
    }
}

.solo-p-o{
    width : 100%;
    margin-top: 10px;
    margin-bottom: 12px;
    text-align: center;
    /* position: relative; */
}

.namae-o{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
}

.i-f{
    margin-bottom: 25px;
}

.solo-data{
    text-align: left;
    color: black;
    font-size: 25px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: -15px;
    /* position: absolute;
    top: 130px;
    left: 73px; */
}

.solo-p-c-icon1-1{
    width: 80px;
}

.solo-p-c-icon2-2{
    width: 80px;
    margin: 0 40px;
}

.solo-p-c-icon3-3{
    width: 80px;
}

@media (any-hover: hover){
    .solo-p-c-icon1-1:hover,.solo-p-c-icon2-2:hover,.solo-p-c-icon3-3:hover{
        opacity: 0.8;
    }
}

.s-waku-youga{
    background-color: white;
    width : 90%;
    /* height: 451px; */
    margin: auto;
    border: solid 10px #007dc9;
    border-radius: 20px;
}

.youga-name-1{
    color: white;
    /* position: absolute;
    top: 0px;
    left: 70px; */
    font-size: 75px;
    letter-spacing: 20px;
    text-shadow:
    4px 4px 4px #007dc9, -4px -4px 4px #007dc9,
    -4px 4px 4px #007dc9,  4px -4px 4px #007dc9,
    4px 0 4px #007dc9, -4px  0 4px #007dc9,
    0 4px 4px #007dc9,  0 -4px 4px #007dc9;
}

.youga-name-2{
    color: white;
    /* position: absolute;
    top: 55px;
    left: 345px; */
    right: 70px;
    font-size: 20px;
    /* letter-spacing: 10px; */
    text-shadow:
    4px 4px 4px #007dc9, -4px -4px 4px #007dc9,
    -4px 4px 4px #007dc9,  4px -4px 4px #007dc9,
    4px 0 4px #007dc9, -4px  0 4px #007dc9,
    0 4px 4px #007dc9,  0 -4px 4px #007dc9;
}

.s-waku-hiruna{
    background-color: white;
    width : 90%;
    /* height: 451px; */
    margin: auto;
    border: solid 10px #aaabb0;
    border-radius: 20px;
}

.hiruna-name-1{
    color: white;
    /* position: absolute;
    top: 0px;
    left: 70px; */
    font-size: 75px;
    letter-spacing: 20px;
    text-shadow:
    4px 4px 4px #aaabb0, -4px -4px 4px #aaabb0,
    -4px 4px 4px #aaabb0,  4px -4px 4px #aaabb0,
    4px 0 4px #aaabb0, -4px  0 4px #aaabb0,
    0 4px 4px #aaabb0,  0 -4px 4px #aaabb0;
}

.hiruna-name-2{
    color: white;
    /* position: absolute;
    top: 55px;
    left: 345px; */
    right: 70px;
    font-size: 20px;
    /* letter-spacing: 10px; */
    text-shadow:
    4px 4px 4px #aaabb0, -4px -4px 4px #aaabb0,
    -4px 4px 4px #aaabb0,  4px -4px 4px #aaabb0,
    4px 0 4px #aaabb0, -4px  0 4px #aaabb0,
    0 4px 4px #aaabb0,  0 -4px 4px #aaabb0;
}

.s-waku-azami{
    background-color: white;
    width : 90%;
    /* height: 451px; */
    margin: auto;
    border: solid 10px #e70012;
    border-radius: 20px;
}

.azami-name-1{
    color: white;
    /* position: absolute;
    top: 0px;
    left: 70px; */
    font-size: 75px;
    letter-spacing: 20px;
    text-shadow:
    4px 4px 4px #e70012, -4px -4px 4px #e70012,
    -4px 4px 4px #e70012,  4px -4px 4px #e70012,
    4px 0 4px #e70012, -4px  0 4px #e70012,
    0 4px 4px #e70012,  0 -4px 4px #e70012;
}

.azami-name-2{
    color: white;
    /* position: absolute;
    top: 55px;
    left: 345px; */
    right: 70px;
    font-size: 20px;
    /* letter-spacing: 10px; */
    text-shadow:
    4px 4px 4px #e70012, -4px -4px 4px #e70012,
    -4px 4px 4px #e70012,  4px -4px 4px #e70012,
    4px 0 4px #e70012, -4px  0 4px #e70012,
    0 4px 4px #e70012,  0 -4px 4px #e70012;
}

.s-waku-rin{
    background-color: white;
    width : 90%;
    /* height: 451px; */
    margin: auto;
    border: solid 10px #ffff01;
    border-radius: 20px;
}

.rin-name-1{
    color: white;
    /* position: absolute;
    top: 0px;
    left: 70px; */
    font-size: 75px;
    letter-spacing: 20px;
    text-shadow:
    4px 4px 4px #dcdc00, -4px -4px 4px #dcdc00,
    -4px 4px 4px #dcdc00,  4px -4px 4px #dcdc00,
    4px 0 4px #dcdc00, -4px  0 4px #dcdc00,
    0 4px 4px #dcdc00,  0 -4px 4px #dcdc00;
}

.rin-name-2{
    color: white;
    /* position: absolute;
    top: 55px;
    left: 345px; */
    right: 70px;
    font-size: 20px;
    /* letter-spacing: 10px; */
    text-shadow:
    4px 4px 4px #dcdc00, -4px -4px 4px #dcdc00,
    -4px 4px 4px #dcdc00,  4px -4px 4px #dcdc00,
    4px 0 4px #dcdc00, -4px  0 4px #dcdc00,
    0 4px 4px #dcdc00,  0 -4px 4px #dcdc00;
}

.s-waku-momona{
    background-color: white;
    width : 90%;
    /* height: 451px; */
    margin: auto;
    border: solid 10px #bc58d2;
    border-radius: 20px;
}

.momona-name-1{
    color: white;
    /* position: absolute;
    top: 0px;
    left: 70px; */
    font-size: 75px;
    letter-spacing: 20px;
    text-shadow:
    4px 4px 4px #bc58d2, -4px -4px 4px #bc58d2,
    -4px 4px 4px #bc58d2,  4px -4px 4px #bc58d2,
    4px 0 4px #bc58d2, -4px  0 4px #bc58d2,
    0 4px 4px #bc58d2,  0 -4px 4px #bc58d2;
}

.momona-name-2{
    color: white;
    /* position: absolute;
    top: 55px;
    left: 345px; */
    right: 70px;
    font-size: 20px;
    /* letter-spacing: 10px; */
    text-shadow:
    4px 4px 4px #bc58d2, -4px -4px 4px #bc58d2,
    -4px 4px 4px #bc58d2,  4px -4px 4px #bc58d2,
    4px 0 4px #bc58d2, -4px  0 4px #bc58d2,
    0 4px 4px #bc58d2,  0 -4px 4px #bc58d2;
}


/* ---------reservation-------- */

.re-h1{
    text-align: center;
    font-size: 2.5em;
    color: #EB73A8;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: 3px;
}

.re-p-o{
    color: black;
    width: 90%;
    margin: -1px auto 0 auto;
    font-size: 1.6em;
}


.moji{
    display: flex;
}

.moji-L{
    width: 5%;

}

.moji-R{
    width: 95%;
}

.span-s{
    display: block;
    margin: 30px 0;
}

.span-s-k{
    color: white;
    background-color: #EB73A8;
    padding: 0 2px;
}

.span-s-k:hover{
    background-color: #ff4c9a;
    color: white;
}

.re-space{
    margin-top: 60px;
}

.form-input-back{
    background-color: #EB73A8;
    padding-top: 30px;
    padding-bottom:30px;
    margin-top: 50px;
}

.m-form-text {
    height: 2.4em;
    width: 100%;
    padding: 0 16px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff85;
    color: #000000;
    font-size: 38px;

}

.m-form-text:focus {
    outline: 0;
    border: 3px solid #ff4998;
    /* box-shadow: 0 0 0 2px #ff4998 inset; */
}

.subTitlle{
    display        : inline-block;
    color          : #ffffff;
    font-size      : 24pt;
    /* letter-spacing : 4px; */
    /* 文字の影 */
    /* text-shadow    : 
        2px  2px 3px #000000,
        -2px  2px 3px #000000,
        2px -2px 3px #000000,
        -2px -2px 3px #000000,
        2px  0px 3px #000000,
        0px  2px 3px #000000,
        -2px  0px 3px #000000,
        0px -2px 3px #000000;
    */
}

.setBox{
    color: white;
    width: 90%;
    margin: 30px auto;
    border: solid 3px #ccc;
    padding: 5px 25px 25px 25px;
    border-radius: 10px;
}

.setBox2{
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.5);
    width: 90%;
    margin: 30px auto;
    /* border: solid 3px #ccc; */
    padding: 5px 25px 25px 25px;
    border-radius: 10px;
}

.subTitlle2{
    display        : inline-block;
    color          : #ed1e79;
    /* font-size      : 24pt; */
}

.span-s-k-2{
    color: white;
    background-color: #ed1e79;
    padding: 0 2px;
}

.span-s-k-2:hover{
    background-color: #ff57a0;
    color: white;
}

.subTitlle3{
    /* display        : inline-block; */
    color          : #ed1e79;
    /* font-size      : 24pt; */
}

.sen{    
    border: none;
    border-top: 2px dashed #000000;

}

.p-r{
    font-size: 1.4em;
    margin: 0;
}

.re-btn{
    padding: 15px;
    border-radius: 10px;
    font-size: 1.5em;
    color: black; 
    background-color: white;
    border: none;
}

.re-btn:hover{
    background-color: #ea3784;
    color: #ffffff;
    cursor: pointer;
}

/* ---------regulation-------- */

.regu-w-90{
    width: 90%;
    margin: auto;
}

.regu-h1{
    text-align: center;
    font-size: 2.5em;
    color: #EB73A8;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: 3px;
}

.moku-o{
    width:60%;
    margin: 32px auto 0 auto;
    border: 4px solid #EB73A8;
    border-radius: 40px;
}

.mokuji{
    font-size: 2.2em;
    text-align: center;
    color: #333333;
}

.moku-k{
    margin-left: 50px;
    margin-bottom: 10px;
    /* font-size: 1.4em; */
}

.h2{
    font-size: 1.4em;
    margin: 0;

}

.regu-a{
    color: black;
}

.regu-a:hover{
    color: #EB73A8;
}

.regu-p-1{
    font-size: 1.6em;
    margin: 40px 0 40px 0;
}

.regu-p-1-in{
    color: white;
    background-color: #EB73A8;
    padding: 0 2px;
}

.regu-p-1-in:hover{
    background-color: #ff57a0;
    color: white;
}

.regu-title{
    font-size: 2.2em;
    text-align: center;
    border-top: 5px solid #ff57a0;
    border-bottom: 5px solid #ff57a0;
    color: #333333;
}

.regu-s-1{
    font-size: 2.2em;
    margin: 0;
}

.regu-s-2{
    color: #EB73A8;
    margin: 0;
}

.regu-s-3{
    color: #69bbd3;
    margin: 0;
}

.regu-moji{
    display: flex;
    font-size: 1.6em;
    /* margin-bottom: 40px; */
}

.regu-moji-L1{
    width: 5%;
}

.regu-moji-L2{
    width: 10%;
}

.regu-moji-R1{
    width: 95%;
}

.regu-moji-R2{
    width: 85%;
}

.regu-space{
    margin-top: 40px;
}

.regu-moji-p{
    display: flex;
    font-size: 1.6em;
    color: #EB73A8;
    /* margin-bottom: 40px; */
}

.m-p{
    color: #EB73A8;
}

.regu-p-2{
    font-size: 1.6em;
    margin: 30px 0 0 0;
}

.sasi-o{
    width:100%;
    margin: 40px auto 0 auto;
    border: 4px solid #EB73A8;
    border-radius: 40px;
}

.sasi-k{
    /* text-align: center; */
    margin: 20px 0 20px 20px;
    font-size: 1.2em;
}

.regu-p-3{
    font-size: 1.6em;
    margin: 30px 0 0 0;
    padding-bottom: 40px;
}

/* --------contact----------- */

.contact-b{
    padding: 0 20px 0 20px;
    border-radius: 10px;
    font-size: 1.5em;
    background-color: white;
    color: #EB73A8;
    border:none;
    cursor: pointer;
    transition: 0.5s;
}

.contact-b:hover{
    background-color: #ea3784;
    color: white;
}

.contact-input{
    width: 90%;
    height: 3em;
    margin-left:15px;
    border-radius: 10px;
    border:none;
}

.contact-input:focus{
    outline: 0;
    border: 2px solid #ff4998;
}

.contact-textsrea{
    width: 90%;
    height: 300px;
    margin-top: 15px;
    margin-left:15px;
    border-radius: 10px;
    border:none;
}

.contact-textsrea:focus{
    outline: 0;
    border: 2px solid #ff4998;
}

.subTitlle-contact-1{
    display        : inline-block;
    color          : black;
    /* font-size      : 24pt; */
    font-size: 1.8em;
    margin-bottom: 15px;
}

.contact-kiken-o{
    width:100%;
    margin: 0 auto 30px auto;
    border: 4px solid #EB73A8;
    border-radius: 40px;
}

.contact-kiken-k{
    /* text-align: center; */
    margin: 20px 0 20px 20px;
    /* font-size: 1.2em; */
}

.contact-f{
    display: flex;
    margin-bottom: 10px;
}

.contact-f-L{
    width: 5%;
}

.contact-f-R{
    width: 95%;
}

.con-space{
    background-color: white;
    padding-top: 40px;
    margin-top: -10px;
}

.con-w-90{
    width: 90%;
    margin: -18px auto auto auto;
}

/* -----------------footer--------------- */

.wrapper{
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 120px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
    background-color: white;
}

.footer{
    width: 100%;
    color:#231815;
    background-color: #EB73A8;
    text-align: center;
    /* height: 80px; */
    margin:0;
    /* 埋め込み時 */
    margin-top: -5px;
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}

.footer-p{
    font-size: 1.2em;
    margin-top: 0;
    line-height: 80px;
}

.footer-ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-li{
    padding-top: 40px;
}

.footer-icon{
    width: 4%;
    margin: 0 10px 0 10px;
    transition: 0.5s;
}

.footer-icon:hover{
    transform: scale(1.1, 1.1);
}

/* -----------------recruitment-応募ページ-------------------- */

.g-t-o{
    width: 563px;
    margin: auto;
}
.g-t{
    width: 100%;
}


/* -------レスポンシブ-------- */

/* @media screen and (max-width: 1220px) {

    .g-t-o{
        width: 100%;
        margin: auto;
    }

} */