@charset "UTF-8";
/*---------------------------------------
  foundation
----------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.5em; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*---------------------------------------
  font
----------------------------------------*/
/*---------------------------------------
  color
----------------------------------------*/
.inner {
  width: 1080px;
  margin: 0 auto; }

.l-main-col .inner {
  width: 800px; }

@media screen and (max-width: 767px) {
  .inner {
    width: calc(100% - 3.2rem); }
  .l-main-col .inner {
    width: calc(100% - 2.5rem); } }

/*---------------------------------------
  Base
----------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; }

body {
  background: #FFF6FB;
  color: #555;
  font-size: 1.4em;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  width: 100%;
  overflow-x: hidden; }
  body a {
    color: #555; }
  body.active {
    overflow-y: hidden; }
  @media screen and (max-width: 896px) and (orientation: landscape) {
    body {
      width: 120rem;
      overflow-x: hidden; } }

input {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em; }
  input:focus {
    outline: none; }

p {
  line-height: 1.5em;
  font-size: 1.6rem;
  letter-spacing: 0.1rem; }

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast; }

@media screen and (max-width: 767px) {
  input[type="text"], select {
    -webkit-appearance: none;
    font-size: 1.6rem; }
  input[type="checkbox"] {
    -webkit-appearance: checkbox; } }

@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem; }
  img {
    image-rendering: auto; } }

/*---------------------------------------
  anchor link
----------------------------------------*/
a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

/*---------------------------------------
  list style
----------------------------------------*/
ol, ul {
  list-style: none; }

/*---------------------------------------
  address
----------------------------------------*/
address {
  font-style: initial;
  display: inline; }

/*---------------------------------------
  textarea
----------------------------------------*/
textarea {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    width: 115rem; } }

/*---------------------------------------
  layout
----------------------------------------*/
.l-header {
  position: fixed;
  z-index: 5;
  top: 0;
  width: 100%;
  height: 11rem; }
  .l-header__logo {
    position: absolute;
    top: 0;
    left: 4rem;
    padding: 2.1rem 0; }
  .l-header__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 11rem; }
  .l-header__nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .l-header__nav-link-item {
      margin-right: 2.4rem; }
      .l-header__nav-link-item a {
        font-size: 1.2rem;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        .l-header__nav-link-item a:hover {
          color: #E55DAB; }
  .l-header__line {
    width: 18.2rem;
    background: #60D260;
    margin-right: 1%;
    padding: 0.4rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 3.6rem; }
    .l-header__line a {
      display: block;
      border: solid 1px #FFFFFF;
      text-align: center;
      color: #ffffff;
      padding: 1rem; }
      .l-header__line a font {
        size: 1.2rem; }
    .l-header__line--sp {
      display: none; }
    .l-header__line:hover {
      opacity: .7; }

.l-header__hotpepper {
  width: 20rem;
  background: #E55DAB;
  margin-right: 1%;
  padding: 0.4rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 3.6rem; }
  .l-header__hotpepper a {
    display: block;
    border: solid 1px #FFFFFF;
    text-align: center;
    color: #ffffff;
    padding: 1rem; }
    .l-header__hotpepper a font {
      size: 1.2rem; }
  .l-header__hotpepper--sp {
    display: none; }
  .l-header__hotpepper:hover {
    opacity: .7; }
  .l-header__hour {
    font-size: 1.1rem;
    position: absolute;
    line-height: 1.6rem;
    text-align: center;
    bottom: -0.8rem;
    right: 1%;
    color: #E55DAB;
    width: 20rem; }
    .l-header__hour--sp {
      display: none; }

nav.globalMenuSp {
  display: none; }
  .l-header__tel {
    color: #5DBBE5;
    font-size: 14px;
    font-weight: bold;
  }
  .l-header__tel--sp{
    display: none;
  }

@media screen and (max-width: 767px) {
  .l-header {
    height: 5rem;
    width: 100%;
    position: fixed;
    background: #FFF6FB; }
    .l-header__logo {
      left: 1.6rem;
      width: 7.2rem;
      padding: 0;
      line-height: 5rem; }
      .l-header__logo img {
        width: 100%;
        vertical-align: middle; }
    .l-header__contents {
      display: none; }
    .l-header__line--sp {
      display: block;
      position: absolute;
      right: 6.4rem;
      top: 1.3rem;
      width: 60px;
    }
    .l-header__line--sp img{
      width: 100%;
    }
    .l-header__hotpepper--sp {
      display: block;
      position: absolute;
      right: 68px;
      top: 1.3rem;
      width: 60px;
    }
    .l-header__hotpepper--sp img{
      width: 100%;
    }
      /* .l-header__line--sp::after {
        content: "";
        height: 1.5rem;
        width: 0.1rem;
        background: #555;
        position: absolute;
        right: -1rem;
        top: 0.6rem; } */
    .l-header__hour--sp {
      display: block;
      position: absolute;
      font-size: 0.8rem;
      font-weight: bold;
      line-height: 1.2rem;
      top: 1.3rem;
      left: 9rem; }
      .l-header__tel--sp{
        display: block;
        position: absolute;
        width: 20px;
        top: 14px;
        right: 40px;

      }
      .l-header__tel--sp img{
        width: 100%;
      }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 7px;
    top: 7px;
    width: 3.3rem;
    height: 3.3rem;
    cursor: pointer;
    text-align: center; }
  .hamburger span {
    display: block;
    position: absolute;
    width: 2rem;
    height: 2px;
    left: 6px;
    background: #E55DAB;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .hamburger span:nth-child(1) {
    top: 10px; }
  .hamburger span:nth-child(2) {
    top: 16px; }
  .hamburger span:nth-child(3) {
    top: 22px; }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  nav.globalMenuSp {
    display: block;
    position: fixed;
    z-index: 11;
    top: 5rem;
    left: 0;
    color: #E55DAB;
    background: #FFF6FB;
    text-align: center;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    height: 100vh; }
    nav.globalMenuSp .c-button__reserve {
      margin: 1.6rem auto 0; }
      nav.globalMenuSp .c-button__reserve--hotpepper {
        margin: 0.8rem auto 0; }
        nav.globalMenuSp .c-button__reserve--line p {
          color: #555; }
      nav.globalMenuSp .c-button__reserve a {
        height: 4rem;
        line-height: 3.7rem; }
      nav.globalMenuSp .c-button__reserve-inside::after {
        height: 4rem; }
  nav.globalMenuSp ul {
    background: #FFE9F4;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff; }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  nav.globalMenuSp ul li:hover {
    background: #ddd; }
  nav.globalMenuSp ul li a {
    display: block;
    color: #555;
    padding: 0.8em 0;
    text-decoration: none;
    font-size: 1.2rem; }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

.l-footer__contents {
  background: #fff;
  padding: 4rem 0;
  border-top: 2px solid #E55DAB;
  text-align: center; }
  .l-footer__contents-list {
    margin-top: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .l-footer__contents-list li {
      margin: 0 1.6rem; }
      .l-footer__contents-list li a {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        .l-footer__contents-list li a:hover {
          color: #E55DAB; }

small {
  display: block;
  background: #E55DAB;
  text-align: center;
  width: 100%;
  padding: 0.8rem 0;
  color: #fff;
  font-size: 1.2rem; }

@media screen and (max-width: 767px) {
  .l-footer__contents {
    padding-top: 3.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none; }
    .l-footer__contents-list {
      display: none; }
  .l-footer__sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .l-footer__sns a {
      font-size: 2.2rem; } }

/*---------------------------------------
  object
----------------------------------------*/
.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5.6rem auto 10.4rem; }
  .c-button__basic a {
    position: relative;
    width: 33rem;
    height: 5rem;
    display: block;
    padding-top: 1.2rem;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    font-size: 1.6rem; }
    .c-button__basic a::after {
      position: absolute;
      content: "";
      z-index: 2;
      top: calc(50% - 0.4rem);
      right: -2.5rem;
      width: 4.3rem;
      height: 0.8rem;
      border: none;
      border-right: 2px solid #5DBBE5;
      border-bottom: 1px solid #5DBBE5;
      -webkit-transform: skew(45deg);
      -ms-transform: skew(45deg);
      transform: skew(45deg);
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .c-button__basic-inside {
    position: relative;
    z-index: 1; }
    .c-button__basic-inside::before, .c-button__basic-inside::after {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%; }
    .c-button__basic-inside::before {
      border: solid 1px #5DBBE5;
      z-index: 1;
      top: 0;
      left: 0; }
    .c-button__basic-inside::after {
      background-color: #AEDDF2;
      top: -4px;
      left: 4px;
      z-index: -1;
      width: 33rem;
      height: 5rem;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .c-button__basic-inside:hover::after {
      opacity: 0.8; }
  .c-button__reserve {
    margin: 0 4rem; }
    .c-button__reserve a {
      position: relative;
      width: 35rem;
      height: 4.8rem;
      line-height: 4.8rem;
      display: block;
      color: #fff;
      text-align: center;
      z-index: 3; }
      .c-button__reserve a::after {
        position: absolute;
        content: "";
        z-index: 2;
        top: calc(50% - 0.8rem);
        right: -2.5rem;
        width: 4.3rem;
        height: 0.8rem;
        border: none;
        -webkit-transform: skew(45deg);
        -ms-transform: skew(45deg);
        transform: skew(45deg);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .c-button__reserve-inside {
      position: relative;
      z-index: 1; }
      .c-button__reserve-inside::before, .c-button__reserve-inside::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%; }
      .c-button__reserve-inside::before {
        z-index: 1;
        top: 0;
        left: 0; }
      .c-button__reserve-inside::after {
        top: -4px;
        left: 4px;
        z-index: -1;
        width: 35rem;
        height: 4.8rem;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .c-button__reserve-inside:hover::after {
        opacity: 0.8; }
      .c-button__reserve--hotpepper a::after {
        border-right: 2px solid #F2AAD3;
        border-bottom: 1px solid #F2AAD3; }
      .c-button__reserve--hotpepper .c-button__reserve-inside::before {
        border: solid 1px #F2AAD3; }
      .c-button__reserve--hotpepper .c-button__reserve-inside::after {
        background-color: #E55DAB; }
        .c-button__reserve--line {
          margin-bottom: 0.8rem; }
    .c-button__reserve--line a::after {
      border-right: 2px solid #ADEAAD;
      border-bottom: 1px solid #ADEAAD; }
    .c-button__reserve--line .c-button__reserve-inside::before {
      border: solid 1px #ADEAAD; }
    .c-button__reserve--line .c-button__reserve-inside::after {
      background-color: #60D260; }
      .c-button__reserve--line p {
        font-size: 1.1rem;
        text-align: center; }
      .c-button__reserve--tel a::after {
      border-right: 2px solid #5DBBE5;
      border-bottom: 1px solid #5DBBE5; }
    .c-button__reserve--tel .c-button__reserve-inside::before {
      border: solid 1px #5DBBE5; }
    .c-button__reserve--tel .c-button__reserve-inside::after {
      background-color: #AEDDF2; }
    .c-button__reserve--review a {
      height: 10.4rem;
      line-height: 10.4rem; }
      .c-button__reserve--review a::after {
        border-right: 2px solid #9966CC;
        border-bottom: 1px solid #9966CC; }
    .c-button__reserve--review .c-button__reserve-inside::before {
      border: solid 1px #9966CC; }
    .c-button__reserve--review .c-button__reserve-inside::after {
      background-color: #C489C1;
      height: 10.4rem; }

@media screen and (max-width: 767px) {
  .c-button__basic {
    margin: 2.4rem auto 5.6rem;
    width: calc(100% - 3.2rem); }
    .c-button__basic a {
      width: 100%;
      height: 5rem;
      line-height: 4.7rem;
      padding-top: 0; }
      .c-button__basic a::after {
        top: calc(50% - 0.4rem);
        right: -1rem;
        width: 3rem;
        height: 0.4rem; }
    .c-button__basic-inside {
      width: 90%; }
      .c-button__basic-inside::after {
        top: -3px;
        left: 3px;
        width: 100%;
        height: 5rem; }
  .c-button__reserve {
    margin: 2.4rem auto;
    width: calc(100% - 3.2rem); }
    .c-button__reserve a {
      width: 100%;
      height: 5rem;
      line-height: 4.7rem; }
      .c-button__reserve a::after {
        top: calc(50% - 0.4rem);
        right: -1rem;
        width: 3rem;
        height: 0.4rem; }
    .c-button__reserve-inside::after {
      top: -3px;
      left: 3px;
      width: 100%;
      height: 5rem; }
    .c-button__reserve--line p {
      text-align: left;
      margin-top: 0.2rem;
      line-height: 1.2; }
    .c-button__reserve--review .c-button__reserve-inside::before {
      border: solid 1px #9966CC; }
    .c-button__reserve--review .c-button__reserve-inside::after {
      background-color: #C489C1;
      height: 5rem; } }

.c-title-parts__main {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  letter-spacing: 0.075em;
  display: inline-block; }
  .c-title-parts__main-small {
    font-size: 2.4rem;
    font-weight: normal; }
  .c-title-parts__main-border {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFEEF7));
    background: -webkit-linear-gradient(transparent 70%, #FFEEF7 70%);
    background: -o-linear-gradient(transparent 70%, #FFEEF7 70%);
    background: linear-gradient(transparent 70%, #FFEEF7 70%); }
    .c-title-parts__main-border--blue {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #E3FAFF));
      background: -webkit-linear-gradient(transparent 70%, #E3FAFF 70%);
      background: -o-linear-gradient(transparent 70%, #E3FAFF 70%);
      background: linear-gradient(transparent 70%, #E3FAFF 70%);
      font-size: 3rem; }

.c-title-parts__neon {
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.075em;
  font-size: 3.5rem;
  color: transparent;
  text-shadow: 2px 1px 0 #E55DAB;
  -webkit-text-stroke: 0.5px #555;
  text-stroke: 0.5px #555;
  padding: 0 0 2px; }

.c-title-parts__top-h2 {
  position: relative;
  letter-spacing: 0.2rem;
  color: #333;
  font-size: 4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  text-align: center;
  margin: 0 0 9.6rem; }
  .c-title-parts__top-h2::after {
    position: absolute;
    content: "";
    width: 5rem;
    height: 0.15rem;
    background: #E2BFD3;
    bottom: -2.4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.c-title-parts-en {
  position: absolute;
  z-index: 1; }
  .c-title-parts-en.feature {
    top: -5rem;
    left: -4rem; }
  .c-title-parts-en.concept {
    top: -5rem;
    left: -4rem; }
  .c-title-parts-en.hours {
    top: -10rem;
    left: -13rem; }

@media screen and (max-width: 767px) {
  .c-title-parts__main-small {
    font-size: 1.8rem; }
  .c-title-parts__main-border--blue {
    font-size: 2.2rem; }
  .c-title-parts__top-h2 {
    font-size: 3rem;
    margin: 5.6rem 0 3.2rem; }
    .c-title-parts__top-h2::after {
      bottom: -0.8rem;
      width: 2.4rem; }
  .c-title-parts__neon {
    font-size: 3rem; }
  .c-title-parts-en img {
    width: 100%; }
  .c-title-parts-en.feature {
    top: -3rem;
    left: -3rem;
    width: 15rem; }
  .c-title-parts-en.concept {
    top: -3rem;
    left: -2rem;
    width: 14rem; }
  .c-title-parts-en.hours {
    top: -5rem;
    left: -2rem;
    width: 18rem; } }

.u-color--base {
  color: #E55DAB; }

.u-color--accent {
  color: #E5D286; }

.u-color--red {
  color: #dc625a; }

.u-color--back-base {
  background: #E55DAB; }

.u-color--back-accent {
  background: #E5D286; }

.u-color--back-green {
  background: #9dbc58; }

.u-color--back-red {
  background: #dc625a; }

.u-color--back-pink {
  background: #ffa5ad; }

.u-color--back-blue {
  background: #228ad9; }

.u-color--back-whitesmoke {
  background: #F5F5F5; }

.u-back-style--dots-01 {
  margin-top: 4rem; }
  .u-back-style--dots-01 .c-title-parts,
  .u-back-style--dots-01 .c-title-parts__sub-h2 {
    margin-top: 0; }

.u-back-style--gray-01 {
  background: #F1F1F1;
  padding: 6.4rem 0;
  margin-top: 6.4rem; }
  .u-back-style--gray-01 .c-title-parts__sub-h2:first-child,
  .u-back-style--gray-01 .c-title-parts__sub-h3:first-child {
    margin-top: 0; }

@media screen and (max-width: 767px) {
  .u-back-style--dots-01 {
    margin-top: 4rem; }
    .u-back-style--dots-01 + section .c-title-parts {
      margin-top: 4rem; }
  .u-back-style--gray-01 {
    padding: 4rem 0;
    margin-top: 4rem; } }

.u-font--bold {
  font-weight: 600; }

@media screen and (max-width: 767px) {
  .u-reverse--sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media screen and (max-width: 767px) {
  .u-accordion__contents *, .u-accordion__contents *:before, .u-accordion__contents *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .u-accordion__contents {
    position: relative; }
    .u-accordion__contents-text {
      overflow: hidden;
      height: 15rem;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .u-accordion__contents input {
      display: none; }
      .u-accordion__contents input:checked + label {
        background: inherit; }
        .u-accordion__contents input:checked + label::after {
          content: "";
          position: absolute;
          width: 2.7rem;
          height: 0.95rem;
          z-index: 2;
          background: url(/common/img/svg/icon_arrow_top_01.svg) no-repeat;
          background-size: contain;
          top: 70%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      .u-accordion__contents input:checked ~ .u-accordion__contents-text {
        height: auto;
        padding-bottom: 4rem;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .u-accordion__contents label {
      position: absolute;
      z-index: 1;
      bottom: 0;
      width: calc(100% - 4rem);
      height: 10rem;
      cursor: pointer;
      text-align: center;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fbfbfc));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fbfbfc 70%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fbfbfc 70%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fbfbfc 70%); }
      .u-accordion__contents label::after {
        content: "";
        position: absolute;
        z-index: 2;
        width: 2.7rem;
        height: 0.95rem;
        background: url(/common/img/svg/icon_arrow_bottom_01.svg) no-repeat;
        background-size: contain;
        top: 75%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

/*スマホ横対応------------------------------------------------------------*/
@media screen and (max-width: 896px) and (orientation: landscape) {
  .u-width--max-60vw {
    max-width: 60vw; } }

.u-appear--pc {
  display: inline; }

.u-appear--pc-block {
  display: block; }

.u-appear--sp {
  display: none; }

.u-appear--sp-block {
  display: none; }

@media screen and (max-width: 767px) {
  .u-appear--pc {
    display: none; }
  .u-appear--pc-block {
    display: none; }
  .u-appear--sp {
    display: inline; }
  .u-appear--sp-block {
    display: block; } }

/*スマホ横対応------------------------------------------------------------*/
@media screen and (max-width: 896px) and (orientation: landscape) {
  br.u-appear--pc {
    display: inline; }
  br.u-appear--pc-block {
    display: block; }
  br.u-appear--sp {
    display: none; }
  br.u-appear--sp-block {
    display: none; } }

.u_mb__base {
  margin-bottom: 16rem; }

@media screen and (max-width: 767px) {
  .u_mb__base {
    margin-bottom: 5.6rem; } }

.p-top__mainvisual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin-top: 11rem; }
  .p-top__mainvisual img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: initial;
  }

  .p-top__mainvisual-slider {
    margin-top: 12rem; }
    .p-top__mainvisual-slider .slider {
      width: 100%;
      margin: 0 auto 80px; }
    .p-top__mainvisual-slider .slick-slide img {
      width: 100%;
      height: auto; }
    .p-top__mainvisual-slider .kv-slider {
      width: 100%; }

    .p-top__mainvisual-slider {
      position: relative;
    }
    .kv-slider .slick-slide {
      background: #000;
      -webkit-transition: all .5s;
      transition: all .5s;
    }

    .kv-slider .slick-slide img {
      opacity: 0.6;
      -webkit-transition: all .5s;
      transition: all .5s;
    }

    .kv-slider .slick-current {
      background: none;
    }

    .kv-slider .slick-current img {
      opacity: 1;
    }

    .kv-slider {
      width: 100%;
    }

    .kv-slider li img {
      width: 100%;
        height: auto;
    }


  .p-top__mainvisual-campaign {
    position: fixed;
    z-index: 4;
    width: 20rem;
    height: 20rem;
    bottom: 0.8rem;
    right: 0.8rem; }
    .p-top__mainvisual-campaign img {
      width: 100%; }
    .p-top__mainvisual-campaign a {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .p-top__mainvisual-campaign a:hover {
        opacity: .7; }
  @media screen and (max-width: 767px) {
    .p-top__mainvisual {
      height: auto;
      padding-top: 5rem;
      margin-top: 0; }
      .p-top__mainvisual img {
        width: 100%;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
      .p-top__mainvisual-campaign {
        width: 13rem;
        height: 13rem; } }

.p-top__measures {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  margin: -4rem auto 12rem;
  padding: 2.8rem 0 1.2rem;
  text-align: center;
  width: 80rem; }
  .p-top__measures::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: solid 1px #E55DAB;
    top: 0.5rem;
    left: -0.5rem;
    z-index: -2; }
  .p-top__measures-title {
    font-size: 2rem;
    font-weight: normal;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif; }
    .p-top__measures-title::after {
      position: absolute;
      content: "";
      z-index: 2;
      top: calc(50% - 1.3rem);
      right: 13rem;
      width: 4.3rem;
      height: 0.8rem;
      border: none;
      -webkit-transform: skew(45deg);
      -ms-transform: skew(45deg);
      transform: skew(45deg);
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      border-right: 2px solid #E55DAB;
      border-bottom: 1px solid #E55DAB; }
  .p-top__measures-text {
    margin-top: 0.8rem;
    font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    .p-top__measures {
      width: 100%;
      margin: 2.4rem 0 8rem;
      padding: 1.3rem  1.3rem 0.3rem 0.3rem; }
      .p-top__measures-title {
        font-size: 1.6rem; }
        .p-top__measures-title::after {
          top: calc(50% - 0.1rem);
          right: -1rem;
          width: 3rem;
          height: 0.4rem; }
      .p-top__measures-text {
        display: none; } }

.p-top__reserve .inner {
  position: relative; }
  .p-top__reserve .inner::after {
    content: "";
    width: 100%;
    height: 45rem;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    z-index: -1; }

.p-top__reserve-title {
  text-align: center;
  font-size: 3.5rem; }
  .p-top__reserve-title--sub {
    color: #E55DAB;
    position: relative;
    display: inline-block;
    font-size: 1.6rem; }
    .p-top__reserve-title--sub::before {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 20px;
      height: 2px;
      background-color: #E55DAB;
      -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
      transform: rotate(60deg);
      left: -2rem; }
    .p-top__reserve-title--sub::after {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 20px;
      height: 2px;
      background-color: #E55DAB;
      -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
      transform: rotate(-60deg); }

.p-top__reserve-text {
  margin: 2.4rem 0;
  text-align: center; }

.p-top__reserve-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 4rem; }

.p-top__reserve-kanzenyoyaku {
  position: absolute;
  top: 0; }

.p-top__reserve-area--teltext{
  margin-top: 20px;
  color: #5DBBE5;
  font-size: 20px;
  font-weight: bold;
}
.p-top__reserve-area--teltext span{
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-top__reserve .inner {
    padding-bottom: 1.6rem; }
    .p-top__reserve .inner::after {
      height: 60.5rem;
      z-index: -2; }
  .p-top__reserve-title {
    font-size: 3rem; }
  .p-top__reserve-text {
    margin-top: 0.8rem; }
  .p-top__reserve-kanzenyoyaku {
    width: 8rem;
    z-index: -1;
    top: -0.8rem;
    left: -1.6rem; }
    .p-top__reserve-kanzenyoyaku img {
      width: 100%; }
  .p-top__reserve-area {
    display: block;
    padding-bottom: 0; } }

.p-top__2column {
  position: relative; }
  .p-top__2column-img {
    width: 50%;
    position: relative;
    z-index: 1; }
    .p-top__2column-img img {
      width: 100%; }
  .p-top__2column-textbox {
    position: absolute;
    top: 6.4rem;
    right: 0;
    width: calc(50% + 40px);
    background: #fff;
    padding: 5.6rem 4rem 5.6rem 8rem; }
  @media screen and (max-width: 767px) {
    .p-top__2column-textbox {
      width: 100%;
      position: static;
      padding: 2.4rem 1.6rem 8rem; } }

.p-top__feature .p-top__2column-textbox {
  text-align: center; }

.p-top__feature .c-title-parts__main {
  margin-bottom: 3.2rem; }

.p-top__feature-list-item {
  overflow: hidden; }
  .p-top__feature-list-item:not(:last-child) {
    margin-bottom: 2.4rem; }
  .p-top__feature-list-item img {
    width: 8rem;
    margin-right: 2.4rem;
    float: left; }
  .p-top__feature-list-item dl {
    width: calc(100% - 104px);
    text-align: left;
    float: left;
    padding: 1rem 0; }
    .p-top__feature-list-item dl dt {
      font-size: 2rem;
      font-weight: 500;
      margin-bottom: 0.4rem; }

@media screen and (max-width: 767px) {
  .p-top__feature-list-item img {
    width: 4rem;
    height: auto;
    margin-right: 0.8rem; }
  .p-top__feature-list-item dl {
    width: calc(100% - 48px);
    padding: 0.5rem 0; }
    .p-top__feature-list-item dl dt {
      font-size: 1.8rem;
      margin-bottom: 0.8rem; }
    .p-top__feature-list-item dl dd {
      font-size: 1.2rem; }
  .p-top__feature-list-item:not(:last-child) {
    margin-bottom: 1.6rem; }
  .p-top__feature .c-title-parts__main {
    margin-bottom: 1.6rem; }
  .p-top__feature .p-top__2column-img {
    display: none; }
  .p-top__feature-img--sp {
    margin-top: -5.6rem;
    position: relative; }
    .p-top__feature-img--sp img {
      width: 100%; } }

.p-top__concept .c-title-parts__main {
  margin-bottom: 3.2rem; }

.p-top__concept-text {
  line-height: 2.3; }
  .p-top__concept-text:not(:last-of-type) {
    margin-bottom: 2.4rem; }

@media screen and (max-width: 767px) {
  .p-top__concept .c-title-parts__main {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
    letter-spacing: 0.05em; }
  .p-top__concept .c-title-parts__neon {
    font-size: 2.5rem; }
  .p-top__concept .p-top__2column-img {
    display: none; }
  .p-top__concept-img--sp {
    margin-top: -5.6rem;
    position: relative; }
    .p-top__concept-img--sp img {
      width: 100%; } }

.p-top__catch {
  position: relative;
  padding-bottom: 8rem; }
  .p-top__catch-bg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1; }
  .p-top__catch .c-title-parts__main {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 8rem; }
  @media screen and (max-width: 767px) {
    .p-top__catch {
      padding-bottom: 3rem; }
      .p-top__catch-bg {
        height: 30rem;
        width: auto; }
        .p-top__catch-bg img {
          width: 100%; }
      .p-top__catch .c-title-parts__main {
        padding-top: 3rem; } }

.p-top__machine {
  background: #fff;
  padding: 12rem 0; }
  .p-top__machine-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .p-top__machine-contents-img {
      width: calc(100% - 540px); }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .p-top__machine-contents-img img {
          width: 100%; } }
    .p-top__machine-contents-textbox {
      z-index: 1;
      width: 540px; }
      .p-top__machine-contents-textbox-title {
        font-size: 3.5rem;
        font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
        font-weight: 600; }
        .p-top__machine-contents-textbox-title span {
          font-size: 2rem;
          color: #E55DAB;
          font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif; }
      .p-top__machine-contents-textbox-comment {
        font-size: 2rem;
        margin: 0.8rem 0 2.4rem; }
      .p-top__machine-contents-textbox-contents {
        border-top: 1px dotted #707070;
        padding-top: 2.4rem; }
        .p-top__machine-contents-textbox-contents-title {
          font-size: 1.9rem;
          font-weight: 500;
          text-align: center;
          margin-bottom: 1.6rem; }
        .p-top__machine-contents-textbox-contents .nayami-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-bottom: 3.2rem; }
          .p-top__machine-contents-textbox-contents .nayami-list li {
            width: 19%;
            border: 1px solid #E55DAB;
            font-size: 1.4rem;
            color: #E55DAB;
            text-align: center; }
            .p-top__machine-contents-textbox-contents .nayami-list li:nth-child(n + 6) {
              margin-top: 0.8rem; }
        .p-top__machine-contents-textbox-contents .kinou-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .p-top__machine-contents-textbox-contents .kinou-list li {
            width: calc(calc(100% - 72px) / 4); }
            .p-top__machine-contents-textbox-contents .kinou-list li img {
              width: 100%; }
  .p-top__machine-white {
    margin-bottom: 8rem; }
    .p-top__machine-white .p-top__machine-contents-img {
      margin-left: -8rem; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .p-top__machine-white .p-top__machine-contents-img {
          margin-left: 0; } }
  .p-top__machine-pink .p-top__machine-contents-img img {
    margin-left: -4rem; }
  @media screen and (max-width: 767px) {
    .p-top__machine {
      padding: 3.2rem 0 5.6rem; }
      .p-top__machine-contents-img {
        width: 100%; }
        .p-top__machine-contents-img img {
          width: 100%; }
      .p-top__machine-contents-textbox {
        width: 100%; }
        .p-top__machine-contents-textbox-title {
          font-size: 2.5rem; }
          .p-top__machine-contents-textbox-title span {
            font-size: 1.6rem; }
        .p-top__machine-contents-textbox-comment {
          font-size: 1.4rem;
          margin: 0.4rem 0 1.6rem; }
        .p-top__machine-contents-textbox-contents {
          padding-top: 1.6rem; }
          .p-top__machine-contents-textbox-contents-title {
            font-size: 1.6rem;
            margin-bottom: 0.8rem; }
          .p-top__machine-contents-textbox-contents .nayami-list {
            margin-bottom: 1.6rem; }
            .p-top__machine-contents-textbox-contents .nayami-list::after {
              content: "";
              display: block;
              width: 49%; }
            .p-top__machine-contents-textbox-contents .nayami-list li {
              width: 24.5%;
              font-size: 1rem; }
              .p-top__machine-contents-textbox-contents .nayami-list li:nth-child(n + 5) {
                margin-top: 0.4rem; }
          .p-top__machine-contents-textbox-contents .kinou-list li {
            width: 24%;
            width: calc(calc(100% - 24px) / 4); }
      .p-top__machine-white {
        margin-bottom: 3.2rem; }
        .p-top__machine-white .p-top__machine-contents-img {
          margin-left: 0; }
      .p-top__machine-pink .p-top__machine-contents-textbox {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .p-top__machine-pink .p-top__machine-contents-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
        .p-top__machine-pink .p-top__machine-contents-img img {
          margin-left: 0; } }

.p-top__merit {
  text-align: center;
  position: relative;
  padding-bottom: 8rem;
  margin-top: 12rem; }
  .p-top__merit::after {
    content: "";
    width: 100%;
    height: 22rem;
    background-color: #FFE9F4;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .p-top__merit-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4rem; }
    .p-top__merit-list li {
      width: 24%;
      width: calc(calc(100% - 24px) / 4);
      position: relative; }
    .p-top__merit-list-en {
      position: absolute;
      top: -2rem;
      left: -2rem; }
      .p-top__merit-list-en.my-pace {
        top: 0; }
    .p-top__merit-list-img {
      width: 100%; }
  @media screen and (max-width: 767px) {
    .p-top__merit {
      padding-bottom: 5.6rem;
      margin-top: 5.6rem; }
      .p-top__merit::after {
        height: calc(100% + 56px);
        height: 30rem; }
      .p-top__merit-list li {
        width: 48%;
        width: calc(calc(100% - 24px) / 2); }
        .p-top__merit-list li:nth-child(n + 3) {
          margin-top: 1.6rem; }
      .p-top__merit-list-en {
        top: -1rem;
        left: -1rem;
        width: 10rem; }
        .p-top__merit-list-en--cospa {
          width: 15rem;
          left: -1rem;
          top: -1rem; }
        .p-top__merit-list-en.my-pace {
          top: 1rem; } }

.p-top__example-textbox {
  position: relative;
  margin-bottom: 12rem; }
  .p-top__example-textbox-inner {
    width: 88rem;
    margin: 0 auto;
    overflow: hidden; }
    .p-top__example-textbox-inner-catch {
      float: left;
      margin-right: 4rem;
      line-height: 2.14; }
    .p-top__example-textbox-inner-text {
      line-height: 1.8;
      letter-spacing: 0.08em;
      margin-top: 2.8rem;
      font-size: 1.8rem;
      white-space: nowrap; }
  .p-top__example-textbox-quotation--01 {
    position: absolute;
    top: -4rem; }
  .p-top__example-textbox-quotation--02 {
    position: absolute;
    bottom: -4rem;
    right: 0; }

.p-top__example-case {
  position: relative;
  text-align: center;
  margin-bottom: 8rem; }
  .p-top__example-case::after {
    content: "";
    background: #fff;
    width: 80rem;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -2; }
  .p-top__example-case--01 {
    height: 67rem; }
    .p-top__example-case--01::after {
      height: 67rem; }
  .p-top__example-case--02 {
    height: 72rem; }
    .p-top__example-case--02::after {
      height: 72rem; }
  .p-top__example-case .c-title-parts__main {
    margin: 5.6rem 0 4rem; }
  .p-top__example-case-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .p-top__example-case-list-item {
      width: 25rem;
      position: relative; }
      .p-top__example-case-list-item:nth-child(2n) {
        margin-top: 8rem; }
      .p-top__example-case-list-item-img {
        margin: 0 auto; }
        .p-top__example-case-list-item-img--white {
          width: 24rem; }
        .p-top__example-case-list-item-img--pink {
          width: 22rem; }
      .p-top__example-case-list-item-function {
        font-size: 2rem;
        font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
        border-bottom: 1px dotted #707070;
        font-weight: 600;
        margin: 2.4rem 0 0.8rem 0;
        padding-bottom: 0.8rem; }
      .p-top__example-case-list-item-text {
        font-size: 1.4rem;
        font-weight: 500;
        text-align: left; }
      .p-top__example-case-list-item-border {
        position: absolute;
        width: 22rem;
        height: auto;
        z-index: -1; }
        .p-top__example-case-list-item-border--01 {
          top: 15rem;
          left: 15rem; }
        .p-top__example-case-list-item-border--02 {
          top: 10rem;
          left: 14rem; }
        .p-top__example-case-list-item-border--03 {
          top: 16rem;
          left: 13rem; }
        .p-top__example-case-list-item-border--04 {
          top: 18rem;
          left: 18rem; }
        .p-top__example-case-list-item-border--05 {
          top: 10rem;
          left: 12rem; }
        .p-top__example-case-list-item-border--06 {
          top: 14rem;
          left: 12rem; }

@media screen and (max-width: 767px) {
  .p-top__example-textbox {
    margin: 6.4rem 0; }
    .p-top__example-textbox-inner {
      width: 100%;
      text-align: center; }
      .p-top__example-textbox-inner-catch {
        float: none;
        margin-right: 0; }
      .p-top__example-textbox-inner-text {
        margin-top: 1.6rem;
        font-size: 1.4rem;
        white-space: initial; }
  .p-top__example-case .c-title-parts__main {
    margin: 2.4rem 0 1.6rem; }
  .p-top__example-case::after {
    width: calc(50% - 8px); }
  .p-top__example-case--01 {
    height: 100%; }
    .p-top__example-case--01::after {
      height: calc(100% + 32px); }
  .p-top__example-case--02 {
    height: 100%;
    margin-bottom: 10rem; }
    .p-top__example-case--02::after {
      height: calc(100% + 32px); }
  .p-top__example-case-list-item {
    width: calc(50% - 8px); }
    .p-top__example-case-list-item-border {
      display: none; }
    .p-top__example-case-list-item-img--white {
      width: 100%; }
    .p-top__example-case-list-item-img--pink {
      width: 100%;
      width: calc(100% - 10px); }
    .p-top__example-case-list-item-function {
      font-size: 1.6rem;
      margin: 0.8rem 0; }
    .p-top__example-case-list-item-text {
      font-size: 1.2rem; }
    .p-top__example-case-list-item:nth-child(3n) {
      margin-top: -4rem; } }

.p-top__business-hours-list {
  width: 33rem;
  margin: 3.2rem auto; }
  .p-top__business-hours-list li {
    font-size: 3rem;
    font-weight: bold;
    font-family: "Lusitana", sans-serif; }
    .p-top__business-hours-list li img {
      margin-right: 1.6rem;
      width: 10rem; }
    .p-top__business-hours-list li span {
      font-size: 1.4rem;
      display: block;
      width: 100%;
      text-align: right; }

.p-top__business-hours-text {
  line-height: 1.8;
  text-align: center; }

.p-top__business-hours-flower--01 {
  position: absolute;
  right: 2rem;
  bottom: -2rem; }

.p-top__business-hours-flower--02 {
  position: absolute;
  right: -2rem;
  bottom: -4rem; }

@media screen and (max-width: 767px) {
  .p-top__business-hours .p-top__2column-img {
    position: absolute;
    bottom: -3rem;
    left: -1.6rem; }
  .p-top__business-hours .c-title-parts__main {
    font-size: 2rem; }
  .p-top__business-hours-list {
    width: 100%; }
    .p-top__business-hours-list li {
      font-size: 2rem; }
      .p-top__business-hours-list li img {
        width: 7rem;
        margin-right: 0.4rem; }
      .p-top__business-hours-list li span {
        font-size: 1rem;
        display: initial; }
      .p-top__business-hours-list li:first-of-type {
        margin-bottom: 0.8rem; }
  .p-top__business-hours-text {
    padding-left: 50%;
    text-align: left;
    font-size: 1.2rem; }
  .p-top__business-hours-flower {
    display: none; } }

.p-top__plan-title {
  position: relative;
  text-align: center;
  letter-spacing: 0.2rem;
  z-index: 2;
  font-size: 3.5rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  margin-bottom: 3.2rem; }
  .p-top__plan-title::after {
    position: absolute;
    content: "";
    z-index: -1; }
  .p-top__plan-title-flat::after {
    background: url(../img/svg/txt_flatrate.svg) no-repeat;
    background-size: 19.5rem 6.7rem;
    width: 19.5rem;
    height: 6.7rem;
    top: -3rem;
    left: 32rem; }
  .p-top__plan-title-everytime {
    margin-top: 12rem; }
    .p-top__plan-title-everytime::after {
      background: url(../img/svg/txt_everytime.svg) no-repeat;
      background-size: 24.7rem 6.7rem;
      width: 24.7rem;
      height: 6.7rem;
      top: -2rem;
      left: 28rem; }

.p-top__plan-content {
  position: relative;
  width: 88rem;
  margin: 0 auto;
  padding: 0.8rem; }
  .p-top__plan-content::before, .p-top__plan-content::after {
    position: absolute;
    content: "";
    width: 8rem;
    height: 8rem; }
  .p-top__plan-content::before {
    border-left: solid 1px #E2BFD3;
    border-top: solid 1px #E2BFD3;
    top: 0;
    left: 0; }
  .p-top__plan-content::after {
    border-right: solid 1px #E2BFD3;
    border-bottom: solid 1px #E2BFD3;
    bottom: 0;
    right: 0; }
  .p-top__plan-content-table-list {
    background: #FFFFFF;
    padding: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .p-top__plan-content-table-list:nth-child(2) {
      margin-top: 1.6rem; }
    .p-top__plan-content-table-list table {
      width: 100%; }
      .p-top__plan-content-table-list table th, .p-top__plan-content-table-list table td {
        text-align: center; }
      .p-top__plan-content-table-list table th {
        font-size: 1.5rem;
        font-weight: bold; }
      .p-top__plan-content-table-list table td {
        vertical-align: middle;
        border-bottom: dotted 1px #aaa;
        font-weight: 600;
        padding: 1.6rem; }
        .p-top__plan-content-table-list table td span.font-pink {
          color: #E55DAB;
          padding-right: 0.4rem;
          font-size: 3.2rem;
          font-weight: bold;
          font-family: "Lusitana", sans-serif; }
          .p-top__plan-content-table-list table td span.p-top__plan-content-extension-span {
            font-size: 2.4rem;
            padding: 0.4rem; }
        .p-top__plan-content-table-list table td.no-border {
          border: none; }
  .p-top__plan-content-left {
    text-align: center;
    width: calc(100% - 58rem); }
  .p-top__plan-content-right {
    width: 54rem; }
  .p-top__plan-content-title {
    position: relative;
    padding-top: 4rem;
    font-size: 3.2rem;
    font-weight: 500;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif; }
    .p-top__plan-content-title--alltime::after {
      position: absolute;
      content: "";
      background: url(../img/svg/ico_alltime_01.svg) no-repeat;
      background-size: 5.6rem 5.3rem;
      background-position: 50% 0;
      width: 5.6rem;
      height: 5.3rem;
      top: -2rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .p-top__plan-content-title--daytime::after {
      position: absolute;
      content: "";
      background: url(../img/svg/ico_daytime_01.svg) no-repeat;
      background-size: 3.7rem 3.4rem;
      background-position: 50% 0;
      width: 3.7rem;
      height: 3.4rem;
      top: -2rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .p-top__plan-content-title--nighttime::after {
      position: absolute;
      content: "";
      background: url(../img/svg/ico_nighttime_01.svg) no-repeat;
      background-size: 2.8rem 2.6rem;
      background-position: 50% 0;
      width: 2.8rem;
      height: 2.6rem;
      top: -2rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .p-top__plan-content-title-open {
      color: #E55DAB;
      font-size: 1.5rem;
      font-weight: 600; }
    .p-top__plan-content-title-catch {
      margin-top: 1.6rem; }
  .p-top__plan-content--everytime .p-top__plan-content-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .p-top__plan-content--everytime .p-top__plan-content-table li {
      width: calc(50% - 2rem); }
  .p-top__plan-content--everytime .p-top__plan-content-left, .p-top__plan-content--everytime .p-top__plan-content-right {
    width: 100%; }
  .p-top__plan-content--everytime .p-top__plan-content-title--daytime::after, .p-top__plan-content--everytime .p-top__plan-content-title--nighttime::after {
    top: 0; }
  .p-top__plan-content-extension {
    font-size: 1.4rem; }
  .p-top__plan-content-smalltext{
    font-size: 1.2rem;
  }
@media screen and (max-width: 767px) {
  .p-top__plan-title {
    font-size: 2.5rem;
    margin-bottom: 2.4rem; }
    .p-top__plan-title-flat::after {
      top: -2.5rem;
      left: -2rem; }
    .p-top__plan-title-everytime {
      margin-top: 4rem; }
      .p-top__plan-title-everytime::after {
        background-size: 22.7rem 6.7rem;
        width: 24.7rem;
        height: 6.7rem;
        top: -2.5rem;
        left: -3rem; }
  .p-top__plan-content {
    width: 100%;
    padding: 0; }
    .p-top__plan-content::before {
      top: -0.8rem;
      left: -0.8rem; }
    .p-top__plan-content::after {
      bottom: -0.8rem;
      right: -0.8rem; }
    .p-top__plan-content-table-list {
      padding: 2.4rem 1.6rem; }
    .p-top__plan-content-left {
      width: 100%; }
    .p-top__plan-content-title {
      font-size: 2.2rem;
      font-weight: 600;
      padding-top: 5rem; }
      .p-top__plan-content-title--alltime::after {
        background-size: 5rem 5rem;
        width: 5rem;
        height: 5rem;
        top: 0rem; }
      .p-top__plan-content-title--daytime {
        padding-top: 4rem; }
        .p-top__plan-content-title--daytime::after {
          top: 0; }
      .p-top__plan-content-title-catch {
        margin: 0.8rem 0 2.4rem; }
    .p-top__plan-content-right {
      width: 100%; }
      .p-top__plan-content-right table th {
        font-size: 1.2rem;
        font-weight: 500;
        vertical-align: middle;
        line-height: 1.4; }
      .p-top__plan-content-right table td {
        vertical-align: middle;
        padding: 0.8rem; }
        .p-top__plan-content-right table td:nth-child(2n) {
          padding: 0.8rem 0; }
        .p-top__plan-content-right table td span.font-pink {
          padding-right: 0;
          font-size: 3rem;
          letter-spacing: 0.01em; }
        .p-top__plan-content-right table td img {
          width: 5rem; }
      .p-top__plan-content-right.everytime {
        margin-top: 2.4rem; } }

.p-top__shop-slider {
  margin-top: 12rem; }
  .p-top__shop-slider .slider {
    width: 90%;
    margin: 0 auto 80px; }
  .p-top__shop-slider .slick-slide img {
    width: 100%;
    height: auto; }
  .p-top__shop-slider .mypattern {
    width: 100%; }
  .p-top__shop-slider .mypattern .slick-slide {
    margin: 0 2rem; }

.p-top__shop-info {
  margin-bottom: 12rem;
  text-align: center;
  font-size: 1.6rem; }
  .p-top__shop-info-name {
    color: #E55DAB;
    font-size: 4.2rem;
    font-weight: 600;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif; }
    .p-top__shop-info-name-catch {
      font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif; }
  .p-top__shop-info-address {
    width: 64rem;
    margin: 0 auto; }
    .p-top__shop-info-address table {
      width: 100%; }
      .p-top__shop-info-address table th, .p-top__shop-info-address table td {
        padding: 3.2rem 0;
        border-bottom: 1px dotted #707070; }
      .p-top__shop-info-address table th {
        width: 30%;
        text-align: center;
        vertical-align: middle; }
      .p-top__shop-info-address table td {
        width: 70%;
        text-align: left; }
    .p-top__shop-info-address-map {
      color: #E55DAB;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      position: relative;
      display: inline-block;
      margin-left: 1.6rem;
      padding-left: 2rem; }
      @media screen and (max-width: 767px) {
        .p-top__shop-info{
          margin-bottom: 5.6rem;
        }
        .p-top__shop-info-address-map {
          margin-left: 0;
          float: right; } }
      .p-top__shop-info-address-map:hover {
        opacity: .7; }
      .p-top__shop-info-address-map::after {
        position: absolute;
        content: "";
        background: url(../img/svg/ico_map.svg) no-repeat;
        background-size: 2.1rem 2.1rem;
        width: 2.1rem;
        height: 2.1rem;
        top: 0;
        left: 0; }
  .p-top__shop-info iframe {
    width: 100%;
    height: 40rem;
    margin: 8rem auto 16rem; }

@media screen and (max-width: 767px) {
  .p-top__mainvisual-slider {
    margin-top: 5rem; }
  .p-top__mainvisual-slider .slider {
      margin: 0 auto 40px; }
  .p-top__shop-slider {
    margin-top: 5.6rem; }
    .p-top__shop-slider .slider {
      margin: 0 auto 3.2rem; }
  .p-top__shop-info-address {
    width: calc(100% - 3.2rem); }
    .p-top__shop-info-address table th {
      width: 25%;
      font-size: 1.4rem;
      padding: 1.6rem 0.8rem; }
    .p-top__shop-info-address table td {
      width: 75%;
      font-size: 1.4rem;
      padding: 1.6rem 0; }
      .p-top__shop-info-address table td span {
        font-size: 1.2rem; }
  .p-top__shop-info iframe {
    height: 32rem;
    margin: 3.2rem auto 5.6rem; }
    .slider-area {
	position: relative;
}

.index-slider .slick-slide {
	background: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index-slider .slick-slide img {
	opacity: 0.6;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index-slider .slick-current {
	background: none;
}

.index-slider .slick-current img {
	opacity: 1;
}

.index-slider {
	width: 100%;
}

.slide-elm img {
	width: 100%;
    height: auto;
}
  }

.p-top__instagram {
  margin-top: 24rem; }
  .p-top__instagram #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    width: calc(20% - 12.8px); }
    .p-top__instagram #sb_instagram.sbi_col_5 #sbi_images .sbi_item:not(:last-child) {
      margin-right: 1.6rem !important; }
  @media screen and (max-width: 767px) {
    .p-top__instagram {
      margin-top: 0; }
      .p-top__instagram #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
        width: calc(calc(100% - 16px) / 3); }
        .p-top__instagram #sb_instagram.sbi_col_5 #sbi_images .sbi_item:not(:last-child) {
          margin-right: 0.8rem !important; }
        .p-top__instagram #sb_instagram.sbi_col_5 #sbi_images .sbi_item:nth-child(3) {
          margin-right: 0 !important; }
        .p-top__instagram #sb_instagram.sbi_col_5 #sbi_images .sbi_item:nth-child(n + 4) {
          display: none; } }

.p-top__blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p-top__blog-list-item {
    width: 25.7rem; }
    .p-top__blog-list-item:not(:last-child) {
      margin-right: 1.6rem; }
    .p-top__blog-list-item .p-top__blog-list-item-detail {
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
    .p-top__blog-list-item a:hover .p-top__blog-list-item-detail {
      opacity: .7; }
    .p-top__blog-list-item-detail-thumbnail {
      height: 15rem;
      width: 100%;
      overflow: hidden;
      position: relative;
      margin-bottom: 0; }
      .p-top__blog-list-item-detail-thumbnail img {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: auto; }
    .p-top__blog-list-item .date {
      font-size: 1.2rem;
      margin: 0.8rem 0; }
    .p-top__blog-list-item .tag {
      font-size: 1rem;
      background: #E55DAB;
      color: #fff;
      display: inline-block;
      margin-left: 0.8rem;
      padding: 0.1rem 0.2rem; }
    .p-top__blog-list-item .title {
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 2rem;
      border-bottom: 1px solid #E2BFD3;
      padding-bottom: 0.8rem;
      margin-bottom: 0.8rem; }
    .p-top__blog-list-item .text {
      font-size: 1.2rem;
      line-height: 2rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }

@media screen and (max-width: 767px) {
  .p-top__blog-list-item {
    width: calc(50% - 4px); }
    .p-top__blog-list-item:not(:last-child) {
      margin-right: 0.8rem; }
    .p-top__blog-list-item:nth-child(2n) {
      margin-right: 0; }
    .p-top__blog-list-item:nth-child(n + 3) {
      margin-top: 1.6rem; }
    .p-top__blog-list-item-detail-thumbnail {
      height: 10rem; }
    .p-top__blog-list-item-detail-text {
      position: relative; }
    .p-top__blog-list-item .title {
      font-size: 1.4rem;
      line-height: 1.8rem;
      padding-bottom: 0.4rem;
      margin-bottom: 0.4rem; }
    .p-top__blog-list-item .tag {
      position: absolute;
      top: -2.5rem;
      right: 0; }
    .p-top__blog-list-item .text {
      line-height: 1.6rem; } }

.p-top__faq {
  background: #fff;
  padding: 12rem 0; }
  .p-top__faq-accordion {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-top__faq-toggle {
    display: none; }
  .p-top__faq-option {
    position: relative;
    margin-bottom: 4rem;
    width: 49%;
    width: calc(50% - 12px); }
  .p-top__faq-title, .p-top__faq-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .p-top__faq-title {
    border: solid 1px #E2BFD3;
    border-bottom: none;
    background: #fff;
    padding: 1.6rem 2.4rem;
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    cursor: pointer;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s; }
    .p-top__faq-title::before, .p-top__faq-title::after {
      content: "";
      position: absolute;
      right: 1.6rem;
      top: 2.1rem;
      width: 2px;
      height: 0.75em;
      background-color: #E55DAB;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .p-top__faq-title::after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .p-top__faq-title:hover {
      opacity: .7; }
  .p-top__faq-content {
    max-height: 0;
    overflow: hidden;
    border: solid 1px #E2BFD3;
    border-top: none;
    background: #fff;
    padding: 0 2.4rem; }
    .p-top__faq-content p {
      margin: 0;
      padding: 0 0 1.6rem;
      line-height: 1.8;
      font-size: 1.4rem; }
  .p-top__faq-toggle:checked + .p-top__faq-title + .p-top__faq-content {
    max-height: 500px;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s; }
  .p-top__faq-toggle:checked + .p-top__faq-title::before {
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important; }
  @media screen and (max-width: 767px) {
    .p-top__faq {
      padding: 5.6rem 0; }
      .p-top__faq .c-title-parts__top-h2 {
        margin-top: 0; }
      .p-top__faq-title {
        padding: 1.6rem 2rem 1.6rem 1.6rem;
        font-size: 1.4rem; }
      .p-top__faq-content {
        padding: 0 1.6rem; }
      .p-top__faq-option {
        margin-bottom: 1.6rem;
        width: 100%; } }

.p-top__information {
  margin: 8rem 0 4rem; }
  .p-top__information-white {
    background: #fff;
    padding: 4rem; }
  .p-top__information-list-item {
    border-bottom: dotted 1px #aaa;
    padding: 1.6rem; }
    .p-top__information-list-item:first-child {
      padding-top: 0; }
    .p-top__information-list-item:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .p-top__information-list-item-detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .p-top__information-list-item-detail-thumbnail {
        width: 16rem;
        margin-right: 2.4rem; }
        .p-top__information-list-item-detail-thumbnail img {
          width: 100%; }
      .p-top__information-list-item-detail-text .title {
        font-size: 2rem;
        font-weight: 700;
        margin-top: 0.8rem; }
  .p-top__information .c-button {
    margin: 4rem 0 0; }
  @media screen and (max-width: 767px) {
    .p-top__information {
      margin: 5.6rem auto 2.4rem;
     }
      .p-top__information-white {
        padding: 2.4rem; }
      .p-top__information-list-item {
        padding: 0.8rem; }
        .p-top__information-list-item-detail-thumbnail {
          width: 6rem;
          margin-right: 0.8rem; }
        .p-top__information-list-item-detail-text {
          width: calc(100% - 6.8rem); }
          .p-top__information-list-item-detail-text .date p {
            font-size: 1.2rem; }
          .p-top__information-list-item-detail-text .title {
            font-size: 1.4rem;
            margin-top: 0; } }

.p-top__map {
  width: 100%;
  height: 40rem; }
  .p-top__map iframe {
    width: 100%;
    height: 40rem; }
  @media screen and (max-width: 767px) {
    .p-top__map {
      height: 32rem; }
      .p-top__map iframe {
        height: 32rem; } }

.frame-rb {
  position: absolute;
  width: 8rem;
  height: 8rem;
  border-right: 1px solid #E2BFD3;
  border-bottom: 1px solid #E2BFD3;
  right: -0.8rem;
  bottom: -0.8rem; }

.bg-01 {
  position: absolute;
  width: 60%;
  height: 110rem;
  top: 116rem;
  left: 0;
  background: #FFE9F4;
  z-index: -3; }

.bg-02 {
  position: absolute;
  width: 60%;
  height: 235rem;
  top: 864rem;
  left: 0;
  background: #FFE9F4;
  z-index: -3; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .bg-02 {
      display: none; } }

.bg-03 {
  position: absolute;
  width: 60%;
  height: 130rem;
  top: 226rem;
  right: 0;
  background: #FFE9F4;
  z-index: -3; }

#feature, #example, #price, #concept {
  padding-top: 11rem;
  margin-top: -11rem; }

@media screen and (max-width: 767px) {
  #feature, #example, #price, #concept {
    padding-top: 4rem;
    margin-top: -4rem; } }

#overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.65); }

#modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 81.6rem;
  max-height: 83.6rem;
  height: 99vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8rem;
  border-radius: 8px;
  background-color: #fff; }
  #modal img {
    height: 100%; }

.active {
  display: block !important; }

#open {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  #open:hover {
    opacity: 0.8; }

#close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  height: 4rem;
  width: 4rem; }
  #close img {
    width: 100%; }

@media screen and (max-width: 767px) {
  #modal {
    width: 96%;
    height: auto; }
    #modal img {
      width: 100%; }
  #close {
    height: 2rem;
    width: 2rem; } }

@media all and (-ms-high-contrast: none) {
  .p-top__machine-contents-textbox-contents .kinou-list li {
    width: 24%; }
  .p-top__merit-list li {
    width: 24%; } }

.p-wp__top {
  position: relative;
  margin-top: 11rem; }
  .p-wp__top-bg {
    position: absolute;
    top: -8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1; }
    .p-wp__top-bg img {
      width: 18rem; }
  .p-wp__top-title {
    text-align: center;
    margin: 4rem 0 8.8rem; }

.p-wp__pankuzu {
  margin-bottom: 0.8rem; }
  .p-wp__pankuzu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    .p-wp__pankuzu-list li {
      position: relative; }
      .p-wp__pankuzu-list li a {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        .p-wp__pankuzu-list li a:hover {
          color: #E55DAB; }
      .p-wp__pankuzu-list li:not(:first-child) {
        margin-left: 3.2rem; }
      .p-wp__pankuzu-list li:not(:first-child)::before {
        content: "";
        position: absolute;
        top: 0.7rem;
        left: -2rem;
        width: 6px;
        height: 6px;
        border-top: 1px solid #555;
        border-right: 1px solid #555;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

.p-wp__contents {
  margin-bottom: 8rem; }
  .p-wp__contents-white {
    background: #fff;
    padding: 4rem; }
  .p-wp__contents-list-item {
    border-bottom: dotted 1px #aaa;
    padding: 1.6rem; }
    .p-wp__contents-list-item:first-child {
      padding-top: 0; }
    .p-wp__contents-list-item a {
      display: block;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .p-wp__contents-list-item a:hover {
        opacity: 0.8; }
    .p-wp__contents-list-item-detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .p-wp__contents-list-item-detail-thumbnail {
        width: 16rem;
        margin-right: 2.4rem; }
        .p-wp__contents-list-item-detail-thumbnail img {
          width: 100%; }
      .p-wp__contents-list-item-detail-text {
        width: calc(100% - 18.4rem); }
        .p-wp__contents-list-item-detail-text .tag {
          font-size: 1rem;
          background: #E55DAB;
          color: #fff;
          display: inline-block;
          margin-left: 0.8rem;
          padding: 0.1rem 0.2rem; }
        .p-wp__contents-list-item-detail-text .title {
          font-size: 2rem;
          font-weight: initial;
          margin-top: 0.8rem; }
  .p-wp__contents .nav-links {
    text-align: center;
    margin-top: 4rem; }
    .p-wp__contents .nav-links .page-numbers {
      margin: 0 0.8rem;
      font-size: 1.6rem;
      color: #888888; }
      .p-wp__contents .nav-links .page-numbers.current {
        display: inline-block;
        background: #FFE9F4;
        color: #E55DAB;
        line-height: 3.2rem;
        height: 3.2rem;
        width: 3.2rem;
        border-radius: 50%; }
    .p-wp__contents .nav-links a {
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .p-wp__contents .nav-links a:hover {
        color: #E55DAB; }
  .p-wp__contents-caption-title {
    font-size: 3rem;
    font-weight: initial;
    border-bottom: 2px solid #E2BFD3;
    padding-bottom: 0.8rem;
    margin-bottom: 1.6rem;
    letter-spacing: 0.075em; }
  .p-wp__contents-caption-content .yarpp {
    border-top: 2px solid #E2BFD3;
    padding-top: 0.8rem;
    margin-top: 1.6rem; }
  .p-wp__contents--blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .p-wp__contents--blog-main {
      width: calc(75% - 8px); }
    .p-wp__contents--blog .sidebar {
      width: calc(25% - 8px); }
      .p-wp__contents--blog .sidebar .widget {
        border-top: 2px solid #E2BFD3; }
        .p-wp__contents--blog .sidebar .widget ul {
          margin-bottom: 1.6rem; }
          .p-wp__contents--blog .sidebar .widget ul li {
            margin: 0.8rem 0;
            line-height: 1.4; }
            .p-wp__contents--blog .sidebar .widget ul li a {
              -webkit-transition: .5s;
              -o-transition: .5s;
              transition: .5s; }
              .p-wp__contents--blog .sidebar .widget ul li a:hover {
                color: #E55DAB; }
      .p-wp__contents--blog .sidebar .widgettitle {
        margin: 1.6rem 0 0.8rem 0;
        font-weight: 700; }
  .p-wp__contents iframe {
    max-width: 100%; }

@media screen and (max-width: 767px) {
  .p-wp__top {
    margin-top: 0; }
    .p-wp__top-bg {
      top: -4rem; }
      .p-wp__top-bg img {
        width: 11rem; }
    .p-wp__top-title {
      margin: 9rem 0 4rem; }
  .p-wp__pankuzu-list {
    overflow-x: scroll;
    white-space: nowrap; }
  .p-wp__contents {
    margin-bottom: 5.6rem; }
    .p-wp__contents-white {
      padding: 2.4rem; }
    .p-wp__contents-list-item {
      padding: 1.6rem; }
      .p-wp__contents-list-item-detail-thumbnail {
        width: 6rem;
        margin-right: 0.8rem; }
      .p-wp__contents-list-item-detail-text {
        width: calc(100% - 6.8rem); }
        .p-wp__contents-list-item-detail-text .date {
          font-size: 1.2rem; }
        .p-wp__contents-list-item-detail-text .title {
          font-size: 1.4rem;
          margin-top: 0; }
    .p-wp__contents .nav-links {
      text-align: center;
      margin-top: 2.4rem; }
      .p-wp__contents .nav-links .page-numbers {
        font-size: 1.2rem; }
    .p-wp__contents-caption-title {
      font-size: 2rem;
      line-height: 1.3; }
    .p-wp__contents--blog-main {
      width: 100%; }
    .p-wp__contents--blog .sidebar {
      width: 100%;
      margin-top: 2.4rem; }
      .p-wp__contents--blog .sidebar .widget ul li {
        margin: 0.4rem 0; }
        .p-wp__contents--blog .sidebar .widget ul li a {
          font-size: 1.2rem; }
      .p-wp__contents--blog .sidebar .widgettitle {
        margin: 1.6rem 0 0.8rem 0; } }

/* Slider */
.slick-slider {
  /* position: relative; */
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(".//../../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  margin: 8px auto 0;
  text-align: center;
  width: 1080px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 15px;
      width: 15px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 15px;
        height: 15px;
        font-family: "slick";
        font-size: 6px;
        line-height: 15px;
        text-align: center;
        color: #AEDDF2;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: solid 1px #5DBBE5;
        border-radius: 100%; }
    .slick-dots li.slick-active button:before {
      color: #AEDDF2;
      opacity: 0.75;
      background: #AEDDF2;
      width: 15px;
      height: 15px; }

@media screen and (max-width: 767px) {
  .slick-dots {
    margin: 4px auto 0;
    width: 100%; }
}


/*20221004*/
#price .c-title-parts__main{
  font-size: 2rem;
  text-align: center;
  width: 100%;
  margin: -40px 0 60px;
}
#price .c-title-parts__neon{
  font-size: 3rem;
}
.p-top__business-hours-list li{
  font-size: 2.5rem;
  margin: 10px 0;
}
.p-top__business-hours-list li span{
  font-size: 1.6rem;
  display: inline;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  #price .c-title-parts__main{
    font-size: 1.8rem;
    margin: 0 0 40px;
    font-weight: bold;
  }
  #price .c-title-parts__neon{
    font-size: 2rem;
  }
  .p-top__business-hours-list li span{
    font-size: 1.4rem;
  }
}

/*youtube/並べ替え*/
.youtube_image{
  display: block;
  margin: 80px auto;
  width: 800px;
  height: 450px;
}
.youtube_machine_title{
  display: block;
  margin: 80px auto 40px;
  text-align: center;
}
.youtube_machine{
  display: block;
  margin: 40px auto 0;
  width: 800px;
  height: 450px;
}
#reserve{
  margin-top: -40px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .youtube_image{
    margin: 40px auto;
    width: calc(100% - 3.2rem);
    height: 250px;
  }
  .youtube_machine_title{
    margin: 40px auto 20px;
  }
  .youtube_machine{
    margin: 0 auto;
    width: calc(100% - 3.2rem);
    height: 250px;
  }
  #reserve{
    margin-top: -40px;
    padding-top: 40px;
  }
}

.tel-link{
  pointer-events: none;
}
.p-top__campaign-img{
  width: 400px;
  margin: 0 auto 60px;
}
.p-top__campaign-img img{
  width: 100%;
}
.denial{
  position: relative;
  font-size: 18px;
}
.denial::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-10deg);
  background-color: #E55DAB;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .tel-link{
      pointer-events: initial;
    }
  .p-top__campaign-img{
    width: 80%;
    margin: 0 auto 40px;
  }
}