@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  background: #fff;
  color: #333;
  line-height: 1.5;
  height: auto !important;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

video {
  max-width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #eee;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #eee;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}
form button {
  width: auto;
  display: inline-block;
  padding: 0.6em 2em;
  margin: 0;
  background-image: none;
  background-color: #171a21;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease 0s;
}
form button:hover, form button:focus {
  outline: none;
}
form button:hover {
  opacity: 0.6;
}
form button ::-moz-focus-inner {
  padding: 0;
  border: none;
}

textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  background-image: none;
  font-family: inherit;
  font-size: 1.6rem;
  -webkit-appearance: none;
}

textarea:hover, textarea:focus {
  outline: none;
}
textarea:focus {
  outline: none;
  box-shadow: none;
}
textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

a[href^="tel:"] {
  color: inherit;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.l-container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
  width: 1200px;
}
@media (max-width: 1199px) {
  .l-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.l-container::after {
  content: "";
  display: table;
  clear: both;
}

.l-content__wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.l-content__sidebar {
  width: 220px;
  flex-shrink: 0;
  margin-right: 30px;
}
@media (min-width: 1000px) {
  .l-content__sidebar-close {
    display: none;
  }
}
.l-content__main {
  flex-grow: 1;
}
@media (max-width: 999px) {
  .l-content__sidebar {
    display: none;
    position: fixed;
    z-index: 10; /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .l-content__sidebar::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
    position: absolute;
  }
  .l-content__sidebar-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    padding: 10px 30px;
    background-color: #fff;
  }
  .l-content__sidebar-close {
    position: absolute;
    top: -30px;
    font-size: 20px;
    right: 0;
    color: #fff;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .l-content__wrap {
    padding: 0 15px;
  }
}

#header {
  position: relative;
  width: 100%;
  background: #1b2838;
  color: #333;
  top: 0;
  left: 0;
  z-index: 20;
}
.l-header {
  padding: 20px 20px;
}
.l-header__logo {
  width: 300px;
}

.l-header__wrapper {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 100%;
  width: 1200px;
}
@media (max-width: 1199px) {
  .l-header__wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .l-header__wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.header-content {
  display: flex;
  align-items: center;
}

.l-header__logo {
  margin-right: auto;
}
.l-header__logo a {
  transition: all 0.3s ease 0s;
  width: -moz-max-content;
  width: max-content;
}
.l-header__logo a:hover {
  opacity: 0.6;
}
.l-header__logo img {
  width: 300px;
}
@media (max-width: 767px) {
  .l-header__logo img {
    width: 200px;
  }
}

.custom-logo-link img {
  max-width: 300px;
  max-height: 68px;
  width: auto;
  height: auto;
  margin: auto;
}
@media (max-width: 767px) {
  .custom-logo-link img {
    max-width: 230px;
    max-height: 44px;
  }
}

#footer {
  background: #171a21;
  color: #fff;
  position: relative;
}

.l-footer__wrapper {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  width: 1200px;
}
@media (max-width: 1199px) {
  .l-footer__wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .l-footer__wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.l-footer {
  padding: 20px 0;
}
.l-footer__copy {
  text-align: center;
  margin-bottom: 10px;
}
.l-footer__logo a {
  display: block;
  margin: auto;
}
.l-footer__logo img {
  margin: auto;
}

#footer {
  background: #171a21;
  color: #fff;
  position: relative;
}

.l-footer__wrapper {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  width: 1200px;
}
@media (max-width: 1199px) {
  .l-footer__wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .l-footer__wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.l-footer {
  padding: 20px 0;
}
.l-footer__copy {
  text-align: center;
  margin-bottom: 10px;
}
.l-footer__logo a {
  display: block;
  margin: auto;
}
.l-footer__logo img {
  margin: auto;
}

.c-btn {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  max-width: 100%;
  border: 1px solid #171a21;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 58px;
  height: 60px;
  margin: 0;
  background-image: none;
  background-color: #171a21;
  text-decoration: none;
  border-radius: 0;
  font-size: 16px;
  text-align: center;
  -webkit-appearance: none;
  position: relative;
  transition: all 0.3s ease 0s;
  position: relative;
  transition: 0.3s;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.c-btn:hover {
  background: #fff;
  color: #171a21;
}
.c-btn:hover::after {
  right: 5%;
  border-color: #171a21;
}
.c-btn:not(:disabled) {
  cursor: pointer;
}
.c-btn:hover, .c-btn:focus {
  outline: none;
}
.c-btn::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.c-actress-list {
  display: flex;
  flex-wrap: wrap;
}
.c-actress-list__item {
  width: 16%;
  margin-bottom: 30px;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
.c-actress-list__item:hover {
  opacity: 0.7;
}
.c-actress-list__img {
  height: 150px;
}
.c-actress-list__img img {
  margin: auto;
  max-width: 150px;
}
.c-actress-list__size {
  font-size: 13px;
}

.c-actress-detail {
  margin-bottom: 30px;
}
.c-actress-detail__name {
  margin-bottom: 20px;
}
.c-actress-detail__name > span {
  font-size: 14px;
  font-weight: normal;
}
.c-actress-detail__wrap {
  display: flex;
}
.c-actress-detail__img {
  margin-right: 20px;
}
.c-actress-detail__content dl {
  margin-bottom: 5px;
}
.c-actress-detail__content dt {
  font-size: 12px;
  color: #ac9d9d;
}

.c-pagination {
  margin: 30px 0;
}
.c-pagination__headline {
  margin-bottom: 5px;
}
.c-pagination__headline > span {
  font-size: 12px;
}
.c-pagination__wrap {
  display: flex;
}
.c-pagination li a,
.c-pagination li span:not(.c-pagination__dot) {
  font-size: 13px;
  margin: 0 5px 0 0;
  min-width: 28px;
  padding: 0 4px;
  line-height: 1.5em;
  display: block;
  text-align: center;
  border: 1px solid #999;
  text-decoration: none;
}
.c-pagination li a.is-current,
.c-pagination li span:not(.c-pagination__dot).is-current {
  background: #f4f4f4;
  font-weight: bold;
}
.c-pagination__dot {
  margin: 0 4px 0 0;
}
@media (max-width: 767px) {
  .c-pagination li a,
  .c-pagination li span:not(.c-pagination__dot) {
    font-size: 12px;
    margin: 0 4px 0 0;
    min-width: 22px;
    padding: 0 4px;
    line-height: 1.5em;
    display: block;
    text-align: center;
    border: 1px solid #999;
    text-decoration: none;
  }
  .c-pagination li a.is-current,
  .c-pagination li span:not(.c-pagination__dot).is-current {
    background: #f4f4f4;
    font-weight: bold;
  }
}

.c-product-list {
  display: flex;
  flex-wrap: wrap;
}
.c-product-list__item {
  width: 24%;
  margin-bottom: 30px;
}
.c-product-list__item:not(:nth-of-type(4n)) {
  margin-right: 1.3%;
}
.c-product-list__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}
.c-product-list__date {
  font-size: 14px;
  text-align: right;
}
.c-product-list__actress {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
}
.c-product-list__actress a {
  color: #777;
  text-decoration: none;
  transition: 0.3s;
}
.c-product-list__actress a:hover {
  text-decoration: underline;
}
.c-product-list__img {
  aspect-ratio: 800/537;
}
.c-product-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-product-list__link-headline {
  text-align: center;
}
.c-product-list__link-wrap {
  display: flex;
  justify-content: space-between;
}
.c-product-list__link-item {
  width: 49%;
  background: rgba(244, 67, 54, 0.2);
  padding: 5px 5px;
}
.c-product-list__link-item p {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3px;
}
.c-product-list__link-item a {
  display: block;
  font-size: 12px;
  color: #1f8bd0;
  margin-bottom: 5px;
}
.c-product-list__tab {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
.c-product-list__tab-item {
  padding: 10px 10px;
  background-color: #f2f2f2;
  color: #8c8c8c;
  text-decoration: none;
  transition: 0.3s;
  width: 33%;
  text-align: center;
}
.c-product-list__tab-item:hover {
  opacity: 0.7;
}
.c-product-list__tab-item.is-active {
  color: #fff;
  background-color: #e65c5c;
  position: relative;
  pointer-events: none;
}
.c-product-list__tab-item.is-active::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #e65c5c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(50%) rotate(45deg);
}
@media (max-width: 767px) {
  .c-product-list__item {
    width: 48%;
    margin-bottom: 30px;
  }
  .c-product-list__item:not(:nth-of-type(4n)) {
    margin-right: 0%;
  }
  .c-product-list__item:not(:nth-of-type(2n)) {
    margin-right: 4%;
  }
  .c-product-list__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3em;
  }
  .c-product-list__date {
    font-size: 14px;
    text-align: right;
  }
  .c-product-list__actress {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
  }
  .c-product-list__actress a {
    color: #777;
    text-decoration: none;
    transition: 0.3s;
  }
  .c-product-list__actress a:hover {
    text-decoration: underline;
  }
  .c-product-list__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .c-product-list__link-headline {
    text-align: center;
  }
  .c-product-list__link-wrap {
    display: flex;
    justify-content: space-between;
  }
  .c-product-list__link-item {
    width: 49%;
    background: rgba(244, 67, 54, 0.2);
    padding: 5px 5px;
  }
  .c-product-list__link-item p {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3px;
  }
  .c-product-list__link-item a {
    display: block;
    font-size: 12px;
    color: #1f8bd0;
    margin-bottom: 5px;
  }
}

.c-search-form__item {
  margin-bottom: 30px;
}
.c-search-form__headline {
  text-align: center;
  background: rgba(244, 67, 54, 0.2);
  padding: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}
.c-search-form__wrap {
  margin-bottom: 15px;
}
.c-search-form__wrap > div {
  margin-bottom: 10px;
}
.c-search-form__label {
  font-size: 14px;
  font-weight: bold;
}
.c-search-form input[type=text] {
  width: 100%;
}
.c-search-form input[type=number] {
  width: 70px;
}
.c-search-form__cup select {
  width: 70px;
}
.c-search-form__btn {
  width: 100px;
  text-align: center;
  padding: 5px 0;
}
.c-search-form__btn-wrap {
  display: flex;
  justify-content: space-between;
}
.c-search-form__btn--reset {
  background-color: #aaa;
}
.c-search-form__btn--submit {
  background-color: #e65c5c;
}
.c-search-form__modal-btn {
  margin-top: 20px;
}
.c-search-form__modal-btn button {
  width: 100%;
  background-color: #e65c5c;
  color: #fff;
  display: inline-block;
  padding: 0.6em 2em;
  margin: 0;
  text-decoration: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  position: relative;
}
.c-search-form__modal-btn button::before {
  content: "";
  background: url(/images/icon_search.svg?0a91d66d59c5d93917764c6585859375) no-repeat center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media (min-width: 1000px) {
  .c-search-form__modal-btn {
    display: none;
  }
}

.p-top-sec1 {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

