@charset "utf-8";
/*全体ページ*/

body {
    background: rgba(255, 255, 255, 1);
    font-family: sans-serif;
    color: rgba(18, 18, 18, 1);
    text-align: center;
    line-height: 1.5;
    box-sizing: border-box;
}

h1 {
    display: block;
    padding: 5px 10px;
    font-size: small;
}

a {
    color: rgba(255, 75, 150, 1);
    transition: .3s;
}
a:hover {
    color: rgba(255, 75, 150, 0.5);
    
}

.logo img {
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
}

/*年齢認証ページ*/

body.index {
	background:
	url(../images/pc_bg2.png) no-repeat top center,
	url(../images/pc_bg_girl.png) no-repeat 50% 0px,
	url(../images/pc_bg3.png) no-repeat top center,
	url(../images/index_bg.jpg) no-repeat top center fixed;
	background-size: 1920px auto, 1500px auto, 1920px auto, cover;
}

body.index main {
    display: block;
    margin-bottom: 100px;
}

body.index main .logo {
    width: 600px;
    margin: 0 auto;
    padding: 80px 0px 50px 0px;
}

body.index main .logo img {
    width: 100%;
}

body.index main nav.admission {
    width: 600px;
    margin: 0 auto;
}

body.index main nav.admission ul {
    display: block;
    margin-bottom: 50px;
}

body.index main nav.admission li.enter {
    margin-bottom: 30px;
}
body.index main nav.admission li.enter .button {
    display: inline-block;
    border-radius: 999px;
    background: rgba(255, 75, 150, 1);
    border: solid 6px rgba(255, 75, 150, 1);
    cursor: pointer;
    transition: .3s;
    font-size: large;
}
body.index main nav.admission li.enter .button a {
    display: block;
    padding: 10px 30px 5px 30px;
    color: rgba(255, 255, 255, 1);
}
body.index main nav.admission li.enter .button:hover {
    background: none;
}
body.index main nav.admission li.enter .button:hover a {
    color: rgba(255, 75, 150, 1);
}
body.index main nav.admission li.enter .button a p {
    display: inline-block;
    font-size: xx-large;
}
body.index main nav.admission li.leave {
    font-size: smaller;
}

body.index main nav.admission li.ad {
    margin-bottom: 5px;
}



body.index main nav.admission .info {
    display: block;
    font-size: smaller;
    max-width: 560px;
    padding: 20px;
    background: rgba(240, 240, 240, 0.8);
    backdrop-filter: blur(3px);
    border-radius: 8px;
}

/*メインヘッダー*/
body.contents header {
    background: 
	url(../images/pc_bg_girl.png) no-repeat 50% 0px,
    url(../images/index_bg.jpg) no-repeat 50% 50%;
	background-size: 
    1600px auto,
    cover;
}
body.contents header .logo {
    vertical-align: bottom;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
}

body.contents header .logo p {
    vertical-align: middle;
}

body.contents header .logo p img {
    max-width: 380px;
}

body.contents header div.contact {
    display: block;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(3px);
    padding: 6px 2px 3px 2px;
}
body.contents header div.contact p {
    color: rgba(144, 144, 144, 1);
    display: inline-block;
    margin: 0px 10px;
}
body.contents header div.contact p.opentime {
    font-size: x-large;
}
body.contents header div.contact p.phone {
    font-weight: bold;
    font-size: xx-large;
}




body.contents header nav.menu ul {
    padding: 5px 0px;
    background: rgba(255, 75, 150, 1)
}

body.contents header nav.menu ul li {
    vertical-align: top;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    margin: 5px;
    transition: .3s;
}
body.contents header nav.menu ul li:hover a  {
    color: rgba(255, 75, 150, 0.5);
}

body.contents header nav.menu ul li a {
    display: block;
    font-size: x-small;
    font-weight: bold;
    padding: 15px 30px 10px 30px;
    color: rgba(255, 75, 150, 1);
}
body.contents header nav.menu ul li a p {
    font-size: large;
    line-height: 1em;
}

body.contents header .sub_menu {
    background-image: url(../images/slogo.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-size: auto 50px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
    display: none;
    width: 100%;
    height: 80px;
    text-align: right;
    position: fixed;
    padding: 0 10px;
    z-index: 1000;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

body.contents header .sub_menu ul {
    padding: 15px 0 5px 0;
    font-size: smaller;
}

body.contents header .sub_menu ul li:first-child::before {
    content: none;
}

body.contents header .sub_menu ul li::before {
    content: '│';
    color: rgba(72, 72, 72, 1);
}

body.contents header .sub_menu p.contact {
    color: rgba(36, 36, 36, 1);
}
body.contents header .sub_menu p.contact a {
    color: rgba(36, 36, 36, 1);
}
body.contents header .sub_menu p.contact a:hover {
    color: rgba(255, 75, 150, 1);
    text-decoration: underline;
}

/*メイン*/

body.contents {
    min-width: 1280px;
    background: rgba(255, 255, 255, 1);
    /*background: rgba(250, 40, 140, 1);*/
}

body.contents main {
    padding: 30px 0px;
}

body.contents main article {
    padding: 20px 0px;
}

body.contents main article.sub_bg {
    position: relative;
    border-top: solid 4px rgba(255, 75, 150, 0.6);
    border-bottom: solid 4px rgba(255, 75, 150, 0.6);
}


body.contents main article.sub_bg::after  {
    content: '';
    position: absolute;
    background: url(../images/main_bg.jpg)  50% 50%;
    background-size: cover; 
    z-index: -2;
    width: auto;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

body.contents main article section h2 {
	display: block;
    font-size: small;
    padding: 15px 0px 5px 0px;
    background: linear-gradient(90deg, rgba(255, 236, 244, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 236, 244, 1) 100%);
    border-top: solid 1px rgba(200, 200, 200, 1);
    border-left: solid 1px rgba(200, 200, 200, 1);
    border-right: solid 1px rgba(200, 200, 200, 1);
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}
body.contents main article section h2 em {
    display: block;
	font-size: x-large;
    font-weight: bold;
    line-height: 1em;
    color: rgba(255, 75, 150, 1);
    background: linear-gradient( to top,  rgba(255, 75, 150, 1) 0%, rgba(255,80,80,1) 90% );
    -webkit-background-clip: text;
    color: transparent;
}

body.contents main article section h3 {
    display: block;
    padding: 6px 0px;
    font-size: 1.2em;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    border-radius: 8px 8px 0px 0px;
    background: rgb(255, 75, 150);
    background: linear-gradient(0deg, rgba(255, 75, 150, 1) 0%, rgba(255, 75, 150, 1) 50%, rgba(255, 75, 150, 0.6) 50%, rgba(255, 75, 150, 0.6) 100%);
}

/*広告*/

body.contents main article section.ad {
    vertical-align: top;
    width: 640px;
    width: 49%;
    margin: 0.5%;
}
body.contents main article section.photodiary .wrapper {
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    padding: 10px;
    height: 280px;
    border: solid 1px rgba(200, 200, 200, 1);
    border-radius: 0px 0px 8px 8px;
}
body.contents main article section.standby .wrapper {
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    padding: 10px;
    border-radius: 8px;
    height: 280px;
    border: solid 1px rgba(200, 200, 200, 1);
    border-radius: 0px 0px 8px 8px;
}



/*動画*/

body.contents main article section.movie {
    padding: 0.4%;
}

body.contents main article section.movie .wrapper {
    vertical-align: top;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(3px);
    padding: 10px;
    border: solid 1px rgba(200, 200, 200, 1);
    border-radius: 0px 0px 8px 8px;
}

body.contents main article section.movie .wrapper video {
    display: block;
    margin: 0 auto;
    width: 640px;
    height: 360px;
    background: rgba(0, 0, 0, 1);
}

body.contents main article section.movie .wrapper p {
    padding: 5px 0px 0px 0px;
    display: block;
}

body.contents main article section.movie .wrapper p.catchcopy {
    color: rgba(255, 75, 150, 1);
    font-weight: bold;
}

/*新着情報*/

body.contents main article section.news {
    vertical-align: top;
    width: 400px;
    padding: 0.4%;
}

body.contents main article section.news .wrapper {
    width: auto;
    height: 416px;
    display: block;
    margin: 0 auto;
    padding: 11px 5px;
    text-align: left;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(3px);
    border: solid 1px rgba(200, 200, 200, 1);
    border-radius: 0px 0px 8px 8px;
}

body.contents main article section.news .wrapper ul {
    display: block;
    width: auto;
    height: 416px;
}

body.contents main article section.news .wrapper li {
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(200, 200, 200, 1);
}

body.contents main article section.news .wrapper li:last-child {
    border-bottom: none;
}

body.contents main article section.news .wrapper li:last-child {
    margin-bottom: 0px;
}

body.contents main article section.news .wrapper li a.link {
    transition: none;
}
body.contents main article section.news .wrapper li a.link:hover p {
    text-shadow:none;
    filter: brightness(110%);
}

body.contents main article section.news .wrapper p.title {
    display: block;
    padding: 5px 0px;
    border-radius: 8px;
    font-size: 1em;
    font-weight: bold;
    color: rgba(255, 75, 150, 1);
}

body.contents main article section.news .wrapper p.title i {
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 0px 4px 0px;
    border-radius: 4px;
    padding: 2px 8px;
    font-size:small;
    color: rgba(255, 250, 200, 1);
    background: rgba(255, 75, 150, 1);
    font-weight: normal;
}
body.contents main article section.news .wrapper p.title em {
    display: block;
}
body.contents main article section.news .wrapper p.date {
    text-align: left;
    font-size: small;
    color: rgba(18, 18, 18, 1);
}

body.contents main article section.news .wrapper p.photo {
    float: left;
    display: block;
    margin-right: 10px;
    position: relative;
    width: 100px;
    height: auto;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
    border-radius: 8px;
}
body.contents main article section.news .wrapper p.photo:before {
    content: "";
    display: block;
    padding-top: 100%;
}
body.contents main article section.news .wrapper p.photo img {
    position: absolute;
    width: 100%;
    height: auto;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
body.contents main article section.news .wrapper p.comment {
    overflow: none;
    vertical-align: top;
    font-size: 0.8em;
}

/*新着情報 詳細*/
body.contents main article section.newsInfo {
    display: block;
    width: 920px;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 20px;
}
body.contents main article section.newsInfo .wrapper {
    height: auto;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 8px 8px;
}
body.contents main article section.newsInfo .wrapper p.title {
    color: rgba(255, 75, 150, 1);
    font-size: 1.6em;
}
body.contents main article section.newsInfo .wrapper p.title i{
    padding: 5px 10px;
}
body.contents main article section.newsInfo .wrapper p.date {
    text-align: right;
    margin-bottom: 5px;
    font-size: 1em;
}
body.contents main article section.newsInfo .wrapper p.photo {
    width:100%;
    max-width: 400px;
    margin-bottom: 10px;
}
body.contents main article section.newsInfo .wrapper p.photo:before {
    padding-top: 150%;
}
body.contents main article section.newsInfo .wrapper p.comment {
    font-size: 1em;
}

body.contents main article section.newsEtc {
    display: block;
    width: 920px;
    margin: 0 auto;
    padding: 0px;
}

body.contents main article section.newsEtc .wrapper {
    height: auto;
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
    background: rgba(255, 255, 255, 0.9);
}
body.contents main article section.newsEtc .wrapper li {
    border-bottom: solid 1px rgba(200, 200, 200, 1);
}
body.contents main article section.newsEtc .wrapper p.title {
    color: rgba(255, 75, 150, 1);
}


/*ピックアップ*/

body.contents main article section.pickup {
    vertical-align: top;
    width: 720px;
    padding: 0.4%;
}

body.contents main article section.pickup .swiper-container2 {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
    border: solid 1px rgba(200, 200, 200, 1);
    border-radius: 0px 0px 8px 8px;
    padding: 5px;
}

body.contents main article section.pickup .wrapper li {
    vertical-align: top;
    /*background: rgba(0, 0, 0, 0.8);*/
    margin: 0px;
}

body.contents main article section.pickup .wrapper li p.catchcopy {
    color: rgba(255, 75, 150, 1);
    padding: 5px 0px;
    font-size: small;
}

body.contents main article section.pickup .wrapper li p.photo {
    position: relative;
    width: 96%;
    height: auto;
    background: rgba(255, 255, 255, 1);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
}

body.contents main article section.pickup .wrapper li .photo:before {
    content: "";
    display: block;
    padding-top: 148%;
}

body.contents main article section.pickup .wrapper li p.photo img {
    position: absolute;
    width: 100%;
    height: auto;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

body.contents main article section.pickup .wrapper li p.name {
    padding: 10px 0px 0px 0px;
}

body.contents main article section.pickup .wrapper li p.size {
    padding: 0px 0px 10px 0px;
    font-size: small;
}

/*おすすめ情報*/

body.contents main article section.recommend {
    display: block;
    background: rgba(255, 75, 150, 0.6);
    padding: 10px 0px;
}
body.contents main article section.recommend .wrapper {
    text-align: center;
    width: 1280px;
    height: 720px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
body.contents main article section.recommend .wrapper li {
    width: 1280px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
body.contents main article section.recommend .wrapper li p.banner {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
body.contents main article section.recommend .wrapper li p.banner img {
    width: 100%;
}
body.contents main article section.recommend .wrapper li p.banner img:hover {
    filter: brightness(110%);
}
body.contents main article section.recommend .wrapper li p.comment {
    display: block;
    position: absolute;
    color: rgba(245, 35, 140, 1);
    width: auto;
    height: auto;
    margin: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 90px 5px 5px 5px;
    background: rgba(255, 255, 255, 1);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    font-weight: bold;
}

/*女の子一覧*/

body.contents main article section.girls {
    display: block;
    margin: 0 auto;
}

body.contents main article section.girls h2 {
    border-radius: unset;
    border-left: 0px;
    border-right: 0px;
}

body.contents main article section.girls .wrapper {
    text-align: center;
    /*background: rgba(255, 255, 255, 1);*/
    background: rgba(250, 40, 140, 1);
    border-top: solid 1px rgba(200, 200, 200, 1);
    padding: 10px;
}

body.contents main article section.girls .wrapper li {
    width: 340px;
    vertical-align: top;
    background: rgba(255, 75, 150, 1);
    /*background: rgba(240, 240, 240, 1);*/
    backdrop-filter: blur(3px);
    margin: 10px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 1);
}

body.contents main article section.girls .wrapper li div.icon {
    padding: 10px 0px;
    letter-spacing:-.4em;
    > i, > em {
        letter-spacing:normal;
    }
}
body.contents main article section.girls .wrapper li div.icon > i {
    display: inline-block;
    border-radius: 4px;
    padding: 3px 6px;
    text-align: center;
    vertical-align: middle;
    color: rgba(255, 250, 200, 1);
    margin: 0px 2px;
    /*background: rgba(255, 75, 150, 1);*/
    background: rgba(250, 40, 140, 1);
    font-size: small;
}
body.contents main article section.girls .wrapper li div.icon > em {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
}

body.contents main article section.girls .wrapper li .photo {
    position: relative;
    width: 96%;
    height: auto;
    background: rgba(255, 255, 255, 1);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
}

body.contents main article section.girls .wrapper li .photo:before {
    content: "";
    display: block;
    padding-top: 150%;
}

body.contents main article section.girls .wrapper li .photo p.catchcopy {
    position: absolute;
    display: block;
    width: 96%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(3px);
    z-index: 1;
    text-align: center;
    font-size: 0.9em;
    bottom: 1%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: rgba(255, 75, 150, 1);
    padding: 5px 0px;
    overflow: hidden;
    border-radius: 8px;
}

body.contents main article section.girls .wrapper li .photo img {
    position: absolute;
    width: 100%;
    height: auto;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

body.contents main article section.girls .wrapper li p.name {
    padding: 10px 0px 0px 0px;
}

body.contents main article section.girls .wrapper li p.size {
    padding: 0px 0px 10px 0px;
    font-size: 0.8em;
}

/*女の子詳細*/

body.contents main article section.girl h2 {
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
}
body.contents main article section.girl .main_photo {
    width: 100%;
    min-width: 1280px;
    overflow: hidden;
    background: rgba(255, 75, 150, 0.4);
    border-top: solid 1px rgba(250, 40, 140, 1);
    border-bottom: solid 1px rgba(250, 40, 140, 1);
}

body.contents main article section.girl #photolist li {
    width: 500px;
    height: 750px;
    position: relative;
    overflow: hidden;
}

body.contents main article section.girl #photolist li img {
    position: absolute;
    width: 100%;
    height: auto;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

body.contents main article section.girl .thumb {
    /*background: rgba(240, 240, 240, 1);*/
    background: rgba(255, 75, 150, 1);
    backdrop-filter: blur(3px);
    padding: 20px 0px;
}

body.contents main article section.girl .thumb a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 80px;
    border-radius: 40px;
    height: auto;
    margin: 2px;
}

body.contents main article section.girl .thumb a:before {
    content: "";
    display: block;
    padding-top: 100%;
}

body.contents main article section.girl .thumb a img {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

body.contents main article section.girl .profile {
    border-top: solid 1px rgba(200, 200, 200, 1);
}

body.contents main article section.girl .profile p.icon {
    display: block;
    padding: 5px 30px 5px 30px;
    text-align: center;
    margin-bottom: 20px;
    font-size: small;
    color: rgba(255, 75, 150, 1);
    font-weight: bold;
}

body.contents main article section.girl .profile p.icon i {
    display: inline-block;
    border-radius: 4px;
    padding: 3px 6px;
    text-align: center;
    vertical-align: middle;
    color: rgba(255, 250, 200, 1);
    margin: 0px 2px;
    background: rgba(255, 75, 150, 1);
    font-weight: normal;
}

body.contents main article section.girl .profile p.icon em {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

body.contents main article section.girl .profile p.catchcopy {
    color: rgba(255, 75, 150, 1);
    padding: 10px;
}

body.contents main article section.girl .profile p.name {
    padding: 5px 0px 0px 0px;
    font-size: 1.4em;
    font-weight: bold;
}

body.contents main article section.girl .profile p.size {
    padding: 0px 0px 5px 0px;
    font-weight: bold;
    margin-bottom: 10px;
}

body.contents main article section.girl .profile p.comment {
    display: inline-block;
    background: rgba(240, 240, 240, 1);
    backdrop-filter: blur(3px);
    padding: 10px;
    font-size: 0.9em;
    border-radius: 8px;
    max-width: 680px;
}

body.girlinfo main article section.movie {
    padding: 0px;
}

body.girlinfo main article section.movie h2 {
    border-radius: unset;
    border-left: 0px;
    border-right: 0px;
}

body.girlinfo main article section.movie .wrapper {
    width: 100%;
    padding: 0px;
    padding: 40px 0px;
    border-top: solid 1px rgba(200, 200, 200, 1);
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}



/*システム料金*/

body.contents main article section.system {
    display: block;
}

body.contents main article section.system h2{
    border-left: 0px;
    border-right: 0px;
    border-radius: unset;
}

body.contents main article section.system .wrapper {
    text-align: center;
    border-top: solid 1px rgba(200, 200, 200, 1);
    border-bottom: solid 1px rgba(200, 200, 200, 1);
    padding: 40px 0px;
}

body.contents main article section.system .wrapper li {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 20px;
}

body.contents main article section.system .wrapper li table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.2em;
}

body.contents main article section.system .wrapper li table caption {
    text-align: center;
    padding: 4px 10px 2px 10px;
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 75, 150, 1);
    font-size: x-large;
    font-weight: bold;
    border-radius: 8px 8px 0px 0px;
}

body.contents main article section.system .wrapper li table tr {
    border-bottom: solid 1px rgba(255, 255, 255, 1);
}

body.contents main article section.system .wrapper li table tr:last-child {
    border-bottom: none;
}
body.contents main article section.system .wrapper li table th {
    position: relative;
    width: 30%;
    background: rgba(255, 75, 150, 0.6);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 20px;
}
body.contents main article section.system .wrapper li table th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right: -10px;
    border-left: 10px solid rgba(255, 75, 150, 0.6);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
body.contents main article section.system .wrapper li table td {
    width: 70%;
    text-align: center;
    background: rgba(240, 240, 240, 1);
    padding: 20px;
}

body.contents main article section.system .wrapper li table tr.comment {
    border-bottom: none;
}

body.contents main article section.system .wrapper li table tr.comment td {
    background: none;
    padding: 10px 0;
}

body.contents main article section.system .wrapper li table .reference {
    color:#ff4ab6;
    font-size: small;
}

body.contents main article section.system .wrapper li p.comment {
    padding: 10px;
}

body.contents main article section.system .wrapper li .caution {
    padding: 30px;
    background: rgba(240, 240, 240, 1);
    backdrop-filter: blur(3px);
    border-radius: 8px;
    text-align: left;
    font-size: small;
}

body.contents main article section.system .wrapper li .caution p {
    font-size: 1.2em;
    color: rgba(255, 0, 0, 1);
    font-weight: bold;
}

body.contents main article section.system .wrapper li .caution img.hiddencamera {
    width: 100%;
    max-width: 680px;
}

/*イベント情報*/

body.contents main article section.event {
    display: block;
}

body.contents main article section.event h2{
    border-left: 0px;
    border-right: 0px;
    border-radius: unset;
}

body.contents main article section.event .wrapper {
    text-align: center;
    border-top: solid 1px rgba(200, 200, 200, 1);
    border-bottom: solid 1px rgba(200, 200, 200, 1);
    padding: 40px 0px;
}

body.contents main article section.event .wrapper li {
    width: 980px;
    margin: 0 auto;
    background: rgba(240, 240, 240, 1);
    backdrop-filter: blur(3px);
    border-radius: 8px;
    margin-bottom: 20px;
    padding-bottom:10px;
}

body.contents main article section.event .wrapper li div.title {
    font-size: 1.4em;
    font-weight: bold;
    background: rgba(255, 75, 150, 1);
    padding: 5px 0px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 1);
    border-radius: 8px 8px 0px 0px;
}

body.contents main article section.event .wrapper li div.photo {
    margin-bottom: 10px;
}

body.contents main article section.event .wrapper li div.photo img {
    width: 100%;
    max-width: 960px;
}

body.contents main article section.event .wrapper li div.ready {
    padding: 50px;
}

/*メールマガジン情報*/

body.contents main article section.mailmagazine {
    display: block;
}

body.contents main article section.mailmagazine h2{
    border-left: 0px;
    border-right: 0px;
    border-radius: unset;
}

body.contents main article section.mailmagazine .wrapper {
    border-top: solid 1px rgba(200, 200, 200, 1);
    border-bottom: solid 1px rgba(200, 200, 200, 1);
    padding: 40px 0px;
}

body.contents main article section.mailmagazine .wrapper p.photo {
    margin-bottom: 40px;
}

body.contents main article section.mailmagazine .wrapper p.photo img {
    width: 960px;
    border: solid 1px rgba(255, 75, 150, 1);
}

body.contents main article section.mailmagazine .wrapper form {
    padding: 10px 0px;
    background: rgba(72, 72, 72, 1);
    text-align: center;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 1);
}

body.contents main article section.mailmagazine .wrapper form p {
    padding: 5px;
}

body.contents main article section.mailmagazine .wrapper p.caution {
    padding: 10px;
    font-size: 0.9em;
    text-align: center;
    color:rgba(18, 18, 18, 1);
}

/*メールマガジン情報*/

body.contents main article section.recruit {
    display: block;
}

body.contents main article section.recruit .wrapper1 {
    height: 800px;
    width: 100%;
    background: url(../images/recruit/bg1.jpg) 50% 0px;
}

body.contents main article section.recruit .wrapper1 .in {
    width: 1000px;
    height: 800px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

body.contents main article section.recruit .wrapper1 img {
    position: absolute;
    width: 454px;
    height: 196px;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin-top: -16%;
}

body.contents main article section.recruit .wrapper2 {
    background: url(../images/recruit/girl.png) 50% 0px no-repeat;
}

body.contents main article section.recruit .wrapper2 .text {
    text-align: left;
    padding: 200px 50px;
    padding-right: 30%;
}

body.contents main article section.recruit .wrapper2 .text p {
    font-size: 1.6em;
    margin: 40px 0px;
}

/*フッダー*/

footer ul.menu {
    font-size: smaller;
    margin-bottom: 10px;
}

footer ul.menu li {
    display: inline-block;
}

footer ul.menu li:first-child::before {
    content: none;
}

footer ul.menu li::before {
    content: '│';
    color: rgba(255, 75, 150, 1);
}

footer .copyright {
    font-size: 0.8em;
    color: rgb(255, 250, 220);
    background: rgba(255, 75, 150, 1);
    backdrop-filter: blur(3px);
    padding: 20px 10px;
}

footer .copyright p {
    font-size: 1.2em;
    padding: 5px;
    color: rgba(255, 255, 255, 1);
}

/*リンク写真効果*/

.photo a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.photo a img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    filter: brightness(110%);
}

/*スクロールバー*/

.scbar {
    overflow-y: scroll;
}

.scbar::-webkit-scrollbar {
    width: 15px;
}

.scbar::-webkit-scrollbar-thumb {
    background: rgba(255, 75, 150, 1);
    transition: .3s;
}
.scbar::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 75, 150, 0.8);
}

.scbar::-webkit-scrollbar-track-piece:start {
    background: rgba(255, 255, 255, 1);
}

.scbar::-webkit-scrollbar-track-piece:end {
    background: rgba(255, 255, 255, 1);
}

/*bx-slider設定*/

.bx-controls-direction {
    width: 500px;
    height: 0px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0;
}

#slider-wrapper .bx-wrapper {
    margin: 0px auto;
}

#slider-wrapper .bx-wrapper .bx-prev {
    top: 375px;
    left: 10px;
}

#slider-wrapper .bx-wrapper .bx-next {
    top: 375px;
    right: 10px;
}

#slider-wrapper {
    position: relative;
    left: 50%;
    width: 3500px;
    margin-left: -1750px;
}

/*フォーム*/

input, select, textarea:focus {
    outline: none;
}

input, select, textarea {
    padding: 10px;
    margin: 2px 0px;
    background: rgba(36, 36, 36, 1);
    border: solid 1px rgba(108, 108, 108, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    box-sizing: border-box;
}

input[type="radio"] {
    margin: 0px 5px;
}

input[type="submit"] {
    border-style: none;
    cursor: pointer;
    white-space: pre-line;
    word-break: break-all;
    background: rgba(255, 75, 150, 1);
    transition: .3s;
    margin: 0px 10px;
    padding: 10px 20px;
}

input[type="submit"]:hover {
    background: rgba(110, 110, 110, 1);
}

/*タブレットページ*/
@media screen and (min-width: 721px) and (max-device-width: 1280px) {
    body.contents {
        min-width: 720px;
    }
    body.contents header div.logo {
        padding: 20px 10px 20px 10px;
    }
    body.contents header div.contact {
        margin: 20px 10px 20px 10px;
    }
    /*広告*/
    body.contents main article section.ad {
        width: 100%;
        padding: 0px;
        margin:0px;
    }
    body.contents main article section.photodiary {
        margin-bottom: 20px;
    }
    body.contents main article section.ad .wrapper {
        border-radius: 0px;
    }
    /*新着情報*/
    body.contents main article section.news {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }
    /*新着情報*/
    body.contents main article section.news {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }
    /*動画*/
    body.contents main article section.movie {
        width: 100%;
        padding: 0px;
    }
    /*ピックアップ*/
    body.contents main article section.pickup {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }
    /*女の子詳細*/
    body.contents main article section.girl .main_photo {
        width: 100%;
        min-width: 0px;
        overflow: hidden;
    }
}


/*スマートフォンページ*/
@media screen and (min-width: 0px) and (max-device-width: 720px) {
    body {
        font-size: 0.8em;
        height: 100vh;
    }
    /*年齢認証ページ*/
    body.index {
        background:
        url(../images/pc_bg2.png) no-repeat top center,
        url(../images/pc_bg_girl.png) no-repeat 50% 0px,
        url(../images/index_bg.jpg) no-repeat middle center unset;
        background-size: 180% auto, 140% auto, auto 100%;
    }
    
    body.index main {
        margin-bottom: 50px;
    }
    body.index main .logo {
        width: 90%;
        padding: 10% 5%;
    }
    body.index main .logo img {
        width: 100%;
    }
    body.index main .ad img {
        width: 60%;
    }
    body.index main nav.admission {
        width: 100%;
    }
    body.index main nav.admission ul {
        margin-bottom: 20px;
    }
    body.index main nav.admission li.enter {
        margin-bottom: 10px;
    }
    body.index main nav.admission li.enter .button {
        width: 80%;
    }
    body.index main nav.admission li.enter .button a {
        padding: 5px 20px 5px 20px;
    }
    body.index main nav.admission li.leave p {
        color: rgba(140, 140, 140, 1);
        padding: 10px;
    }
    body.index main nav.admission .info {
        border-radius: 0px;
    }

    /*メインヘッダー*/
    body.contents header {
        background-size: 110% auto, cover;
        background-position: 50% 0px;
    }
    body.contents header .logo {
        padding: 40px 0px 0px 0px;
    }
    body.contents header .logo p img {
        width: 70%;
    }
    body.contents header div.contact {
        width: auto;
        margin: 30px 0px 0px 0px
    }
    body.contents header div.contact p {
        margin: 0px 5px;
    }
    body.contents header div.contact p.opentime {
        font-size: large;
    }
    body.contents header div.contact p.phone {
        font-size: x-large;
    }
    body.contents header nav.menu {
        padding: 0px;
    }
    body.contents header nav.menu ul li {
        vertical-align: top;
        font-size: small;
        margin: 2px;
    }
    body.contents header nav.menu ul li a {
        padding: 8px 12px 4px 12px; 
        font-weight: normal;
    }
    body.contents header nav.menu ul li a p{
        font-weight: bold;
        line-height: 0.8em;
    }
    /*メイン*/
    body.contents {
        min-width: auto;
    }
    body.contents main {
        padding: 10px 0px;
    }
    body.contents main article {
        padding: 10px 0px;
    }
    body.contents main article section h2 {
        border-left: none;
        border-right: none;
        padding: 10px 0px 5px 0px; 
        border-radius: 0px;
        border-bottom: solid 1px rgba(200, 200, 200, 1)
    }
    body.contents main article section h2 em {
        margin: 0px;
    }
    /*広告*/
    body.contents main article section.ad {
        width: auto;
        min-width: 100%;
        margin: 0px;
    }
    body.contents main article section.photodiary .wrapper {
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 0px 10px;
        margin-bottom: 20px;
        border-radius: 0px;
        border: none;
    }
    body.contents main article section.ad .banner {
        padding: 10px 0px 0px 0px;
    }
    body.contents main article section.ad .banner img {
        width: 90%;
    }
    body.contents main article section.standby .wrapper {
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 0px 10px;
        border-radius: 0px;
        border: none;
    }
    /*動画*/
    body.contents main article section.movie {
        width: 100%;
        padding: 0px;
    }
    body.contents main article section.movie .wrapper {
        border: none;
        border-radius: 0px;
    }
    body.contents main article section.movie .wrapper video {
        width: 100%;
        height: auto;
    }
    /*新着情報*/
    body.contents main article section.news {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }
    body.contents main article section.news .wrapper {
        height: auto;
        border: none;
        overflow: unset;
        border-radius: 0px;
    }
    body.contents main article section.news .wrapper ul {
        overflow: unset;
        height: auto;
    }
    body.contents main article section.news .wrapper li {
        padding: 10px 0px;
        margin-bottom: 0px;
    }
    body.contents main article section.news .wrapper p.photo {
        width: 70px;
    }
    body.contents main article section.newsInfo .wrapper {
        padding: 10px;
    }
    body.contents main article section.newsInfo .wrapper p.photo {
        width: 100%;
    }
    body.contents main article section.newsEtc .wrapper {
        padding: 10px;
    }
    body.contents main article section h3 {
        border-radius: 0px;
    }


    /*ピックアップ*/
    body.contents main article section.pickup {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }
    body.contents main article section.pickup .swiper-container2 {
        border: none;
        border-radius: 0px;
    }
    body.contents main article section.pickup .wrapper {
        padding: 10px 0px;
        border: 0px;
    }
    body.contents main article section.pickup .wrapper li {
        width: 100%;
    }
    body.contents main article section.pickup .wrapper li p.catchcopy {
        font-size: smaller;
    }
    body.contents main article section.pickup .wrapper li p.photo:before {
        padding-top: 140%;
    }
    body.contents main article section.pickup .wrapper li p.size {
        padding: 0px 0px 0px 0px;
        font-size: x-small;
    }

    /*おすすめ情報*/
    body.contents main article section.recommend {
        padding: 10px 0px 5px 0px;
    }
    body.contents main article section.recommend .wrapper {
        width: 100%;
        height: auto;
    }
    body.contents main article section.recommend .wrapper li {
        width: 100%;
        border: none;
    }
    body.contents main article section.recommend .wrapper li p.banner img {
        width: 100%;
    }
    body.contents main article section.recommend .wrapper li p.comment {
        padding: 40px 5px 5px 5px;
    }

    /*女の子一覧*/
    body.contents main article section.girls .wrapper {
        border: 0px;
        border-radius: none;
        padding: 5px 0px;
    }
    body.contents main article section.girls .wrapper li {
        width: 48%;
        margin: 1%;
    }
    /*女の子詳細*/
    body.contents main article section.girl .main_photo {
        width: 100%;
        min-width: 0px;
        overflow: hidden;
        border: 0px;
    }
    body.contents main article section.girl #photolist li {
        width: 100%;
        height: auto;
    }
    body.contents main article section.girl #photolist li:before {
        content: "";
        display: block;
        padding-top: 150%;
    }
    body.contents main article section.girl .thumb {
        padding: 10px 0px;
    }
    body.contents main article section.girl .thumb a {
        width: 16%;
        margin: 1%;
        border-radius: 50%;
    }
    body.contents main article section.girl .profile p.icon {
        margin-bottom: 10px;
    }
    body.contents main article section.girl .profile p.catchcopy {
        padding: 5px;
    }
    body.contents main article section.girl .profile p.comment {
        width: 96%;
        padding: 2%;
        border-radius: 0px;
    }
    body.girlinfo main article section.movie .wrapper {
        padding: 20px 0px;
    }

    /*システム料金*/
    body.contents main article section.system .wrapper {
        border: 0px;
        padding: 20px 0px;
    }
    body.contents main article section.system .wrapper li {
        width: 100%;
    }
    body.contents main article section.system .wrapper li table caption {
        font-size: large;
        border-radius: unset;
    }
    body.contents main article section.system .wrapper li .caution {
        border-radius: unset;
        padding: 20px;
    }
    /*イベント情報*/
    body.contents main article section.event .wrapper {
        width: 100%;
        border: 0px;
        padding: 20px 0px;
    }
    body.contents main article section.event .wrapper li {
        width: 100%;
        padding: 0px;
        border-radius: 0px;
    }
    body.contents main article section.event .wrapper li div.title{
        margin-bottom: 0px;
        border-radius: 0px;
    }
    body.contents main article section.event .wrapper li div.photo {
        margin: 0px;
    }
    body.contents main article section.event .wrapper li div.photo img {
        width: 100%;
    }
    body.contents main article section.event .wrapper li div.comment {
        padding: 5px;
    }
    body.contents main article section.event .wrapper li div.ready {
        padding: 50px 0px;
    }
    /*メールマガジン情報*/
    body.contents main article section.mailmagazine .wrapper {
        border: 0px;
        padding: 20px 0px;
    }
    body.contents main article section.mailmagazine .wrapper p.photo {
        margin-bottom: 10px;
    }
    body.contents main article section.mailmagazine .wrapper p.photo img {
        width: 100%;
        border: none;
        border-top: solid 1px rgba(255, 75, 150, 1);
        border-bottom: solid 1px rgba(255, 75, 150, 1);
    }
    body.contents main article section.mailmagazine .wrapper form {
        padding: 10px;
        margin-bottom: 10px;
    }
    body.contents main article section.mailmagazine .wrapper form p {
        padding: 5px 0px;
    }
    body.contents main article section.mailmagazine .wrapper form input[type="text"] {
        width: 100%;
    }
    body.contents main article section.mailmagazine .wrapper p.caution {
        padding: 10px 0px;
    }
    /*フッダー*/
    footer {
        padding-bottom: 60px;
    }
    footer ul.menu {
        font-size: 0.8em;
    }
    /*bx-slider設定*/
    .bx-controls-direction {
        width: auto;
    }
    #slider-wrapper .bx-wrapper .bx-prev {
        top: 250px;
        left: 10px;
    }
    #slider-wrapper .bx-wrapper .bx-next {
        top: 250px;
        right: 10px;
    }
    #slider-wrapper {
        left: 50%;
        width: 100%;
        margin-left: -50%;
    }
}

/* スマートフォンハンバーガーメニュー start */

.scroll-prevent {
    /*動き固定*/
    /*position: fixed;*/
    overflow: hidden;
    user-select: none;
    /*奥行きを管理*/
    z-index: -1;
    /*下2つで背景を元のサイズのまま表示することができる*/
    width: 100%;
    height: 100%;
}

.navToggle {
    position: fixed;
    display: block;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 500;
    text-align: center;
    border-radius: 8px;
    background: rgba(255, 75, 150, 0.6);
}

.navToggle.active {
    top: 0;
    right: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.6);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navToggle.active .position {
    position: relative;
    top: 45%;
    left: 20%;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}

.navToggle span {
    display: block;
    /* .navToggleに対して */
    position: absolute;
    width: 36px;
    margin: 0 auto;
    border-bottom: solid 3px rgba(255, 255, 255, 1);
    left: 7px;
}

.navToggle.active span {
    width: 40px;
    border-bottom: solid 7px rgba(255, 255, 255, 1);
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: rgba(255, 255, 255, 1);
    font-size: 0.8em;
    font-weight: bold;
    top: 32px;
}

.navToggle.active span:nth-child(4) {
    top: 40px;
    font-size: 0.8em;
}

/* 最初のspanをマイナス45度に */

.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */

.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav.globalMenuSp {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.3s;
    width: 64%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(3px);
}

nav.active {
    transition: all 0.3s;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}

nav.globalMenuSp ul {
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

nav.globalMenuSp ul li {
    font-size: 1.2em;
    list-style-type: none;
    border-bottom: 1px solid rgba(240, 240, 240, 1);
}

nav.globalMenuSp ul li.logo {
    padding: 10px 10px
}

nav.globalMenuSp ul li.logo img {
    width: 100%;
}

nav.globalMenuSp ul li.title {
    font-weight: bold;
    background: rgba(255, 75, 150, 1);
    color: rgba(255, 255, 255, 1);
    border-bottom: none;
    padding: 10px 5px;
}

/* 最後はラインを描かない */

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    padding: 10px 5px;
}


/* このクラスを、jQueryで付与・削除する */

nav.globalMenuSp.active {
    transform: translateX(0%);
}

/* スマホ用のハンバーガーメニュー end */

/* スマホ用のフッダーサブメニュー */

footer ul.sub_menu {
    position: fixed;
    display: block;
    z-index: 200;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    padding: 5px 0px;
    background: rgba(255, 75, 150, 0.6);
}

footer ul.sub_menu li {
    vertical-align: top;
    border-radius: 8px;
    height: 50px;
    font-weight: bold;
    background: -webkit-gradient( linear, left bottom, left top, from(rgba(180, 180, 180, 1)), to(rgba(255, 255, 255, 1)));
}

footer ul.sub_menu li.tel {
    width: 68%;
    margin: 0 0.5%;
    font-size: 1.6em;
    line-height: 1em;
}

footer ul.sub_menu li.tel a {
    display: block;
    height: 46px;
    padding: 2px 0px;
    color: rgba(255, 75, 150, 1);
}

footer ul.sub_menu li.tel a p {
    font-size: 0.6em;
    font-weight: normal;
}

footer ul.sub_menu li.top {
    position: relative;
    width: 28%;
    margin: 0 0.5%;
}

footer ul.sub_menu li.top a {
    display: block;
    color: rgba(18, 18, 18, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

/* スマホ用のフッダーサブメニュー end */



/* いいね */
@keyframes likeAura {
    0%, 100% {
        /* 明るく光るよう影を重ねる */
        filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.5));
    }
    50% {
        /* 淡く光るよう影を重ねる */
        filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.5));
    }
}

@keyframes likeIngradiant {
    0%, 100% {
        background-size: 100%;
    }
    50% {
        background-size: 120%;
    }
}

i.status.like {
    background: #f13f79 !important;
    background: linear-gradient(135deg, #427eff 5%,#a957ae 35%, #f13f79 70%) no-repeat !important;
    color: #ffffff !important;
    i {
        background: none !important;
    }
}

ul.topIcon {
    display: flex;
    position: fixed;
    color:#000000;
    user-select: none;
    transition: top 0.3s ease;
    top: 10px;
    left: 10px;
    z-index: 900;
    animation: likeAura 5s ease infinite;
    font-family: sans-serif;
    
    li {
        position: relative;
        padding: 10px;
        width: 3em;
        height: 3em;
        overflow: hidden;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    li:nth-child(n+2) {
        margin-left: 10px;
    }

    p {
        position: absolute;
        z-index: 1;
        font-size: 0.9em;
        line-height: 1.1em;
        font-weight: bold;
        color: #ffffff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 4em;
        filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.5))
    }

    .like {
        background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        border-radius: 999px;
        animation: likeIngradiant 10s ease infinite;
    }

    .like::before {/*グラデーションを重ねるため*/
        content: '';
        position: absolute;/*絶対配置*/
        top: 26px;/*ずらす*/
        left: -18px;/*ずらす*/
        width: 70px;/*グラデーションカバーの幅*/
        height: 70px;/*グラデーションカバーの高さ*/
        background: radial-gradient(#ffe251 10%, rgba(255, 105, 34, 0.5) 50%, rgba(255, 88, 96, 0) 80%);
        animation: likeIngradiant 10s ease infinite;
    }

    .level {
        background: url(../images/banner/level.png) no-repeat 0px 50% / 100%;

        p {
            padding-top: 0.2em;
            font-size: 1.4em;
            text-shadow: #ff7f0f 0 0 5px;
        }
    }
    
    .pShop {
        background: url(../images/banner/pShop.png) no-repeat 0px 50% / 100%;
        border-radius: 999px;
    }

    .fade {
        width: 3em;
        height: 3em;
        
        div {
            padding: 10px;
            width: 3em;
            height: 3em;
        }

        /* 基本的なフェード用設定 */
        .level, .pShop {
            opacity: 0;
            filter: brightness(1.6);
            transition: opacity 1s ease, filter 2s ease;
            position: absolute; /* 重ねて表示する場合 */
        }

        /* 表示状態 */
        .show {
            opacity: 1;
            filter: brightness(1);
            width: 3em;
            height: 3em;
        }
    }
}

.like.post {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    font-size: 1.2em;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    border-radius: 999px;
    font-weight: bold;
    
    .like_btn {
        color: #ffffff;
        padding: 8px 20px;
        border-radius: 999px;
        transition: .3s all linear;

        i {
            margin-right: 6px;
        }
    }
    .like_btn:hover {
        background: #00000054;
    }

    .like_btn::before {/*グラデーションを重ねるため*/
        content: '';
        position: absolute;/*絶対配置*/
        top: 30px;/*ずらす*/
        left: 20px;/*ずらす*/
        width: 100px;/*グラデーションカバーの幅*/
        height: 50px;/*グラデーションカバーの高さ*/
        background: radial-gradient(#ffe251 10%, rgba(255, 105, 34, 0.5) 50%, rgba(255, 88, 96, 0) 80%);
        animation: likeIngradiant 10s ease infinite;
    }
}
/* いいね 終了*/