.detail__top {
  padding: 80px 20px;
}
.detail__top .m-verticalLine {
  bottom: -30px;
}
.detail__bottom {
  padding: 80px 20px;
}
.detail__bottom::before {
  position: absolute;
  content: "";
  max-width: 1240px;
  width: calc(100% - 40px);
  height: 1px;
  background: #dfdedd;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.price {
  padding: 80px 20px 100px;
}
.price .m-verticalLine {
  bottom: 20px;
}
.option {
  padding-bottom: 80px;
}
.usage {
  padding: 80px 20px 0px;
}
.flow {
  padding: 80px 20px;
}
.luxury {
  padding: 60px 20px 70px;
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .detail__top {
    padding: 70px 15px 55px;
  }
  .detail__bottom {
    padding: 55px 15px;
  }
  .detail__bottom::before {
    width: calc(100% - 30px);
  }
  .price {
    padding: 60px 15px 130px;
  }
  .price .m-verticalLine {
    bottom: 40px;
  }
  .usage {
    padding: 75px 15px 10px;
  }
  .flow {
    padding: 70px 0 45px;
    margin: 0 15px;
  }
  .luxury {
    padding: 40px 15px 40px;
  }
}
#index_01 .pc {
  display: block;
}
#index_01 .sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #index_01 .pc {
    display: none;
  }
  #index_01 .sp {
    display: block;
  }
}
.regular__detail__commentList {
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  justify-content: center;
  gap: 20px 37px;
  margin-top: 20px;
}
.regular__detail__commentList:first-child {
  margin-top: 0;
}
.regular__detail__commentList:last-child {
  margin-bottom: 35px;
}
.regular__detail__commentItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90px;
  line-height: 1;
}
@media all and (-ms-high-contrast: none) {
  .regular__detail__commentItem {
    margin: 0 0 15px 30px;
  }
}
.regular__detail__commentItem img {
  max-width: 87px;
  margin-bottom: 5px;
}
.regular__detail__commentItem p {
  width: 100%;
  font-size: 17px;
  letter-spacing: 0;
  display: block;
  line-height: 1.3;
  text-align: center;
  margin-top: 12px;
}
.detail__top__text {
  line-height: 2;
}
.regular__detail__pointList {
  display: flex;
  justify-content: space-between;
}
.regular__detail__pointItem {
  width: calc(33.33% - 20px);
}
.regular__detail__video {
  position: relative;
  max-width: 940px;
  margin: 70px auto 0;
  cursor: pointer;
}
/* .regular__detail__video:hover::before {
    background: rgba(255, 255, 255, 0);
  }
  .regular__detail__video::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .34);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all .3s;
  } */
/* .regular__detail__start {
    position: absolute;
    width: 97px;
    height: 97px;
    background: rgba(255, 255, 255, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    opacity: 1;
    transition: all .3s;
  }
  .regular__detail__start.is-on {
    opacity: 0;
  }
  .regular__detail__start span {
      position: absolute;
      border-width: 15px 0 15px 25px;
      border-color: transparent transparent transparent rgba(77, 71, 62);
      border-style: solid;
  } */
.regular__detail__video video {
  display: block;
  max-width: 100%;
}
.item__detail__pointBox {
  position: relative;
  padding-top: 20px;
  background: #fff;
}
.item__detail__pointNumber {
  position: absolute;
  display: inline-block;
  font-size: 45px;
  font-family: "Cormorant Infant", serif;
  color: #2c8481;
  top: -26%;
  right: 5%;
}
.item__detail__pointNumber::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 45px;
  background: #2c8481;
  transform: rotate(45deg);
  top: 40%;
}
.item__detail__pointTitle {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1025px) {
  .regular__detail__commentItem:nth-of-type(8n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .regular__detail__video {
    margin-top: 35px;
  }
  .regular__detail__commentList {
    justify-content: start;
    gap: 17px 9px;
    flex-wrap: wrap;
    margin: 30px 0 15px;
  }
  .regular__detail__commentItem {
    width: calc(25% - 7px);
    margin-left: 0;
  }
  .regular__detail__commentItem p {
    font-size: 13px;
    margin-top: 7px;
  }
  .detail__top__text {
    line-height: 1.75;
  }
  .regular__detail__pointList {
    flex-direction: column;
  }
  .regular__detail__pointItem {
    width: 100%;
    text-align: center;
  }
  .regular__detail__pointItem:not(:first-of-type) {
    margin-top: 35px;
  }
  .item__detail__pointText {
    font-size: 14px;
  }
}
@media only screen and (max-width: 414px) {
  .regular__detail__pointItem {
    text-align: left;
  }
  .regular__detail__start {
    width: 40px;
    height: 40px;
  }
  .regular__detail__start span {
    border-width: 6px 0 6px 9px;
  }
}
.regular__price__text {
  display: block;
  text-align: right;
  width: 100%;
  max-width: 74%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: -30px;
}
@media only screen and (max-width: 1024px) {
  .regular__price__text {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: -20px;
  }
}

.regular__price__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 35px 0 25px;
}
.regular__price__item {
  width: calc(25% - 7.5px);
  border: 1px solid #dfdedd;
  border-radius: 10px;
}
.regular__price__item div {
  padding: 25px 15px;
}
.regular__price__item .item__month {
  padding: 0;
  margin: 0 15px;
}
.item__day,
.item__serviceFee {
  color: #fff;
}
.item__hour,
.item__month {
  color: #4d473e;
}
.item__day {
  background: #b07c1f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.item__month {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px dotted #dfdedd;
  height: 128px;
}
.item__priceTitle {
  font-weight: 700;
  text-align: center;
}
.item__priceTitle--arrow::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #dfdedd;
  border-bottom: 1px solid #dfdedd;
  transform: rotate(45deg);
  top: 3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.item__priceTitle span {
  display: block;
}
.item__day .item__priceTitle {
  position: relative;
  font-size: 22px;
}
.item__day .item__priceTitle span {
  font-size: 14px;
  margin-top: 10px;
}
.item__serviceFee {
  background: #bf8f37;
}
.item__serviceFee--Tag {
  position: relative;
  overflow: hidden;
}
.item__serviceFee--Tag::before {
  position: absolute;
  content: "Best Deal!";
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #2c8481;
  padding: 5px 30px;
  transform: rotate(-45deg);
  top: 17px;
  left: -28px;
}
.item__serviceFee .item__priceTitle {
  font-size: 40px;
}
.item__serviceFee .small {
  font-size: 20px;
}
.item__serviceFee .item__priceTitle span {
  font-size: 13px;
  font-weight: 400;
}
.item__hour .item__priceTitle,
.item__month .item__priceTitle {
  font-size: 25px;
}
.item__hour .item__priceTitle span,
.item__month .item__priceTitle span {
  font-size: 13px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .regular__price__list {
    overflow-x: scroll;
    margin: 20px 0;
  }
  .regular__price__item {
    width: 100%;
    min-width: 156px;
  }
  .regular__price__item div {
    padding: 25px 5px;
  }
  .regular__price__item .item_month {
    margin: 0px 10px;
  }
  .regular__price__item p {
    letter-spacing: 0;
  }
  .regular__price__item:not(:first-of-type) {
    margin-left: 10px;
  }
  .item__day .item__priceTitle {
    font-size: 16px;
  }
  .item__day .item__priceTitle span {
    font-size: 12px;
  }
  .item__serviceFee .item__priceTitle {
    font-size: 25px;
  }
  .item__serviceFee .small {
    font-size: 16px;
  }
  .item__serviceFee--Tag::before {
    font-size: 10px;
    font-weight: 400;
    padding: 2px 30px;
    top: 12px;
    left: -32px;
  }
  .item_serviceFee .item__priceTitle span {
    font-size: 12px;
  }
  .item_hour .item__priceTitle,
  .item_month .item__priceTitle {
    font-size: 22px;
  }
  .item_hour .item__priceTitle span {
    font-size: 12px;
  }
  .item_month .item__priceTitle span {
    font-size: 10px;
  }
}

.regular__option_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px 0 20px;
}
.item_optionBox {
  display: flex;
  align-items: center;
  width: calc(33.33% - 14px);
  padding: 10px;
  border: 1px solid #dfdedd;
  margin: 0 0 20px 20px;
}
.item_optionBox:nth-of-type(3n + 1) {
  margin-left: 0;
}
.item_optionBox img {
  width: 85px;
  margin-right: 18px;
}
@media only screen and (max-width: 1024px) {
  .regular__option_list {
    flex-direction: column;
  }
  .item_optionBox {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.regular___flow__list {
  display: flex;
  margin-top: 70px;
}
.regular___flow__item {
  position: relative;
  width: 20%;
  text-align: center;
}
.regular___flow__item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #dfdedd;
  border-right: 2px solid #dfdedd;
  transform: rotate(45deg);
  top: 30%;
  right: -4%;
}
.regular___flow__item:not(:first-of-type) {
  margin-left: 20px;
}
.regular___flow__item img {
  /* max-width: 175px; */
  max-height: 114px;
  margin: 0 auto 30px;
}
.item__flowStep {
  font-size: 20px;
  margin-bottom: 20px;
  color: #2c8481;
}
.item__flowTitle {
  font-weight: 700;
  margin-bottom: 15px;
}
.item__flowText {
  font-size: 14px;
  text-align: left;
  margin-bottom: 25px;
}
@media all and (-ms-high-contrast: none) {
  .ie-svg {
    margin-left: 67px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .regular___flow__list {
    flex-direction: column;
    margin-top: 45px;
  }
  .regular___flow__item {
    width: 100%;
    padding: 0 15px;
  }
  .regular___flow__item:not(:first-of-type) {
    margin: 60px 0 0 0;
  }
  .regular___flow__item:not(:last-of-type)::after {
    transform: rotate(135deg);
    top: auto;
    right: 0;
    bottom: -10%;
    left: 0;
    margin: auto;
  }
  .item__flowText {
    text-align: center;
    margin: 0;
  }
  .item__flowText + .m-btn_firstApply {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 414px) {
  .item__flowText {
    text-align: left;
  }
}

.regular__luxury {
  display: flex;
}
.regular__luxuryImg {
  position: relative;
  width: 50%;
  max-width: 620px;
  height: 377px;
  overflow: hidden;
}
.regular__luxury img {
  position: absolute;
  min-width: 620px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.regular__luxuryBox {
  width: 50%;
  padding: 45px 40px 45px 55px;
  background: #f8f7f4;
}
.regular__luxuryBox p {
  font-size: 14px;
  margin-bottom: 20px;
}
.regular__luxuryBox .regular__luxuryTitle {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .regular__luxury {
    flex-direction: column;
  }
  .regular__luxuryImg {
    width: 100%;
    height: auto;
  }
  .regular__luxury img {
    position: static;
    min-width: auto;
    transform: none;
  }
  .regular__luxuryTitle {
    text-align: center;
  }
  .regular__luxuryBox {
    width: 100%;
    padding: 30px 15px;
  }
  .regular__luxuryBox p {
    font-size: 14px;
  }
  .regular__luxuryBox .m-btn_normal {
    display: block;
    margin: auto;
  }
  .regular__luxury .m-btn__normal {
    display: block;
    margin: auto;
  }
}

.m-recommend__icon--regular {
  top: -25px;
  right: -20px;
}
.regular__follow_banner {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 10;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
}
.regular__follow_banner.is_active {
  opacity: 1;
  visibility: visible;
  width: 100%;
  right: 0;
  bottom: 0;
}
.regular__follow_banner.is_unfixed {
  display: inline-block;
  position: absolute;
  top: -86px;
  bottom: auto;
}
@media only screen and (max-width: 1024px) {
  .m-recommend__icon--regular {
    display: none;
  }
  .regular__follow_banner {
    right: 15px;
    bottom: 10px;
  }
  .regular__follow_banner .m-recommend__text {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  .regular__follow_banner {
    width: calc(100% - 20px);
    right: 10px;
    bottom: 10px;
  }
}

.detail__top span.square_21 {
  top: 34%;
  right: 12%;
}
.detail__top span.square_23 {
  bottom: 32%;
  left: 8%;
  background: rgba(77, 71, 62, 0.1);
}
.detail__top span.square_40 {
  bottom: 24%;
  left: 11%;
}
.detail__top span.square_46 {
  top: 24%;
  right: 6%;
}
.detail__top span.square_1485 {
  bottom: 0;
  right: 0;
}

.usage span.square_433 {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .usage span.square_433 {
    width: 38%;
    height: 472px;
  }
  .detail__top span.square_46 {
    width: 30px;
    height: 30px;
    top: 1%;
  }
  .detail__top span.square_21 {
    width: 17px;
    height: 17px;
    top: 4%;
    right: 17%;
  }
  .detail__top span.square_23 {
    width: 17px;
    height: 17px;
    bottom: 1%;
    left: 4%;
  }
  .detail__top span.square_40 {
    width: 30px;
    height: 30px;
    bottom: -1%;
  }
  .detail__top span.square_1485 {
    width: 100%;
    height: 156px;
    bottom: 0%;
  }
  .sp-only {
    display: block;
  }
}
.m-annotation--flex {
  width: 100%;
  display: flex;
  font-size: 14px;
}
.m-annotation--flex.-pl {
  padding-left: 2rem;
}
.m-annotation--flex.-left {
  max-width: 465px;
  width: 100%;
}
.m-annotation--flex.-left.-tar {
  justify-content: flex-end;
  padding-right: 20px;
}
.m-annotation--flex.-mt {
  margin-top: 1rem;
}
.-pl1rem {
  padding-left: 1rem;
}
.m-annotation--pl {
  padding-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .m-annotation--flex.-sp {
    display: block;
    text-indent: 0;
    padding-left: 1rem;
  }
  .m-annotation--flex.-left {
    padding-left: 0;
  }
  .m-annotation--flex.-right {
    padding-left: 1rem;
  }
}
