 @charset "UTF-8";
 .main-color {
     color: rgb(222, 92, 160);
 }
 
 .sub-color {
     color: rgb(64, 188, 216);
 }
 /*==============================
=            layout            =
==============================*/
 /*==============================
=            global            =
==============================*/
 
 html {
     scroll-behavior: smooth;
 }
 
 div,
 dl,
 dt,
 dd,
 ul,
 ol,
 li,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 pre,
 form,
 p,
 blockquote,
 th,
 td {
     margin: 0;
     padding: 0;
 }
 /*==============================
=            hotel list           =
==============================*/
 
 ul.hotel_area_select {
     padding: 0;
     margin: 45px 0 10px 0;
 }
 
 #header .shop-info.shop-tel {
     position: absolute;
     top: 35px;
     left: 350px;
 }
 /* Hotel List */
 
 ul.hotel_area_select li a {
     float: left;
     border-right: rgb(109, 109, 109) 1px solid;
     padding: 0 10px;
     display: inline-block;
 }
 
 ul.hotel_area_select li:last-child a {
     border: none;
 }
 
 ul.hotel_list {
     padding: 0;
     margin: 0 0 30px 0;
 }
 
 ul.hotel_list li {
     vertical-align: middle;
     font-size: 14px;
 }
 
 ul.hotel_list li a {
     color: #333;
 }
 
 ul.hotel_list li:nth-child(even) {
     background: #f5f5f5;
 }
 
 .hotel_name h3 {
     padding: 0;
     margin: 0;
     font-size: 14px;
 }
 
 .hotel_name {
     width: 35%;
     padding: 0;
 }
 
 .hotel_address {
     width: 45%;
 }
 
 .hotel_tel {
     width: 18%;
     white-space: nowrap;
 }
 
 ul.hotel_list li {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding: 5px;
 }
 
 ul.hotel_type_select {
     padding: 0;
     margin: 0 0 50px 0;
 }
 
 #header .shop-info.shop-tel {
     position: absolute;
     top: 35px;
     left: 350px;
 }
 /* Hotel List */
 
 ul.hotel_type_select li a {
     float: left;
     border-right: rgb(109, 109, 109) 1px solid;
     padding: 0 10px;
     display: inline-block;
 }
 
 ul.hotel_type_select li:last-child a {
     border: none;
 }
 
 ul.hotel_list {
     padding: 0;
     margin: 0 0 30px 0;
 }
 
 ul.hotel_list li {
     vertical-align: middle;
     border-bottom: rgb(209, 208, 208) 1px dotted;
     font-size: 14px;
 }
 
 ul.hotel_list li a {
     color: #333;
     padding: 5px;
 }
 
 ul.hotel_list li:nth-child(even) {
     background: #f5f5f5;
 }
 
 .hotel_google_maps a {
     background-color: #000;
     font-size: 12px;
     display: block;
     border-radius: 4px;
     color: #fff!important;
 }
 
 .hotel_google_maps a:hover {
     opacity: 0.8;
 }
 
 .hotel_name h3 {
     padding: 0;
     margin: 0;
     font-size: 14px;
 }
 
 .hotel_name {
     width: 35%;
     padding: 0;
 }
 
 .hotel_address {
     width: 45%;
 }
 
 .hotel_tel {
     width: 15%;
 }
 
 ul.hotel_list li {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding: 5px;
     flex-wrap: nowrap;
 }
 /*============================
=            link            =
============================*/
 
 .link-bloc {
     margin: 30px 0;
     display: flex;
     flex-wrap: wrap;
 }
 
 .link_var {
     margin: 5px;
 }
 
 dl.link_banner dt {
     margin: 10px 0 0 0;
 }
 
 #link_invitation dl {
     margin: 10px 0;
 }
 
 table#link_invitation th {
     width: 200px;
     background-color: rgba(77, 145, 237, 0.80);
     color: #FFF;
     padding: 15px;
     border: solid #eee 1px;
 }
 
 table#link_invitation td {
     padding: 15px;
     border: solid #eee 1px;
 }
 
 #link_bnr_bloc {
     display: flex;
     flex-wrap: wrap;
 }
 
 .link_columns {
     margin: 5px;
 }
 /*--------------------------------------------------------------
# Loading
--------------------------------------------------------------*/
 /* ローディング画面の背景 */
 
 .loading_child {
     position: fixed;
     width: 100vw;
     height: 100vh;
     top: 0px;
     left: 0px;
     background: rgba(255, 255, 255, 0.8);
     z-index: 9999;
 }
 
 .loading_logo {
     position: absolute;
     top: calc(50% - 134px);
     left: calc(50% - 75px);
     height: 267px;
     width: 150px;
 }
 /* 点滅 */
 
 .blinking {
     -webkit-animation: blink 2s ease-in-out infinite alternate;
     -moz-animation: blink 2s ease-in-out infinite alternate;
     animation: blink 2s ease-in-out infinite alternate;
 }
 /*=============================
=            color            =
=============================*/
 
 .comic_page .glide {
     margin: 0 auto !important;
 }
 
 #comic-carousel .glide__arrow {
     background-color: rgba(140, 2, 2, 0.623) !important;
 }
 /*============================
=           Kuchikomi          =
============================*/
 
 .revue-count {
     position: relative;
     display: inline-block;
     margin: 1.5em 0;
     padding: 3px 10px;
     min-width: 120px;
     max-width: 100%;
     color: #555;
     font-size: 12px;
     background: #fff;
     border: solid 3px #555;
     box-sizing: border-box;
 }
 
 .revue-count:before {
     content: "";
     position: absolute;
     top: -24px;
     left: 50%;
     margin-left: -15px;
     border: 12px solid transparent;
     border-bottom: 12px solid #fff;
     z-index: 2;
 }
 
 .revue-count:after {
     content: "";
     position: absolute;
     top: -30px;
     left: 50%;
     margin-left: -17px;
     border: 14px solid transparent;
     border-bottom: 14px solid #555;
     z-index: 1;
 }
 
 .revue-count p {
     margin: 0;
     padding: 0;
 }
 /*============================
=            operator           =
============================*/
 /*operator*/
 
 #img-callme {
     margin: 10px auto;
     display: block;
     max-width: 90%;
     height: auto;
 }
 
 #btn-tel {
     display: none;
 }
 /*operator*/
 
 #btn_operator_sidebar {
     position: fixed;
     right: 20px;
     top: 20px;
     text-align: center;
     z-index: 100;
 }
 
 #btn_operator_sidebar {
     position: fixed;
     right: 20px;
     top: 20px;
     text-align: center;
     z-index: 100;
 }
 
 #btn_operator_sidebar img {
     cursor: pointer;
     -webkit-animation: blink 1s ease-in-out infinite alternate;
     -moz-animation: blink 1s ease-in-out infinite alternate;
     animation: blink 1s ease-in-out infinite alternate;
 }
 
 #btn_operator_sidebar span {
     background-color: #fe92d5;
     color: #fff;
     padding: 3px 10px;
     font-size: 11px;
     border-radius: 4px;
     text-align: center;
     display: inline-block;
     margin: 5px auto;
     font-family: ta-f1blockline, sans-serif;
     font-weight: 400;
     font-style: normal;
 }
 
 #btn_operator_sidebar {
     position: fixed;
     right: 20px;
     top: 20px;
     text-align: center;
     z-index: 100;
 }
 
 #sidebar-operator.open {
     right: 0;
 }
 
 #sidebar-operator {
     position: fixed;
     top: 0;
     right: -300px;
     max-width: 300px;
     width: 100%;
     height: 100%;
     background-color: #69dcd5;
     padding: 0;
     max-height: 100%;
     overflow-y: auto;
     text-align: center;
     transition: 0.5s ease right;
     z-index: 110;
     box-shadow: -3px 0 3px 0px rgba(0, 0, 0, 0.2);
 }
 
 #operator_callme_list {
     padding: 10px 20px 0;
 }
 
 #operator_callme_list h1 {
     color: #fff;
     margin-bottom: 5px;
 }
 
 #link-operatorpage-close {
     background-color: #e9e9e9;
     color: rgba(127, 127, 127, 1);
     padding: 6px 0;
     text-align: center;
     width: 60%;
     margin: 10px auto;
     border-radius: 6px;
     -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 1px 1px rgba(0, 0, 0, 0.16);
     box-shadow: 1px 1px rgba(0, 0, 0, 0.16);
     cursor: pointer;
 }
 
 .operator_name_section {
     color: #2acec8;
     font-size: 20px;
     font-weight: bold;
     line-height: 24px;
     padding: 5px 0 2px;
 }
 
 .operator_experience {
     font-size: 12px;
     font-weight: bold;
     color: #fe92d5;
     padding: 0 0 7px;
     background-color: #fff;
 }
 
 #operator_callme_list .operator_img {
     background-color: #f1f1f1;
     height: auto;
 }
 
 .operator_block {
     background-color: #fff;
     margin: 0px 0 3px;
     padding-bottom: 5px;
 }
 
 .operator_pagelink a:hover {
     color: #fff;
 }
 
 .operator_pagelink a {
     background-color: #7fc9c3;
     color: #fff;
     border-radius: 6px;
     display: inline-block;
     margin: 0 auto 5px;
     font-size: 12px;
     padding: 1px 25px;
     cursor: pointer;
 }
 
 .operator_title {
     background-color: #9de0da;
     color: #fff;
     font-size: 14px;
     font-weight: bold;
     margin-bottom: 7px;
     padding: 3px 0;
 }
 
 #operator_callme_list .operator_thumb {
     display: none;
 }
 
 .operator_name {
     color: #2acec8;
     font-size: 20px;
     font-weight: bold;
     line-height: 24px;
     padding: 5px 0 2px;
 }
 
 .operator_experience {
     font-size: 12px;
     font-weight: bold;
     color: #fe92d5;
     padding: 0 0 7px;
     background-color: #fff;
 }
 
 .operator_pr {
     padding: 0px 5px;
     font-size: 12px;
 }
 
 .operator_pagelink a {
     background-color: #ec5acf;
     color: #fff;
     border-radius: 6px;
     display: inline-block;
     margin: 0 auto 5px;
     font-size: 12px;
     padding: 10px 25px;
     cursor: pointer;
 }
 
 .operator_review_btn a {
     padding: 5px 10px;
     background-color: #ec5acf;
     margin: 10px 0;
     color: #fff;
     text-align: center;
     display: inline-block;
     border-radius: 6px;
 }
 
 .operator_review_btn a:hover {
     color: #fff;
     opacity: 0.9;
 }
 
 .icon-operator-working {
     width: 80px;
     height: 80px;
     position: absolute;
     top: -5px;
     left: -5px;
     animation: 2s beat ease alternate infinite;
     -webkit-animation: 2s beat ease alternate infinite;
 }
 
 .operator_av_score .dashicons {
     font-size: 28px;
     width: auto;
     height: auto;
     color: #ffeb0c;
 }
 
 .operator_review_score .dashicons {
     color: #ffa128;
 }
 
 .operator_review_score .dashicons-star-filled {
     color: #ffeb0c;
     text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
 }
 
 .operator_image {
     text-align: center;
 }
 
 .operator_image img {
     width: auto;
     max-height: 300px;
 }
 
 #archive-operator .operator_image img {
     max-height: 250px;
     width: auto;
 }
 
 #archive-operator article {
     width: calc(25% - 20px);
     width: -webkit-calc(25% - 20px);
     margin: 10px;
     position: relative;
     text-align: center;
     -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
 }
 
 #archive-operator .operator_list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -ms-flex-wrap: wrap;
     -webkit-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-bottom: 20px;
 }
 
 .operator_image {
     background-color: #f7f7f7;
 }
 
 .single-post_operator .operator_image {
     background-color: transparent;
 }
 
 .single-post_operator .operator_title {
     padding: 10px;
     text-align: center;
 }
 
 .operator_review_btn_notyet {
     margin-top: 10px;
 }

 .operator .entry-content {
    margin: 1em;
 }
 
 .post-type-archive-post_operator h1.page-title,
 .single-post_operator h1.page-title {
     background-image: url(../../assets/images/tit_operator.png);
     background-repeat: no-repeat;
     background-position: left top;
     width: 100%;
     height: 128px;
 }
 
 @keyframes blink {
     0% {
         transform: scale(1);
     }
     50% {
         transform: scale(1.05);
     }
     100% {
         transform: scale(1);
     }
 }
 /*===================================
=            bread crumb            =
===================================*/
 
 #breadcrumb-list li:nth-child(2),
 #breadcrumb-list li:nth-child(3),
 #breadcrumb-list li:nth-child(4) {
     display: none!important;
 }
 
 .child-site #breadcrumb ul li:not(:last-child)::after {
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     content: "\f105";
     font-weight: bold;
     line-height: 1;
     margin-left: 0.5rem;
     color: #000;
 }
 /*=====================================
=            button colors            =
=====================================*/
 
 .widget-block .button,
 .news-section .button,
 .more .button {
     background-color: transparent;
 }
 
 .widget-top .more a {
     color: rgb(238, 15, 238);
 }
 
 .news-frame .news-section a {
     color: rgb(238, 15, 238);
 }
 
 .news-category-tabs {
     display: none;
 }
 /*=============================
=            input            =
=============================*/
 /*=============================
=           Pagination          =
=============================*/
 /*--------------------------------------------------------------
# Contents
--------------------------------------------------------------*/
 
 .cast_type_315-icon-0 {
     display: none;
 }
 
 #shop-content {
     margin: 0 auto;
     padding-bottom: 4rem;
     display: flex;
     gap: 10px;
 }
 
 .shop-main-column {
     min-width: 0;
     order: 2;
 }
 
 .content-frame {
     padding: 1rem;
     background-color: rgba(255, 255, 255, 0.897);
 }
 
 #signup-content {
     padding: 1rem;
 }
 /*===================================
=            shop header            =
===================================*/
 
 .child-site {
     border-top: 3px solid rgb(222, 92, 160);
 }
 
 #shop-header {
     margin: 0 auto;
 }
 
 #global-header #header-wrap {
     display: none !important;
 }
 /*----------  shop header image  ----------*/
 
 #shop-header-image {
     max-width: 1200px;
     margin: 0 auto 1rem;
     text-align: center;
 }
 
 #shop-header-image img.shop-head {
     width: 100%;
 }
 
 #shop-header-navigation {
     box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
     background-color: #fff;
 }
 
 #shop-header-info {
     display: flex;
     margin: 0 auto;
     justify-content: center;
     align-items: center;
     box-sizing: border-box;
 }
 
 #shop-header-info #shop-info-logo img {
     box-sizing: border-box;
     max-width: 250px;
 }
 
 #shop-header-info #shop-child-left {
     display: flex;
     flex: 1 0;
 }
 
 #shop-header-info #shop-child-right {
     justify-content: flex-end;
     display: flex;
 }
 
 #shop-header-info #shop-info-left #shop-info-area .shop-area+.area-info .area-label {
     margin-left: 0.5rem;
 }
 
 #shop-header-info #shop-info-right {
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
     flex: 1;
 }
 
 #shop-header-info #shop-info-right #shop-info-open .icon-label {
     border: 1px solid rgb(222, 92, 160);
     padding: 0 0.3em;
     font-size: 0.9em;
 }
 
 #shop-header-info #shop-info-right #shop-info-open .time-label {
     font-size: 1.7em;
     font-weight: 700;
     font-family: 'Oswald', sans-serif;
     margin-left: 3px;
 }
 
 #shop-header-info #shop-info-right #shop-info-open .right-arrow {
     padding: 0 0.2em;
 }
 
 #shop-header-info #shop-info-right .shop-info-open-wrap {
     display: flex;
     justify-content: flex-end;
 }
 
 #shop-header-info #shop-info-right .shop-info-open-wrap #shop-info-open {
     display: flex;
     align-items: center;
 }
 
 #shop-header-info #shop-info-right .baloon {
     border: 1px solid #ccc;
     padding: 0.25rem 1rem;
     border-radius: 0.4rem;
     font-size: 1.1rem;
     display: inline-flex;
     position: relative;
     margin-bottom: 1rem;
     justify-content: center;
 }
 
 #shop-header-info #shop-info-right .baloon:after {
     content: "";
     border-top: 0.8rem solid #ccc;
     border-right: 0.8rem solid transparent;
     border-left: 0.8rem solid transparent;
     margin-left: -0.8rem;
     position: absolute;
     bottom: -0.8rem;
     right: 20%;
 }
 
 #shop-header-info #shop-info-right .tel {
     display: inline-flex;
     align-items: center;
     justify-content: flex-end;
     margin-bottom: 0.5rem;
     line-height: 1;
     margin-left: 1em;
 }
 
 #shop-header-info #shop-info-right .tel .fa-phone-volume-wrap {
     background: rgb(222, 92, 160);
     font-size: 1.3em;
     border-radius: 50%;
     width: 30px;
     height: 30px;
     display: flex;
     justify-content: center;
     align-items: center;
     transform: rotate(339deg);
 }
 
 .top-center-news .news-shop-info {
     line-height: 1.4em;
     font-size: 12px;
 }
 
 #shop-header-info #shop-info-right .tel .fa-phone-volume-wrap {
     color: #fff;
 }
 
 #shop-header-info #shop-info-right .tel .icon-label {
     margin-right: 0.5rem;
 }
 
 #shop-header-info #shop-info-right .tel .num {
     font-size: 1.7em;
     font-weight: 700;
     font-family: "Oswald", sans-serif;
     padding-left: 3px;
 }
 
 #shop-header-info #shop-info-right .tel .num i {
     position: relative;
 }
 
 .shop-description {
     padding-bottom: 1em;
 }
 
 .shop-description_sub {
     font-size: 12px;
     padding-bottom: 1em;
     line-height: 1.4em;
 }
 
 #shop-header-info #shop-info-right .shop-favorite {
     display: inline-flex;
     justify-content: flex-end;
     margin-top: 0.5rem;
 }
 
 #shop-header-info #shop-info-right .shop-favorite li {
     margin: 0 0.25rem;
 }
 
 #shop-header-info #shop-info-right .shop-favorite .button {
     padding: 1em 3em;
 }
 
 #shop-header-info #shop-info-right .shop-favorite div[class^="social"] {
     padding-left: 0.5em;
 }
 
 #shop-header-info #shop-info-right .social_info {
     display: flex;
 }
 /*=======================================
=            Shop Top Slider            =
=======================================*/
 
 #shop-top-slider {
     background: #000;
 }
 
 #shop-top-slider .glide__slides {
     margin: 0;
 }
 
 #shop-top-slider .glide__slides li img,
 #shop-top-slider .glide__slides li video {
     width: 100%;
     height: 100vh;
     -o-object-fit: cover;
     object-fit: cover;
     vertical-align: middle;
 }
 /*=====  End of Shop Top Slider  ======*/
 /*===================================
=            shop content            =
===================================*/
 
 h2.shop-content-title,
 h2.widget-title {
     color: #fff;
     padding: 0.5rem 1rem;
     border-radius: 0rem;
     font-size: 1.6rem;
     font-weight: 700;
     font-style: normal;
 }
 
 .widget-top .content-title {
     display: none;
 }
 
 h3.content-title {
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5323b+1,ee6c4c+100 */
     background: rgb(245, 50, 59);
     /* Old browsers */
     background: -moz-linear-gradient(left, rgba(245, 50, 59, 1) 1%, rgba(238, 108, 76, 1) 100%);
     /* FF3.6-15 */
     background: -webkit-linear-gradient(left, rgba(245, 50, 59, 1) 1%, rgba(238, 108, 76, 1) 100%);
     /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, rgba(245, 50, 59, 1) 1%, rgba(238, 108, 76, 1) 100%);
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5323b', endColorstr='#ee6c4c', GradientType=1);
     /* IE6-9 */
     color: #fff;
     padding: 10px;
     border-radius: 4px;
     text-align: center;
     font-weight: bold;
     margin: 10px 0;
 }
 
 .side_wait_cast h3.content-title {
     display: none;
 }
 
 h2.widget-title {
     margin-top: 0;
 }
 
 .system_content h4 {
     color: #ff72b4;
     font-size: 20px;
     margin: 20px 0 10px 0;
 }
 
 .button_weekly_schedule a {
     padding: 5px 10px;
     background-color: #34a4e5;
     color: #fff;
     display: inline-block;
 }
 
 .button_weekly_schedule a:hover {
     color: #fff;
     background-color: #2996d4;
 }
 
 .widget_cp5_shop_cast_schedule .widget-title {
     background-color: rgb(0, 109, 217);
     position: relative;
 }
 
 .widget_cp5_shop_diary .widget-title {
     background-color: rgb(218, 164, 1);
     position: relative;
 }
 
 .widget_cp5_shop_postmovie .widget-title {
     background-color: rgb(0, 140, 0);
     position: relative;
 }
 
 .widget_cp5_shop_news .widget-title {
     background-color: rgb(255, 46, 150);
     position: relative;
 }
 
 .cp5_waitcast_widget .widget-title {
     background-color: rgb(247, 0, 16);
     position: relative;
     color: rgb(251, 251, 251);
 }
 
 .cp5_waitcast_widget .widget-title .title-name {
     padding-left: 2.2em;
 }
 
 div[class*="widget_cp5_shop"] .widget-title .title-name {
     padding-left: 2.2em;
 }
 
 div[class*="widget_cp5_shop"] .widget-title:before,
 div[class*="cp5_waitcast"] .widget-title:before,
 .cp5_diary_widget-box.widget-title:before {
     background-repeat: no-repeat;
     background-position: center;
     background-size: 1.5em;
     position: absolute;
     width: 30px;
     height: 30px;
     display: flex;
     top: 50%;
     transform: translateY(-50%);
 }
 
 .cp5_diary_widget-box.widget-title {
     position: relative;
     padding-left: 35px;
 }
 
 .widget_cp5_shop_cast_schedule .widget-title:before {
     content: "";
     background-image: url(../images/clock-regular.svg);
 }
 
 .widget_cp5_shop_diary .widget-title:before {
     content: "";
     background-image: url(../images/ph.png);
 }
 
 .widget_cp5_shop_postmovie .widget-title:before {
     content: "";
     background-image: url(../images/mv.png);
 }
 
 .widget_cp5_shop_news .widget-title:before {
     content: "";
     background-image: url(../images/news.png);
 }
 
 .cp5_waitcast_widget .widget-title:before {
     content: "";
     background-image: url(../images/weight.png);
 }
 
 .cp5_diary_widget-box.widget-title:before {
     content: "";
     background-image: url(../images/diary.png);
     left: 0;
 }
 
 .shop-section h2 {
     font-family: 'M PLUS 1 Code', sans-serif;
     font-weight: 700;
 }
 
 .child-site .shop-none {
     display: none;
 }

/*===========================
=           gravure        =
===========================*/
 
 ul#shop-gravure-lists {
     display: flex;
     flex-wrap: wrap;
     width: 100%;
 }
 
 ul#shop-gravure-lists li {
     margin: 10px;
     width: calc(25% - 20px);
 }
 
 ul#shop-gravure-lists li img {
     object-fit: cover;
     width: 100%;
 }
 
 .more_profile {
     text-align: center;
 }
 
 .w30 input[type="text"] {
     width: 100px;
 }
 /*===========================
=            Menu        =
===========================*/
 /*=================================
=            Shop Menu            =
=================================*/
 
 #shop-global-menu li a::after {
     position: absolute;
     bottom: 0px;
     left: 0;
     content: '';
     width: 100%;
     height: 3px;
     background: #7bb3c9;
     transform: scale(0, 1);
     transform-origin: center top;
     transition: transform .3s;
 }
 
 #shop-global-menu li a:hover::after {
     transform: scale(1, 1);
 }
 
 #shop-global-menu a {
     transition: transform .3s;
     width: 100%;
     font-family: 'M PLUS 1 Code', sans-serif;
     font-weight: 700;
 }
 
 #shop-global-menu a:hover,
 #shop-global-menu2 a:hover {
     color: #000!important;
 }
 
 .shop-global-menu {
     margin: 0 auto;
     z-index: 90;
     width: 100%;
     border-top: rgb(196, 211, 228) 5px solid;
     border-bottom: 1px solid rgb(196, 211, 228);
 }
 
 #shop-global-menu {
     background-color: #fff;
 }
 
 #shop-global-menu2 {
     border-bottom: 1px solid rgb(191, 191, 191);
 }
 
 .shop-global-menu ul {
     display: flex;
     width: 1200px;
     flex-flow: nowrap;
     margin: auto;
     justify-content: center;
 }
 
 .shop-global-menu a>img {
     max-width: 60px;
 }

 
 .shop-global-menu ul li a {
     display: block;
     padding: 5px;
     white-space: nowrap;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     position: relative;
     overflow: hidden;
     text-overflow: ellipsis;
     font-size: 12px;
     text-align: center;
     display: flex;
     flex-direction: column-reverse;
     color: rgb(61, 61, 61);
 }
 
 .shop-global-menu ul li a:hover {
     color: #fff;
 }
 
 .shop-global-menu ul li {
     background-size: 55px 55px;
     background-repeat: no-repeat;
     background-position: center 20px;
     display: flex;
     justify-content: center;
     border: #dedff0 1px solid;
     margin-top: -1px;
     margin-bottom: -1px;
     margin-left: -1px;
 }
 
 .shop-global-menu ul li:last-child {
     border-right: 1px solid rgb(191, 191, 191);
 }
 
 .shop-global-menu ul .menu-item-has-children {
     position: relative;
 }
 
 .shop-global-menu ul .menu-item-has-children .sub-menu {
     opacity: 0;
     position: absolute;
     top: 0;
     left: 0;
     transition: all 0.6s ease;
     overflow: hidden;
     visibility: hidden;
     z-index: 1;
 }
 
 #top-movie-cast-carousel .movie_more_profile {
     display: none;
 }
 
 ul.movie-child {
     display: flex;
     flex-wrap: wrap;
     width: 100%;
 }
 
 ul.movie-child li {
     width: calc(33.3% - 10px);
     margin: 5px;
 }
 
 .ranking_slider .slick-prev {
     left: -6px;
 }
 
 .ranking_slider .slick-next {
     right: -6px;
 }
 
 .ranking_slider .slick-prev,
 .ranking_slider .slick-next {
     background-color: transparent!important;
 }
 
 .main-navigation {
     width: 100% !important;
 }
 
 .main-navigation ul>li {
     border: none;
 }
 
 #footer #footer-menu {
     padding-bottom: 0;
     padding-top: 1px;
 }
 
 .child-footer li {
     text-align: center;
 }
 
 .child-footer {
     padding: 1rem 0;
     padding-bottom: 0;
 }
 
 .child-site ul li.current-menu-item {
     background-color: unset;
 }
 /*=====  End of Shop Menu  ======*/
 /*===========================
=            pages          =
===========================*/
 
 .cast-rank-icon {
     position: absolute;
     top: 0;
     right: 0;
     width: 50px;
     height: 50px;
 }
 
 .cast-rank-icon img {
     width: auto;
     height: auto;
 }
 
 #signup-content {
     padding: 1rem 1rem 2rem;
     background: #fff;
 }
 
 #signup-content h2 {
     font-size: 1.6rem;
     font-weight: bold;
     margin: 0 0 1rem;
 }
 
 .cast-order-lists {
     margin: 0 0 1rem !important;
     letter-spacing: -0.5em;
 }
 
 .cast-order-lists li {
     display: inline-block;
     padding: 0 1rem 0 0.5rem;
     position: relative;
     letter-spacing: normal;
 }
 
 .cast-order-lists li:first-child .order-label {
     border: 1px solid #ccc;
     border-radius: 0.25rem;
     padding: 0.25rem 1rem;
     font-size: 1.2rem;
     line-height: 1;
 }
 
 .cast-order-lists li:not(:last-child):after {
     content: none;
 }
 
 .cast-lists-frame {
     margin: 0 -1rem;
 }
 
 .cast-lists-frame li {
     padding: 0 0.5rem;
     box-sizing: border-box;
 }
 
 .cast-icon-lists {
     margin: 0.25rem -0.25rem 0;
 }
 
 .cast-icon-lists .icon {
     margin: 0.25rem 0.25rem 0;
     border: 1px solid #ccc;
     padding: 10px;
     display: inline-block;
     vertical-align: middle;
     font-size: 14px;
 }
 
 .cast-icon-lists .cast-icon {
     width: 28%;
 }
 
 .cast-icon-lists {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
 }
 
 #shop-cast-list {
     margin-bottom: 4rem;
     display: flex;
     flex-wrap: wrap;
 }
 
 #shop-cast-list li:nth-of-type(n + 6) {
     margin-top: 2rem;
 }
 
 #shop-cast-list li .cast-image {
     margin-bottom: 0.5rem;
     position: relative;
 }
 
 #shop-cast-list li .cast-image .today-attendance {
     position: absolute;
     left: 0;
     width: 100%;
     bottom: 0;
     background: rgba(0, 0, 0, 0.6);
     color: #fff;
 }
 
 #shop-cast-list li .cast-section .name {
     font-weight: bold;
 }
 
 #shop-cast-list li .cast-section .age,
 #shop-cast-list li .cast-section .size {
     font-size: 1.2rem;
 }
 
 .calender-frame .cal-title {
     color: #fff;
 }
 
 #event-calender .calender-frame {
     border: none;
 }
 
 #event-calender .calender-lists {
     background: none;
 }
 
 #home #shop-event-lists {
     border-top: none;
 }
 
 #home #shop-event-more {
     padding: 0.5rem;
 }
 
 #shop-event-held-date {
     font-weight: bold;
     padding: 0.5rem 0;
     text-align: center;
     font-size: 1.8rem;
 }
 /*===================================
=          feti        =
===================================*/
 
 .post_feti_section {
     display: flex;
     flex-wrap: wrap;
 }
 
 .post_feti_section article {
     width: calc(50% - 20px);
     margin: 10px;
 }
 
 a .feti_username {
     font-size: 18px;
     font-weight: bold;
     text-decoration: underline;
 }
 
 .feti_date {
     margin-bottom: 10px;
 }
 
 #shop-content-frame {
     padding-bottom: 10px;
     background-color: #fff;
 }
 
 #shop-content .button.large {
     background: #40bcd8 !important;
     color: #fff !important;
 }
 
 #shop-content .button.large:hover {
     opacity: 0.9;
 }
 /*===================================
=          form         =
===================================*/
 
 .mwform-field.select_form select {
     display: inline-block;
 }
 /*===================================
=          ranking         =
===================================*/
 
 .cast-ranking-icon {
     margin: 10px 0;
     display: flex;
     justify-content: center;
 }
 
 .cast-ranking-icon img {
     max-width: 60px;
 }
 
 ul.ranking_slider li ul li {
     width: 20%;
     margin: 5px;
 }
 
 ul.ranking_slider li ul {
     display: flex;
     flex-wrap: nowrap;
     justify-content: flex-start;
     width: 100%;
 }
 /*===================================
=            event lists           =
===================================*/
 
 #shop-event-lists {
     margin-bottom: 2rem;
 }
 

 
 #shop-event-lists li:not(:first-child) {
     margin-top: 2rem;
 }
 
 #shop-event-lists li .event-frame {
     display: flex;
     flex-wrap: wrap;
 }
 
 #shop-event-lists li .event-frame .event-thumb {
     width: 140px;
     text-align: center;
 }
 
 #shop-event-lists li .event-frame .event-thumb+.event-section {
     margin-left: 1rem;
 }
 
 #shop-event-lists li .event-frame .event-section {
     flex: 1;
     min-width: 140px;
 }
 
 #shop-event-lists li .event-frame .event-section .event-title {
     font-size: 1.6rem;
     font-weight: bold;
 }
 
 #shop-event-lists li .event-frame .event-section .event-date {
     padding-bottom: 0.4rem;
     margin-bottom: 1rem;
     border-bottom: 1px solid #ccc;
 }
 /*===================================
=            event single           =
===================================*/
 
 #single-event #shop-event-post {
     padding: 0 0 2rem;
     margin: 0 0 2rem;
     display: flex;
     flex-wrap: wrap;
 }
 
 #single-event #shop-event-post .event-thumb {
     width: 180px;
     text-align: center;
 }
 
 #single-event #shop-event-post .event-thumb+.event-section {
     margin-left: 2rem;
 }
 
 #single-event #shop-event-post .event-section {
     flex: 1;
     min-width: 140px;
 }
 
 #single-event #shop-event-post .event-section .event-title {
     font-size: 1.6rem;
     font-weight: bold;
     margin-bottom: 1rem;
 }
 
 #single-event #shop-event-post .event-section .event-date {
     padding-bottom: 1rem;
     border-bottom: 1px dotted #ccc;
     margin-bottom: 1rem;
 }
 /*==================================
=            Access map            =
==================================*/
 
 #page-access-map {
     width: 100%;
     height: 400px;
 }
 /*===================================
=            news lists           =
===================================*/
 
 .widget_cp5_shop_news .top-center-news .news-section {
     padding: 0;
     margin: 0 0 0 10px;
     justify-content: flex-start;
 }
 
 .top-center-news .news-title {
     margin-top: 0;

     padding-top: 0.3em;
 }
 
 .news-lists li .news-date .entry-date {
     margin-left: 0.25rem;
 }
 
 .news-lists li .news-date .author {
     display: none;
 }
 
 #shop-news-lists li {
     padding: 1rem 0;
 }
 
 #shop-news-lists li:not(:first-child) {
     border-top: 1px solid #ccc;
 }
 
 #shop-news-lists li:last-child {
     border-bottom: 1px solid #ccc;
 }
 
 #shop-news-lists,
 #shop-news-single {
     margin-bottom: 4rem;
 }
 
 #shop-news-lists .news-frame,
 #shop-news-single .news-frame {
     display: flex;
     flex-wrap: wrap;
 }
 
 #shop-news-lists .news-frame .news-image,
 #shop-news-single .news-frame .news-image {
     width: 100px;
 }
 
 #shop-news-lists .news-frame .news-image+.news-section,
 #shop-news-single .news-frame .news-image+.news-section {
     margin-left: 1rem;
 }
 
 #shop-news-lists .news-frame .news-section,
 #shop-news-single .news-frame .news-section {
     flex: 1;
     min-width: 140px;
 }
 
 #shop-news-lists .news-frame .news-section .news-title,
 #shop-news-single .news-frame .news-section .news-title {
     font-weight: bold;
     font-size: 1.6rem;
 }
 
 #shop-news-lists .news-frame .news-section .news-info,
 #shop-news-single .news-frame .news-section .news-info {
     margin: 0 0 0.4rem;
     display: flex;
     align-items: center;
 }
 
 #shop-news-lists .news-frame .news-section .news-info .news-icons,
 #shop-news-single .news-frame .news-section .news-info .news-icons {
     margin-left: 0.5rem;
 }
 
 #shop-news-lists .news-frame .news-content,
 #shop-news-single .news-frame .news-content {
     margin-bottom: 0.5rem;
 }
 
 #shop-news-lists .news-frame .news-list-navi,
 #shop-news-single .news-frame .news-list-navi {
     text-align: right;
 }
 
 .news-icon {
     color: #fff;
     padding: 5px;
 }
 
 .news-icon.icon-category-1 {
     background-color: rgb(233, 30, 148);
     color: #fff;
     padding: 5px;
 }
 
 .news-icon.icon-category-615 {
     background-color: rgb(16, 176, 197);
     color: #fff;
     padding: 5px;
 }
 
 .news-icon.icon-category-702 {
     background-color: rgb(45, 221, 89);
     color: #fff;
     padding: 5px;
 }
 /*===================================
=            recruit         =
===================================*/
 /*タブのスタイル*/
 
 .tab_item {
     width: 60px;
     height: 60px;
     background-color: #fff;
     font-size: 12px;
     text-align: center;
     display: block;
     float: left;
     text-align: center;
     font-weight: bold;
     transition: all 0.2s ease;
 }
 
 #recruit .tab_item {
     width: 24%;
     height: 40px;
 }
 
 .tabs [type='checkbox']+label,
 .tabs [type='radio']+label {
     margin: 10px 3px;
     padding: 0;
 }
 
 .tab_item.b01,
 .tab_item.b02,
 .tab_item.b03,
 .tab_item.b04 {
     line-height: 60px;
     color: #fff;
     font-weight: 100;
     box-shadow: 0px 1px 4px -2px #333;
     text-shadow: 0px -1px #333;
     position: relative;
     font-size: 18px
 }
 
 .tab_item.b01:after,
 .tab_item.b02:after,
 .tab_item.b03:after,
 .tab_item.b04:after {
     content: '';
     position: absolute;
     top: 2px;
     left: 2px;
     width: calc(100% - 4px);
     height: 50%;
     background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
 }
 
 #recruit .tab_item.b01,
 #recruit .tab_item.b02,
 #recruit .tab_item.b03,
 #recruit .tab_item.b04 {
     line-height: 40px;
     margin-bottom: 10px;
     cursor: pointer;
 }
 
 .tab_item.b01 {
     background-color: #1ea2f4;
     background-image: (linear-gradient#1ea2f4, #a7d7f5);
 }
 
 .tab_item.b02 {
     background-color: #f716ff;
     background-image: (linear-gradient#f716ff, #e661eb);
 }
 
 .tab_item.b03 {
     background-color: #43ce71;
     background-image: (linear-gradient#43ce71, #74d193);
 }
 
 .tab_item.b04 {
     background-color: #59af13;
     background-image: (linear-gradient#59af13, rgb(145, 214, 89));
 }
 
 .tab_item:hover {
     opacity: 0.75;
 }
 /*ラジオボタンを全て消す*/
 
 input[name="tab_item"] {
     display: none;
 }
 /*タブ切り替えの中身のスタイル*/
 
 .tab_content {
     display: none;
     padding: 0;
     clear: both;
     background-color: rgba(255, 255, 255, 0.8);
 }
 /*選択されているタブのコンテンツのみを表示*/
 
 #all:checked~#all_content,
 #info:checked~#info_content,
 #newface:checked~#newface_content,
 #tainyu:checked~#tainyu_content,
 #form:checked~#form_content,
 #woman:checked~#woman_content,
 #mens:checked~#mens_content {
     display: block;
 }
 
 .tab_content {
     height: 270px;
     margin-top: 10px;
     padding: 20px 10px 10px 10px;
     overflow-y: auto;
 }
 
 #recruit .tab_content {
     height: auto;
     padding: 10px;
     background-color: #fff;
 }
 
 .recruit_top img {
     max-width: 700px;
     height: auto;
 }
 
 ul.tabnav li a {
     position: relative;
     display: inline-block;
     text-decoration: none;
     color: #fff;
     font-weight: 100;
     box-shadow: 0px 1px 4px -2px #333;
     text-shadow: 0px -1px #333;
     padding: 10px;
     -moz-transition: all .6s ease;
     -webkit-transition: all .6s ease;
     transition: all .6s ease;
     -moz-transition: all .6s ease;
     -webkit-transition: all .6s ease;
     transition: all .6s ease;
     margin-bottom: 5px;
 }
 
 ul.tabnav li a:hover {
     opacity: 0.8;
 }
 
 .tab_color1 a {
     background-color: #1ea2f4;
     background-image: (linear-gradient#1ea2f4, #a7d7f5);
 }
 
 .tab_color2 a {
     background-color: #f716ff;
     background-image: (linear-gradient#f716ff, #e661eb);
 }
 
 .tab_color3 a {
     background-color: #43ce71;
     background-image: (linear-gradient#43ce71, #74d193);
 }
 
 .tab_color4 a {
     background-color: #59af13;
     background-image: (linear-gradient#59af13, rgb(145, 214, 89));
 }
 
 .tab_color5 a {
     background-color: #1eb0f4;
     background-image: (linear-gradient#1eb0f4, rgb(100, 181, 231));
 }
 
 .tab_color6 a {
     background-color: #f4b01e;
     background-image: (linear-gradient#f4b01e, #f1ba42);
 }
 
 .tab_color1 a:after,
 .tab_color2 a:after,
 .tab_color3 a:after,
 .tab_color4 a:after,
 .tab_color5 a:after,
 .tab_color6 a:after {
     content: '';
     position: absolute;
     top: 2px;
     left: 2px;
     width: calc(100% - 4px);
     height: 50%;
     background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
 }
 
 .glass2 {
     position: relative;
     padding: 10px;
     background-image: linear-gradient(rgba(248, 41, 203, 0.692), rgba(228, 68, 172, 0.699));
     text-decoration: none;
     color: #fff;
     font-size: 25px;
     box-shadow: 0px 1px 4px -2px #333;
     text-shadow: 0px -1px #333;
     background-color: #sea2f4;
 }
 
 .glass2:after {
     content: '';
     position: absolute;
     top: 2px;
     left: 2px;
     width: calc(100% - 4px);
     height: 50%;
     background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
 }
 
 .glass3 {
     position: relative;
     padding: 10px;
     background-color: #FF5800;
     background-image: linear-gradient(#FF5800, rgb(231, 116, 54));
     font-weight: normal;
     text-decoration: none;
     color: #fff;
     box-shadow: 0px 1px 4px -2px #333;
 }
 
 .glass3:after {
     content: '';
     position: absolute;
     top: 2px;
     left: 2px;
     width: calc(100% - 4px);
     height: 50%;
     background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
 }
 /*===================================
=            news single           =
===================================*/
 
 #shop-news-single .news-thumb {
     width: 240px;
 }
 
 #shop-news-single .news-info {
     margin-bottom: 1rem;
 }
 
 #wp-calendar {
     border-collapse: collapse;
     border: 1px solid #ccc;
     width: 100%;
     margin-bottom: 2rem;
 }
 
 #wp-calendar caption {
     margin-bottom: 1rem;
     font-size: 1.6rem;
 }
 
 #wp-calendar th,
 #wp-calendar td {
     border: 1px solid #ccc;
     text-align: center;
 }
 /*=============================================
=           SNS            =
=============================================*/
 
 .sns_icon_section .sns_icon a {
     text-indent: -9999px;
     display: inline-block;
     width: 100px;
     height: 100px;
     margin-bottom: 10px;
     -moz-transition: all 0.6s ease;
     -webkit-transition: all 0.6s ease;
     transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
     -webkit-transition: all 0.6s ease;
     transition: all 0.6s ease;
 }
 
 .sns_icon_section .sns_icon {
     background-size: 100px 100px;
     background-repeat: no-repeat;
 }
 
 .sns_icon_section .sns_icon {
     opacity: 0.8;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }
 
 .sns_icon_section .sns_icon:hover {
     opacity: 1;
     transform: scale(1.1, 1.1);
 }
 
 .icon_line {
     background-image: url(../images/icon_line.png);
 }
 
 .icon_twitter {
     background-image: url(../images/icon_twitter.png);
 }
 
 .icon_blog {
     background-image: url(../images/icon_maga.png);
     background-size: 70px 70px;
 }
 /*=============================================
=            shop top widget           =
=============================================*/
 
 .icon-cast_type-313,
 .icon-cast_type-315 {
     display: none !important;
 }
 
 .front_widget_box {
     padding: 10px;
     margin-bottom: 10px;
 }
 
 .front_widget_box_harf {
     display: flex;
     flex-wrap: nowrap;
 }
 
 .front_widget_box_harf .front_widget_box {
     width: 50%;
 }
 
 .front_widget_box_harf .front_widget_box:first-child {
     margin-right: 20px;
 }
 
 .top_waiting iframe {
     height: 300px;
 }
 
 .top_twitter_list_widget iframe {
     height: 200px;
 }
 /*=============================================
=            diary archive            =
=============================================*/
 
 #archive-diary-frame {
     display: flex;
 }
 
 #archive-diary-frame #archive-diary-sidebar {
     width: 200px;
 }
 
 #archive-diary-frame #archive-diary-main {
     flex: 1;
     padding: 0 0 0 2rem;
 }
 /*=============================================
=            diary single            =
=============================================*/
 
 #single-diary-frame {
     padding: 0 0 0 1rem;
     display: flex;
 }
 
 #single-diary-frame #single-diary-sidebar {
     width: 200px;
 }
 
 #single-diary-frame #single-diary-main {
     flex: 1;
 }
 
 .photo-diary-frame {
     display: flex;
 }
 
 .photo-diary-frame .photo-diary-thumb {
     width: 120px;
 }
 
 .photo-diary-frame .photo-diary-section {
     flex: 1;
     margin-left: 1rem;
 }
 
 .photo-diary-frame .photo-diary-section .title {
     font-size: 1.6rem;
     font-weight: bold;
     margin-bottom: 0.5rem;
 }
 
 .photo-diary-frame .photo-diary-section .info {
     margin-bottom: 0.5rem;
     font-size: 1.2rem;
 }
 
 .single-photodiary .photo-diary-frame .photo-diary-thumb {
     width: 200px;
 }
 /*=============================================
=            movie single            =
=============================================*/
 
 #single-post-movie-main .single-post-movie-section {
     margin-bottom: 1rem;
 }
 
 #single-post-movie-main .single-post-movie-section .title {
     font-size: 1.4rem;
     font-weight: bold;
 }
 
 #single-post-movie-main .single-post-movie {
     text-align: center;
     margin-bottom: 1rem;
 }
 
 #single-post-movie-main .single-post-movie video {
     max-width: 480px;
     height: auto;
 }
 
 #top-movie-cast-carousel li {
     position: relative;
     left: 0;
 }
 
 #top-movie-cast-carousel li img {
     position: absolute;
 }
 /*====================================
=            profile tabs            =
====================================*/
 
 #profile-tabs {
     margin-bottom: 2rem;
 }
 
 #profile-tabs .tabs {
     display: flex;
     justify-content: flex-start;
     align-items: center;
     position: relative;
     z-index: 2;
     padding: 0 1rem;
 }
 
 #profile-tabs .tabs:before {
     position: absolute;
     content: "";
     left: 0;
     bottom: 0;
     width: 1.1rem;
     height: 1px;
     background-color: #ccc;
 }
 
 #profile-tabs .tabs:after {
     content: "";
     height: 1px;
     align-self: flex-end;
     background-color: #ccc;
 }
 
 #profile-tabs .tabs li {
     position: relative;
 }
 
 #profile-tabs .tabs li:not(:last-child) {
     border-top: 1px solid #ccc;
     border-left: 1px solid #ccc;
     border-right: 1px solid #ccc;
 }
 
 #profile-tabs .tabs li:not(.cast-content) a {
     padding: 1rem 1.4rem;
     display: inline-flex;
 }
 
 #profile-tabs .tabs li:not(:first-child):not(.cast-content) {
     margin-left: 0.5rem;
 }
 
 #profile-tabs .tabs li:not(:first-child):not(.cast-content):before {
     content: "";
     position: absolute;
     bottom: -1px;
     left: -0.6rem;
     height: 1px;
     background-color: #ccc;
     width: 0.6rem;
 }
 
 a.favorite-button {
     padding: 10px;
     background-color: rgb(222, 92, 160);
     color: rgb(255, 255, 255);
     display: inline-block;
     border-radius: 6px;
 }
 
 a.favorite-button:hover {
     color: #fff;
     background-color: rgb(190, 66, 130);
 }
 
 #profile-tabs .tabs li:not(.selected) {
     border-bottom: 1px solid #ccc;
 }
 
 #profile-tabs .tabs li.selected {
     border-bottom: 1px solid transparent !important;
     font-weight: bold;
 }
 
 #profile-tabs .tabs li.fav {
     flex-basis: 64%;
     padding-bottom: 0.5rem;
     text-align: right;
 }
 
 #profile-tabs .tabs li.cast-content {
     text-align: right;
     flex: 1;
     margin-left: auto;
     height: 100%;
     padding: 0.8rem 1rem;
 }
 /*====================================
=            profile           =
====================================*/
 
 .profile-frame video {
     width: 100%;
 }
 
 #profile #profile-frame {
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 2rem;
     padding: 0 1rem;
 }
 
 #profile #profile-frame iframe {
     width: 100%;
     height: 500px;
     border: none;
 }
 
 .profile_rank_icon {
     position: absolute;
     top: 0%;
     right: 0;
     z-index: 999;
 }
 
 #profile #profile-image {
     margin: 0 0 1rem 0;
     width: 360px;
     position: relative;
 }
 
 #profile #profile-image #profile-carousel {
     margin: 0 0 4rem 0;
 }
 
 #profile #profile-image #profile-carousel .glide__slides {
     margin: 0 0 1rem;
 }
 
 #profile #profile-image #profile-carousel .glide__slides .glide__slide {
     text-align: center;
 }
 
 #profile #profile-image #profile-carousel .glide__slides .carousel-cell {
     text-align: center;
 }
 
 #profile #profile-image #profile-carousel .glide__track {
     position: relative;
 }
 
 #profile #profile-image #profile-carousel .glide__arrows .glide__arrow--left {
     left: 1rem;
 }
 
 #profile #profile-image #profile-carousel .glide__arrows .glide__arrow--right {
     right: 1rem;
 }
 
 #profile #profile-image .img-thumbnail {
     margin: 0 !important;
     width: 100%;
 }
 
 #profile #profile-image #profile-carousel-thumb {
     margin: 0 0 2rem;
     display: flex;
     flex-wrap: wrap;
     min-width: 100px;
 }
 
 #profile #profile-image #profile-carousel-thumb li {
     width: 20%;
 }
 
 #profile #profile-image #profile-carousel-thumb li.glide__bullet--active img {
     opacity: 1;
 }
 
 #profile #profile-image #profile-carousel-thumb li a {
     background: #000;
     display: inline-block;
 }
 
 #profile #profile-image #profile-carousel-thumb li img {
     width: 100%;
     opacity: 0.6;
     transition: 0.4s;
 }
 
 #profile #inquiry-navi {
     margin: 0 0 4rem;
     text-align: center;
 }
 
 #profile #profile-movie {
     padding: 0.5rem 0 0 0;
     margin-bottom: 2rem;
 }
 
 #profile #profile-movie video {
     width: 100%;
     height: auto;
 }
 
 #profile #profile-detail {
     padding: 0 0 0 2rem;
     flex: 1;
     min-width: 100px;
 }
 
 #profile #profile-detail .profile-frame {
     margin: 0rem;
 }
 
 #profile #profile-caption {
     margin: 0 0 1rem;
 }
 
 #profile #profile-name {
     margin-bottom: 0.5rem;
 }
 
 #profile #profile-name .name {
     font-size: 2rem;
     font-weight: bold;
 }
 
 #profile .schedule-info {
     margin: 0 0 1rem;
 }
 
 #profile .schedule-info .machihime-icon,
 #profile .schedule-info .today-attendance,
 #profile .schedule-info .marquee {
     font-size: 1.4rem;
 }
 
 #profile .schedule-info .today-attendance .attendance {
     text-align: center;
     color: #fff;
     background-image: -owg-linear-gradient( to left top, rgba(140, 2, 2, 0.8) 0%, rgba(216, 21, 21, 0.8) 100%);
     background-image: linear-gradient( to left top, rgba(140, 2, 2, 0.8) 0%, rgba(216, 21, 21, 0.8) 100%);
     border: 1px solid #f00;
     padding: 0.25rem;
 }
 
 #profile .schedule-info .today-attendance .attendance .caption {
     margin-right: 0.5rem;
     font-size: 1.2rem;
 }
 
 #profile .schedule-info .today-attendance,
 #profile .schedule-info .cast-state-icon {
     flex: 1;
 }
 
 #profile .schedule-info .cast-state-messege {
     margin-bottom: 1rem;
     flex-basis: 100%;
 }
 
 #profile .schedule-info .cast-schedule-comment,
 #profile .schedule-info .cast-state-messege {
     margin: 0 0 0 1rem;
 }
 
 #profile .schedule-info .cast-state-icon {
     margin-left: 0.5rem;
 }
 
 #profile .schedule-info .cast-state-icon span.machihime-icon {
     margin-top: 0;
 }
 
 #profile .schedule-info .cast-state-icon {
     margin: 5px 0 0 0;
     width: 100%;
     font-size: 1.2rem;
 }
 
 #profile .schedule-info .marquee {
     padding: 0 1rem;
 }
 
 #profile .cast-state-messege {
     margin: 0.5rem 0;
 }
 
 #profile .cast-icon-lists {
     margin: -0.5rem 0 1rem;
 }
 
 #profile .cast-icon-lists .icon {
     margin-top: 0.5rem;
 }
 
 #profile .cast-icon-lists .label {
     font-size: 1.4rem;
 }
 
 #profile .recruti-navi {
     margin: 1rem 0;
 }
 
 #profile .recruti-navi .button-wrap {
     padding: 0.2rem;
 }
 
 #profile #profile-social-media-icons {
     display: flex;
     flex-wrap: wrap;
     padding: 0.5rem;
     margin-bottom: 2rem;
     border-radius: 0.25rem;
     background: rgba(221, 221, 221, 0.4);
 }
 
 #profile #profile-social-media-icons #profile-social-media-title {
     text-align: center;
     font-size: 1.2rem;
     width: 120px;
 }
 
 #profile #profile-social-media-icons .media-icons {
     margin: 0;
     flex: 1;
     display: flex;
     flex-wrap: wrap;
 }
 
 #profile #profile-social-media-icons .media-icons li {
     flex-grow: 1;
     padding: 0 0.25rem;
 }
 
 #profile #profile-social-media-icons .media-icons li a {
     color: #fff !important;
 }
 
 #profile #profile-social-media-icons .media-icons li .lsf {
     padding: 0.25rem 0;
     line-height: 1;
 }
 
 #profile #profile-social-media-icons .media-icons li .lsf span {
     line-height: 1;
     font-size: 1.6rem;
 }
 
 #profile #profile-faq {
     width: 100%;
     border-collapse: collapse;
 }
 
 #profile #profile-faq th {
     border-bottom: 1px solid #ccc;
     padding: 0.5rem;
     width: 16rem;
     text-align: left;
     box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.25);
     font-weight: normal;
 }
 
 #profile #profile-faq td {
     padding: 0.5rem;
     border-bottom: 1px solid #ccc;
 }
 
 #profile .profile-check-list {
     font-size: 1.2rem;
     display: flex;
     flex-wrap: wrap;
 }
 
 #profile .profile-check-list li {
     border-bottom: 1px solid #ccc;
     width: 50%;
     box-sizing: border-box;
     text-align: center;
     line-height: 1.2;
 }
 
 #profile .profile-check-list li .option-label {
     padding: 0.5rem;
 }
 
 #profile .profile-check-list li.on .option-label {
     background: #f06292;
     color: #fff;
     font-weight: bold;
 }
 
 #profile .profile-weekly-schedule-list {
     border: 1px solid #ccc;
     overflow: hidden;
     *zoom: 1;
     display: flex;
     flex-wrap: wrap;
 }
 
 #profile .profile-weekly-schedule-list li {
     box-sizing: border-box;
     display: flex;
     flex-wrap: wrap;
     width: 100%;
     align-items: center;
 }
 
 #profile .profile-weekly-schedule-list li .weekly-date {
     width: 100px;
 }
 
 #profile .profile-weekly-schedule-list li .weekly-date.head {
     margin: -1px 0 0 0;
     text-align: center;
     font-weight: bold;
 }
 
 #profile .profile-weekly-schedule-list li .weekly-date,
 #profile .profile-weekly-schedule-list li .weekly-time {
     padding: 0.5rem;
     box-sizing: border-box;
     min-height: 2.4rem;
 }
 
 #profile .profile-weekly-schedule-list li .weekly-time {
     flex: 1;
     border-left: 1px solid #ccc;
 }
 
 #profile .profile-weekly-schedule-list li .free_text {
     font-size: 1.2rem;
 }
 
 #profile .profile-weekly-schedule-list li:first-child {
     border: none;
 }
 
 #profile .profile-weekly-schedule-list li:not(:first-child) {
     border-top: 1px solid #ccc;
 }
 
 #profile .relation-cast {
     display: flex;
 }
 
 #profile .relation-cast li {
     width: calc(20% - 6px);
     box-sizing: border-box;
 }
 
 #profile .relation-cast li .cast-section .cast-size {
     font-size: 1.1rem;
 }
 /*====================================
=            profile photodiary           =
====================================*/
 
 #profile-sub-content {
     display: flex;
     flex-wrap: wrap;
 }
 
 #profile-sub-content .profile-sub-secondary {
     width: 200px;
 }
 
 #profile-sub-content .profile-sub-secondary #side-profile {
     text-align: center;
     margin-bottom: 2rem;
 }
 
 #profile-sub-content .profile-sub-secondary #side-profile .cast-image {
     margin-bottom: 1rem;
 }
 
 #profile-sub-content .profile-sub-secondary #side-profile .cast-section {
     margin-bottom: 1rem;
 }
 
 #profile-sub-content .profile-sub-secondary #side-profile .cast-section .name {
     font-size: 1.6rem;
     font-weight: bold;
     margin-bottom: 0.5rem;
 }
 
 #profile-sub-content .profile-sub-secondary #side-profile .cast-section .cast-size {
     margin-bottom: 1rem;
 }
 
 #profile-sub-content .profile-sub-secondary #diary-calender {
     margin-bottom: 2rem;
 }
 
 #profile-sub-content .profile-sub-secondary #diary-calender table {
     width: 100%;
     border: 1px solid #ccc;
     border-collapse: collapse;
 }
 
 #profile-sub-content .profile-sub-secondary #diary-calender table th,
 #profile-sub-content .profile-sub-secondary #diary-calender table td {
     border: 1px solid #ccc;
     text-align: center;
 }
 
 #profile-sub-content .profile-sub-primary {
     flex: 1;
     margin-left: 2rem;
     min-width: 100px;
 }
 
 #profile-sub-content .profile-sub-primary .query-count {
     margin: 0;
     padding: 0;
     text-align: right;
 }
 
 #profile-sub-content .profile-sub-primary .query-count .total-num {
     font-size: 1.6rem;
 }
 
 #profile-sub-content .profile-sub-primary #cast-diary-lists {
     border-bottom: 1px solid #ccc;
     margin-bottom: 3rem;
 }
 
 #profile-sub-content .profile-sub-primary #cast-diary-lists li {
     padding: 1rem 0;
 }
 
 #profile-sub-content .profile-sub-primary #cast-diary-lists li:not(:first-child) {
     border-top: 1px solid #ccc;
 }
 
 #profile-movie-main video {
     width: 100%;
 }
 
 #recruit-header-image {
     text-align: center;
     margin-bottom: 2rem;
 }
 
 .recruit-head {
     font-weight: bold;
     font-size: 1.6rem;
 }
 
 .recruit-lead {
     margin-bottom: 2rem;
 }
 
 .recruit-table {
     border: 1px solid #ccc;
     border-collapse: collapse;
     width: 100%;
     margin: 0 0 2rem;
     table-layout: fixed;
 }
 
 .recruit-table th,
 .recruit-table td {
     padding: 0.5rem;
     border: 1px solid #ccc;
 }
 
 .recruit-table th {
     width: 240px;
     font-weight: bold;
     text-align: center;
     box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.25);
 }
 
 #shop-review-list {
     margin-bottom: 2rem;
 }
 
 #shop-review-list li:not(:first-child) {
     margin-top: 1rem;
 }
 
 #shop-review-list li .user-review-frame {
     display: flex;
     flex-wrap: wrap;
 }
 
 #shop-review-list li .user-review-frame .user-review-author {
     width: 100px;
     text-align: center;
 }
 
 #shop-review-list li .user-review-frame .user-review-author .user-avator {
     margin-bottom: 0.4rem;
 }
 
 #shop-review-list li .user-review-frame .user-review-author .user-avator img {
     border: 1px solid #ccc;
 }
 
 #shop-review-list li .user-review-frame .user-review-section {
     flex: 1;
     min-width: 100px;
     margin-left: 1.8rem;
 }
 
 #shop-review-list li .user-review-frame .user-review-section .user-rating-head {
     display: flex;
     margin-bottom: 0.5rem;
 }
 
 #shop-review-list li .user-review-frame .user-review-section .user-rating-head .user-review-shopinfo {
     flex: 1;
     display: inline-flex;
     align-items: center;
 }
 
 #shop-review-list li .user-review-frame .user-review-section .user-rating-head .user-review-shopinfo .shop-name {
     font-size: 1.6rem;
     font-weight: bold;
 }
 
 #shop-review-list li .user-review-frame .user-review-section .user-rating-head .user-review-shopinfo .shop-area {
     font-size: 1.2rem;
 }
 
 #shop-review-list li .user-review-frame .user-review-section .user-rating-head .entry-time {
     font-size: 1.2rem;
     margin-left: auto;
 }
 
 #shop-review-list li .user-review-frame .user-review-section .user-rating-head .entry-time .posted-on {
     display: inline-flex;
     align-items: center;
 }
 
 #shop-review-list li .user-review-frame .user-review-section .user-rating-head .entry-time .posted-on .far {
     margin-right: 0.25rem;
 }
 
 #shop-review-list li .user-review-frame .user-review-section .user-review-rating .total-rating {
     display: flex;
     justify-content: flex-start;
     align-items: center;
 }
 
 #shop-review-list li .user-review-frame .user-review-section .user-review-rating .total-rating .label {
     margin-right: 0.4rem;
     font-size: 1.2rem;
 }
 
 #shop-review-list li .user-review-frame .user-review-section .user-review-rating .total-rating .label .rating-label {
     display: inline-block;
     padding-top: 4px;
 }
 
 #shop-review-list li .user-review-frame .user-review-section .user-review-shopinfo {
     display: inline-flex;
 }
 
 #shop-review-list li .user-review-frame .user-review-section .user-review-content {
     border-top: 1px dotted #ccc;
     margin-top: 0.5rem;
     padding-top: 0.5rem;
     font-size: 1.2rem;
 }
 /*----------  single review  ----------*/
 
 #single-review .shop-review-header {
     display: flex;
     flex-wrap: wrap;
     border-bottom: 1px dotted #ccc;
     margin-bottom: 1rem;
     padding-bottom: 1rem;
 }
 
 #single-review .shop-review-header .user-review-author {
     width: 80px;
     text-align: center;
 }
 
 #single-review .shop-review-header .user-review-author img {
     border: 1px solid #ccc;
 }
 
 #single-review .shop-review-header .shop-review-section {
     flex: 1;
     min-width: 100px;
     margin-left: 1rem;
     text-align: left;
 }
 
 #single-review .shop-review-header .shop-review-section .user-review-rating {
     margin-bottom: 1rem;
 }
 
 #single-review .shop-review-header .shop-review-section .user-review-rating .total-rating {
     display: flex;
     justify-content: flex-start;
     align-items: center;
 }
 
 #single-review .shop-review-header .shop-review-section .user-review-rating .total-rating .label {
     margin-right: 0.4rem;
     font-size: 1.2rem;
 }
 
 #single-review .shop-review-header .shop-review-section .user-review-rating .total-rating .label .rating-label {
     display: inline-block;
     padding-top: 4px;
 }
 
 #single-review .shop-review-header .shop-review-section .entry-time .far {
     margin-right: 0.25rem;
 }
 
 #shop-schedule-week {
     margin: 0 0 2rem;
 }
 
 #shop-schedule-week li {
     padding: 0.5rem 0;
 }
 
 #shop-schedule-week li .schedule-week-frame {
     display: flex;
 }
 
 #shop-schedule-week li .schedule-week-frame .schedule-week-thumb {
     width: 100px;
 }
 
 #shop-schedule-week li .schedule-week-frame .schedule-week-section {
     flex: 1;
     margin-left: 1rem;
 }
 
 #shop-schedule-week li .schedule-week-frame .schedule-week-section .cast-detail {
     margin-bottom: 0.5rem;
 }
 
 #shop-schedule-week li .schedule-week-frame .schedule-week-section .cast-detail .name {
     font-weight: bold;
 }
 
 #shop-schedule-week li .schedule-week-frame .schedule-week-section .cast-detail .age,
 #shop-schedule-week li .schedule-week-frame .schedule-week-section .cast-detail .size {
     font-size: 1.2rem;
 }
 
 #shop-schedule-week .weekly-schedule-list {
     width: 100%;
     border-width: 1px solid #ccc;
     padding: 0;
     margin: 0;
     border-collapse: collapse;
 }
 
 #shop-schedule-week .weekly-schedule-list .weekly-schedule .date {
     font-weight: bold;
 }
 
 #shop-schedule-week .weekly-schedule-list th,
 #shop-schedule-week .weekly-schedule-list td {
     text-align: center;
     border: 1px solid #ccc;
     padding: 0.25rem;
     width: 7%;
 }
 
 #shop-schedule-week .weekly-schedule-list th .weekly-time,
 #shop-schedule-week .weekly-schedule-list th .free_text,
 #shop-schedule-week .weekly-schedule-list td .weekly-time,
 #shop-schedule-week .weekly-schedule-list td .free_text {
     display: block;
 }
 
 #shop-schedule-datepanel {
     display: flex;
     flex-wrap: wrap;
     margin: 0 0 2em;
     padding: 0 1rem;
     position: relative;
     border-bottom: 1px solid #ccc;
 }
 
 #shop-schedule-datepanel li {
     text-align: center;
     width: 12.5%;
     box-sizing: border-box;
     padding: 0 0.5em;
     border-top: 1px solid #ccc;
     border-left: 1px solid #ccc;
 }
 
 #shop-schedule-datepanel li label {
     display: inline-block;
 }
 
 #shop-schedule-datepanel li:last-child {
     border-right: 1px solid #ccc;
 }
 
 #shop-schedule-datepanel li:hover a,
 #shop-schedule-datepanel li.active a {
     border-top: 4px solid #e43480;
 }
 
 #shop-schedule-datepanel li.week-prev,
 #shop-schedule-datepanel li.week-next {
     float: left;
     width: 6.25%;
 }
 
 #shop-schedule-datepanel li a {
     padding: 0.25em;
     border-top: 4px solid #999;
     display: block;
     line-height: 1.2;
     text-align: center;
     text-decoration: none;
     transition: color 0.4s ease-out, background-color 0.4s ease-out, border-color 0.4s ease-out;
 }
 
 #shop-schedule-datepanel li a.last {
     margin-right: 0;
 }
 
 #shop-schedule-datepanel span.arrow {
     font-weight: 700;
 }
 
 #shop-schedule-datepanel span.arrow .fa {
     font-size: 2.4rem;
     vertical-align: baseline;
     line-height: 1.6;
 }
 
 #shop-schedule-datepanel span.month {
     display: inline;
     vertical-align: baseline;
     font-size: 1.4rem;
     font-weight: 700;
 }
 
 #shop-schedule-datepanel span.day {
     vertical-align: baseline;
     font-size: 2.4rem;
     font-weight: 700;
 }
 
 #shop-schedule-datepanel span.date {
     vertical-align: top;
     display: block;
     font-size: 1.2rem;
 }
 
 #shop-schedule-datepanel a.active {
     cursor: default;
 }
 
 #shop-schedule-datepanel a.active span {
     cursor: default;
 }
 
 #shop-schedule {
     margin: 0;
 }
 
 #shop-schedule li {
     overflow: hidden;
     *zoom: 1;
     padding: 1rem 0;
 }
 
 #shop-schedule li.cast-frame {
     border-bottom: 1px dotted #ccc;
 }
 
 #shop-schedule li.cast-frame:first-child {
     margin: 0;
     border-top: 1px dotted #ccc;
 }
 
 #shop-schedule li.cast-frame .cast-section {
     padding: 0 0 0 1rem;
     line-height: 1.4;
 }
 
 #shop-schedule li.cast-frame .cast-section .cast-detail {
     margin: 0 0 0.5rem;
 }
 
 #shop-schedule li.cast-frame .cast-section .cast-detail .cast-name,
 #shop-schedule li.cast-frame .cast-section .cast-detail .cast-size {
     display: inline-block;
 }
 
 #shop-schedule li.cast-frame .cast-section .cast-detail .cast-name {
     margin: 0 0.5rem 0 0;
     font-size: 1.4rem;
     font-weight: bold;
 }
 
 #shop-schedule .weekly-schedule-list {
     width: 100%;
     border-width: 1px solid #ccc;
     padding: 0;
     margin: 0;
     border-collapse: collapse;
 }
 
 #shop-schedule .weekly-schedule-list .weekly-schedule .date {
     font-weight: bold;
 }
 
 #shop-schedule .weekly-schedule-list .weekly-schedule.sat {
     color: #006;
 }
 
 #shop-schedule .weekly-schedule-list .weekly-schedule.sun {
     color: #e9007a;
 }
 
 #shop-schedule .weekly-schedule-list th,
 #shop-schedule .weekly-schedule-list td {
     text-align: center;
     border: 1px solid #ccc;
     padding: 0.5rem;
     width: 7%;
 }
 
 #shop-schedule .weekly-schedule-list th .weekly-time,
 #shop-schedule .weekly-schedule-list th .free_text,
 #shop-schedule .weekly-schedule-list td .weekly-time,
 #shop-schedule .weekly-schedule-list td .free_text {
     display: block;
     padding: 0 4px;
 }
 
 #shop-schedule-display-date {
     margin-top: 1rem;
     padding: 0.5rem;
     font-size: 1.8rem;
 }
 
 #shop-schedule-display-date .date {
     font-size: 1.6rem;
 }
 /*=================================
=          schedule cast list            =
=================================*/
 
 #shop-schedule-list #shop-schedule-list li {
     font-size: .9em;
 }
 
 #shop-cast-list .cast-frame {
     position: relative;
 }
 
 .cast-icon-lists .cast-icon {
     width: 4.3em;
 }
 
 #shop-schedule-list {
     margin-bottom: 2rem;
     display: flex;
     flex-wrap: wrap;
 }
 
 #shop-schedule-list li {
     box-sizing: border-box;
 }
 
 #shop-schedule-list li .cast-image {
     position: relative;
     text-align: center;
     margin-bottom: 0.5rem;
 }
 
 #shop-schedule-list li .cast-image .cast-schedule-time {
     text-align: center;
     color: #fff;
     left: 0;
     right: 0;
     bottom: 0;
 }
 
 #shop-schedule-list li .cast-section {
     text-align: center;
 }
 
 #shop-schedule-list li .cast-section .name {
     font-weight: bold;
 }
 
 #shop-schedule-list li .cast-section .age,
 #shop-schedule-list li .cast-section .size {
     font-size: 1.2rem;
 }
 
 #shop-schedule-list li .cast-shop-name {
     font-size: 1.1rem;
 }
 
 #shop-schedule-list li .cast-shop-name .shop-area {
     display: block;
 }
 
 .system-title {
     margin-bottom: 1rem;
 }
 
 table.system-table {
     border-collapse: collapse;
     border: 1px solid #ccc;
     margin-bottom: 2rem;
     width: 100%;
     table-layout: fixed;
     background-color: rgb(255, 255, 255) 0.16);
 }
 
 table.system-table tbody,
 table.system-table tfoot {
     border: 1px solid #ccc;
 }
 
 table.system-table th,
 table.system-table td {
     border: 1px solid #ccc;
     padding: 0.5rem;
     text-align: left;
 }
 
 .system-lead {
     margin-bottom: 3rem;
 }
 
 .child-site #breadcrumb {
     padding: .5em 0;
     margin-bottom: 0;
     font-size: 1rem;
 }

 .child-site #breadcrumb ul#breadcrumb-list {
     width: 1200px;
 }
 
 #breadcrumb ul#breadcrumb-list li a {
     color: rgb(26, 26, 26);
 }
 
 #breadcrumb i.fa {
     font-size: 1em;
 }
 
 #shop-waitcast-list {
     margin-bottom: 2rem;
     display: flex;
     flex-wrap: wrap;
 }
 
 #shop-waitcast-list li {
     width: 25%;
     padding: 0.5rem;
     box-sizing: border-box;
 }
 
 #shop-waitcast-list li .cast-image {
     position: relative;
 }
 
 #shop-waitcast-list li .cast-section {
     text-align: center;
 }
 
 #shop-waitcast-list li .cast-section .name {
     font-weight: bold;
 }
 
 #shop-waitcast-list li .cast-section .size {
     font-size: 1.2rem;
     display: block;
 }
 
 #shop-waitcast-list li .cast-shop-name {
     font-size: 1.1rem;
 }
 
 #shop-waitcast-list li .cast-shop-name .shop-area {
     display: block;
 }
 
 ul.play_list_columns {
     display: flex;
     flex-wrap: wrap;
 }
 
 ul.play_list_columns li {
     margin: 5px;
     width: calc(25% - 10px);
 }
 /*----------  Profile Option   ----------*/
 
 .options_wrap {
     display: flex;
     flex-wrap: wrap;
 }
 
 .options_wrap .options_li {
     width: calc(50% - 4px);
     display: flex;
     border: rgba(204, 204, 204, 0.55) 1px solid;
     border-radius: 4px;
     margin: 2px;
     padding: 2px;
 }
 
 .options_name {
     width: 80%;
 }
 
 .options_data {
     width: 20%;
 }
 /*==============================
=            common           =
==============================*/
 /*=============================
=            pager            =
=============================*/
 
 .pagination-centered {
     margin-bottom: 2rem;
 }
 /*===================================
=           banner        =
===================================*/
 
 .shop-banner-lists {
     display: flex;
     flex-wrap: wrap;
 }
 
 .banner_image {
     margin: 5px;
 }
 
 .banner_column,
 .banner_column1 {
     margin: 0 0 5px 0;
 }
 
 .banner_column2 {
     margin: 0 0 20px 0;
 }
 
 .banner_column li {
     margin: 5px 0;
 }
 
 .banner_column2 {
     display: flex;
     flex-wrap: wrap;
 }
 
 .banner_column1 {
     margin: 5px 5px 0 5px;
     text-align: center;
 }
 
 .banner_column2 li {
     width: calc(33.3% - 20px);
     margin: 5px;
 }
 /*===================================
=            single-navi            =
===================================*/
 
 .single-navi {
     margin: 2rem 0;
 }
 
 .single-navi ul {
     display: flex;
 }
 
 .single-navi ul li {
     flex: 1;
     padding: 0 0.5rem;
     text-align: center;
 }
 
 .single-navi ul li a {
     display: block;
     border-radius: 4px;
     border: rgb(182, 182, 182) 1px solid;
     background-color: transparent!important;
     color: #333;
 }
 /*===================================
=            media icon            =
===================================*/
 
 .button a {
     color: #fff !important;
     display: inline-block;
 }
 
 .media-icons .media-button {
     display: block;
     text-align: center;
     border-radius: 0.25rem;
     color: #fff;
 }
 
 .media-twitter .media-button {
     background: #00acee;
 }
 
 .media-facebook .media-button {
     background: #4561b0;
 }
 
 .media-line .media-button {
     background: #00c300;
 }
 
 .media-google .media-button {
     background: #dd4b30;
 }
 
 .media-hatena .media-button {
     background: #00a4de;
 }
 /*==============================
=            news           =
==============================*/
 /*==============================
=            system           =
==============================*/
 /*==============================
=            event           =
==============================*/
 /*==============================
=            cast          =
==============================*/
 /*==============================
=            Voice        =
==============================*/
 
 .button_send_bloc {
     display: flex;
     display: flex;
     justify-content: center;
 }
 
 .button_send_bloc a,
 .button_send_bloc .button {
     margin: 0 5px;
     background: #40bcd8!important;
     color: #fff!important;
     font-size: 1.6rem!important;
     padding: 1.4rem 1rem!important;
 }
 
 #review li {
     margin: 10px 0;
 }
 
 ul#shop-voice-lists {
     display: flex;
     flex-wrap: wrap;
     width: 100%;
 }
 
 ul#shop-voice-lists li,
 .post_feti_section article {
     background-color: rgba(255, 255, 255, 0.767);
     width: calc(50% - 20px);
     margin: 10px;
     padding: 26px 16px 19px 16px;
     border-radius: 10px;
     box-shadow: 0 0 2px 2px rgb(0 0 0 / 10%);
     position: relative;
 }
 
 ul#shop-voice-lists li article:before,
 .post_feti_section article:before {
     content: "";
     display: block;
     width: 100%;
     height: 10px;
     background: #FF007B;
     position: absolute;
     top: 0;
     left: 0;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
 }
 
 h2.voice_name {
     color: #FF7EDE;
 }
 
 .kuchikomi_score_section {
     color: #FF7EDE;
     padding: 10px;
 }
 
 .kuchikomi_score {
     font-family: 'Chewy', cursive;
     font-size: 88px;
     line-height: 0.9;
     font-weight: bold;
 }
 
 .voice-cast-frame {
     display: flex;
     flex-wrap: nowrap;
     display: flex;
     align-items: center;
 }
 
 .kuchikomi_score_section {
     font-size: 18px;
 }
 
 .voice-thumb {
     width: 50px;
     margin-right: 10px;
 }
 
 .voice-thumb img {
     width: 100%;
     height: 50px;
     border-radius: 50px;
     object-fit: cover;
 }
 /*==============================
=            feti         =
==============================*/
 
 .voice-cast-name {}
 
 .feti_content {
     padding: 10px 0;
     border-bottom: rgb(173, 173, 173) 1px dotted;
 }
 
 #feti_caption {
     padding: 10px;
 }
 
 .border {
     border: rgb(209, 209, 209) 1px solid;
     border-radius: 8px;
     padding: 20px;
     margin: 20px 0;
 }
 
 .m20 {
     margin: 20px 0;
 }
 /*==============================
=            schedule          =
==============================*/
 
 .volume_description {
     display: flex;
     flex-wrap: nowrap;
 }
 
 .volume_description_column {
     width: 20%;
     text-align: center;
 }
 
 .volume_name {
     font-weight: bold;
 }
 
 .volume_description_column .volume_name {
     font-size: min(1em, 16px);
 }
 
 .volume_description_column:nth-child(1) .volume_name {
     color: #52acd9;
 }
 
 .volume_description_column:nth-child(2) .volume_name {
     color: #a64cfe;
 }
 
 .volume_description_column:nth-child(3) .volume_name {
     color: #ff8b1a;
 }
 
 .volume_description_column:nth-child(4) .volume_name {
     color: #fd39a3;
 }
 
 .volume_description_column:nth-child(5) .volume_name {
     color: #fe48dc;
 }
 
 .volume_weight {}
 
 .volume_rate,
 .volume_num {
     color: #ef67c6;
     font-size: min(1.3em, 17px);
     font-weight: bold;
 }
 /*==============================
=            schedule week          =
==============================*/
 /*==============================
=           movie         =
==============================*/
 
 .widget-top.widget_cp5_shop_cast_schedule {
     margin: 0 0 10px 0;
 }
 
 ul#shop-mov-lists {
     display: flex;
     flex-wrap: wrap;
 }
 
 ul#shop-mov-lists article {
     width: calc(33.3% - 20px);
     margin: 10px;
 }
 
 ul#shop-mov-lists article video {
     width: 100%;
 }
 /*==============================
=            waitcast           =
==============================*/
 /*==============================
=            profile           =
==============================*/
 
 .cast-icon-cup {
     z-index: 2;
     background-color: rgba(0, 224, 242, 0.7);
     border-radius: 100%;
     height: 4em;
     width: 4em;
     border: solid #ffffff 3px;
     text-align: center;
 }
 
 .cast-image .cast-icon-cup {
     position: absolute;
     left: 5px;
     bottom: 30px;
     display: inline-block;
     padding-left: 5px;
 }
 
 .single .cast-icon-cup {
     position: relative;
 }
 
 .cast-icon-cup img {
     margin: .4em auto;
     width: 2.8em;
     animation: rotate 6s;
     animation-iteration-count: infinite;
     -webkit-animation: rotate 6s;
     -webkit-animation-iteration-count: infinite;
     z-index: 999;
 }
 
 .profile-title {
     margin: 15px 0 5px 0;
     padding: 10px;
     color: #fff;
     font-weight: normal;
 }
 
 .mEx-time {
     display: none;
 }
 
 @keyframes rotate {
     /* Safari & Chrome */
     0% {
         transform: rotate(0deg);
     }
     25% {
         transform: rotate(20deg);
     }
     75% {
         transform: rotate(-20deg);
     }
     100% {
         transform: rotate(0deg);
     }
 }
 /*==============================
=            photodiary           =
==============================*/
 /*==============================
=            form         =
==============================*/
 /*==============================
=            messege           =
==============================*/
 /*==============================
=            post movie           =
==============================*/
 
 #archive-movie .entry-content article {
     width: 33.3%;
     margin: 10px;
 }
 
 #archive-movie .entry-content article video {
     width: 100%;
     height: auto;
 }
 /*==============================
=            recruit         =
==============================*/
 /*==============================
=            form       =
==============================*/
 
 .mw_wp_form dl {
     margin: 15px 0 5px 0;
 }
 
 .kome {
     font-weight: normal;
     color: #fff;
     font-size: 11px;
     background-color: #cc3300;
     padding: 0 5px;
     margin-left: 5px;
 }
 
 .wpcf7 fieldset {
     border: none;
     padding: 0;
 }
 
 .wpcf7 label {
     margin-bottom: 1rem;
     font-weight: bold;
 }
 
 .wpcf7 .form-submit {
     text-align: center;
 }
 
 #wpcf7-f8585-o1 .fieldset-review {
     display: flex;
     flex-wrap: wrap;
     padding: 1rem 0;
     width: 100%;
     border-bottom: 1px solid #ccc;
 }
 
 #wpcf7-f8585-o1 .fieldset-review label {
     width: 140px;
     text-align: center;
     margin-bottom: 0;
 }
 
 #wpcf7-f8585-o1 .fieldset-review .field {
     flex: 1;
     min-width: 100px;
 }
 
 #wpcf7-f8585-o1 .wpcf7-number,
 #wpcf7-f8585-o1 .wpcf7-select {
     width: 100px;
 }
 
 #wpcf7-f8585-o1 .wpcf7-textarea {
     width: 100%;
 }
 
 #wpcf7-f8585-o1 .form-submit {
     margin-top: 2rem;
 }
 /*==============================
=           widget           =
==============================*/
 /*----------  common  ----------*/
 
 #home .widget:not(:first-child),
 .shop-sidebar .widget:not(:first-child) {
     margin-top: 1rem;
 }
 
 #home .widget ul.no-bullet,
 .shop-sidebar .widget ul.no-bullet {
     margin: 0;
     padding: 0;
 }
 
 .widget .cast-lists-frame {
     display: flex;
     flex-wrap: wrap;
 }
 
 .widget .cast-lists-frame li {
     box-sizing: border-box;
 }
 
 .widget .cast-lists-frame li .name {
     font-weight: bold;
 }
 
 .widget .cast-lists-frame li .size {
     font-size: 1.2rem;
 }
 
 .widget .more {
     text-align: right;
     margin-top: 1rem;
 }
 
 .widget_cp5_shop_girls_list {
     /*----------  TOP  ----------*/
     /*----------  Sidebar  ----------*/
 }
 
 .shop-sidebar-right .cast-lists-frame li {
     width: 100%;
 }
 
 .widget_cp5_shop_girls_list.widget-top .shop-cast-lists li {
     width: 20%;
     padding: 0 0.25rem;
     text-align: center;
 }
 
 .widget_cp5_shop_girls_list.widget-top .shop-cast-lists li:nth-child(n+6) {
     margin-top: 2rem;
 }
 
 .widget_cp5_shop_girls_list.widget-top .shop-cast-lists li .cast-image {
     margin-bottom: 0.5rem;
 }
 
 .widget_cp5_shop_girls_list.widget-side .shop-pickup-lists li .cast-frame {
     display: flex;
     flex-wrap: wrap;
 }
 
 .widget_cp5_shop_girls_list.widget-side .shop-pickup-lists li .cast-frame .cast-image {
     margin-bottom: 0.5rem;
     width: 80px;
 }
 
 .widget_cp5_shop_girls_list.widget-side .shop-pickup-lists li .cast-frame .cast-section {
     flex: 1;
     padding-left: 0.5rem;
 }
 
 .widget_cp5_shop_diary {
     /*----------  TOP  ----------*/
     /*----------  Sidebar  ----------*/
 }
 
 .widget_cp5_shop_diary .diary-lists .diary-info {
     font-size: 1.1rem;
 }
 
 .widget_cp5_shop_diary.widget-top .diary-lists {
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 1rem;
 }
 
 .widget_cp5_shop_diary.widget-top .diary-lists li {
     width: 20%;
     padding: 0 0.5rem;
     text-align: center;
     box-sizing: border-box;
 }
 
 .widget_cp5_shop_diary.widget-top .diary-lists li:nth-child(n+6) {
     margin-top: 1rem;
 }
 
 .widget_cp5_shop_diary.widget-top .diary-lists li .diary-thumb {
     margin-bottom: 0.5rem;
 }
 
 .widget_cp5_shop_diary.widget-top .diary-lists li .diary-section {
     text-align: left;
 }
 
 .widget_cp5_shop_diary.widget-top .diary-lists li .diary-section .diary-title {
     font-weight: bold;
 }
 
 .widget_cp5_shop_diary.widget-top .diary-lists li .diary-section .diary-info .diary-author {
     display: block;
 }
 
 .widget_cp5_shop_diary.widget-side .diary-lists li:nth-child(n+2) {
     margin-top: 1rem;
 }
 
 .widget_cp5_shop_diary.widget-side .diary-lists li .diary-frame {
     display: flex;
     flex-wrap: wrap;
 }
 
 .widget_cp5_shop_diary.widget-side .diary-lists li .diary-thumb {
     width: 100px;
 }
 
 .widget_cp5_shop_diary.widget-side .diary-lists li .diary-section {
     flex: 1;
     padding-left: 1rem;
 }
 
 .widget_cp5_shop_diary.widget-side .diary-lists li .diary-section .diary-author {
     display: block;
 }
 
 .widget_cp5_shop_event {
     /*----------  TOP  ----------*/
     /*----------  Sidebar  ----------*/
 }
 
 .widget_cp5_shop_event .shop-event-held-date {
     margin-bottom: 1rem;
     font-weight: bold;
 }
 
 .widget_cp5_shop_event .event-lists li .event-frame .event-section .title {
     font-weight: bold;
 }
 
 .widget_cp5_shop_event .event-lists li .event-frame .event-section .date {
     font-size: 1.2rem;
 }
 
 .widget_cp5_shop_event.widget-top .event-lists {
     display: flex;
     flex-wrap: wrap;
 }
 
 .widget_cp5_shop_event.widget-top .event-lists li {
     width: 50%;
     padding: 0 0.25rem;
     box-sizing: border-box;
 }
 
 .widget_cp5_shop_event.widget-top .event-lists li:nth-child(n+3) {
     margin-top: 1rem;
 }
 
 .widget_cp5_shop_event.widget-top .event-lists li .event-frame {
     display: flex;
 }
 
 .widget_cp5_shop_event.widget-top .event-lists li .event-frame .event-image {
     width: 100px;
 }
 
 .widget_cp5_shop_event.widget-top .event-lists li .event-frame .event-section {
     flex: 1;
     padding-left: 1rem;
     min-width: 0;
 }
 
 .widget_cp5_shop_event.widget-side .event-lists li:nth-child(n+2) {
     margin-top: 1rem;
 }
 
 .widget_cp5_shop_event.widget-side .event-lists li .event-frame {
     display: flex;
     flex-wrap: wrap;
 }
 
 .widget_cp5_shop_event.widget-side .event-lists li .event-frame .event-image {
     width: 100px;
 }
 
 .widget_cp5_shop_event.widget-side .event-lists li .event-frame .event-section {
     flex: 1;
     margin-left: 1rem;
     overflow: auto;
 }
 
 .widget_cp5_shop_information {
     /*----------  TOP  ----------*/
     /*----------  Sidebar  ----------*/
 }
 
 .widget_cp5_shop_information .shop-name .name {
     font-weight: bold;
 }
 
 .widget_cp5_shop_information .shop-caption .catch {
     margin-bottom: 1rem;
 }
 
 .widget_cp5_shop_information.widget-top .shop-info-frame {
     display: flex;
     flex-wrap: wrap;
 }
 
 .widget_cp5_shop_information.widget-top .shop-info-frame .shop-logo {
     width: 180px;
     text-align: center;
 }
 
 .widget_cp5_shop_information.widget-top .shop-info-frame .shop-logo .logo {
     margin-bottom: 1rem;
 }
 
 .widget_cp5_shop_information.widget-top .shop-info-frame .shop-detail {
     flex: 1;
     padding-left: 1rem;
 }
 
 .widget_cp5_shop_information.widget-side .shop-logo,
 .widget_cp5_shop_information.widget-side .shop-name {
     text-align: center;
 }
 
 .widget_cp5_shop_information.widget-side .logo,
 .widget_cp5_shop_information.widget-side .shop-name {
     margin-bottom: 1rem;
 }
 
 .widget_cp5_shop_information .shop-data {
     margin-bottom: 1rem;
     display: flex;
     flex-wrap: wrap;
 }
 
 .widget_cp5_shop_information .shop-data dt {
     width: 80px;
 }
 
 .widget_cp5_shop_information .shop-data dt:not(:first-child) {
     margin-top: 0.5rem;
 }
 
 .widget_cp5_shop_information .shop-data dt:not(:first-child)+dd {
     margin-top: 0.5rem;
 }
 
 .widget_cp5_shop_information .shop-data dt .label {
     border: 1px solid #ccc;
     text-align: center;
     display: block;
     padding: 0.25rem 0.5rem;
     border-radius: 4px;
 }
 
 .widget_cp5_shop_information .shop-data dd {
     flex: 1;
     flex-basis: calc(100% - 0.5rem - 80px);
     min-width: 100px;
     padding-top: 0.25rem;
     margin-left: 0.5rem;
 }
 
 .widget_cp5_shop_newface {
     /*----------  TOP  ----------*/
     /*----------  Sidebar  ----------*/
 }
 
 .widget_cp5_shop_newface .shop-pickup-lists {
     width: 100%;
 }
 
 .widget_cp5_shop_newface .shop-pickup-lists li .age,
 .widget_cp5_shop_newface .shop-pickup-lists li .size {
     font-size: 1.2rem;
 }
 
 .widget_cp5_shop_newface.widget-top .shop-pickup-lists li {
     width: 16.66667%;
     padding: 0 0.25rem;
     text-align: center;
 }
 
 .widget_cp5_shop_newface.widget-top .shop-pickup-lists li .cast-image {
     margin-bottom: 0.5rem;
 }
 
 .widget_cp5_shop_newface.widget-top .shop-pickup-lists li .cast-size {
     display: block;
 }
 
 .widget_cp5_shop_newface.widget-side .shop-pickup-lists li .cast-frame {
     display: flex;
     flex-wrap: wrap;
 }
 
 .widget_cp5_shop_newface.widget-side .shop-pickup-lists li .cast-frame .cast-image {
     margin-bottom: 0.5rem;
     width: 80px;
 }
 
 .widget_cp5_shop_newface.widget-side .shop-pickup-lists li .cast-frame .cast-section {
     flex: 1;
     padding-left: 0.5rem;
     min-width: 100px;
     text-align: left;
 }
 
 .widget_cp5_shop_newface.widget-side .shop-pickup-lists li .cast-frame .size {
     display: block;
 }
 
 .widget_cp5_shop_news {
     /*----------  TOP  ----------*/
     /*----------  Sidebar  ----------*/
 }
 
 .widget_cp5_shop_news.widget-top .news-lists {
     display: flex;
     flex-wrap: wrap;
     flex-direction: column;
 }
 
 .widget_cp5_shop_news.widget-top .news-lists li {
     width: 100%;
     padding: 0 0.5rem;
     box-sizing: border-box;
     margin-bottom: 1em;
 }
 
 .widget_cp5_shop_news.widget-top .news-lists li:nth-child(n+3) {
     margin-top: 1rem;
 }
 
 .widget_cp5_shop_news.widget-top .news-lists li .news-frame {
     display: flex;
     flex-wrap: wrap;
 }
 
 .widget_cp5_shop_news.widget-top .news-lists li .news-frame .news-section {
     padding-left: 1rem;
     flex: 1;
 }
 
 .widget_cp5_shop_news.widget-top .news-lists li .news-frame .news-section .title {
     font-weight: bold;
 }
 
 .widget_cp5_shop_news.widget-top .news-lists li .news-frame .news-section .news-info {
     font-size: 1.2rem;
 }
 
 .widget_cp5_shop_news.widget-side .news-lists li:nth-child(n+2) {
     margin-top: 1rem;
 }
 
 .widget_cp5_shop_news.widget-side .news-lists li .news-frame {
     display: flex;
     flex-wrap: wrap;
 }
 
 .widget_cp5_shop_news.widget-side .news-lists li .news-frame .news-image {
     width: 80px;
 }
 
 .widget_cp5_shop_news.widget-side .news-lists li .news-frame .news-section {
     flex: 1;
     margin-left: 0.5rem;
 }
 
 .widget_cp5_shop_news.widget-side .news-lists li .news-frame .news-section .title {
     font-weight: bold;
 }
 
 .widget_cp5_shop_news.widget-side .news-lists li .news-frame .news-section .news-info {
     font-size: 1.2rem;
     display: flex;
 }
 
 .widget_cp5_shop_news.widget-side .news-lists li .news-frame .news-section .news-icons {
     margin-left: 0.25rem;
 }
 
 .widget_cp5_shop_news .more {
     text-align: right;
 }
 
 .widget_cp5_shop_recommended_girls {
     /*----------  TOP  ----------*/
     /*----------  Sidebar  ----------*/
 }
 
 .widget_cp5_shop_recommended_girls .shop-pickup-lists li .age,
 .widget_cp5_shop_recommended_girls .shop-pickup-lists li .size {
     font-size: 1.2rem;
 }
 
 .widget_cp5_shop_recommended_girls.widget-top .shop-pickup-lists li {
     width: 16.66667%;
     padding: 0 0.25rem;
     text-align: center;
 }
 
 .widget_cp5_shop_recommended_girls.widget-top .shop-pickup-lists li .cast-image {
     margin-bottom: 0.5rem;
 }
 
 .widget_cp5_shop_recommended_girls.widget-side .shop-pickup-lists li .cast-frame {
     display: flex;
     flex-wrap: wrap;
 }
 
 .widget_cp5_shop_recommended_girls.widget-side .shop-pickup-lists li .cast-frame .cast-image {
     margin-bottom: 0.5rem;
     width: 80px;
 }
 
 .widget_cp5_shop_recommended_girls.widget-side .shop-pickup-lists li .cast-frame .cast-section {
     text-align: left;
     flex: 1;
     padding-left: 0.5rem;
 }
 
 .widget_cp5_shop_waitcast_list {
     /*----------  TOP  ----------*/
     /*----------  Sidebar  ----------*/
 }
 
 .widget_cp5_shop_waitcast_list .waitcast-display-date {
     margin-bottom: 1rem;
     font-size: 1.6rem;
     text-align: right;
 }
 
 .widget_cp5_shop_waitcast_list .waitcast-display-date .num {
     font-size: 1.8rem;
 }
 
 .widget_cp5_shop_waitcast_list .waiting-cast-lists li {
     padding: 0 0.5rem;
     width: 20%;
 }
 
 .widget_cp5_shop_waitcast_list .waiting-cast-lists li .cast-image {
     margin-bottom: 0.5rem;
     position: relative;
 }
 
 .widget_cp5_shop_waitcast_list .waiting-cast-lists li .cast-section .cast-name {
     font-weight: bold;
 }
 
 .widget_cp5_shop_waitcast_list .waiting-cast-lists li .cast-section .age,
 .widget_cp5_shop_waitcast_list .waiting-cast-lists li .cast-section .size {
     font-size: 1.2rem;
 }
 
 .widget_cp5_shop_waitcast_list.widget-top .cast-section {
     text-align: center;
 }
 
 .widget_cp5_shop_waitcast_list.widget-side .waiting-cast-lists li .cast-frame {
     display: flex;
     flex-wrap: wrap;
 }
 
 .widget_cp5_shop_waitcast_list.widget-side .waiting-cast-lists li .cast-frame .cast-image {
     margin-bottom: 0.5rem;
     width: 100px;
 }
 
 .widget_cp5_shop_waitcast_list.widget-side .waiting-cast-lists li .cast-frame .cast-section {
     flex: 1;
     padding-left: 0.5rem;
 }
 
 .widget_cp5_shop_waitcast_list.widget-side .waiting-cast-lists li .cast-frame .cast-section .cast-size {
     font-size: 1.1rem;
 }
 
 .widget_cp5_shop_waitcast_list.widget-side .waiting-cast-lists li .cast-frame .cast-schedule-time {
     font-size: 1.1rem;
 }
 
 .widget_cp5_shop_waitcast_list.widget-side .waiting-cast-lists li .cast-frame .size {
     display: block;
 }
 /*==============================
=            social-icon           =
==============================*/
 
 @font-face {
     font-family: "icomoon";
     src: url("../../assets/fonts/icomoon.eot?-qz7pb2");
     src: url("../../assets/fonts/icomoon.eot?#iefix-qz7pb2") format("embedded-opentype"), url("../../assets/fonts/icomoon.woff?-qz7pb2") format("woff"), url("../../assets/fonts/icomoon.ttf?-qz7pb2") format("truetype"), url("../../assets/fonts/icomoon.svg?-qz7pb2#icomoon") format("svg");
     font-weight: normal;
     font-style: normal;
 }
 
 .social-icon {
     font-family: "icomoon";
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
 }
 
 .icon-evernote:before {
     content: "\e004";
 }
 
 .icon-feedly:before {
     content: "\e007";
 }
 
 .icon-pocket:before {
     content: "\e008";
 }
 
 .icon-line:before {
     content: "\e009";
 }
 
 .icon-hatena:before {
     content: "\e00a";
 }
 
 .icon-feedly-square:before {
     content: "\e601";
 }
 
 .icon-googleplus:before {
     content: "\e608";
 }
 
 .icon-facebook:before {
     content: "\e60d";
 }
 
 .icon-instagram:before {
     content: "\e610";
 }
 
 .icon-twitter:before {
     content: "\e611";
 }
 
 .icon-feed:before {
     content: "\e614";
 }
 
 .icon-youtube:before {
     content: "\e617";
 }
 
 .icon-flickr2:before {
     content: "\e61e";
 }
 
 .icon-githubmark:before {
     content: "\e626";
 }
 
 .icon-github:before {
     content: "\e627";
 }
 
 .icon-wordpress:before {
     content: "\e629";
 }
 
 .icon-tumblr:before {
     content: "\e62d";
 }
 
 .icon-yahoo:before {
     content: "\e62f";
 }
 
 .icon-apple:before {
     content: "\e631";
 }
 
 .icon-android:before {
     content: "\e633";
 }
 
 .icon-windows:before {
     content: "\e634";
 }
 
 .icon-windows8:before {
     content: "\e635";
 }
 
 .icon-skype:before {
     content: "\e636";
 }
 
 .icon-delicious:before {
     content: "\e638";
 }
 
 .icon-pinterest:before {
     content: "\e63a";
 }
 /*==============================
=            footer navi           =
==============================*/
 
 .entry-footer {
     margin: 20px 0;
 }
 
 .head-inner {
     display: inline-block;
     float: right;
 }
 
 .query-count.head-inner .total-num {
     font-size: 1.6rem!important;
 }
 
 .text-center {
     text-align: center;
 }
 
 .text-left {
     text-align: left;
 }
 
 .text-right {
     text-align: right;
 }
 
 .voice_send_text_center {
     width: 100%;
     display: block;
     display: flex;
     justify-content: center;
     margin: 20px 0 5px 0;
 }
 

 /*==============================
=            sidebar            =
==============================*/
 /*----------  nav menu   ----------*/
 .shop-sidebar .menu-icon_a>img {
     width: 2em;
     max-width: 20px;
 }
 
 .layout-block .shop-sidebar {
     margin-left: 1rem;
 }
 
 .shop-sidebar {
     margin: 10px 0;
     box-sizing: border-box;
 }
 
 .shop-sidebar-left {
     order: 1;
 }
 
 .shop-sidebar-right {
     order: 2;
     max-width: 210px
 }
 
 #shop-home-side-left .menu li {
     border: 1px solid rgb(191, 191, 191);
     margin-bottom: -1px;
     background-color: #fff;
 }
 
 #shop-home-side-left .menu li a {
     padding: 10px;
     display: flex;
     flex-direction: row-reverse;
     justify-content: flex-end;
     align-items: center;
 }
 
 #shop-home-side-left .menu li a .menu-icon_a {
     padding-right: 5px;
 }
 
 #shop-home-side-left .menu li a .menu-a {
     color: rgb(76, 76, 76);
     font-size: .9em;
 }
 
 #shop-home-side-left .menu li a .menu-icon {
     width: 40px;
 }
 
 .bnr_maga {
     position: fixed;
     right: 10px;
     bottom: 10px;
 }
 
 .child-site .ellipsis {
     white-space: normal;
 }
 /*==============================
=           rank S  & rank A       =
==============================*/
 /*==============================
=           rank B  & rank C      =
==============================*/
 /*==============================
=            activate            =
==============================*/
 /* pc  */
 
 @media only screen and (min-width: 48.1em) {
     #tinynav1 {
         display: none;
     }

     #shop-schedule-list li .cast-image img.cast-thumb {
         object-fit: cover;
         height: 237px;
     }
     .pc_hide {
         display: none;
     }

     #shop-header-info #shop-info-right .tel {
         margin-left: 5px;
     }
     .child-site .top-center-news .news-date-frame {
         display: flex;
         gap: 10px;
         margin-bottom: 10px;
     }
     .widget .more {
         margin-top: 0;
     }
     .front_widget_box {
         margin-bottom: 0;
         padding-bottom: 0;
         line-height: 1;
     }
     #shop-header-info #shop-info-right {
         max-width: 500px;
     }
     .banner_column2.row {
         margin: 10px auto 50px auto!important;
     }
     .sticky {
         top: 0px;
         position: -webkit-sticky;
         position: sticky;
     }
     .link_var.device-2 {
         display: none;
     }

     .top-center-news .news-section {
         width: 620px;
     }
     .news-image {
         width: 100px;
     }
     .options_wrap {
         width: 360px;
     }
     .shop-main-column {
         width: 750px;
         background-color: rgba(255, 255, 255, 0.8);
         margin-top: 10px;
     }
     .child-site .row {
         width: 1200px;
     }

     .cast-frame {}
     .cast-volume {
         line-height: 1;
         font-size: 12px;
     }
     .cast-volume {
         height: 20px;
     }
     .cast-volume .volume_num {}
     #shop-schedule-list li {
         margin-right: 2px;
         margin-bottom: 10px;
     }
     #shop-schedule-list li:nth-of-type(4) {
         margin-right: 0;
     }
     #shop-schedule-list .cast-icon-image img {
         width: 4.5em;
     }
     .cast-icon-image img {
         width: 45px;
     }
     .cast-icon-lists {
         justify-content: flex-start;
         height: 90px;
         overflow: hidden;
     }
     .pc-none {
         display: none;
     }
     .sp-none {
         display: block;
     }
     .widget_cp5_shop_news.widget-top .news-lists li .news-frame .news-image {
         width: 120px;
     }
     .pc-menu-warp {
         display: flex;
         justify-content: center;
         align-items: center;
     }
     .pc-menu-warp .menu-icon_a {
         margin: 0 10px 0 0;
     }
     .pc-menu-warp .menu-a {}
     .shop-global-menu ul li a {
         padding-top: 1em;
         padding-bottom: 1em;
         display: block;
     }
     .shop-global-menu ul li {
         width: calc(10% + 1px);
     }
     .shop-global-menu .menu-icon_a img {
         width: 2em;
         max-width: 30px;
     }
     #shop-global-menu a:hover,
     ul li.current-menu-item {
         color: rgb(31, 31, 31);
     }
     .shop-sidebar-left {
         max-width: 230px;
     }
     #shop-header-info {}
     #shop-header-info #shop-info-left {
         flex: 1;
         margin-left: 1rem;
         display: flex;
         flex-flow: column wrap;
         justify-content: flex-start;
         font-size: 0.9em;
         padding-right: 10px;
     }
     #shop-header-info #shop-info-left #shop-info-site-name {
         font-size: 2rem;
     }
     #shop-header-info #shop-info-left #shop-info-area {
         margin-bottom: 0.5rem;
         display: flex;
         align-items: center;
         font-size: 1.2rem;
     }
     #shop-header-info #shop-info-left #shop-info-area .shop-area+.area-info {
         margin-left: 1rem;
     }
     #shop-header-info #shop-info-left #shop-info-open {
         font-size: 1.6rem;
     }
     #shop-header-info #shop-info-left #shop-info-open .time-label,
     #shop-header-info #shop-info-left #shop-info-open .supplement,
     #shop-header-info #shop-info-left #shop-info-open .icon.open {
         margin-left: 0.5rem;
     }
     #shop-header-info #shop-info-left #shop-info-open .icon.open {
         background: #f00;
         color: #fff;
         font-size: 1.1rem;
         margin-left: 0.5rem;
         padding: 0.25rem 0.5rem;
     }
     #shop-schedule-list li {
         width: calc(25% - 2px);
     }
     .top-videofile {
         width: calc(100% - 5px);
     }
     .shop-videofile {
         width: calc(100% - 1px);
         height: 200px;
         object-fit: cover;
         display: flex;
         margin: 0px auto 7px;
     }
 }
 /* SP */
 
 @media only screen and (max-width: 48em) {
    .shop-sidebar-left {
        order: 2;
    }
     .recruit_top img {
         max-width: 100%;
     }
     .widget_cp5_shop_recommended_girls.widget-side .shop-pickup-lists li .cast-frame .cast-image,
     .widget_cp5_shop_newface.widget-side .shop-pickup-lists li .cast-frame .cast-image {
         width: 100px;
     }
     #recruit .tab_item {
         width: 23.5%;
     }
     select {
         width: 100%;
     }
     .cast-order-lists {
         letter-spacing: 0em;
     }
     .shop-sidebar-right {
         max-width: 100%;
     }
     #cast-order-lists {
         display: none;
     }
     .fade-box img.lazyloaded {
         min-width: 100px;
         width: 100%;
     }
     .child-site .top-cast-list-common li {
         margin-bottom: 0;
     }
     .widget_cp5_shop_diary li {
         line-height: 1;
     }
     .front_widget_box {
         padding: 0;
         margin-bottom: 0;
     }
     .widget .more {
         margin-top: 0;
     }
     .shop-videofile {
         width: 100%;
         height: 200px;
         object-fit: cover;
         display: flex;
         margin: 0px auto;
     }
     .sp-time {
         font-size: 1.1em;
         font-weight: 700;
         font-family: "Oswald", sans-serif;
         margin-left: 0;
         color: rgb(222, 92, 160);
     }
     .sp-time .icon-label {
         border: 1px solid rgb(222, 92, 160);
         padding: 0 0.3em;
         font-size: 0.9em;
     }
     #shop-header-info #shop-info-right .shop-favorite {
         align-items: center;
         justify-content: center;
     }
     #shop-header-info #shop-info-right #shop-info-open .icon-label {
         border: unset;
         width: 30px;
     }
     #shop-header-info #shop-child-right {
         width: calc(100% - 10px);
     }
     #shop-header-info #shop-info-right {
         max-width: 100%;
     }
     #btn_operator_sidebar {
         position: fixed;
         right: 5px;
         top: 10em;
         width: 90px;
         z-index: 999;
         opacity: .8;
     }
     .link_var.device-1 {
         display: none;
     }
     .pc-none {
         display: block;
     }
     .sp-none {
         display: none;
     }
     .widget_cp5_shop_news.widget-top .news-lists li .news-frame .news-image {
         width: 100%;
     }
     .top-videofile {
         width: calc(100% - 2px);
     }
     [role~="tooltip"][data-microtip-size="medium"]::after {
         display: none;
     }
     .volume_description_column .volume_name {
         font-size: clamp(10px, 1em, 12px);
     }
     .child-site #breadcrumb {
         padding: 0.3em;
         width: calc(100% - 10px);
         margin: 0 auto;
         padding-bottom: 0;
         background: unset;
     }
     #breadcrumb ul#breadcrumb-list li a {
         color: rgb(48, 48, 48);
     }
     #shop-header-info #shop-child-left {
         flex: 1;
         flex-direction: column;
     }
     #shop-header-info #shop-info-logo img {
         max-width: 50vw;
     }
     #shop-header-info #shop-info-right #shop-info-open .time-label {
         font-size: 1.4em;
     }
     #shop-header-info #shop-info-right .tel .fa-phone-volume-wrap {
         width: 1.5em;
         height: 1.5em;
     }
     #shop-header-info #shop-info-right .shop-favorite .button {
         padding: 0.3em;
     }
     #shop-header-info #shop-info-right .shop-info-open-wrap #shop-info-open {
         margin-bottom: 0.5em;
     }
     #shop-header-info #shop-info-right .shop-favorite .button .fa-star {
         display: none;
     }
     #shop-header-info #shop-info-right .tel {
         margin-bottom: 0.5em;
     }
     #shop-header-info #shop-info-right .tel,
     #shop-header-info #shop-info-right #shop-info-open {
         border: 1px solid #d7d7d7;
         color: #333;
         border-radius: 4px;
         -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
         text-align: center;
         background: -ms-linear-gradient(top, #fff, #e1e1e1);
         background: -moz-linear-gradient(top, #fff, #e1e1e1);
         background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e1e1e1));
         padding: 5px;
         margin-top: 10px;
         display: flex;
         justify-content: center;
         width: 50%;
     }
     .favorite-button-frame .button-label {
         font-size: 12px;
     }
     #drawer-navigation-sp .sp-menu-warp {
         display: flex;
         flex-flow: column wrap;
     }
     #drawer-navigation-sp {
         display: flex;
         justify-content: flex-start;
         flex-flow: row wrap;
         border-top: 1px solid rgb(191, 191, 191);
         border-left: 1px solid rgb(191, 191, 191);
         background-color: rgba(255, 255, 255, 0.829);
     }
     #drawer-navigation-sp li {
         width: calc(20%);
         text-align: center;
         padding: 5px;
         line-height: 1.2;
         border-right: 1px solid rgb(191, 191, 191);
         border-bottom: 1px solid rgb(191, 191, 191);
         display: flex;
         justify-content: center;
         align-items: center;
     }
     #drawer-navigation-sp li a {
         font-size: 12px;
         color: rgb(76, 76, 76);
     }
     #drawer-navigation-sp li a span {
         padding-bottom: 0.1em;
         font-size: 10px;
     }
     #drawer-navigation-sp li a span img {
         width: 1.8em;
     }
     #drawer-navigation-sp .fade-box {
         display: none;
     }
     .child-site .row {
         width: calc(100% - 10px);
         margin: 0 auto;
     }
     .child-site #breadcrumb ul#breadcrumb-list {
         width: 100%;
         margin: 0 auto;
         border-bottom: 1px solid rgb(191, 191, 191);
         border-top: 1px solid rgb(191, 191, 191);
         margin-bottom: 10px;
         padding-top: 5px;
         padding-bottom: 5px;
         font-size: 1em;
     }
     .child-site .top-cast-list-common.glide__slides+.glide__arrows .glide__arrow--left {
         left: 0;
     }
     .child-site .top-cast-list-common.glide__slides+.glide__arrows .glide__arrow--right {
         right: 0;
     }
     .shop-main-column {
         order: 1;
     }
     #shop-header-info {
         align-items: self-start;
         flex-direction: column;
         align-items: center;
         margin-top: .5em;
         margin-bottom: .5em;
     }
     .shop-sidebar-left {
         max-width: 100%;
     }
     .volume_rate,
     .volume_num {
         font-size: 1em;
     }
     .volume_name {
         font-size: 0.8em;
     }
     .volume_description_column {
         display: flex;
         flex-direction: column;
         justify-content: space-between;
     }
     .volume_description {
         justify-content: space-between;
         gap: 2px;
     }
     .volume_weight {
         font-size: 0.8em;
     }
     #shop-header-info #shop-info-left {
         display: none;
     }
     #shop-header-info #shop-info-right .shop-info-open-wrap {
         font-size: 10px;
     }
     #shop-header-info #shop-info-logo img {
         max-width: 40vw;
         width: 10em;
         margin: 0 auto;
         display: flex;
         justify-content: center;
     }
     #shop-info-logo {
         margin-bottom: 5px;
     }
     #shop-schedule-list li {
         width: calc(50% - 2px);
     }
     #shop-schedule-list {
         justify-content: space-between;
     }
     .favorite-button-frame {
         padding: 8px;
     }
     #breadcrumb ul#breadcrumb-list li:not(:last-child)::after {
         color: rgb(95, 95, 95);
     }
 }
 /* Tablet */
 
 @media only screen and (min-width: 48em) and (max-width: 64em) {
     .banner_column,
     .banner_column1 {
         display: flex;
         flex-wrap: wrap;
         gap: 2%;
     }
     .banner_column li {
         width: 49%;
     }
     .child-site .banner_column2 .row {
         display: flex;
         justify-content: space-between;
         gap: 5px 0px;
     }
     .child-site .banner_column2 li {
         margin: 0;
         width: 33%;
     }
 }

 
 @media only screen and (min-width: 48.1em) and (max-width: 86.25em) {
     #btn_operator_sidebar {
         top: 3em;
         width: 100px;
     }
 }
 
 .front-page.puyo-fan .shop-sidebar-right #cp5_waitcast_widget-3 {
     display: none;
 }
 
 .front-page.puyo-fan .shop-sidebar-right .cp5_diary_widget-box {
     display: none;
 }
 
 .front-page.puyo-fan .shop-sidebar-right .widget-block>li {
     display: none;
 }
 
 .biz {
     font-family: 'BIZ UDGothic', sans-serif;
 }