@charset "UTF-8";
/* Sass Document */
/*
Theme Name: none
Description: A theme by 
Version: 1
Author: 
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* 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;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*****************************************************************************
ブレイクポイント
*****************************************************************************/
/**モバイルファーストで設計・コーディングを行う**/
/*****************************************************************************
 フォントサイズ
 *****************************************************************************/
html {
  font-size: 62.5%;
}

/*****************************************************************************
マージン
*****************************************************************************/
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mt105 {
  margin-top: 105px;
}

.mt110 {
  margin-top: 110px;
}

.mt115 {
  margin-top: 115px;
}

.mt120 {
  margin-top: 120px;
}

.mt125 {
  margin-top: 125px;
}

.mt130 {
  margin-top: 130px;
}

.mt135 {
  margin-top: 135px;
}

.mt140 {
  margin-top: 140px;
}

.mt145 {
  margin-top: 145px;
}

.mt150 {
  margin-top: 150px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb105 {
  margin-bottom: 105px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb115 {
  margin-bottom: 115px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb125 {
  margin-bottom: 125px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb135 {
  margin-bottom: 135px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb145 {
  margin-bottom: 145px;
}

.mb150 {
  margin-bottom: 150px;
}

/*****************************************************************************
フレックス
*****************************************************************************/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/*****************************************************************************/
.flex.no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*****************************************************************************/
.flex.jc-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex.jc-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.jc-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex.jc-bt {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.jc-sa {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/*****************************************************************************/
.flex.al-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.al-btm {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex.al-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.al-bl {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex.al-st {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #333;
  background: #fff;
  transition: z-index 0ms 5.28455ms;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-image: url(../images/bg.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite;
}

.body_wrap {
  width: 767px;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 767px), print {
  .body_wrap {
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }
}

.content {
  padding: 20px 20px 150px 20px;
  background: rgba(255, 255, 255, 0.5);
}

a {
  text-decoration: none;
}

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.4rem;
}

img {
  max-width: 100%;
}

figure.event {
  margin-top: 1em;
}

/*=========================================
#title
=========================================*/
.area-title {
  margin-top: 0.83em;
}

/*=========================================
#drawer
=========================================*/
.drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 130;
  width: 40%;
  height: 100vh;
  background-color: #ff5b9d;
  transition: opacity 0.3s, visibility 0.3s;
}

.drawer.is-active {
  visibility: visible;
  opacity: 1;
}

.drawer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

.drawer__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.drawer__link {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .drawer {
    width: 100%;
  }
}
/*=========================================
#slick
=========================================*/
.slick-next:before {
  color: #ff0268 !important;
  position: absolute;
  right: 50px;
  top: -10px;
  font-size: 40px !important;
}

.slick-prev:before {
  color: #ff0268 !important;
  position: absolute;
  left: 50px;
  top: -10px;
  font-size: 40px !important;
}

.slick-prev {
  z-index: 100;
}

.slick-dots li.slick-active button:before {
  color: #ff0268 !important;
}

@media screen and (max-width: 767px) {
  .slick-next:before {
    right: 30px;
    top: -26px;
  }
  .slick-prev:before {
    left: 30px;
    top: -26px;
  }
}
.slick-slide img {
  width: 100%;
}

/*****************************************************************************
ヘッダー
*****************************************************************************/
.header {
  background-color: #ff5b9d;
  width: 767px;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .header {
    width: 100%;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.header__inner .header__tel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__inner .header__tel-number {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 20px 0;
}
.header__inner .header__tel-number::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/tell-icon.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header__inner .header__tel-number-text {
  margin-left: 32px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px), print {
  .header__inner .header__tel-number-text {
    font-size: 1.4rem;
  }
}
.header__right {
  display: flex;
  align-items: center;
  position: relative;
}
.header__right__recruit {
  line-height: 1;
}
.header__right__recruit-button {
  text-decoration: none;
  color: #ff0268;
  font-size: 14px;
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px), print {
  .header__right__recruit-button {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.header__right__hamburger {
  position: relative;
  z-index: 150;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: inline-block;
  padding: 20px;
  margin-left: 20px;
}
.header__right__hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.header__right__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__right__hamburger.is-active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.header__right__hamburger span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  transition: transform 0.3s;
  background-color: #fff;
}
.header__right__hamburger span.is-active {
  background-color: #fff;
}
.header__right__hamburger span:nth-child(1) {
  top: 25%;
}
.header__right__hamburger span:nth-child(2) {
  top: 50%;
}
.header__right__hamburger span:nth-child(3) {
  top: 75%;
}
.header__right__drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 130;
  width: 40%;
  height: 100vh;
  background-color: #ff5b9d;
  transition: opacity 0.3s, visibility 0.3s;
}
.header__right__drawer.is-active {
  visibility: visible;
  opacity: 1;
}
.header__right__drawer__drawer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}
.header__right__drawer__drawer-inner__nav__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.header__right__drawer__drawer-inner__nav__list__item__link {
  color: #fff;
}

/*****************************************************************************
共通
*****************************************************************************/
.body_wrapper {
  width: 767px;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
}

/*****************************************************************************
ページタイトル
*****************************************************************************/
.bl-content {
  margin-bottom: 60px;
}

.bl-content_title {
  background-color: #ff5b9d;
  font-size: 2.4rem;
  position: relative;
  color: #fff;
  padding: 10px 0 10px 70px;
  font-weight: 600;
}

.bl-content_inner {
  padding: 20px;
}

/*****************************************************************************
新人情報
*****************************************************************************/
.newcomer-title:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images//new-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 20px;
  top: 14px;
}

/*****************************************************************************
写メ日記
*****************************************************************************/
.photo-title:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/camera-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 20px;
  top: 14px;
}

.photo-item-list .photo-item {
  width: calc(33.3333333333% - 20px);
}
.photo-item-list .photo-item img {
  width: 100%;
  height: auto;
}
.photo-item-list span {
  display: inline-block;
  font-size: 1.4rem;
}
.photo-item-list p.photo-item-title {
  font-size: 1.6rem;
}

.btn-inner {
  margin-top: 40px;
  text-align: center;
}
.btn-inner .btn {
  font-weight: bold;
  color: #fff;
  background-color: #ff0268;
  border-radius: 10px;
  text-align: center;
  padding: 10px 40px;
  font-size: 1.8rem;
  display: inline-block;
}
.btn-inner .btn:hover {
  opacity: 0.7;
  transition: all 0.3s ease-out;
}

/*****************************************************************************
年齢確認ページ
*****************************************************************************/
.main_img img {
  width: 100%;
  height: auto;
}

.access_nav ul {
  margin-bottom: 4rem;
}
.access_nav ul li {
  width: 60%;
  margin: 2rem auto;
}
.access_nav ul li:last-child {
  margin-bottom: 0;
}
.access_nav ul li a {
  display: block;
  text-align: center;
  padding: 20px 40px;
  background: #ff0268;
  color: #fff;
  border-radius: 100px;
  line-height: 1.5;
}
.access_nav ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px), print {
  .access_nav ul li a {
    padding: 10px 20px;
  }
}

.info_txt {
  position: relative;
  padding-left: 78px;
  width: 80%;
  margin: 0 auto;
  background: #ff5b9d;
  color: #fff;
  padding: 20px 20px 20px 98px;
}
@media screen and (max-width: 767px), print {
  .info_txt {
    width: 100%;
    padding-left: 0;
    padding: 96px 20px 20px 20px;
  }
}
.info_txt::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 66px;
  background: url(../images/index_mark.png) no-repeat;
  top: 15px;
  left: 20px;
}
@media screen and (max-width: 767px), print {
  .info_txt::before {
    top: 20px;
    left: calc(50% - 34px);
  }
}

/*****************************************************************************
求人情報ページ
*****************************************************************************/
.new_icon_title {
  margin-bottom: 2rem;
}
.new_icon_title:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/strawberry-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 20px;
  top: 14px;
}

.cast_list_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.cast_list_block .cast-item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px), print {
  .cast_list_block .cast-item {
    width: calc((100% - 20px) / 2);
  }
}
.cast_list_block .cast-item a {
  display: block;
}
.cast_list_block .cast-item .cast-item-intro {
  padding: 10px;
  font-size: 1.4rem;
  color: #fff;
  background: #ff5b9d;
  line-height: 1;
  text-align: center;
}
.cast_list_block .cast-item .cast-item-intro span {
  font-weight: bold;
}
.cast_list_block .cast-item .cast-img-wrap {
  padding: 10px;
  background: #fff;
}
.cast_list_block .cast-item .cast-img-wrap .cast-img {
  overflow: hidden;
}
.cast_list_block .cast-item .cast-img-wrap .cast-img img {
  width: 100%;
  height: auto;
  transition: 0.3s all;
}
.cast_list_block .cast-item .cast-img-wrap .cast-img img:hover {
  transform: scale(1.2, 1.2);
  opacity: 0.7;
}
.cast_list_block .cast-item .cast-info {
  padding: 10px;
  background: #fff;
}
.cast_list_block .cast-item .cast-info .cast-point {
  text-align: center;
  background-color: #ff5b9d;
  padding: 10px;
  color: #fff;
  margin-bottom: 1.5rem;
}
.cast_list_block .cast-item .cast-info .cast-name {
  font-weight: 600;
  text-align: center;
}
.cast_list_block .cast-item .cast-info .cast-stle {
  font-size: 1.4rem;
  text-align: center;
}
.cast_list_block .cast-item .cast-info .cast-type {
  margin-top: 1.5rem;
}
.cast_list_block .cast-item .cast-info .cast-type li {
  display: inline-block;
  text-align: center;
  width: calc(50% - 2px);
  font-size: 1.2rem;
  padding: 5px;
  background-color: #fd0065;
  color: #fff;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px), print {
  .cast_list_block .cast-item .cast-info .cast-type li {
    font-size: 1rem;
  }
}

.no1-logo {
  position: relative;
  border: 3px solid #ffd700;
}

.no1-logo::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/no1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 5px;
}

.no2-logo {
  position: relative;
  border: 3px solid #c0c0c0;
}

.no2-logo::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/no2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 5px;
}

.no3-logo {
  position: relative;
  border: 3px solid #c47222;
}

.no3-logo::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/no3.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 5px;
}

.new-logo {
  position: relative;
}

.new-logo::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/new-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 4px;
}

/*****************************************************************************
イベントページ
*****************************************************************************/
/*****************************************************************************
コスプレ一覧ページ
*****************************************************************************/
.cos_title {
  margin-bottom: 2rem;
}
.cos_title:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/strawberry-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 20px;
  top: 14px;
}

.cos_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cos_block::after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 1rem);
}
@media screen and (max-width: 767px), print {
  .cos_block::after {
    width: calc(50% - 1rem);
  }
}
.cos_block .cos_block_item {
  width: calc(33.3333333333% - 1rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px), print {
  .cos_block .cos_block_item {
    width: calc(50% - 1rem);
  }
}
.cos_block .cos_block_item img {
  width: 100%;
  height: auto;
}
.cos_block .cos_block_item .cos_caption {
  padding: 1rem;
  text-align: center;
  background-color: #ff0268;
  color: #fff;
}

/*****************************************************************************
プレイの流れページ
*****************************************************************************/
.flow_block {
  padding-bottom: 4rem;
}
.flow_block .flow_article .flow_list {
  margin: 50px 0 100px 0;
  position: relative;
}
.flow_block .flow_article .flow_list::before {
  content: "";
  background: url(../images/flow-parts.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 35px;
  bottom: -70px;
  left: calc(50% - 50px);
}
.flow_block .flow_article .flow_list dl {
  background-color: #fff;
  border: #ff5b9d 3px solid;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .flow_block .flow_article .flow_list dl {
    display: block;
  }
}
.flow_block .flow_article .flow_list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12%;
  background: #ff5b9d;
  line-height: 1;
  color: #FFF;
}
@media screen and (max-width: 767px), print {
  .flow_block .flow_article .flow_list dl dt {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
}
.flow_block .flow_article .flow_list dl dd {
  display: block;
  width: 88%;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 767px), print {
  .flow_block .flow_article .flow_list dl dd {
    width: 100%;
  }
}
.flow_block .flow_article .start_box {
  background-color: #f8416c;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.flow_block .flow_article .start_box p {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 10px 0;
  border-top: #fff 2px dotted;
  border-bottom: #fff 2px dotted;
}
.flow_block .flow_article .start_box p::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/hurt-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  left: 30px;
}
.flow_block .flow_article .start_box p::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/hurt-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  right: 30px;
}
.flow_block .flow_article .last_list::before {
  content: "";
  background: none;
}

/*****************************************************************************
プレイ料金ページ
*****************************************************************************/
.play_content_block {
  margin-top: 40px;
  margin-bottom: 40px;
}
.play_content_block .play_content_title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.play_content_block .play_content_table {
  border: 1px solid;
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
}
.play_content_block .play_content_table tr {
  border: 1px solid #ff5b9d;
}
.play_content_block .play_content_table tr th {
  width: 40%;
  padding: 10px;
  border: 1px solid #ff5b9d;
  background-color: #ff8ebb;
  color: #fff;
  font-weight: normal;
}
.play_content_block .play_content_table tr td {
  width: 60%;
  padding: 10px;
  background-color: #fff;
}
.play_content_block .play_content_intro {
  font-size: 1.4rem;
  margin-top: 10px;
}
.play_content_block .cose_col {
  margin-bottom: 40px;
}
.play_content_block .cose_col .cose_title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  padding: 10px;
  color: #fff;
  background: #ff5b9d;
  line-height: 1;
}
.play_content_block .cose_col .cose_banner {
  margin-bottom: 20px;
  line-height: 0;
}
.play_content_block .cose_col .cose_banner img {
  width: 100%;
  height: auto;
}
.play_content_block .cose_col .cose_info p {
  margin-bottom: 20px;
}
.play_content_block .cose_col .cose_info h4 {
  padding: 10px 20px;
  color: #fff;
  background: #ff5b9d;
  display: inline-block;
  border-radius: 16px;
  font-size: 1.4rem;
}
.play_content_block .cose_col .cose_info ul {
  margin-top: -20px;
  padding: 30px 20px 20px 20px;
  border: 2px solid #ff5b9d;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.play_content_block .cose_col .cose_info ul li {
  background: #fd5097;
  color: #fff;
  font-size: 1.4rem;
  width: calc((100% - 40px) / 3);
  padding: 10px;
}
@media screen and (max-width: 767px), print {
  .play_content_block .cose_col .cose_info ul li {
    width: calc((100% - 20px) / 2);
  }
}
.play_content_block .cose_col .cose_info ul li::before {
  content: "♥";
  padding-right: 0.5rem;
}
.play_content_block h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  padding: 10px;
  color: #fff;
  background: #ff5b9d;
  line-height: 1;
}
.play_content_block .price_table {
  border: 1px solid;
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
}
.play_content_block .price_table tr {
  border: 1px solid #ff5b9d;
}
.play_content_block .price_table tr th {
  width: 50%;
  padding: 10px;
  border: 1px solid #ff5b9d;
  background-color: #ff8ebb;
  color: #fff;
  font-weight: normal;
}
.play_content_block .price_table tr td {
  width: 50%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ff5b9d;
}
.play_content_block .option_block {
  margin-bottom: 20px;
}
.play_content_block .option_block h4 {
  padding: 10px 20px;
  color: #fff;
  background: #ff5b9d;
  display: inline-block;
  border-radius: 16px;
  font-size: 1.4rem;
}
.play_content_block .option_block ul {
  margin-top: -20px;
  padding: 30px 20px 20px 20px;
  border: 2px solid #ff5b9d;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.play_content_block .option_block ul li {
  background: #fd5097;
  color: #fff;
  font-size: 1.4rem;
  width: calc((100% - 20px) / 2);
  padding: 10px;
}
.play_content_block .option_block ul li::before {
  content: "♥";
  padding-right: 0.25rem;
}
.play_content_block .note_title {
  background-color: rgba(238, 255, 2, 0.6941176471);
  color: #333;
  padding: 10px;
  margin-bottom: 20px;
}
.play_content_block .note_col {
  padding: 10px;
  margin-bottom: 20px;
}
.play_content_block .note_col h4 {
  font-size: 1.6rem;
  font-weight: bold;
}
.play_content_block .prohibited_title {
  background-color: rgba(255, 2, 2, 0.6941176471);
  color: #333;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
}
.play_content_block .prohibited_col {
  padding: 10px;
}
.play_content_block .prohibited_col ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.play_content_block .prohibited_col ul li {
  list-style-type: disc;
  margin-left: 20px;
}

/*****************************************************************************
求人情報ページ
*****************************************************************************/
.main_icon_title {
  margin-bottom: 2rem;
}
.main_icon_title:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/strawberry-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 20px;
  top: 14px;
}

.recruit_block .recruit_img img {
  width: 100%;
  height: auto;
}
.recruit_block .recruit_content {
  padding-bottom: 4rem;
}
.recruit_block .recruit_content .intro_block {
  padding: 20px;
  background-color: #fff;
}
.recruit_block .recruit_content .intro_block .intro_txt {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
.recruit_block .recruit_content .intro_block ul li {
  margin-bottom: 1rem;
}
.recruit_block .recruit_content .intro_block ul li:last-child {
  margin-bottom: 0;
}
.recruit_block .recruit_content .intro_block ul li::before {
  content: "♡";
  padding-right: 0.5rem;
}
.recruit_block .recruit_content .intro_block .back_btn {
  margin-top: 20px;
  text-align: center;
}
.recruit_block .recruit_content .infomation_block {
  margin-top: 4rem;
}
.recruit_block .recruit_content .infomation_block h3.info_title {
  background-color: #ff5b9d;
  font-size: 2rem;
  position: relative;
  color: #fff;
  padding: 10px 0 10px 10px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.recruit_block .recruit_content .infomation_block table.recruit-table {
  border: 1px solid;
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
}
.recruit_block .recruit_content .infomation_block tr.recruit-tr {
  border: 1px solid #d2bea5;
}
.recruit_block .recruit_content .infomation_block th {
  width: 40%;
  padding: 10px;
  border: 1px solid #d2bea5;
  background-color: #F6F3E5;
  color: #330000;
  font-weight: normal;
}
@media screen and (max-width: 767px), print {
  .recruit_block .recruit_content .infomation_block th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
  }
}
.recruit_block .recruit_content .infomation_block td {
  width: 60%;
  padding: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px), print {
  .recruit_block .recruit_content .infomation_block td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
.recruit_block .recruit_content .infomation_block .back_btn {
  margin-top: 2rem;
  text-align: center;
}

/*****************************************************************************
404ページ
*****************************************************************************/
#not_found {
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  #not_found {
    padding: 40px 0;
  }
}

.title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px), print {
  .title {
    margin-bottom: 4rem;
  }
}

.back_btn {
  margin-top: 6rem;
}
@media screen and (max-width: 767px), print {
  .back_btn {
    margin-top: 4rem;
  }
}
.back_btn a {
  display: inline-block;
  background: #ff0268;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  padding: 10px 40px;
}
.back_btn a:hover {
  opacity: 0.7;
}

/*****************************************************************************
プロフィールページ
*****************************************************************************/
.main_data_text {
  margin: 40px 0;
}

.profile_cont {
  position: relative;
  margin-top: 40px;
}
.profile_cont:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../images/dec.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -10px;
}
.profile_cont:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../images/dec-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.profile_cont p.profile_title {
  color: #ff0268;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 2.4rem;
}
.profile_cont .cast_name {
  text-align: center;
  position: relative;
}
.profile_cont .cast_name span {
  font-size: 1.6rem;
}
.profile_cont .cast_type {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.profile_cont .cast_type li {
  font-size: 1.4rem;
  padding: 5px 20px;
  background-color: #fd5097;
  color: #fff;
  border-radius: 100px;
}

.main_data_cont .main_data_text dl {
  margin: 0 auto;
  display: table;
  width: calc(100% - 200px);
  box-sizing: border-box;
  margin-bottom: 10px;
  border-bottom: 1px dashed #f72d79;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px), print {
  .main_data_cont .main_data_text dl {
    width: 100%;
  }
}
.main_data_cont .main_data_text dl dt {
  display: table-cell;
  width: 35%;
  padding: 10px;
  color: #f72d79;
  font-weight: bold;
}
.main_data_cont .main_data_text dl dd {
  display: table-cell;
  width: 65%;
  padding: 10px;
}
.main_data_cont .main_data_text .message_block {
  margin-top: 40px;
}
.main_data_cont .main_data_text .message_block h3 {
  background: url(../images/title-long.jpg) no-repeat;
  width: 100%;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  font-weight: bold;
  text-align: left;
  font-size: 1.6rem;
}
.main_data_cont .main_data_text .message_block p {
  padding: 20px;
  background-color: #fff;
}

.main_data_tex3,
.main_data_tex4 {
  margin-bottom: 20px;
}
.main_data_tex3 h5,
.main_data_tex4 h5 {
  background: url(../images/title-long.jpg) no-repeat;
  width: 100%;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.main_data_tex3 ul,
.main_data_tex4 ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10px;
}
.main_data_tex3 ul li,
.main_data_tex4 ul li {
  color: #fff;
  font-size: 1.4rem;
  width: calc((100% - 30px) / 4);
  padding: 10px;
}
@media screen and (max-width: 767px), print {
  .main_data_tex3 ul li,
  .main_data_tex4 ul li {
    width: calc((100% - 20px) / 2);
  }
}
.main_data_tex3 ul li.ok,
.main_data_tex4 ul li.ok {
  background: #fd5097;
}
.main_data_tex3 ul li.ng,
.main_data_tex4 ul li.ng {
  border: 1px solid #A5A5A5;
  background: #A4A4A4;
  color: #fff;
}

.schedule_box {
  margin-bottom: 40px;
  border: 4px solid #ff9bb6;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.schedule_box h5 {
  width: 114px;
  height: 98px;
  display: inline-block;
  vertical-align: top;
  line-height: 98px;
  text-align: center;
  background: url(../images/title-sch.jpg) no-repeat;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px), print {
  .schedule_box h5 {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: url(../images/title-long.jpg) no-repeat;
    color: #fff;
    font-size: 1.2rem;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-weight: bold;
    text-align: left;
  }
}
.schedule_box .table_box {
  width: calc(100% - 124px);
}
@media screen and (max-width: 767px), print {
  .schedule_box .table_box {
    width: 100%;
  }
}
.schedule_box .table_box .krc_calendar {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 5px;
}
@media screen and (max-width: 767px), print {
  .schedule_box .table_box .krc_calendar {
    display: block;
  }
}
.schedule_box .table_box .krc_calendar li {
  width: calc((100% - 30px) / 7);
  border: 1px solid #43C606;
  background: #fff;
  align-items: center;
}
@media screen and (max-width: 767px), print {
  .schedule_box .table_box .krc_calendar li {
    width: 100%;
  }
}
.schedule_box .table_box .krc_calendar li p {
  background-color: #43C606;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
}
.schedule_box .table_box .krc_calendar li span {
  display: block;
  text-align: center;
  padding: 10px 0;
  color: #666;
  font-size: 1.2rem;
}

/*****************************************************************************
フッター
*****************************************************************************/
.footer {
  width: 767px;
  position: fixed;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 101;
}
@media screen and (max-width: 767px), print {
  .footer {
    width: 100%;
  }
}
.footer__nav ul {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
}
.footer__nav ul li {
  text-align: center;
  list-style: none;
}
.footer__nav ul li .footer__nav-icon {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
}
.footer__nav ul li .footer__nav-text {
  font-size: 1.6rem;
}
.footer__nav ul li .footer__nav-link {
  display: block;
  padding: 16px 0;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.footer__nav ul li .footer__nav-link:hover {
  opacity: 0.7;
  transition: all 0.3s ease-out;
}
.footer__nav ul li .footer__nav-link--phone {
  background-color: #ff5b9d;
}
.footer__nav ul li .footer__nav-link--line {
  background-color: #01b901;
}
.footer__nav ul li .footer__nav-link--envelope {
  background-color: #f39800;
}
.footer__copyright-inner {
  text-align: center;
  background-color: #ff0268;
  padding: 20px 0;
  color: #fff;
  font-size: 1.4rem;
}/*# sourceMappingURL=style.css.map */


.schedule_datas {
    margin-bottom: 1rem;
}

.schedule_datas ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.schedule_datas ul li {
}

.schedule_datas ul li a {
    display: block;
    padding: 10px 20px;
    background: #ff5b9d;
    border-radius: 100px;
    color: #fff;
}

.schedule_datas ul li a:hover {
    opacity:.7;
}


/**追加**/
.banner_list {
margin-top: 20px;
}
.banner_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.banner_list ul li {
    width: calc(100% / 2 - 5px);
}

.banner_list ul li img {
 width:100%;
 height: auto;
}