@charset "shift_jis";
/*clear fix*/
/*
$mq-breakpoints: (
    xs3: 320px,
    xs2: 375px,
    xs: 414px,
    sm: 576px,
    md: 768px,
    lg: 992px,
    xl: 1200px,
    xl2: 1280px,
    xl3: 1366px,
);
*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
.pager {
  display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
}
.pager li {
  width: 3.8rem;
  height: 3.8rem;
  margin: 0;
  border-radius: 2rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 3.8rem;
  overflow: hidden;
}
.pager li:nth-of-type(2n + 2) {
  margin: 0 1rem;
}
.pager li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pager li span {
  display: block;
  width: 100%;
  height: 100%;
  background: #F37890;
  color: #FFFFFF;
}

.c-floatNavigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-floatNavigation nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-floatNavigation nav {
    display: block;
  }
}

@media screen and (min-width: 1500px) {
  .c-floatNavigation nav {
    display: block;
    padding: 20px 0;
  }
}
.c-floatNavigation nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-floatNavigation nav ul li {
  margin-right: 20px;
}
.c-floatNavigation nav ul li:last-child {
  margin-right: 0;
}
.c-floatNavigation nav ul li a {
  /*background: -webkit-linear-gradient(#b37f09, #e0af22, #c7910f, #ffdd58, #fff9c9, #ffdc58, #c7870e, #955811, #b58010);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #da8e00;*/
  color: #0d0c0c;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
  font-family: "Elsie", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-family: 'Wix Madefor Text', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c-floatNavigation nav ul li a span {
  margin-top: 2px;
  display: block;
  /* font-family: "Noto Sans CJK JP","Noto Sans JP", "ΰSVbNΜ", YuGothic, "ΰSVbN Medium", "Yu Gothic Medium", "ΰSVbN", "Yu Gothic", sans; */
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000;
  /* background: -webkit-linear-gradient(#b37f09, #e0af22, #c7910f, #ffdd58, #fff9c9, #ffdc58, #c7870e, #955811, #b58010);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #da8e00; */
}
.c-floatNavigation nav ul li a:hover {
  color: #a29e9e;
  transition: all 0.4s ease-in-out;
}
.c-floatNavigation nav ul li a:hover span {
  color: #a29e9e;
  transition: all 0.4s ease-in-out;
}
.c-floatNavigation .shopInfo {
  display: none;
}
@media screen and (min-width: 1580px) {
  .c-floatNavigation .shopInfo {
    display: flex;
    padding: 20px 0;
  }
}
.c-floatNavigation .shopInfo .shopInfo__tel {
  margin-right: 1rem;
padding-left: 60px;
}
.c-floatNavigation .shopInfo .shopInfo__tel a {
  /* background: -webkit-linear-gradient(#b37f09, #e0af22, #c7910f, #ffdd58, #fff9c9, #ffdc58, #c7870e, #955811, #b58010);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #da8e00; */
  color: #000;
  font-size: 16px;
font-weight: 400;
 /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
 font-family: 'Wix Madefor Text', sans-serif;
letter-spacing: -0.02em;
}
.c-floatNavigation .shopInfo .shopInfo__tel a span {
  position: relative;
  color: #000;
  /* background: #fff;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff; */
font-weight: 400;
 /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
 font-family: 'Wix Madefor Text', sans-serif;
  font-size: 30px;
}

.c-floatNavigation .shopInfo .shopInfo__open {
  /* background: -webkit-linear-gradient(#b37f09, #e0af22, #c7910f, #ffdd58, #fff9c9, #ffdc58, #c7870e, #955811, #b58010);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #da8e00; */
  color: #000;
margin-right: 1rem;
    font-size: 16px;
    font-weight: 400;
 /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
    padding-left: 20px;
letter-spacing: -0.02em;
}
.c-floatNavigation .shopInfo .shopInfo__open span {
  position: relative;
  /* background: #fff;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff; */
    color: #000;
 /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
    font-weight: 400;
  font-size: 30px;
}

.c-floatNavigation .shopInfo .shopInfo__reception {
  display: none;
}

@media screen and (min-width: 1755px) {
  .c-floatNavigation .shopInfo .shopInfo__reception {
    display: block;
  }
}
.c-floatNavigation .shopInfo .shopInfo__reception p {
  display: block;
  color: #fff;
  font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
  font-size: 14px;
  font-weight: 500;
}
.c-floatNavigation .shopInfo .shopInfo__reception p span {
  display: inline;
  color: #F1C400;
  font-family: "Noto Sans JP", "ΰSVbNΜ", YuGothic, "ΰSVbN Medium", "Yu Gothic Medium", "ΰSVbN", "Yu Gothic", sans;
  font-size: 10px;
  font-weight: 500;
}

.c-hamburgerBtn {
  position: fixed;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  z-index: 100;
}

.sp-block {
display: block;
}

@media screen and (min-width: 768px) {
  .c-hamburgerBtn {
    top: 35px;
    right: 40px;
    display: none;
  }
  .sp-block {
    display:none;
  }
}
@media screen and (min-width: 1500px) {
  .c-hamburgerBtn {
    display: none;
  }
}
.c-hamburgerBtn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.c-hamburgerBtn span:first-child {
  top: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c-hamburgerBtn span:nth-child(2) {
  top: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c-hamburgerBtn span:last-child {
  top: 24px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c-hamburgerBtn.active span:first-child {
  top: 14px;
          transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.c-hamburgerBtn.active span:nth-child(2) {
  top: 14px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c-hamburgerBtn.active span:last-child {
  top: 14px;
          transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.c-drawerNavigation {
  padding: 100px 0 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: -100vh;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-drawerNavigation {
    padding: 180px 50px 80px;
  }
}
.c-drawerNavigation.active {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  transition: all 0.4s ease-in-out;
height: 100vh;
}
.c-drawerNavigation.active:before {
content:"";
width:100vw;
height:100vh;
position:fixed;
z-index:5;
background: #fff;
top:0;
left:0;
}
.c-drawerNavigation nav {
  width: 100%;
  height: 100%;
  overflow-y: auto;
z-index:10;
    position: relative;
}
.c-drawerNavigation nav::-webkit-scrollbar {
  width: 6px;
}
.c-drawerNavigation nav::-webkit-scrollbar-track {
  background-color: #FFF1B7;
  border-radius: 3px;
}
.c-drawerNavigation nav::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 3px;
}
.c-drawerNavigation > nav ul {
  margin-bottom: 57px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-drawerNavigation > nav ul li:nth-child(n+2) {
  margin-top: 22px;
}
.c-drawerNavigation > nav ul li {
border-bottom: 1px solid #fff;
}
.c-drawerNavigation > nav ul li a {
  display: inline-block;
  color: #0d0c0c;
  font-weight: 700;
  font-family: 'Wix Madefor Text', sans-serif;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .c-drawerNavigation > nav ul li a {
    font-size: 26px;
    line-height: 32px;
  }
}
.c-drawerNavigation > nav ul li a span {
  display: block;
  color: #F1C400;
  font-family: "Noto Sans JP", "ΰSVbNΜ", YuGothic, "ΰSVbN Medium", "Yu Gothic Medium", "ΰSVbN", "Yu Gothic", sans;
  font-size: 10px;
  line-height: 16px;
display: none;
}
@media screen and (min-width: 768px) {
  .c-drawerNavigation > nav ul li a span {
    font-size: 12px;
    line-height: 20px;
    display: none;
  }
}
.c-drawerNavigation .shopInfo {
  /*margin-bottom: 34px;*/
  text-align: center;
}
.c-drawerNavigation .shopInfo .shopInfo__tel {
  display: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-drawerNavigation .shopInfo .shopInfo__tel {
    display: block;
  }
}
.c-drawerNavigation .shopInfo .shopInfo__tel a {
  color: #fff;
  font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-size: 26px;
}
.c-drawerNavigation .shopInfo .shopInfo__tel a span {
  margin-right: 0.4em;
  color: #fff;
  font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-size: 16px;
}
.c-drawerNavigation .shopInfo .tel-btn {
  margin: 0 auto;
  width: 220px;
  height: 42px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius:0;
}
@media screen and (min-width: 768px) {
  .c-drawerNavigation .shopInfo .tel-btn {
    display: none;
  }
}
.c-drawerNavigation .shopInfo .tel-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-drawerNavigation .shopInfo .tel-btn a span {
  position: relative;
  padding-left: 3px;
  color: #030303;
  /* font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif; */
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
.c-drawerNavigation .shopInfo .tel-btn a span.tel_span {
font-size: 16px;
}

.c-drawerNavigation .shopInfo .shopInfo__open {
  margin: 5px 0;
  color: #000;
  /* font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif; */
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-size: 18px;
}
.c-drawerNavigation .shopInfo .shopInfo__open span {
  margin-right: 0.4em;
  color: #000;
  font-size: 24px;
}
.c-drawerNavigation .shopInfo .shopInfo__reception p {
  display: block;
  color: #F1C400;
  font-family: "Noto Sans JP", "ΰSVbNΜ", "YuGothic", "ΰSVbN Medium", "Yu Gothic Medium", "ΰSVbN", "Yu Gothic", sans;
  font-size: 12px;
  font-weight: 500;
}
.c-drawerNavigation .shopInfo .shopInfo__reception p span {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP", "ΰSVbNΜ", YuGothic, "ΰSVbN Medium", "Yu Gothic Medium", "ΰSVbN", "Yu Gothic", sans;
  font-size: 12px;
  font-weight: 500;
}
.c-drawerNavigation .contact-btn {
  margin: 0 auto;
  width: 220px;
  height: 40px;
}
.c-drawerNavigation .contact-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  border-radius:0;
  transition: all 0.4s ease-in-out;
}
.c-drawerNavigation .contact-btn a:hover {
  border: 1px solid #000;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c-drawerNavigation .contact-btn a span {
  position: relative;
  padding-left: 34px;
  color: #fff;
  font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-size: 16px;
  line-height: 18px;
}

.c-drawerNavigation .contact-btn a span:hover{
  color: #000;
}

.c-drawerNavigation .contact-btn a:hover span:before{
  background-image: url(../data/cmn_bl_icon_contact_bk@2x.png);
}

.c-drawerNavigation .contact-btn a span:before {
  margin: auto;
  content: "";
  position: absolute;
  width: 23px;
  height: 18px;
  /*background-image: url(../data/cmn_icon_contact@2x.png);
  background-size: contain;*/
  top: 0;
  bottom: 0;
  left: 0;
}

.shopInfo__reception span{
  font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif;
}

.footerNavigation nav {
    margin-bottom: 30px;
}

.footer-tel_span {
  font-size: 16px !important;
  /* padding-left: 0 !important;
  margin-left: -160px !important; */
}
@media screen and (min-width: 768px) {
.footerNavigation nav {
  /*margin-bottom: 200px;*/
}
#contact_regist {
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 50px;
}
}
@media screen and (min-width: 1500px) {
  .footerNavigation nav {
    /*margin-bottom: 200px;*/
    display: block;
  }
}
.footerNavigation nav ul {
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  max-width: 220px;
}
@media screen and (min-width: 768px) {
  .footerNavigation nav ul {
    margin: 0;
    max-width: 100%;
    justify-content: center;
    /* flex-flow: initial; */
  }
}
.footerNavigation nav ul li {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .footerNavigation nav ul li {
    margin-right: 30px;
    width: initial;
    margin-bottom: 10px;
  }
}
.footerNavigation nav ul li:nth-child(n+3) {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .footerNavigation nav ul li:nth-child(n+3) {
    margin-top: initial;
  }
}
@media screen and (min-width: 768px) {
  .footerNavigation nav ul li:last-child {
    margin-right: 0;
  }

}
.footerNavigation nav ul li a {
  color: #fff;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
  font-family: "Elsie", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .footerNavigation nav ul li a {
    border-bottom: none;
  font-size: 13px;
  }
}
.footerNavigation nav ul li a span {
  display: none;
}
@media screen and (min-width: 768px) {
  .footerNavigation nav ul li a span {
    margin-top: 2px;
    display: block;
    font-family: "Noto Sans JP", "ΰSVbNΜ", YuGothic, "ΰSVbN Medium", "Yu Gothic Medium", "ΰSVbN", "Yu Gothic", sans;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
  display: none;
  }
}
.footerNavigation nav ul li a:hover {
  color: #A0A9BB;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.topSlider .slick-dotted.slick-slider {
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .topSlider .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
}
.topSlider .slick-track {
  display: flex;
}
@media screen and (min-width: 768px) {
  .topSlider .slick-track {
    max-height: 400px;
  }
}
.topSlider .slick-slide {
  height: auto !important;
}
.topSlider .slick-slide img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .topSlider .slick-slide img {
    height: 100%;
  }
}
.topSlider .slick-dots {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1100px;
  text-align: center;
  right: 0;
  bottom: -21px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .topSlider .slick-dots {
    padding-bottom: 0px;
    text-align: left;
    right: 0;
    bottom: 10px;
    left: 30px;
  }
}
.topSlider .slick-dots li {
  margin: 0 5px;
  width: 6px;
  height: 6px;
}
@media screen and (min-width: 768px) {
  .topSlider .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
.topSlider .slick-dots li button {
  padding: 0;
  width: 6px;
  height: 6px;
}
@media screen and (min-width: 768px) {
  .topSlider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.topSlider .slick-dots li button:before {
  width: 6px;
  height: 6px;
  background-color: #888888;
  border-radius: 50%;
  content: "";
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .topSlider .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}
.topSlider .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #DCDCDC;
}
.topSlider.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .topSlider.pc {
    display: block;
  }
}
.topSlider.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .topSlider.sp {
    display: none;
  }
}

#topPage .breadCrumbList {
position: relative;
  padding: 8px 10px 8px;
  width: 100%;
  /*height: 34px;*/
  color: #0E0F13;
  background-size: cover;
  background-position: top center;
background: #000;
}
@media screen and (min-width: 768px) {
  #topPage .breadCrumbList {
    padding: 10px 20px;
    height: 40px;
background: #000;
  }
}

@media screen and (min-width: 1000px) {
  #topPage .breadCrumbList {
    padding: 10px 40px;
  }
.magazineRegist .magazineRegist__line {
    padding-top:0;
}
}
#topPage .breadCrumbList ol {
  padding: 0px;
  display: flex;
}
@media screen and (min-width: 1300px) {
  #topPage .breadCrumbList ol {
    padding: 0px 70px;
  }
}
#topPage .breadCrumbList ol li {
  color: #fff;
  font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif;
/* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */

  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
#topPage .breadCrumbList ol li a {
  color: #fff;
/* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
#topPage .breadCrumbList ol li a span {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #topPage .breadCrumbList ol li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.breadCrumbList {
  position: relative;
  padding: 10px 10px 10px;
  width: 100%;
  /* height: 28px; */
  /* background-color: #060709; */
  background-color: #000;
}
.breadCrumbList ol li a span {
color: #fff;
}
@media screen and (min-width: 768px) {
.breadCrumbList ol li a span {
color: #fff;
}
  .breadCrumbList {
    background-color: #000;
    height: 40px;
  }
}
.breadCrumbList ol {
  padding: 0px;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 1300px) {
  .breadCrumbList ol {
    padding: 0px 70px;
  }
}
.breadCrumbList ol li {
  color: #fff;
  font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif;
}
@media screen and (min-width: 768px) {
  .breadCrumbList ol li {
    color: #fff;
  }
}
.breadCrumbList ol li a {
  color: #fff;
  /*font-family: "Zen Old Mincho", 'ΰΎ©', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .breadCrumbList ol li a {
    font-size: 14px;
  }
}

.c-contents {
  position: relative;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-contents {
    padding: 0 20px;
  }
#profilePage .c-contents {
    padding: 10px 40px;
}
}
@media screen and (min-width: 1000px) {
  .c-contents {
    padding: 0 40px;
  }
}
.c-contents.topSlider {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-contents.topSlider {
    padding: 0;
background-size: 100% 100%;
  }
}
@media screen and (min-width: 1000px) {
  .c-contents.topSlider {
    padding: 0;
  }
}
.c-contents .c-contents__inner {
  margin: 0 auto;
padding: 50px 20px;
  width: 100%;
}
#profilePage .c-contents .c-contents__inner {
padding: initial;
}
@media screen and (min-width: 768px) {

#magazinePage .c-contents .c-contents__inner {
 max-width: 1200px;
padding-bottom: initial;
}
#castPage .c-contents .c-contents__inner {
  padding: 90px;
}
}
@media screen and (min-width: 768px) {
  .c-contents .c-contents__wrapper {
    padding: 40px 40px 30px;
  }
}
@media screen and (min-width: 1000px) {
  .c-contents .c-contents__wrapper {
    padding: 80px 0 60px;
  }
.topMagazine .magazineRegist {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 75px 0 73px;
margin: 100px auto 34px;
  flex-flow: row wrap;
  }
}

@media screen and (min-width: 1200px) {
.topMagazine .magazineRegist {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 75px 0 73px;
margin: 100px auto;
  flex-flow: row wrap;
  }


  .magazineRegist .magazineRegist__mail {
    margin-right: 134px;
  }
}
.c-fade {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9998;
}

.c-loader {
  position: fixed;
  margin: auto;
  background-image: url(../data/loader.gif);
background-size: contain;
  width: 200px;
  height: 200px;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.heading {
  position: relative;
  text-align: center;
}
.heading h2 {
  margin: 0 auto;
  /*width: 250px;*/
    display: inline-block;
    /* background: -webkit-linear-gradient(#b37f09, #e0af22, #c7910f, #ffdd58, #fff9c9, #ffdc58, #c7870e, #955811, #b58010);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #da8e00; */
    color: #232323;
    font-size: 38px;
    letter-spacing: 4px;
    font-weight: 400;
    font-family: 'Cinzel', serif;
    /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
    font-family: "Elsie", "Times New Roman", Georgia, "Palatino Linotype", serif; */
    line-height: 1.2;
}
.heading h2::first-letter {
font-size:50px
}
.heading h2 span {
    display: block;
    font-size: 14px;
    /*font-family: "Zen Old Mincho", 'ΰΎ©', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
    letter-spacing: 1.6px;
    font-weight: 900;
    /* background: -webkit-linear-gradient(#b37f09, #e0af22, #c7910f, #ffdd58, #fff9c9, #ffdc58, #c7870e, #955811, #b58010);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #da8e00; */
    color: #000;
  }

@media screen and (min-width: 768px) {
  .heading h2 {
    width: 330px;
  }

.c-loader {
  width: 300px;
  height: 300px;
}


}
#topPage h2.c-h2 {
  display: inline-block;
  /* background: -webkit-linear-gradient(#b37f09, #e0af22, #c7910f, #ffdd58, #fff9c9, #ffdc58, #c7870e, #955811, #b58010);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #da8e00; */
  color: #223323;
  font-size: 38px;
  letter-spacing: 4px;
  font-weight: 400;
  /*font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;*/
  /* font-family: "Elsie", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-family: 'Cinzel', serif;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 10px;
}
#topPage h2.c-h2::first-letter {
font-size:50px
}
#topPage h2.c-h2 span {
display: block;
font-size: 14px;
    /*font-family: "Zen Old Mincho", 'ΰΎ©', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
    letter-spacing: 1.6px;
    font-weight: normal;
    color: #232323;
    /* background: -webkit-linear-gradient(#b37f09, #e0af22, #c7910f, #ffdd58, #fff9c9, #ffdc58, #c7870e, #955811, #b58010);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #da8e00; */
}

@media screen and (min-width: 768px) {
#topPage h2.c-h2 {
  display: inline-block;
  /* background: -webkit-linear-gradient(#b37f09, #e0af22, #c7910f, #ffdd58, #fff9c9, #ffdc58, #c7870e, #955811, #b58010);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #da8e00; */
  color: #223323;
  font-size: 40px;
  font-weight: 400;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
  font-family: "Elsie", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-family: 'Cinzel', serif;
  line-height: 1;
    }
#topPage h2.c-h2 span {
display: block;
font-size: 16px;
    /*font-family: "Zen Old Mincho", 'ΰΎ©', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
    letter-spacing: 1.6px;
    background: -webkit-linear-gradient(#b37f09, #e0af22, #c7910f, #ffdd58, #fff9c9, #ffdc58, #c7870e, #955811, #b58010);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #da8e00;
}
h2.c-h2 {
display: inline-block;
/* background: -webkit-linear-gradient(#b37f09, #e0af22, #c7910f, #ffdd58, #fff9c9, #ffdc58, #c7870e, #955811, #b58010);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #da8e00; */
color: #232323;
     font-size: 60px;
     letter-spacing: 4px;
     font-weight: 400;
     font-family: 'Cinzel', serif;
     /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
     font-family: "Elsie", "Times New Roman", Georgia, "Palatino Linotype", serif; */
line-height: 1;
letter-spacing: 0.2em;
    }
h2.c-h2::first-letter {
font-size:70px
}
h2.c-h2 span {
display: block;
font-size: 24px;
    /*font-family: "Zen Old Mincho", 'ΰΎ©', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
    letter-spacing: 1.6px;
    font-weight:bold;
    background: -webkit-linear-gradient(#b37f09, #e0af22, #c7910f, #ffdd58, #fff9c9, #ffdc58, #c7870e, #955811, #b58010);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #da8e00;
}
}

.headingArea {
  display: none;
}
@media screen and (min-width: 768px) {
  .headingArea {
    padding: 60px 0 100px;
    display: block;
  }
}

#profilePage .c-contents .heading {
  margin: 50px auto 30px;
}
#profilePage .add_bg {
    padding: 30px 20px;
    background: #fff;
}
/*vtB[y[WoΞ*/
#profilePage .prof_schedule {
  width: 100%;
  margin: 50px 0 80px;
  display: block;
  color: #000;
  padding: 0 20px;
}
#profilePage .prof_schedule dl {
  border: 1px solid #000;
  border-bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#profilePage .prof_schedule dl:first-child {
  border-left: 1px solid #000;
}
#profilePage .prof_schedule dl:last-child {
  border-bottom: 1px solid #000;
}

#profilePage .prof_schedule dl:first-child dt:first-child {
    background: #000;
    color: #fff;
}
#profilePage .prof_schedule dl dt {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 50%;
  background: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #efefef;
}
#profilePage .prof_schedule dl dd {
    font-size: 14px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
}
#profilePage .prof_schedule dl dd div {
    display: inline-block;
}
/*vtB[y[WoΞ*/
@media screen and (min-width: 768px) {
/*vtB[y[WoΞ*/
#profilePage .prof_schedule {
  width: 100%;
  margin: 50px 0 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000;
}
#profilePage .prof_schedule dl {
  width: 14.3%;
  border: 1px solid #000;
  border-left: none;
  text-align: center;
  display: block;
}
#profilePage .prof_schedule dl:first-child {
  border-left: 1px solid #000;
  width: 14.2%;
}

#profilePage .prof_schedule dl:first-child dt:first-child {
    background: #000;
    color: #fff;
}
#profilePage .prof_schedule dl dt {
  border-bottom: 1px solid #000;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
#profilePage .prof_schedule dl dd {
    padding: 20px 0;
    font-size: 14px;
    width: 100%;
}
#profilePage .prof_schedule dl dd div {
    display: inline-block;
}
/*vtB[y[WoΞ*/
  .c-contents .heading {
    display: none;
  }
  .priceList {
    padding: 0 80px 90px;
  }
.option .priceList {
    padding: 0 80px 0 160px;
}
  .setList {
    /*padding: 0 190px;*/
  }
}
.c-contents .priceList .heading {
  display: block;
}

  #topPage .heading {
    margin: 0 auto 30px;
  }

@media screen and (min-width: 768px) {
  #topPage .heading {
    margin: 0 auto 50px;
    display: block;
  }
}

.heading_sub {
  margin: 0 auto 20px;
  max-width: 616px;
  text-align: center;
}
.note {
padding: 0 30px 20px;
font-family: 'Wix Madefor Text', sans-serif;
  /*font-family: "Zen Old Mincho", 'ΰΎ©', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
  font-size: 12px;
}
.heading_sub h3 {
  margin-bottom: 20px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #232323;
}
.heading_sub h3 span {
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-weight: 600;
    color: #fff;
}
@media screen and (min-width: 768px) {
.note {
padding: initial;
}
  .heading_sub h3 {
    margin-bottom: 50px;
    /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
    font-size: 22px;
    line-height: 0;
  }
#castPage .heading_sub h3 {
  margin-bottom: 5px;
}
.heading_sub h3 span {
    font-size: 14px;
}
}
.heading_sub h3:before {
  display: block;
  margin-right: 1.4em;
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #b3b3b3;
}
@media screen and (min-width: 768px) {
  .heading_sub h3:before {
    height: 1px;
  margin-right: 0.4em;
  }
}
.heading_sub h3:after {
  display: block;
  margin-left: 1.4em;
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #b3b3b3;
}
@media screen and (min-width: 768px) {
  .heading_sub h3:after {
    height: 1px;
  margin-left: 0.4em;
  }
}

.heading_eng {
  margin: 0 auto 30px;
  width: 100%;
  max-width: 960px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .heading_eng {
    margin: 0 auto 50px;
  }
}

.heading_eng h3 {
/* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
font-family: "Elsie", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #232323;
}
.magazineRegist .heading_eng h3 {
  /* font-family: "Amiri", "Zen Old Mincho", sans; */
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .heading_eng h3 {
    font-size: 34px;
    /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
font-family: "Elsie", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  }
}
.heading_eng h3:before {
  display: block;
  margin-right: 1.4em;
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #b3b3b3;
}
@media screen and (min-width: 768px) {
  .heading_eng h3:before {
    height: 1px;
  }
}
.heading_eng h3:after {
  display: block;
  margin-left: 1.4em;
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #b3b3b3;
}
@media screen and (min-width: 768px) {
  .heading_eng h3:after {
    height: 1px;
  }
}
.heading_eng span {
 /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #5f5f5f;
}
@media screen and (min-width: 768px) {
  .heading_eng span {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
  }
}

.heading_pen {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .heading_pen {
    margin-bottom: 20px;
  }
}
.heading_pen span {
  position: relative;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
color: #000;
}
.heading_pen span:before {
  position: absolute;
  content: "";
  top: 108%;
  left: 50%;
  width: 228px;
  height: 1px;
  background: #0E0F13;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (min-width: 768px) {
.heading_pen span:before {
  display: none;
}
  .heading_pen span {
    font-size: 22px;
    line-height: 30px;
  border-bottom: 1px solid #fff;
  }
}

.heading_square {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .heading_square {
    margin-bottom: 20px;
  }
}
.heading_square span {
  position: relative;
  padding: 0 22px;
  font-family: 'Wix Madefor Text', sans-serif;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .heading_square span {
    padding: 0 28px;
    font-size: 22px;
    line-height: 30px;
  }
}
.heading_square span:before {
  margin: auto;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #b3b3b3;
          transform: rotate(45deg);
  top: 0;
  left: 2px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .heading_square span:before {
    width: 16px;
    height: 16px;
  }
}
.heading_square span:after {
  margin: auto;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #b3b3b3;
  transform: rotate(45deg);
  top: 0;
  right: 2px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .heading_square span:after {
    width: 16px;
    height: 16px;
  }
}

.c-girlsBox {
  display: flex;
  flex-flow: row wrap;
}
.c-girlsBox li {
  margin: 0 10px 10px 0;
  width: calc((100% - 25px) / 2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 6px;
}
@media screen and (min-width: 768px) {
  .c-girlsBox li {
    margin-right: 20px;
    width: calc((100% - 80px) / 4);
  }
}
@media screen and (min-width: 1000px) {
  .c-girlsBox li {
    margin-right: 20px;
    width: calc((100% -80px) / 4);
  }
}

/*
.c-girlsBox li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .c-girlsBox li:nth-child(2n) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .c-girlsBox li:nth-child(2n) {
    margin-right: 20px;
  }
}
.c-girlsBox li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .c-girlsBox li:nth-child(4n) {
    margin-right: 0;
  }
}
.c-girlsBox li:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-girlsBox li:nth-child(n+3) {
    margin-top: 0px;
  }
}
*/
/*
.c-girlsBox li:nth-child(n+5) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-girlsBox li:nth-child(n+5) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .c-girlsBox li:nth-child(n+5) {
    margin-top: 40px;
  }
}
*/



.c-girlsBox .c-girlsBox__photo {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
}
.c-girlsBox .c-girlsBox__photo .new {
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: 0;
  display: flex;
  z-index: 1;
  flex-direction: column;
  align-items: center;
}

.c-girlsBox .c-girlsBox__photo .new svg,.profileDetail .profileDetail__head .new svg{
  width: 40px;
  height: 50px;
  /*filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.3));*/
}

.c-girlsBox .c-girlsBox__photo .new svg .st0,
.profileDetail .profileDetail__head .new svg .st0{
  fill: #fff;
  stroke: #000;
  stroke-width: 60;
}

.c-girlsBox .c-girlsBox__photo .new svg .st1,
.profileDetail .profileDetail__head .new svg .st1{
   fill: #000;
  stroke: #000;
  stroke-width: 60;
}

@media screen and (min-width: 768px) {
  .c-girlsBox .c-girlsBox__photo .new {
    bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-girlsBox .c-girlsBox__photo .new svg{
    width: 55px;
    height: 60px;
    /*filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.3));*/
  }
}
.c-girlsBox .c-girlsBox__photo .pickup {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
/*@media screen and (min-width: 768px) {
  .c-girlsBox .c-girlsBox__photo .pickup {
    width: 50px;
    height: 70px;
    top: 6px;
    left: 6px;
  }
}*/
.c-girlsBox .c-girlsBox__photo a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-girlsBox .c-girlsBox__photo a:hover img {
  opacity: 0.8;
}
.c-girlsBox .c-girlsBox__detail {
  padding: 2px;
}
@media screen and (min-width: 768px) {
  .c-girlsBox .c-girlsBox__detail {
    padding: 10px;
    background: #f9f9f9;
  }
}
.c-girlsBox .c-girlsBox__name {
  color: #000;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-girlsBox .c-girlsBox__size {
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #000;
}
.c-girlsBox .c-girlsBox__time {
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 10px;
  line-height: 15px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .c-girlsBox .c-girlsBox__size {
    font-size: 14px;
    line-height: 20px;
  }
  .c-girlsBox .c-girlsBox__time {
    font-size: 14px;
    line-height: 20px;
  }
}
.c-girlsBox .c-girlsBox__category {
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
    font-size: 14px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
}
.c-girlsBox .c-girlsBox__category span:nth-child(n+2) {
  position: relative;
  padding-left: 1.5em;
}
.c-girlsBox .c-girlsBox__category span:nth-child(n+2):before {
  margin: auto;
  content: "/";
  position: absolute;
  /* font-family: "Noto Sans JP", "ΰSVbNΜ", YuGothic, "ΰSVbN Medium", "Yu Gothic Medium", "ΰSVbN", "Yu Gothic", sans; */
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  top: 0;
  left: 0.5em;
  bottom: 0;
}
.c-girlsBox .c-girlsBox__goodtime {
  /* font-family: "Noto Sans JP", "ΰSVbNΜ", YuGothic, "ΰSVbN Medium", "Yu Gothic Medium", "ΰSVbN", "Yu Gothic", sans; */
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn2 {
  -webkit-animation-name: fadeIn2;
  animation-name: fadeIn2;
}

@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
}

@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}

@-webkit-keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}

/*!
 * ress.css ? v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
  font-family: 'Wix Madefor Text', sans-serif;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html.is-noScroll,
body.is-noScroll {
  overflow-y: hidden;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  /* font-family: "Noto Sans JP", "ΰSVbNΜ", YuGothic, "ΰSVbN Medium", "Yu Gothic Medium", "ΰSVbN", "Yu Gothic", sans; */
  color: #161616;
  /* font-family: "Noto Sans JP", "ΰSVbNΜ", YuGothic, "ΰSVbN Medium", "Yu Gothic Medium", "ΰSVbN", "Yu Gothic", sans; */
  font-family: 'Wix Madefor Text', sans-serif;
  background-color: #FFFFFF;
  letter-spacing: 0.05em;
}

html {
  font-size: 62.5%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
  color: #0E0F13;
}

ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ol li {
  color: #0E0F13;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a:hover {
  text-decoration: none;
}
a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img:hover {
  opacity: 0.9;
}
a:focus {
  outline: none;
}

a[href^=tel] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^=tel] {
    pointer-events: auto;
  }
}

img {
  max-width: 100%;
  margin: auto;
  vertical-align: top;
}

h1, h2, h3, h4, h5 {
  color: #0E0F13;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  color: #0E0F13;
}

span {
  word-break: break-word;
}

th, td {
  word-break: break-all;
}

input,
textarea {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #BABABA !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #BABABA !important;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #BABABA !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #BABABA !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #BABABA !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #BABABA !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #BABABA !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #BABABA !important;
}

.siteWrapper {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
  overflow-x: hidden;
}

.l-header {
  padding: 0 10px;
  position: fixed;
  width: 100%;
  height: 50px;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, .02)
}
@media screen and (min-width: 768px) {
  .l-header {
    background: #fff;
    padding: 13px 40px;
    height: 100px;
  }
}
.l-header .l-header__inner {
  padding: 0;
  height: 100%;
  display: flex;
}
@media screen and (min-width: 1755px) {
  .l-header .l-header__inner {
    padding: 0 30px;
  }
}
.l-header .l-header__logo.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__logo.pc {
    display: block;
    width: 162px;
  }
}
@media screen and (min-width: 1500px) {
  .l-header .l-header__logo.pc {
    margin: 0;
  }
}
.l-header .l-header__logo.pc a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header .l-header__logo.sp {
  margin: 0 auto;
  width: 94px;
  height: 34px;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__logo.sp {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .l-header .l-header__logo.sp {
    margin: 0;
  }
}
.l-header .l-header__logo.sp a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header .l-header__logo.sp a img {
  width: 100%;
  height: 100%;
}
.l-main {
  position: relative;
  padding-top: 50px;
  width: 100%;
  height: auto;
  background: #fff;
  background-attachment: fixed;
  z-index: 0;
}
.l-main:before {
  position: relative;
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 0;
    background: #fff;
    background-size: fixed;
    top: 0;
    left: 0;
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 100px;
    background: #fff;
    background-attachment: fixed;
  }
.l-main:before {
    content: none;
}
}

.l-footer {
  position: relative;
  padding: 0 10px 0;
  width: 100%;
  background-color: #161616;
  background-size: 100% 5px;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 0 40px 0;
  }
}
.l-footer .l-footer__inner {
  padding: 60px 0 10px;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inner {
    padding: 80px 0 5px;
  }
}
.l-footer .l-footer__logo {
    margin: 0 auto 70px;
    width: 220px;
    height: 106px;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__logo {
    width: 260px;
    height: 140px;
    margin: 0 auto 60px;
  }
}
.l-footer .l-footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer .l-footer__logo a img {
  width: 100%;
}
.l-footer .shopInfo {
  text-align: center;
  margin-bottom: 20px;
}

.l-footer .shopInfo .shopInfo__tel {
  display: none;
  margin-bottom: 10px;
}
.l-footer .shopInfo .shopInfo__tel a {
    color: #fff;
    /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
    font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif;
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 400;
    font-size: 28px;
}
.l-footer .shopInfo .shopInfo__tel a span {
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .l-footer .shopInfo .shopInfo__tel {
    margin-right: 30px;
    margin-bottom: 0px;
    display: inline-block;
  }
  .l-footer .shopInfo .shopInfo__tel a {
    font-size: 30px;
  }
  .l-footer .shopInfo .shopInfo__tel a span {
    font-size: 16px;
  }
}

.l-footer .shopInfo .tel-btn {
  margin: 0 auto 20px;
  width: 220px;
  height: 40px;
  background-color: #fff;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .l-footer .shopInfo .tel-btn {
    display: none;
  }
}
.l-footer .shopInfo .tel-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.l-footer .shopInfo .tel-btn a span {
    /* position: absolute; */
    /* padding-left: 40px; */
    color: #000;
    /* font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif; */
    font-size: 24px;
    font-weight: 400;
    /* line-height: 24px; */
}

.l-footer .shopInfo .shopInfo__open {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  /* font-family: "Elsie", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-size: 16px;
  font-weight: 400;
}
.l-footer .shopInfo .shopInfo__open span {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  /* font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif; */
  font-family: 'Wix Madefor Text', sans-serif;
}
@media screen and (min-width: 768px) {
  .l-footer .shopInfo .shopInfo__open {
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }
  .l-footer .shopInfo .shopInfo__open span {
    color: #fff;
   font-size: 30px;
    font-weight: 400;
  }
}

.l-footer .shopInfo .shopInfo__reception span {
  display:none;
  color: #fff;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 400;
}
.l-footer .contact-btn {
  margin: 0 auto 100px;
  width: 220px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  /*.l-footer .contact-btn {
    margin: 0 auto 30px;
  }*/
.l-footer .shopInfo .shopInfo__reception span {
  display: block;
  color: #fff;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 400;
  font-size: 16px;
}
}
.l-footer .contact-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;;
  transition: all 0.4s ease-in-out;
}
.l-footer .contact-btn a:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #fff;
  background: #fff;
}
.l-footer .contact-btn a:hover span {
  color: #000000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.l-footer .contact-btn a span {
  position: relative;
  padding-left: 34px;
  font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif;
  color: #fff;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
  font-family: "Elsie", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.l-footer .contact-btn a span:before {
  margin: auto;
  content: "";
  position: absolute;
  width: 23px;
  height: 18px;
  /*background-image: url(../data/cmn_icon_contact@2x.png);
  background-size: contain;*/
  top: 0;
  bottom: 0;
  left: 0;
}

.l-footer .contact-btn a:hover span:before {
  transition: all 0.4s ease-in-out;
  background-image: url(../data/cmn_bl_icon_contact_bk@2x.png);
}

@media screen and (min-width: 768px) {
.l-footer .contact-btn a span {
letter-spacing: 0.2em;
}
}

.l-footer .copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'Wix Madefor Text', sans-serif;
}
.l-footer .copyright a {
  color: #fff;
/* font-family: "Segoe UI"; */
}

#indexPage .l-header__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  #indexPage .l-header__wrapper {
    padding: 0 0 0 60px;
  }
}
#indexPage .l-header__wrapper nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  #indexPage .l-header__wrapper nav {
    display: block;
    padding: 20px 0;
  }
}
#indexPage .l-header__wrapper nav ul {
  display: flex;
}
#indexPage .l-header__wrapper nav ul li {
  margin-right: 30px;
}
#indexPage .l-header__wrapper nav ul li:last-child {
  margin-right: 0;
}
#indexPage .l-header__wrapper nav ul li a {
  color: #fff;
  font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#indexPage .l-header__wrapper nav ul li a span {
  margin-top: 2px;
  display: block;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
#indexPage .l-header__wrapper nav ul li a:hover {
  color: #F1C400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#indexPage .l-header__wrapper .shopInfo {
  display: flex;
  display: none;
}
@media screen and (min-width:768px) {
  #indexPage .l-header__wrapper .shopInfo {
    display: block;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  #indexPage .l-header__wrapper .shopInfo {
    display: flex;
    padding: 20px 0;
  }
}
#indexPage .l-header__wrapper .shopInfo .shopInfo__tel {
  color: #000;
  margin-right: 40px;
  font-size: 24px;
  font-weight: 400;
  /*font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;*/
  /* font-family: "Elsie", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-family: 'Wix Madefor Text', sans-serif;
}
#indexPage .l-header__wrapper .shopInfo .shopInfo__tel a span {
  position: relative;
  font-family: 'Wix Madefor Text', sans-serif;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 38px;
  font-weight: 500;
}
#indexPage .l-header__wrapper .shopInfo .shopInfo__open {
  color: #000;
  margin-right: 1rem;
  font-size: 24px;
  font-weight: 400;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
}
#indexPage .l-header__wrapper .shopInfo .shopInfo__open span {
  position: relative;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 38px;
  font-weight: 500;
}
#indexPage .l-header__wrapper .shopInfo .shopInfo__reception p {
  display: block;
  color: #000;
  font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
  font-size: 14px;
  font-weight: 500;
}
#indexPage .l-header__wrapper .shopInfo .shopInfo__reception p span {
  display: inline;
  color: #F1C400;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 10px;
  font-weight: 500;
}
#indexPage footer {
  padding: 15px;
  width: 100%;
  color: #000;
  font-size: 10px;
  text-align: center;
background: #fff;
}
@media screen and (min-width: 768px) {
  #indexPage footer {
    padding: 0 10px 5px;
    font-size: 12px;
  }
}
#indexPage footer small a {
  color: #000;
}

.indexContents--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .indexContents--pc {
    display: block;
    padding: 50px 0 0;
    background: #000;
    background-size: 25%;
    background-attachment: fixed;
  }
}
@media screen and (min-width: 1000px) {
  .indexContents--pc {
    padding: 100px 0 0;
  }
}
.indexContents--pc .indexContents__inner {
  width: 100%;
  height: auto;
  min-width: 1200px;
}
.indexContents--pc .indexHero {
  background-image: url(../data/index_bg_main@2x.jpg);
  background-position: center top;
  background-size: cover;
  height: 560px;
}
@media screen and (min-width: 1000px) {
  .indexContents--pc .indexHero {
    background-position: center top;
  }
}
.indexContents--pc .indexHero__inner {
  display: block;
  margin: 0 auto;
  width: 1200px;
  height: auto;
}
.indexContents--pc .indexHero__contents {
  margin: 0 0 0 auto;
  padding: 300px 145px 0 105px;
  padding: 362px 145px 0 105px;
  width: 100%;
  height: 200px;
}
.indexContents--pc .indexHero__logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .indexContents--pc .indexHero__logo {
    display: block;
    margin: 0 auto 120px;
    width: 320px;
    height: 120px;
  }
}
@media screen and (min-width: 1000px) {
  .indexContents--pc .indexHero__logo {
    margin: 0 auto 140px;
    width: 400px;
    height: 150px;
  }
}
.indexContents--pc .indexHero__enter {
  margin: 0 auto 10px;
  width: 402px;
  height: 60px;
}
.indexContents--pc .indexHero__enter a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 36px;
   /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
   font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif;
  line-height: 60px;
  text-align: center;
  border-radius: 3px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #000;
}
.indexContents--pc .indexHero__enter a:hover {
  color: #fff;
 opacity: 0.6;
  transition: all 0.4s ease-in-out;
}
.indexContents--pc .indexHero__leave {
  margin-bottom: 20px;
  font-size: 20px;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  text-decoration: underline;
}
.indexContents--pc .indexHero__leave a {
  color: #000;
  font-size: 24px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-weight: 500;
  line-height: 30px;
/*text-decoration: underline;*/
}
.indexContents--pc .shopInfo {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .indexContents--pc .shopInfo {
    margin-bottom: 30px;
  }
}
.indexContents--pc .shopInfo .shopInfo__tel {
  display: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .indexContents--pc .shopInfo .shopInfo__tel {
    margin-bottom: 0px;
    display: inline-block;
  }
}
@media screen and (min-width: 1000px) {
  .indexContents--pc .shopInfo .shopInfo__tel {
    margin-bottom: 10px;
    margin-right: 30px;
  }
}
.indexContents--pc .shopInfo .shopInfo__tel a {
  color: #0E0F13;
  font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
  font-size: 28px;
}
.indexContents--pc .shopInfo .shopInfo__tel a span {
  margin-right: 0.4em;
  color: #F1C400;
  font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
  font-size: 18px;
}
.indexContents--pc .shopInfo .tel-btn {
  margin: 0 auto 10px;
  width: 220px;
  height: 40px;
  background-color: #0E0F13;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .indexContents--pc .shopInfo .tel-btn {
    display: none;
  }
}
.indexContents--pc .shopInfo .tel-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexContents--pc .shopInfo .tel-btn a span {
  position: absolute;
  padding-left: 24px;
  color: #0E0F13;
  font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}
.indexContents--pc .shopInfo .tel-btn a span:before {
  margin: auto;
  content: "";
  position: absolute;
  width: 13px;
  height: 17px;
  /*background-image: url(../data/.png);*/
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
}
.indexContents--pc .shopInfo .shopInfo__open {
  display: inline-block;
  margin-bottom: 5px;
  color: #0E0F13;
 font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .indexContents--pc .shopInfo .shopInfo__open {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .indexContents--pc .shopInfo .shopInfo__open {
    display: inline-block;
    margin-bottom: 5px;
  }
}
.indexContents--pc .shopInfo .shopInfo__open span {
  margin-right: 0.4em;
  color: #F1C400;
  font-size: 18px;
}
.indexContents--pc .shopInfo .shopInfo__reception span {
  display: block;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
}

.indexRecruit.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .indexRecruit.pc {
    display: block;
    background-color: #fff;
  }
}
.indexRecruit.pc .bannerList {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.indexRecruit.pc .bannerList li:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .indexRecruit.pc .bannerList li:nth-child(n+2) {
    margin-top: 30px;
  }
}
.indexRecruit.sp {
  display: none;
  background-color: #0E0F13;
}
@media screen and (min-width: 768px) {
  .indexRecruit.sp {
    display: none;
  }
}
.indexRecruit.sp .c-contents__inner {
  padding: 30px 0;
}
.indexRecruit.sp .bannerList {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.indexRecruit.sp .bannerList li:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .indexRecruit.sp .bannerList li:nth-child(n+2) {
    margin-top: 30px;
  }
}

.indexContents--sp {
  padding: 50px 0 0;
  width: 100%;
  height: auto;
  /* background-image: url(../data/index_bg_sp@2x.webp);
  background-size: cover; */
  background: #fff;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  .indexContents--sp {
    display: none;
  }
}
.indexContents--sp .indexContents__inner {
  width: 100%;
  height: auto;
}
.indexContents--sp .indexHero {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.indexContents--sp .indexHero h1 {
  width: 100%;
}
.indexContents--sp .indexHero h1 img {
  display: block;
  width: 100%;
  height: 100%;
}
.indexContents--sp .indexHero .indexEnter {
  position: absolute;
    top: 78%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.indexContents--sp .indexHero .indexEnter__enter {
  margin-bottom: 5px;
  width: 200px;
  height: 40px;
}
.indexContents--sp .indexHero .indexEnter__enter a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #000;
  font-size: 20px;
  font-family: "Renner*", "Noto sans JP", sans;
  line-height: 38px;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.indexContents--sp .indexHero .indexEnter__enter a:hover {
  color: #0E0F13;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.indexContents--sp .indexHero .indexEnter__leave {
  width: 200px;
  font-size: 12px;
  font-family: "Renner*", "Noto sans JP", sans;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  text-decoration: underline;
}
.indexContents--sp .indexHero .indexEnter__leave a {
  color: #000;
  font-size: 12px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-weight: 500;
  line-height: 16px;
}
.indexContents--sp .shopInfo {
  padding: 30px 20px 20px;
  text-align: center;
}
.indexContents--sp .shopInfo .shopInfo__tel {
  display: none;
  margin-bottom: 10px;
}
.indexContents--sp .shopInfo .shopInfo__tel a {
  color: #0E0F13;
  font-family: "Renner*", "Noto sans JP", sans;
  font-size: 28px;
}
.indexContents--sp .shopInfo .shopInfo__tel a span {
  margin-right: 0.4em;
  color: #F1C400;
  font-family: "Renner*", "Noto sans JP", sans;
  font-size: 18px;
}
.indexContents--sp .shopInfo .tel-btn {
  margin: 0 auto 10px;
  width: 250px;
  height: 40px;
  background-color: #000;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .indexContents--sp .shopInfo .tel-btn {
    display: none;
  }
}
.indexContents--sp .shopInfo .tel-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexContents--sp .shopInfo .tel-btn a span {
  position: absolute;
  padding-left: 36px;
  color: #fff;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
.indexContents--sp .shopInfo .tel-btn a span.tel_span {
  padding: 0;
  margin-left: -40px;
  font-size: 16px;
}

.indexContents--sp .shopInfo .shopInfo__open {
  display: inline-block;
  margin-bottom: 5px;
  color: #000;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-size: 18px;
}
.indexContents--sp .shopInfo .shopInfo__open span {
  color: #000;
  font-size: 24px;
}
.indexContents--sp .shopInfo .shopInfo__reception span {
  display: none;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
}

.bannerArea {
  padding: 30px 20px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .bannerArea {
    padding: 54px 40px 30px;
    background: #fff;
  }
}
.bannerArea .bannerList {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .bannerArea .bannerList {
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .bannerArea .bannerList li {
    margin: 15px 10px;
  }
}
.bannerArea .bannerList li:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .bannerArea .bannerList li:nth-child(n+2) {
    margin: 15px 10px;
  }
}

.topBanner {
  display: none;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .topBanner {
    padding: 0 40px;
    display: none;
  }
}
.topBanner .c-contents__inner {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .topBanner .c-contents__inner {
    padding: 80px 0;
  }
}
.topBanner .bannerList {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.topBanner .bannerList li:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .topBanner .bannerList li:nth-child(n+2) {
    margin-top: 30px;
  }
}


.magazineRegist .magazineRegist__mail .note {
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #000;
}
.magazineRegist .magazineRegist__mail .note a {
color: #000;
}
.topMagazine {
  width: 100%;
  padding: 0 20px;
}
.magazineRegist {
  background: #fff;
  border: 2px solid #b3b3b3;
}
.magazineRegist .magazineRegist__mail {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.magazineRegist__txt {
margin-bottom: 20px;
  color: #0E0F13;
  font-weight: 600;
  /*font-family: "Zen Old Mincho", 'ΰΎ©', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
}
@media screen and (min-width: 768px) {
  .magazineRegist .magazineRegist__mail {
    font-size: 14px;
    line-height: 24px;
  }
  #magazinePage .magazineRegist .magazineRegist__mail {
    margin-right: 0;
  }
  .magazineRegist .magazineRegist__mail .note {
    width: 575px;
    margin: 0 auto 20px;
    margin-bottom: 50px;
    font-size: 14px;
    color: #000;
    /*font-family: "Zen Old Mincho", 'ΰΎ©', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
    font-weight: 500;
    text-align: left !important;
  }
  .magazineRegist__txt {
    margin-bottom: 20px;
    font-size: 12px;
  }
}


.magazineRegist .magazineRegist__mail form dl {
    margin: 0 auto;
    width: 100%;
    max-width: 490px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (min-width: 768px) {
  .magazineRegist .magazineRegist__mail form dl {
    max-width: initial;
    flex-direction: initial;
    justify-content: center;
align-items: center;
  }
}
.magazineRegist .magazineRegist__mail form dl dt {
  margin-right: 10px;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Wix Madefor Text', sans-serif;
  /*font-family: "Zen Old Mincho", 'ΰΎ©', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
  font-weight: 400;
  color: #000;
}
.magazineRegist .magazineRegist__mail form dl dt em {
  color: #E61228;
  font-size: 10px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  line-height: 24px;
  vertical-align: super;
  font-style: normal;
}
.magazineRegist .magazineRegist__mail form dl dd {
  width: 100%;
  max-width: 346px;
}
.magazineRegist .magazineRegist__mail form dl dd input[type=email] {
  padding: 0 10px;
  color: #8D8D8D;
  display: block;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
}
.magazineRegist .magazineRegist__mail form button {
  margin-top: 22px;
  width: 240px;
  height: 50px;
  background: #000;
  color: #fff;
  /*font-family: "Zen Old Mincho", 'ΰΎ©', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .magazineRegist .magazineRegist__mail form button {
    margin-top: 30px;
    width: 180px;
  font-size: 18px;
    /*font-family: "Zen Old Mincho", 'ΰΎ©', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
  font-weight: 500;
  }
.magazineRegist .magazineRegist__mail form dl dt {
line-height: 40px;
}
}
.magazineRegist .magazineRegist__mail form button:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.magazineRegist .magazineRegist__mail .discount.sp-block {
  display:block;
  margin-top: 20px;
  padding-bottom: 50px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
    color: #000;
}
.magazineRegist .magazineRegist__mail .discount.pc-block {
display: none;
}
@media screen and (min-width: 768px) {
  .magazineRegist .magazineRegist__mail .discount.pc-block {
display:block;
    margin-top: 25px;
    font-size: 40px;
    line-height: 56px;
/* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
color: #000;
  }
.magazineRegist .magazineRegist__mail .discount.sp-block {
display: none;
}
}
.magazineRegist .magazineRegist__mail .discount .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .magazineRegist .magazineRegist__mail .discount .pc {
    display: inline;
  }
}
.magazineRegist .magazineRegist__mail .discount .price {
  color: #000;
  /*font-family: "Zen Old Mincho", 'ΰΎ©', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
  font-size: 34px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .magazineRegist .magazineRegist__mail .discount .price {
    font-size: 60px;
  }
}
.magazineRegist .magazineRegist__mail .discount .price .yen {
  /*font-family: "Zen Old Mincho", 'ΰΎ©', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .magazineRegist .magazineRegist__mail .discount .price .yen {
    font-size: 32px;
  }
}
.magazineRegist .magazineRegist__mail .discount .line-txt {
  display: block;
  font-family: 'Wix Madefor Text', sans-serif;
  /*font-family: "Zen Old Mincho", 'ΰΎ©', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .magazineRegist .magazineRegist__mail .discount .line-txt {
    font-size: 14px;
    line-height: 26px;
  }
.magazineRegist .magazineRegist__line {
    padding-top: 90px;
}
}

@media screen and (min-width: 1000px) {
  #topPage .magazineRegist .magazineRegist__line {
    width: 333px;
    padding-top: 0;
  }
}

.magazineRegist .contact__link {
    width: 100%;
    flex-shrink: 0;
    /*margin-top: 100px;*/
    text-align: center;
}
.magazineRegist .contact__link .heading_sub {
    max-width: 1040px;
    width: calc(100% - 80px);
}
.magazineRegist .contact__link .note {
    color: #000;
    font-size: 14px;
}

.magazineRegist .contact__link .contact-btn {
    width: 220px;
    margin: 30px auto 0;
}

.magazineRegist .contact__link .contact-btn a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
    height: 50px;
}

.magazineRegist .contact__link .contact-btn a:hover {
 background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
border: 1px solid #000;
}
.magazineRegist .contact__link .contact-btn a:hover span {
color: #000;
}

.magazineRegist .contact__link .contact-btn a span {
  position: relative;
  color: #fff;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
  font-family: "Elsie", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.magazineRegist .contact__link .contact-btn a span:before {
  margin: auto;
  content: "";
  position: absolute;
  width: 23px;
  height: 18px;
  /*background-image: url(../data/cmn_icon_contact@2x.webp);
  background-size: contain;*/
  top: 0;
  bottom: 0;
  left: 0;
}

.magazineRegist .contact__link .contact-btn a:hover span:before {
  /*background-image: url(../data/cmn_bl_icon_contact_bk@2x.png);*/
}

.magazineRegist .contact__link .contact-btn.tel {
    border-right: none;
    background: none;
}
.magazineRegist .contact__link .contact-btn.tel a {
    background: none;
    justify-content: center;
}
.magazineRegist .contact__link .contact-btn.tel a span {
    color: #000;
    font-family: 'Wix Madefor Text', sans-serif;
    padding-left: 0;
    font-size: 18px;
}
.magazineRegist .contact__link .contact-btn .contact_text {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}
.magazineRegist .contact__link .contact-btn.tel a span:before {
    content: none;
}
@media screen and (min-width: 1000px)  {
.magazineRegist .contact__link .contact_wrap {
    display: flex;
    justify-content: center;
}
.magazineRegist .contact__link .contact-btn .contact_text {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}
.magazineRegist .contact__link .contact-btn {
    margin: 30px 0 0 0;
    width: 290px;
}
.magazineRegist .contact__link .contact-btn.tel {
    border-right: none;
    background: none;
	width: 95%;
    margin: auto;
}
.magazineRegist .contact__link .contact-btn.tel a {
    background: none;
    justify-content: center;
}
.magazineRegist .contact__link .contact-btn.tel a span {
    color: #000;
    font-size: 26px;
    padding-left: 0;
    font-family: 'Wix Madefor Text', sans-serif;
}
.magazineRegist .contact__link .contact-btn.tel a span:before {
    content: none;
}
}
.magazineRegist .magazineRegist__line {
    text-align: center;
}
#magazinePage .magazineRegist .magazineRegist__line {
    padding-top: 45px;
}
.magazineRegist .magazineRegist__line .line-name {
  margin-bottom: 10px;
  /*font-family: "Zen Old Mincho", 'ΰΎ©', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
  font-weight: 500;
  font-size: 12px;
  color: #060709;
  line-height: 20px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .magazineRegist .magazineRegist__line .line-name {
    font-size: 20px;
    line-height: 20px;
  }
  #magazinePage .magazineRegist .magazineRegist__line {
    padding-top: 90px;
  }
}
.line-id {
  display:none;
}
.magazineRegist .magazineRegist__line .line-id span {
  position: relative;
  padding-left: 30px;
  color: #32DB00;
  font-family: "Renner*", "Noto sans JP", sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .magazineRegist .magazineRegist__line .line-id span {
    padding-left: 38px;
    font-size: 22px;
    line-height: 28px;
  }
}
.magazineRegist .magazineRegist__line .line-id span:before {
  margin: auto;
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../data/cmn_icon_line@2x.webp);
  background-size: contain;
  top: 0;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .magazineRegist .magazineRegist__line .line-id span:before {
    width: 28px;
    height: 28px;
  }
}
.magazineRegist .magazineRegist__line .line-qr {
  display: none;
}
@media screen and (min-width: 768px) {
  .magazineRegist .magazineRegist__line .line-qr {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
  }
}
.magazineRegist .magazineRegist__line .line-btn {
  margin: 20px auto 0;
  width: 240px;
  height: 50px;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .magazineRegist .magazineRegist__line .line-btn {
    display: none;
  }
}
.magazineRegist .magazineRegist__line .line-btn a {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.magazineRegist .magazineRegist__line .line-btn a span {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.topNews {
  padding: 0;
  /*border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;*/
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .topNews .c-contents__inner {
  padding: 0px 0 115px;
  /*margin-bottom: 100px;*/
  background: none;
  }
.topNews {
  padding: initial;
  background: #fff;
}
}
.newsList li {
  text-align: center;
}
.newsList li:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .newsList li:nth-child(n+2) {
    margin-top: 40px;
  }
}

.newsList li .newsList__title{
	width:60%;
	display: block;
    width: 100%;
}

.newsList li .newsList__title a {
  display: inline-block;
  color: #0E0F13;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .newsList li .newsList__title{
	  display: inline-block;
	  text-align: left;
	  width: 70%;
  }
  .newsList li .newsList__title a {
    font-size: 18px;
    line-height: 26px;
  }
}
.newsList li .newsList__title a:hover {
  color: #50a0d2cc;
  text-decoration: underline;
}
.newsList li .newsList__date {
  color: #0E0F13;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .newsList li .newsList__date {
	display: inline-block;
    font-size: 18px;
    line-height: 30px;
	width:20%;
  }
}

.topPickup .c-contents__inner {
max-width: 1200px;
  padding: 0 20px 50px;
background: none;
}
.topPickup {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .topPickup .c-contents__inner {
    padding: 80px 90px 110px;
    background: #fff;
    border: 2px solid #b3b3b3;
    border-top: none;
  }
.topPickup {
  padding-top:0;
}
.topPickup {
margin-bottom: 100px;
}
}

.bottomBanner {
  /*background-image: url(../data/);*/
  background-size: cover;
  background-position: center center;
}
.bottomBanner .c-contents__inner {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .bottomBanner .c-contents__inner {
    padding: 80px 0;
  }
}
.bottomBanner .bannerList {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.bottomBanner .bannerList li:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .bottomBanner .bannerList li:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width:860px) {
  .c-floatNavigation {
    flex-direction: column-reverse;
  }
  .c-floatNavigation nav{
    margin-top: 5px;
  }
  .topNewface .c-contents__inner{
    padding: 100px 20px 0 !important;
  }
  .topPickup .c-contents__inner{
    padding: 80px 20px 110px !important;
  }
}

  .topConcept {
    position: relative;
    /*padding: 50px 0 50px;*/
    padding: 0 0 50px;
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 5%;
    flex-direction: column-reverse;
  }
  .topConcept .c-contents__inner {
    background: #fff;
  }
.topConcept img {
    padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .topConcept {
    padding-bottom: initial;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .concept_img{
    max-width: 50%;
  }

  .topConcept .c-contents__inner {
    padding: 84px 0;
    background: #fff;
    margin: 0 20px;
  }
}
.topConcept:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: -1;
}
@media screen and (min-width: 768px) {
/*.topConcept {
padding: 0 0 100px;
}*/
  .topConcept:before {
    display: none;
  }
}


.conceptText {
  text-align: center;
}
.conceptText > p {
/* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
    text-align: center;
color: #000;
}
@media screen and (min-width: 768px) {
  .conceptText > p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
.conceptText > p:nth-child(n+2) {
  margin-top: 10px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .conceptText > p:nth-child(n+2) {
    margin: 20px auto 30px;
    color: #000;
  }
}
.conceptText > p:first-child span {
  font-size: 24px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .conceptText > p:first-child span {
    font-size: 40px;
    line-height:0.75;
    text-align: center;
    letter-spacing: 0.2em;
  }
    .conceptText > p:first-child {
  font-size: 28px;
    line-height: 2;
    color: #000;
}
}
@media screen and (min-width: 768px) {
  .conceptText > p:first-child br {
    display: block;
  }
}
.conceptText > p:nth-child(2) span {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .conceptText > p:nth-child(2) span {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.1em;
  }
.conceptText > p:nth-child(4) span {
    font-size: 20px;
}
}
.conceptText > p:last-child {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}
.conceptText > p:last-child span {
  margin: 10px 0;
  font-size: 16px;
}
.conceptText div {
    margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .conceptText div {
    margin-top: 30px;
  }
.conceptText > p:last-child {
  margin-top: 20px;
  text-align: center;
}
}
.conceptText div p {
  display: inline;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  /*font-family: "Zen Old Mincho", 'ΰΎ©', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
  color: #A37E31;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .conceptText div p {
    display: inline-block;
    font-size: 40px;
    line-height:1.5;
    text-align: center;
    color: #A37E31;
  }
}
@media screen and (min-width: 768px) {
  .conceptText div p br {
    display: none;
  }
}
.conceptText div p span {
  font-size: 19px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .conceptText div p span {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
.girlsContents .c-contents__inner {
  background: #fff;
}
.girlsContents .heading h3 {
  margin-bottom: 10px;
}
.girlsContents .girlsContents__atfirst {
  margin-bottom: 20px;
  font-family: 'Wix Madefor Text', sans-serif;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 768px) {
  .girlsContents .girlsContents__atfirst {
    margin-bottom: 75px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.1em;
  }
}
.girlsContents .girlsContents__atfirst br {
  display: block;
}
@media screen and (min-width: 768px) {
  .girlsContents .girlsContents__atfirst br {
    display: none;
  }
}

.systemContents--other .c-contents__inner {
  padding: 40px 10px;
}
.systemArea .c-contents__inner {
  padding-bottom: 0;
}
.option .c-contents__inner {
  padding-bottom: 0;
}
.setting .c-contents__inner {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .setting .c-contents__inner {
    padding-bottom: 0 !important;
  }
  .systemContents--other .c-contents__inner {
    padding: 90px 0;
  }
.systemArea .c-contents__inner {
  padding-bottom: 0;
}
.option .c-contents__inner {
  padding-bottom: 0;
}
}
@media screen and (min-width: 768px) {
  .systemContents--other .c-contents__wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .systemContents--other .c-contents__wrapper {
    padding: 0;
  }
}
.systemContents--other .join-bnr {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 800px;
  display: none;
}

.systemContents {
  color: #fff;
  background-color: #0E0F13;
}
.systemContents .c-contents__inner {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .systemContents .c-contents__inner {
    padding: 90px 0;
  }
}
@media screen and (min-width: 768px) {
  .systemContents .c-contents__wrapper {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1000px) {
  .systemContents .c-contents__wrapper {
    padding: 0 70px;
  }
}
.systemContents .heading h2 span {
  margin-top: 10px;
}
.systemContents .heading h4 {
  margin: 0 auto;
  width: 110px;
  color: #F1C400;
  font-family: "Renner*", "Noto sans JP", sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .systemContents .heading h4 {
    width: 161px;
  }
}

.priceList {
  width: 100%;
}
.priceList dl {
  width: 100%;
  /*padding-bottom: 30px;*/
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dotted #A37E31;
}

.settingList dl {
  border-bottom: none;
  padding-bottom: 30px;
}
.priceList dl dt {
  padding: 10px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  width: 34%;
}
.priceList dl dt.hour {
  padding: 0;
  text-align: center;
  color: #fff !important;
  background: #000;
  font-size: 22px !important;
}
.priceList dl dt.white {
  background: transparent;
  color: #000 !important;
  border: 1px solid #b3b3b3;
}

@media screen and (min-width: 768px) {
  .priceList dl {
    margin-bottom: initial;
    align-items: center;
  }
  .priceList dl dt.hour {
    width: 180px;
    height: 40px;
    line-height: 38px !important;
    font-size: 27px !important;
    color: #fff !important;
  }
  .priceList dl dt.white {
    color: #000 !important;
  }
  .priceList:first-child dl {
    border-bottom: none;
  }
  .priceList dl dt {
    line-height: 46px;
    padding: 15px 0 15px calc((100% - 73%) / 2);
    font-size: 30px;
    letter-spacing: 0.08em;
  }
  .option .priceList dl dt {
    padding: 10px;
  }
}
.priceList dl dt span {
  font-family: "Renner*", "Noto sans JP", sans;
}
.priceList dl dd {
  padding: 10px;
  width: 50%;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
    color: #000;
  font-size: 24px;
  line-height:1;
  text-align: right;
  width: 70%;
}
.setList dl dd {
  padding:0;
}

.setList dl dd small{
  font-size: 18px;
}

.settingList dl dd span small{
  font-size: 22px;
}

.priceList .priceList__join dl dt small{
  font-size: 12px;
}

.priceList dl dd small{
  font-size: 14px;
}

.priceList dl dd span small{
  font-size: 22px;
}

.priceList dl dd span {
  display: block;
  margin-top: 4px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .priceList dl dd {
    font-size: 36px;
    line-height: 30px;
    padding: 15px calc((100% - 77%) / 2) 15px 0;
  }
  .settingList dl dd span small{
    font-size: 22px;
  }
  
  .priceList .priceList__join dl dt small{
    font-size: 15px;
  }
  
  .priceList dl dd small{
    font-size: 18px;
  }
  
  .priceList dl dd span small{
    font-size: 22px;
  }

  
.setList dl dd {
  padding:0;
}
.priceList dl dd span {
  display: initial;
  margin-top: initial;
  margin-left: 47px;
  font-size: 12px;
}
.settingList dl {
  margin-bottom: 30px;
}
.settingList dl:last-child {
  margin-bottom: 0;
}
.settingList dl dd span {
  margin-left: 20px;
}
.priceList dl dd span.paid-fee {
  margin-left: 17px;
}
.priceList dl dd .kaku {
  margin-left: 0;
  font-size: 28px;
  font-weight: 600;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
}
.option .priceList dl dd.paid {
  font-size: 36px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
}
}
.priceList dl:nth-child(-n+6) dt {
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 20px;
  font-weight: 400;
}
.option .use-item {
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .priceList dl:nth-child(-n+6) dt {
    font-size: 30px;
  }
  .setList .priceList__join {
    max-width: 580px !important;
    margin: 0 auto;
  }
  .option .priceList__join {
    max-width: 720px;
    margin: 0 auto;
  }
  .option .use-item {
    max-width: 690px;
    padding: initial;
  }
}


.priceList .priceList__join {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.priceList .priceList__join .op-txt {
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-weight: 500;
  text-align: right;
  color: #fff;
}
.priceList .priceList__join dl dt {
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-weight: 500;
  font-size: 18px;
color: #000;
line-height: 1.6;
}
.c-h3 {
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-weight: normal;
  line-height: 1.25;
  color: #000;
  border-bottom: 1px solid #b3b3b3;
font-size: 16px;
}
.credit-link {
    margin: 30px auto 0;
}
.credit-link a {
  display: block;
  width: 100%;
  height: 100%;
}
.op-ttl {
  margin: 12px 0;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  color: #000;
  font-size: 12px;
}
.op-use {
  color: #000;
  line-height: 1.8;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
}
@media screen and (min-width: 768px) {
  .priceList .priceList__join dl dt {
    font-size: 30px;
    line-height: 1;
  }
.priceList .priceList__join .op-txt {
  /*max-width: 705px;*/
  max-width: 630px;
  font-size: 12px;
  letter-spacing: 0.18em;
  margin-top: -30px;
}
.c-h3 {
margin: 50px auto 10px;
    font-size: 16px;
}
.credit-link {
margin: 30px auto 0;
    width: 600px;
    height: 170px;
}
.op-use {
  font-size: 12px;
  line-height: 1.66;
}
.use-item .op-box:last-child {
  margin-top: 20px;
}


.option .priceList dl:first-child {
    margin-bottom: 30px;
}

.option .priceList dl:last-child {
    margin-bottom: 0;
}

.option .priceList dl dd {
  margin-right: 48px;
  width: initial;
  padding: 20px 0;
  font-size: 16px;
}
}
.priceList .priceList__black {
  margin-bottom: 80px;
  width: 100%;
}
.option .priceList dl {
display: block;
margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .priceList .priceList__black {
    margin-bottom: 130px;
  }
.option .priceList dl {
display: flex;
border-bottom:10px;
}
}
.priceList .priceList__diamond {
  margin-bottom: 80px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .priceList .priceList__diamond {
    margin-bottom: 130px;
  }
}
.priceList .priceList__gold {
  width: 100%;
}

.c-contents--system {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c-contents--system {
    padding: 0 40px;
  }
}
.c-contents--system .c-contents__inner {
  margin: 0 auto;
  padding: 40px 10px;
  width: 100%;
  max-width: 1200px;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .c-contents--system .c-contents__inner {
    padding: 90px 0;
  }
}
.priceList .note {
  color: #fff;
  margin: 80px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.transportation {
    margin-top: 40px;
}
.transportation .priceList .priceList__join dl dt {
    width: 65%;
}
.transportation .priceList dl dd {
    width: 35%;
}
@media screen and (min-width: 768px) {
.transportation .priceList .priceList__join dl dt {
    font-size: 25px;
}
}
.transportation .transportation__price {
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .transportation .transportation__price {
    font-size: 18px;
    line-height: 26px;
  }
}

.payment .payment__atfirst p {
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #000;
  line-height: 1.43;
}
/* .payment {
padding-bottom: 45px;
} */
.c-contents--system.payment .c-contents__inner {
padding-bottom: 45px;
}

@media screen and (min-width: 768px) {
.payment {
padding-bottom: initial;
}
  .payment .payment__atfirst p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
.c-contents--system.payment .c-contents__inner {
  padding-bottom:90px;
}
.payment .payment__atfirst p:first-child {
margin-bottom: 10px;
  font-size: 16px;
}
.payment .payment__atfirst p:last-child {
  font-size: 14px;
}
}

.cancel .cancel__atfirst {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cancel .cancel__atfirst {
    margin-bottom: 40px;
  }
}
.cancel .cancel__atfirst p {
  font-family: "Noto Sans JP", "ΰSVbNΜ", YuGothic, "ΰSVbN Medium", "Yu Gothic Medium", "ΰSVbN", "Yu Gothic", sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .cancel .cancel__atfirst p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
}
.cancel .cancel__atfirst p br {
  display: none;
}
@media screen and (min-width: 1000px) {
  .cancel .cancel__atfirst p br {
    display: block;
  }
}
.cancel .cancel__price .cancel__price-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .cancel .cancel__price .cancel__price-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.cancel .cancel__price p {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .cancel .cancel__price p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
}
.cancel .cancelList {
  width: 100%;
}
.cancel .cancelList dl {
  margin-bottom: 5px;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .cancel .cancelList dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.cancel .cancelList dl dt {
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  border: 1px solid #0E0F13;
  background-color: #0E0F13;
}
@media screen and (min-width: 768px) {
  .cancel .cancelList dl dt {
    width: 70%;
  }
}
.cancel .cancelList dl dt span {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .cancel .cancelList dl dt span {
    font-size: 14px;
    line-height: 30px;
  }
}
.cancel .cancelList dl dd {
  padding: 10px 0;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  border: 1px solid #0E0F13;
}
@media screen and (min-width: 768px) {
  .cancel .cancelList dl dd {
    width: 30%;
    font-size: 14px;
    line-height: 30px;
  }
}

.prohibitation {
  background-color: #F6F9FF;
}
.prohibitation .prohibitation__atfirst {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .prohibitation .prohibitation__atfirst {
    margin-bottom: 40px;
  }
}
.prohibitation .prohibitation__atfirst p {
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .prohibitation .prohibitation__atfirst p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
}
.prohibitation .prohibitation__atfirst p br {
  display: none;
}
@media screen and (min-width: 1000px) {
  .prohibitation .prohibitation__atfirst p br {
    display: block;
  }
}
.prohibitation .prohibitation__text {
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .prohibitation .prohibitation__text {
    font-size: 14px;
    line-height: 30px;
  }
}
.prohibitation .prohibitation__text span {
  font-size: 12px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .prohibitation .prohibitation__text span {
    font-size: 16px;
    line-height: 30px;
  }
}

.privacy .privacy__atfirst {
  margin-bottom: 20px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .privacy .privacy__atfirst {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .privacy .privacy__atfirst {
    white-space: nowrap;
  }
}
.privacy .privacyList dl {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .privacy .privacyList dl {
    margin-bottom: 40px;
  }
}
.privacy .privacyList dl dt {
  margin-bottom: 5px;
  position: relative;
  padding-left: 1.5em;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .privacy .privacyList dl dt {
    font-size: 16px;
    line-height: 30px;
  }
}
.privacy .privacyList dl dt:before {
  margin: auto;
  content: "";
  position: absolute;
  color: #F1C400;
  font-size: 12px;
  line-height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .privacy .privacyList dl dt:before {
    font-size: 14px;
    line-height: 30px;
  }
}
.privacy .privacyList dl dd {
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .privacy .privacyList dl dd {
    font-size: 14px;
    line-height: 30px;
  }
}
.privacy .privacy__contact .contact-text {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .privacy .privacy__contact .contact-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.privacy .privacy__contact .contact-btn {
  margin: 0 auto;
  width: 220px;
  height: 40px;
}
.privacy .privacy__contact .contact-btn a {
  width: 100%;
  height: 100%;
  display: flex;
          justify-content: center;
          align-items: center;
  border: 1px solid #0E0F13;
  background-color: #0E0F13;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
}
.privacy .privacy__contact .contact-btn a:hover {
  border: 1px solid #0E0F13;
  background-color: initial;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.privacy .privacy__contact .contact-btn a:hover span {
  color: #0E0F13;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.privacy .privacy__contact .contact-btn a span {
  position: relative;
  padding-left: 34px;
  color: #fff;
  font-family: "Renner*", "Noto sans JP", sans;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.privacy .privacy__contact .contact-btn a span:before {
  margin: auto;
  content: "";
  position: absolute;
  width: 23px;
  height: 18px;
  /*background-image: url(../data/cmn_icon_contact@2x.png);
  background-size: contain;*/
  top: 0;
  bottom: 0;
  left: 0;
}

.recruitHead .c-contents__inner {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .recruitHead .c-contents__inner {
    padding: 90px 0;
  }
}
@media screen and (min-width: 768px) {
  .recruitHead .c-contents__wrapper {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1000px) {
  .recruitHead .c-contents__wrapper {
    padding: 0 70px;
  }
}
.recruitHead .recruitHead__title {
  padding: 15px 0;
}
.recruitHead .recruitHead__title .main-title {
  text-align: center;
}
.recruitHead .recruitHead__title .main-title > div {
  display: inline-block;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruitHead .recruitHead__title .main-title > div {
    font-size: 40px;
    line-height: 58px;
  }
}
.recruitHead .recruitHead__title .main-title span {
  position: relative;
  display: inline-block;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .recruitHead .recruitHead__title .main-title span {
    height: 116px;
  }
}
.recruitHead .recruitHead__title .main-title span:first-of-type:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 35px;
  background-color: #F1C400;
  left: -28px;
  top: -16px;
}
@media screen and (min-width: 768px) {
  .recruitHead .recruitHead__title .main-title span:first-of-type:before {
    height: 60px;
    left: -30px;
    top: -15px;
  }
}
.recruitHead .recruitHead__title .main-title span:first-of-type:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #F1C400;
  left: -34px;
  top: -6px;
}
@media screen and (min-width: 768px) {
  .recruitHead .recruitHead__title .main-title span:first-of-type:after {
    width: 30px;
    left: -40px;
    top: 0;
  }
}
.recruitHead .recruitHead__title .main-title span:last-of-type:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 35px;
  background-color: #F1C400;
  right: -28px;
  bottom: -16px;
}
@media screen and (min-width: 768px) {
  .recruitHead .recruitHead__title .main-title span:last-of-type:before {
    height: 60px;
    right: -30px;
    bottom: -15px;
  }
}
.recruitHead .recruitHead__title .main-title span:last-of-type:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #F1C400;
  right: -34px;
  bottom: -6px;
}
@media screen and (min-width: 768px) {
  .recruitHead .recruitHead__title .main-title span:last-of-type:after {
    width: 30px;
    right: -40px;
    bottom: 0;
  }
}

.conditionsContents {
  background-color: #0E0F13;
}
.conditionsContents .c-contents__inner {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .conditionsContents .c-contents__inner {
    padding: 90px 0;
  }
}
.conditionsContents .heading_eng h3 {
  color: #fff;
}
.conditionsContents .heading_eng span {
  color: #fff;
}
.conditionsContents .conditionList ul li:not(:first-child) .conditionList__detail br {
  display: none;
}
@media screen and (min-width: 768px) {
  .conditionsContents .conditionList ul li:not(:first-child) .conditionList__detail br {
    display: block;
  }
}
.conditionsContents .conditionList ul li:nth-child(n+2) {
  margin-top: 40px;
}
.conditionsContents .conditionList ul .conditionList__title {
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .conditionsContents .conditionList ul .conditionList__title {
    margin-bottom: 20px;
  }
}
.conditionsContents .conditionList ul .conditionList__detail {
  color: #fff;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .conditionsContents .conditionList ul .conditionList__detail {
    font-size: 18px;
    line-height: 26px;
  }
}

.recruitBanner {
  background-color: #F6F9FF;
}
.recruitBanner .c-contents__inner {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .recruitBanner .c-contents__inner {
    padding: 90px 0;
  }
}
.recruitBanner .group-bnr {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .recruitBanner .group-bnr {
    margin: 0 auto;
  }
}

.recruitContact {
  text-align: center;
}
.recruitContact .c-contents__inner {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .recruitContact .c-contents__inner {
    padding: 90px 0;
  }
}
.recruitContact .recruitRegist__tel {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .recruitContact .recruitRegist__tel {
    margin-bottom: 70px;
  }
}
.recruitContact .recruitRegist__tel .tel-number {
  display: none;
}
@media screen and (min-width: 768px) {
  .recruitContact .recruitRegist__tel .tel-number {
    display: block;
  }
}
.recruitContact .recruitRegist__tel .tel-number a span {
  position: relative;
  padding-left: 22px;
  color: #0E0F13;
  font-family: "Renner*", "Noto sans JP", sans;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}
.recruitContact .recruitRegist__tel .tel-number a span:before {
  margin: auto;
  content: "";
  position: absolute;
  width: 14px;
  height: 19px;
  /*background-image: url(../data/);*/
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
}
.recruitContact .recruitRegist__tel .tel-btn {
  margin: 0 auto 10px;
  width: 220px;
  height: 40px;
  background-color: #F1C400;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .recruitContact .recruitRegist__tel .tel-btn {
    display: none;
  }
}
.recruitContact .recruitRegist__tel .tel-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruitContact .recruitRegist__tel .tel-btn a span {
  position: absolute;
  padding-left: 24px;
  color: #0E0F13;
  font-family: "Renner*", "Noto sans JP", sans;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}
.recruitContact .recruitRegist__tel .tel-btn a span:before {
  margin: auto;
  content: "";
  position: absolute;
  width: 13px;
  height: 17px;
  /*background-image: url(../data/);*/
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
}
.recruitContact .recruitRegist__tel .tel-reception {
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.recruitContact .recruitRegist__line .line-name {
  margin-bottom: 10px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .recruitContact .recruitRegist__line .line-name {
    font-size: 14px;
    line-height: 20px;
  }
}
.recruitContact .recruitRegist__line .line-id span {
  position: relative;
  padding-left: 30px;
  color: #32DB00;
  font-family: "Renner*", "Noto sans JP", sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .recruitContact .recruitRegist__line .line-id span {
    padding-left: 38px;
    font-size: 22px;
    line-height: 28px;
  }
}
.recruitContact .recruitRegist__line .line-id span:before {
  margin: auto;
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../data/cmn_icon_line@2x.webp);
  background-size: contain;
  top: 0;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .recruitContact .recruitRegist__line .line-id span:before {
    width: 28px;
    height: 28px;
  }
}
.recruitContact .recruitRegist__line .line-qr {
  display: none;
}
@media screen and (min-width: 768px) {
  .recruitContact .recruitRegist__line .line-qr {
    display: block;
    margin: 30px auto 0;
    width: 150px;
    height: 150px;
  }
}
.recruitContact .recruitRegist__line .line-btn {
  margin: 20px auto 0;
  width: 220px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .recruitContact .recruitRegist__line .line-btn {
    display: none;
  }
}
.recruitContact .recruitRegist__line .line-btn a {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #32DB00;
  display: flex;
          justify-content: center;
          align-items: center;
  border-radius: 3px;
}
.recruitContact .recruitRegist__line .line-btn a:after {
  position: absolute;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
  top: 0;
  right: 20px;
  bottom: 0;
}
.recruitContact .recruitRegist__line .line-btn a span {
  color: #fff;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.recruitContents {
  background-color: #F6F9FF;
}
.recruitContents .c-contents__inner {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .recruitContents .c-contents__inner {
    padding: 90px 0;
  }
}
.recruitContents .recruitRegist__form .note {
  margin-bottom: 40px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .recruitContents .recruitRegist__form .note {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
}
.recruitContents .recruitRegist__form .recruitRegist__detail {
  text-align: left;
}
.recruitContents .recruitRegist__detail {
  text-align: center;
}

.recruitFormArea dl {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .recruitFormArea dl {
    flex-direction: initial;
  }
}
.recruitFormArea dl:nth-child(n+2) {
  margin-top: 20px;
}
.recruitFormArea dl dt {
  margin-bottom: 10px;
  width: 100%;
  height: 20px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .recruitFormArea dl dt {
    padding-left: 40px;
    margin-bottom: initial;
    width: 290px;
    height: 40px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1000px) {
  .recruitFormArea dl dt {
    width: 290px;
  }
}
.recruitFormArea dl dt .badge-required {
  margin-right: 10px;
  padding: 2px 0px;
  display: inline-block;
  width: 34px;
  color: #fff;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  background-color: #0E0F13;
}
@media screen and (min-width: 768px) {
  .recruitFormArea dl dt .badge-required {
    width: 50px;
    font-size: 14px;
    line-height: 20px;
  }
}
.recruitFormArea dl dd {
  width: 100%;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .recruitFormArea dl dd {
    width: calc(100% - 290px);
    font-size: 16px;
    line-height: 28px;
  }
}
.recruitFormArea dl dd input[type=text],
.recruitFormArea dl dd input[type=tel] {
  display: inline-block;
  padding: 6px 10px;
  width: 100%;
  height: 40px;
  color: #8D8D8D;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  background-color: #fff;
  outline: 1px solid #D5D6D8;
}
@media screen and (min-width: 768px) {
  .recruitFormArea dl dd input[type=text],
  .recruitFormArea dl dd input[type=tel] {
    height: 40px;
    font-size: 16px;
  }
}
.recruitFormArea dl dd input[type=email] {
  display: inline-block;
  padding: 6px 10px;
  width: 100%;
  max-width: 400px;
  height: 40px;
  color: #8D8D8D;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  background-color: #fff;
  outline: 1px solid #D5D6D8;
}
@media screen and (min-width: 768px) {
  .recruitFormArea dl dd input[type=email] {
    height: 40px;
    font-size: 16px;
  }
}
.recruitFormArea dl dd input[type=file] {
  display: inline-block;
  color: #0E0F13;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .recruitFormArea dl dd input[type=file] {
    font-size: 16px;
  }
}
.recruitFormArea dl dd .select-wrapper {
  margin: 0 10px;
  position: relative;
  display: inline-block;
}
.recruitFormArea dl dd .select-wrapper:after {
  margin: auto;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
  top: 0;
  right: 10px;
  bottom: 0;
  pointer-events: none;
}
.recruitFormArea dl dd .select-wrapper:first-child {
  margin-left: 0;
}
.recruitFormArea dl dd .select-wrapper select {
  padding: 6px 30px 6px 10px;
  display: inline-block;
  width: 100%;
  height: 40px;
  color: #8D8D8D;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  background-color: #fff;
  outline: 1px solid #D5D6D8;
}
@media screen and (min-width: 768px) {
  .recruitFormArea dl dd .select-wrapper select {
    height: 40px;
    font-size: 16px;
  }
}
.recruitFormArea dl dd textarea {
  padding: 5px;
  width: 100%;
  min-height: 200px;
  color: #8D8D8D;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  background-color: #fff;
  outline: 1px solid #D5D6D8;
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .recruitFormArea dl dd textarea {
    min-height: 100px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .recruitFormArea dl.name-box dd input[type=text] {
    max-width: 300px;
  }
}
.recruitFormArea dl.age-box dd input[type=text] {
  margin-right: 10px;
  max-width: 120px;
}
@media screen and (min-width: 768px) {
  .recruitFormArea dl.tel-box dd input[type=tel] {
    max-width: 280px;
  }
}
.recruitFormArea dl.tall-box dd input[type=text], .recruitFormArea dl.bust-box dd input[type=text], .recruitFormArea dl.waist-box dd input[type=text], .recruitFormArea dl.hip-box dd input[type=text] {
  margin-right: 10px;
  max-width: 120px;
  text-align: center;
}
.recruitFormArea dl.bust-box dd input[type=text] {
  margin-right: 10px;
  max-width: 100px;
  text-align: center;
}
.recruitFormArea dl.bust-box .select-wrapper select {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .recruitFormArea dl.bust-box .select-wrapper select {
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .recruitFormArea dl.address-box dd input[type=text], .recruitFormArea dl.job-box dd input[type=text] {
    max-width: 400px;
  }
}
.recruitFormArea dl.file-box dt {
  height: 20px;
}
@media screen and (min-width: 768px) {
  .recruitFormArea dl.file-box dt {
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .recruitFormArea dl.file-box dd {
    height: 30px;
  }
}
.recruitFormArea .g-recaptcha > div {
  margin: 60px auto 0;
  width: 304px;
  height: 78px;
}
.recruitFormArea .submit-btn {
  margin: 20px auto 0;
  width: 100%;
  max-width: 300px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .recruitFormArea .submit-btn {
    margin: 40px auto 0;
  }
}
.recruitFormArea .submit-btn button {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0E0F13;
  border: 1px solid #0E0F13;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .recruitFormArea .submit-btn button {
    background-color: initial;
    border: 1px solid #0E0F13;
  }
}
.recruitFormArea .submit-btn button:hover {
  background-color: #0E0F13;
  border: 1px solid #0E0F13;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.recruitFormArea .submit-btn button:hover span {
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.recruitFormArea .submit-btn button:disabled {
  background-color: initial;
  border: 1px solid #0E0F13;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .recruitFormArea .submit-btn button:disabled {
    border: 1px solid #F1C400;
  }
}
.recruitFormArea .submit-btn button:disabled span {
  color: #0E0F13;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.recruitFormArea .submit-btn span {
  color: #fff;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .recruitFormArea .submit-btn span {
    color: #0E0F13;
  }
}
.recruitFormArea .atlast {
  margin-top: 20px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruitFormArea .atlast {
    font-size: 16px;
    line-height: 28px;
  }
}
.recruitFormArea .atlast br {
  display: block;
}
@media screen and (min-width: 768px) {
  .recruitFormArea .atlast br {
    display: none;
  }
}

.contactContact .c-contents__inner {
  padding: 40px 10px;
}
@media screen and (min-width: 768px) {
  .contactContact .c-contents__inner {
    padding: 90px 0;
  }
}
@media screen and (min-width: 768px) {
  .contactContact .c-contents__wrapper {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1000px) {
  .contactContact .c-contents__wrapper {
    padding: 0 70px;
  }
}
.contactContact .atfirst {
  margin-bottom: 50px;
  font-family: 'Wix Madefor Text', sans-serif;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .contactContact .atfirst {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 40px;
  }
}
/*.contactContact .contactRegist .contactRegist__tel {
  margin-bottom: 50px;
}*/
@media screen and (min-width: 768px) {
  .contactContact .contactRegist .contactRegist__tel {
    /*margin-bottom: 60px;*/
  margin-bottom: 0;
  }
}
.contactContact .contactRegist .contactRegist__tel .tel-number {
  display: none;
}
@media screen and (min-width: 768px) {
  .contactContact .contactRegist .contactRegist__tel .tel-number {
    margin-bottom: 5px;
    padding: 0 34px;
    position: relative;
    display: inline-block;
  }
}
.contactContact .contactRegist .contactRegist__tel .tel-number:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .contactContact .contactRegist .contactRegist__tel .tel-number:before {
    display: block;
    content: "[";
    position: absolute;
    font-family: "Renner*", "Noto sans JP", sans;
    font-size: 38px;
    line-height: 38px;
    top: -2px;
    left: 0;
    bottom: 0;
    color: #b3b3b3;
  }
}
.contactContact .contactRegist .contactRegist__tel .tel-number:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .contactContact .contactRegist .contactRegist__tel .tel-number:after {
    display: block;
    content: "]";
    position: absolute;
    font-family: "Renner*", "Noto sans JP", sans;
    font-size: 38px;
    line-height: 38px;
    top: -2px;
    right: 0;
    bottom: 0;
    color: #b3b3b3;
  }
}
.contactContact .contactRegist .contactRegist__tel .tel-number a span {
  position: relative;
  color: #000;
  font-size: 38px;
  font-weight: 300;
  line-height: 38px;
}

.contactContact .contactRegist .contactRegist__tel .tel-btn {
  margin: 0 auto 10px;
  width: 220px;
  height: 40px;
  background-color: #000;
  border-radius: 3px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contactContact .contactRegist .contactRegist__tel .tel-btn {
    display: none;
  }
}
.contactContact .contactRegist .contactRegist__tel .tel-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactContact .contactRegist .contactRegist__tel .tel-btn a span {
  position: absolute;
  padding-left: 34px;
  color: #fff;
  font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}
.contactContact .contactRegist .contactRegist__tel .tel-btn a span.tel_span {
    padding: 0;
    margin-left: -150px;
    font-size: 16px;
}

.contactContact .contactRegist .contactRegist__tel .tel-reception {
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.contactContact .contactRegist .contactRegist__line .line-name {
  margin-bottom: 10px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .contactContact .contactRegist .contactRegist__line .line-name {
    font-size: 14px;
    line-height: 20px;
  }
}
.contactContact .contactRegist .contactRegist__line .line-id span {
  position: relative;
  padding-left: 30px;
  color: #32DB00;
  font-family: "Renner*", "Noto sans JP", sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .contactContact .contactRegist .contactRegist__line .line-id span {
    padding-left: 38px;
    font-size: 22px;
    line-height: 28px;
  }
}
.contactContact .contactRegist .contactRegist__line .line-id span:before {
  margin: auto;
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../data/cmn_icon_line@2x.webp);
  background-size: contain;
  top: 0;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .contactContact .contactRegist .contactRegist__line .line-id span:before {
    width: 28px;
    height: 28px;
  }
}
.contactContact .contactRegist .contactRegist__line .line-qr {
  display: none;
}
@media screen and (min-width: 768px) {
  .contactContact .contactRegist .contactRegist__line .line-qr {
    display: block;
    margin: 20px auto 0;
    width: 150px;
    height: 150px;
  }
}
.contactContact .contactRegist .contactRegist__line .line-btn {
  margin: 0 auto;
  width: 220px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .contactContact .contactRegist .contactRegist__line .line-btn {
    display: none;
  }
}
.contactContact .contactRegist .contactRegist__line .line-btn a {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #32DB00;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactContact .contactRegist .contactRegist__line .line-btn a:after {
  position: absolute;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
  top: 0;
  right: 20px;
  bottom: 0;
}
.contactContact .contactRegist .contactRegist__line .line-btn a span {
  color: #fff;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.contactContact .contactRegist .contactRegist__form .note {
  margin-bottom: 40px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .contactContact .contactRegist .contactRegist__form .note {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
}
.contactContact .contactRegist .contactRegist__form .contactRegist__detail {
  text-align: left;
}
.contactContact .contactRegist .contactRegist__detail {
  text-align: center;
}

.contactContents {
  position: relative;
z-index: 0;
}
.contactContents .c-contents__inner {
  padding: 0 10px 40px;
  background: #fff;
  border-bottom: 2px solid #b3b3b3;
}

@media screen and (min-width: 768px) {
  .contactContents .c-contents__inner {
    max-width: 1200px;
    /*padding: 90px 0;*/
padding: 0;
  border: 2px solid #b3b3b3;
  border-top: none;
  border-bottom: none;
  }
}
.contactContents .contactRegist__form .note {
  margin-bottom: 40px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}
.contactContents .contactRegist__form .note a {
    color: #000;
}
@media screen and (min-width: 768px) {
  .contactContents .contactRegist__form .note {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
}
.contactContents .contactRegist__form .contactRegist__detail {
  text-align: left;
}
.contactContents .contactRegist__detail {
  text-align: center;
}

.contactFormArea dl {
  display: flex;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contactFormArea dl {
    flex-direction: initial;
  }
}
.contactFormArea dl:nth-child(n+2) {
  margin-top: 20px;
}
.contactFormArea dl dt {
  margin-bottom: 10px;
  width: 100%;
  height: 20px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-family: 'Wix Madefor Text', sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .contactFormArea dl dt {
    padding-left: 40px;
    margin-bottom: initial;
    width: 290px;
    height: 40px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1000px) {
  .contactFormArea dl dt {
    width: 290px;
  }
}
.contactFormArea dl dt .badge-required {
  margin-right: 10px;
  padding: 2px 0px;
  display: inline-block;
  width: 34px;
  color: #fff;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .contactFormArea dl dt .badge-required {
    width: 50px;
    font-size: 14px;
    line-height: 20px;
  }
}
.contactFormArea dl dd {
  width: 100%;
  font-family: 'Wix Madefor Text', sans-serif;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .contactFormArea dl dd {
    width: calc(100% - 288px);
    font-size: 16px;
    line-height: 28px;
  }
}
.contactFormArea dl dd input[type=text],
.contactFormArea dl dd input[type=tel] {
  display: inline-block;
  padding: 6px 10px;
  width: 100%;
  height: 40px;
  color: #0E0F13;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  background-color: #fff;
  outline: 1px solid #D5D6D8;
}
@media screen and (min-width: 768px) {
  .contactFormArea dl dd input[type=text],
  .contactFormArea dl dd input[type=tel] {
    height: 40px;
    font-size: 16px;
  }
}
.contactFormArea dl dd input[type=email] {
  display: inline-block;
  padding: 6px 10px;
  width: 100%;
  max-width: 400px;
  height: 40px;
  color: #0E0F13;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  background-color: #fff;
  outline: 1px solid #D5D6D8;
}
@media screen and (min-width: 768px) {
  .contactFormArea dl dd input[type=email] {
    height: 40px;
    font-size: 16px;
  }
}
.contactFormArea dl dd input[type=file] {
  display: inline-block;
  color: #0E0F13;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .contactFormArea dl dd input[type=file] {
    font-size: 16px;
  }
}
.contactFormArea dl dd .select-wrapper {
  margin: 0 10px;
  position: relative;
  display: inline-block;
}
.contactFormArea dl dd .select-wrapper:after {
  margin: auto;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
  top: 0;
  right: 10px;
  bottom: 0;
  pointer-events: none;
}
.contactFormArea dl dd .select-wrapper:first-child {
  margin-left: 0;
}
.contactFormArea dl dd .select-wrapper select {
  padding: 6px 30px 6px 10px;
  display: inline-block;
  width: 100%;
  height: 40px;
  color: #0E0F13;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  background-color: #fff;
  outline: 1px solid #D5D6D8;
}
@media screen and (min-width: 768px) {
  .contactFormArea dl dd .select-wrapper select {
    height: 40px;
    font-size: 16px;
  }
}
.contactFormArea dl dd textarea {
  padding: 5px;
  width: 100%;
  min-height: 200px;
  color: #0E0F13;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  background-color: #fff;
  outline: 1px solid #D5D6D8;
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .contactFormArea dl dd textarea {
    min-height: 100px;
    font-size: 16px;
    line-height: 22px;
  }
}
.contactFormArea dl.type-box .select-wrapper select, .contactFormArea dl.use-box .select-wrapper select {
  width: 170px;
}
@media screen and (min-width: 768px) {
  .contactFormArea dl.name-box input[type=text] {
    max-width: 300px;
  }
}
.contactFormArea dl.tel-box input[type=tel] {
  max-width: 400px;
}
.contactFormArea dl.area-box input[type=text] {
  max-width: 500px;
}
.contactFormArea dl.area-box .note-list {
  margin-top: 10px;
  font-family: 'Wix Madefor Text', sans-serif;
    /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.contactFormArea dl.area-box .note-list li{
   color: #000;
}

@media screen and (min-width: 1000px) {
  .contactFormArea dl.area-box .note-list {
    font-size: 14px;
    line-height: 22px;
  }
}
.contactFormArea dl.cast-box .select-wrapper {
  margin-left: 0;
  margin-right: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .contactFormArea dl.cast-box .select-wrapper {
    margin-left: 0;
    margin-right: 10px;
    display: inline-block;
  }
}
.contactFormArea dl.cast-box .select-wrapper:nth-child(n+2) {
  margin-top: 20px;
}
.contactFormArea dl.cast-box .select-wrapper select {
  width: 100%;
  font-family: 'Wix Madefor Text', sans-serif;
}
@media screen and (min-width: 768px) {
  .contactFormArea dl.cast-box .select-wrapper select {
    width: 300px;
  }
}
.contactFormArea dl.day-box .select-wrapper, .contactFormArea dl.arrival-box .select-wrapper {
  display: inline-block;
}
.contactFormArea dl.day-box .select-wrapper select, .contactFormArea dl.arrival-box .select-wrapper select {
  width: 100px;
}
@media screen and (min-width: 1200px) {
  .contactFormArea dl.day-box .select-wrapper select, .contactFormArea dl.arrival-box .select-wrapper select {
    width: 120px;
  }
}
@media screen and (min-width: 1000px) {
  .contactFormArea dl.arrival-box .select-wrapper {
    margin: 0 10px;
  }
}
.contactFormArea dl.arrival-box span {
  display: none;
}
@media screen and (min-width: 1000px) {
  .contactFormArea dl.arrival-box span {
    display: inline;
  }
}
.contactFormArea dl.cource-box .select-wrapper, .contactFormArea dl.place-box .select-wrapper {
  display: inline-block;
}
.contactFormArea dl.cource-box .select-wrapper select, .contactFormArea dl.place-box .select-wrapper select {
  width: 240px;
}
.contactFormArea dl.comment-box dt {
  display: block;
  height: auto;
}
.contactFormArea .g-recaptcha > div {
  margin: 60px auto 0;
  width: 304px;
  height: 78px;
}
.contactFormArea .submit-btn {
  margin: 20px auto 0;
  width: 100%;
  max-width: 300px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contactFormArea .submit-btn {
    margin: 40px auto 0;
  }
}
.contactFormArea .submit-btn button {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0E0F13;
  border: 1px solid #0E0F13;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .contactFormArea .submit-btn button {
    background-color: #000;
    border: 1px solid #000;
  }
}
.contactFormArea .submit-btn button:hover {
  background-color: #fff;
  border: 1px solid #000;
  transition: all 0.4s ease-in-out;
}
.contactFormArea .submit-btn button:hover span {
  color: #000;
  transition: all 0.4s ease-in-out;
}
.contactFormArea .submit-btn button:disabled {
  border: 1px solid #b3b3b3;
  background: #b3b3b3;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .contactFormArea .submit-btn button:disabled {
    border: 1px solid #b3b3b3;
    background: #b3b3b3;
  }
}
.contactFormArea .submit-btn button:disabled span {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.contactFormArea .submit-btn span {
  color: #fff;
  font-family: 'Wix Madefor Text', sans-serif;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .contactFormArea .submit-btn span {
    color: #fff;
  }
}
.contactFormArea .atlast {
  margin-top: 20px;
  font-family: 'Wix Madefor Text', sans-serif;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 768px) {
  .contactFormArea .atlast {
    font-size: 16px;
    line-height: 28px;
  }
}
.contactFormArea .atlast br {
  display: block;
}
@media screen and (min-width: 768px) {
  .contactFormArea .atlast br {
    display: none;
  }
}

.guideContents .c-contents__inner {
  padding: 40px 10px;
}
@media screen and (min-width: 768px) {
  .guideContents .c-contents__inner {
    padding: 90px 0;
  }
}
@media screen and (min-width: 768px) {
  .guideContents .c-contents__wrapper {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1000px) {
  .guideContents .c-contents__wrapper {
    padding: 0 70px;
  }
}
.guideContents .guideContents__block {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .guideContents .guideContents__block {
    margin-bottom: 70px;
  }
}
/*.guideContents .guideContents__block .guideContents__text br:first-child {
  display: none;
}*/
@media screen and (min-width: 768px) {
  .guideContents .guideContents__block .guideContents__text br:first-child {
    display: block;
  }
}
.guideContents .guideContents__block2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .guideContents .guideContents__block2 {
    margin-bottom: 70px;
  }
}
.guideContents .heading_guide {
  margin-bottom: 30px;
  text-align: center;
}
.guideContents .heading_guide span {
  position: relative;
  padding: 0 40px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .guideContents .heading_guide span {
    padding: 0 80px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.17em;
  }
}
.guideContents .heading_guide span:before {
  margin: auto;
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  /*background-image: url(../data/);*/
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .guideContents .heading_guide span:before {
    width: 60px;
    height: 10px;
  }
}
.guideContents .heading_guide span:after {
  margin: auto;
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  /*background-image: url(../data/);*/
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .guideContents .heading_guide span:after {
    width: 60px;
    height: 10px;
  }
}
.guideContents .guideContents__text {
  margin-top: 40px;
  font-family: 'Wix Madefor Text', sans-serif;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .guideContents .guideContents__text {
    font-size: 16px;
    line-height: 32px;
    /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  }
}

.guideContact {
  background-color: #F6F9FF;
}
.guideContact .c-contents__inner {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .guideContact .c-contents__inner {
    padding: 90px 0;
  }
}

.guideContents__contact .contact-text {
  margin-bottom: 40px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
color: #000;
}
@media screen and (min-width: 768px) {
  .guideContents__contact .contact-text {
  margin-bottom: 100px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .guideContents__contact .contact-text br {
    display: none;
  }
}
.guideContents__contact .contactBlock {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .guideContents__contact .contactBlock {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-direction: column;
    justify-items: center;
  }
}
.guideContents__contact .contactBlock__tel {
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .guideContents__contact .contactBlock__tel {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .guideContents__contact .contactBlock__tel {
    width: 100%;
  }
}
.guideContents__contact .contactBlock__tel .tel-number {
  display: none;
}
@media screen and (min-width: 768px) {
  .guideContents__contact .contactBlock__tel .tel-number {
    margin-bottom: 5px;
    padding: 0 15px;
    display: inline-block;
  }
}
.guideContents__contact .contactBlock__tel .tel-number a span {
  position: relative;
  /* padding-left: 27px; */
  color: #000;
  font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif;
    /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
}
.guideContents__contact .contactBlock__tel .tel-btn {
  margin: 0 auto 10px;
  width: 220px;
  height: 40px;
  background-color: #060709;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .guideContents__contact .contactBlock__tel .tel-btn {
    display: none;
  }
}
.guideContents__contact .contactBlock__tel .tel-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guideContents__contact .contactBlock__tel .tel-btn a span {
  position: absolute;
  padding-left: 32px;
  color: #fff;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}
.guideContents__contact .contactBlock__tel .tel-btn a span.tel_span {
font-size: 16px;
    margin-left: -187px;
}
.guideContents__contact .contactBlock__tel .tel-reception {
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.guideContents__contact .contactBlock__tel:after {
  display: none;
}
@media screen and (min-width: 1000px) {
  .guideContents__contact .contactBlock__tel:after {
    display: block;
    margin: auto;
    content: "";
    position: absolute;
    width: 1px;
    height: 160px;
    background-color: #4D4D4D;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.guideContents__contact .contactBlock__form {
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .guideContents__contact .contactBlock__form {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .guideContents__contact .contactBlock__form {
    width: 100%;
  }
}
.guideContents__contact .contactBlock__form:after {
  display: none;
}

.guideContents__contact .contactBlock__form .contact-text {
  margin-bottom: 10px;
  font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif;
/* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 16px;
  line-height: 24px;
}
.guideContents__contact .contactBlock__form .contact-btn {
  width: 220px;
  height: 40px;
}
.guideContents__contact .contactBlock__form .contact-btn a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
}
.guideContents__contact .contactBlock__form .contact-btn a:hover {
 background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
border: 1px solid #000;
}
.guideContents__contact .contactBlock__form .contact-btn a:hover span {
color: #000;
}
.guideContents__contact .contactBlock__form .contact-btn a span {
  position: relative;
  padding-left: 33px;
  color: #fff;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
  font-family: "Elsie", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-family: "Arial", "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", "ΰSVbN", "YuGothic", "CI", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.guideContents__contact .contactBlock__form .contact-btn a span:before {
  margin: auto;
  content: "";
  position: absolute;
  width: 23px;
  height: 18px;
  /*background-image: url(../data/cmn_icon_contact@2x.webp);
  background-size: contain;*/
  top: 0;
  bottom: 0;
  left: 0;
}

.guideContents__contact .contactBlock__form .contact-btn a:hover span:before {
  background-image: url(../data/cmn_bl_icon_contact_bk@2x.png);
}

.guideContents__contact .contactBlock__line {
  width: 100%;
  display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .guideContents__contact .contactBlock__line {
    width: 33.3333333333%;
  }
}
.guideContents__contact .contactBlock__line .line-name {
  margin-bottom: 10px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #0E0F13;
}
@media screen and (min-width: 768px) {
  .guideContents__contact .contactBlock__line .line-name {
    font-size: 14px;
    line-height: 20px;
  }
}
.guideContents__contact .contactBlock__line .line-id span {
  position: relative;
  padding-left: 30px;
  color: #32DB00;
  font-family: "Renner*", "Noto sans JP", sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .guideContents__contact .contactBlock__line .line-id span {
    padding-left: 38px;
    font-size: 22px;
    line-height: 28px;
  }
}
.guideContents__contact .contactBlock__line .line-id span:before {
  margin: auto;
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../data/cmn_icon_line@2x.webp);
  background-size: contain;
  top: 0;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .guideContents__contact .contactBlock__line .line-id span:before {
    width: 28px;
    height: 28px;
  }
}
.guideContents__contact .contactBlock__line .line-qr {
  display: none;
}
@media screen and (min-width: 768px) {
  .guideContents__contact .contactBlock__line .line-qr {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
  }
}
.guideContents__contact .contactBlock__line .line-btn {
  margin: 0 auto;
  width: 220px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .guideContents__contact .contactBlock__line .line-btn {
    display: none;
  }
}
.guideContents__contact .contactBlock__line .line-btn a {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #32DB00;
  display: flex;
          justify-content: center;
          align-items: center;
}
.guideContents__contact .contactBlock__line .line-btn a:after {
  position: absolute;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
  top: 0;
  right: 20px;
  bottom: 0;
}
.guideContents__contact .contactBlock__line .line-btn a span {
  color: #fff;
  font-family: "Noto Sans JP", "ΰSVbNΜ", YuGothic, "ΰSVbN Medium", "Yu Gothic Medium", "ΰSVbN", "Yu Gothic", sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  .memberContents .c-contents__wrapper {
    padding: 0 40px 90px !important;
  }
}
@media screen and (min-width: 1000px) {
  .memberContents .c-contents__wrapper {
    padding: 0 30px;
  }
}

.magazineRegist {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .magazineRegist {
    padding-top: 50px;
  }
}

.memberBlock {
  padding: 0;
}
.memberBlock .memberBlock__service .atlast {
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #0E0F13;
}
@media screen and (min-width: 768px) {
  .memberBlock .memberBlock__service .atlast {
    font-size: 16px;
    line-height: 1.875;
  }
}
.memberBlock .memberBlock__service .atlast br:first-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .memberBlock .memberBlock__service .atlast br:first-child {
    display: block;
  }
}
.memberBlock .memberBlock__logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .memberBlock .memberBlock__logo {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 162px;
    height: 58px;
  }
}

.benefitsList ul {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .benefitsList ul {
    margin: 0 auto 40px;
  }
}
.benefitsList ul li {
  padding: 10px 0;
  border-bottom: 1px solid #6B1B46;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .benefitsList ul li {
    padding: 10px 40px;
    font-size: 22px;
    line-height: 30px;
  }
}
.benefitsList ul li:last-child {
  border-bottom: initial;
}
.benefitsList ul li span {
  margin-right: 20px;
  color: #F1C400;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .benefitsList ul li span {
    font-size: 18px;
    line-height: 30px;
  }
}

.profileContents .heading h2 span {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .profileContents .heading h2 span {
    margin-top: 14px;
  }
}
.profileContents .profileContents__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .profileContents .profileContents__inner {
    flex-direction: initial;
  }
  .profileContents {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #b3b3b3;
    border-top: none;
  }
}

.profileSlider {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  .profileSlider {
    margin-bottom: 80px;
    width: 520px;
    max-width: initial;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .profileSlider {
    margin-right: 80px;
  }
}
.profileSlider .profileSlider__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .profileSlider .profileSlider__inner {
    flex-direction: initial;
  }
}
.profileSlider .profileSlider__main-wrapper {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.profileSlider .profileSlider__main-wrapper img {
  border: 1px solid #e9e9e9;
}
@media screen and (min-width: 768px) {
  .profileSlider .profileSlider__main-wrapper {
    margin: 0 10px 0 0;
    max-width: 430px;
  }
}
.profileSlider .profileSlider__main-wrapper .pickup {
  position: absolute;
  width: 100px;
  height: 140px;
  top: 0;
  right: 10px;
  z-index: 1;
}

.profileSlider .profileSlider__main-wrapper .pickup img{
  border: none;
}

.profileSlider .profileSlider__main {
  width: 100%;
}
.profileSlider .profileSlider__thumb {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .profileSlider .profileSlider__thumb {
    width: 80px;
  }
}
.profileSlider .profileSlider__thumb .slick-track {
  width: 100% !important;
  display: flex;
}
@media screen and (min-width: 768px) {
  .profileSlider .profileSlider__thumb .slick-track {
    flex-direction: column;
    justify-content: space-between;
  }
}
.profileSlider .profileSlider__thumb .slick-track .slick-slide {
  width: 100% !important;
}
.profileSlider .profileSlider__thumb .slick-track .slick-slide:nth-child(n+2) {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .profileSlider .profileSlider__thumb .slick-track .slick-slide:nth-child(n+2) {
    margin: 10px 0 0 0;
  }
}
.profileSlider .profileSlider__thumb .slick-track .slick-slide.slick-active {
  opacity: 0.6;
}
.profileSlider .profileSlider__thumb .slick-track .slick-slide.slick-active.slick-current {
  opacity: 1;
}
.profileSlider .profileSlider__thumb .slick-track .slick-slide img {
  display: block;
  width: 100%;
  border: 1px solid #e9e9e9;
}

.profileDetail {
  margin: 0 auto;
  width: 100%;
  max-width: 520px;
}
@media screen and (min-width: 1200px) {
  .profileDetail {
    max-width: initial;
  }
}
.profileDetail .profileHead.pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .profileDetail .profileHead.pc {
    display: block;
  }
}
.profileDetail .profileHead.sp {
  display: block;
}
@media screen and (min-width: 1200px) {
  .profileDetail .profileHead.sp {
    display: none;
  }
}
.profileDetail .profileDetail__head {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
@media screen and (min-width: 768px) {
  .profileDetail .profileDetail__head {
    margin-bottom: 10px;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .profileDetail .profileDetail__head {
    justify-content: flex-start;
  }
}
.profileDetail .profileDetail__head .profileDetail__name {
  margin-right: 20px;
  color: #000;
  font-size: 24px;
  font-family: sans;
  line-height: 32px;
/* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .profileDetail .profileDetail__head .profileDetail__name {
    margin-right: 20px;
    width: initial;
    font-size: 38px;
    line-height: 50px;
  }
}
.profileDetail .profileDetail__head .new {
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*@media screen and (min-width: 768px) {
  .profileDetail .profileDetail__head .new {
    width: 30px;
    height: 50px;
  }
}*/

.profileDetail .profileDetail__head .new img {
  display: block;
  width: 100%;
}

/*@media screen and (min-width: 768px) {
  .profileDetail .profileDetail__head .new img {
    width: 26px;
    height: 39px;
  }
}*/

.profileDetail .profileDetail__class {
  margin: 0 30px 0 0;
  width: 70px;
  height: 70px;
  min-width: 70px;
  text-align: left;
display: none;
}
@media screen and (min-width: 768px) {
  .profileDetail .profileDetail__class {
    margin: 0 auto 25px;
    text-align: left;
display: none;
  }
}
@media screen and (min-width: 1200px) {
  .profileDetail .profileDetail__class {
    margin: 0 0 25px;
  }
}
.profileDetail .profileDetail__class img {
  margin: 0;
  display: block;
  width: auto;
  height: 70px;
}
.profileDetail .profileDetail__category {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  line-height: 24px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .profileDetail .profileDetail__category {
    margin-bottom: 20px;
  }
}
.profileDetail .profileDetail__size {
  margin-bottom: 50px;
  display: flex;
  flex-flow: row wrap;
  color: #000;
}
@media screen and (min-width: 768px) {
  .profileDetail .profileDetail__size {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .profileDetail .profileDetail__size {
    display: block;
  }
}
.profileDetail .profileDetail__size dl {
  padding: 5px 0;
  display: flex;
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .profileDetail .profileDetail__size dl {
    width: 100%;
  }
}
.profileDetail .profileDetail__size dl:first-child {
  width: 100%;
}
.profileDetail .profileDetail__size dl dt {
  width: 70px;
  color: #000;
  font-size: 16px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-family: "Noto Sans JP", sans-serif;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .profileDetail .profileDetail__size dl dt {
    width: 110px;
  }
}
.profileDetail .profileDetail__size dl dd {
  width: calc(100% - 70px);
  font-size: 16px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-family: "Noto Sans JP", sans-serif;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .profileDetail .profileDetail__size dl dd {
    width: calc(100% - 110px);
  }
}
.profileDetail .profileDetail__goodtime {
  margin-bottom: 50px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .profileDetail .profileDetail__goodtime {
    margin-bottom: 60px;
  }
}
.profileDetail .profileDetail__goodtime h3 {
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 20px;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-family: Arial, "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", ΰSVbN, YuGothic, CI, Meiryo, sans-serif;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #b3b3b3;
  color: #000;
}
@media screen and (min-width: 768px) {
  .profileDetail .profileDetail__goodtime h3 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }
}
.profileDetail .profileDetail__goodtime h3 span {
  margin-left: 20px;
  color: #5f5f5f;
  font-size: 12px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-weight: 500;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .profileDetail .profileDetail__goodtime h3 span {
    margin-left: 30px;
    font-size: 16px;
    line-height: 24px;
  }
}
.profileDetail .profileDetail__goodtime p {
  font-size: 14px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-family: dnp-shuei-anti-std, heisei-kaku-gothic-stdn, CI, Meiryo, 'lr oSVbN', Osaka, Helvetica;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .profileDetail .profileDetail__goodtime p {
    font-size: 16px;
    line-height: 30px;
  }
}
.profileDetail .profileDetail__comment h3 {
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 20px;
  /* font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif; */
  font-family: Arial, "Hiragino Sans", "qMmpS ProN", "Hiragino Kaku Gothic ProN", ΰSVbN, YuGothic, CI, Meiryo, sans-serif;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #b3b3b3;
  color: #000;
}
@media screen and (min-width: 768px) {
  .profileDetail .profileDetail__comment h3 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }
}
.profileDetail .profileDetail__comment h3 span {
  margin-left: 20px;
  color: #5f5f5f;
  font-size: 12px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-weight: 500;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .profileDetail .profileDetail__comment h3 span {
    margin-left: 30px;
    font-size: 16px;
    line-height: 24px;
  }
}
.profileDetail .profileDetail__comment p {
  font-size: 14px;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #232323;
}

.profileDetail .profileDetail__comment p span{
  color: #232323;
}

@media screen and (min-width: 768px) {
  .profileDetail .profileDetail__comment p {
    font-size: 16px;
    line-height: 30px;
  }
}

.newsContents {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .newsContents .c-contents__wrapper {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1000px) {
  .newsContents .c-contents__wrapper {
    padding: 0 70px;
  }
}
.newsContents h3 {
  font-size: 16px;
  font-family: 'Wix Madefor Text', sans-serif;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .newsContents h3 {
    font-size: 30px;
    line-height: 44px;
  }
}
.newsContents time {
  display: block;
  margin-bottom: 20px;
  color: #50a0d2cc;
  font-size: 14px;
  font-family: "Renner*", "Noto sans JP", sans;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .newsContents time {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
  }
}
.newsContents p {
  font-size: 12px;
  font-family: 'Wix Madefor Text', sans-serif;
  /* font-family: "Zen Old Mincho",'ΰΎ©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .newsContents p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
}

/*.topNewface {
padding-top: 32px;
}*/
/*.topNewface .c-contents__inner {
    background: none;
}*/
@media screen and (min-width: 768px) {
    .topNewface .c-contents__inner {
      max-width: 1200px;
      padding: 100px 90px 0;
      background: #fff;
      border: 2px solid #b3b3b3;
      margin-top: 100px;
      border-bottom: none;
    }

.topNewface {
padding-top: 0;
}
}


.option .priceList .priceList__join dl dt {
width: 100%;
  padding: 6px 8px;
  font-size: 14px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  .option .priceList .priceList__join dl dt {
    width: 30%;
    display: flex;
    margin-right: 70px;
    width: 180px;
    height: 40px;
    font-size: 20px;
  }
}


#systemPage .option {
padding-top: 30px;
}


@media screen and (min-width: 1200px) {
  .option .use-item {
    margin: 0 auto;
  }
#systemPage .option {
padding-top: 60px;
}
#systemPage .systemArea {
padding-top: 60px;
}
}
.option .priceList dl dd {
  width: initial;
  text-align: center;
  font-size: 24px;
}

.option .priceList dl .op-name{
  font-size: 16px;
}

.option .priceList dl:first-child dd {
  margin-bottom:0;
  padding: 20px;
  font-size: 12px;
}
.option .priceList dl:last-child dd {
  padding: 20px;
}
@media screen and (min-width: 768px) {
.option .priceList dl:first-child dd {
  margin-bottom: 15px;
  padding: initial;
  font-size: 16px;
}
.option .priceList dl:last-child dd {
    padding: initial;
}
}
.option .priceList dl dd span {
display: initial;
}

.footer-infoArea {
padding: 90px 0 60px;
background: #fff;
}

.footer-infoArea__img {
    width: 220px;
    height: 106px;
    margin: 0 auto 20px;
}
.footer-infoArea__img a {
display: block;
width: 100%;
height: 100%;
}

#schedulePage .c-contents .heading,
#castPage .c-contents .heading,
#magazinePage .c-contents .heading,
#guidePage .c-contents .heading,
#contactPage .c-contents .heading,
#systemPage .heading h2 {
  margin: 54px auto 30px;
}
#castPage .girlsContents .c-contents__inner {
  background: none;
}
#schedulePage .c-contents .c-contents__inner,
#castPage .c-contents .c-contents__inner,
#contactPage .contactContact .c-contents__inner,
#systemPage .c-contents .c-contents__inner {
  padding: initial;
  background: none;
}
#schedulePage .add_bg,
#castPage .add_bg {
  padding: 40px 20px;
  background: #fff;
  border: 2px solid #b3b3b3;
  border-left: none;
  border-right: none;
}
#schedulePage .add_bg .scheduleNavigation ul {
    display: flex;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
    /*font-family: "Zen Old Mincho", 'ΰΎ©', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
    margin-bottom: 30px;
}
#schedulePage .add_bg .scheduleNavigation ul li {
    width: calc((100% - 30px) / 7);
    text-align: center;
}
#schedulePage .add_bg .scheduleNavigation ul li a {
    border: solid 1px #ffffff;
    padding: 5px 0;
    display: block;
    font-size: 13px;
    color: #000;
}
#schedulePage .add_bg .scheduleNavigation ul li.active a {
    background: #000;
    border: solid 1px #000;
    color: #fff;
}
#schedulePage .add_bg .scheduleNavigation ul li a span {
    display: block;
    font-size: 10px;
}
@media screen and (min-width: 768px) {
#schedulePage .add_bg .scheduleNavigation ul li a {
    padding: 5px 10px;
}
}
 #systemPage .add_bg {
  position: relative;
  background:#fff;
  border: 2px solid #b3b3b3;
  border-top: none;
}
#magazinePage .c-contents__wrapper,
#contactPage .c-contents__wrapper {
  padding: 50px 10px;
  background: #fff;
  border-top: 2px solid #b3b3b3;
}
#guidePage .c-contents__wrapper {
  padding: 50px 10px;
  background:#fff;
}

#systemPage .add_bg {
  padding: 40px 20px;
  background: #fff;
  border: 2px solid #b3b3b3;
  border-left: none;
  border-right: none;
}
#magazinePage .c-contents .c-contents__inner,
#guidePage .c-contents .c-contents__inner {
  padding: initial;
  background: none;
}


@media screen and (min-width: 768px) {
 #contactPage .c-contents__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  border-top: none;
  border-left: 2px solid #b3b3b3;
  border-right: 2px solid #b3b3b3;
}
.c-contents__inner .heading {
  display: none; 
}
#guidePage .c-contents__wrapper {
  background:#fff;
}
#systemPage .add_bg {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0 0;
  border: 2px solid #b3b3b3;
  border-top: none;
  border-bottom: none;
}
#systemPage .heading h2.c-h2.test {
    display: none;
}
#systemPage .heading h2 {
    margin: 0 auto;
}
#magazinePage .memberBlock .memberBlock__logo {
    margin: 0 auto 30px;
}
#magazinePage .memberContents .c-contents__wrapper {
    padding: 90px 40px 90px !important;
}
#guidePage .c-contents__wrapper {
    padding: 90px 10px;
}
#schedulePage .add_bg,
#castPage .add_bg {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px;
  background: #fff;
  border: 2px solid #b3b3b3;
  border-top: none;
  border-bottom: none;
}
}


.radius_cell {
  position: relative;
  width: 220px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 18px;
  font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
  font-weight: 400;
  border: 1px solid #b3b3b3;
  text-align: center;
  color: #000;
}

.radius_cell:before {
  position: absolute;
  content: "";
  top: 8px;
  left: -14px;
  transform: rotate(135deg);
  width: 40px;
  height: 1px;
  background-color: #b3b3b3;
}
.radius_cell:after{
  position: absolute;
  content: "";
  bottom: 8px;
  right: -14px;
  transform: rotate(135deg);
  width: 40px;
  height: 1px;
  background-color: #b3b3b3;
}

@media screen and (min-width: 768px) {
.girlsList {
max-width: 1020px;
margin: 0 auto;
}
.radius_cell {
  position: relative;
  width: 280px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  font-size: 20px;
  font-family: "Amiri", "Times New Roman", Georgia, "Palatino Linotype", serif;
  font-weight: 400;
  border: 1px solid #b3b3b3;
  text-align: center;
}

.radius_cell:before {
  position: absolute;
  content: "";
  top: 10px;
  left: -16px;
  transform: rotate(135deg);
  width: 50px;
  height: 1px;
  background-color: #b3b3b3;
}
.radius_cell:after{
  position: absolute;
  content: "";
  bottom: 10px;
  right: -16px;
  transform: rotate(135deg);
  width: 50px;
  height: 1px;
  background-color: #b3b3b3;
}

#topPage .topNews .heading {
  margin: 0 auto 38px;
}

.option .priceList .priceList__join {
  max-width: 750px;
}

}

.schedule__time{
	padding: 0.3em;
	text-align: center;
	display: block;
	border: 1px solid #333;
	margin: 0 auto 0.5em auto;
	border-radius: 3px;
	background: black;
	color: white;
	font-family: 'Cinzel', serif;
	font-weight: bold;
	font-size: 1.2em;
}

@media screen and (min-width: 768px) {
	.schedule__time{
		font-size: 1.5em;
	}
}

.news__frame{
	border: 2px solid #999;
 	max-width: 1200px;
  	margin: auto;
  	padding: 1em;
}

@media screen and (min-width: 768px) {
	.news__frame{
		padding: 5em;
	}
}

.news__data{
	width: 100%;
  	margin: auto;
  	border-bottom: 1px solid #CCC;
  	padding-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.count{
	margin-bottom: 2%;
}
	
#sort ul{
	width: 90%;
	margin: 0 auto 3em auto;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}

#sort ul li{
	width: 23%;
	margin: 1%;
}

#sort ul li button{
	width: 100%;
	padding: 0.7em;
	font-size: 1.2em;
	border: 2px solid #000;
}

#sort ul li button.is-checked {
	background-color: #000 !important;
	color: #FFF;
	font-weight: bold;
}
.nf_name , .nf_size {
}

@media screen and (max-width: 768px) {

	#sort ul{
		margin-bottom: 1em;
	}
    
    #sort ul li{
		width: 48%;
	}

	#sort ul li button{
		font-size: 1.2em;
	}
}

.contact_wrap {
  display: flex;
  gap: 20px;
}

.contact-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.area-box {
  border-radius: 10px;
  padding: 15px;
  font-family: sans-serif;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: relative;
  backdrop-filter: blur(4px);
  margin-top: 20px;
	border: 2px solid #000;
	width:100%;
}

.contact-btn.active .area-box {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.area-box h2{
  margin-bottom: 2em;
}

.contact-btn a {
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.area-box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  .contact_wrap {
	flex-direction: column;
	gap: 0;
  }

  .contact-btn {
	width: 100% !important;
	align-items: stretch;
  }

  .area-box {
	position: static;
	transform: none;
	display: none;
	pointer-events: none;
	margin: 0;
	padding: 0;
  }

  .contact-btn.active .area-box {
	display: block;
	pointer-events: auto;
	margin: 10px 0;
	padding: 15px;
  }

  .area-box::before {
	display: none;
  }

}

.swiper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px auto;
}

.swiper-slide img {
  width: 100%;
  border-radius: 8px;
}

.area-buttons {
  display: flex;
  width: 90%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto 20px auto;
}

.area-buttons button {
  padding: 0.7em;
  font-size: 1.2em;
  border: 2px solid #000;
  cursor: pointer;
  width: 23%;
}

.area-buttons button.active {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.template-container {
  display: none; 
}

.fade-out {
	opacity: 0;
	transition: opacity 0.4s ease;
}

.fade-in {
	opacity: 1;
	transition: opacity 0.4s ease;
}

@media screen and (max-width: 768px) {

	.area-buttons{
		margin-bottom: 1em;
		gap: 5px;
	}

	.area-buttons button{
		font-size: 1.2em;
        width:48%;
	}
}



  nav ul li {
    position: relative;
  }

  /* ₯ hbv_Ej[ ₯ */
  .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    background: white;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
  }

  .dropdown li a {
    padding: 10px 15px;
    display: block;
    color: #333;
    white-space: nowrap;
    transition: background 0.3s, color 0.3s;
  }

  .dropdown li a:hover {
    background: #f0f0f0;
    color: #007BFF;
  }

  /* ₯ hoverΙ\¦ ₯ */
  nav ul li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
/*
.animated {
  opacity: 1;
}*/