@charset "utf-8";

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}



/* CSS Document */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family:'Noto Sans JP', 'Noto Sans JP', Meiryo, sans-serif;
  color: #000;
  background-color: #fff;
}

html, body {
  height: 100%;
}

li {
  list-style: none;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  filter: brightness(110%) contrast(90%);
}
a:hover img {
  /*opacity: 0.8;*/
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  filter: brightness(110%) contrast(90%);
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

@media (max-width: 768px) {
   body {
    font-size: 1.4rem;
  } 
}

/*****************/
.l_container {
  width: min(1200px,98vw);
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .l_container {
  width: 100%;
  }
}

[class^=col-] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}


/* anime */
.inview,
.inv,
.fadein,
.fadeinD,
.fadeinL,
.fiL,
.fiR,
.bgRLextendAnime{
  opacity: 0;
}
.inv{
  animation-delay: 0;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
}

/*****************
header
*****************/
.header {
  background: #3B3B3B;
}
.inner-header{
  width: min(99vw,1280px);
  margin: auto;
  padding-block: 15px;
}
.logo{
  display: inline-block;
}
.logo_tv{
  width: min(22vw,293px);
}

@media (max-width: 768px) {
  .header {
    border-bottom: none;
  }
  .inner-header{
    width: 100vw;
    padding: 1vw 2.5vw 1.3vw;
  }
  .logo_tv{
    width: 25.9vw;
    max-width: auto;
  }
  .logo_tv img{
    display: block;
  }
}


/*****************
main
*****************/
.loading{
  position:relative;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans",  Meiryo, sans-serif;
  /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",  Meiryo, sans-serif;*/
  overflow: hidden;
}
.main-content{
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans",  Meiryo, sans-serif;
  /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",  Meiryo, sans-serif;*/
}
.dp_sp{
  display: none;
}
.dp_pc{
  display: block;
}

.main-top {
  width: 100%;
//  padding-block: 25px 24px;
  background: #b30600;
//  border-bottom: 10px solid #b30600;
}
.main-top .img{
  max-width: 955px;
  margin-inline: auto;
}
.main-top .img img{
  max-width: 100%;
}

.l_headerLine{
  padding: 15px 0;
  text-align: center;
  background: #eee;
}

@media (max-width: 768px) {
  .loading img{
    width: 100%;
    overflow: hidden;
  }
  .dp_sp{
    display: block;
  }
  .dp_pc{
    display: none;
  }
  
  
  .main-top {
//    padding-block: 5.6vw 6vw;
//    border-bottom: 1.5vw solid #E94964;
  }
  .main-top .img{
    max-width: 90.46vw;
    margin-inline: auto;
  }
}

/*****************
l_categoryNav
*****************/
.sort{
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-block: 58px 50px;
}
.sort li {
	padding-block: 18px 22px;
	width: 100%;
	cursor: pointer;
	border-radius: 10px;
	background: #BFB1B4;
  color: #fff;
	font-size: 2rem;
  font-weight: 400;
	text-align: center;
  letter-spacing: .2em;
	transition: 0.3s ease-in-out;
}
.sort li.active ,.sort li:hover {
	background-color: #b30600;
  color: #FBDA6E;
}


@media (max-width: 768px) {
  .sort{
    width: 96.7vw;
    margin-inline: auto;
    gap: 4px;
    margin-block: 3.67vw 5vw;
  }
  .sort li {
    padding-block: 2.7vw;
    border-radius: 1.5vw;
    font-size: 2.5vw;
  }
}

/*****************
sortで最初はactressだけ表示
*****************/
.l_listArea{
  display: none;
}
.l_listArea.actress{
  display: block;
}

/*****************
l_listArea
*****************/
.el_listTtl{
  position: relative;
  width: 100%;
  margin: 40px 0 25px 40px;
  font-size: 3.6rem;
  font-weight: 800;
  color: #444;
}
.el_listTtl:before{
  position: absolute;
  content: "";
  top: -2px;
  left: -27px;
  width: 8px;
  height: 52px;
  background: #9F1129;
}
.l_listInner{
	width: 100%;
	display: block;
}

/*.l_listInner[style^="display"] + .el_listTtl{
  margin-top: 45px;
}*/
.l_listInner:last-child:not(.l_listInnerTtl){
  border-bottom: 1px solid #707070;
}
.l_list li{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;

  background: #fff;
  font-size: min(1.3vw,1.6rem);
  line-height: 1.5;
  color: #414141;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
.l_list li.l_listInnerTtl{
  background: #b30600;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}
.l_list li div{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 5px;
  border-right: 1px solid #DBDBDB;
}
.l_list li:nth-of-type(even){
  background: #ECE5E7;
}
.l_list li a{
  cursor: pointer;
  transition: .3s;
  color: #3650A5;
  text-decoration: underline;
}
.l_list li a:hover{
  opacity: 0.75;
  text-decoration: none;
}
.l_list li div.l_listGenre{
  width: min(12.5vw,150px);
  text-align: center;
}
.l_list li div.l_listTtl{
  flex: 1;
  justify-content: left;
  text-align: left;
  padding-inline: 25px;
}
.l_list li.l_listInnerTtl div.l_listTtl{
  justify-content: center;
}
.l_list li div.l_listPerformer{
  width: min(12.3vw,148px);
  text-align: center;
}
.l_list li div.l_genrePrice{
  width: min(12.3vw,148px);
  font-size: min(1.5vw,1.8rem);
  font-weight: 800;
  border-right: none;
}
.l_list li.l_listInnerTtl div.l_genrePrice{
  font-size: min(1.3vw,1.6rem);
  font-weight: 600;
}
.l_genrePrice span{
  font-size: min(1vw,1.2rem);
  font-weight: normal;
}

/*追従メニュー*/
.l_listInnerTtl.fixed {
  position: fixed;
  top: 0;
  left: auto;
  z-index: +1;
  width: min(1200px, 98vw);
}
.l_listInnerTtl.fixed.none {
  opacity: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .el_listTtl{
    margin: 4.6vw 0 3.8vw 4.6vw;
    padding-left: 4.2vw;
    font-size: 5.6vw;
  }
  .el_listTtl:before{
    top:0;
    left: 0;
    width: 1.25vw;
    height: 8.2vw;
  }
  .l_listInner:last-child:not(.l_listInnerTtl){
    border-bottom: none;
  }
  .l_listInner:first-child:not(.l_listInnerTtl){
    border-top: 2px solid #ECE5E7;
  }
  .l_list li{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

    font-size: 3.75vw;
    border-left: none;
    border-right: none;
  }
  .l_list li.l_listInnerTtl{
    display: none;
  }
  .l_list li div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 2.8vw 5px;
    border-right: none;
  }

  .l_list li a{
    color: #414141;
  }
 .actress .l_list li div.l_listGenre{
    width: calc(100% / 3);
  }
  .l_list li div.l_listGenre{
    position: relative;
    width: calc(100% / 2);
    order: 2;
    padding-top: 3.6vw;
  }
  .l_list li div.l_listGenre:before{
    content: "ジャンル";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5vw;
  }
  .l_list li div.l_listTtl{
    padding-inline: 7vw 6vw;
    order: 1;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
  }
  .actress .l_list li div.l_listPerformer{
    width: calc(100% / 3);
  }
  .l_list li div.l_listPerformer{
    position: relative;
    width: calc(100% / 2);
    order: 3;
    padding-top: 3.6vw;
  }
  .l_list li div.l_listPerformer:before{
    content: "出演者";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5vw;
  }
  .actress .l_list li div.l_genrePrice{
    width: calc(100% / 3);
  }
  .l_list li div.l_genrePrice{
    position: relative;
    width: calc(100% / 2);
    order: 4;
    font-size: 3.75vw;
    font-weight: normal;
    padding-top: 3.6vw;
  }
  .l_list li div.l_genrePrice:before{
    content: "価格";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5vw;
  }
  .l_genrePrice span{
    font-size: 2.5vw;
    font-weight: normal;
  } 
}


/*****************
slider
*****************/
.slider {
  display: block;
  margin: 0 auto;
  /*max-width: 1200px;*/
  width: min(1200px,98vw);
  width: calc(95% + 1px);
  border-left: 1px solid #ccc;
}
.slider-img {
  padding: 13px 13px;
  text-align: center;
  width: calc(100% / 6);
  border: 1px solid #ccc;
  margin-left: -1px ;
}
.slider-img img {
  height: auto;
  width: 100%;

}

.slider-img .slider_ttl{
  margin-block: 13px 10px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.075em;  
  text-align: left;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 30px;
}
.slider-img .slider_ttl:hover{
  text-decoration: underline;
  color: #3650A5;
}
.slider-img .slider_tax{
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.075em; 
  text-align: right; 
}
.slider-img .slider_price{
  padding-right: 5px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.075em;  
  text-align: right;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow {
  left: -20px;
  width: 10px;
  height: 17px;
  background: url(../img/slider_arrowL.png) no-repeat; 
}
.next-arrow {
  right: -20px;
  width: 10px;
  height: 17px;
  background: url(../img/slider_arrowR.png) no-repeat; 
}
.slick-disabled{
  opacity: 0.2;
}

@media screen and (max-width: 768px) {
  .slider {
    width: 100%;
  }
}
.slick-slide img {
    object-fit: cover;
    aspect-ratio: 7 / 10;
}


/*****************
footer 追加
*****************/
.footer{
  background: #3B3B3B;
  height: 70px;
}
.inner-footer{
  width: min(99vw,1280px);
  margin: auto;
  padding: 11px 15px 16px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.el_license{
  font-size: 1.1rem;
  color: #fff;
  padding-top: 5px;
  text-align: right;
}

@media (max-width: 768px) {
  .footer{
    height: auto;
  }
  .inner-footer{
    max-width: 100%;
  }
  .el_footerLogo{
    width: 40%;
  }

  .el_license{
    font-size: 0.9rem;
    padding-top: 5px;
  }
}



/*****************
footer 追加
*****************/
.footer{
  background: #3B3B3B;
  position: relative;
  z-index: 3;
}
.inner-footer{
  width: min(99vw,1280px);
  margin: auto;
  padding: 17px 29px 19px 15px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}
.el_license{
  font-size: 1.1rem;
  color: #fff;
  padding-top: 5px;
  text-align: right;
}
.el_footerLogo img {
    width: 160px;
}


@media (max-width: 768px) {
  .inner-footer{
    max-width: 100%;
    padding: 3.6vw 4.6vw 4.5vw;
  }
  .el_footerLogo{
    width: 35.6vw;
  }

  .el_license{
    font-size: 0.9rem;
    padding-top: 5px;
  }
}

/*****************
footer 既存
*****************/
.copyright {
  line-height: 18px;
}

.copyright a, .copyright span {
  color: #999999;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: normal;
}

.copyright a:hover, .copyright span:hover {
  text-decoration: none;
}

.footer {
  margin-top: 200px;
}

.footer .license {
  background-color: #000000;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
}



#page-top {
	position: fixed;
	right: 20px;
	z-index: 10;
	opacity: 0;
	transform: translateY(100px);
  width: 45px;
  height: 45px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  cursor: pointer;

}

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

#page-top img {
  width: 100%;
}




body.loading .wrap-loading {
  display: block;
}

.wrap-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #073983;
  z-index: 9999;
  display: none;
}

.wrap-loading .loading-icon {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrap-loading .loading-icon:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (min-width: 1001px) {
  .main-content .menu-tabs ul li:nth-child(3) {
    border-right: 1px solid #222222;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

}

@media (max-width: 768px) {
  .footer {
    margin-top: 13.3333vw;
  }

}




.dp_sp{
  display: none;
}
.dp_pc{
  display: block;
}


@media (max-width: 768px) {
  .dp_sp{
    display: block;
  }
  .dp_pc{
    display: none;
  }
}
