h4 {font-family: superior_title, serif;}

.mainContents {

}

.mainLeft {

}

#photoContents {
  
}

.photoOuter {
  position: relative;
}

#photoFrame {overflow: hidden;position: relative;}

#photoArea {

}

#photoArea div {
  aspect-ratio: 3 / 4;
  position: relative;
}

#photoArea div img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

#photoIcon {

}

#photoIcon div {

}

#photoIcon div#photoPrev {

}

#photoIcon div#photoNext {

}

#photoPagination {

}

#photoPagination .swiper-wrapper {
  
}

#photoPagination .swiper-slide {
  
}

.mainRight {

}

.mainRight div:not(:last-of-type) {

}

.title {

}

.title p {
  
}

.title p.name {
  font-weight: bold;
}

.title p.name span {
  font-weight: 400;
  margin-left: 0.3em;
}

.title p.size {
  
}

.message {

}

.message p {

}

.prof {

}

.prof ul {
  
}

.prof li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b5b5b5;
  color: #2c2c2c;
}

.prof li p {
  
}

.prof li p:first-of-type {
  color: #d7003a;
  font-weight: 700;
}

.subContents {

}

.subContents article {width: 100%;}

.therapistscheduleBlock {

}

.weeklySchedule {display: flex;flex-wrap: wrap;color: #2c2c2c;}

.weeklySchedule ul {
  
}

.weeklySchedule li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.weeklySchedule li:first-of-type {
  background-color: #d7003a;
  color: #ffffff;
}

.weeklySchedule li:last-of-type {
  background-color: #ffffff;
  box-sizing: border-box;
}

.serviceBlock {color: #2c2c2c;}

.subContents article:not(#schedule) {

}

.subContents article .serviceBlock ul  {

}

.subContents article#services ul  {

}

.subContents article:not(#schedule):not(#credit) li {display: flex;flex-wrap: wrap;align-items: center;box-sizing: border-box;background-color: #ffffff;color: #2c2c2c;}

.subContents article:not(#schedule) li:not(#credit).head {background-color: #d7003a;color: #ffffff;}

.subContents article:not(#schedule):not(#credit) li:not(.head) {/* height: 40px; */padding: 9.2px 0;border-bottom: 1px solid #b5b5b5;}

.subContents article:not(#schedule) li p {box-sizing: border-box;line-height: 1.35;}

.subContents article:not(#schedule) li.head p {font-weight: 700;}

.subContents article:not(#schedule) li:not(.head) p {

}

.subContents article:not(#schedule) li:not(.head) p:first-of-type {color: #d7003a;font-weight: 700;}

.subContents article:not(#schedule) li:not(.head) p:last-of-type {

}

.movieBox {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #2c2c2c;
}

.movieBox video {
  width: 100%;
  height: auto;
}

.reviewBox, .shopComment {
  width: 100%;
  box-sizing: border-box;
  color: #2c2c2c;
  background-color: #ffffff;
}

.shopComment {
  line-height: 1.35;
}

.reviewBox {
  overflow: auto;
}

.reviewContentBox {

}

.reviewContent:last-of-type {
  /* background-color: #ffffff; */
  border-bottom: 0;
}

.reviewContent div {
  line-height: 1.45em;
}

.reviewContent .customerName {
  color: #323232;
  line-height: 1.45em;
  text-align: right;
}

.reserveBtnBlock {background-color: #ffffff;border-radius: 0.75em;}

.reserveBtn {
  background-color: #000000;
  color: #ffffff;
  border-radius: 0.75em;
}

.reserveBtn.whatappBtn {
  background: #0bb54a;
}

.reserveBtn.phoneBtn {
  background: #ff00e9;
  border: 1px solid #ff00e9;
  pointer-events: all;
}

.reserveBtn.lineBtn {
  background: #009900;
  border: 1px solid #009900;
  pointer-events: all;
}

.reserveBtn.siteBtn {
  background: #636363;
  border: 1px solid #636363;
}

.reserveBtnBlock p {
  color: #2c2c2c;
}

.creditBox {background-color: #ffffff;}

.creditText {

}

.creditText ul {
  
}

.creditText li {
  line-height: 1.5;
}

.creditText li::before {
  content: "ãƒ»";
}

.creditText li a {
  display: block;
  width: fit-content;
}

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

.creditImage img {
  
}

.todayGirlsBlock {display: flex;flex-wrap: wrap;}

.todayGirlsBox {background-color: #ffffff;}

.todayGirlsBox a {
  color: #000000;
  text-decoration: none;
}

.girlsPhoto {

}

.girlsPhoto img {

}

.girlsName {/* display: flex; *//* justify-content: center; *//* align-items: center; *//* border-top: 1px solid #444444; */}

#form {
  /* border: 1px solid #791507; */
  box-sizing: border-box;
}

#form form input, #form form textarea, #form form #girlsNameBox select {
  border: 1px solid #b5b5b5;
  background-color: #f8f8f8;
  box-sizing: border-box;
}

#form form input, #form form #girlsNameBox select, #form form #girlsNameBox .girlsName {
  text-indent: 1.4em;
}

#form form #girlsNameBox .girlsName {
  line-height: 50px;
}

#form form textarea {
  resize: none;
  line-height: 1.4em;
  font-family: meiryo, sans-serif;
}

:placeholder-shown {
  color: #919191;
}

#submitBtnWrap {
  position: relative;
}

#submitBtnWrap #submitBtn {
  text-indent: 0;
  color: #ffffff;
  cursor: pointer;
  border: none;
  /* background-color: #d7003a; */
  background-color: #1c1c1c;
  margin-bottom: 0;
  font-weight: 700;
  font-family: meiryo, sans-serif;
}

#form form #submitBtnWrap.close:after {
  background-color: #e7e6db;
  content: "";
  display: block;
  opacity: 0.7;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* =========================================================
 PC
========================================================= */
@media screen and (min-width: 769px) {
  h4 {font-size: 40px;width: 100%;margin-bottom: 10px;text-align: left;}
  
  #contentsWrapper.mainContents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  }
  
  .mainLeft {
  width: 419px;
  }
  
  #photoContents {
  
  }
  
  #photoFrame {
  }
  
  #photoArea {
  
  }
  
  #photoArea div {
    
  }
  
  #photoIcon {
  
  }
  
  #photoIcon div {
  
  }
  
  #photoIcon div#photoPrev {
  
  }
  
  #photoIcon div#photoNext {
  
  }
  
  #photoPagination {
  
  }
  
  #photoPagination .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    transform: none!important;
  }
  
  #photoPagination .swiper-slide {
  width: calc((100% - 33px) / 4)!important;
  height: 128px;
  margin-top: 11px;
  margin-right: 11px;
  cursor: pointer;
  }

  #photoPagination .swiper-slide:nth-of-type(4n) {
    margin-right: 0;
  }
  
  .mainRight {
  width: 470px;
  }
  
  .mainRight div:not(:last-of-type) {
  margin-bottom: 40px;
  }
  
  .title {
  
  }
  
  .title p {
    
  }
  
  .title p.name {
    font-size: 30px;
    margin-bottom: 8px;
  }
  
  .title p.name span, .title p.size {
    font-size: 20px;
  }
  
  .message {
  
  }
  
  .message p {
  font-size: 16px;
  line-height: 1.35;
  }
  
  .prof {
  display: flex;
  flex-wrap: wrap;
  }
  
  .prof ul {
    width: 50%;
  }
  
  .prof li {
    height: 40px;
  }

  .prof li:last-of-type {
    border-bottom: 0;
    height: 60px;
  }
  
  .prof li p {
    font-size: 16px;
  }
  
  .prof li p:first-of-type {
    width: 118px;
  }

  .prof li p:last-of-type {width: 110px;}
  
  .subContents {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-column-gap: 10px;
  }
  
  .subContents article {
    margin-top: 50px;
    grid-column: 1 / 3;
  }

  .subContents article#rates, .subContents article#deliveryFee {
    width: 480px;
  }

  .subContents article#movie {
    grid-row: 5;
  }

  .subContents article#selfy {
    grid-row: 1;
  }

  .subContents article#schedule {
    grid-row: 2;
  }

  .subContents article#services {
    grid-row: 3;
  }

  .subContents article#rates {
    grid-row: 4;
    grid-column: 1 / 2;
  }

  .subContents article#deliveryFee {
    grid-row: 4;
    grid-column: 2 / 3;
  }

  .subContents article#reviews {
    grid-row: 6;
  }

  .subContents article#introduct {
    grid-row: 7;
  }

  .subContents article#reserve {
    grid-row: 8;
    text-align: center;
  }
  
  .subContents article#credit {
    grid-row: 9;
  }

  .subContents article#today {
    grid-row: 10;
  }
  
  .therapistscheduleBlock {
  
  }
  
  .weeklySchedule {
  
  }
  
  .weeklySchedule ul {
    width: 12.5%;
  }
  
  .weeklySchedule li {
    height: 50px;
    font-size: 16px;
  }
  
  .weeklySchedule ul:not(:last-of-type) li:first-of-type {
    border-right: 1px solid;
  }
  
  .weeklySchedule ul:not(:last-of-type) li:last-of-type {
    border-right: 1px solid #b5b5b5;
  }
  
  .serviceBlock {
  display: flex;
  flex-wrap: wrap;
  }
  
  .subContents article:not(#schedule) {

  }
  
  .subContents article .serviceBlock ul  {
  
  }
  
  .subContents article#services ul  {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  }

  .subContents article#services ul li {
  background-color: #ffffff;
  width: 50%;
  }

  .subContents article#services ul li:not(.head):nth-of-type(even) {
    border-left: 1px solid #b5b5b5;
  }
  
  .subContents article:not(#schedule):not(#credit) li {
    /* padding: 0 30px; */
  }

  .subContents article#rates li, .subContents article#deliveryFee li {
    background-color: #ffffff;
    color: #2c2c2c;
  }

  .subContents article:not(#schedule):not(#services):not(#credit) li:nth-of-type(odd), .subContents article#services li:not(.head):nth-of-type(4n+3), .subContents article#services li:not(.head):nth-of-type(4n+4) {
    /* background-color: #ffffff; */
  }

  #middleWrapper .subContents article#services li:not(.head):nth-last-of-type(-n+2), .subContents article:not(#schedule):not(#credit) li:not(.head):last-of-type {
    border-bottom: 0;
  }
  
  .subContents article:not(#schedule) li.head {
    height: 44px;
  }

  .subContents article:not(#schedule) li.head:first-of-type {
    border-top: 3px solid #d7003a;
    border-bottom: 3px solid #d7003a;
  }
  
  .subContents article:not(#schedule):not(#credit) li:not(.head) {
  
  }
  
  .subContents article:not(#schedule) li p {
  height: 100%;
  display: flex;
  align-items: center;
  }
  
  .subContents article:not(#schedule) li.head p {
  font-size: 18px;
  }
  
  .subContents article:not(#schedule) li:not(.head) p {
  font-size: 16px;
  }
  
  .subContents article:not(#schedule) li p:first-of-type {
  width: 370px;
  padding-left: 30px;
  }

  .subContents article:not(#schedule) li p:last-of-type {
    width: 119px;
    padding-right: 30px;
    justify-content: right;
  }

  .subContents article#rates li p:first-of-type, .subContents article#deliveryFee li p:first-of-type {
    width: 320px;
    padding-right: 30px;
  }

  .subContents article#rates li p:last-of-type, .subContents article#deliveryFee li p:last-of-type {
    padding-right: 17px;
    width: 160px;
  }
  
  .subContents article:not(#schedule) li.head p:last-of-type {
    justify-content: left;
  }

  .subContents article:not(#schedule) ul:first-of-type li.head:first-of-type {
    border-right: 1px solid #ffffff;
  }

  #services>p {padding-left: 13px;font-size: 1.2em;margin-top: 13px;}
  
  .movieBox {
    /* margin: 25px auto;
    aspect-ratio: 98 / 55;
    overflow: hidden; */
    margin: 25px auto;
    width: 100%;
    min-width: 100%;
    height: auto;
    overflow: hidden;
  }

  .movieBox video {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .reviewBox {
    max-height: 466px;
    border: 1px solid #b5b5b5;
  }
  
  .reviewContentBox {
  
  }

  .reviewContent, .shopComment {
    padding: 20px;
  }
  
  .reviewContent {
    border-bottom: 1px solid #b5b5b5;
  }
  
  .reviewContent div, .reviewContent .customerName, .shopComment {
    font-size: 14px;
  }

  .reserveBtnBlock {
    margin: 0 auto;
    padding: 18px;
    width: auto;
    display: inline-block;
    box-sizing: border-box;
  }
  
  .reserveBtnWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 420px;
    margin: 0 auto;
  }
  
  .reserveBtn {
    display: block;
    text-align: center;
    width: 340px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border: 1px solid #2d1e2f;
    transition: all .2s ease;
    box-sizing: border-box;
    /* background-color: #2d1e2f; */
    /* background-color: #ffffff; */
    /* color: #2c2c2c; */
    border: 1px solid #000000;
  }

  .reserveBtn:nth-of-type(2n) {
    /* margin-left: 30px; */
    margin-top: 10px;
  }

  .reserveBtn:nth-of-type(3) {
    margin-top: 10px;
  }

  .reserveBtn:hover {
    background-color: #ffffff;
    color: #2d1e2f;
    box-shadow: none;
    transform: translate(1px, 1px);
    background-color: #ffffff;
    color: #000000;
  }

  .reserveBtn.phoneBtn:hover {
    background-color: #ffffff;
    box-shadow: none;
    transform: translate(1px, 1px);
    background-color: #ffffff;
    color: #ff00e9;
  }

  .reserveBtn.lineBtn:hover {
    background-color: #ffffff;
    box-shadow: none;
    transform: translate(1px, 1px);
    background-color: #ffffff;
    color: #009900;
  }

  .reserveBtnBlock p {
    padding-top: 18px;
  }
  
  .creditBox {
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  }
  
  .creditText {
  width: 698px;
  }
  
  .creditText ul {
    
  }
  
  .creditText li {
    
  }
  
  .creditText li a {
    display: block;
  }
  
  .creditImage {
  width: 222px;
  }
  
  .creditImage img {
    width: 100px;
    height: auto;
  }
  
  .todayGirlsBlock {
  
  }
  
  .todayGirlsBox {
  width: 238px;
  margin-right: 9px;
  margin-bottom: 9px;
  border: 1px solid #444444;
  box-sizing: border-box;
  }

  .todayGirlsBox:nth-of-type(4n) {
    margin-right: 0;
  }

  .todayGirlsBox a:hover {
    text-decoration: underline;
  }

  
  .girlsPhoto {
    /* transition: opacity .2s ease; */
  }

  .todayGirlsBox a:hover .girlsPhoto {
    opacity: 0.8;
  }
  
  .girlsPhoto img {
  
  }
  
  .girlsName {
    /* height: 40px; */
    /* font-size: 18px; */
  }

  #form {
    /* padding: 25px; */
    margin-top: 30px;
  }

  #form .formText {
    /* letter-spacing: 0.2px; */
    margin-bottom: 6px;
    font-size: 24px;
  }

  #form form, #form .finishText {
    /* width: 718px; */
    /* margin: 0 auto; */
    background-color: #ffffff;
    padding: 30px;
    color: #2c2c2c;
  }

  #nameBox {
    width: 48%;
    float: left;
    margin-bottom: 25px;
  }

  #form p.formTitleElement {
    margin-bottom: 9px;
    font-size: 16px;
  }

  #form form input, #form form textarea, #form form #girlsNameBox select, #form form textarea, #form form #girlsNameBox .girlsName {
    letter-spacing: 2.4px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
  }

  #form form input, #form form #girlsNameBox .girlsName {
    height: 50px;
    /* margin-bottom: 19px; */
  }

  #girlsNameBox {
    width: 48%;
    float: right;
  }

  #form form #girlsNameBox select {
    height: 50px;
  }

  #form form textarea {
    height: 160px;
    padding: 20px;
  }

  #submitBtnWrap {
    width: 160px;
    margin: 25px auto 0;
  }

  #submitBtnWrap #submitBtn {
    width: 160px;
    height: 60px;
    font-size: 20px;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3);
    /* border: 1px solid #d7003a; */
    border: 1px solid #1c1c1c;
    transition: all .2s ease;
  }

  #submitBtnWrap #submitBtn:hover {
    background-color: #ffffff;
    /* color: #d7003a; */
    color: #1c1c1c;
    box-shadow: none;
    transform: translate(1px, 1px);
  }
}

/* =========================================================
 SP
========================================================= */
@media screen and (max-width: 768px) {
  h4 {font-size: 1.9rem;margin-bottom: 2%;}

  #middleWrapper {
    margin: 0 0 7% 0;
    width: 100%;
  }
  
  #contentsWrapper.mainContents {
  background-color: transparent;
  color: #ffffff;
  }
  
  .mainLeft {
  margin-bottom: 10%;
  }
  
  #photoContents {
  
  }
  
  #photoFrame {
  
  }
  
  #photoArea {
  
  }
  
  #photoArea div {
    
  }
  
  #photoIcon {
  position: absolute;
  bottom: 2.5%;
  width: 100%;
  height: 7.5vw;
  z-index: 1;
  }
  
  #photoIcon li {
  background-color: #333333;
  border-radius: 50%;
  width: 7.5vw;
  height: 7.5vw;
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 5vw;
  box-sizing: border-box;
  }
  
  #photoIcon li#photoPrev {
  left: -2%;
  }
  
  #photoIcon li#photoNext {
  right: -2%;
  }

  #photoIcon li::after {
    content: "";
    border-top: 0.4vw solid #ffffff;
    border-left: 0.4vw solid #ffffff;
    height: 2vw;
    width: 2vw;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #photoIcon li#photoPrev::after {
    transform: translate(0, -50%) rotate(-45deg);
    left: 1vw;
  }

  #photoIcon li#photoNext::after {
    transform: translate(0, -50%) rotate(135deg);
    right: 1vw;
  }
  
  #photoPagination {
  
  }
  
  #photoPagination .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  transform: none!important;
  }
  
  #photoPagination .swiper-slide {
    width: calc(94% / 4)!important;
    margin-right: 2%;
    margin-top: 2%;
  }

  #photoPagination .swiper-slide:nth-of-type(4n) {
    margin-right: 0;
  }
  
  .mainRight {
  
  }
  
  .mainRight div:not(:last-of-type) {
  
  }

  .personalHead {background-color: #d7003a;color: #ffffff;height: 9vw;line-height: 9vw;padding: 0 3%;font-size: 1.1em;}
  
  .title {
  background-color: #ffffff;
  border-bottom: 1.7vw solid #d7003a;
  padding: 2% 3%;
  color: #2c2c2c;
  }
  
  .title p {
    line-height: 1.2;
  }
  
  .title p.name {
    font-size: 1.5em;
  }

  .title p.name span {
    font-weight: inherit;
    font-size: 0.8em;
  }
  
  .title p.size {
    font-size: 1.1em;
  }
  
  .message {
  
  }
  
  .message p {
  background-color: #ffffff;
  padding: 3%;
  line-height: 1.5;
  font-size: 1em;
  color: #2c2c2c;
  border-radius: 1.5vw;
  }
  
  .prof {
  margin-top: 10%;
  }
  
  .prof ul {
    background-color: #ffffff;
    padding: 0 4%;
  }

  .prof ul:first-of-type {padding-top: 0.23em;border-radius: 1.5vw 1.5vw 0 0;}

  .prof ul:last-of-type {
    padding-bottom: 0.23em;
    border-radius: 0 0 1.5vw 1.5vw;
  }
  
  .prof li {
    min-height: 10vw;
    height: auto;
    padding: 2% 0;
    box-sizing: border-box;
  }

  .prof ul:last-of-type li:last-of-type {
    border-bottom: 0;
  }
  
  .prof li p {
    font-size: 1em;
    width: 52%;
  }
  
  .prof li p:first-of-type {
    width: 48%;
  }
  
  .subContents {
  width: 100%;
  margin: 0 auto;
  display: grid;
  }
  
  .subContents article {
  width: 94%;
  margin: 10% auto 0;
  }

  #movie {
    grid-row: 1;
  }

  #selfy {
    grid-row: 2;
    overflow: hidden;
    width: 100%;
  }
  
  #schedule {
  grid-row: 3;
  }

  #services {grid-row: 6;}

  #rates {grid-row: 4;}

  #deliveryFee {grid-row: 5;}

  #reviews {grid-row: 7;}

  #introduct {
    grid-row: 8;
  }

  #reserve {grid-row: 9;padding-top: 16vw;margin-top: calc(10% - 16vw);}

  #credit {grid-row: 10;}

  #today {
    grid-row: 11;
  }

  .mainSyameBlock {
    width: 94%;
    margin: 0 auto;
  }
  
  .weeklySchedule {
  flex-direction: column;
  }
  
  .weeklySchedule ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2px;
    border-radius: 1.5vw;
    overflow: hidden;
  }
  
  .weeklySchedule li {
    height: 10vw;
    font-size: 1em;
  }
  
  .weeklySchedule li:first-of-type {
    width: 33%;
  }
  
  .weeklySchedule li:last-of-type {
    width: 67%;
  }
  
  .serviceBlock {
  
  }
  
  .subContents article:not(#schedule) {
  
  }
  
  .subContents article .serviceBlock ul  {
  
  }
  
  .subContents article#services ul  {
  
  }
  
  .subContents article:not(#schedule) li {
  
  }
  
  .subContents article:not(#schedule) li:not(#credit).head {
  padding: 3% 2%;
  border-radius: 1.5vw;
  }
  
  .subContents article:not(#schedule):not(#credit) li:not(.head) {
  padding: 3% 2%;
  border-radius: 1.5vw;
  }

  .subContents article:not(#schedule):not(#credit) li:not(.head):last-of-type {
    border-bottom: 0;
  }

  .subContents article:not(#schedule):not(#services):not(#credit) li:nth-of-type(odd), .subContents article#services li:not(.head):nth-of-type(even) {
    /* background-color: #ffffff; */
  }
  
  .subContents article:not(#schedule) li p {
  font-size: 1em;
  }
  
  .subContents article:not(#schedule) li.head p:last-of-type {
  width: 25%;
  }

  .subContents article:not(#schedule) li p:first-of-type {width: 75%;}

  .subContents article:not(#schedule) li p:last-of-type {width: 30%;}
  
  .subContents article:not(#schedule) li:not(.head) p {
  
  }
  
  .subContents article:not(#schedule) li:not(.head) p:first-of-type {
  width: 70%;
  }
  
  .subContents article:not(#schedule) li:not(.head) p:last-of-type {
  /* width: auto; */
  text-align: right;
  }

  #services>p {
    padding-left: 2%;
    margin-top: 2%;
    font-size: 1em;
    line-height: 1.3;
  }
  
  .movieBox:not(:first-of-type) {
  margin-top: 4%;
  }

  .movieBox video {
    pointer-events: none;
  }

  #videoMordal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: rgba(0,0,0,0.5);
    align-items: center;
  }

  #innerVideo {
    opacity: 0;
    transition: opacity .15s ease;
    /* width: auto; */
    /* max-width: 90%; */
    position: relative;
    /* top: 50%; */
    /* left: 0; */
    /* right: 0; */
    margin: 0 auto;
    /* transform: translateY(-50%); */
    border: 2px solid #d7003a;
    box-sizing: border-box;
    /* max-height: 85vh; */
    z-index: 1;
  }

  #innerVideo video {
    width: auto;
    max-width: 95vw;
    height: auto;
    max-height: 80vh;
  }

  #videoMordal.fadeIn {
    display: flex;
  }

  .fadeIn #innerVideo {
    opacity: 1;
  }

  #videoMordal #videoClose {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  #videoMordal #videoCloseBtn {
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 5vw;
    right: 5vw;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
  }

  #videoMordal #videoCloseBtn::before, #videoMordal #videoCloseBtn::after {
    content: "";
    display: block;
    width: 150%;
    height: 1px;
    background-color: #ffffff;
  }

  #videoMordal #videoCloseBtn::before {
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -25%;
  }

  #videoMordal #videoCloseBtn::after {
    position: absolute;
    transform: rotate(-45deg);
    top: 50%;
    left: -25%;
  }
  
  .reviewBox, .shopComment {
  margin-bottom: 3%;
  border-radius: 1.5vw;
  }
  
  .reviewContentBox {
  }
  
  .reviewContent, .shopComment {
  padding: 3%;
  background-color: #ffffff;
  border-bottom: 1px solid #b5b5b5;
  }
  
  .reviewContent div, .shopComment {
  font-size: 1em;
  }
  
  .reviewContent .customerName {
  
  }

  .reserveBtnBlock {
    border-radius: 1.5vw;
    padding: 4.5%;
  }
  
  .reserveBtnWrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* padding: 4.5%; */
  /* border-radius: 1.5vw; */
  }
  
  .reserveBtn {
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 0.4vw 0.4vw 0.3vw rgba(0, 0, 0, 0.3);
    text-decoration: none;
    height: 12vw;
    line-height: 12vw;
    font-size: 0.95em;
    background-color: #2d1e2f;
    width: 94%;
    background-color: #000000;
    /* color: #2c2c2c; */
  }

  .reserveBtn:nth-of-type(2n), 
  .reserveBtn:nth-of-type(3) {
    /* margin-left: 3%; */
    margin-top: 2%;
  }

  .reserveBtnBlock p {
    padding-top: 4%;
    line-height: 1.3;
  }
  
  .creditBox {
    padding: 3%;
  }
  
  .creditText {
  
  }
  
  .creditText ul {
    
  }
  
  .creditText li {
    
  }
  
  .creditText li a {
    
  }
  
  .creditImage {
  justify-content: space-around;
  margin: 3% auto;
  }
  
  .creditImage img {
    width: 30%;
  }
  
  .todayGirlsBlock {
  
  }
  
  .todayGirlsBox {
  width: calc(95.5% / 4);
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  border: 1px solid #444444;
  box-sizing: border-box;
  }

  .todayGirlsBox:nth-of-type(4n) {
    margin-right: 0;
  }
  
  .girlsPhoto {
  /* width: 100%; */
  /* height: auto; */
  /* aspect-ratio: 3 / 4; */
  }
  
  .girlsPhoto img {
  
  }
  
  .girlsName {
    /* font-size: 0.8em; */
    /* font-weight: 400; */
  }

  #form {
    /* padding: 4%; */
    /* margin: 0 auto 7%; */
    /* width: 96%; */
  }

  #form .formText {
    letter-spacing: 0.1vw;
    margin-bottom: 2%;
    font-size: 1.7rem;
  }

  #form form, #form .finishText {
    width: 100%;
    background-color: #ffffff;
    padding: 5% 3%;
    box-sizing: border-box;
    color: #2c2c2c;
    border-radius: 1.5vw;
  }

  #nameBox {
    width: 100%;
    margin-bottom: 5%;
  }

  #form p.formTitleElement {
    margin-bottom: 2%;
  }

  #form form input, #form form #girlsNameBox select, #form form #girlsNameBox .girlsName {
    height: 10vw;
    margin-bottom: 0;
    width: 100%;
    text-indent: 0.5em;
    font-size: 1em;
    letter-spacing: 0.1em;
    border-radius: 0.7vw;
    font-weight: normal;
  }

  #girlsNameBox {
    width: 100%;
    margin-bottom: 5%;
  }

  #form form textarea {
    width: 100%;
    box-sizing: border-box;
    height: 25vw;
    padding: 0.5em 0.8em;
    font-size: 1em;
    letter-spacing: 0.1em;
    margin-bottom: 3%;
    border-radius: 0.7vw;
  }

  #submitBtnWrap {
    width: 100%;
  }

  #submitBtnWrap #submitBtn {
    width: 100%;
    height: 15vw;
    /* line-height: 15vw; */
    font-size: 4.5vw;
    border-radius: 0;
  }

  #menuBottom {
    background-color: #fff;
    width: 100%;
  }

  #menuBottom #bottomBtnBox {
    display: flex;
  }

  #bottomBtnBox .contactBtn {height: 13vw;width: 82vw;background-color: #ffa41c;border-radius: 0.8vw;box-sizing: border-box;border-bottom: 1vw solid #db8300;cursor: pointer;display: block;font-weight: 700;text-align: center;line-height: 13vw;font-size: 1em;color: #0f1111;}

  #bottomBtnBox .contactBtn a {
  }
}