@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..700&display=swap");
/* ------------------------------------------------
  reset
------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

sup {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 60%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, nav, section, picture {
  display: block;
}

ol, ul {
  list-style: none;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
}

area {
  border: none;
  outline: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
  vertical-align: bottom;
}

strong {
  font-weight: inherit;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-tabs {
  padding: 0;
}

/* ------------------------------------------------
  base
------------------------------------------------ */
html, body {
  height: 100%;
}

html {
  /* font-size: 62.5%; */
  font-size: 125%;
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 75%;
  }
}

body {
  color: #242424;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, Meiryo, "メイリオ", "Lucida Grande", sans-serif;
  /* font-weight: 500; */
  letter-spacing: 0.1em;
  line-height: 1.4;
  /* background-color: #FFF; */
  background-color: #fef8f7;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 749px) {
  html {
    font-size: 2.6666666667vw;
  }
  body {
    font-size: 1.4rem;
    /* letter-spacing: 0; */
  }
}
body * {
  box-sizing: border-box;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:active,
a:focus {
  text-decoration: none;
}

a:hover,
a:hover span {
  text-decoration: none;
  outline: none;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  opacity: 0.7;
}

a:hover span {
  text-decoration: none;
}

a.disabled {
  pointer-events: none;
}

@media screen and (min-width: 750px) {
  .fade {
    opacity: 1;
    transition: opacity 0.6s ease;
  }
  .fade:hover {
    opacity: 0.6;
  }
  .brightness {
    transition: filter 0.2s ease;
  }
  .brightness:hover {
    filter: brightness(107%);
  }
}
.cb {
  clear: both;
}

img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------
 common
------------------------------------------------ */
.pc_show {
  display: none;
}

@media screen and (min-width: 1400px) {
  .pc_show {
    display: inherit;
  }
  .sp_show {
    display: none;
  }
}
/* ------------------------------------------------
 追従メニュー
------------------------------------------------ */
#follow_menu {
  position: fixed;
  top: -4rem;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  transition: top 0.3s ease;
  border-bottom: 0.7rem solid #e07b9c;
  background-color: #FFF;
  background-image: linear-gradient(90deg, rgba(216, 108, 154, 0.15) 0%, rgba(235, 128, 128, 0.15) 50%, rgba(231, 146, 95, 0.15) 100%);
  padding-top: 0.3rem;
}
#wrapper.otetsudai #follow_menu {
  border-color: #e9894f;
}
#follow_menu.active {
  top: 0;
}
#follow_menu li {
  width: 48.6957%;
  height: 3rem;
}
#follow_menu li a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0.1rem;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}
#follow_menu li.omakase a {
  background-color: #e77399;
}
#follow_menu li.otetsudai a {
  background-color: #e9894f;
}
@media screen and (min-width: 1000px) {
  #follow_menu {
    max-width: 450px;
  }
}

/* ------------------------------------------------
 追従ボタン
------------------------------------------------ */
.follow {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
.follow a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 1.5rem;
  position: relative;
}
.follow a::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-top: solid 0.15rem #FFF;
  border-right: solid 0.15rem #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  z-index: 10;
  margin: auto;
  transform: rotate(45deg);
}
.follow a .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1;
  padding-bottom: 0.2rem;
  padding-right: 0.5rem;
}
.follow a .category {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0.2rem 1rem 0.3rem;
  border-radius: 10rem;
  background-color: #fff;
}
#omakase .follow a {
  background-color: #e77399;
}
#omakase .follow a .category {
  color: #e36991;
}
#otetsudai .follow a {
  background-color: #e9894f;
}
#otetsudai .follow a .category {
  color: #e9894f;
}
@media screen and (min-width: 1000px) {
  .follow {
    max-width: 450px;
  }
}

/* ------------------------------------------------
 追従サービスメニュー
------------------------------------------------ */
body {
  background-image: url(../images/services/outer_bg_l.png), url(../images/services/outer_bg_r.png);
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.service_menu {
  font-size: 14px;
  width: 575px;
  display: none;
}
@media screen and (max-width: 1599.9px) {
  .service_menu {
    width: calc((100vw - 450px) / 2);
  }
}
@media screen and (max-width: 1399.9px) {
  .service_menu {
    font-size: 1vw;
    font-size: calc((100vw - 450px) / 950px * 14px);
  }
}
@media screen and (min-width: 1000px) {
  .service_menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  .service_menu > .inner {
    margin: 0 auto;
  }
  .service_menu.show {
    opacity: 1;
    visibility: visible;
  }
}

/* ----------------------------
 service_menu_l
------------------------------*/
#service_menu_l {
  right: calc(50% + 225px);
}
#service_menu_l .logo {
  margin: 0 auto;
  width: 19.8571428571em;
  width: max(19.8571428571em, 222px);
}
#service_menu_l .menu {
  margin-top: 2.1428571429em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1.2857142857rem;
}
#service_menu_l .menu .btn .txt, #service_menu_l .menu .link {
  font-size: 1.2857142857em;
  font-size: max(1.2857142857em, 15px);
  font-weight: 500;
}
#service_menu_l .menu .btn {
  text-align: center;
  line-height: 1;
  border-width: 0.2142857143em;
  border-style: solid;
  border-radius: 100px;
  background-color: #fff;
  padding: 1.1428571429em 0 1.4285714286em;
  width: max(21.4285714286em, 240px);
  position: relative;
  box-shadow: 0px 0.2142857143em 0.4285714286em 0px rgba(94, 47, 58, 0.2);
}
#service_menu_l .menu .btn::after {
  content: "";
  border-width: 1px 1px 0 0;
  border-style: solid;
  width: 0.4285714286em;
  height: 0.4285714286em;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5714285714em;
  z-index: 10;
  transform: translateY(-50%) rotate(45deg);
}
#service_menu_l .menu .btn.omakase {
  color: #e77399;
}
#service_menu_l .menu .btn.otetsudai {
  color: #e98950;
}
#service_menu_l .menu .btn.cv {
  color: #fff;
  border-color: #d6007f;
  background-color: #d6007f;
}
#service_menu_l .menu .link {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#service_menu_l .menu .link::after {
  content: "";
  border-bottom: 1px solid #000;
  width: 100%;
  display: block;
}
#service_menu_l .menu .link:hover::after {
  border-bottom-color: transparent;
}

/* ----------------------------
 service_menu_r
------------------------------*/
#service_menu_r {
  left: calc(50% + 225px);
}
#service_menu_r .voices {
  border-radius: 1.4285714286em;
  width: 420px;
  width: 30em;
  overflow: hidden;
}
#service_menu_r .voices .heading {
  color: #fff;
  font-weight: bold;
  padding: 1.1428571429em 1.5714285714em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#service_menu_r .voices .heading .title {
  font-size: 1.4285714286em;
}
#service_menu_r .voices .heading .title::before {
  content: "";
  background: url(../images/services/icon_bubble.png);
  background-size: contain;
  margin-right: 0.4em;
  width: 1.6em;
  aspect-ratio: 32/26;
  display: inline-block;
  vertical-align: middle;
}
#service_menu_r .voices .heading .category {
  font-size: 1.1428571429em;
  opacity: 0.9;
}
#service_menu_r .voices .body {
  padding: 1.7857142857em 2em 1.7857142857em 1.4285714286em;
}
#service_menu_r .voices .body .list li {
  display: flex;
}
#service_menu_r .voices .body .list li + li {
  margin-top: 0.8571428571em;
}
#service_menu_r .voices .body .list li .img {
  margin-right: -0.5em;
  width: 7em;
  position: relative;
}
#service_menu_r .voices .body .list li .img .profile {
  font-size: 0.7857142857em;
  line-height: 1;
  text-align: center;
  display: block;
}
#service_menu_r .voices .body .list li .txt {
  border-radius: 1.4285714286em;
  background-color: #fff;
  padding: 1.2857142857em 1.4285714286em;
  flex-grow: 1;
  flex-basis: 0;
}
#service_menu_r .voices .body .list li .txt p {
  font-size: 1.1666666667rem;
  line-height: 1.75;
}
#service_menu_r .voices .body .list li .txt p strong {
  font-weight: bold;
}
#service_menu_r .voices .body .note {
  font-size: 0.7142857143em;
  text-align: right;
  margin-top: 1em;
}
#service_menu_r .voices.omakase .heading {
  background-color: #e77399;
}
#service_menu_r .voices.omakase .body {
  background: linear-gradient(-60deg, #ffc2d6 0%, #ffd7e4 100%);
}
#service_menu_r .voices.omakase .txt strong {
  color: #e77399;
}
#service_menu_r .voices.otetsudai .heading {
  background-color: #e58854;
}
#service_menu_r .voices.otetsudai .body {
  background: linear-gradient(-60deg, #ffd8c2 0%, #ffe5d7 100%);
}
#service_menu_r .voices.otetsudai .txt strong {
  color: #e58854;
}
@media screen and (max-height: 760px) {
  #service_menu_r {
    justify-content: start;
  }
}

/* ----------------------------
 表示切り替え
------------------------------*/
#wrapper.omakase + .service_menu + .service_menu .voices.otetsudai,
#wrapper.otetsudai + .service_menu + .service_menu .voices.omakase {
  display: none;
}

@media screen and (min-width: 1000px) {
  #omakase .voice,
  #otetsudai .voice {
    display: none !important;
  }
}
/*----- header / footer -----*/
/* ------------------------------------------------
  header
------------------------------------------------ */
#header {
  background-color: #FFF;
}
#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.75rem;
}
#header .inner .logo.duskin {
  width: 9.3rem;
}
#header .inner .logo.mm {
  width: 9.3rem;
}

/* ------------------------------------------------
 footer
------------------------------------------------ */
#footer .inner {
  max-width: 750px;
  background-color: #999999;
  padding: 4.2%;
  text-align: center;
}
#footer .copyright {
  font-size: 0.8rem;
  font-weight: 500;
  color: #FFF;
}

/* ------------------------------------------------
 share
------------------------------------------------ */
aside {
  display: block;
  border-top: 1px solid #7f7f7f;
}

.footer__sns-list {
  max-width: 730px;
  margin-right: auto;
  margin-top: 8%;
  margin-bottom: 8%;
  margin-left: auto;
  text-align: center;
}

.footer__sns-item {
  width: 10.959%;
  display: inline-block;
  margin-right: 3.33333%;
  margin-left: 3.33333%;
  background-repeat: no-repeat;
  letter-spacing: -0.4em;
}

.footer__sns-link {
  display: block;
  height: 0;
  padding-top: 100%;
  letter-spacing: normal;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.footer__sns-link {
  letter-spacing: normal;
}

.sns-link--twitter {
  background-image: url(/merrymaids/kajidaiko/images/sns/bnr_footer_twitter.png);
}

.sns-link--facebook {
  background-image: url(/merrymaids/kajidaiko/images/sns/bnr_footer_facebook.png);
}

.sns-link--line {
  background-image: url(/merrymaids/kajidaiko/images/sns/bnr_footer_line.png);
}

/* ------------------------------------------------
 wrapper
------------------------------------------------ */
#wrapper {
  background-color: #FFF;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 4.52rem;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(94, 47, 58, 0.2);
}

#contents {
  position: relative;
}

#contents .inner {
  box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
  #wrapper {
    max-width: 450px;
  }
}
@media screen and (max-width: 749px) {
  #wrapper {
    min-width: 375px;
  }
  #contents .inner {
    width: auto;
  }
}
/* ------------------------------------------------
  KV
------------------------------------------------ */
#kv .slide {
  position: relative;
}
#kv .txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transform: translateX(-1.5rem);
  transition: opacity 1s ease 2.5s, transform 1s ease 2.5s;
}
#kv .swiper-slide.swiper-slide-active .txt {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease 1.3s, transform 1s ease 1.3s;
}

/* ------------------------------------------------
  common
------------------------------------------------ */
#main .inner {
  padding: 3.45rem 0 5.2rem;
}

#main .inner h1 {
  font-size: 2.7rem;
  font-weight: 600;
  font-weight: bold;
  text-align: center;
}

#main .inner h1 > span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ea569f;
  line-height: 1;
  width: 16.3rem;
  height: 3.75rem;
  padding-bottom: 0.8rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/merrymaids/kajidaiko/images/common/ball.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#main .inner h1 em {
  font-size: 111.111%;
  font-style: normal;
  font-weight: bold;
  font-weight: 900;
  color: #ea569f;
}

#tab_menu > .inner {
  padding: 1px 1.5rem 0;
  background-image: linear-gradient(90deg, rgba(216, 108, 154, 0.15) 0%, rgba(235, 128, 128, 0.15) 50%, rgba(231, 146, 95, 0.15) 100%);
}

#tab_menu > .inner > .guide {
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 5.2rem;
  margin: -2.6rem auto 2.15rem;
  border-bottom-left-radius: 1.8rem;
  border-top-right-radius: 1.8rem;
  background-image: linear-gradient(90deg, rgba(231, 115, 153, 0.99608) 0%, rgb(235, 128, 128) 50%, rgb(233, 137, 79) 100%);
  position: relative;
}

#tab_menu > .inner > .guide::before,
#tab_menu > .inner > .guide::after {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 2.15rem;
  top: 100%;
  z-index: 1;
}

#tab_menu > .inner > .guide::before {
  left: 4.15rem;
  background-color: #e77399;
}

#tab_menu > .inner > .guide::after {
  right: 4.15rem;
  background-color: #e9894f;
}

#tab_menu .panels {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#tab_menu .panels > li {
  width: 16.8rem;
  width: 48.6957%;
  background-color: #FFF;
}

#tab_menu .panels > li a {
  display: block;
  padding: 3.9rem 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

#tab_menu .panels > li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

li.omakase a::before {
  background-image: linear-gradient(90deg, rgba(227, 105, 145, 0.99608) 0%, rgb(228, 171, 190) 100%);
}

li.otetsudai a::before {
  background-image: linear-gradient(90deg, rgba(231, 146, 95, 0.99608) 0%, rgb(240, 194, 165) 100%);
}

#tab_menu .panels > li span.arrow {
  content: "";
  display: block;
  width: 2rem;
  height: 4.05rem;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: arrow-move 1.4s ease infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

@keyframes arrow-move {
  0% {
    bottom: -1.8rem;
  }
  60% {
    bottom: -2.5rem;
  }
  100% {
    bottom: -1.8rem;
  }
}
li.omakase a span.arrow {
  background-image: url(/merrymaids/kajidaiko/images/common/panel_arrow1.svg);
}

li.otetsudai a span.arrow {
  background-image: url(/merrymaids/kajidaiko/images/common/panel_arrow2.svg);
}

#tab_menu .panels > li a .txt {
  text-align: center;
  margin-bottom: 1.6rem;
}

#tab_menu .panels > li a .txt > span {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
}

#tab_menu .panels > li a .txt strong {
  display: block;
  font-size: 2.04rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.3rem;
}

li.omakase a .txt strong {
  color: #e77399;
}

li.otetsudai a .txt strong {
  color: #e9894f;
}

#tab_menu .panels > li a .txt strong > span {
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 0.3rem;
  position: relative;
}

#tab_menu .panels > li a .txt strong > span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

li.omakase a .txt strong > span::after {
  background-color: #faebf1;
}

li.otetsudai a .txt strong > span::after {
  background-color: #f9eae2;
}

#tab_menu .panels > li a .txt strong em {
  font-size: 2.4rem;
  font-style: normal;
}

#tab_menu .panels > li a .img {
  width: 10.25rem;
  height: 8.6rem;
  margin: 0 auto;
  position: relative;
}

#tab_menu .panels > li a .img li {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transform: scale(0.3);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

#tab_menu .panels > li a .img li.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 20;
}

#tab_menu .menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

#tab_menu .menu li {
  width: 16.8rem;
  width: 48.6957%;
  height: 8.7rem;
}

#tab_menu .menu li a {
  font-size: 1.9rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-top-left-radius: 1.9rem;
  border-top-right-radius: 1.9rem;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

#tab_menu .menu li.omakase a {
  background-color: #e07b9c;
}

#tab_menu .menu li.otetsudai a {
  background-color: #e9894f;
}

/* ------------------------------------------------
  共通レイアウト
------------------------------------------------ */
article.idi {
  position: relative;
  background-color: #FFF;
  padding-top: 0.7rem;
}

article.idi::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.7rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

article#omakase::before {
  background-color: #e07b9c;
}

article#otetsudai::before {
  background-color: #e9894f;
}

section.kv .inner {
  position: relative;
  padding-top: 3.8rem;
  background: rgb(250, 251, 251);
  background: linear-gradient(180deg, rgb(250, 251, 251) 0%, rgb(250, 251, 251) 70%, rgb(239, 244, 247) 100%);
}

section.kv .inner .sub {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 0.6rem;
}

section.kv .inner .sub::after {
  content: "";
  display: block;
  width: 3.3rem;
  height: 0.4rem;
  margin: 1.1rem auto 0;
}

#omakase section.kv .inner .sub::after {
  background-color: #edbbcc;
}

#otetsudai section.kv .inner .sub {
  font-size: 1.6rem;
}

#otetsudai section.kv .inner .sub::after {
  background-color: #f1c2a5;
}

section.kv .inner h2 {
  font-size: 4.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

#omakase section.kv .inner h2 {
  color: #e77299;
}

#otetsudai section.kv .inner h2 {
  color: #e9894f;
}

section.kv .inner .ph {
  position: relative;
  z-index: 10;
  margin-top: -2.8rem;
}

#otetsudai section.kv .inner .ph {
  position: relative;
  z-index: 10;
  margin-top: 0.6rem;
}

.bg-slide {
  width: 100%;
  position: absolute;
  bottom: 3.7rem;
  left: 0;
  opacity: 0.5;
}

.bg-slide .swiper-slide {
  width: 23.65rem;
  padding: 0 0.6rem;
  box-sizing: content-box;
}

.bg-slide .swiper-wrapper {
  transition-timing-function: linear;
}

/* ------------------------
  CPNバナー
------------------------ */
.cpn_bnr {
  padding: 2.5rem 1.5rem 1rem;
}

.cpn_bnr > li + li {
  margin-top: 1.5rem;
}

.cpn_bnr_detail {
  padding: 2.5rem 1.5rem;
}

.cpn_bnr_detail .frame {
  position: relative;
}

.cpn_bnr_detail .frame .date,
.cpn_bnr_detail .frame .btn {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
}

.cpn_bnr_detail .frame .date {
  width: 31.5rem;
  top: 23.7rem;
}

.cpn_bnr_detail .frame .btn {
  width: 23.35rem;
  top: 31.2rem;
}

.cpn_bnr_detail .frame .btn a {
  display: inline-block;
}

.cpn_bnr_detail .annotation {
  font-size: 0.8rem;
  margin-top: 0.6rem;
}

/* ------------------------
  紹介
------------------------ */
section.intro .inner {
  padding: 4.3rem 1.5rem 4.8rem;
  color: #FFF;
  text-align: center;
}

section.intro h2 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 3.1rem;
}

section.intro h2 strong {
  display: inline-block;
  background-color: #FFF;
  padding: 0.2rem 0.6rem 0.4rem;
  line-height: 1;
  margin-right: 0.3rem;
}

#omakase section.intro {
  background-color: #e290ad;
  background-image: linear-gradient(-60deg, rgba(234, 135, 168, 0.99608) 0%, rgb(228, 158, 188) 100%);
}

#omakase section.intro h2 strong {
  color: #e290ad;
}

#otetsudai section.intro {
  background-color: #e9894f;
  background-image: linear-gradient(-60deg, rgba(233, 137, 79, 0.99608) 0%, rgb(242, 160, 111) 100%);
}

#otetsudai section.intro h2 strong {
  color: #e9894f;
}

section.intro .group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.intro .group {
  margin-bottom: -1.1rem;
}

section.intro .group li {
  margin-bottom: 1.1rem;
}

#omakase section.intro .group li {
  width: 16.7rem;
}

#otetsudai section.intro .group li {
  width: 10.8rem;
}

section.intro .cover {
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 2rem;
}

section.intro .annotation {
  font-size: 0.9rem;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: -3.5rem;
}

/* ------------------------
  例
------------------------ */
section.example .inner {
  padding: 2rem 1.5rem 1.8rem;
  background-color: #f9f4ec;
}

section.example .inner .ball {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.8rem;
}

section.example .inner .ball span {
  display: inline-block;
  padding: 0 0.8rem 0.3rem;
  position: relative;
  z-index: 10;
}

section.example .inner .ball span::before,
section.example .inner .ball span::after {
  content: "";
  display: block;
  width: 1.35rem;
  height: 1.6rem;
  background-image: url(/merrymaids/kajidaiko/images/common/slash.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

section.example .inner .ball span::before {
  left: 100%;
  transform: scale(1, -1);
}

section.example .inner .ball span::after {
  right: 100%;
}

section.example .inner .block {
  width: 33.5rem;
  margin: 0 auto 1.5rem;
}

section.example .inner .frame .head {
  color: #FFF;
  background-color: #383e3e;
  padding: 0.3rem 1rem 0.6rem;
  text-align: center;
}

section.example .inner .frame .head > * {
  display: inline-block;
}

section.example .inner .frame .head h3 {
  font-size: 1.6rem;
  font-weight: bold;
}

section.example .inner .frame .head .case {
  font-size: 1.1rem;
}

section.example .inner .frame .body {
  background-color: #FFF;
  padding: 1rem 1rem 0.4rem;
}

section.example .inner .frame .body .ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: -1rem;
}

section.example .inner .frame .body .group {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.example .inner .frame .body .once {
  width: 4.85rem;
  margin-right: 0.2rem;
}

section.example .inner .frame .body .price strong {
  font-size: 4.8rem;
  font-family: "Roboto";
  font-weight: bold;
}

section.example .inner .frame .body .price span {
  position: relative;
  font-size: 2.5rem;
  line-height: 1;
  display: inline-block;
}

section.example .inner .frame .body .price span span {
  font-size: 0.8rem;
  display: block;
  width: 115%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1;
}

section.example .inner .frame .body .price i {
  font-size: 4rem;
  font-style: normal;
}

#omakase section.example .inner .frame .body .price {
  color: #e77399;
}

#otetsudai section.example .inner .frame .body .price {
  color: #e9894f;
}

section.example .inner .link {
  text-align: right;
  margin-top: 1rem;
}

section.example .inner .link a {
  display: inline-block;
  font-size: 1.2rem;
  padding-bottom: 0.3rem;
  border-bottom: 0.05rem solid #242424;
}

section.example .annotation {
  font-size: 1rem;
  margin-top: 1.8rem;
}

/* ------------------------
  ポイント
------------------------ */
section.point .inner {
  padding: 5.8rem 1.5rem 5.5rem;
  background-color: #FFF;
}

section.point .inner .ball {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23.45rem;
  height: 3.75rem;
  padding-bottom: 0.5rem;
  background-image: url(/merrymaids/kajidaiko/images/omakase/point_ball.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

section.point .inner h2 {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 4.3rem;
}

#omakase section.point .inner h2 {
  color: #e77399;
}

#otetsudai section.point .inner h2 {
  color: #e9894f;
}

section.point .inner .area {
  position: relative;
}

section.point .inner .area + .area {
  margin-top: 4.65rem;
}

section.point .inner .area .num {
  width: 8.5rem;
  position: absolute;
  top: -3rem;
  left: -0.1rem;
  z-index: 10;
}

section.point .inner .frame {
  border-radius: 1.8rem;
  overflow: hidden;
}

#omakase section.point .inner .frame {
  border: 0.2rem solid #e07b9c;
}

#otetsudai section.point .inner .frame {
  border: 0.2rem solid #ec8f57;
}

section.point .inner .frame .head {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  padding: 3.3rem 1rem 2.1rem;
  position: relative;
  z-index: 10;
}

section.point .inner .frame .head strong {
  font-weight: bold;
}

section.point .inner .frame .head span {
  font-size: 0.9rem;
  display: block;
  margin-top: 0.5rem;
}

#omakase section.point .inner .frame .head strong {
  color: #e77399;
}

#otetsudai section.point .inner .frame .head strong {
  color: #e9894f;
}

section.point .inner .annotation {
  font-size: 0.9rem;
  margin-top: 2.2rem;
}

section.point .inner .bnr {
  margin-top: 3.9rem;
}

/* ------------------------
  選ばれる理由
------------------------ */
section.reason .inner {
  padding: 4.5rem 1.5rem 4.3rem;
  background-color: #f9f4ec;
}

section.reason .inner h2 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4.2rem;
}

section.reason .inner .frame {
  padding: 2.1rem 1.75rem 0.75rem;
  background-color: #FFF;
  border-radius: 1.3rem;
  position: relative;
}

section.reason .inner .frame + .frame {
  margin-top: 3.4rem;
}

section.reason .inner .frame .num {
  width: 3.9rem;
  height: 3.9rem;
  position: absolute;
  top: -1.6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

section.reason .inner .frame .head {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  padding: 1.2rem 0;
  border-bottom: 0.1rem solid #bbbfbf;
  color: #ea569f;
}

section.reason .inner .frame .body {
  font-size: 1.3rem;
  padding: 1.2rem 0.3rem;
}

section.reason .inner .frame .body .annotation {
  font-size: 0.9rem;
  text-align: right;
  display: block;
  margin-top: 0.6rem;
  margin-bottom: -0.4rem;
}

/* ------------------------
  VOICE
------------------------ */
section.voice .inner {
  padding: 4.3rem 0 4.3rem;
  background-color: #FFF;
}

section.voice .inner h2 {
  text-align: center;
  margin-bottom: 2.7rem;
}

section.voice .inner h2 strong {
  font-size: 2.4rem;
  font-weight: bold;
}

section.voice .inner h2 span {
  font-size: 1.3rem;
  display: block;
}

section.voice .ball {
  text-align: center;
  margin-bottom: 2.7rem;
}

section.voice .ball span {
  font-size: 1.4rem;
  padding: 0 1.5rem;
  position: relative;
  display: inline-block;
}

section.voice .ball span::before,
section.voice .ball span::after {
  content: "";
  display: block;
  width: 1.9rem;
  height: 3.15rem;
  /* height: 100%; */
  background-image: url(/merrymaids/kajidaiko/images/common/slash_s.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

section.voice .ball span::before {
  left: 100%;
  transform: scale(1, -1);
}

section.voice .ball span::after {
  right: 100%;
}

section.voice .inner .area {
  position: relative;
  width: 36rem;
}

section.voice .inner .area + .area {
  margin-top: 2.35rem;
}

section.voice .inner .area.left {
  margin-left: auto;
}

section.voice .inner .area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(2.3deg) translateX(0.6rem);
}

section.voice .inner .area.left::before {
  transform: rotate(-2.3deg) translateX(-0.6rem);
}

section.voice .inner .area.a1::before {
  background-color: #e8afc1;
}

section.voice .inner .area.a2::before {
  background-color: #9acaa6;
}

section.voice .inner .area.a3::before {
  background-color: #a3cadd;
}

section.voice .inner .frame {
  display: flex;
  justify-content: space-between;
  background-color: #f9f9f9;
  padding: 2.9rem 1.5rem;
  position: relative;
  z-index: 10;
}

section.voice .inner .frame .portrait {
  width: 8.65rem;
  margin-top: 0.5rem;
}

section.voice .inner .area.left .frame .portrait {
  order: 1;
}

section.voice .inner .frame .portrait .info {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 0.3rem;
}

section.voice .inner .frame .comment {
  width: 22.75rem;
  font-size: 1.5rem;
  line-height: 1.6;
}

section.voice .inner .frame .comment strong {
  font-weight: bold;
}

#omakase section.voice .inner .frame .comment strong {
  color: #e77399;
}

#otetsudai section.voice .inner .frame .comment strong {
  color: #e9894f;
}

section.voice .annotation {
  font-size: 1rem;
  font-weight: 500;
  text-align: right;
  width: 36rem;
  margin-top: 1.9rem;
}

/* ------------------------
  regular
------------------------ */
section.regular .inner {
  background-image: url(/merrymaids/kajidaiko/images/omakase/regular_circle.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 5.5rem 0 4.3rem;
}

section.regular .inner h2 {
  color: #FFF;
  text-align: center;
  position: relative;
}

section.regular .inner h2::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 9.05rem;
  background-image: url(/merrymaids/kajidaiko/images/omakase/regular_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(100% + 3.2rem);
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
}

section.regular .inner h2 span {
  font-size: 1.7rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1rem;
}

section.regular .inner h2 em {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  padding: 0 2rem;
  position: relative;
}

section.regular .inner h2 em::before,
section.regular .inner h2 em::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 8.6rem;
  background-image: url(/merrymaids/kajidaiko/images/omakase/regular_slash.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

section.regular .inner h2 em::before {
  right: 100%;
}

section.regular .inner h2 em::after {
  left: 100%;
  transform: scale(1, -1);
}

section.regular .inner h2 strong {
  display: inline-block;
  border-bottom: 0.2rem solid #FFF;
}

section.regular .inner .guide {
  font-size: 2.3rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  margin-top: 1.1rem;
}

section.regular .inner .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8.2rem;
}

section.regular .inner .group .ph {
  width: 14rem;
  margin-right: 0.8rem;
}

section.regular .inner .group .body {
  flex: 1;
}

section.regular .inner .group .body .sub {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
  margin-left: -0.3rem;
}

section.regular .inner .group .body .sub strong {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  display: inline-block;
  background-color: #e77399;
  padding: 0.1rem 0.5rem 0.3rem;
  margin-right: 0.3rem;
}

section.regular .inner .group .body h3 {
  font-size: 2.8rem;
  font-weight: bold;
}

section.regular .inner .group .body h3 strong {
  color: #e77399;
}

section.regular .inner .img {
  width: 33rem;
  margin: -1.7rem auto 0;
}

section.regular .inner .lead {
  text-align: center;
  margin-top: 3rem;
}

section.regular .inner .lead p {
  display: inline-block;
  font-size: 1.9rem;
  font-weight: bold;
  border-bottom: 0.3rem solid #fbeaf0;
}

section.regular .inner .lead p + p {
  margin-top: 0.3rem;
}

/* ------------------------
  cv_area
------------------------ */
#cv_omakase {
  background: rgb(228, 158, 188);
  background: linear-gradient(125deg, rgb(228, 158, 188) 0%, rgb(228, 158, 188) 100%);
}

#cv_omakase h2 {
  color: #e77399;
}

#cv_otetsudai {
  background: rgb(242, 160, 111);
  background: linear-gradient(125deg, rgb(242, 160, 111) 0%, rgb(233, 137, 79) 100%);
}

#cv_otetsudai h2 {
  color: #e9894f;
}

section.cv_area {
  padding: 1.5rem;
}

section.cv_area .inner {
  padding: 3.7rem 2.25rem 2.7rem;
  background-color: #FFF;
  text-align: center;
}

section.cv_area .inner .sub {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  display: inline-block;
  border-radius: 10rem;
  padding: 0.2rem 1.6rem 0.4rem;
  margin-bottom: 0.6rem;
}

#cv_omakase .inner .sub {
  background-color: #e77399;
}

#cv_otetsudai .inner .sub {
  background-color: #e9894f;
}

section.cv_area .inner h2 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
}

section.cv_area .inner .lead {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

section.cv_area .btn_select {
  margin-top: 2.3rem;
}

section.cv_area .btn_select a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FFF;
  display: block;
  padding: 1.4rem;
  border-radius: 10rem;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
}

#cv_omakase .btn_select a {
  border: 0.4rem solid #e77399;
  background-color: #e77399;
}

#cv_otetsudai .btn_select a {
  border: 0.4rem solid #e9894f;
  background-color: #e9894f;
}

section.cv_area .btn_select a.selected {
  background-color: #fff !important;
}

#cv_omakase .btn_select a.selected {
  color: #e36991;
}

#cv_otetsudai .btn_select a.selected {
  color: #e9894f;
}

#cv_omakase .btn_select a.selected::after {
  border-color: #e77399;
}

#cv_otetsudai .btn_select a.selected::after {
  border-color: #e9894f;
}

section.cv_area .btn_select a > * {
  text-decoration: none;
}

section.cv_area .btn_select a::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: solid 0.15rem #FFF;
  border-right: solid 0.15rem #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  z-index: 10;
  margin: auto;
  transform: rotate(135deg);
  /* transition: all 0.2s ease; */
}

section.cv_area .btn_select.show a::after {
  transform: rotate(-45deg);
  top: 0.6rem;
}

section.cv_area .cv-select_area {
  border-radius: 1.2rem;
  margin: 1rem 0 0;
  overflow: hidden;
  display: none;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
}

section.cv_area .cv-select_area li {
  background-color: #f3f3f3;
}

section.cv_area .cv-select_area li.not {
  background-color: #ddd;
}

section.cv_area .cv-select_area li + li {
  border-top: 0.1rem solid #d2d2d2;
}

section.cv_area .cv-select_area li a {
  display: flex;
  align-items: center;
  padding: 2.2rem 1.15rem;
  text-decoration: none;
}

section.cv_area .cv-select_area li a .area_name {
  font-size: 1.5rem;
  font-weight: 500;
  color: #7b7b7b;
  width: 6.7rem;
  padding-bottom: 0.2rem;
  margin-right: 1.2rem;
}

/* section.cv_area .cv-select_area li label.check + .area_name {
  color: #e77399;
} */
section.cv_area .cv-select_area li a .area_list {
  font-size: 1.2rem;
  color: #000;
  flex: 1;
  text-align: left;
}

section.cv_area .submit {
  margin: 1.5rem auto 0;
}

section.cv_area .submit a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
  display: block;
  text-align: center;
  border-radius: 10rem;
  padding: 1.8rem;
  text-decoration: none;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
}

#cv_omakase .submit a {
  background-color: #e77399;
}

#cv_otetsudai .submit a {
  background-color: #e9894f;
}

section.cv_area .submit a.disabled {
  pointer-events: none;
  color: #242424;
  background-color: #bbbbbb !important;
  opacity: 1 !important;
  box-shadow: none;
}

.cv-select_area li label {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #FFF;
  border: 0.1rem solid #929292;
  border-radius: 10rem;
  position: relative;
  transition: border-color 0.2s ease;
}

.cv-select_area li label::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s ease;
}

#cv_omakase li label::after,
#modal_price-omakase li label::after {
  background-color: #e77399;
}

#cv_otetsudai li label::after,
#modal_price-otetsudai li label::after {
  background-color: #e9894f;
}

.cv-select_area li label.check::after {
  opacity: 1;
}

.cv-select_area li input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  margin: -1px;
  left: -10%;
}

section.cv_area .annotation {
  font-size: 1rem;
  text-align: left;
  padding-left: 1.1em;
  text-indent: -1.1em;
  margin-top: 3rem;
}

/* ------------------------
  dduet クーポン
------------------------ */
section.dduet .inner {
  padding: 4.3rem 1.5rem;
  background-color: #FFF;
}

section.dduet .inner .frame {
  position: relative;
  background-color: #fbf5ee;
  padding: 3.2rem 1.2rem 1.5rem;
}

section.dduet .inner .frame::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: linear-gradient(90deg, rgba(80, 167, 208, 0.99608) 0%, rgb(153, 204, 228) 100%);
}

section.dduet .inner .frame .label {
  text-align: center;
  margin-bottom: 0.3rem;
}

section.dduet .inner .frame .label span {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  position: relative;
  background-color: #d6e9ec;
  border-radius: 10rem;
  padding: 0.05rem 1.6rem 0.25rem;
}

section.dduet .inner .frame h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8rem;
}

section.dduet .inner .frame h2 strong {
  color: #50a7d0;
}

section.dduet .inner .frame .img {
  width: 27.5rem;
  margin: 0 auto;
  position: relative;
}

section.dduet .inner .frame .img .badge {
  width: 6.5rem;
  position: absolute;
  top: -0.2rem;
  left: -2.2rem;
}

section.dduet .inner .frame .body {
  border-top: 0.05rem solid #a7a4a0;
  margin-top: 1rem;
  padding: 1.5rem 1rem 0;
}

section.dduet .inner .frame .body .txt {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}

section.dduet .inner .frame .body .btn {
  margin-top: 0.5rem;
}

section.dduet .inner .frame .body .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #50a7d0;
  height: 6rem;
  padding-bottom: 0.2rem;
  border: 0.4rem solid #50a7d0;
  border-radius: 10rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
}

section.dduet .inner .annotation {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.3rem;
}

section.dduet .inner > .annotation {
  text-align: left;
  margin-top: 2.5rem;
}

/* ------------------------
  step
------------------------ */
section.step .inner {
  padding: 6rem 1.5rem 4rem;
  background-color: #f1f1f1;
}

section.step .inner h2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

section.step .inner .lead {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4.7rem;
}

section.step .inner .lead strong {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #50a7d0;
  background-color: #FFF;
  padding: 0.1rem 1.5rem 0.15rem;
  margin-top: 0.5rem;
  line-height: 1;
}

section.step .inner .lead strong em {
  font-size: 3.1rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

section.step .inner .lead strong span {
  display: inline-block;
  vertical-align: middle;
}

section.step .inner li {
  display: flex;
  justify-content: space-between;
  padding: 1.7rem 1.5rem 2rem;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

section.step .inner li > * {
  position: relative;
  z-index: 20;
}

section.step .inner li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  z-index: 5;
}

section.step .inner li::after {
  content: "";
  display: block;
  width: 3rem;
  height: 5.35rem;
  background-image: url(/merrymaids/kajidaiko/images/common/step_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(100% - 1.25rem);
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}

section.step .inner li + li {
  margin-top: 4.8rem;
}

section.step .inner li:last-child::after {
  display: none;
}

section.step .inner li .badge {
  width: 6.5rem;
  position: absolute;
  top: -3.3rem;
  left: 1.5rem;
  z-index: 10;
}

section.step .inner li .ph {
  width: 12rem;
  margin-left: 1.5rem;
}

section.step .inner li .body {
  flex: 1;
  margin-top: 2.7rem;
}

section.step .inner li .body h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

section.step .inner li .body p {
  font-size: 1.3rem;
}

section.step .inner .btn {
  margin-top: 0.5rem;
}

section.step .inner .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #50a7d0;
  width: 30.5rem;
  height: 6rem;
  margin: 3rem auto 0;
  padding-bottom: 0.2rem;
  border: 0.4rem solid #50a7d0;
  border-radius: 10rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
}

/* ------------------------
  other
------------------------ */
section.other .inner {
  padding: 4rem 1.5rem 2.3rem;
  background-color: #FFF;
}

section.other .inner .btn_bridge a {
  display: block;
  color: #FFF;
}

section.other .inner .btn_bridge a .body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 13rem;
  background-repeat: no-repeat;
  background-size: 100%;
}

#omakase section.other .inner .btn_bridge a .body {
  background-image: url(/merrymaids/kajidaiko/images/omakase/bridge_ph.png);
  padding-left: 17.4rem;
}

#otetsudai section.other .inner .btn_bridge a .body {
  background-image: url(/merrymaids/kajidaiko/images/otetsudai/bridge_ph.png);
  padding-left: 16.1rem;
}

section.other .inner .btn_bridge a .body .ttl strong {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.25;
}

section.other .inner .btn_bridge a .body .ttl span {
  display: inline-block;
  font-size: 1.9rem;
  font-weight: 500;
}

section.other .inner .btn_bridge a .guide {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding: 1.1rem 5rem 1.3rem;
  margin-top: -1px;
}

#omakase section.other .inner .btn_bridge a .guide {
  background-color: #e9894f;
}

#otetsudai section.other .inner .btn_bridge a .guide {
  background-color: #e77399;
}

section.other .inner .btn_bridge a .guide::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-top: solid 0.15rem #FFF;
  border-right: solid 0.15rem #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  z-index: 10;
  margin: auto;
  transform: rotate(45deg);
}

section.other .inner .contact {
  background-color: #f1f1f1;
  padding: 2.5rem 0;
  margin-top: 4rem;
  text-align: center;
}

section.other .inner .contact .guide {
  font-size: 1.7rem;
  font-weight: bold;
}

section.other .inner .contact .btn {
  margin-top: 1.9rem;
}

section.other .inner .contact .btn a {
  font-size: 2.8rem;
  font-family: "Roboto";
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 6rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10rem;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
}

section.other .inner .contact .btn a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2.9rem;
  height: 2.9rem;
  background-image: url(/merrymaids/kajidaiko/images/common/ico_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1.4rem;
}

section.other .inner .contact .reception {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1.2rem;
}

section.other .inner .annotation {
  font-size: 0.9rem;
  margin-top: 2rem;
}

/* ------------------------
  グランサービス
------------------------ */
section.other .bnr_grand {
  position: relative;
  margin-top: 4rem;
}

section.other .bnr_grand .btn {
  width: 32.2rem;
  position: absolute;
  top: 44.4rem;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
}

section.other .bnr_grand .btn a {
  display: block;
}

/* ------------------------------------------------
 リンク無効
------------------------------------------------ */
#wrapper.omakase #tab_menu .menu li.omakase,
#wrapper.otetsudai #tab_menu .menu li.otetsudai,
#wrapper.omakase #tab_menu .panels > li.omakase,
#wrapper.otetsudai #tab_menu .panels > li.otetsudai {
  pointer-events: none;
}

/* ------------------------------------------------
 モーダル
------------------------------------------------ */
.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.remodal-wrapper {
  padding: 0 !important;
}

.remodal.internal {
  position: relative;
}

.remodal {
  vertical-align: top;
}

.remodal .close_top {
  /* position: absolute; */
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}

.remodal .close_top a {
  display: block;
  width: 3.25rem;
  height: 3.25rem;
  background-image: url(/merrymaids/kajidaiko/images/common/btn_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.remodal .close_bottom {
  /* display: none; */
}

.remodal .close_bottom a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  height: 4.3rem;
  background-color: #d8d8d8;
  position: relative;
}

.remodal .close_bottom a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url(/merrymaids/kajidaiko/images/common/ico_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -0.2rem;
  margin-right: 0.6rem;
}

/* ------------------------
  詳細モーダル
------------------------ */
.remodal.detail {
  max-width: 750px;
  width: 100% !important;
  font-size: 0;
  background-color: #fff;
  margin-bottom: 0;
}

.remodal.detail .body {
  padding: 2.5rem 1.5rem 2rem;
  text-align: center;
}

.remodal.detail .body .title {
  font-size: 2.7rem;
  font-weight: bold;
  color: #e36991;
  margin-bottom: 1rem;
}

.remodal.detail .body .tag {
  width: 9.7rem;
  margin: -0.5rem auto 1.5rem;
}

.remodal.detail .body .txt {
  font-size: 2rem;
  font-weight: 500;
}

.remodal.detail .body .image {
  margin-top: 2rem;
}

.remodal.detail .body .annotation {
  font-size: 1rem;
  text-align: right;
  margin-top: 0.6rem;
}

.remodal.detail .list .head {
  font-size: 1.7rem;
  font-weight: bold;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  background-color: #e36991;
}

.remodal.detail .list .list-body {
  padding: 1.9rem;
}

.remodal.detail .list ul li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  padding-left: 2.3rem;
  text-align: left;
}

.remodal.detail .list ul li + li {
  margin-top: 0.9rem;
}

.remodal.detail .list ul li::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0.3rem;
  left: 0;
  border-radius: 10rem;
  background-color: #f9e1e9;
}

.remodal.detail .list .annotation {
  font-size: 0.9rem;
  text-align: left;
  margin-top: 2rem;
}

/* ------------------------
  料金モーダル
------------------------ */
.remodal.price {
  max-width: 750px;
  width: 100% !important;
  font-size: 0;
  background-color: #FFF;
  margin-bottom: 0;
}

.remodal.price .internal {
  min-height: 100vh;
  padding: 6rem 1.5rem 3rem;
}

.remodal.price .sub {
  font-size: 2.6rem;
  font-weight: bold;
}

.remodal.price .title {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

#modal_price-omakase .sub,
#modal_price-omakase .title {
  color: #e77399;
}

#modal_price-otetsudai .sub,
#modal_price-otetsudai .title {
  color: #e9894f;
}

.remodal.price .start_disp {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.remodal.price .case {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.remodal.price .cv-select_area {
  border-radius: 1.2rem;
  margin: 1rem 0 0;
  overflow: hidden;
  display: none;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
}

.remodal.price .cv-select_area li {
  background-color: #f3f3f3;
}

.remodal.price .cv-select_area li.not {
  background-color: #ddd;
}

.remodal.price .cv-select_area li + li {
  border-top: 0.1rem solid #d2d2d2;
}

.remodal.price .cv-select_area li a {
  display: flex;
  align-items: center;
  padding: 2.2rem 1.15rem;
  text-decoration: none;
}

.remodal.price .cv-select_area li a .area_name {
  font-size: 1.5rem;
  font-weight: 500;
  color: #7b7b7b;
  width: 6.7rem;
  padding-bottom: 0.2rem;
  margin-right: 1.2rem;
}

.remodal.price .cv-select_area li a .area_list {
  font-size: 1.2rem;
  color: #000;
  flex: 1;
  text-align: left;
}

.remodal.price .btn_select {
  width: 30.5rem;
  margin: 0 auto 2.3rem;
}

.remodal.price .btn_select a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FFF;
  display: block;
  padding: 1.4rem;
  border-radius: 10rem;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
}

.remodal.price .btn_select.start a {
  color: #242424;
  box-shadow: none;
  border-color: transparent !important;
  background-color: #fff !important;
  pointer-events: none;
}

#modal_price-omakase .btn_select a {
  border: 0.4rem solid #e77399;
  background-color: #e77399;
}

#modal_price-otetsudai .btn_select a {
  border: 0.4rem solid #e9894f;
  background-color: #e9894f;
}

.remodal.price .btn_select a.selected {
  background-color: #fff !important;
}

#modal_price-omakase .btn_select a.selected {
  color: #e36991;
}

#modal_price-otetsudai .btn_select a.selected {
  color: #e9894f;
}

#modal_price-omakase .btn_select a.selected::after {
  border-color: #e77399;
}

#modal_price-otetsudai .btn_select a.selected::after {
  border-color: #e9894f;
}

.remodal.price .btn_select a > * {
  text-decoration: none;
}

.remodal.price .btn_select a::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: solid 0.15rem #FFF;
  border-right: solid 0.15rem #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  z-index: 10;
  margin: auto;
  transform: rotate(135deg);
  /* transition: all 0.2s ease; */
}

.remodal.price .btn_select.show a::after {
  transform: rotate(-45deg);
  top: 0.6rem;
}

.remodal.price .conceal {
  display: none;
}

.remodal.price .annotation {
  font-size: 0.9rem;
  text-align: left;
  margin-top: 3.5rem;
  display: none;
}

.remodal.price .price_list {
  padding-top: 1.4rem;
}

.remodal.price .price_list li {
  background-color: #f4f4f4;
  border-radius: 1.8rem;
  padding: 1.5rem 1.7rem 1rem;
}

.remodal.price .price_list li + li {
  margin-top: 1.5rem;
}

.remodal.price .price_list li .place {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

.remodal.price .price_list li .place span.small {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
}

.remodal.price .price_list li .place em {
  display: inline-block;
  font-style: normal;
  background-color: #FFF;
  padding: 0.2rem 0.55rem 0.4rem;
  line-height: 1;
  margin-right: 0.3rem;
}

.remodal.price .price_list li .personnel {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
}

.remodal.price .c1 {
  color: #da7272;
}

.remodal.price .c2 {
  color: #3f81be;
}

.remodal.price .c3 {
  color: #e09032;
}

.remodal.price .c4 {
  color: #268c54;
}

.remodal.price .price_list {
  display: none;
}

.remodal.price .price_list li .place span {
  font-size: 1.6rem;
}

.remodal.price .price_list li .price {
  display: flex;
  justify-content: center;
  align-items: center;
}

.remodal.price .price_list li .price .label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1;
  padding: 0.2rem 0.3rem 0.3rem;
  background-color: #676767;
  margin-right: 1rem;
}

.remodal.price .price_list li .price .num {
  font-size: 1.92rem;
  font-weight: bold;
}

.remodal.price .price_list li .price .num strong {
  /* font-size: 3.6rem; */
  font-size: 4.5rem;
  font-family: "Roboto";
  font-weight: bold;
}

.remodal.price .price_list li .price .num span {
  font-size: 1.2rem;
  font-weight: 500;
}

.remodal.price .price_list li > div + div {
  border-top: 0.1rem solid #cacaca;
  padding-top: 0.4rem;
  margin-top: 1rem;
}

/* 表 */
.remodal.price table {
  width: 100%;
  border: 0.1rem solid #cacaca;
  margin-top: 3rem;
  display: none;
}

.remodal.price table th,
.remodal.price table td {
  padding: 1.1rem;
}

.remodal.price table th {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  background-color: #e0e0e0;
  border-right: 0.1rem solid #cacaca;
}

.remodal.price table td {
  font-size: 1.4rem;
  border-right: 0.1rem solid #cacaca;
  border-bottom: 0.1rem solid #cacaca;
}

.remodal.price table td.left {
  text-align: left;
}

.remodal.price table td span {
  font-weight: bold;
}

/* ------------------------------------------------
 #cpn2
------------------------------------------------ */
#cpn2 {
  width: 34.5rem;
  margin: 2.5rem auto;
  position: relative;
}

#cpn2 .inner {
  width: 100%;
  position: absolute;
  top: 40.9rem;
  left: 0;
  z-index: 10;
}

#cpn2 .inner .btn {
  text-align: center;
}

#cpn2 .inner .btn a {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ed518c;
  width: 20.5rem;
  padding: 1.5rem;
  border-radius: 10rem;
  background-color: #FFF;
  box-sizing: border-box;
}

#cpn2 .inner .date {
  width: 29rem;
  /*   margin: 1.8rem auto 0; */
  margin: 0 auto;
}

#cpn2 .inner .annotation {
  width: 29rem;
  margin: 0.5rem auto 0;
  font-size: 0.85rem;
  color: #FFF;
  line-height: 1.5;
  letter-spacing: 0;
}