@charset "utf-8";
/*************************************************************
 *
 * Copyright (c) 2025 ysrock Co., Ltd.	<info@ysrock.co.jp>
 * Copyright (c) 2025 Yasuo Sugano	<sugano@ysrock.co.jp>
 *
 * Version	: 1.0.0
 * Update	  : 2025.06.20
 *
 *************************************************************/

#bigBanner {
  display: block;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: -1;
}
#main {
  background-color: #000;
  text-align: center;
}


/**
 * 共通
 */
#main > div.spa {
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  text-align: center;
  position: relative;
  transition: all .5s ease-in-out;
  top: 80px;
  opacity: 0;
  filter: blur(8px);
}
#main > div.spa.visible {
  top: 0;
  opacity: 1;
  filter: blur(0);
}
#main > div.spa:nth-child(odd) * {
  color: #000;
}
#main > div.spa:nth-child(even) {
  background-color: #4f091e;
}
#main > div.spa:nth-child(even) * {
  color: #fff;
}
#main > div.spa h2 {
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-color: #000;
  line-height: 1em;
}
#main > div.spa:nth-child(even) h2 {
  border-bottom-color: #fff;
}
#main > div.spa > div.wrap {
    margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  /* px */

  #main > div.spa {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #main > div.spa h2 {
    width: 150px;
    margin: 0 auto 50px;
    padding-top: 5px;
    padding-bottom: 8px;
    border-bottom-width: 5px;
    font-size: 24px;
  }
  #main > div.spa > div.wrap {
    width: 1000px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px){
	/* px/8.5 */

  #main > div.spa {
    padding-top: 5.8548vw;
    padding-bottom: 5.8548vw;
  }
  #main > div.spa h2 {
    width: 17.5644vw;
    margin: 0 auto 5.8548vw;
    padding-top: 0.5854vw;
    padding-bottom: 0.9367vw;
    border-bottom-width: 0.5854vw;
    font-size: 2.8103vw;
  }
  #main > div.spa > div.wrap {
    width: 95vw;
  }
}
@media screen and (max-width: 640px){
	/* px/4 */

  #main > div.spa {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  #main > div.spa h2 {
    width: 37.5vw;
    margin: 0 auto 10vw;
    padding-top: 1.25vw;
    padding-bottom: 2vw;
    border-bottom-width: 1.25vw;
    font-size: 6vw;
  }
  #main > div.spa > div.wrap {
    width: 95vw;
  }
}



/**
 * イベント
 */
#event > div.wrap > div.eventWindow {  
  overflow: hidden;
}
#event > div.wrap > div.eventWindow > ul.image {
  display: flex;
  padding: 0;
}
#event > div.wrap > div.eventWindow > ul.image::before,
#event > div.wrap > div.eventWindow > ul.image::after {
  content: "";
  display: list-item;
}
#event > div.wrap > div.eventWindow > ul.image > li > a > img {
  width: 100%;
}
#event > div.wrap > ul.dot {
  display: flex;
  justify-content: center;
}
#event > div.wrap > ul.dot > li {
  background-color: #6c6b6c;
  border-radius: 50%;
  box-shadow: .1em .1em .1em 0 #000 inset;
  cursor: pointer;
}
#event > div.wrap > ul.dot > li.active {
  background-color: #a3272c;
}
@media print, screen and (min-width: 1025px) {
  /* px */

  #event > div.wrap > div.eventWindow > ul.image::before,
  #event > div.wrap > div.eventWindow > ul.image::after {
    padding-left: 20px;
  }
  #event > div.wrap > div.eventWindow > ul.image > li {
    min-width: 960px;
    width: 960px;
    height: 345px;
    padding: 0 20px;
  }

  #event > div.wrap > ul.dot {
    height: 55px;
    padding: 20px 0;
  }
  #event > div.wrap > ul.dot > li {
    width: 15px;
    height: 15px;
    margin: 0 10px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px){
	/* px/8.5 */

  #event > div.wrap > div.eventWindow > ul.image::before,
  #event > div.wrap > div.eventWindow > ul.image::after {
    padding-left: 2vw;
  }
  #event > div.wrap > div.eventWindow > ul.image > li {
    min-width: 91vw;
    width: 91vw;
    padding: 0 2vw;
  }

  #event > div.wrap > ul.dot {
    padding: 2.3419vw 0;
  }
  #event > div.wrap > ul.dot > li {
    width: 1.7564vw;
    height: 1.7564vw;
    margin: 0 1.1709vw;
  }
}
@media screen and (max-width: 640px){
	/* px/4 */

  #event > div.wrap > div.eventWindow > ul.image::before,
  #event > div.wrap > div.eventWindow > ul.image::after {
    padding-left: 2vw;
  }
  #event > div.wrap > div.eventWindow > ul.image > li {
    min-width: 91vw;
    width: 91vw;
    padding: 0 2vw;
  }

  #event > div.wrap > ul.dot {
    padding: 3vw 0 4vw;
  }
  #event > div.wrap > ul.dot > li {
    width: 3.75vw;
    height: 3.75vw;
    margin: 0 2vw;
  }
}



/**
 * 即ヒメ
 */
#castSoon {
  margin: 0 auto;
}
#castSoon > div.wrap > iframe {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  /* px */

  #castSoon {
    padding-top: 50px;
  }
  #castSoon > div.wrap {
    width: 1000px;
    height: 241px;
  }
  #castSoon > div.wrap > iframe.large {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px){
	/* px/8.5 */

  #castSoon {
    padding-top: 5.8548vw;
  }
  #castSoon > div.wrap {
    position: relative;
    width: 95vw;
    padding-top: calc(25% + 41px);
  }
  #castSoon > div.wrap > iframe.medium {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px){
	/* px/4 */

  #castSoon {
    padding-top: 12.5vw;
  }
  #castSoon > div.wrap {
    position: relative;
    width: 95vw;
    padding-top: calc(50% + 41px);
  }
  #castSoon > div.wrap > iframe.small {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}


/**
 * 新人情報
 */
#newFace > ul.newFaceWrap {
  overflow: hidden;
}
#newFace > ul.newFaceWrap > li {
  position: relative;
  transition: left .5s ease-in-out, right .5s ease-in-out;
  transition-delay: .2s;
}
#newFace > ul.newFaceWrap > li:nth-child(odd) {
  left: -50%;
}
#newFace.visible > ul.newFaceWrap > li:nth-child(odd) {
  left: 0;
}
#newFace > ul.newFaceWrap > li:nth-child(even) {
  right: -50%;
}
#newFace.visible > ul.newFaceWrap > li:nth-child(even) {
  right: 0;
}
#newFace > ul.newFaceWrap > li > a {
  display: inline-block;
}
#newFace > ul.newFaceWrap > li > pre {
  flex: 1;
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
#newFace > ul.newFaceWrap > li > a > img {
  width: 100%;
}

#newFace > a {
  display: inline-block;
  border-style: solid;
  border-color: #000;
  outline-style: solid;
  outline-color: #000;
  outline-offset: 0;
  color: #000;
  line-height: 1em;
  text-decoration: none;
  transition: all 1s cubic-bezier(.19, 1, .22, 1);
}
#newFace > a:hover {
  background-color: #000;
  color: #fff;
  outline-color: transparent;
}
@media print, screen and (min-width: 1025px) {
  /* px */

  #newFace > ul.newFaceWrap {
    display: flex;
    width: 1000px;
    margin: 0 auto;
  }
  #newFace > ul.newFaceWrap > li {
    display: flex;
    width: 50%;
  }
  #newFace > ul.newFaceWrap > li > a {
    width: 180px;
    min-width: 180px;
    margin: 0 20px;
  }
  #newFace > ul.newFaceWrap > li > pre {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 10;
  }

  #newFace > a {
    width: 220px;
    border-width: 1px;
    outline-width: 1px;
    margin-top: 40px;
    padding: 10px 8px;
    font-size: 14px;
  }
  #newFace > a:hover {
    outline-offset: 15px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px){
	/* px/8.5 */

  #newFace > ul.newFaceWrap {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  #newFace > ul.newFaceWrap > li {
    display: flex;
    width: 50%;
  }
  #newFace > ul.newFaceWrap > li > a {
    width: 21.0772vw;
    min-width: 21.0772vw;
    margin: 0 2.3419vw;
  }
  #newFace > ul.newFaceWrap > li > pre {
    font-size: 1.8735vw;
    line-height: 2.8103vw;
    -webkit-line-clamp: 10;
  }

  #newFace > a {
    width: 25.7611vw;
    border-width: 0.117vw;
    outline-width: 0.117vw;
    margin-top: 4.6838vw;
    padding: 1.1709vw 0.9367vw;
    font-size: 1.6393vw;
  }
  #newFace > a:hover {
    outline-offset: 1.7564vw;
  }
}
@media screen and (max-width: 640px){
	/* px/4 */

  #newFace > ul.newFaceWrap {
    width: 100%;
    margin: 0 auto;
  }
  #newFace > ul.newFaceWrap > li {
    display: flex;
  }
  #newFace > ul.newFaceWrap > li + li {
    margin-top: 5vw;
  }
  #newFace > ul.newFaceWrap > li > a {
    width: 42vw;
    min-width: 46vw;
    margin: 0 2vw;
  }
  #newFace > ul.newFaceWrap > li > pre {
    font-size: 3.5vw;
    line-height: 5.5vw;
    -webkit-line-clamp: 11;
  }

  #newFace > a {
    width: 55vw;
    border-width: 0.25vw;
    outline-width: 0.25vw;
    margin-top: 10vw;
    padding: 2.5vw 2vw;
    font-size: 3.5vw;
  }
  #newFace > a:hover {
    outline-offset: 3.75vw;
  }
}


/**
 * 写メ日記・求人情報
 */
#diary_recruit > div.wrap {
  display: flex;
}
#diary_recruit > div.wrap > div.recruit > a {
  display: inline-block;
}
#diary_recruit > div.wrap > div.recruit > a  > img {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  /* px */

  #diary_recruit > div.wrap > div.diary {
    width: 480px;
    height: 523px;
  }
  #diary_recruit > div.wrap > div.diary > iframe.sp {
    display: none;
  }

  #diary_recruit > div.wrap > div.recruit {
    flex: 1;
    margin-left: 20px;
  }
  #diary_recruit > div.wrap > div.recruit > h2 {
    margin-bottom: 30px;
  }
  #diary_recruit > div.wrap > div.recruit > a {
    width: 460px;
    height: 210px;
  }
  #diary_recruit > div.wrap > div.recruit > a  + a {
    margin-top: 30px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px){
	/* px/8.5 */

  #diary_recruit > div.wrap > div.diary {
    width: 50vw;
    height: 52.7vw;
  }
  #diary_recruit > div.wrap > div.diary > iframe.sp {
    display: none;
  }

  #diary_recruit > div.wrap > div.recruit {
    flex: 1;
    margin-left: 2.3419vw;
  }
  #diary_recruit > div.wrap > div.recruit > h2 {
    margin-bottom: 3.5128vw;
  }
  #diary_recruit > div.wrap > div.recruit > a {
    width: 42vw;
    height: 19.1739vw;
  }
  #diary_recruit > div.wrap > div.recruit > a  + a {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 640px){
	/* px/4 */

  #diary_recruit > div.wrap {
    display: block;
  }
  #diary_recruit > div.wrap > div.diary > iframe.pc {
    display: none;
  }
  #diary_recruit > div.wrap > div.diary > iframe.sp {
    width: 290px;
    margin: 7.5vw auto 0;
  }

  #diary_recruit > div.wrap > div.recruit {
    margin-top: 5vw;
  }
  #diary_recruit > div.wrap > div.recruit > h2 {
    margin-bottom: 7.5vw;
  }
  #diary_recruit > div.wrap > div.recruit > a {
    width: 100%;
  }
  #diary_recruit > div.wrap > div.recruit > a  + a {
    margin-top: 7.5vw;
  }
}



/**
 * 出勤情報
 */
#noSchedule {
  border-style: solid;
  border-color: #d3d3d3;
  text-align: center;
}
#schedule > div.wrap > ul.scheduleWrap {
  overflow: hidden;
}
#schedule > div.wrap > ul.scheduleWrap::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
#schedule > div.wrap > ul.scheduleWrap > li {
  float: left;
  position: relative;
}
#schedule > div.wrap > ul.scheduleWrap > li > a > img {
  width: 100%;
}
#schedule > div.wrap > ul.scheduleWrap > li > div.castInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba( 0, 0, 0, .5);
  color: #fff;
}
#schedule > div.wrap > ul.scheduleWrap > li > div.castInfo > div {
  color: #fff;
  text-align: left;
}

#schedule > a {
  display: inline-block;
  border-style: solid;
  border-color: #000;
  outline-style: solid;
  outline-color: #000;
  outline-offset: 0;
  color: #000;
  line-height: 1em;
  text-decoration: none;
  transition: all 1s cubic-bezier(.19, 1, .22, 1);
}
#schedule > a:hover {
  background-color: #000;
  color: #fff!important;
  outline-color: transparent;
}
@media print, screen and (min-width: 1025px) {
  /* px */

  #noSchedule {
    margin-top: 30px;
    border-width: 1px;
    padding: 50px 0;
    font-size: 18px;
  }

  #schedule > div.wrap > ul.scheduleWrap {
    width: 1000px;
    height: 400px;
  }
  #schedule > div.wrap > ul.scheduleWrap > li {
    min-width: 200px;
    width: 200px;
    height: 200px;
    overflow: hidden;
  }
  #schedule > div.wrap > ul.scheduleWrap > li > div.castInfo {
    padding: 5px;
  }
  #schedule > div.wrap > ul.scheduleWrap > li > div.castInfo > div.schedule {
    font-size: 14px;
  }
  #schedule > div.wrap > ul.scheduleWrap > li > div.castInfo > div.name {
    font-size: 12px;
  }

  #schedule > a {
    width: 220px;
    border-width: 1px;
    outline-width: 1px;
    margin-top: 40px;
    padding: 10px 8px;
    font-size: 14px;
  }
  #schedule > a:hover {
    outline-offset: 15px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px){
	/* px/8.5 */

  #noSchedule {
    margin-top: 3.5128vw;
    border-width: 0.117vw;
    padding: 5.8548vw 0;
    font-size: 2.1077vw;
  }

  #schedule > div.wrap > ul.scheduleWrap {
    width: 96vw;
    height: 48vw;
  }
  #schedule > div.wrap > ul.scheduleWrap > li {
    min-width: 24vw;
    width: 24vw;
    height: 24vw;
    overflow: hidden;
  }
  #schedule > div.wrap > ul.scheduleWrap > li > div.castInfo {
    padding: 0.5854vw;
  }
  #schedule > div.wrap > ul.scheduleWrap > li > div.castInfo > div.schedule {
    font-size: 1.6393vw;
  }
  #schedule > div.wrap > ul.scheduleWrap > li > div.castInfo > div.name {
    font-size: 1.4051vw;
  }

  #schedule > a {
    width: 25.7611vw;
    border-width: 0.117vw;
    outline-width: 0.117vw;
    margin-top: 4.6838vw;
    padding: 1.1709vw 0.9367vw;
    font-size: 1.6393vw;
  }
  #schedule > a:hover {
    outline-offset: 1.7564vw;
  }
}
@media screen and (max-width: 640px){
	/* px/4 */

  #noSchedule {
    margin-top: 7.5vw;
    border-width: 0.25vw;
    padding: 12.5vw 0;
    font-size: 4.5vw;
  }

  #schedule > div.wrap > ul.scheduleWrap {
    width: 96vw;
    height: 192vw;
  }
  #schedule > div.wrap > ul.scheduleWrap > li {
    min-width: 48vw;
    width: 48vw;
    height: 48vw;
    overflow: hidden;
  }
  #schedule > div.wrap > ul.scheduleWrap > li > div.castInfo {
    padding: 1.25vw;
  }
  #schedule > div.wrap > ul.scheduleWrap > li > div.castInfo > div.schedule {
    font-size: 3.5vw;
  }
  #schedule > div.wrap > ul.scheduleWrap > li > div.castInfo > div.name {
    font-size: 3vw;
  }

  #schedule > a {
    width: 55vw;
    border-width: 0.25vw;
    outline-width: 0.25vw;
    margin-top: 10vw;
    padding: 2.5vw 2vw;
    font-size: 3.5vw;
  }
  #schedule > a:hover {
    outline-offset: 3.75vw;
  }
}


/**
 * 口コミ＆直送便
 */
#review_news > div.wrap > div > iframe {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 1025px) {
  /* px */

  #review_news > div.wrap {
    display: flex;
    justify-content: space-between;
  }
  #review_news > div.wrap > div {
    width: 460px;
    height: 640px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px){
	/* px/8.5 */

  #review_news > div.wrap {
    display: flex;
    justify-content: space-between;
  }
  #review_news > div.wrap > div {
    width: 48%;
    height: 75vh;
  }
}
@media screen and (max-width: 640px){
	/* px/4 */

  #review_news > div.wrap > div {
    width: 100%;
    height: 50vh;
  }
  #review_news > div.wrap > div + div {
    margin-top: 10vw;
  }
}



/**
 * 店舗情報
 */
#shopInfo > div.wrap {
  overflow: hidden;
}
#shopInfo > div.wrap > div {
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: all .5s ease-in-out;
  transition-delay: .2s;
}
#shopInfo > div.wrap > div.maps {
  left: -50%;
}
#shopInfo.visible > div.wrap > div.maps {
  left: 0;
}
#shopInfo > div.wrap > div.info {
  right: -50%;
  text-align: left;
}
#shopInfo.visible > div.wrap > div.info {
  right: 0;
}
#shopInfo > div.wrap > div.info > table > tbody > tr > td > a {
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  /* px */

  #shopInfo > div.wrap > div.maps > iframe {
    width: 400px;
    height: 380px;
  }

  #shopInfo > div.wrap > div.info {
    width: 460px;
    margin-left: 30px;
  }
  #shopInfo > div.wrap > div.info > div.name {
    font-size: 24px;
  }
  #shopInfo > div.wrap > div.info > div.industry {
    font-size: 14px;
  }
  #shopInfo > div.wrap > div.info > table {
    margin-top: 30px;
  }
  #shopInfo > div.wrap > div.info > table > tbody > tr > th {
    width: 100px;
    font-size: 16px;
  }
  #shopInfo > div.wrap > div.info > table > tbody > tr > td {
    padding: 6px 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px){
	/* px/8.5 */

  #shopInfo > div.wrap > div.maps > iframe {
    width: 80vw;
    height: 40vw;
  }

  #shopInfo > div.wrap > div.info {
    width: 80vw;
    margin-top: 3.5128vw;
  }
  #shopInfo > div.wrap > div.info > div.name {
    font-size: 2.8103vw;
  }
  #shopInfo > div.wrap > div.info > div.industry {
    font-size: 1.6393vw;
  }
  #shopInfo > div.wrap > div.info > table {
    margin-top: 3.5128vw;
  }
  #shopInfo > div.wrap > div.info > table > tbody > tr > th {
    width: 11.7096vw;
    font-size: 1.8735vw;
  }
  #shopInfo > div.wrap > div.info > table > tbody > tr > td {
    padding: 0.7025vw 0;
    font-size: 1.8735vw;
  }
}
@media screen and (max-width: 640px){
	/* px/4 */

  #shopInfo > div.wrap > div.maps > iframe {
    width: 90vw;
    height: 50vh;
  }

  #shopInfo > div.wrap > div.info {
    margin-top: 7.5vw;
  }
  #shopInfo > div.wrap > div.info > div.name {
    font-size: 6vw;
  }
  #shopInfo > div.wrap > div.info > div.industry {
    font-size: 3.5vw;
  }
  #shopInfo > div.wrap > div.info > table {
    margin-top: 3vw;
  }
  #shopInfo > div.wrap > div.info > table > tbody > tr > th {
    display: block;
    padding-top: 3vw;
    font-size: 4vw;
    line-height: 1em;
  }
  #shopInfo > div.wrap > div.info > table > tbody > tr > td {
    display: block;
    padding: 2vw 0;
    font-size: 4vw;
    line-height: 1em;
  }
}


/**
 * リンク
 */
#site > div.wrap > a {
  display: inline-block;
}
#site > div.wrap > a > img {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  /* px */

  #site > div.wrap > a {
    width: 400px;
    margin: 0 25px 25px;
  }

  #site > h2:not(:first-of-type) {
    margin-top: 50px!important;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px){
	/* px/8.5 */

  #site > div.wrap > a {
    width: 46.8384vw;
    margin: 0 2.9274vw 2.9274vw;
  }

  #site > h2:not(:first-of-type) {
    margin-top: 5.8548vw!important;
  }
}
@media screen and (max-width: 640px){
	/* px/4 */

  #site > div.wrap > a {
    width: 90vw;
    margin-bottom: 6.25vw;
  }

  #site > h2:not(:first-of-type) {
    margin-top: 12.5vw!important;
  }
}



/**
 * 届け出済み
 */
@media print, screen and (min-width: 1025px) {
  /* px */

  #reported > div > br.sp {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px){
	/* px/8.5 */

  #reported > div > br.sp {
    display: none;
  }
}
@media screen and (max-width: 640px){
	/* px/4 */

  #reported > div {
    font-size: 4vw;
    line-height: 6vw;
  }
}



@media print, screen and (min-width: 1025px) {
  /* px */

}