@import url("reset.css");


.dosp{
	display: none !important;
}

/* 共通項目 */
html { font-size: 62.5%; }

body {
  font-family: "Noto Serif JP", serif;
  color: white;
  font-size: 1.3rem;
  letter-spacing: 0.15rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: #191b2b;
}

img{
  /* max-width: 100%; */
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  vertical-align: top;
  /* margin: auto; */
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover{
	-webkit-transition: all .3s;
	transition: all .3s;
}



a {
  opacity: 1;
  transition: opacity 0.5s;
}

a:hover {
  opacity: 0.7;
}

/* table{
	margin: 0 auto 20px auto;
	border-collapse: separate;
	border-spacing: 0px 10px;
	box-sizing: border-box;
}
tr{
	box-sizing: border-box;
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
}
th{
	padding: 10px;
	color: #111;
	text-align: center;
	background-color: #fff;
	vertical-align: middle;
	box-sizing: border-box;
}
td{
	padding: 10px;
	color: #111;
	text-align: left;
	background-color: #fff;
	vertical-align: middle;
	box-sizing: border-box;
} */


/* input[type="submit"] {
	-webkit-appearance: none;
	border: none;
} */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
.clearfix{
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* input, select {
  vertical-align: middle;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  margin-top: -2px;
  padding: 5px 10px;
  box-sizing: border-box;
} */



.v_center {
  display: flex;
  align-items: center;
}
.center {
  text-align: center;
  justify-content: center;
}

.lt50 {
  letter-spacing: 0.05em;
}

.lt100 {
  letter-spacing: 0.1em;
}
.lt200 {
  letter-spacing: 0.2em;
}

.logo {
  position: fixed;
  top: 70px;
  left: 60px;
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  z-index: 500;
}


.font_cinzel {
  font-family: "Cinzel Decorative", cursive;
}

.bottom {
  display: flex;
  align-items: flex-end;
}

.content-box {
  box-sizing: content-box;
}


.w {
  padding-left: 150px;
  padding-right: 150px;
}

.pt_m {
  padding-top: 115px;
}

.pt_l {
  padding-top: 234px;
}

.pt_lm {
  padding-top: 234px;
}

.pt_lmm {
  padding-top: 0px;
}

.wxx {
  padding-right: 85px;
  padding-left: 85px;
  padding-left: 115px;
}

.max {
  max-width: 1200px;
  margin: 0 auto;
}
.max680 {
  max-width: 680px;
  margin: 0 auto;
}
.max950 {
  max-width: 950px;
  margin: 0 auto;
}

.max1000 {
  max-width: 1000px;
  margin: 0 auto;
}


.max_left {
  margin-left: 0;
}


.mb_set .ll_text {
  margin-left: -4px;
}

.mb_set .mb_s {
  margin-bottom: 6px;
}

.mb_set .mb_ss {
  margin-bottom: -1px;
}


.l_text {
  font-size: 1.5rem;
  line-height: 2.1rem;
}

.ll_text {
  font-size: 4.8rem;
  line-height: 6.5rem;
}

.mb_set .mb_m {
  margin-bottom: 8px;
}

.text {
  font-size: 1.3rem;
  line-height: 2rem;
}

.mm_text {
  font-size: 0.9rem;
  line-height: 1.3;
}

.first_text {
  margin-bottom: 40px;
}

.fz-spsize {
  text-align: center;
}

.fz-spsize {
  padding-top: 0.2rem;
  font-size: 1.2rem;
  padding-right: 0rem;
}


.top_btn_in {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 15px;

  display: flex;
  justify-content: center;
}

.rect_button {
  border: solid 1px white;
  display: inline-flex;
  align-items: flex-end;
}
.rect_button span {
  padding: 0.3rem 1.1rem 0.2rem;
  font-size: 1.4rem;
}

.rect_button .arrow {
  background: url(/img/arrow.svg) center/contain no-repeat;
  margin: 1.1rem 2.2rem 0.75rem 0;
}
.mb_set .mb_last {
  margin-bottom: 38px;
}

.moreButton {
  width: 120px !important;
}


.circle {
  border: solid 1px white;
  border-radius: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}


.fixed_circle {
  position: fixed;
  right: 127px;
  bottom: 50px;
  width: 9.9rem;
  height: 9.9rem;
  border: solid 1px white;
  border-radius: 9.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 500;
}

.fixed_circle span {
  font-size: 1.4rem;
  line-height: 1.35rem;
}

.arrow {
  display: inline-block;
  height: 6px;
  width: 22px;
  transition: background-image 0.5s;
  background: url(/img/arrow.svg) center/contain no-repeat;
}

.fixed_circle .arrow {
  transition: all 0.2s;
  position: relative;
  top: 12%;
  width: 29%;
  transform: translateX(0px);
}

.fixed_circle:hover .arrow {
  transform: translateX(5px);
}

.scroll_down {
  position: fixed;
  right: 63px;
  bottom: 60px;
  z-index: 500;
}

.scroll_down span {
  writing-mode: vertical-rl;
  font-size: 1rem;
  line-height: 1.4;
  padding-bottom: 15px;
  display: block;
}


.scroll_down .arrow_bottom {
  position: relative;
  left: 50%;
}


.arrow_bottom {
  display: inline-block;
  width: 7px;
  height: 64px;
  transition: background-image 0.5s;
  background: url(/img/arrow_bottom.svg) center/contain no-repeat;
}

@media screen and (max-width: 1600px) {
  .fixed_circle {
      right: 30px;
  }
  .scroll_down {
    right: 19px;
    bottom: 117px;
  }
  .scroll_down span {
    padding-bottom: 7px;
  }
  .scroll_down .arrow_bottom {
    width: 6px;
    height: 47px;
  }
}



/* index.php */
main.index2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: 0;
  flex-grow: 0;
}

main {
  flex-grow: 1;
  background: top/cover no-repeat;
  display: block;
  /* margin-top: 67px; */
  padding-bottom: 100px;
}

main.index .mv_wrap h1 {
  font-size: 6.8rem;
  line-height: 1.32;
}

main.index .mv_wrap h1 > img {
  width: 62.3rem;
  margin-bottom: 1rem;
}

main.index .mv_wrap h2 {
  font-size: 3.1rem;
  line-height: 1.32;
}

main.index .text_wrap .text1 {
  font-size: 1.9rem;
  line-height: 1.36;
  margin-bottom: 16px;
}

main.index .text_wrap .text2 {
  font-size: 1.4rem;
  line-height: 1.35;
  margin-bottom: 85px;
  text-align: left;
}

main.index .indexBtn {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;

}

.indexBtn .enterBtn, .indexBtn .leaveBtn {
  display: inline-block;
  padding: 25px 50px;
  border: 1px solid #f2ddae;
  font-size: 2.0rem;
  line-height: 1.35;
  transition: all 0.3s;
  font-family: "Noto Serif JP", serif;
}

.indexBtn a, .leaveBtn a{
  /* padding: 18px 0 18px 0; */
  color: #fff;
  text-align: center;
  display: block;
}

.indexBtn a:hover, .leaveBtn a:hover{
  color: #fff;
  box-shadow: 0 0 10px #fff inset;
}

.warningText{
  margin-top: 50px;
}



main.index .text_wrap .copyright {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 30px;
}

.one_screen {
  height: 911px;
}


main.index .text_wrap .link .contentTitle{
  font-size: 2.4rem;
  padding-bottom: 20px;
}
main.index .text_wrap .link .contentTitle span{
  font-size: 1.4rem;
}

main.index .text_wrap .linkBanner > div{
  margin-bottom: 5px;
}



/* header.php */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header {
  display: flex;
  justify-content: center;
  /* padding-top: 33px; */
  /* padding-left: 30px; */
  /* padding-right: 30px; */
  align-items: center;
  background-color: #0000001c;
  padding: 25px;
}


.header .header_links {
  line-height: 1.3;
}

.header .header_links ul {
  display: flex;
}

.header .header_links ul li.active {
  border-bottom: solid 1px white;
}

.header .header_links ul li:not(:last-child) {
  /* margin-right: 35px; */
  margin-right: 25px;
}

.header .header_links ul li {
  position: relative;
}


.header-nav {
  display: flex;
  align-items: center;
  list-style: none;
}
.header-nav li {
  position: relative;
  margin-right: 40px;
}
.header-nav li::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.header-nav li.current:after {
  background: #fff;
}
.header-nav li a {
  color: #fff;
  text-decoration: none;
  /* color: #707070; */
}



/* footer.php */
footer {
  margin-top: -50px;
}

footer p {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  padding: 10px;
}


.footer_fixed {
  position: fixed;
  z-index: 100;
  right: 100px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer_fixed a {
  height: 71px;
  display: block;
}

.footer_fixed_linepc {
  text-align: center;
  margin: 20px auto;
}
.footer_fixed_linepc > img {
  width: 55px;
  margin: 0 auto;
}

.footer_fixed a svg {
  width: 300px;
  height: 71px;
}


/* top.php */

main.index2.lazyloaded {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

main.index2.lazyloaded:before {
}

main.index2 .content_Title {
  font-size: 2.5rem;
  line-height: 1.32;
  margin-bottom: 50px;
  /* background-color: #ffffffb5; */
  /* background-image: url(/img/pickup_title_1.png); */
  background-repeat: no-repeat;
  padding: 10px 0 10px 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: center;
}

main.index2 .content_Title img{
  width: 350px;
}


main.index2 .topRankNo1{
  width: 1000px;
  margin: auto;
}


main.index2 .swiper-container {
  width: 100%;
  overflow: hidden;
  /* height: 76vh; */
  position: relative;
  /* top: 120px; */
  text-align: center;
}

main.index2 .swiper-container .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

main.index2 .swiper-container .bg img {
  height: 100%;
  object-fit: cover;
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.logo > img {
  width: 1.8rem;
}

main.index2 .swiper-container .swiper-wrapper .slide_box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  /* display: flex; */
  /* align-items: flex-end; */
}

main.index2 .swiper-container .swiper-button-next,
main.index2 .swiper-container .swiper-button-prev {
  color: #fff;
}

main.index2 .swiper-container .swiper-button-next:after,
main.index2 .swiper-container .swiper-button-prev:after {
  font-size: 3rem;
}


main.index2 .swiper-container .swiper-wrapper .slide_box .mb_set {
  position: relative;
  z-index: 10;
  left: calc(50% - 340px);
}

.top_btn_in .rect_button .arrow {
  transition: transform 0.5s;
  transform: translateX(0px);
}



/* top.php */
.top-container .text_wrap{
  /* background-color: #ffffffb5; */
  color: white;
  width: 1000px;
  margin: auto;
}

.top-container .text_wrap .text1 {
  font-size: 2.0rem;
  line-height: 1.36;
  margin-bottom: 16px;
  text-align: center;
  /* background-color: black; */
  color: white;
  padding: 20px;
}

.top-container .text_wrap .text2 {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 85px;
  text-align: center;
  padding-bottom: 20px;
}

.top-container ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}

.top-container ul li {
  width: calc(93% / 4);
  overflow: hidden;
}

.top-container ul li img{
  max-width: 100%;
}

.top-container ul li .prof_inner{
  background-color: #0000001c;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}




/* howto.php */
main.howTo.lazyloaded {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}


.text.first_text {
  font-size: 1.5rem;
  line-height: 1.6;
}

.steps .step {
  display: flex;
  justify-content: space-between;
  height: 205px;
  margin-bottom: 45px;
}
.steps .step:last-child {
  margin-bottom: 0;
  box-sizing: content-box;
}

.steps .step .step_img_wrap {
  position: relative;
}

.steps .step .step_number {
  position: absolute;
  width: 41px;
  height: 41px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .steps .step .step_img_wrap {
      width: fit-content;
  }
  .steps .step:nth-child(2n + 1) .step_img_wrap {
    margin-right: 30px;
  }
  .steps .step:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .steps .step img {
    height: 100%;
    width: 294px;
    object-fit: contain;
  }
  .steps .step .step_number {
    top: 0;
  }
  .sp {
    display: none !important;
  }
  .steps .step .step_content {
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .steps .step:nth-child(2n) .step_content {
    margin-right: 30px;
  }
  .steps .step .step_text {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  .steps .step .step_number {
    top: 0;
  }
  .steps .step:last-child {
    padding-bottom: 128px;
  }
  .steps .step .step_content {
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .steps .step .step_number {
      bottom: 3px;
      right: 3px;
  }
}



/* system.php */

body.system .lazyloaded {
  background: center/cover no-repeat;
}

body.system .price {
  padding-bottom: 123px;
}

@media screen and (max-width: 767px) {
  body.system .price {
      padding-bottom: 96px;
  }
}

body.system main > div > * {
  max-width: 1040px;
}

body.system .mb_set .mb_ms {
  margin-bottom: 7px;
}

body.system .mb_set .mb_mss {
  margin-bottom: 15px;
}
body.system .mb_set .mb_l {
  margin-bottom: 5px;
}

body.system .mb_set .mb_ll {
  margin-bottom: 29px;
}

body.system .mb_set .mb_xl {
  margin-bottom: 5px;
}

body.system .mb_set .mb_xll {
  margin-bottom: 38px;
}

body.system .mb_set .mb_xslll {
  margin-bottom: 35px;
}

body.system .mb_set .mb_ssll {
  margin-bottom: 17px;
}
body.system .mb_set .mb_xsll {
  margin-bottom: 35px;
}

body.system .mt_20 {
  margin-top: 20px;
}
body.system .red {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

body.system .cp_ttl{
  line-height: 1.8;
}

body.system .cp_txt {
  line-height: 2.0;
}

/* body.system .cp_txt span{
  display: block;
  border-bottom: 1px solid red;
  padding-bottom: 0px;
  margin-bottom: 15px;
  width: 35%;
} */


body.system .max583 {
  max-width: 583px;
}


.scroll_wrap {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body.system table.nowrap {
  white-space: nowrap;
}

.bgcolor-amber {
  background-color: rgba(79, 53, 42, 0.5);
}

table {
  width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.mini th,
table.mini td,
table .mini th,
table .mini td {
  padding-top: 10px;
  padding-bottom: 10px;
}

td, th {
  vertical-align: top;
  padding: 0;
}

table th, table td {
  font-weight: inherit;
  text-align: center;
  border-top: solid 1px white;
  border-left: solid 1px white;
  padding: 13px 12px;
  font-size: 1.4rem;
  vertical-align: middle;
}

table th:last-child, table td:last-child {
  border-right: solid 1px white;
}

table tr:last-child th, table tr:last-child td {
  border-bottom: solid 1px white;
}


#indexPage table th, #indexPage table td {
  font-weight: inherit;
  text-align: center;
  border-top: none;
  border-left: none;
  padding: 0;
  font-size: 1.4rem;
  vertical-align: middle;
}

#indexPage table th:last-child, #indexPage table td:last-child {
  border-right: none;
}

#indexPage table tr:last-child th,#indexPage table tr:last-child td {
  border-bottom: none;
}


.link table th, .link table td {
  font-weight: inherit;
  text-align: center;
  border-top: none;
  border-left: none;
  padding: 0;
  font-size: 1.4rem;
  vertical-align: middle;
}

.link table th:last-child, .link table td:last-child {
  border-right: none;
}

.link table tr:last-child th,.link table tr:last-child td {
  border-bottom: none;
}






.pt_s {
  padding-top: 40px;
}
.cp_ttl {
  font-size: 2rem;
  line-height: 1.8;
}
.cp_txt {
  font-size: 1.8rem;
  line-height: 1.8;
}

body.system .class_table_img_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

body.system .class_table_img_wrap .l_table {
  width: 60%;
}

body.system .class_table_img_wrap img {
  object-fit: contain;
}

body.system .class_table_img_wrap img {
  width: 37.5%;
}

.scroll_wrap {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.steps .step .step_point {
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
  color: #272727;
  padding: 4px 15px;
  font-size: 2.3rem;
}

body.system .steps .step .step_content .step_content_inner {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}



body.system .tosettle-img{
  width: 650px;
}


/* recruit.php */
main.recruit .recruit_woman_staff .hira_sans {
  font-family: "Hiragino Kaku Gothic ProN";
}

main.recruit .recruit_woman_staff .w_600 {
  font-weight: 600;
}
main.recruit .mb_set .mb_xl {
  margin-bottom: 7px;
}
main.recruit .mb_set .mb_xxl {
  margin-bottom: 50px;
}

main.recruit .recruit_woman_staff .text_mll {
  font-size: 1.9rem;
}

main.recruit .recruit_woman_staff .lh_20 {
  line-height: 1.33;
}

main.recruit .recruit_woman_staff .lh_25 {
  line-height: 1.66;
}
main.recruit .recruit_woman_staff .lh_28 {
  line-height: 1.86;
}
main.recruit .recruit_woman_staff .lh_35 {
  line-height: 2.3;
}

main.recruit .recruit_woman_staff .lh_40 {
  line-height: 2.6;
}

main.recruit .recruit_woman_staff .mb_12 {
  margin-bottom: 1.2rem;
}

main.recruit .recruit_woman_staff .mb_16 {
  margin-bottom: 1.6rem;
}

main.recruit .recruit_woman_staff .mb_35 {
  margin-bottom: 3.5rem;
}

main.recruit .recruit_woman_staff .mb_42 {
  margin-bottom: 4.2rem;
}

main.recruit .recruit_woman_staff .mb_55 {
  margin-bottom: 5.5rem;
}

main.recruit .recruit_woman_staff .mb_62 {
  margin-bottom: 6.2rem;
}
main.recruit .recruit_woman_staff .mb_80 {
  margin-bottom: 8rem;
}

main.recruit .recruit_woman_staff .mb_127 {
  margin-bottom: 12.7rem;
}

main.recruit .recruit_woman_staff .recruit_table th {
  border-color: #272727;
  font-size: 2rem;
  font-weight: 400;
}

main.recruit .recruit_woman_staff .recruit_table td {
  text-align: left;
  padding: 2.5rem 4rem;
  border-color: #272727;
}

@media screen and (min-width: 1000px) {
  main.recruit .recruit_woman_staff .recruit_table th {
      width: 24rem;
      text-align: left;
      padding-left: 6rem;
  }
}


main.recruit .recruit_mv.lazyloaded {
  background: url(/img/recruit/recruit_gradient.png) 100% 100%/100% 100% no-repeat;
}

main.recruit .recruit_mv {
  padding: 133px 136px 75px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

main.recruit .recruit_mv .recruit_mv_inner {
  width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  max-height: 580px;
}
main.recruit .recruit_mv .recruit_mv_inner .recruit_mv_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  height: 100%;
}

main.recruit .recruit_mv .recruit_mv_inner .recruit_mv_text_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 580px;
}

main.recruit .recruit_mv .recruit_mv_inner .recruit_mv_text_wrap .recruit_mv_left {
    writing-mode: vertical-rl;
}

main.recruit .recruit_mv .recruit_mv_inner .recruit_mv_text_wrap .recruit_mv_left .recruit_mv_left_ja {
    position: relative;
    font-size: 9rem;
    letter-spacing: 0.5em;
    margin-left: 6rem;
    white-space: nowrap;
    margin-top: -3rem;
    max-height: 580px;
}
main.recruit .recruit_mv .recruit_mv_inner .recruit_mv_text_wrap .recruit_mv_left .recruit_mv_left_en {
    font-size: 1.6rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.2em;
}

main.recruit .recruit_mv .recruit_mv_inner .recruit_mv_text_wrap .recruit_mv_right {
    padding-right: 6.8rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
    max-width: 53rem;
    max-height: 100%;
}
main.recruit .recruit_mv .recruit_mv_inner .recruit_mv_text_wrap .recruit_mv_right .mv_text_l {
    font-size: 1.6rem;
    line-height: 2.25;
}

main.recruit .recruit_mv .recruit_mv_inner .recruit_mv_text_wrap .recruit_mv_right .mv_text_s,
main.recruit .recruit_mv .recruit_mv_inner .recruit_mv_text_wrap .recruit_mv_right .mv_text_s * {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

main.recruit .recruit_mv .recruit_mv_inner .recruit_mv_text_wrap .recruit_mv_right .mv_text_s {
    line-height: 1.9;
    max-height: 22vh;
    overflow-y: auto;
    margin-right: -4rem;
    padding-right: 4rem;
}

main.recruit .recruit_mv .recruit_mv_inner .recruit_mv_text_wrap .recruit_mv_right .mv_text_s .simplebar-track.simplebar-vertical {
    background: #ffffff;
    width: 1px;
}

main.recruit .recruit_mv .recruit_mv_inner .recruit_mv_text_wrap .recruit_mv_right .mv_text_s .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    opacity: 1;
    border-radius: 0;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: #7400b1;
}




main.recruit .recruit_qa_title {
  position: absolute;
  left: 125px;
  top: 100px;
  font-size: 40px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  writing-mode: vertical-rl;
}
main.recruit .qa_wrap {
  margin: 0 auto 100px;

}

.recruit main.recruit .qa_wrap {
  padding-top: 10.8rem;
  padding-right: 26rem;
  padding-left: 26rem;
  position: relative;
}


main.recruit .qa_wrap:last-child {
  margin: 0 auto;
  padding-bottom: 50px;
}

main.recruit .qa_wrap .title_recruit {
  margin-bottom: 40px;
  font-size: 2.5rem;

}

main.recruit .title_recruit::before {
  /* content: "";
  display: inline-block;
  width: 58px;
  height: 1px;
  background: white;
  margin-right: 23px; */
}

main.recruit .qa_wrap .qa_content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 50px;
}

main.recruit .qa_wrap .qa_q_wrap {
  margin-bottom: 5px;
}

main.recruit .qa_wrap .qa_text {
  font-size: 1.5rem;
}

main.recruit .qa_wrap .qa_a_wrap {
  margin-bottom: 35px;
}

main.recruit .qa_wrap .qa_m_Text{
  font-size: 1.5rem;
  margin-bottom: 50px;
  line-height: 2.0;
}

.recruit main.recruit .qa_wrap .qa_a,
.recruit main.recruit .qa_wrap .qa_q {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 100vw;
  border: solid rgb(0, 0, 0) 1px;
  background: transparent;
  font-size: 1.9rem;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic Std", sans-serif;
  margin-right: 20px;
  flex-shrink: 0;
}

main.recruit .recruit_woman_staff {
  color: #272727;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

main.recruit .recruit_woman_staff .woman_wrap {
  padding-top: 10.8rem;
  padding-right: 26rem;
  padding-left: 26rem;
  position: relative;
}

main.recruit .recruit_woman_staff .woman_wrap .gray_bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 44rem;
  height: 79rem;
  max-width: 60%;
  background: #efefef;
}

main.recruit .recruit_woman_staff .woman_wrap .gray_bg2 {
  position: absolute;
  bottom: 35rem;
  right: 0;
  width: 51rem;
  height: 119rem;
  max-width: 60%;
  background: #efefef;
}

main.recruit .recruit_woman_staff .woman_wrap .img_bg.lazyloaded {
  background: url(/img/recruit/recruit_women.png) center/cover no-repeat;
}

main.recruit .recruit_woman_staff .woman_wrap .img_bg {
  position: absolute;
  bottom: -17rem;
  right: 0;
  width: 35rem;
  height: 76rem;
  max-width: 40%;
}
main.recruit .recruit_woman_staff .wonam_inner {
  position: relative;
  z-index: 1;
}


main.recruit .recruit_woman_staff .recruit_section_title {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.32;
  position: relative;
}


main.recruit .recruit_woman_staff .recruit_section_title .section_label {
  position: absolute;
  left: -15rem;
  transform-origin: 0% 50%;
  transform: rotate(90deg);
  font-size: 4rem;
}

main.recruit .recruit_woman_staff .recruit_section_title::after {
  content: "";
  display: block;
  height: 1px;
  width: 5.8rem;
  background: #272727;
  position: absolute;
  right: calc(100% + 2.3rem);
  top: 50%;
  transform: translateY(-50%);
}


main.recruit .recruit_woman_staff .text_mll > .l_text {
  margin-left: 2rem;
}

main.recruit .recruit_woman_staff .scroll_box {
  max-height: 38.4rem;
  overflow: hidden auto;
  position: relative;
  padding-right: 14rem;
  margin-right: -14rem;
}

main.recruit .recruit_woman_staff .scroll_box::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/img/recruit/recruit_scroll.png) center/contain no-repeat;
  width: 2.7rem;
  height: 1.3rem;
  top: 10.1rem;
  right: 1rem;
  transform-origin: 100% 50%;
  transform: rotate(-90deg) translate(0%, 0%);
}

main.recruit .recruit_woman_staff .scroll_box .simplebar-track.simplebar-vertical {
    background: #808080;
    margin-top: 15.1rem;
    width: 1px;
    transform: translate(0.5px, 0px);
    margin-right: 1rem;
}


main.recruit .recruit_woman_staff .scroll_box .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    opacity: 1;
    border-radius: 0;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: #7400b1;
}

main.recruit .recruit_woman_staff .scroll_box::after {
  content: "SCROLL DOWN";
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0.1em;
  position: absolute;
  transform-origin: 100% 50%;
  right: 1rem;
  top: 0;
  transform: rotate(-90deg) translate(0%, 0);
}

main.recruit .recruit_woman_staff .recruit_table {
  max-width: 77rem;
}

main.recruit .recruit_woman_staff .staff_wrap {
  padding-top: 20rem;
  padding-right: 26rem;
  padding-left: 26rem;
  position: relative;
}

main.recruit .recruit_woman_staff .staff_wrap .gray_bg1 {
  position: absolute;
  width: 54rem;
  height: 162rem;
  background: #efefef;
  top: 12rem;
  left: 15rem;
  max-width: 40%;
}

main.recruit .recruit_woman_staff .staff_wrap .gray_bg2 {
  position: absolute;
  width: 54rem;
  height: 104rem;
  max-width: 50%;
  right: 10%;
  bottom: 9rem;
  background: #efefef;
}

main.recruit .recruit_woman_staff .staff_wrap .img_bg {
  position: absolute;
  bottom: 90rem;
  right: 0;
  width: 58rem;
  height: 75rem;
  max-width: 50%;
}

main.recruit .recruit_woman_staff .staff_wrap .img_bg.lazyloaded {
  background: url(/img/recruit/recruit_treatment.png) center/cover no-repeat;
}


main.recruit .recruit_woman_staff .staff_wrap .staff_inner {
  position: relative;
  z-index: 1;
}


main.recruit .recruit_qa.lazyloaded {
  background: url(/img/recruit/recruit_qa.png) center/cover no-repeat;
}

main.recruit .recruit_qa {
  position: relative;
  padding: 143px 26rem;
}

main.recruit .recruit_qa .recruit_qa_title {
  position: absolute;
  left: 125px;
  top: 100px;
  font-size: 40px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  writing-mode: vertical-rl;
}
main.recruit .recruit_qa .qa_wrap {
  margin: 0 auto 100px;;
}

main.recruit .recruit_qa .qa_wrap:last-child {
  margin: 0 auto;
}

main.recruit .recruit_qa .qa_wrap .title_recruit {
  margin-bottom: 40px;
  font-size: 2.5rem;

}

main.recruit .title_recruit::before {
  /* content: "";
  display: inline-block;
  width: 58px;
  height: 1px;
  background: white;
  margin-right: 23px; */
}

main.recruit .recruit_qa .qa_wrap .qa_content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px;
}

main.recruit .recruit_qa .qa_wrap .qa_q_wrap {
  margin-bottom: 20px;
}

main.recruit .recruit_qa .qa_wrap .qa_a,
main.recruit .recruit_qa .qa_wrap .qa_q {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100vw;
  border: solid white 1px;
  background: transparent;
  font-size: 1.9rem;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic Std", sans-serif;
  margin-right: 20px;
  flex-shrink: 0;
}
main.recruit .recruit_qa .qa_wrap .qa_text {
  font-size: 1.5rem;
}

main.recruit .recruit_qa .qa_wrap .qa_a_wrap {
  margin-bottom: 50px;
}

main.recruit .recruit_qa .qa_wrap .qa_m_Text{
  font-size: 1.5rem;
  margin-bottom: 50px;
  line-height: 2.0;
}


main.recruit .recruit_qa .qa_wrap .qa_a {
  color: white;
}
main.recruit .recruit_contact.lazyloaded {
  background: url(/img/recruit/recruit_gradient.png) center/100% 100% no-repeat;
}
main.recruit .recruit_contact {
  padding: 100px 80px;
}

main.recruit .recruit_contact .recruit_contact_wrap.lazyloaded {
  background: url(/img/recruit/recruit_contact.png) center/cover no-repeat;
}

main.recruit .recruit_contact .recruit_contact_wrap {
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 90px 100px;
  position: relative;
}

main.recruit .recruit_contact .recruit_contact_wrap .contact_title {
  font-size: 4rem;
  font-family: "Helvetica";
  font-weight: bold;
}

main.recruit .circle {
  width: 9.9rem;
  height: 9.9rem;
  border: solid 1px white;
  border-radius: 9.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 500;
}

main.recruit .circle span {
  font-size: 1.4rem;
  line-height: 1.35rem;
}

main.recruit .circle .arrow {
  position: relative;
  top: 12%;
  width: 29%;
  transform: translateX(0px);
}
main.recruit .circle span {
    font-size: 1.4rem;
    line-height: 1.35rem;
}







/* contact.php */
main.contact.lazyloaded {
  background-size: cover;
  background-repeat: no-repeat;
}

main.contact .mb_set .mb_xl {
  margin-bottom: 75px;
}
main.contact .pd_last {
  padding-bottom: 127px;
}

main.contact .mb_set .mb_l {
  margin-bottom: 15px;
}

main.contact .mb_set .mb_ll {
  margin-bottom: 25px;
}

.wpcf7-form-control-wrap {
  position: relative;
}

main.contact .contact_form input[type="text"],
main.contact .contact_form input[type="email"] {
  height: 38px;
}


main.contact .contact_form input:not([type="submit"]),
main.contact .contact_form textarea {
  font-size: 16px;
  padding: 5px 15px;
  width: 100%;
}
main.contact .contact_form textarea {
  height: 122px;
}


.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

main.contact .contact_form select {
  font-size: 16px;
  padding: 5px 15px;
  width: 100%;
  height: 38px;
  position: relative;
}

main.contact .contact_form .white_border {
  border: solid 1px white;
}

main.contact .contact_form option {
  color: black;
}

main.contact .contact_form .select_wrap::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 2px white;
  border-bottom: solid 2px white;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-75%) rotate(45deg);
}

main.contact .contact_form .submit_wrap {
  text-align: center;
}
.round_button {
  background-color: transparent;
  border: solid white 1px;
  border-radius: 24px;
  min-height: 29px;
  min-width: 157px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 15px;
}

main.contact .contact_form input[type="submit"] {
  margin-right: auto;
  margin-left: auto;
  min-width: 157px;
  width: 157px;
}

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;
}

*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

main.contact .contact_form .select_wrap {
  position: relative;
}


/* cast.php */
main.casts.lazyloaded {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.casts_wrap {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-right: -30px;
  padding-bottom: 98px;
}

.casts_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  margin-right: inherit !important;
  gap: 30px !important;
  width: inherit !important;
}

.casts_wrap .cast {
  display: block;
  margin-right: 30px;
  flex-basis: calc(33% - 30px);
  margin-bottom: 34px;
}

.casts_wrap .cast {
  margin-right: 0 !important;
  flex-basis: inherit;
  flex-direction: column !important;
  gap: 99px !important;
  display: flex !important;
}


.casts_wrap .cast .images_wrap {
  position: relative;
  color: #272727;
  margin-bottom: 38px;
  padding-top: 69%;
}

.casts_wrap .cast .images_wrap {
  padding-top: 165% !important;
  margin-bottom: 0 !important;
}


.casts_wrap .cast .images_wrap {
  padding-top: 0 !important;
}


.casts_wrap .cast img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.casts_wrap .cast img {
  position: relative !important;
  max-height: 355px !important;
  height: 355px !important;
}

.casts_wrap .cast .cast-name {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
  background-color: white;
  padding: 1.1rem 0.9rem 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.35em;
  transform: translate3d(0, 0);
  box-sizing: content-box;
  width: 1em;
  text-align: center;
  word-break: break-all;
}

main.casts .casts_wrap a .cast-name {
  display: none;
}

.castDataContainer {
  position: absolute !important;
  bottom: -84px !important;
  left: 0 !important;
  width: 100% !important;
}

.castDataContainer {
  position: relative !important;
  bottom: 0 !important;
}

.castDataInner {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 0;
}

.casts_wrap .cast .en_age_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
}


.casts_wrap .cast .en_age_wrap {
  grid-template-columns: 2fr 0.7fr !important;
  position: unset !important;
  flex-direction: column;
  bottom: unset !important;
  left: unset !important;
  width: 100% !important;
  align-items: center !important;
  color: #000 !important;
  background: #fff;
  width: 100%;
  padding: 0.2rem;
  gap: 3px;
}

main.casts .casts_wrap a .en_age_wrap .font_cinzel {
  font-family: "Noto Serif JP", serif;
}

.casts_wrap .cast .en_age_wrap .name_en {
  font-size: 2.3rem;
  padding: 0.4rem 2.6rem 0.1rem 1.5rem;
  background-color: white;
  line-height: 1.34;
}
.casts_wrap .cast .en_age_wrap .name_en {
  font-size: 1.85rem !important;
  padding: 0 !important;
}

.casts_wrap .cast .en_age_wrap .age {
  font-size: 1.3rem;
  padding: 0.2rem 1rem 0.2rem 0.6rem;
  background-color: white;
  line-height: 1.46;
}

.casts_wrap .cast .en_age_wrap .age {
  padding: 0 !important;
  background-color: inherit !important;
  line-height: inherit !important;
  display: inline-block;
}

.data-wrapper {
  position: inherit !important;
  left: inherit !important;
}

.data-inner {
  transform: translateX(0%);
  white-space: nowrap;
  background-color: white;
  line-height: 1.46;
  font-size: 1.3rem;
  padding: 0 0.2rem 0.4rem 0.2rem !important;
  display: flex;
  flex-direction: column !important;
  justify-content: center;
  align-items: center !important;
  gap: 6px;
}
.data-inner {
  white-space: unset;
}

.data-grade,
.data-position {
  padding-right: 10px;
  padding: 0.1rem 1rem;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #000;
}


.images_wrap .rect_button {
  margin-top: 2rem !important;
}
.images_wrap .rect_button span {
  color: white;
}

.casts_wrap .cast .rect_button .arrow {
  transition: transform 0.5s;
  transform: translateX(0px);
}

.casts_wrap .cast:hover .rect_button .arrow {
  transform: translateX(10px);
}

.data-new {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  border: solid #ffffff 1px;
  color: black;
  padding: 2px 12px;
}






/* 検索BOX */
.tax_title {
  margin-bottom: 11px;
  font-size: 22px;
}


.search_title {
  margin-bottom: 8px;
}
.search_inputs_wrap {
  margin-bottom: 23px;
  display: inline-flex;
  max-width: 100%;
}
.search_inputs_wrap .search_input {
  padding: 0 15px;
  margin-right: 15px;
  font-size: 16px;
  width: 326px;
}
.search_inputs_wrap .search_button {
  text-align: center;
}
.tax_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
  margin-right: -15px;
}
.tax_wrap:last-child {
  margin-bottom: 28px;
}
.tax_wrap.tag_wrap {
  margin-bottom: 23px;
}
.tax_wrap .tag {
  margin-bottom: 13px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .tax_wrap .tag {
      min-height: 29px;
      min-width: 157px;
  }
}
.tax_wrap .tag.active {
  background-color: white;
  color: #272727;
}


/* schedule.php */
main.casts.schedule.lazyloaded {
  background-position: bottom center;
}


.casts_wrap.schedule_wrap {
  padding-bottom: 30px;
}

.rect_back_button {
  border: solid 1px white;
  display: inline-flex;
  align-items: flex-end;
}
.rect_back_button span {
  padding: 0.3rem 1.1rem 0.2rem;
  font-size: 1.4rem;
}
.rect_back_button .arrow {
  background: url(/img/arrow_back.svg) center/contain no-repeat;
  margin: 1.1rem 0rem 0.75rem 2.4rem;
  transition: transform 0.5s;
}

.rect_back_button:hover .arrow {
  transform: translateX(-10px);
}


.btn_wrap {
  margin-bottom: 60px;
}

.btn_wrap a {
  display: inline-block;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 5px 100px;
}

.time{
  font-size: 1.8rem;
  padding: 0.5rem 1.5rem;
}

main.casts .casts_wrap a .en_age_wrap .time.font_cinzel {
  font-family: "Cinzel Decorative", cursive;
}


/* profile.php */
main.cast {
  position: relative;
}

main.cast.lazyloaded {
  background-attachment: unset;
}

main.cast.lazyloaded {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

main.cast .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

main.cast .bg {
  position: fixed;
}

main.cast .wxx {
  position: relative;
}
main.cast .cast_inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .gallery {
      display: none;
  }
}

main.cast .castMovie{
  width: 680px;
}

main.cast .castMovie video{
  width: 680px;
  margin-bottom: 50px;
}



main.cast .f_middle_wrap {
  display: flex;
  align-items: center;
}

main.cast .f_middle_wrap .ll_text {
  margin-right: 17px;
}
main.cast .f_middle_wrap .circle {
  width: 41px;
  height: 41px;
}
main.cast .f_middle_wrap .circle span {
  font-size: 0.9rem;
}
main.cast .mb_set .mb_ml {
  margin-bottom: 23px;
}
main.cast .mb_set .mb_ll {
  margin-bottom: 36px;
}

main.cast .mb_set .mb_ms {
  margin-bottom: 14px;
}
main.cast .mb_set .mb_last {
  margin-bottom: 0;
  padding-bottom: 63px;
}


main.cast table.tag {
  width: unset;
}

table.mini th, table.mini td, table .mini th, table .mini td {
  padding-top: 10px;
  padding-bottom: 10px;
}

table .mini td.lt200{
  font-size: 1.6rem;
}

.profile footer p{
  position: unset;
}

.gallery_item {
  opacity: 1 !important;
  transition: outline 0.5s;
  outline: solid 1px transparent;
}

main.cast .gallery-height {
  position: relative;
  z-index: -10;
  margin-top: -528px;
  opacity: 0;
}

.profile .price-Title{
  font-size: 1.8rem;
  margin-bottom: 10px;
}


.profile .left_Container{
  width: 35%;
  float: left;
}



.profile .right_Container{
  width: 45%;
  float: left;
}

.profile .right_Container ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.profile .right_Container ul li {
  width: 50%;
  padding: 0px 5px;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
}

.profile .right_Container ul li p.mb_l {
  font-weight: 700;
  font-size: 16px;
  background-color: #c5c5c5;
  color: black;
  display: flex;
  align-items: center;
  /* border: 1px solid #a7a7a7; */

}

.profile .right_Container ul li p span{
  font-weight: 700;
  font-size: 16px;
  color: rgb(255, 255, 255);
  background-color: black;
  margin-right: 10px;
  padding: 10px;
  position: relative;
}

.profile .right_Container ul li p span:after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(0, 0, 0, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:10px;
  border-right-width:10px;
  margin-left: -10px;
  border-top-color:#000000;
  top:100%;
  left:50%;
}



.profile .right_Container ul li p.answer{
  background-color: rgb(241 241 241);
  padding: 36;
  margin-bottom: 5px;
  /* border-radius: 10px; */
  padding: 10px 10px 36px;
  color: black;
}









@media screen and (min-width: 768px) {
  main.cast .max_l {
    max-width: 688px;
  }

  main.cast .max_s {
    max-width: 387px;
  }

  main.cast .max_m {
    max-width: 387px;
  }

  .gallery .gallery_item {
    width: 141px;
    margin-left: 14px;
    margin-bottom: 10px;
}

  .pc_gallery {
    position: static;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    overflow-x: scroll;
    /* height: 240px; */
    margin-bottom: 36px;
  }
  .pc_gallery .pc_gallery_item {
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 1rem;
    opacity: 1 !important;
    transition: outline 0.5s;
    outline: solid 1px transparent;
  }

  .pc_gallery .pc_gallery_item:hover {
    outline: solid 1px white;
    outline-offset: -1px;
  }
  .pc_gallery .pc_gallery_item img,
  .pc_gallery .pc_gallery_item video {
      max-width: 100%;
      max-height: 100%;
      object-fit: cover;
  }
}



/* news.php */
main.news .casts_wrap {
  margin-bottom: 30px;
}

main.news .casts_wrap {
  /* padding-bottom: 0px; */
}


main.news .casts_wrap .cast {
  gap: 0 !important;
}

main.news .casts_wrap .cast img{
  object-fit: cover;
}

main.news .casts_wrap .date {
  margin-bottom: 10px;
  margin-top: 10px;
}
main.news .casts_wrap .news_title {
  margin-bottom: 19px;
  min-height: 40px;
}

/* newsdetail.php */

main.news_single .mb_set .mb_mll {
  margin-bottom: 36px;
}

main.news_single .w_img {
  width: 40%;
  object-fit: contain;
}

main.news_single .mb_set .mb_ml {
  margin-bottom: 14px;
}

main.news_single .mb_set .mb_l {
  margin-bottom: 15px;
}

main.news_single .mb_set .mb_xl {
  margin-bottom: 40px;
}
main.news_single .mb_set .mb_xxl {
  margin-bottom: 127px;
}

/* ranking.php */
.ranking .pt_m {
  padding-bottom: 90px;
}


h2.title {
  font-weight: bold;
  padding: 2% 1%;
  font-size: 1.8rem;
  margin-bottom: 0px;
}

body.ranking main.casts .casts_wrap{
  display: block !important;
  padding-bottom: 20px;
}

.ranking main.casts .casts_wrap .castRank{
  background-color: #000000;
  font-size: 2.0rem;
  padding: 5px;
  text-align: center;
  color: white;
}

.ranking main.casts .casts_wrap .castData{
  display: flex;
  background: #ffffff;
  padding: 5px;
}

.ranking .casts_wrap .cast .en_age_wrap {
  background: #ffffff;
}
.ranking .casts_wrap .cast .en_age_wrap .name_en {
  background: #ffffff;
}
.ranking .casts_wrap .cast .en_age_wrap .age {
  background: #ffffff;
}
.ranking .data-inner {
  background: #ffffff;
}

main.casts .casts_wrap .castData .castData_img{
  width: 30%;
}

.ranking .castDataContainer {
  position: relative !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ranking .casts_wrap .cast {
  margin-bottom: 0px;
}

body.ranking main.casts .data-new{
  top: 30px;
}


/* ranking_style2  */

.ranking_style2 .ranking .pt_m {
  padding-bottom: 90px;
}


.clearfix{
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.topRankNo1 .castRank {
  width: 240px;
  float: left;
  text-align: center;
  top: 100px;
  position: relative;
  line-height: 1.3;

}

.rank{
  font-size: 40px;
  font-family: 'Playfair Display SC', serif;
  line-height: 1.3;
}

.rank .fs80{
  font-size: 80px;
}

.castRank .underline {
  border-bottom: #B40000 1px solid;
}

.topRankNo1 .castRank .personal_data_box .personal_data {
  padding: 10px;
  background: rgba(225, 225, 225, 0.8);
  color: #000;
}

.topRankNo1 .castRank .personal_data_box .personal_data .fs24{
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
}


.photo_area {
  position: relative;
  overflow: hidden;
}

.topRankNo1 .photo_area {
  width: 660px;
  height: 700px;
  float: right;
}

.topRankNo1 .photo_area .photo img {
  vertical-align: bottom;
  object-fit: cover;
  width: 660px;
  height: 700px;
  object-position: top;
}

/* .photo_area .personal_data_box {
  position: absolute;
  bottom: 10px;
  left: 0;
} */



.photo_area .photo img {
  vertical-align: bottom;
  object-fit: cover;
  width: 660px;
  height: 440px;
  object-position: top;
}



#topRanker_area {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 100px auto 50px;
}

.topRank {
  width: 250px;
  float: left;
  /* margin-right: 35px; */
  margin-bottom: 20px;
  /* overflow: hidden; */
  position: relative;
}

.topRank .castRank {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.3;
}

.topRank .rank {
  font-size: 30px;
  font-family: 'Playfair Display SC', serif;
  line-height: 1.3;
}
.topRank .rank .fs55{
  font-size: 55px;
  line-height: 1.3;
}

.topRank .photo_area .photo {
  /* width: 200px;
  height: 313px;
  object-position: top; */
}

.topRank .photo_area .personal_data {
  width: 200px;
  line-height: 1.3;
}


.topRank .photo_area .photo img{
  object-fit: cover;
  width: 250px;
  height: 440px;
}


.topRank.rank2 .castRank,
.topRank.rank3 .castRank {
  position: absolute;
  z-index: 2;
  /* background: #0000003d; */
  padding: 5px;
  left: 0px;
}
.topRank.rank2 .castRank .rankImg img,
.topRank.rank3 .castRank .rankImg img {
  width: 70px;
}

.topRank.rank2 .photo_area .personal_data,
.topRank.rank3 .photo_area .personal_data {
  width: 250px;
  line-height: 1.3;
  position: absolute;
  bottom: 0;
  padding: 10px;
  font-size: 24px;
  background: rgba(225, 225, 225, 0.8);
  color: black;
  text-align: center;
}

.topRank.rank4,
.topRank.rank5 {
  width: 160px;
  float: left;
  /* margin-right: 20px; */
  margin-bottom: 20px;
  /* overflow: hidden; */
  position: relative;
}


.topRank.rank4 .photo_area .photo img,
.topRank.rank5 .photo_area .photo img {
  object-fit: cover;
  width: 160px;
  height: 308px;
}

.topRank.rank4 .personal_data,
.topRank.rank5 .personal_data {
  width: 160px;
  line-height: 1.3;
  position: absolute;
  bottom: 0;
  padding: 10px;
  font-size: 20px;
  background: rgba(225, 225, 225, 0.8);
  color: black;
  text-align: center;
}

/* 2024-07-23追加 */
/* cast.phpの検索 */
.contentInner {
  margin: 0 auto;
  padding: 30px 0px;
}

input[type="text"],
input[type="password"] {
	width: 100%;
	box-sizing: border-box;
	height: 46px;
	font-size: 100%;
	border: 1px solid #ccc;
	padding: 2px 8px;
	border-radius: 6px;
	background: #fff;
	/* color: #422f10; */
  background: transparent;
}

input[type="checkbox"] {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #f5f5f5;
  vertical-align: bottom;
  margin-right: 5px;
  appearance: auto;
}

label {
  display: inline-block;
  margin: 5px 10px 5px 0;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.submit_button {
  font-size: 16px;
  background: #b39967a1;
  width: 200px;
  margin: 10px auto;
  padding-top: 2px;
  line-height: 35px;
  display: block;
  text-align: center;
  border: none;
  color: white;
}

.searchBox {
	margin: 10px;
	font-size: 14px;
	width: 950px;
	margin: 0 auto;
	text-align: center;

}

.searchBox .title {
	text-align: center;
	border-bottom: solid 1px #ccc;
  font-size: 22px;
  margin-top: 10px;
}

.searchBox ul {
	display: flex;
	justify-content: center;
}

.searchBox li {
	margin: 2px;
}

.searchBox .selector {
	margin: 10px;
}

.searchBox input[type="text"] {
  width: 300px;
  box-sizing: border-box;
  padding: 5px;
  font-size: 18px;
  text-align: left;
  background: #fff;
  color: #422f10;
}

select {
  box-sizing: border-box;
  height: 46px;
  font-size: 100%;
  border: 1px solid #ccc;
  padding: 2px 8px;
  border-radius: 6px;
  background: #fff;
  color: #422f10;
  margin: 0 5px;
  font-size: 20px;
  /* background: transparent; */
}


select[name="item"] {
  height: 35px;
  font-size: 100%;
  background: #ffffffd1;
  color: #4782b4;
  margin: -3px 5px;
  position: absolute;
  top: 30px;
  right: 4px;
  z-index: 9999;
}

.searchBox input[type="submit"] {
  display: inline;
  width: 100px;
  text-align: center;
  font-size: 18px;
  margin: 10px;
  border: 0;
  background: rgba(255, 255, 255, 0.20);
  box-shadow: 0 8px 32px 0 rgb(255, 255, 255 / 37%);
  backdrop-filter: blur(10.0px);
  padding: 10px;
  font-family: 'ryumin', "游明朝", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  box-shadow: 0 2px 13px #fff;
}

#lineQr #whatsappQr #wechatQr {
	width: 100px;
	display: block;
	margin-top: 5px;
}

.telopen img {
	width: 45%;
}


/* link.php */
body.link .linkInner{
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.link .linkInner .linkBanner{
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: center; */
}


body.link .linkInner div{
  width: 33%;
  /* padding: 10px; */
  border: 1px solid;
  display: block;
}

body.link .linkInner .linkBanner table{
  margin: 0 auto;
  padding: 30px 0px;
}



body.link .linkInner div img{
  max-width: 100%;
}

.fuzokunv_tab .free_keisai div {
  width:100%!important;
  text-align: center!important;
  border: none!important;
}
div.fuzokunv_exp{
  display: none;
}
.fuzokunv_tab .home a {
  font-size: 13px!important;
  color: rgb(255, 255, 255)!important;
}



#indexPage .linkBanner div{
  margin: auto;
}



/* recruit_staff.php */
.recruit_staff main.recruit .recruit_mv .recruit_mv_inner .recruit_mv_text_wrap .recruit_mv_left .recruit_mv_left_ja {
  position: relative;
  font-size: 6.5rem;
  letter-spacing: 0.5em;
  margin-left: 6rem;
  white-space: nowrap;
  margin-top: -7rem;
  max-height: 580px;
}


.recruit_staff main.recruit .recruit_mv .recruit_mv_inner .recruit_mv_text_wrap .recruit_mv_left .recruit_mv_left_en {
  font-size: 1.6rem;
  text-align: center;
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.2em;
}

.recruit_staff  main.recruit .recruit_woman_staff .staff_wrap {
  padding-bottom: 50px;
}


#age-verification-links .linkBanner div:nth-child(-n+2) {
  width: 468px;
}


/* system.php */
p.jp{
  font-size: 18px;
  margin-bottom: 10px;
}

p.en{
  font-size: 18px;
  margin-bottom: 10px;
}