@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    color: #000;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
}
.underline {
	border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}



/*ヘッダー
-------------------------------------*/
header{
    background: #333;
}

header input[type="search"]{
    height: 30px;
    border-radius: 20px 0 0 20px;
    border: 0;
    width: 15em;
}

header .ac{
    display:none
}

header nav ul{
width: 48%;
float: left;
}

header .keywordform{
    width: 50%;
    float: right;
}

.head {
	display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
}

.head h1 { 
    flex: 0 0 40%;
    display: flex;
    align-items: center;
}
.head h1 a{
    color: #fff;
    font-size: 24px;
}

.head nav{
    flex: 0 0 60%;
}


header nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    margin-top: 3px;
}
header nav li {
    display: block;
    flex: 1 0
     auto;
}
/*
header nav li > a::before{
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    margin-right: 4px;
    background: url(../img/icon_act.png) no-repeat;
    background-size: contain;
}

header nav li:nth-of-type(2) > a::before{
    background: url(../img/icon_poplar.png) no-repeat;
    background-size: contain;
}

header nav li:nth-of-type(3) > a::before{
    background: url(../img/icon_category.png) no-repeat;
    background-size: contain;}
}*/
header nav li a {
    text-decoration: none;
    text-align: center;
    color: #fff;
}
/*
nav a {
    padding: 1rem;
}*/
#head_submit{
    background: url(../img/icon_search.png) #fff no-repeat 50% 50%;
    height: 30px;
    border-radius: 0 20px 20px 0;
    background-size: 18px 18px;
}

input[type=search] {
	-webkit-appearance: none;
	display: inline-block;
	margin-right: 0;
	padding: 10px;
	width: 200px;
	height: 40px;
	font-size: 100%;
	box-sizing: border-box;
	border-radius: 5px 0 0 5px;
	border: 1px solid #ccc;
	border-right: none;
}
input[type=submit] {
	-webkit-appearance: none;
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	width: 50px;
	height: 40px;
	font-size: 100%;
	vertical-align: top;
	border: none;
	border-radius: 0 5px 5px 0;
	background: #1f76e2;
}

.mainContent h2{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding:5px 20px;
}

.mainContent h2::before{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #FF7D00;
}

.mainContent h2::after{
    content: "";
    display: inline-block;
    width: 4px;
    height: 50%;
    position: absolute;
    background: #333;
    bottom: 0;
    left: 0;
}

.mainContent h3{
    font-size: 18px;
    vertical-align: middle;
    margin: 30px 10px 20px 0;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    padding: 10px 10px 10px 0;
}

.mainContent h3::before{
    content: "";
    width:4px;
    height: 1.3em;
    vertical-align: middle;
    margin-right: 10px;
    background: #666;
    display: inline-block;
}

.tab_area {
    margin: auto auto 20px auto;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    justify-content: space-between;
}


.icon::before{
    content: "";
    display: inline-block;
    background-position: 0 0;
    width: 1.1em;
    height: 1.1em;
    vertical-align: middle;
    background-size: contain;
    margin-right: 5px;
}

.category::before {
    background-image: url("../img/icon_category.png");
  }
.popular::before {
    background-image: url("../img/icon_poplar.png");
}
.actor::before {
    background-image: url("../img/icon_act.png");
}

.tab_area .search::before {
    background-image: url("../img/icon_search-w.png");
  }
.tab_area .keyword::before {
    background-image: url("../img/icon_keyword-w.png");
}
.tab_area .actor::before {
    background-image: url("../img/icon_act-w.png");
}
   
.tab_class {
    width: calc(98%/3);
    height: auto;
    background-color: #333;
    color:#fff;
    text-align: center;
    display: block;
    float: left;
    order: -1;
    padding: 5px 0;
    font-weight: normal;
    letter-spacing: 0.1em;
    border-radius: 10px 10px 0 0;
}

input[name="tab_name"] {
    display: none;
}

input:checked + .tab_class {
    background-color: #FF7D00;
    color: aliceblue;
}

.content_class {
    display: none;
    width: 100%;
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    padding: 20px 30px;
}

.content_class .keyword{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.content_class .keyword li{
    margin: 3px 10px;
}

.content_class .keyword a{
    color:#004291
}
.content_class .keyword a:hover{
    text-decoration: underline;
}

input:checked + .tab_class + .content_class {
    display: block;
}

.thumbnail .video-img{
    position: relative;
}

.thumbnail .video-img img{
    max-width: 100%;
    height: auto;
}
.thumbnail .video-long{
    position: absolute;
    top: 3px;
    left: 3px;
    background: #fff;
    padding: 3px;
    border-radius: 5px;
    line-height: 1;
}

.thumbnail .bg{
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 1px 5px;
}


.thumbnail .video-date,
.thumbnail .video-site{
    color:#fff;
    font-size: 12px;
}

.video-tag{
    margin: 10px 0;
}

.video-tag li{
    display:inline-block;
    background: #333;
    line-height: 1;
    font-size: 12px;
    position: relative;
    padding: 3px 8px 3px 10px;
}

.video-tag li::before{ 
    background-color: #fd8ea5;
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-tag li.actress::before{ background-color: #ff7cd1;}
.video-tag li.genre::before{ background-color: #838bff;}
.video-tag li.maker::before{ background-color: #37b43b;}
.video-tag li.series::before{ background-color: #ffe585;}
.video-tag li.label::before{ background-color: #58bfff;}


.video-tag li a {
    color: #fff;
}

.video-ttl {
    line-height: 1.3em;
    font-size: 105%;
    margin: 3px 0;
    height: auto;
    overflow: hidden;
    display: block;
    }

.video-list .row{
    margin-bottom: 30px;
}

/*pager*/
.pager .pagination {
    text-align: center;
  }
  
  .pager .pagination li {
    margin: 0 2px;
    padding: 0;
    display: inline-flex;
    background:#fff;
    border: 1px solid #999;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    border-radius: 40px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
  }
  
  
  .pager .pagination li a{
    color: #292466;
    text-decoration: none;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  
  .pager .pagination li a span{
    display:table-cell;
    vertical-align:middle;
  }
  
  .pager .pagination li a:hover,
  .pager .pagination li a.active{
    color: #fff;
    background: #292466;
    border: 1px solid #292466;
    border-radius: 40px;
  }
  

.tab_area input[type="search"] {
    height: 30px;
    border-radius: 20px 0 0 20px;
    border: 0;
    width: 25em;
  }

  .tab_area ::placeholder {
    color: #ccc;
  }

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.contents-pkg{
    width: 800px;
    height: auto;
    margin: 20px auto;
}
.contents-sample{
display: grid;
gap: 2px;
grid-template-columns: repeat(8, 1fr);
margin-bottom: 30px;
}

.contents-sample > a{
    display:block;
    max-height: 120px;
    border: #ececec 1px solid;
    text-align: center;
}
.contents-sample > a img{
    object-fit: contain;
    height: 100%;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    visibility: visible
}

.mainContent{
    width: 78%;
    float: right;
}
}


/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 5rem 0;
}


/*新着情報
-------------------------------------*/
.news h2 {
    border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}
.news li {
    list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 0;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #333;
    padding: 5rem 0;
    color:#fff
}
footer h5 {
    border-bottom: 1px dotted #ccc;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #333;
    color: #fff;
    font-size: 90%;
}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    margin: 0;
}

#pagetop a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background: rgba(0,0,0,1);
    transition: opacity .6s ease;
}
#pagetop a:hover {
    opacity: .3;
}
#pagetop a::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
    font-size: 12px;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}

.breadcrumb li:not(:last-of-type)::after {
  content: ">";
  margin: 0 .6em;
  color: #777;
}

.breadcrumb a
{
  color: inherit;
  text-decoration: none;
}


/*
-----------------------------------*/
.sideContent{
    width: 20%;
    float: left;
}



main .container{
    overflow: hidden;
}

.sideContent h5{
    background: #333;
    border-bottom: 1px solid #FF7D00;
    color: #fff;
    padding: 8px 0.5em;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.sideContent .bdGray{
    border: 1px solid #e6e6e6;
    padding: 5px;
}

.sideContent{
    font-size: 13px;
}

.disc{
    list-style:  none;
    margin:  0;
    padding: 0;
}

.disc li::before {
    content:  "";
    padding-left: 0.2em;
    width:  4px;
    height:  4px;
    display:  inline-block;
    background-color: #000;
    border-radius:  50%;
        margin-right: 4px;
    vertical-align: middle;
}



.sideContent .other{
    text-align: right;
    list-style-type: none;
}

.sideContent .other::before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-top: solid 2px #FF7D00;
    border-right: solid 2px #FF7D00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    margin-right: 5px;
        background: none;
    border-radius: inherit;
}


/* side アコーディオンメニュー */
.ac {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .ac-parent {
    color: #000;
    cursor: pointer;
    position: relative;
	height: auto;
    border-top: 1px dotted #ccc;
    padding: 5px
  }

  .ac-parent:nth-of-type(1){
    border-top:0
  }

  .ac-parent:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 45%;
	right: 10px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	transform: translateY(-50%) rotate(45deg);
	transition: .1s;
}

.ac-parent.open:after {
	transform: rotate(225deg);
}
  .ac-child {
    display: none;
    padding: 5px;
  }

.sideContent .thumbnail{
    margin:10px 0 20px;
}

.sideContent .video-ttl{
    max-height: 2.6em;
    font-size: 100%;
}

.sideContent .video-date{
    display: block;
    color: #666;
}

/* sub */

.detail .video-list{
    margin-bottom: 60px;
}

.detail .thumbnail:not(.span-4) .video-img {
    height:240px
}


.detail .video-list .video-keyword li{
    list-style-type: none;
    margin: 0 10px 0 0;
    display:inline-block;
    border-radius: 10px;
}

.detail .video-list .video-keyword a{
    color: #292466;
}
.detail .video-list .video-keyword li a::before{
    content: "#";
    display: inline-block; 
}
.detail .video-list .video-tag li{
    font-size: 110%;
    margin: 2px;
}

.detail .video-list .video-ttl{
    margin: 20px 0 5px;
    color: #333;
    font-weight: normal;
    font-size: 94%;
}

.detail .video-list .video-ttl ~ .updated-date{
    text-align: right;
    font-size: 94%;
}

.detail .video-list .video-ttl.link{
    border: 1px solid #FF7D00;
    padding: 20px;
    font-size: 20px;
    color: #333;
    position: relative;
    max-height: 100%;
    padding-right: 50px;
    transition:all 0.2s
}

.detail .video-list .video-ttl.link:hover{
    background: #FFF0A9;
}
.detail .video-list .video-ttl.link::before{
    content: "";
    display:block;
    background: #FF7D00;
    width: 40px;
    height: 100%;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    }

.detail .video-list .video-ttl.link::after{
    content: "";
    display:block;
    width: 15px;
    height: 15px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    }

.detail .video-list .thumbnail .video-img img{
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.fav-btn{
    margin: 0 0 20px;
}

.fav-btn a,.btn a{
    color:#fff;
    background-color:#0099D1;
    border-radius: 4px;
    padding: 5px 15px;
}

.fav-btn a::before{
    content: "★";
    display: inline-block;
    margin-right: 10px;
    translate: 0.1s;
}

.fav-btn a:hover,.btn a:hover{
    opacity: 0.7;
}
.actress-list .row.sp{
    justify-content: space-between;
}
.actress-list .rank {
    display: inline-block;
    position: relative;
    text-align: center;
    background: #FFCC2B;
    color: #FFF;
    box-sizing: border-box;
    height: 20px;
    line-height: 1.3;
    padding: 0 10px 0 8px;
    font-size: 12px;
}
  
.actress-list .rank:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}
  
.actress-list .rank:after {
    top: 0;
    right: 0;
    border-width: 10px 5px 10px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }

.actress-list .rank .number {
    font-size: 15px;
    font-weight: bold;
    padding-right: 2px;
}
.actress-list .video-img{
    margin:3px 0 0;
}
.actress-list .name{
    font-size: 14px;
    margin:5px 0;
    font-weight: bold;
    color: #292466;
    text-align: center;
  }

  .actress-list .info{
    color: #949494;
    text-align: center;
    font-size: 85%;
    font-weight: bold;
  }

.actress-list .page-number{
    padding: 3px;
    line-height: 1;
    font-size: 12px;
    color: #949494;
    position: absolute;
    right: 3px;
    top: 3px;
}

.actress-list .divide5{
    border: 1px solid #e6e6e6;
    padding:2px 0 4px;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    margin: 0 0 15px 0;
}

.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
    font-size: 25px;
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

.review .ttl{
    font-size: 18px;
    margin: 10px;
    display: flex;
    align-items: center;
}

.review{
    position: relative;
    padding: 10px 40px 10px 50px;
    box-sizing: border-box;
    color: #464646;
    background: url(../img/review-quo.png) no-repeat 0 0;
    background-size: 50px auto;
    background-color:#fbf9e2;
    font-weight: bold;
    border: 1px solid #ececec;
    margin-bottom: 40px;
}

.review p.comment {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
    text-align: justify;
    font-weight: normal;
}
.review .ttl span.txtSmall{
    font-size: 14px;
    color: #696969;
    padding: 0 5px 0 1em;
    font-weight: normal;
}

.review cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.inquiry form {
  width: 70%;
  margin: 0 auto;
}

.inquiry .form-row {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #f2f4f5;
}
.inquiry .form-row:last-child {
  border-bottom: none;
}
.inquiry .form-label {
  display: flex;
  align-items: center;
  width: 200px;
}
.inquiry .form-label label {
  font-weight: bold;
}
.inquiry .form-label span {
  margin-left: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #ff6800;
}

.inquiry input, .inquiry textarea {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  flex-grow: 1;
}
.inquiry input::placeholder,
.inquiry textarea::placeholder {
  color: #999;
  font-size: 14px;
}
.inquiry select {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  color: #333;
    width: 20em;
}
.inquiry button {
  cursor: pointer;
  margin-top: 30px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  background-color: #166ab5;
}

.genre-index a,
.genre-detail-index a{
    text-decoration: underline;
    color: #666;
}

.genre-index li{
    font-size: 12px;
    list-style-type: none;
    display: inline-block;
    margin-right: 1em;
}

.genre-detail-index{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.genre-detail-index li{
    line-height: 1.3;
    margin-bottom: 10px
}

.genre-detail-index .number{
    font-size:10px;
}

@media screen and (max-width: 768px){
    main{
        margin-top: 70px;
    }
    header{
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 100;
    }

    .sideContent{
        display: none;
    }

    #pagetop a {
        width: 45px;
        height: 45px;
    }
    #pagetop a::before {
        top: 5px;
        width: 10px;
        height: 10px;
    }

    .pager .pagination li{
        display: none;
      }
    
      .pager .pagination li.pre,
      .pager .pagination li.next{
        display: inline-block;
        width: 40%;
        height: 50px;
        text-align: center;
      }
    
      .pager .pagination li.pre a,
      .pager .pagination li.next a{
        width: 100%;
        text-align: center;
      }
    
      .pager .pagination li.pre span::after{
        content: "　前の10件へ";
      }
    
      .pager .pagination li.next span::before{
        content: "次の10件へ　";
      }
    .pager .pagination li{
        display: none;
    }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }

.head {
	flex-direction: column;
    text-align: left;
    margin:5px 0
}
.telbox {
	margin-left: 0;
	text-align: center;
}
.head #open,#close  {
    position: absolute;
    top: 3px;
    right: 10px;
    }
header nav ul {
	flex-direction: column;
}

header nav li {
	padding-top: 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0;
}

header nav li:last-child{
    border-bottom: 0;
}

header nav li a{
    color: #fff;
    display: block;
    text-align: left;
    padding: 4px 0;
}
header nav .ac-child li{
    position: relative
}
header nav .ac-child li a{
    padding: 4px 10px;
}

header nav .ac-child .disc li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 4px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
}

/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 3px;
    right: 10px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 3px;
    right: 10px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}

.tab_area input[type="search"] {
    width: 80%;
    padding: 14px;
    height: 30px;
}

.thumbnail{
    margin:5px 0;
    position: relative;
}

.thumbnail .video-img{
    width: 50%;
    float: left;
    margin-right: 3%;
    position: static;
}

.mainContent .thumbnail.span-4 .video-img .bg{
    background: none ;
}

.detail .video-list .thumbnail .video-img{
    width: 100%;
    height: 240px;
}

.detail .video-list .video-ttl.link{
    font-size: 13px;
    padding: 10px 40px 10px 15px;
}

.mainContent .thumbnail.span-4 .video-date,
.mainContent .thumbnail.span-4 .video-site{
    font-size: 80%;
    color:#000
}

.video-list .row{
    margin-bottom: 0;
}
.video-tag li{
    font-size: 80%;
}
.bottom-ad .col{
    margin-bottom:10px
}


header .ac{
    display:block
}

.ac dt{
    padding: 5px;
    color:#fff;
}

.ac dd{
    color:#fff;
}

header nav ul {
    width: 100%;
    float: none;
    order: 2;
    margin-top: 10px;
  }

header nav .disc li::before {
    background-color: #fff;
}

header .keywordform {
    width: 100%;
    float: none;
    order: 1;
    text-align: center;
    margin-top: 5px;
}
#navi > div{
    display: flex;
    flex-wrap: wrap;
}

header input[type="search"]{
    width: 80%;
}

.ac-child{
    padding: 0 4px
}
.tab_class{
    font-size: 80%;
    line-height: 2em;
}

.content_class{
    padding: 10px;
}


.detail .video-list .video-tag li{
    font-size: 90%;
}

.mainContent h2{
    font-size: 16px;
}
.contents-pkg {
    width: 100%;
    height: auto;
    margin: 0;
}
.contents-pkg img{
    max-width: 100%;
    height: auto;
}

.review{
    padding: 10px 15px 10px 20px;
    background-size: 30px auto;
}
.review p.comment{
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    text-align: justify;
    margin:0 0 10px
}

.star5_rating {
    font-size: 18px;
    line-height: 1;
}

.review .ttl{
    font-size: 13px;
}

.inquiry form{
    width: 100%;
}

.inquiry .form-label {
    margin-bottom: 5px;
}

.inquiry .form-row{
    display: block;
    padding: 10px;
}


.inquiry input, .inquiry textarea{
    width: 100%;
    display: block;
}

.inquiry button{
    margin-top: 0;
}

.video-ttl {
    line-height: 1.4;
    font-size: 13px;
    margin: 3px 0;

}

.genre-detail-index{
    grid-template-columns: repeat(2, 1fr);
}
}
