@charset "UTF-8";
/*
Theme Name: bokuoki
Author: BeHappy Inc.
Author URI: https://be-hap.com/
Description: bokuoki
Version: 1.0
*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  color: #000;
  background-color: #fff;
  max-width: 2000px;
  margin: auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
body > header h1 {
  color: transparent;
  height: 597px;
  background-image: url("./img/pc/fv.png");
  background-position: center top;
}
body > header .global-nav {
  background-image: url("./img/pc/bg_gnavi.png");
  background-repeat: repeat-x;
  width: 100%;
}
body > header .global-nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
}

.main-wrapper {
  background-image: url("./img/pc/bg_left.png"), url("./img/pc/bg_right.png");
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
}
.main-wrapper main {
  width: 900px;
  min-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem;
  background-color: #fff;
}
.main-wrapper main .top-banner {
  margin-bottom: 2rem;
}
.main-wrapper main .top-banner img {
  display: block;
  margin: 0 auto;
}
.main-wrapper main h2 img {
  width: 100%;
  display: block;
}
.main-wrapper main .cast-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  gap: 2rem 0;
  border: solid 1px #b3b3b3;
  padding: 1rem;
}
.main-wrapper main .cast-list li {
  width: 24%;
}
.main-wrapper main .cast-list li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.main-wrapper main .cast-list li a img {
  width: 100%;
  height: auto;
}
.main-wrapper main .cast-list li a .cast-name {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
.main-wrapper main .cast-list li a .cast-detail {
  color: #a9a9a9;
  font-size: 0.9rem;
}
.main-wrapper main .cast-list::after {
  display: block;
  content: "";
  width: 24%;
}
.main-wrapper main .list-cast {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  gap: 2rem 0;
}
.main-wrapper main .list-cast li {
  width: 24%;
  border: solid 6px #c9a6ec;
}
.main-wrapper main .list-cast li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.main-wrapper main .list-cast li a .cast-header {
  padding: 11px;
}
.main-wrapper main .list-cast li a .cast-header img {
  width: 100%;
  height: auto;
}
.main-wrapper main .list-cast li a .cast-header .cast-name {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0.5rem 0;
  color: #c9a6ec;
  display: inline-flex;
  align-items: center;
}
.main-wrapper main .list-cast li a .cast-header .cast-name::before {
  content: url("./img/pc/icon_kiss_r.png");
  position: relative;
  top: 0.2rem;
}
.main-wrapper main .list-cast li a .cast-detail {
  background-color: #e6e6e6;
  font-weight: bold;
  padding: 0.5rem;
  line-height: 1.5;
}
.main-wrapper main .list-cast li a .cast-detail .cast-icons {
  display: flex;
}
.main-wrapper main .list-cast li a .cast-detail .cast-icons img {
  width: auto;
}
.main-wrapper main .list-cast::after {
  display: block;
  content: "";
  width: 33%;
}
.main-wrapper main .cast-search form .cast-buttons {
  padding: 1rem;
  background-color: #e7d7f6;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.4rem;
}
.main-wrapper main .cast-search form .cast-buttons label {
  width: 16%;
  display: inline-block;
}
.main-wrapper main .cast-search form .cast-buttons label input {
  display: none;
}
.main-wrapper main .cast-search form .cast-buttons label span {
  display: block;
  color: #000;
  background: linear-gradient(to bottom, #ffffff 30%, #e0e0e0);
  border-radius: 6px;
  border: solid 1px #d9d9d9;
  text-align: center;
  padding: 0.5rem 0;
  font-weight: bold;
}
.main-wrapper main .cast-search form .cast-buttons label input:checked + span {
  color: #fff;
  background: #c9a6ec;
}
.main-wrapper main .cast-search form .cast-buttons::after {
  display: block;
  content: "";
  width: 16%;
}
.main-wrapper main .cast-search form .option-select {
  margin: 0.5rem 0;
  background-color: #c9a6ec;
  color: #fff;
  display: flex;
  padding: 0.5rem 1rem;
  align-items: center;
  gap: 0.5rem;
}
.main-wrapper main .cast-search form .option-select .select-wrapper {
  flex: 2;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
}
.main-wrapper main .cast-search form .option-select .select-wrapper select {
  width: 100%;
  padding: 0.2rem 1rem;
  font-weight: bold;
}
.main-wrapper main .cast-search form .option-select .select-wrapper::after {
  content: "▼";
  color: #000;
  font-size: 1.5rem;
  padding: 0.2rem 0.5rem;
}
.main-wrapper main .cast-search form .search-button {
  background: linear-gradient(to bottom, #1f1f1f 30%, #000000);
  border: solid 1px #000;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  letter-spacing: 0.5rem;
  padding: 0.5rem 2rem;
  text-decoration: none;
}
.main-wrapper main .cast-search form .search-button::before {
  content: "▶";
  color: #fff;
}
.main-wrapper main .news-box {
  border: solid 1px #b3b3b3;
  height: 300px;
  overflow: auto;
}
.main-wrapper main .group-link {
  width: 500px !important;
  margin: auto;
}
.main-wrapper main .nav-links {
  display: flex;
  justify-content: space-between;
}
.main-wrapper main .nav-links .nav-previous, .main-wrapper main .nav-links .nav-next {
  background-color: #aa73e1;
  padding: 1rem 2.5rem;
  width: auto;
  color: #fff;
}
.main-wrapper main .nav-links .nav-previous a, .main-wrapper main .nav-links .nav-next a {
  color: #fff;
  text-decoration: none;
}
.main-wrapper main .nav-links .nav-previous ::before {
  content: "◀";
  margin-right: 0.2rem;
}
.main-wrapper main .nav-links .nav-next ::after {
  content: "▶";
  margin-left: 0.2rem;
}
.main-wrapper main .cast .cast-swiper .swiper-slide {
  text-align: center;
}
.main-wrapper main .cast .cast-swiper .swiper-button-next {
  content: url("./img/pc/icon_next.png");
  width: 64px;
  height: 64px;
}
.main-wrapper main .cast .cast-swiper .swiper-button-prev {
  content: url("./img/pc/icon_back.png");
  width: 64px;
  height: 64px;
}
.main-wrapper main .cast .thumb-swiper {
  margin: 2rem 0;
}
.main-wrapper main .cast .thumb-swiper img {
  width: 100%;
}
.main-wrapper main .cast .thumb-swiper .swiper-slide {
  opacity: 0.5;
}
.main-wrapper main .cast .thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.main-wrapper main .cast .cast-heading {
  color: #fff;
  background-color: #c9a6ec;
  font-size: 2rem;
  font-weight: normal;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  margin-top: 2rem;
  border: solid #bfbdbe;
  border-width: 2px 0;
}
.main-wrapper main .cast .cast-heading::before {
  content: url("./img/pc/icon_kiss_w.png");
  position: relative;
  top: 0.2rem;
}
.main-wrapper main .cast .cast-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
.main-wrapper main .cast .cast-name .cast-icons img {
  width: auto;
}
.main-wrapper main .cast .cast-name .entry-title {
  font-size: 2rem;
  color: #c9a6ec;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper main .cast .cast-name .entry-title::before {
  content: url("./img/pc/icon_kiss_r.png");
  position: relative;
  top: 0.2rem;
}
.main-wrapper main .cast .cast-spec {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 1rem 0;
  padding: 0 2rem;
}
.main-wrapper main .cast .cast-spec dt {
  width: 15%;
  background-color: #cccccc;
  border: solid 2px #cccccc;
  padding: 1rem 0;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-wrapper main .cast .cast-spec dd {
  width: 34%;
  border: solid 2px #cccccc;
  padding: 1rem 0;
  text-align: center;
  margin-right: 2%;
}
.main-wrapper main .cast .cast-spec dd.nomargin {
  margin-right: 0;
}
.main-wrapper main .cast .cast-spec dd.fullwidth {
  width: 85%;
}
.main-wrapper main .cast .cast-spec dd.fullwidth .cast-schedule {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0 1rem;
}
.main-wrapper main .cast .cast-spec dd.fullwidth .cast-schedule li {
  width: 30%;
  text-align: center;
  border: solid 2px #c9a6ec;
}
.main-wrapper main .cast .cast-spec dd.fullwidth .cast-schedule li span {
  display: block;
  padding: 0.5rem 0;
}
.main-wrapper main .cast .cast-spec dd.fullwidth .cast-schedule li .schedule-date {
  color: #fff;
  background-color: #c9a6ec;
}
.main-wrapper main .cast .cast-spec dd.fullwidth .cast-schedule li.inactive {
  border-color: #666666;
}
.main-wrapper main .cast .cast-spec dd.fullwidth .cast-schedule li.inactive .schedule-date {
  background-color: #666666;
}
.main-wrapper main .cast .option-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 0;
  padding: 2rem;
}
.main-wrapper main .cast .option-list li {
  width: 32%;
  border: solid 2px #e7e7e7;
  border-radius: 40px;
  padding: 1rem;
  color: #808080;
  text-align: center;
}
.main-wrapper main .cast .option-list li.positive {
  color: #c9a6ec;
  border-color: #c9a6ec;
}
.main-wrapper main .cast .option-list::after {
  display: block;
  content: "";
  width: 32%;
}
.main-wrapper main .cast .cast-faq {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 1rem 0;
  padding: 2rem;
}
.main-wrapper main .cast .cast-faq dt {
  width: 15%;
  background-color: #cccccc;
  border: solid 2px #cccccc;
  padding: 1rem 0;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-wrapper main .cast .cast-faq dd {
  width: 34%;
  border: solid 2px #cccccc;
  padding: 1rem 0;
  text-align: center;
  margin-right: 2%;
}
.main-wrapper main .cast .cast-faq dd:nth-of-type(even) {
  margin-right: 0;
}
.main-wrapper main .cast .entry-content {
  padding: 2rem;
}

footer {
  background-image: url("./img/pc/bg_footer.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-text {
  font-size: xx-small;
  text-align: center;
  width: 100%;
  color: #fff;
}

.hidden-sp {
  display: block;
}

.hidden-pc {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hidden-sp {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  img {
    width: 100%;
    height: auto;
  }
  body > header {
    background-color: #fff;
    position: sticky;
    top: 0;
  }
  body > header h1 {
    padding: 0.5rem;
    height: auto;
    background: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  body > header h1 > img {
    width: 65%;
    height: auto;
  }
  body > header h1 .header-buttons {
    display: flex;
    gap: 0.5rem;
    width: 35%;
  }
  body > header h1 .header-buttons img {
    display: block;
  }
  body > header h1 .header-buttons .menu-btn img {
    display: none;
  }
  body > header h1 .header-buttons .menu-btn img.active {
    display: block;
  }
  body > header .global-nav {
    position: absolute;
    background: none;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 2rem;
    display: none;
  }
  body > header .global-nav ul {
    flex-direction: column;
  }
  body > header .global-nav ul img {
    display: block;
  }
  body > header .global-nav.show {
    display: block;
  }
  .main-wrapper {
    background: none;
  }
  .main-wrapper main {
    width: auto;
    min-width: auto;
    padding: 0;
  }
  .main-wrapper main .top-banner {
    margin-top: 2rem;
  }
  .main-wrapper main .top-banner img {
    width: 100%;
  }
  .main-wrapper main section {
    margin-bottom: 1rem;
  }
  .main-wrapper main .cast-list {
    padding: 0.5rem;
    border: 0;
  }
  .main-wrapper main .cast-list li {
    width: 32%;
  }
  .main-wrapper main .cast-list li a .cast-name {
    font-size: 1rem;
  }
  .main-wrapper main .cast-list li a .cast-detail {
    font-size: 0.8rem;
  }
  .main-wrapper main .cast-list::after {
    width: 32%;
  }
  .main-wrapper main .group-link {
    width: 100% !important;
  }
  .main-wrapper main .cast-search form .cast-buttons label {
    width: 23%;
  }
  .main-wrapper main .cast-search form .cast-buttons label span {
    font-size: 0.8rem;
    font-weight: normal;
  }
  .main-wrapper main .cast-search form .option-select {
    flex-wrap: wrap;
  }
  .main-wrapper main .cast-search form .option-select label {
    width: 100%;
    text-align: center;
  }
  .main-wrapper main .list-cast {
    padding: 0.5rem;
  }
  .main-wrapper main .list-cast li {
    width: 32%;
  }
  .main-wrapper main .list-cast li a .cast-header .cast-name {
    font-size: 0.8rem;
  }
  .main-wrapper main .list-cast li a .cast-header .cast-name::before {
    zoom: 0.7;
    top: 0;
  }
  .main-wrapper main .list-cast li a .cast-detail {
    font-size: 0.7rem;
  }
  .main-wrapper main .list-cast li a .cast-detail .cast-icons {
    justify-content: space-between;
  }
  .main-wrapper main .list-cast li a .cast-detail .cast-icons img {
    zoom: 0.6;
  }
  .main-wrapper main .cast .cast-name {
    flex-wrap: wrap;
  }
  .main-wrapper main .cast .cast-name .entry-title {
    width: 100%;
    justify-content: flex-start;
  }
  .main-wrapper main .cast .cast-spec {
    gap: 0;
  }
  .main-wrapper main .cast .cast-spec dt {
    width: 100%;
  }
  .main-wrapper main .cast .cast-spec dd {
    width: 100% !important;
    margin: 0 0 1rem;
  }
  .main-wrapper main .cast .cast-spec dd.fullwidth .cast-schedule {
    flex-wrap: wrap;
  }
  .main-wrapper main .cast .cast-spec dd.fullwidth .cast-schedule li {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .main-wrapper main .cast .option-list li {
    width: 49%;
    padding: 0.5rem;
    font-size: 0.8rem;
  }
  .main-wrapper main .cast .cast-faq {
    gap: 0;
  }
  .main-wrapper main .cast .cast-faq dt {
    width: 100%;
  }
  .main-wrapper main .cast .cast-faq dd {
    width: 100%;
    margin: 0 0 1rem;
  }
  footer {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */