@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: #212121;
  background-color: #95bbd6;
}

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;
  color: #00479d;
}
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%);
  /*filter: brightness(110%) contrast(90%)*/;
  opacity: 0.8;
}
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%);
  /*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(1070px,89.1vw);
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .l_container {
  width: 93.3vw;
  }
}

[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: #000;
}
.inner-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1160px,100vw);
  margin: auto;
  padding: 11px 0 5px 9px;
}
.logo{
  display: inline-block;
}
.logo_tv{
  width: 100%;
  max-width: 240px;
  margin-block: 11px 8px;
}

@media (max-width: 768px) {
  .header {
    border-bottom: none;
  }
  .inner-header{
    max-width: 100%;
    padding: 3.6vw 2.9vw calc(3.6vw - 1px) 4vw;
  }
  .logo_tv{
    width: 41.4vw;
    margin-block: 0;
  }
  .logo_tv img{
    display: block;
  }
}

/*****************
grid
*****************/
.l_wrap{
  display: grid;
  grid-template: 
  "main-top main-top main-top" 302px
  ". . ." 80px
  ". main-content ." auto
  ". . ." 240px
  / 1fr min(96.5vw,1120px) 1fr;
}
.main-top {
  grid-area: main-top;
}
.main-content{
  grid-area: main-content;
  justify-self: center;
}

@media (max-width: 768px) {
  .l_wrap{
    display: grid;
    grid-template: 
    "main-top main-top main-top" 1fr
    ". . ." 5.7vw
    ". main-content ." auto
    ". . ." 20vw
    / 1fr 95.7vw 1fr;
  }
}

/*****************
main
*****************/
.loading{
  font-family: "hiragino-kaku-gothic-pron", "Hiragino Sans",'Noto Sans JP', Meiryo, sans-serif;
  background: #95bbd6;
}
.main-content{
  font-family: "hiragino-kaku-gothic-pron", "Hiragino Sans",'Noto Sans JP', Meiryo, sans-serif;
}
.dp_sp{
  display: none;
}
.dp_pc{
  display: block;
}

.main-top {
  width: 100vw;
  background: url(../img/bg_main.png) center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.main-top h1{
  width: min(55.7vw, 647px);
  margin: auto;
  padding-bottom: min(1.8vw, 22px);
  transform: translateX(-14px);
}
.main-top .img img{
  width: 100%;
}

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

  .main-top {
    margin-inline: auto;
  }
  .main-top h1{
    width: 100%;
    padding-bottom: 0;
    transform: translateX(0);
  }
  .main-top .img img{
    width: 100%;
  }
  
 /* .loading{
    flex-direction: column;
    align-items: center;
    gap: 6.5vw;
    margin-bottom: 4vw;
    margin-right: 0;
  }*/
}

/*****************
main-content
*****************/
.main-content{
  width: 100%;
}

.l_sod_wrap{
  width: 100%;
  margin-bottom: 80px;
  padding: 48px 0;
  background: #fff;
  border-radius: 24px;
}
.l_two_wrap{
  margin-bottom: 80px;
}
.l_workwrap{
  margin-bottom: 80px;
}
.l_listArea{
  display: flex;
}
.l_listArea > li{
  background: #fff;
  border-radius: 24px;

  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15);
  display: grid;
}
.l_listArea > li > a{
  display: flex;
  flex-direction: column;
  padding: 35px 10px 38px;
}
.l_sod_wrap .l_listArea{
  width: min(92.4vw,1072px);
  margin-inline: auto;
  gap: 22px;
}
.l_two_wrap .l_listArea{
  gap: 25px;
}
.l_workwrap .l_listArea{
  gap: 48px 23px;
  flex-wrap: wrap;
}
.l_workwrap .l_mb80{
  margin-bottom: 32px;
}
.l_sod_wrap .l_listArea > li{
  width: calc((100% - 22px * 3) / 4);
}
.l_two_wrap .l_listArea > li{
  width: calc((100% - 25px * 1) / 2);
}
.l_workwrap .l_listArea > li{
  width: calc((100% - 23px * 2) / 3);
  min-height: 175px;
}

.l_listArea{
  text-align: center;
}
.l_logoImg{
  padding-top: 10px;
  padding-bottom: 30px;
}
.l_logoImg img{
  display: block;
  height: 70px;
  object-fit: contain;
  width: 100%;
}
.l_sod_wrap .l_logoImg{
  padding-top: 0;
  padding-bottom: 40px;
}
.l_sod_wrap .l_logoImg img{
  height: 80px;
}
.l_workwrap .l_logoImg img{
  height: 62px;
}
.l_workwrap .l_listArea > li > a{
  padding: 20px 10px 40px;
}

/* l_listTtl */
.l_listTtl{
  font-size: min(2.1vw,24px);
  font-weight: 600;
  line-height: 1.33;
}
a .l_listTtl{
  text-decoration: underline;
}
a:hover .l_listTtl{
  text-decoration: none;
}
.l_workwrap .l_listTtl{
  min-height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.l_workwrap li :has(.l_logoImg) .l_listTtl{
  min-height: inherit;
}
.l_workwrap li :has(.l_logoImg) .l_logoImg {
  min-height: inherit;
  padding-top: 25px;
  padding-bottom: 20px;
}



/* el_ctg */
.el_ctg{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.el_ctg li{
  padding: 3px 8px;
  text-decoration: none;
  background: #000;
  border-radius: 5px;
  color: #fff;
  font-size: min(1.3vw,15px);
  font-weight: 600;
}

li.el_ctg_all{/* ALLジャンル */
  background: #ff15bd;
}
li.el_ctg_actress{/* 女優 */
  background: #ba7ddb;
}
li.el_ctg_work{/* 働くお姉さん */
  background: #01b0e7;
}
li.el_ctg_marriedwoman{/* 人妻 */
  background: #77b9e0;
}
li.el_ctg_plan{/* 企画バラエティー */
  background: #a6cf63;
}
li.el_ctg_customs{/* 風俗 */
  background: #ffba42;
}
li.el_ctg_omnibus{/* オムニバス・総集編 */
  background: #f99f66;
}
li.el_ctg_amateur{/* 素人 */
  background: #6365cf;
}
li.el_ctg_maniac{/* マニアック */
  background: #d93b67;
}
li.el_ctg_cosplay{/* コスプレ・フェチ */
  background: #2598b0;
}
li.el_ctg_document{/* ドキュメント */
  background: #f93871;
}
li.el_ctg_maturewoman{/* 熟女 */
  background: #3bd4b0;
}
li.el_ctg_sm{/* SM */
  background: #8a0ab7;
}
li.el_ctg_jk{/* 女学校生 */
  background: #2d3d85;
}
li.el_ctg_lesbian{/* レズビアン */
  background: #52d75f;
}
li.el_ctg_picking{/* ナンパ */
  background: #feda02;
}


@media (max-width: 768px) {
  .l_sod_wrap{
    margin-bottom: 5.3vw;
    padding: 6.4vw 3.2vw 5.3vw;
    background: #fff;
    border-radius: 3.2vw;
  }
  .l_two_wrap{
    margin-bottom: 6vw;
  }
  .l_workwrap{
    margin-bottom: 0;
  }
  .l_listArea > li{
    border-radius: 3.2vw;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  }
  .l_listArea > li > a{
    padding: 6.6vw 1.3vw;
  }
  .l_sod_wrap .l_listArea{
    width: 89.3vw;
    gap: 3.8vw 3.2vw;
  }
  .l_two_wrap .l_listArea{
    gap: 3.2vw;
  }
  .l_workwrap .l_listArea{
    gap: 3.8vw 3.2vw;
  }
  .l_workwrap .l_mb80{
    margin-bottom: 0;
  }
  .l_sod_wrap .l_listArea > li{
    width: calc((100% - 3.2vw * 1) / 2);
  }
  .l_two_wrap .l_listArea > li{
    width: 100%;
  }
  .l_workwrap .l_listArea > li{
    width: calc((100% - 3.2vw * 1) / 2);
    min-height: 41.3vw;
  }
  .l_sod_wrap .l_listArea{
    flex-wrap: wrap;
  }
  .l_two_wrap .l_listArea{
    flex-direction: column;
  }

  .l_logoImg{
    padding-top: 1.3vw;
    padding-bottom: 5.3vw;
  }
  .l_logoImg img{
    height: 12.8vw;
  }
  .l_sod_wrap .l_logoImg{
    padding-top: 0;
    padding-bottom: 5.3vw;
  }
  .l_sod_wrap .l_logoImg img{
    height: 10.6vw;
  }
  .l_workwrap .l_logoImg img{
    height: 8vw;
  }
  .l_workwrap .l_listArea > li > a{
    padding: 0 1.3vw 12.8vw;
  }

  /* l_listTtl */
  .l_listTtl{
    font-size: min(4vw,30px);
    line-height: 1.5;
  }
  .l_workwrap .l_listTtl{
    min-height: 18.6vw;
    margin-bottom: 2px;
  }
  .l_workwrap li :has(.l_logoImg) .l_logoImg {
    min-height: inherit;
    padding-top:  6.6vw;
    padding-bottom: 3.3vw;
  }


  /* el_ctg */
  .el_ctg{
    gap: 1.7vw 1vw;
    margin-top: 1.5vw;
  }
  .el_ctg li{
    padding: 3px 2vw;
    border-radius: 1vw;
    font-size: 2.4vw;
  }
}


/*****************
footer 追加
*****************/
.footer{
  background: #000;
  position: relative;
  z-index: 3;
}
.inner-footer{
  width: min(97.5vw,1170px);
  margin: auto;
  padding: 17px 29px 19px 52px;
  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: 180px;*/
}

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

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  z-index: 999;
  cursor: pointer;
  display: none;
}

#back-to-top img {
  width: 100%;
}

#page-top_img {
  position: fixed;
  bottom: 50px;
  right: 5vw;
  font-weight: 700;
  z-index: 2;

  opacity: 0;
  width: 79px;

  padding-bottom: 40px;
}


/*　上に上がる動き　*/
#page-top_img.UpMove{
animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
from {
  opacity: 0;
transform: translateY(100px);
}
to {
  opacity: 1;
transform: translateY(0);
}
}

/*　下に下がる動き　*/
#page-top_img.DownMove{
animation: DownAnime 0.15s forwards;
}
@keyframes DownAnime{
from {
  opacity: 1;
transform: translateY(0);
}
to {
  opacity: 1;
transform: translateY(100px);
}
}

@media (max-width: 768px) {
#page-top_img {
  position: fixed;
  bottom: 18.6vw;
  right: 6.6vw;
  z-index: 2;

  opacity: 0;
  width:  10.4vw;
  padding-bottom: 25px;
}
}

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;
}
