@charset "UTF-8";
/*
Theme Name: kainowa
Description: kainowa Theme
Author: kainowa
*/
/* Scss Document */
/*color*/
/*-----------------------
* オレンジカラー
-------------------------*/
/* responsive */
body, html {
  width: 100%;
  height: 100%;
}

html {
  line-height: 1.15;
  box-sizing: border-box;
  font-size: 62.5%;
}

@font-face {
  font-family: "Peyo-Regular";
  src: url("Peyo-Regular.ttf.woff") format("woff"), url("Peyo-Regular.ttf.svg#Peyo-Regular") format("svg"), url("Peyo-Regular.ttf.eot"), url("Peyo-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
.eng-font, nav ul {
  font-family: "Peyo-Regular";
  color: black;
}

/*--- webフォント対策 ---*/
/*html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}*/
/*--- / webフォント対策 ---*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  min-width: 100%;
  margin: 0;
  background: #efefef;
  line-height: 1.8;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 750px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  width: 100%;
}

a {
  color: #000000;
  transition: 0.25s;
}
a:hover {
  opacity: 0.6;
}

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

svg {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

img[src$=".svg"],
img[src$=".svgz"] {
  width: 100%;
}

p {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

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;
  cursor: pointer;
}

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

button,
select {
  text-transform: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .hidden-pc {
    display: block;
  }
}

@media screen and (min-width: 750px) {
  .hidden-sp {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .hidden-sp {
    display: none !important;
  }
}

.img {
  width: 100%;
  height: auto;
}

/*text*/
.u-text + p {
  margin: 1.75em 0 0;
}

/* bg-img text */
.u-bg-text {
  text-indent: 100%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}

/*align*/
.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

/*font-size*/
@media screen and (min-width: 750px) {
  .u-fs-xs {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .u-fs-s {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .u-fs {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .u-fs-l {
    font-size: 21px;
    font-size: 2.1rem;
  }

  .u-fs-xl {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .u-fs-20 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .u-fs-xs {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .u-fs-s {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .u-fs {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .u-fs-l {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .u-fs-xl {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .u-fs-20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.u-fw-b {
  font-weight: bold;
}

/* margin */
.u-mb100 {
  margin-bottom: 100px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr50 {
  margin-right: 50px;
}

/* padding */
.u-pd100 {
  padding-bottom: 100px;
}

.u-pd80 {
  padding-bottom: 80px;
}

.u-pd50 {
  padding-bottom: 50px;
}

.u-pd40 {
  padding-bottom: 40px;
}

.u-pd20 {
  padding-bottom: 20px;
}

.u-pd-em {
  padding-left: 1em;
}

/*line-height*/
.u-lh120 {
  line-height: 1.2;
}

.u-lh150 {
  line-height: 1.5;
}

.u-lh180 {
  line-height: 1.8;
}

.u-lh200 {
  line-height: 2;
}

/*a color*/
.u-text-link {
  color: #000000;
  transition: 0.2s;
}
.u-text-link:hover {
  opacity: 0.7;
}

/*display*/
.u-dis-i {
  display: inline;
}
.u-dis-i * {
  display: inherit;
}

.u-dis-ib {
  display: inline-block;
}

.u-dis-b {
  display: block;
}

/*flex*/
.u-ai-c {
  align-items: center;
}

/*position*/
.u-pos-rt {
  position: relative;
}

.u-pos-al {
  position: absolute;
  left: 0;
  top: 0;
}

/*text-deco*/
.u-cycle {
  position: relative;
  padding-left: 1.25em;
}
.u-cycle::before {
  content: "◯";
  position: absolute;
  left: 0;
}

/*before after*/
.u-ba {
  content: "";
  display: block;
  position: absolute;
}

/* dis */
.u-sp-view {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .u-pc-view {
    display: none !important;
  }

  .u-sp-view {
    display: inherit !important;
  }
}
/* cycle */
.u-cycle01,
.u-cycle02 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: block;
}

.u-cycle01 {
  background-color: #e54f21;
}

.u-cycle02 {
  background-color: #000000;
}

/*ie11*/
.u-ie-flex-h {
  min-height: 0%;
}

.clearfix:after, .cf:after {
  content: "";
  clear: both;
  display: block;
}

.flex {
  display: flex;
}
@media screen and (max-width: 750px) {
  .flex {
    flex-wrap: wrap;
  }
}

.between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.wrap {
  flex-wrap: wrap;
}

.section-p {
  padding: 60px 0;
}
@media screen and (max-width: 750px) {
  .section-p {
    padding: 1.8rem 0 1.8rem;
  }
}

.w50 {
  width: 50%;
}

.arrow {
  text-decoration: none;
}
@media screen and (min-width: 750px) {
  .arrow {
    background: url(../img/arrow.svg) no-repeat left center;
    background-size: 6px;
    padding: 2px 0 2px 15px;
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .arrow {
    background: url(../img/arrow.svg) no-repeat left center;
    background-size: 6px;
    padding-right: 8px;
  }
}

@font-face {
  font-family: "Peyo Regular";
  src: url("../font/PeyoRegular.eot?") format("eot"), url("../font/PeyoRegular.woff") format("woff"), url("../font/PeyoRegular.ttf") format("truetype"), url("../font/PeyoRegular.svg#PeyoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.label {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: normal;
  font-family: "Peyo Regular";
}

.l-inbox {
  position: relative;
}

#pagetop {
  position: fixed;
  bottom: 2%;
  right: 2%;
  width: 13.3%;
  z-index: 100;
}
@media screen and (min-width: 750px) {
  #pagetop {
    width: 70px;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  #pagetop {
    width: 7%;
  }
}
#pagetop img {
  width: 100%;
  height: auto;
}

nav {
  padding: 6px;
}
nav ul {
  display: flex;
  justify-content: space-between;
}
nav ul a {
  text-decoration: none;
}
nav ul li {
  position: relative;
  padding: 6px 0;
  font-size: 3.3rem;
  text-align: center;
}
nav ul li ul.sns {
  position: relative;
  top: 0;
  width: 180px;
}
nav ul li ul.sns li {
  padding: 0 9px;
}
@media screen and (max-width: 750px) {
nav ul li ul.sns {
  width: 140px;
}
nav ul li ul.sns li {
  padding: 0 0;
}
}

#pankuzu ul {
  display: flex;
}
#pankuzu ul li {
  font-size: 1.3rem;
  margin: 12px 10px;
}
#pankuzu ul li a {
  text-decoration: none;
}
#pankuzu ul li a:after {
  display: inline-block;
  content: "▶";
  margin: 0 10px 0 10px;
}

.footer__copyright {
  font-size: 1.4rem;
  letter-spacing: 0.05;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .footer__copyright {
    text-align: center;
    margin-top: 20px;
  }
}

footer {
  padding: 30px 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  footer {
    padding: 30px 6vw;
  }
  footer .l-inbox {
    display: none !important;
  }
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer .l-inbox {
  display: flex;
  justify-content: space-between;
  background: url(../img/img_line02.svg) no-repeat top;
  padding: 50px 0 0;
}
@media screen and (min-width: 750px) {
  footer .footer__info {
    margin-top: 15px;
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 750px) {
  footer .footer__info {
    margin-bottom: 25px;
  }
}
footer .footer__info .lg {
  width: 342px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  footer .footer__info .lg {
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 750px) {
  footer .footer__nav {
    display: flex;
    width: 700px;
    flex-wrap: wrap;
  }
}
footer .footer__nav .txt {
  margin-bottom: 8px;
}
footer .footer__nav div {
  margin-right: 40px;
  margin-bottom: 40px;
}
footer .footer__nav div.interview_n {
  margin-right: 85px;
}

@media screen and (min-width: 750px) {
  .toggle_menu {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .toggle_menu {
    display: block;
    width: 45px;
    height: 49px;
    position: fixed;
    top: 8px;
    right: 10px;
    text-align: center;
    z-index: 999;
  }
  .toggle_menu a {
    font-size: 0.5rem;
    color: #000000;
    text-decoration: none;
  }

  .toggle_menu span.icon {
    display: block;
    background: #000000;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }

  .toggle_menu span:first-child {
    top: 9px;
  }

  .toggle_menu span:nth-child(2) {
    margin-top: -6.5px;
    top: 50%;
  }

  .toggle_menu span:nth-child(3) {
    bottom: 20px;
  }

  .toggle_menu span:nth-child(4) {
    margin-top: 33px;
    display: block;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    color: #ffffff;
  }

  .ac .toggle_menu span:first-child {
    transform: translateY(9px) rotate(45deg);
  }

  .ac .toggle_menu span:nth-child(2) {
    opacity: 0;
  }

  .ac .toggle_menu span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}


.header_fix {
  display: none;
  padding: 12px 0;
}
@media screen and (min-width: 750px) {
  .header_fix {
    display: none !important;
  }
}
.header_fix.m_fixed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;
}
@media screen and (max-width: 750px) {
  .header_fix .logo {
    width: 240px;
    margin: 0 0 18px;
    padding: 2% 4%;
  }
}


header {
  z-index: 999;
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
header .l-inbox {
  padding: 50px 0 60px;
  align-items: center;
  background: url(../img/img_line01.svg) no-repeat bottom;
}
@media screen and (min-width: 750px) {
  header .l-inbox {
    display: flex;
    justify-content: space-between;
  }
}
header .l-inbox h1 {
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 750px) {
  header .l-inbox h1 {
    text-align: center;
  }
}
@media screen and (min-width: 750px) {
  header .logo {
    width: 442px;
    display: inline-block;
    margin-left: 30px;
    position: relative;
    top: -3px;
  }
}
@media screen and (max-width: 750px) {
  header .logo {
    width: 240px;
    margin: 0 auto 18px;
  }
}

@media screen and (min-width: 750px) {
  #wrapper {
    position: relative;
    min-width: 1200px;
    height: 100%;
  }
}

@media screen and (min-width: 750px) {
  nav {
    display: block !important;
  }
  .nav_02 {
    display: none;
  }
  nav .in_inner {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav .in_inner ul a {
    text-decoration: none;
  }
  nav .in_inner ul.top_nav {
    display: flex;
    margin-right: 20px;
  }
  nav .in_inner ul.top_nav a {
    position: relative;
  }
  nav .in_inner ul.top_nav a:after {
    display: block;
    content: "";
    background: #c6c7c7;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translate(0, -50%);
  }
  nav .in_inner ul.top_nav li {
    position: relative;
    padding: 0 14px;
  }
  nav .in_inner ul.top_nav li:last-child a:after {
    display: none;
  }
  nav .in_inner ul.top_nav li.current a {
    color: #e54f21;
  }
}
@media screen and (max-width: 750px) {
  nav {
    display: none;
  }
  .nav_02 {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .nav_02 {
    margin-top: 0px;
    background: #eeeeef;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 998;
    padding: 4% 0;
  }
  .nav_02 .label {
    font-size: 2.8rem;
  }
  .nav_02 .logo {
    width: 50%;
    margin: 0 auto 7vw;
    padding: 2vw 0;
  }
  .nav_02 a {
    text-decoration: none;
  }
  .nav_02 .sns {
    display: flex;
  }
  .nav_02 .sns li {
    width: 40px;
    margin-right: 2.5vw;
  }
  .nav_02 .sns li:last-child {
    margin-right: 0;
  }
  .nav_02 .in_n2 {
    padding: 0 6vw;
  }
  .nav_02 .in_n2 div {
    margin-bottom: 5.5vw;
  }
  .nav_02 .in_n2 .arrow_list {
    margin-top: 6px;
  }
  .nav_02 .in_n2 .arrow_list .arrow {
    padding-left: 12px;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .nav_02 {
    top: 50px;
    height: 100%;
    padding: 2% 0 6%;
  }
  .nav_02 .label {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 750px) {
  .nav_02 .in_n {
    display: block;
    width: 100%;
    left: 0;
    width: 100%;
    padding: 0 4%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  nav ul.l-inbox {
    position: absolute;
  }
  nav ul li {
    padding: 2.5vw 2% 2.5vw 2%;
    text-align: left;
    position: relative;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  nav ul li {
    padding: 1.2vw 6px 1.2vw 40px;
  }
}
@media screen and (max-width: 750px) {
  nav ul li a {
    text-decoration: none;
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  nav ul li.sns-wrap {
    padding: 4vw 0;
  }
}
@media screen and (max-width: 750px) {
  nav ul.sns {
    display: flex;
    width: 200px;
    padding: 0;
  }
  nav ul.sns li {
    width: 30px !important;
    height: 30px;
    padding: 0;
  }
  nav ul.sns li img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 750px) {
  .l-article, #wanted {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .l-article, #wanted {
    margin-top: 40px;
  }
}

.l-inbox {
  position: relative;
}
@media screen and (min-width: 750px) {
  .l-inbox {
    width: 1200px;
    margin: 0 auto;
  }
}

.top main {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .top main {
    overflow: hidden;
  }
}

body.index #topslide_wrapper {
  background: url(../img/bg_switcher.svg) no-repeat center top;
  background-size: 100%;
  padding: 0 120px;
  padding-top: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  height: 700px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  body.index #topslide_wrapper {
    padding: 0 24vw;
    padding-top: 16vw;
    height: 61vw;
    margin-bottom: 30px;
  }
}
body.index #topslide2 {
  width: 100%;
}
@media screen and (min-width: 750px) {
  body.index #topslide2 {
    height: 550px;
  }
}
body.index .btn {
  text-align: center;
  margin-top: 15px;
}
body.index .btn p {
  background: #000000;
  display: inline-block;
  color: #ffffff;
  padding: 12px 40px;
}
body.index .btn p a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #ffffff;
}
body.index .btn p a:after {
  content: "";
  background: url(../img/icon_arrow_right_white.svg) no-repeat;
  background-size: 100%;
  margin-left: 8px;
  width: 6px;
  height: 15px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(0, -50%);
}
body.index .btn.btn-r {
  text-align: right;
}
@media screen and (max-width: 750px) {
  body.index .btn.btn-r {
    text-align: center;
  }
}
body.index #main__contents {
  position: relative;
}
body.index .gachinco {
  background: url(../img/top/bg_gachinko.gif) no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 60px;
  min-height: 290px;
  margin-bottom: 4vw;
}
body.index .gachinco .ttl {
  width: 280px;
  margin: 0 auto 15px;
}

@media screen and (max-width: 750px) {
  body.index .gachinco .ttl {
    width: 62vw;
    margin: 0 auto 1.5vw;
  }
  body.index .gachinco .btn {
    margin-top: 4vw;
  }
  body.index .gachinco .btn p {
    padding: 1.7vw 14vw;
    font-size: 1.3rem;
  }
}
@media screen and (max-width:320px) {
  body.index .gachinco .ttl {
    width: 57vw;
    margin: 0 auto 1.5vw;
  }
  body.index .gachinco .btn {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 750px) {
  body.index .gachinco figure {
    width: 600px;
  }
}
@media screen and (max-width: 750px) {
  body.index .gachinco {
    display: block;
    background: url(../img/bg_switcher_sp.png) no-repeat;
    background-size: cover;
    height: 90vw;
    margin: 0 2vw 4vw;
    padding: 6vw 6vw;
    margin-bottom: 4vw;
  }
  body.index .gachinco figure {
    width: 60vw;
    margin: 0 auto;
    margin-bottom: 4vw;
    padding-top: 2vw !important;
  }
}
@media screen and (max-width:320px) {
  body.index .gachinco figure {
    width: 43vw;
    margin: 0 auto;
    margin-bottom: 2vw;
    padding-top: 2vw !important;
  }
}
@media screen and (min-width: 750px) {
  body.index .gachinco .in {
    width: 400px;
  }
}
.gachinco .in .txt {
  font-size: 1.3rem;
}

@media screen and (max-width: 750px) {
.gachinco .in .txt {
  font-size: 1.3rem;
}
}
@media screen and (max-width:320px) {
.gachinco .in .txt {
  font-size: 1.2rem !important;
}
  }
body.index .head {
  position: relative;
}
body.index #play {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 750px) {
  body.index #play {
    padding: 0 4vw;
  }
  .gachinco .in .txt p {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
body.index #play .head {
  text-align: center;
  margin-bottom: 80px;
}
body.index #play .head h2 {
  font-weight: normal;
  font-size: 1.5rem;
  margin-top: 30px;
}
body.index #play .head .label {
  width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
body.index #play .head .label {
  width: 110px;
  margin: 0 auto;
}
}
@media screen and (min-width: 750px) {
  body.index #play ul {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 750px) {
  body.index #play ul {
    display: flex;
    flex-wrap: wrap;
  }
}
body.index #play ul li {
  margin: 0 20px 40px;
  position: relative;
}
@media screen and (min-width: 750px) {
  body.index #play ul li {
    justify-content: space-between;
    width: calc(100% / 3 - 40px);
  }
}
@media screen and (max-width: 750px) {
  body.index #play ul {
  }
  body.index #play ul li {
    margin: 0 0 40px;
  }
}
body.index #play ul li .date {
  font-size: 1.2rem;
  color: #999999;
}
body.index #play ul li .cat {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 70px;
}
@media screen and (max-width: 750px) {
  body.index #play ul li .cat {
    left: 0;
  }
}
body.index #play ul li .cat.cat-gachinko {
  width: 145px;
}
body.index #play ul li .inner {
  background: #ffffff;
  padding: 15px 30px;
}
body.index #play ul li a {
  text-decoration: none;
  display: block;
}
body.index #play ul li a:hover {
  opacity: 0.5;
}
body.index #play ul li .green-color {
  color: #2bb49c;
}
body.index #play ul li .red-color {
  color: #e9528e;
}
body.index #play ul li figure img {
  width: 100%;
  height: auto;
}
body.index #story {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 750px) {
  body.index #story {
    padding: 0 4vw;
  }
}
body.index #story .head {
  text-align: center;
  margin-bottom: 30px;
}
body.index #story .head h2 {
  font-weight: normal;
  font-size: 1.5rem;
  margin-top: 30px;
}
body.index #story .head .label {
  width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
body.index #story .head .label {
  width: 120px;
}
}
body.index #story ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 750px) {
  body.index #story ul {
    margin: 0 -15px;
  }
}
body.index #story ul li {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
}
@media screen and (max-width: 750px) {
  body.index #story ul li {
    width: 100%;
    margin: 0 5px 30px;
  }
}
body.index #story ul li a {
  text-decoration: none;
  display: block;
}
body.index #story ul li a:hover {
  opacity: 0.5;
}
body.index #story ul li figure {
  margin-bottom: 10px;
}
body.index #story ul li figure img {
  width: 100%;
  height: auto;
}
body.index #story a {
  text-decoration: none;
}
body.index #story h3 {
  font-size: 1.5rem;
}
body.index #interview {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 750px) {
  body.index #interview {
    padding: 0 4vw;
  }
}
body.index #interview .head {
  text-align: center;
  margin-bottom: 30px;
}
body.index #interview .head h2 {
  font-weight: normal;
  font-size: 1.5rem;
  margin-top: 30px;
}
body.index #interview .head .label {
  width: 190px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
body.index #interview .head .label {
  width: 150px;
  margin: 0 auto;
}
  }
body.index #interview ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 750px) {
  body.index #interview ul {
      margin: 0 -20px;
  }
}
body.index #interview ul li {
  width: calc(100% / 3 - 40px);
  margin: 0 20px;
}
@media screen and (max-width: 750px) {
  body.index #interview ul li {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 20px;
  }
}
body.index #interview ul li a {
  text-decoration: none;
  display: block;
}
body.index #interview ul li a:hover {
  opacity: 0.5;
}
body.index #interview ul li figure img {
  width: 100%;
  height: auto;
}
body.index #interview ul li a {
  text-decoration: none;
}
body.index #interview ul li h3 {
  font-size: 1.5rem;
}




body.index #apolog {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 750px) {
  body.index #apolog {
    padding: 0 4vw;
  }
}
body.index #apolog .head {
  text-align: center;
  margin-bottom: 30px;
}
body.index #apolog .head h2 {
  font-weight: normal;
  font-size: 1.5rem;
  margin-top: 30px;
}
body.index #apolog .head .label {
  width: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
body.index #apolog .head .label {
  width: 130px;
  margin: 0 auto;
}
  }
body.index #apolog ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 750px) {
  body.index #apolog ul {
      margin: 0 -20px;
  }
}
body.index #apolog ul li {
  width: calc(100% / 3 - 40px);
  margin: 0 20px;
}
@media screen and (max-width: 750px) {
  body.index #apolog ul li {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 20px;
  }
}
body.index #apolog ul li a {
  text-decoration: none;
  display: block;
}
body.index #apolog ul li a:hover {
  opacity: 0.5;
}
body.index #apolog ul li figure img {
  width: 100%;
  height: auto;
}
body.index #apolog ul li a {
  text-decoration: none;
}
body.index #apolog ul li h3 {
  font-size: 1.5rem;
}





body.index #area {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 750px) {
  body.index #area {
    padding: 0 4vw;
  }
}
body.index #area .head {
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.index #area .head {
    margin-bottom: 6vw;
  }
}
body.index #area .head h2 {
  font-weight: normal;
  font-size: 1.5rem;
  margin-top: 30px;
}
body.index #area .head .label {
  width: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
body.index #area .head .label {
  width: 90px;
  margin: 0 auto;
}
}
body.index #area h2 {
  text-align: center;
  margin-bottom: 40px;
}
body.index #area ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 30px;
}
@media screen and (max-width: 750px) {
  body.index #area ul {
    margin: 50px 0 10px;
    justify-content: space-between;
  }
}
body.index #area ul li {
  width: calc(100% / 4 - 40px);
  margin: 0 20px;
}
@media screen and (max-width: 750px) {
  body.index #area ul li {
    width: 100%;
    margin: 0 0 30px;
  }
}
body.index #area ul li a {
  text-decoration: none;
  display: block;
}
body.index #area ul li a:hover {
  opacity: 0.5;
}
body.index #area ul li figure {
  position: relative;
}
body.index #area ul li figure .cat {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -10px;
  background: #ffffff;
  border: 2px solid #000000;
  padding: 7px 50px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.index #area ul li figure .cat {
  top: -18px;
  padding: 7px 4.5vw;
  }
}
body.index #area ul li figure img {
  width: 100%;
  height: auto;
}
body.index #area a {
  text-decoration: none;
}
body.index #area h3 {
  font-size: 1.5rem;
}

#wanted .read_more_btn {
  position: static;
}
#wanted .l-inbox {
  position: relative;
  background: url(../img/img_line02.svg) no-repeat top;
  padding: 50px 0 30px;
}
@media screen and (min-width: 750px) {
  #wanted .l-inbox {
    display: flex;
  }
}
#wanted .l-inbox .label {
  width: 200px;
}
@media screen and (min-width: 750px) {
  #wanted .l-inbox .label {
    margin-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  #wanted .l-inbox .label {
    margin: 0 auto 30px;
    width: 100px;
  }
}
#wanted .l-inbox .inner .lg {
  width: 500px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 750px) {
  #wanted .l-inbox .inner .lg {
    width: 80%;
  }
}
#wanted .l-inbox .inner .info {
  display: flex;
}
@media screen and (max-width: 750px) {
  #wanted .l-inbox .inner .info {
    text-align: center;
    margin: 0 4vw;
  }
}
@media screen and (min-width: 750px) {
  #wanted .l-inbox .inner .info .in {
    width: 600px;
    margin-right: 30px;
  }
}
#wanted .l-inbox .inner .info figure {
  width: 180px;
  position: absolute;
  right: 140px;
  top: 100px;
}
@media screen and (max-width: 750px) {
  #wanted .l-inbox .inner .info figure {
    display: none;
  }
}

#area h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: normal;
}

.top {
  display: flex;
  justify-content: space-between;
}

.read_more_btn {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 0;
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  .read_more_btn {
    position: static;
    text-align: center;
    margin: 20px 0 30px !important;
  }
}
.read_more_btn .btn {
  text-align: right !important;
}
@media screen and (max-width: 750px) {
  .read_more_btn .btn {
    text-align: center !important;
  }
}
.read_more_btn .btn a {
  color: #ffffff;
  background: #000000;
  letter-spacing: 0;
  text-decoration: none;
  display: inline-block;
  padding: 9px 20px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .read_more_btn .btn a {
    display: block;
  }
}

.no_weight {
  font-weight: normal;
}

.bonny_ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
.bonny_ttl strong {
  font-size: 2rem;
  margin-left: 10px;
}
.bonny_ttl.no_weight {
  font-weight: normal;
}
.bonny_ttl.no_weight strong {
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .sub .sub_inbox {
    padding: 0 4vw;
  }
}
.sub .main_eng {
  font-size: 5.4rem;
}
.sub .about_top {
  justify-content: space-between;
}
@media screen and (min-width: 750px) {
  .sub .about_top .inner {
    width: 600px;
  }
}
.sub .about_top .inner p {
  margin-bottom: 35px;
}
.sub .about_top .inner p a {
  text-decoration: none;
}
.sub .about_top .resent {
  flex: 1;
}
.sub .about_top .resent p {
  margin-bottom: 40px;
}
.sub .about_top .resent p:last-child {
  margin-bottom: 0;
}
.sub #what_about .flex {
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .sub #what_about .flex {
    display: block;
  }
}
@media screen and (min-width: 750px) {
  .sub #what_about .flex .left {
    width: 400px;
  }
}
@media screen and (min-width: 750px) {
  .sub #what_about .flex .right {
    width: 400px;
  }
}
.sub #what_about .in {
  background: #ffffff;
  padding: 15px 30px;
  margin: 20px 0;
}
@media screen and (max-width: 750px) {
  .sub #what_about .in {
    padding: 15px;
  }
}
.sub #what_about .in .col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 20px 0;
  margin: 10px 15px;
}
.sub #what_about .in .col:after {
  background: #000000;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .sub #what_about .in .col:last-child:after {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .sub #what_about .in .col:before {
    background: #000000;
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .sub #what_about .in .col:nth-of-type(2n+1):before {
    display: none;
  }
  .sub #what_about .in .col:nth-of-type(7):after, .sub #what_about .in .col:nth-of-type(8):after {
    display: none;
  }
}
.sub #what_about .in .col figure {
  width: 140px;
  margin-right: 30px;
}
.sub #what_about .in .col div {
  flex: 1;
  position: relative;
}
.sub #what_about .in .col div h4.ttl {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 10px;
}
.sub #what_about .in .col:last-child div:after {
  display: none;
}
.sub .member_list .ttl {
  text-align: center;
  position: relative;
}
.sub .member_list .ttl:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #000000;
  height: 1px;
  width: 100%;
  content: "";
  display: block;
  z-index: 0;
}
.sub .member_list .ttl span {
  background: #efefef;
  z-index: 6;
  display: inline-block;
  padding: 6px 15px;
  position: relative;
}
.sub .member_list .list .col {
  margin-bottom: 30px;
  border-bottom: 1px solid #000000;
  padding: 35px 0;
}
@media screen and (min-width: 750px) {
  .sub .member_list .list .col {
    display: flex;
    align-items: center;
  }
}
.sub .member_list .list .col:last-child {
  border-bottom: 0;
}
.sub .member_list .list .col:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .sub .member_list .list .col figure {
    width: 220px;
    margin-right: 30px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .sub .member_list .list .col figure {
    width: 50%;
    margin: 0 auto;
  }
}
.sub .member_list .list .col .in {
  flex: 1;
}
.sub .member_list .list .col .in .link {
  margin-top: 15px;
}
.sub .wanted_area .swiper-button-prev, .sub .wanted_area .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.sub .wanted_area .swiper-container {
  width: 600px;
  height: 400px;
}
@media screen and (max-width: 750px) {
  .sub .wanted_area .swiper-container {
    width: 100%;
    height: 250px;
  }
}
.sub .wanted_area .swiper-container img {
  width: 100%;
}
.sub .wanted_area .thumb-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .sub .wanted_area .thumb-list {
    justify-content: space-between;
  }
}
.sub .wanted_area .thumb-item {
  list-style: none;
  width: 17%;
  margin-right: 22.5px;
}
@media screen and (max-width: 750px) {
  .sub .wanted_area .thumb-item {
    width: 40%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 750px) {
  .sub .wanted_area .thumb-item:nth-of-type(5n) {
    margin-right: 0;
  }
}
.sub .wanted_area .thumb-link {
  display: block;
  width: 100%;
  height: 90px;
}
.sub .wanted_area #thumb-h img {
  width: 100%;
}
.sub .wanted_area .right {
  text-align: right;
}
.sub .wanted_area .btn {
  background: #231815;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  padding: 10px 32px;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .sub .wanted_area .btn {
    display: block;
    margin: 20px 4vw 0;
  }
}
.sub .wanted_area .btn i {
  display: inline-block;
  width: 16px;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
.sub .wanted_area .btn a {
  color: #ffffff;
  text-decoration: none;
}
.sub .wanted_area .wanted_top {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sub .wanted_area .wanted_top {
    margin-top: 15px;
  }
}
.sub .wanted_area .wanted_top .lg {
  margin: 0 auto 40px;
}
.sub .wanted_area .plan_area {
  margin-bottom: 40px;
}
@media screen and (min-width: 750px) {
  .sub .wanted_area .plan_area {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 750px) {
  .sub .wanted_area .plan_area .plan {
    width: 800px;
  }
}
.sub .wanted_area .plan_area .free_list .ttl {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .sub .wanted_area .plan_area .free_list table {
    width: 100%;
  }
}
.sub .wanted_area .plan_area .free_list table tr th, .sub .wanted_area .plan_area .free_list table tr td {
  border: 1px solid #231815;
  padding: 16px 12px;
}
.sub .wanted_area .plan_area .free_list table tr th {
  background: #f7c9dd;
}
.sub .wanted_area .plan_area .free_list table tr td {
  background: #ffffff;
}
.sub .wanted_area .plan_area .free_list table tr:last-child th {
  background: #eaf6fd;
}
.sub .wanted_area .point_area {
  margin-bottom: 40px;
}
@media screen and (min-width: 750px) {
  .sub .wanted_area .point_area ul {
    padding: 25px 0;
  }
}
.sub .wanted_area .point_area ul li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .sub .wanted_area .point_area ul li {
    display: block;
  }
  .sub .wanted_area .point_area ul li {
    margin-bottom: 35px;
  }
}
.sub .wanted_area .point_area ul li figure {
  margin-right: 10px;
  width: 160px;
}
@media screen and (max-width: 750px) {
  .sub .wanted_area .point_area ul li figure {
    margin-right: 0;
    text-align: center;
    margin: 0 auto 20px;
  }
}
.sub .wanted_area .point_area ul li h2 {
  font-size: 1.7rem;
  margin-bottom: 8px;
}
.sub .wanted_area .point_area ul li .in {
  flex: 1;
}
@media screen and (min-width: 750px) {
  .sub .wanted_area .point_area ul:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 750px) {
  .sub .wanted_area .point_area ul:nth-of-type(1) li {
    width: calc(100% / 2 - 40px);
  }
}
@media screen and (min-width: 750px) {
  .sub .wanted_area .point_area ul:nth-of-type(2) {
    display: flex;
    justify-content: center;
    position: relative;
  }
}
@media screen and (min-width: 750px) {
  .sub .wanted_area .point_area ul:nth-of-type(2):before {
    content: "";
    display: block;
    background: url(../img/wanted/illust_01.png) no-repeat;
    background-size: 100%;
    width: 220px;
    height: 150px;
    position: absolute;
    left: 0px;
  }
  .sub .wanted_area .point_area ul:nth-of-type(2):after {
    content: "";
    display: block;
    background: url(../img/wanted/illust_02.png) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 190px;
    position: absolute;
    right: 150px;
    top: 0;
  }
}
@media screen and (min-width: 750px) {
  .sub .wanted_area .point_area ul:nth-of-type(2) li {
    width: calc(100% / 2 - 40px);
  }
}
@media screen and (min-width: 750px) {
  .sub .wanted_area .point_area ul:nth-of-type(3) {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 750px) {
  .sub .wanted_area .point_area ul:nth-of-type(3) li {
    width: calc(100% / 2 - 40px);
  }
}
.sub .wanted_area .outline_area {
  margin-bottom: 40px;
}
@media screen and (min-width: 750px) {
  .sub .wanted_area .outline_area {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 750px) {
  .sub .wanted_area .outline_area .gallery_list {
    width: calc(100% / 2);
    margin-right: 60px;
  }
}
.sub .wanted_area .outline_area .gallery_list img {
  width: 100%;
  height: auto;
}
.slick-prev {
    left: 25px !important;
    z-index: 999;
}
.slick-next {
    right: 25px !important;
    z-index: 999;
}
.slick-next:before, .slick-prev:before {
  font-size: 34px !important;
}
@media screen and (min-width: 750px) {
  .sub .wanted_area .outline_area .outline_list {
    width: calc(100% / 2);
  }
}
.sub .wanted_area .outline_area .outline_list .ttl {
  margin-bottom: 25px;
}
.sub .wanted_area .outline_area .outline_list table {
  width: 100%;
}
.sub .wanted_area .outline_area .outline_list table tr th {
  width: 100px;
}
.sub .wanted_area .outline_area .outline_list table tr th, .sub .wanted_area .outline_area .outline_list table tr td {
  border: 1px solid #000000;
  padding: 10px;
}
.sub .about_area h2 {
  margin-bottom: 40px;
}
@media screen and (min-width: 750px) {
  .sub .about_area #what_about .in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 750px) {
  .sub .about_area #what_about .in .col {
    width: calc(100% / 2 - 30px);
  }
}
.sub .about_area #what_about .in .col a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width:750px) {
  .sub .about_area #what_about .in .col a {
    display: block;
  }
  .sub .about_area #what_about .in .col a figure {
    margin-right: 0;
    margin: 0 auto;
  }
  .sub .about_area #what_about .in .col a h4.ttl {
    font-weight: bold;
  }
}
.sub .main__ttl {
  text-align: center;
  width: 160px;
  margin: 30px auto;
}
.sub .main__ttl.play_icon {
  width: 6.0vw;
}
.sub .main__ttl.area_icon {
  width: 5.3vw;
  margin-top: 10px;
}
.sub .main__ttl.story_icon {
  width: 9vw;
}
.sub .main__ttl.series_icon {
  width: 9.7vw;
}

.sub .aboutmain {
  margin: 40px auto;
  width: 70%;
}
@media screen and (min-width: 750px) {
  .sub .sub_lg {
    width: 550px;
  }
}
.sub .outline dl {
  display: flex;
  margin-bottom: 4px;
}
.sub .outline dl dt {
  width: 100px;
  text-align: justify;
}
.sub main article {
  background: #ffffff;
  padding: 20px;
}
.sub main .alignnone {
  max-width: 100% !important;
}



.sub main.archive article {
  background: #ffffff;
  padding: 30px 40px;
  display: flex;
  align-items: center;
}

@media screen and (max-width:750px) {
  .sub main.archive article {
    padding: 2rem;
    display: block;
  }
}

.sub main.archive article figure {
  margin-right: 30px
}

.sub main.archive article figure img {
  width: 140px;
  height: 140px;
  border-radius: 50%
}

@media screen and (max-width:750px) {
  .sub main.archive article figure img {
    width: 80px;
    height: 80px
  }
}

@media screen and (max-width:750px) {
  .sub main.archive article figure {
    margin-right: 1.5rem
  }
}

.sub main.archive article a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.sub main.archive article a hgroup {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.sub main.archive article a hgroup h1 {
  font-size: 1.8rem
}

@keyframes fixani {
  0% {
    transform: translate3d(0, -100px, 0);
  }
  100% {
    transform: translate3d(0, -100px, 0);
  }
}
@keyframes fixout {
  0% {
    transform: translate3d(0, -316px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}



.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.wp-pagenavi span, .wp-pagenavi a {
  border: none;
  padding: 6px 12px !important;
}
.wp-pagenavi span.current {
  background: #ccc;
  padding: 5px;
  border: none;
  font-weight: normal !important;
}
.wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi a {
  background: #000000;
  color: #ffffff;
  border: none !important;
}

.detail hgroup {
  padding: 24px 0;
}

.detail .blog-nav {
  padding: 2.4rem 0;
  display: flex;
  font-size: 1.3rem;
  justify-content: space-between;
}
.detail .blog-nav a {
  text-decoration: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #000000;
}
