@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Noto+Serif+JP:wght@200..900&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
  transition: .5s;
}
a:hover{
  opacity: .7;
  transition: .5s;
}
blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

section {
  text-align: center;
  padding: calc(80/750 * 100vw) 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1000px) {
  section {
    padding: calc(80/750 * 440px) 0;
  }
}
h2 {
  font-weight: 600;
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999px) {
  html, body {
    min-width: 100%;
      overflow-x: hidden;
  }
}

body {
  letter-spacing: 0.03em;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  color: #232043;
  font-weight: 400;
  font-size:  calc(26/750 * 440px);
  line-height: 1.3em;
}
@media screen and (max-width: 999px) {
  body {
    font-size: calc(26/750 * 100vw);
    line-height: 1em;
  }
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

@media screen and (min-width: 1000px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-in {
  display: inline;
}
@media screen and (max-width: 999px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}
@media screen and (max-width: 999px) {
  .sp-in {
    display: inline;
  }
}

.font-Bodoni {
  font-family: "Bodoni Moda", serif;
}

.txt-g {
  color: #b2a029;
}
.txt-p {
  color: #e53f5f;
  font-weight: 600;
}
.txt-b{
  color: #48322a;
}
.txt-w{
  color: #ffffff;
}
.txt-mb{
  color: #48adc2;
}
.sttl{
  font-size: calc(36/750 * 440px);
}
@media screen and (max-width: 999px) {
  .sttl{
    font-size: calc(36/750 * 100vw);
  }
}
.mttl{
  font-size: calc(48/750 * 440px);
}
@media screen and (max-width: 999px) {
  .mttl{
    font-size: calc(48/750 * 100vw);
  }
}
.Lttl{
  font-size: calc(56/750 * 440px);
}
@media screen and (max-width: 999px) {
  .Lttl{
    font-size: calc(56/750 * 100vw);
  }
}
.notes{
  font-size: calc(20/750 * 100vw);
  letter-spacing: -0.01em;
  line-height: 1.3em;
}
@media screen and (min-width: 1000px) {
  .notes{
    font-size: calc(20/750 * 440px);
  }
}
sup{
  font-size: 0.5em;
  position: relative;
  top: calc(-12/750 * 440px);
}
@media screen and (min-width: 1000px) {
  sup{
    font-size: 0.5em;
    position: relative;
    top: calc(-12/750 * 440px);
  }
}
/* clearfix
--------------------------------------------------------- */
.clearfix {
  zoom:1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main{
  position: relative;
  z-index: 2;
}

.main-bg {
  background: url(../img/main_bg_img.webp) top right/1920px auto no-repeat, url(../img/main_bg_img.webp) top right/cover no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: top left;
}
@media screen and (max-width: 999px) {
  .main-bg {
    display: none;
  }
}

.main-bg-inner {
  width: 90%;
  height: 90%;
  position: fixed;
  border-radius: 10px;
}
@media screen and (max-width: 999px) {
  .main-bg-inner {
    display: none;
  }
}

.floating-pc {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .floating-pc {
    display: none;
  }
}

.pc_center {
  background-color: #fff;
          position: relative;
}
@media screen and (min-width: 1000px) {
  .pc_center {
    width: 440px;
    height: 100vh;
    margin: 0 auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

.sp-wrap {
  position: relative;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(72, 72, 72, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(72, 72, 72, 0.2);
  background-color: #fff;
}

.pc_center::-webkit-scrollbar {
  display: none;
}

.pc_right {
  position: absolute;
  bottom: 20%;
  right: 5%;
}
@media screen and (max-width: 999px) {
  .pc_right {
    display: none;
  }
}

.floating-bnr {
  width: 160px;
  margin-left: auto;
}

.pc_left {
  width: 410px;
  height: 100vh;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 999px) {
  .pc_left {
    display: none;
  }
}

.pc_left-inner {
  position: relative;
  height: 100%;
}

.pc_left-box {
  position: absolute;
  top: 19%;
  left: 18.5%;
}


.pc-left-nav-wrap-ttl {
  font-size: 20px;
  width: 291px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #232043;
  border-top: solid 1px #232043;
  border-bottom: solid 1px #232043;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.pc-nav-list {
  margin-top: -10px;
}

.pc-nav-list-item {
  display: block;
  font-size: 16px;
  color: #232043;
  line-height: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 12px;
}

.pc-nav-list-item:hover {
  cursor: pointer;
}

.pc-nav-list-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom:  solid 1px;
  padding-bottom: 4px;
}

.pc-nav-list-item.active::before {
  content: url(../img/nav_arrow_right.webp);
  display: inline-block;
  position: absolute;
  left: -14px;
}

.pc-nav-list-item:nth-child(1) {
  width: 88px;
}

.pc-nav-list-item:nth-child(2) {
  width: 278px;
}

.pc-nav-list-item:nth-child(3) {
  width: 170px;
}

.pc-nav-list-item:nth-child(4) {
  width: 197px;
}

.pc-nav-list-item:nth-child(5) {
  width: 100px;
}
.pc-nav-list-item:nth-child(6) {
  width: 100px;
}
.pc-nav-list-item:nth-child(7) {
  width: 160px;
}
.pc-nav-list-item:nth-child(8) {
  width: 300px;
}

.mv{
  position: relative;
  height: calc(840/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .mv{
  height: calc(840/750 * 440px);
}
}

.mv-list {
  position: relative;
}

.mv-list-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  width: 100vw;
}

.mv-list-item.active {
  opacity: 1;
}
.mv-parts{
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: calc(557/750 * 100vw);
  height: auto;
  top: calc(56/750 * 100vw);
  z-index: 99;
}
@media screen and (min-width: 1000px) {
  .mv-parts{
  width: calc(557/750 * 440px);
  top: calc(56/750 * 440px);
  z-index: 99;
}
}
.parts-anc{
  width: calc(264/750 * 100vw);
   height: auto;
   bottom: calc(32/750 * 100vw);
   right: calc(32/750 * 100vw);
   left: inherit;
   top: inherit;
}
@media screen and (min-width: 1000px) {
  .parts-anc{
  width: calc(264/750 * 440px);
   bottom: calc(32/750 * 440px);
   right: calc(32/750 * 440px);
}
}
.viewmore-text {
  margin-bottom: 9.3866666667px;
  width: 14.08px;
  height: 114.9866666667px;
}
@media screen and (max-width: 999px) {
  .viewmore-text {
    margin-bottom: 2.1333333333vw;
    width: 3.2vw;
    height: 26.1333333333vw;
  }
}

.viewmore .dot {
  background-color: #999;
  border-radius: 50%;
  width: 5.8666666667px;
  height: 5.8666666667px;
  margin-left: 4.1066666667px;
  margin-bottom: 3.52px;
}
@media screen and (max-width: 999px) {
  .viewmore .dot {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    margin-left: 0.9333333333vw;
    margin-bottom: 0.8vw;
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
.viewmore .dot:first-child {
  -webkit-animation: pulse 0.6s ease 0s infinite alternate;
  animation: pulse 0.6s ease 0s infinite alternate;
}

.viewmore .dot:nth-child(2) {
  -webkit-animation: pulse 0.6s ease 0.3s infinite alternate;
  animation: pulse 0.6s ease 0.3s infinite alternate;
}

.viewmore .dot:nth-child(3) {
  -webkit-animation: pulse 0.6s ease 0.6s infinite alternate;
  animation: pulse 0.6s ease 0.6s infinite alternate;
}

.cv-area{
  background-color: #ffffff;
}

.bg-beige {
  background-color: #f7f5ed;
}

@media screen and (min-width: 1000px) {
  .cv-area {
    text-align: center;
    padding: 22.2px 0 23.4666666667px 0;
  }
}
@media screen and (max-width: 999px) {
  .cv-area {
    text-align: center;
    padding: 8vw 0 5.3333333333vw 0;
  }
}

.cv-area-txt{
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  letter-spacing: -0.03em;
  padding: 0 calc(40/750 * 100vw);
  font-size: calc(24/750 * 100vw);
  margin-bottom: calc(8/750 * 100vw);
  color: #48322a;
}
@media screen and (min-width: 1000px) {
  .cv-area-txt{
    padding: 0 calc(40/750 * 440px);
    font-size: calc(24/750 * 440px);
    margin-bottom: calc(0/750 * 440px);
  }
}
     
.cv-area-txt:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: calc(3/750 * 100vw);
  transform: rotate(-25deg);
}
@media screen and (min-width: 1000px) {
  .cv-area-txt:before {
    border-radius: calc(3/750 * 440px);
  }
}
.cv-area-txt:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: calc(3/750 * 100vw);
  transform: rotate(25deg);
}
@media screen and (min-width: 1000px) {
  .cv-area-txt:after {
    border-radius: calc(3/750 * 440px);
  }
}
.cv-area-stxt{
  font-size: calc(20/750 * 100vw);
  margin-bottom: calc(40/750 * 100vw);
  color: #48322a;
}
@media screen and (min-width: 1000px) {
  .cv-area-stxt{
    font-size: calc(20/750 * 440px);
    margin-bottom: calc(40/750 * 440px);
  }
}
.cv-area .cv-area-box {
  position: relative;
}
.cv-area .cv-area-box .btn-stxt {
  color: #48322a;
  background-color: #fff;
  position: absolute;
  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;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .cv-area .cv-area-box .btn-stxt {
    font-size: 15.2533333333px;
    width: 173.0666666667px;
    height: 23.4666666667px;
    border-radius: 11.7333333333px;
    border: solid #48322a 0.5866666667px;
    top: -10.56px;
  }
}
@media screen and (max-width: 999px) {
  .cv-area .cv-area-box .btn-stxt {
    font-size: 3.4666666667vw;
    width: 39.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    border: solid #48322a 0.1333333333vw;
    top: -2.4vw;
  }
}
.cv-area .cv-area-box .cv-btn {
  background-color: #48322a;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1000px) {
  .cv-area .cv-area-box .cv-btn {
    font-size: 18.7733333333px;
    padding: 25.8133333333px 0;
    width: 393.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .cv-area .cv-area-box .cv-btn {
    font-size: 4.2666666667vw;
    padding: 5.8666666667vw 0;
    width: 89.3333333333vw;
  }
}
.cv-area .cv-area-box .cv-btn .cv-btn-img {
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1000px) {
  .cv-area .cv-area-box .cv-btn .cv-btn-img {
    right: calc(40/750 * 440px);
    width: 8.8px;
  }
}
@media screen and (max-width: 999px) {
  .cv-area .cv-area-box .cv-btn .cv-btn-img {
    right:calc(40/750 * 100vw);
    width: 2vw;
  }
}
.online-btn {
  position: relative;
  background-color: #b2a029;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1000px) {
  .online-btn {
    font-size: 16.4266666667px;
    padding: 14.08px 0;
    width: 393.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .online-btn {
    font-size: 3.7333333333vw;
    padding: 3.2vw 0;
    width: 89.3333333333vw;
  }
}
.online-btn .cv-btn-img {
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1000px) {
  .online-btn .cv-btn-img {
    right: 22.2933333333px;
    width: 8.8px;
  }
}
@media screen and (max-width: 999px) {
  .online-btn .cv-btn-img {
    right: 5.0666666667vw;
    width: 2vw;
  }
}


.menu-last-txt {
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .menu-last-txt {
    font-size: 12.9066666667px;
  }
}
@media screen and (max-width: 999px) {
  .menu-last-txt {
    font-size: 2.9333333333vw;
  }
}

.align-02 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}


/*store*/
  .store{
    padding-bottom: calc(240/750 * 100vw);
  }
@media screen and (min-width: 1000px) {
  .store{
    padding-bottom: 0;
  }
}



.store-list {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store-list {
    width: 393.0666666667px;
    margin-bottom: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store-list {
    width: 89.3333333333vw;
    margin-bottom: 3.2vw;
  }
}

.store-list-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #48322a;
  position: relative;
  line-height: 1.5em;
}

@media screen and (min-width: 1000px) {
  .store-list-q {
    padding: 14.08px 0;
    padding-left: 9.3866666667px;
    height: 44.5866666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-list-q {
    padding: 3.2vw 0;
    padding-left: 2.1333333333vw;
    height: 10.1333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .store-list-q.is-open {
    border-bottom: solid 0.5866666667px #48322a;
  }
}
@media screen and (max-width: 999px) {
  .store-list-q.is-open {
    border-bottom: solid 0.1333333333vw #48322a;
  }
}

.store-list-q .fa-plus {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-indent: 0;
  top: 50%;
}

@media screen and (min-width: 1000px) {
  .store-list-q .fa-plus {
    right: 16px;
  }
}
@media screen and (max-width: 999px) {
  .store-list-q .fa-plus {
    right: 3.2vw;
  }
}
.store-list-q:hover {
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .store-list-item {
    border-top: solid 0.5866666667px #48322a;
  }
}
@media screen and (max-width: 999px) {
  .store-list-item {
    border-top: solid 0.1333333333vw #48322a;
  }
}

@media screen and (min-width: 1000px) {
  .store-list-item:last-child {
    border-bottom: solid 0.5866666667px #48322a;
  }
}
@media screen and (max-width: 999px) {
  .store-list-item:last-child {
    border-bottom: solid 0.1333333333vw #48322a;
  }
}

.is-open .fa-plus {
  -webkit-transform: rotate(180deg) translate(0%, 50%);
  transform: rotate(180deg) translate(0%, 50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.store-list-a {
  display: none;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store-list-a {
    padding: 0 9.9733333333px;
    width: 393.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-list-a {
    padding: 0 2.2666666667vw;
    width: 89.3333333333vw;
  }
}

.store-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: dotted 3px #d7d7d7;
}
@media screen and (min-width: 1000px) {
  .store-detail-list {
    padding-top: 14.08px;
    padding-bottom: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }
}

.store-detail-list:last-child {
  border-bottom: inherit;
}

.store-detail-list-area {
  text-align: left;
}

.store-detail-list-area-ttl {
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .store-detail-list-area-ttl {
    margin-bottom: 9.3866666667px;
    border-bottom: solid 0.5866666667px;
    font-size: 14.08px;
    padding-bottom: 5.8666666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-area-ttl {
    margin-bottom: 2.1333333333vw;
    border-bottom: solid 0.1333333333vw;
    font-size: 3.2vw;
    padding-bottom: 1.3333333333vw;
  }
}

.store-detail-list-area-shop-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .store-detail-list-area-shop-txt {
    font-size: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-area-shop-txt {
    font-size: 3.2vw;
  }
}

.store-detail-list-btn {
  color: #fff;
  background-color: #b2a029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  position: absolute;
}
@media screen and (min-width: 1000px) {
  .store-detail-list-btn {
    height: 37.5466666667px;
    font-size: 14.08px;
    width: 137.8666666667px;
    top: 41.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-btn {
    height: 8.5333333333vw;
    font-size: 3.2vw;
    width: 31.3333333333vw;
    top: 9.3333333333vw;
  }
}

.store-list-q:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9.3866666667px;
  height: 1.76px;
  border-radius: 5.8666666667px;
  background: #000;
  display: block;
}
@media screen and (max-width: 999px) {
  .store-list-q:before {
    width: 2.1333333333vw;
    height: 0.4vw;
    border-radius: 1.3333333333vw;
  }
}

.store-list-q:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 9.3866666667px;
  height: 1.76px;
  border-radius: 5.8666666667px;
  background: #000;
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
@media screen and (max-width: 999px) {
  .store-list-q:after {
    width: 2.1333333333vw;
    height: 0.4vw;
    border-radius: 1.3333333333vw;
  }
}

.store-list-q.is-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}


/*intro*/
.intro{
  padding-bottom: 0;
}
.intro-ttl-img{
  width: calc(282/750 * 100vw);
  margin: 0 auto;
  margin-bottom: calc(64/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .intro-ttl-img{
  width: calc(282/750 * 440px);
  margin-bottom: calc(64/750 * 440px);
}
}
.intro-sttl{
    line-height: 1.5em;
    letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: calc(49/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .intro-sttl{
  margin-bottom: calc(49/750 * 440px);
}
}
.intro-txt{
   line-height: 2em;
  letter-spacing: 0.05em;
   margin-bottom: calc(80/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .intro-txt{
    line-height: 2em;
   margin-bottom: calc(80/750 * 440px);
}
}
.intro-img{
  width: calc(630/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .intro-img{
  width: calc(630/750 * 440px);
}
}
.intro-img-02{
margin-right: 0;
 margin-left: auto;
 margin-top: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .intro-img-02{
 margin-top: calc(48/750 * 440px);
}
}


/*charm*/
@media screen and (min-width: 1000px) {
  .charm {
    padding: 46.9333333333px 0;
    padding-bottom: calc(240/750 * 440px);
  }
}
@media screen and (max-width: 999px) {
  .charm {
    padding: 10.6666666667vw 0;
     padding-bottom: calc(240/750 * 100vw);
  }
}
.charm .charm-ttl {
  line-height: 2.5em;
  letter-spacing: 0.03em;
  margin-bottom: calc(72/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .charm .charm-ttl {
  margin-bottom: calc(72/750 * 440px);
}
}
.charm-ttl .mttl{
    letter-spacing: -0.05em;
}

.charm-culm-box{
  position: relative;
}
.charm-culm-box-num{
  position: absolute;
  font-size: calc(110/750 * 100vw);
  left: calc(32/750 * 100vw);
  top: calc(-18/750 * 100vw);
  z-index: 4;
  font-style: italic;
      letter-spacing: 0.03em;
      opacity: .8;
}
@media screen and (min-width: 1000px) {
  .charm-culm-box-num{
  font-size: calc(110/750 * 440px);
  left: calc(32/750 * 440px);
  top: calc(-18/750 * 440px);
}
}

.js-charm-list .slider-dots{
    position: absolute;
    bottom:calc(29/750 * 100vw);
    left: calc(230/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .js-charm-list .slider-dots{
    bottom:calc(29/750 * 440px);
    left: calc(230/750 * 440px);
}
}
.js-charm-list-03 .slider-dots{
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.js-charm-list-03 .slider-dots .slick-active{
  background-color: #232043;
}
.js-charm-list-03 .slider-dots li{
  background-color:#bfc1c2;
}
.charm-culm-box-03 .charm-blue-box .sttl{
  text-align: center;
}
.charm .charm-contents {
  position: relative;
}

.charm-blue-box{
  position: absolute;
  background-color: #edf7fa;
  width: calc(710/750 * 100vw);
  padding-left: calc(40/750 * 100vw);
   padding-top: calc(341/750 * 100vw);
   padding-bottom: calc(48/750 * 100vw);
   top: calc(120/750 * 100vw);
   right: 0;
}
@media screen and (min-width: 1000px) {
  .charm-blue-box{
  width: calc(710/750 * 440px);
  padding-left: calc(40/750 * 440px);
   padding-top: calc(340/750 * 440px);
   padding-bottom: calc(48/750 * 440px);
   top: calc(120/750 * 440px);
}
}
.charm-blue-box .sttl{
 margin-bottom: calc(48/750 * 100vw);
 line-height: 1.5em;
 letter-spacing: 0.05em;
 text-align: left;
}
@media screen and (min-width: 1000px) {
  .charm-blue-box .sttl{
 margin-bottom: calc(48/750 * 440px);
}
}
.charm-blue-box-txt{
  text-align: left;
  line-height: 2em;
 letter-spacing: 0.01em;
 width: calc(620/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .charm-blue-box-txt{
 width: calc(620/750 * 440px);
}
}
.charm-bottom-link{
  margin-top: calc(553/750 * 100vw);
  margin-bottom: calc(121/750 * 100vw);
  font-size: calc(26/750 * 100vw);
  width: calc(486/750 * 100vw);
  line-height: 2em;
  border-bottom: solid calc(2/750 * 100vw);
  margin-right: calc(80/750 * 100vw);
  margin-left: auto;
}
@media screen and (min-width: 1000px) {
  .charm-bottom-link{
  margin-top: calc(553/750 * 440px);
  margin-bottom: calc(121/750 * 440px);
  font-size: calc(26/750 * 440px);
  width: calc(486/750 * 440px);
  border-bottom: solid calc(2/750 * 440px);
  margin-right: calc(80/750 * 440px);
}
}

@media screen and (min-width: 1000px) {
  .charm .charm-contents {
    margin-bottom: 315.04px;
  }
}
@media screen and (max-width: 999px) {
  .charm .charm-contents {
    margin-bottom: 71.6vw;
  }
}
.charm .charm-contents-img-box {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .charm .charm-contents-img-box {
    width: 393.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .charm .charm-contents-img-box {
    width: 89.3333333333vw;
  }
}
.charm .charm-contents-img-box .charm-contents-num {
  position: absolute;
}
@media screen and (min-width: 1000px) {
  .charm .charm-contents-img-box .charm-contents-num {
    width: 64.5333333333px;
    left: 18.7733333333px;
    top: -19.9466666667px;
  }
}
@media screen and (max-width: 999px) {
  .charm .charm-contents-img-box .charm-contents-num {
    width: 14.6666666667vw;
    left: 4.2666666667vw;
    top: -4.5333333333vw;
  }
}
.charm .charm-contents-txt-box {
  position: absolute;
  right: 0;
  z-index: 0;
  background-color: #e7ebf2;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .charm .charm-contents-txt-box {
    top: 73.3333333333px;
    width: 416.5333333333px;
    height: 416.5333333333px;
    padding-top: 199.4666666667px;
    padding-left: 23.4666666667px;
    padding-right: 46.9333333333px;
  }
}
@media screen and (max-width: 999px) {
  .charm .charm-contents-txt-box {
    top: 16.6666666667vw;
    width: 94.6666666667vw;
    height: 94.6666666667vw;
    padding-top: 45.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 10.6666666667vw;
  }
}
.charm .charm-contents-ttl {
  line-height: 1.5em;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .charm .charm-contents-ttl {
    margin-bottom: 14.08px;
    font-size: 21.12px;
  }
}
@media screen and (max-width: 999px) {
  .charm .charm-contents-ttl {
    margin-bottom: 3.2vw;
    font-size: 4.8vw;
  }
}
.charm .charm-contents-txt {
  line-height: 1.8em;
}
@media screen and (min-width: 1000px) {
  .charm .charm-contents-txt {
    font-size: 15.2533333333px;
  }
}
@media screen and (max-width: 999px) {
  .charm .charm-contents-txt {
    font-size: 3.4666666667vw;
  }
}
.charm .point-02 .charm-contents-img-box {
  margin-right: 0;
  margin-left: auto;
}
.charm .point-02 .charm-contents-txt-box {
  left: 0;
}
@media screen and (min-width: 1000px) {
  .charm .point-02 .charm-contents-txt-box {
    padding-left: 46.9333333333px;
    padding-right: 23.4666666667px;
  }
}
@media screen and (max-width: 999px) {
  .charm .point-02 .charm-contents-txt-box {
    padding-left: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}
.charm .point-02 .charm-contents-num {
  height: auto;
}
@media screen and (min-width: 1000px) {
  .charm .point-02 .charm-contents-num {
    width: 76.8533333333px;
    left: -16.4266666667px;
  }
}
@media screen and (max-width: 999px) {
  .charm .point-02 .charm-contents-num {
    width: 17.4666666667vw;
    left: -3.7333333333vw;
  }
}
.charm .point-03 {
  background-color: #e7ebf2;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .charm .point-03 {
    padding: 46.9333333333px 0;
  }
}
@media screen and (max-width: 999px) {
  .charm .point-03 {
    padding: 10.6666666667vw 0;
  }
}
.charm .point-03 .charm-contents-num {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .charm .point-03 .charm-contents-num {
    top: -23.4666666667px;
    width: 78.6133333333px;
  }
}
@media screen and (max-width: 999px) {
  .charm .point-03 .charm-contents-num {
    top: -5.3333333333vw;
    width: 17.8666666667vw;
  }
}
.charm .point-03 .charm-contents-txt {
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .charm .point-03 .charm-contents-txt {
    width: 346.1333333333px;
    margin-bottom: 28.16px;
  }
}
@media screen and (max-width: 999px) {
  .charm .point-03 .charm-contents-txt {
    width: 78.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .charm .photo-list-item-txt {
    font-size: 15.2533333333px;
    margin-top: 28.16px;
  }
}
@media screen and (max-width: 999px) {
  .charm .photo-list-item-txt {
    font-size: 3.4666666667vw;
    margin-top: 6.4vw;
  }
}

.charm .charm-culm-box-02{
  margin-bottom: calc(1090/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .charm .charm-culm-box-02{
  margin-bottom: calc(1150/750 * 440px);
}
}

.charm .charm-culm-box-02 .js-charm-list{
  margin-right: 0;
  margin-left: auto!important;
}
.charm-culm-box-02 .charm-culm-box-num{
      left: calc(43 / 750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .charm-culm-box-02 .charm-culm-box-num{
      left: calc(43 / 750 * 440px);
}
}
.charm-culm-box-02 .charm-blue-box{
left: 0;
right: inherit;
padding-left: calc(80/750 * 100vw);
padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .charm-culm-box-02 .charm-blue-box{
padding-left: calc(80/750 * 440px);
}
}
.charm-blue-box .sttl{
      margin-bottom: calc(32 / 750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .charm-blue-box .sttl{
      margin-bottom: calc(32 / 750 * 440px);
}
}
.charm-culm-box-03 .slick-dotted.slick-slider{
      margin: 0 auto;
    margin-left: auto !important;
    width: 100%!important;
}
.charm-culm-box-03 .photo-list-item{
      width: calc(620 / 750 * 100vw) !important;
          margin: 0 calc(8 / 750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .charm-culm-box-03 .photo-list-item{
      width: calc(620 / 750 * 440px) !important;
          margin: 0 calc(8 / 750 * 440px);
}
}
.charm-culm-box-03 .charm-blue-box{
  width: 100%;
  top: calc(-516/750 * 100vw);
  padding-top: calc(80/750 * 100vw);
  padding-bottom: calc(782/750 * 100vw);
  padding-left: 0;
}
@media screen and (min-width: 1000px) {
  .charm-culm-box-03 .charm-blue-box{
  top: calc(-516/750 * 440px);
  padding-top: calc(80/750 * 440px);
  padding-bottom: calc(782/750 * 440px);
}
}
.charm-culm-box-03 .charm-culm-box-num{
      top: calc(-531 / 750 * 100vw);
      position: absolute;
      right: 0;
      left: 0;
      margin: 0 auto;
      letter-spacing: 0.08em;
      text-align: center;
}
@media screen and (min-width: 1000px) {
  .charm-culm-box-03 .charm-culm-box-num{
      top: calc(-531 / 750 * 440px);
}
}
.charm-culm-box-03 .charm-blue-box-txt{
 margin: 0 auto;
}
.photo-list {
  margin: 0 auto;
  margin-top: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .photo-list {
    margin-top: calc(48/750 * 440px);
  }
}
.photo-list-item {
 width: calc(670/750 * 100vw)!important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 calc(52/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .photo-list-item {
 width: calc(670/750 * 440px)!important;
  margin: 0 calc(52/750 * 440px);
}
}
.photo-list-item-img {
  font-size: 0;
  margin: 0 auto 28.16px;
}

@media screen and (max-width: 999px) {
  .photo-list-item-img {
    margin: 0 auto 6.4vw;
  }
}
.slick-next {
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  height: auto;
  right: calc(8 / 750* 100vw) !important;
  z-index: 5;
}
@media screen and (min-width: 1000px) {
  .slick-next {
    right: calc(-3 / 750* 440px) !important;
  }
}
.slick-next:before {
  content: "" !important;
  background: url(../img/arrow_right.webp) top right/contain no-repeat;
  width: calc(50 / 750* 100vw) !important;
  height: calc(50 / 750* 100vw) !important;
  right: 0;
  position: relative;
  z-index: 2;
  display: block;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .slick-next:before {
    right: 8.2133333333px;
    width: calc(50 / 750* 440px) !important;
    height: calc(50 / 750* 440px) !important;
  }
}
@media screen and (min-width: 1000px) {
  .slick-next:before {
  width: calc(50 / 750* 440px) !important;
  height: calc(50 / 750* 440px) !important;
}
}

.slick-prev {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  height: auto;
  left: calc(-21/750 * 100vw) !important;
  width: 53.9733333333px !important;
}

@media screen and (min-width: 1000px) {
  .slick-prev { 
    left: calc(-21/750 * 440px) !important;
    width: 53.9733333333px !important;
  }
}


.slick-prev:before {
  content: "" !important;
  background: url(../img/arrow_left.webp) top right/contain no-repeat;
  width: calc(50 / 750* 100vw) !important;
  height: calc(50 / 750* 100vw) !important;
  left: 0;
  position: relative;
  z-index: 2;
  display: block;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .slick-prev:before {
    width: calc(50 / 750* 440px) !important;
    height: calc(50 / 750* 440px) !important;
  }
}

.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap:calc(9/750 * 100vw);
  padding-top: calc(28/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .slider-dots {
    gap:calc(9/750 * 440px);
    padding-top: calc(28/750 * 440px);
  }
} 

.js-charm-list-03 .slick-next:before {
  content: "" !important;
  background: url(../img/white_arrow_right.webp) top right/contain no-repeat;
  width: calc(46 / 750* 100vw) !important;
  height: calc(69 / 750* 100vw) !important;
  right:calc(113/750 * 100vw);
  position: relative;
  z-index: 2;
  display: block;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
.js-charm-list-03 .slick-next:before {
  width: calc(46 / 750* 440px) !important;
  height: calc(69 / 750* 440px) !important;
  right:calc(113/750 * 440px);
}
}
.js-charm-list-03 .slick-prev:before {
  content: "" !important;
  background: url(../img/white_arrow_left.webp) top right/contain no-repeat;
  width: calc(46 / 750* 100vw) !important;
  height: calc(69 / 750* 100vw) !important;
  left: calc(113/750 * 100vw);
  position: relative;
  z-index: 2;
  display: block;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
.js-charm-list-03 .slick-prev:before {
 width: calc(46 / 750* 440px) !important;
  height: calc(69 / 750* 440px) !important;
  left: calc(113/750 * 440px);
}
}
.js-charm-list-03 .slick-prev, 
.js-charm-list-03 .slick-next{
      top: 57% !important;
}

.slider-dots li {
  width: calc(44/750 * 100vw);
  height:calc(4/750 * 100vw);
  background: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  opacity: .7;
}
@media screen and (min-width: 1000px) {
  .slider-dots li {
    width: calc(44/750 * 440px);
    height:calc(4/750 * 440px);
  }
}
.slider-dots li.slick-active {
  background: #48adc2;
}

.slider-dots li button {
  display: none;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.slick-prev, .slick-next {
  height: calc(20/750 * 100vw)!important;
  width: calc(20/750 * 100vw)!important;
}
@media screen and (min-width: 1000px) {
  .slick-prev, .slick-next {
    height: calc(20/750 * 440px)!important;
    width: calc(20/750 * 440px)!important;
  }
}

.js-charm-list{
  width: calc(670/750 * 100vw)!important;
  margin-left: 0!important;
  z-index: 3!important;
}
.js-charm-list-03{
  width: calc(670/750 * 100vw)!important;
  margin-left: 0!important;
  z-index: 3!important;
}
@media screen and (min-width: 769px) {
  .js-charm-list{
  width: calc(670/750 * 440px)!important;
}
.js-charm-list-03{
  width: calc(670/750 * 440px)!important;
}
}

.cp-chapel .slick-slide {
  height: calc(948/750 * 100vw) !important;
}
@media screen and (min-width: 1000px) {
  .cp-chapel .slick-slide {
  height: calc(948/750 * 440px) !important;
}
}

@media screen and (min-width: 1000px) {
  .consultation {
    padding: 56.9066666667px 0 0 0;
    margin-top: -3px;
  }
}
@media screen and (max-width: 999px) {
  .consultation {
    padding: 12.9333333333vw 0 0 0;
  }
}
.consultation .consultation-sttl {
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .consultation .consultation-sttl {
    font-size: 21.12px;
    margin-bottom: 23.4666666667px;
  }
}
@media screen and (max-width: 999px) {
  .consultation .consultation-sttl {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .consultation .consultation-ttl {
    font-size: 32.8533333333px;
    margin-bottom: 42.24px;
  }
}
@media screen and (max-width: 999px) {
  .consultation .consultation-ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 9.6vw;
  }
}
.consultation .consultation-txt {
  line-height: 2;
  padding-bottom: calc(64/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .consultation .consultation-txt {
    font-size: 15.2533333333px;
    margin-top: 28.16px;
     padding-bottom: calc(40/750 * 440px);
  }
}
@media screen and (max-width: 999px) {
  .consultation .consultation-txt {
    font-size: 3.4666666667vw;
    margin-top: 6.4vw;
  }
}

.understand {
  background-color: #edf7fa;
}
@media screen and (min-width: 1000px) {
  .understand {
 padding-top: calc(120/750 * 440px);
  padding-bottom: calc(64/750 * 440px);
  }
}
@media screen and (max-width: 999px) {
  .understand {
  padding-top: calc(120/750 * 100vw);
   padding-bottom: calc(64/750 * 100vw);
  }
}
@media screen and (min-width: 1000px) {
  .understand .understand-ttl {
    font-size: 28.16px;
    margin-bottom: 38.1333333333px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 999px) {
  .understand .understand-ttl {
    font-size: 6.4vw;
    margin-bottom: 8.6666666667vw;
     letter-spacing: 0.05em;
  }
}

.understand .slider-dots .slick-active{
  background-color: #232043;
}
.understand .slider-dots li{
  background-color: #bfc1c2;
}

@media screen and (min-width: 1000px) {
  .store .store-ttl {
    font-size: 28.16px;
    margin-bottom: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-ttl {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
  }
}
.store .store-img {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store .store-img {
    width: 440px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-img {
    width: 100vw;
  }
}
.store .store-txt {
  line-height: 2em;
}
@media screen and (min-width: 1000px) {
  .store .store-txt {
    margin-top: 28.16px;
    margin-bottom: 28.16px;
    font-size: 15.2533333333px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-txt {
    margin-top: 6.4vw;
    margin-bottom: 6.4vw;
    font-size: 3.4666666667vw;
  }
}

html {
  scroll-behavior: smooth;
}

.pc_right-contents {
  text-align: center;
}
.pc_right-contents .cv-area-box .cv-btn {
  width: 330px;
}
.pc_right-contents .cv-area{
  background: none;
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .pc_left-box {
    left: 10%;
  }
  .pc-left-logo {
    margin-bottom: 100px;
  }
  .pc-nav-list-item {
    font-size: 12px;
  }
  .pc-left-nav-wrap-ttl {
    font-size: 14px;
    width: 200px;
  }
.pc-nav-list-item:nth-child(1) {
  width: 80px;
}

.pc-nav-list-item:nth-child(2) {
  width: 200px;
}

.pc-nav-list-item:nth-child(3) {
  width: 120px;
}

.pc-nav-list-item:nth-child(4) {
  width: 140px;
}

.pc-nav-list-item:nth-child(5) {
  width: 80px;
}
.pc-nav-list-item:nth-child(6) {
  width: 80px;
}
.pc-nav-list-item:nth-child(7) {
  width: 120px;
}
.pc-nav-list-item:nth-child(8) {
  width: 240px;
}
}
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  right: -72px;
  top: 767px;
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 999px) {
  .scrolldown1 {
    display: none;
  }
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: -7px;
  top: -62px;
  color: #eee;
  font-size: 14px;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
#container {
  margin-top: 80px;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  #container {
    margin-top: 12.8vw;
  }
}

@media screen and (min-width: 1000px) {
  .tyura-btn .cv-area-box .cv-btn .cv-btn-img {
    right: 19.36px;
  }
}
@media screen and (max-width: 999px) {
  .tyura-btn .cv-area-box .cv-btn .cv-btn-img {
    right: 4.4vw;
  }
}

/*floating*/
@media screen and (min-width: 1000px) {
  .floating{
    display: none;
  }
}
.floating{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
.floating-inner{
  background-color: #f7f5ed;
  display: flex;
  align-items: center;
}
.floating .cv-btn{
  width:calc(595/750 * 100vw);
}
.cv-area-line-btn{
  width: calc(130/750 * 100vw);
  margin-left: calc(6/750 * 100vw);
}

@media screen and (max-width: 999px) {
  .show{
    opacity: 1;
  }
}
.floating .cv-area .cv-area-box .cv-btn{
  width: calc(534/750 * 100vw);
  padding-left: calc(166/750 * 100vw);
  padding-top: calc(32/750 * 100vw);
  padding-bottom: calc(24/750 * 100vw);
  font-size: calc(32/750 * 100vw);
  height: calc(90/750 * 100vw);
  text-align: left;
}
.floating .cv-area .cv-area-box .btn-stxt{
  left: calc(182/750 * 100vw);
  font-size: calc(24/750 * 100vw);
  width: calc(275/750 * 100vw);
  height: calc(36/750 * 100vw);
  margin: inherit;
}
.floating .cv-area .cv-area-box .cv-btn .cv-btn-img{
  width: calc(16/750 * 100vw);
  right: calc(29 / 750* 100vw);
}
.floating .floating-inner{
  position: relative;
  padding-left: calc(60/750 * 100vw);
}
.floating .floating-deco{
  position: absolute;
  left: 0;
  width: calc(188/750 * 100vw);
  height: auto;
  top: 0;
  z-index: 1;
}
.floating .cv-area{
  padding: calc(32/750 * 100vw) 0;
}
.floating .cv-area-line{
  width: calc(130/750 * 100vw);
  height: calc(90/750 * 100vw);
  background-color: #06c756;
  color: #ffffff;
  margin-left: calc(6/750 * 100vw);
  font-size: calc(20/750 * 100vw);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
}
.floating .cv-area-line-icon{
  width: calc(47/750 * 100vw);
  height: auto;
  padding-top: calc(6/750 * 100vw);
}

.cv-area-btn-frame{
  width: calc(547/750 * 440px);
  margin: 0 auto;
  margin-bottom: calc(24/750 * 440px);
}
@media screen and (max-width: 999px) {
.cv-area-btn-frame{
  margin: 0 auto;
    width: calc(547/750 * 100vw);
    margin-bottom: calc(36/750 * 100vw);
  }
}

/*baloon*/
.baloon {
  position: relative;
  display: inline-block;
  margin-left:calc(13/750 * 100vw);
  padding: calc(27/750 * 100vw);
  border-radius:0 calc(32/750 * 100vw) 0 calc(32/750 * 100vw);
  background-color: #ffffff;
  text-align: left;
  font-size: calc(26/750 * 100vw);
  font-weight: 400;
  line-height: 1.5;
  color: #232043;
  width: calc(458/750 * 100vw);
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1000px) {
  .baloon {
    position: relative;
    display: inline-block;
    margin-left:calc(13/750 * 440px);
    padding: calc(27/750 * 440px);
    border-radius:0 calc(32/750 * 440px) 0 calc(32/750 * 440px);
    background-color: #ffffff;
    text-align: left;
    font-size: calc(26/750 * 440px);
    font-weight: 400;
    line-height: 1.5;
    color: #232043;
    width: calc(458/750 * 440px);
  }
}

.baloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width:calc(20/750 * 440px) calc(20/750 * 440px) calc(20/750 * 440px) 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}
@media screen and (max-width: 999px) {
  .baloon::after {
    border-width: calc(20/750 * 100vw) calc(20/750 * 100vw) calc(20/750 * 100vw) 0;
  }
}

/*chapel*/
.chapel{
  background: url(../img/chapal_bg.webp) top center/calc(750 / 750 * 100vw) auto no-repeat;
  padding-top: calc(120/750 * 100vw);
  padding-bottom: calc(36 / 750* 100vw);
}
@media screen and (min-width: 1000px) {
  .chapel{
   background: url(../img/chapal_bg.webp) top center/calc(750 / 750 * 440px) auto no-repeat;
    padding-top: calc(120/750 * 440px);
    padding-bottom: calc(26 / 750* 440px);
  }
}
.chapel-img-ttl{
  width: calc(622/750 * 100vw);
  margin: 0 auto;
  margin-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
.chapel-img-ttl{
    width: calc(622/750 * 440px);
    margin-bottom: calc(48/750 * 440px);
  }
}
.chapel-item{
  width: calc(670/750 * 100vw);
  background-color:rgba(255,255,255,0.9);
  margin: 0 auto;
  padding: calc(64/750 * 100vw) 0 calc(32/750 * 100vw) 0;
  margin-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .chapel-item{
    width: calc(670/750 * 440px);
    background-color:rgba(255,255,255,0.9);
    margin: 0 auto;
    padding: calc(64 / 750* 440px) 0 calc(10 / 750* 440px) 0;
    margin-bottom: calc(48/750 * 440px);
  }
}
.chapel-item-sttl{
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: calc(40/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .chapel-item-sttl{
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: calc(40/750 * 440px);
  }
}
.chapel-ssttl{
  line-height: 1em;
  font-weight: 600;
  margin-bottom: calc(40/750 * 100vw);
  font-size: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .chapel-ssttl{
    line-height: 1em;
    font-weight: 600;
    margin-bottom: calc(40/750 * 440px);
    font-size: calc(48/750 * 440px);
  }
}
.chapel .chapel-ttl{
margin-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
.chapel .chapel-ttl{
margin-bottom: calc(48/750 * 440px);
}
}

.js-photo-list .photo-list-item{
  padding: calc(64/750 * 100vw) calc(40/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .js-photo-list .photo-list-item{
  padding: calc(64/750 * 440px) calc(40/750 * 440px);
}
}
.chapel-item-txt{
  text-align: left;
  line-height: 1.8em;
  letter-spacing: -0.01em;
  margin-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .chapel-item-txt{
  text-align: left;
  line-height: 1.8em;
  letter-spacing: -0.01em;
  margin-bottom: calc(48/750 * 440px);
}
}
.chapel .chapel-item-txt{
text-align: left;
}
.chapel-item .photolist-item-img{
  width: calc(480/750 * 100vw);
  margin: 0 auto;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .chapel-item .photolist-item-img{
  width: calc(480/750 * 440px);
  margin: 0 auto;
  margin-bottom: 0;
}
}
.chapel .slider-dots{
  display: none!important;
}
.chapel-item-bottom-txt{
  font-size: calc(22/750 * 100vw);
  color: #232043;
  line-height: 1.5em;
}
@media screen and (min-width: 1000px) {
  .chapel-item-bottom-txt{
  font-size: calc(22/750 * 440px);
  color: #232043;
  line-height: 1.5em;
}
}
.chapel .photolist-item-img{
  margin-bottom: calc(24/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .chapel .photolist-item-img{
  margin-bottom: calc(24/750 * 440px);
}
}
.chapel .slider-dots{
display: none;
}

/*consultation*/
.consultation-ttl-img{
  width: calc(482/750 * 100vw);
  margin: 0 auto;
  margin-bottom: calc(24/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .consultation-ttl-img{
    width: calc(482/750 * 440px);
    margin: 0 auto;
    margin-bottom: calc(24/750 * 440px);
  }
}
.consultation-img{
  margin-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .consultation-img{
    margin-bottom: calc(48/750 * 440px);
  }
}
.consultation-culm{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:0 auto;
  width:calc(592/750 * 100vw);
  margin-bottom: calc(24/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .consultation-culm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0 auto;
    width:calc(592/750 * 440px);
    margin-bottom: calc(24/750 * 440px);
  }
}
.consultation-item{
  width: 48%;
}
.consultation-bottom-img{
  width: calc(670/750 * 100vw);
  margin: 0 auto;
  margin-top: calc(64/750 * 100vw);
  margin-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .consultation-bottom-img{
    width: calc(670/750 * 440px);
    margin: 0 auto;
    margin-top: calc(64/750 * 440px);
    margin-bottom: calc(48/750 * 440px);
  }
}
/*consultation-bottom-area*/
.consultation-bottom-area{
  background-color: #e7ebf2;
  position: relative;
  padding-top: calc(175/750 * 100vw);
  padding-bottom: calc(80/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .consultation-bottom-area{
    background-color: #e7ebf2;
    position: relative;
    padding-top: calc(175/750 * 440px);
    padding-bottom: calc(80/750 * 440px);
  }
}
.consultation-bottom-area:before{
  content: '';
  width: calc(750/750 * 100vw);
  background-color: #ffffff;
  height: calc(127/750 * 100vw);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: calc(-1/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .consultation-bottom-area:before{
    content: '';
    width: calc(750/750 * 440px);
    background-color: #ffffff;
    height: calc(127/750 * 440px);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: calc(-1/750 * 440px);
  }
}
.consultation-bottom-area-ttl{
  line-height: 1.4em;
  margin-bottom: calc(44/750 * 100vw);
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .consultation-bottom-area-ttl{
    line-height: 1.4em;
    margin-bottom: calc(44/750 * 440px);
  }
}
.consultation-bottom-area-txt-img{
  font-size: calc(30/750 * 100vw);
  background: url(../img/consultation_ttl_bg.webp) top center/calc(520 / 750 * 100vw) auto no-repeat;
  padding: calc(10/750 * 100vw) 0;
}
@media screen and (min-width: 1000px) {
  .consultation-bottom-area-txt-img{
    font-size: calc(30/750 * 440px);
    background: url(../img/consultation_ttl_bg.webp) top center/calc(520 / 750 * 440px) auto no-repeat;
    padding: calc(4/750 * 440px) 0;
  }
}
.baloon-culm{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:0 auto;
  width:calc(670/750 * 100vw); 
  margin-top: calc(32/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .baloon-culm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0 auto;
    width:calc(670/750 * 440px); 
    margin-top: calc(32/750 * 440px);
  }
}
.baloon-img{
  width: calc(160/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .baloon-img{
    width: calc(160/750 * 440px);
  }
}

.qr{
  width: 126px;
  margin: 0 auto;
}

.understand-list {
  width: 383.0933333333px !important;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .understand-list {
    width: 87.0666666667vw !important;
  }
}
.understand-list-item {
  background-color: #fff;
  width: 381.3333333333px !important;
  margin: 23.4666666667px 1.1733333333px 0;
  padding: 28.16px 28.16px 23.4666666667px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .understand-list-item {
    width: 86.6666666667vw !important;
    padding: 6.4vw 6.4vw 5.3333333333vw;
    margin: 5.3333333333vw 0.2666666667vw 0;
  }
}
@media screen and (min-width: 1000px) {
  .understandlist-item-ttl {
    font-size: 21.12px;
    margin-top: 28.16px;
    margin-bottom: 18.7733333333px;
  }
}
@media screen and (max-width: 999px) {
  .understandlist-item-ttl {
    font-size: 4.8vw;
    margin-top: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}

.understandlist-item-txt {
  text-align: left;
  line-height: 2em;
}
@media screen and (min-width: 1000px) {
  .understandlist-item-txt {
    font-size: 15.2533333333px;
  }
}
@media screen and (max-width: 999px) {
  .understandlist-item-txt {
    font-size: 3.4666666667vw;
  }
}

.understand-list-item-img {
  font-size: 0;
  margin: 0 auto 28.16px;
}

@media screen and (max-width: 767px) {
  .understand-list-item-img {
    margin: 0 auto 6.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .understandlist-item-sttl {
    margin-left: 11.7333333333px;
    font-size: 11.7333333333px;
  }
}
@media screen and (max-width: 999px) {
  .understandlist-item-sttl {
    margin-left: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}

.understand-list .slick-prev {
  top: 30% !important;
}

.understand-list .slick-next {
  top: 30% !important;
}

.bg-wave {
  background: url(../img/cv_bg.webp) top center/100% auto no-repeat;
}
@media screen and (min-width: 1000px) {
  .bg-wave {
    padding: 46.9333333333px 0 75.0933333333px 0;
  }
}
@media screen and (max-width: 999px) {
  .bg-wave {
    padding: 10.6666666667vw 0 19.066667vw 0;
  }
}
.bg-wave .cv-counter {
  position: relative;
  background-color: #fff;
  color: #48322a;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1000px) {
  .bg-wave .cv-counter {
    font-size: 18.7733333333px;
    padding: 25.8133333333px 0;
    width: 393.0666666667px;
    margin-bottom: 24.64px;
    border: solid #48322a 1.1733333333px;
  }
}
@media screen and (max-width: 999px) {
  .bg-wave .cv-counter {
    font-size: 4.2666666667vw;
    padding: 5.8666666667vw 0;
    width: 89.3333333333vw;
    margin-bottom: 5.6vw;
    border: solid #48322a 0.2666666667vw;
  }
}
.bg-wave .cv-counter .cv-btn-img {
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1000px) {
  .bg-wave .cv-counter .cv-btn-img {
    right: 22.2933333333px;
    width: 8.8px;
  }
}
@media screen and (max-width: 999px) {
  .bg-wave .cv-counter .cv-btn-img {
    right: 5.0666666667vw;
    width: 2vw;
  }
}

/*plan*/
.plan-sttl{
  margin-bottom: calc(40/750 * 100vw);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .plan-sttl{
  margin-bottom: calc(40/750 * 440px);
  letter-spacing: 0.05em;
}
}
.plan-ttl{
  margin-bottom: calc(56/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .plan-ttl{
  margin-bottom: calc(56/750 * 440px);
}
}
.plan-top-img{
   margin-bottom: calc(50/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .plan-top-img{
   margin-bottom: calc(50/750 * 440px);
}
}
.plan-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:0 auto;
 width: calc(520 /750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .plan-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:0 auto;
 width: calc(520 /750 * 440px);
}
}
.Regular-price-txt{
  font-size: calc(32/750 * 100vw);
  margin-right: calc(21/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .Regular-price-txt{
  font-size: calc(32/750 * 440px);
  margin-right: calc(21/750 * 440px);
}
}
.Regular-price{
position: relative;
}
.plan-price{
  margin-bottom: calc(16/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .plan-price{
  margin-bottom: calc(16/750 * 440px);
}
}
.plan-price .Regular-price::before{
  content:"";
  background-color: #333;
  width: 100%;
  height: calc(2/750 * 100vw);
  position: absolute;
  bottom: 41%;
}
@media screen and (min-width: 1000px) {
  .plan-price .Regular-price::before{
  content:"";
  background-color: #333;
  width: 100%;
  height: calc(2/750 * 440px);
  position: absolute;
  bottom: 41%;
}
}
.plan-price .Cancellation{
  font-size: calc(52/750 * 100vw);
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .plan-price .Cancellation{
  font-size: calc(52/750 * 440px);
  font-weight: 600;
}
}
.Regular-price-stxt{
  font-size: calc(26/750 * 100vw);
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .Regular-price-stxt{
  font-size: calc(26/750 * 440px);
  font-weight: 500;
}
}
.plan .cp-arrow{
  width: calc(25/750 * 100vw);
   margin: 0 auto;
  margin-bottom: calc(14/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .plan .cp-arrow{
  width: calc(25/750 * 440px);
   margin: 0 auto;
  margin-bottom: calc(14/750 * 440px);
}
}
.special-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:0 auto;
  width:calc(690/750 * 100vw);
  margin-bottom: calc(20/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .special-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:0 auto;
  width:calc(690/750 * 440px);
  margin-bottom: calc(20/750 * 440px);
}
}
.special-price-img{
  width: calc(116/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .special-price-img{
  width: calc(116/750 * 440px);
}
}
.special-price-txt{
  font-size: calc(25/750 * 100vw);
   width: calc(74/750 * 100vw);
   height: calc(74/750 * 100vw);
   border: solid #e53f5f calc(2/750 * 100vw);
   border-radius: 1px;
       display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 1000px) {
  .special-price-txt{
  font-size: calc(25/750 * 440px);
   width: calc(74/750 * 440px);
   height: calc(74/750 * 440px);
   border: solid #e53f5f calc(2/750 * 440px);
   border-radius: 1px;
       display: flex;
    align-items: center;
    justify-content: center;
}
}
.special-price-big{
  font-size: calc(88/750 * 100vw);
  line-height: 1em;
}
@media screen and (min-width: 1000px) {
  .special-price-big{
  font-size: calc(88/750 * 440px);
  line-height: 1em;
}
}
.special-price-stxt{
  font-size: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .special-price-stxt{
  font-size: calc(48/750 * 440px);
}
}
.special-price-sstxt{
   font-size: calc(26/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .special-price-sstxt{
   font-size: calc(26/750 * 440px);
}
}
.price-bottom-txt{
  margin-bottom: calc(80/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .price-bottom-txt{
  margin-bottom: calc(80/750 * 440px);
}
}
/*plan*/
.plan{
  padding-bottom: 0;
}
.plan-content-txt{
  font-size: calc(26/750 * 100vw);
  width: calc(590/750 * 100vw);
  padding: calc(12/750 * 100vw) 0;
  border: solid 1px;
  margin: 0 auto;
  margin-bottom: calc(32/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .plan-content-txt{
  font-size: calc(26/750 * 440px);
  width: calc(590/750 * 440px);
  padding: calc(12/750 * 440px) 0;
  border: solid 1px;
  margin: 0 auto;
  margin-bottom: calc(32/750 * 440px);
}
}
.plan-content-culm{
  width: calc(590/750 * 100vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  .plan-content-culm{
  width: calc(590/750 * 440px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
}
.plan-content-item{
    width: calc(290/750 * 100vw);
    margin-bottom: calc(10/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .plan-content-item{
    width: calc(290/750 * 440px);
    margin-bottom: calc(10/750 * 440px);
}
}
.photo-tour{
  margin-top: calc(100/750 * 100vw);
  position: relative;
}
@media screen and (min-width: 1000px) {
  .photo-tour{
  margin-top: calc(100/750 * 440px);
  position: relative;
}
}
.photo-tour-sttl{
  margin-bottom: calc(24/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .photo-tour-sttl{
  margin-bottom: calc(24/750 * 440px);
}
}
.photo-tour-ttl{
  margin-bottom: calc(72/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .photo-tour-ttl{
  margin-bottom: calc(72/750 * 440px);
}
}
.photo-tour-frame{
  position: absolute;
  top: 22%;
  width: calc(170/750 * 100vw);
  left: calc(30/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .photo-tour-frame{
  position: absolute;
  top: 22%;
  width: calc(170/750 * 440px);
  left: calc(30/750 * 440px);
}
}
.photo-tour-img{
  width: calc(590/750 * 100vw);
  margin: 0 auto;
  margin-bottom: calc(40/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .photo-tour-img{
  width: calc(590/750 * 440px);
  margin: 0 auto;
  margin-bottom: calc(40/750 * 440px);
}
}
.plan .notes{
text-align: left;
 width: calc(660/750 * 100vw);
  margin: 0 auto;
  letter-spacing: 0.05em;
  line-height: 1.3em;
}
@media screen and (min-width: 1000px) {
  .plan .notes{
text-align: left;
 width: calc(660/750 * 440px);
  margin: 0 auto;
  letter-spacing: 0.05em;
  line-height: 1.3em;
}
}

/*cp*/
.cp{
  padding-top: calc(120/750 * 100vw);
}
@media screen and (min-width: 1000px) {
.cp{
  padding-top: calc(120/750 * 440px);
}
}
.cp-top{
  background: url(../img/cp_bg.webp) top center/calc(750 / 750 * 100vw) auto no-repeat;
  padding: calc(80/750 * 100vw) 0;
}
@media screen and (min-width: 1000px) {
  .cp-top{
  background: url(../img/cp_bg.webp) top center/calc(750 / 750 * 440px) auto no-repeat;
  padding: calc(80/750 * 440px) 0;
}
}
.cp-sttl{
  margin-bottom: calc(16/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .cp-sttl{
  margin-bottom: calc(8/750 * 440px);
}
}
.cp-ttl{
      line-height: 1.3em;
        font-size: calc(56/750 * 100vw);
          letter-spacing: -0.05em;
          margin-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .cp-ttl{
      line-height: 1.3em;
        font-size: calc(56/750 * 440px);
          letter-spacing: -0.05em;
          margin-bottom: calc(48/750 * 440px);
}
}
.cp-ttl .txt-g{
font-size: calc(64/750 * 100vw);
 letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  .cp-ttl .txt-g{
font-size: calc(64/750 * 440px);
 letter-spacing: 0.08em;
}
}
.cp-top-img{
  width: calc(588/750 * 100vw);
  margin: 0 auto;
  margin-bottom: calc(36/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .cp-top-img{
  width: calc(588/750 * 440px);
  margin: 0 auto;
  margin-bottom: calc(36/750 * 440px);
}
}
.cp-pre-sttl{
  margin-bottom: calc(26/750 * 100vw);
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  .cp-pre-sttl{
  margin-bottom: calc(14/750 * 440px);
  letter-spacing: 0.08em;
}
}
.cp-pre-box{
  background-color: #ffffff;
  width: calc(588/750 * 100vw);
  margin: 0 auto;
  padding: calc(18/750 * 100vw);
  margin-bottom: calc(18/750 * 100vw);
      display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 1000px) {
  .cp-pre-box{
  background-color: #ffffff;
  width: calc(588/750 * 440px);
  margin: 0 auto;
  padding: calc(18/750 * 440px);
  margin-bottom: calc(18/750 * 440px);
      display: flex;
    justify-content: center;
    align-items: center;
}
}
.cp-pre-box-txt{
 line-height: 1.8em;
    letter-spacing: 0.03em;
}
@media screen and (min-width: 1000px) {
  .cp-pre-box-txt{
 line-height: 1.8em;
    letter-spacing: 0.03em;
}
}
.cp-pre-box .txt-p{
  font-size: 150%;
}
.cp-arrow{
  width: calc(26/750 * 100vw);
  margin: 0 auto;
  margin-top: calc(-10/750 * 100vw);
  margin-bottom: calc(16/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .cp-arrow{
  width: calc(26/750 * 440px);
  margin: 0 auto;
  margin-top: calc(-10/750 * 440px);
  margin-bottom: calc(16/750 * 440px);
}
}
.cp-pre-box-circle{
  width: calc(100/750 * 100vw);
  margin-right: calc(17/750 * 100vw);
}
@media screen and (min-width: 1000px) {
.cp-pre-box-circle{
  width: calc(100/750 * 440px);
  margin-right: calc(17/750 * 440px);
}
}
.cp-pre-box-02 .cp-pre-box-txt{
  letter-spacing: -0.01em;
  font-size: calc(24/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .cp-pre-box-02 .cp-pre-box-txt{
  letter-spacing: -0.01em;
  font-size: calc(24/750 * 440px);
}
}
.period-box{
  margin-bottom: calc(48/750 * 100vw);
  margin-top: calc(24/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .period-box{
  margin-bottom: calc(48/750 * 440px);
  margin-top: calc(6/750 * 100vw);
}
}
.period-txt{
    display: flex;
  align-items: center;
  width: calc(670/750 * 100vw);
  margin: 0 auto;
  margin-bottom: calc(24/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .period-txt{
    display: flex;
  align-items: center;
  width: calc(670/750 * 440px);
  margin: 0 auto;
  margin-bottom: calc(24/750 * 440px);
}
}
.period-box .txt-w{
  width:calc(232/750 * 100vw);
  background-color: #48adc2;
  font-size: calc(24/750 * 100vw);
  padding: calc(10/750 * 100vw) 0;
  border-radius: calc(100/750 * 100vw);
  margin-right: calc(24/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .period-box .txt-w{
  width:calc(232/750 * 440px);
  background-color: #48adc2;
  font-size: calc(24/750 * 440px);
  padding: calc(10/750 * 440px) 0;
  border-radius: calc(100/750 * 440px);
  margin-right: calc(24/750 * 440px);
}
}
.period-ex {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
.period-ex {
  font-size: 8px;
}
}
.cp-content-txt,
.cp-content-txt-item{
  width: calc(670/750 * 100vw);
  margin: 0 auto;
  text-align: left;
  font-size: calc(22/750 * 100vw);
      line-height: 2em;
    letter-spacing: 0.03em;
     margin-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .cp-content-txt,
.cp-content-txt-item{
  width: calc(670/750 * 440px);
  margin: 0 auto;
  text-align: left;
  font-size: calc(22/750 * 440px);
      line-height: 2em;
    letter-spacing: 0.03em;
     margin-bottom: calc(48/750 * 440px);
}
}
.company-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
   width: calc(600/750 * 100vw);
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  .company-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
   width: calc(600/750 * 440px);
  margin: 0 auto;
  flex-wrap: wrap;
}
}
.company-item{
width: 43%;
margin-bottom: calc(56/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .company-item{
width: 43%;
margin-bottom: calc(56/750 * 440px);
}
}
.cp-chapel{
  background: url(../img/GrandOpen_bg.webp) top center/calc(750 / 750 * 100vw) auto no-repeat;
  position: relative;
  padding-top: calc(96/750 * 100vw);
  padding-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .cp-chapel{
  background: url(../img/GrandOpen_bg.webp) top center/calc(750 / 750 * 440px) auto no-repeat;
  position: relative;
  padding-top: calc(96/750 * 440px);
  padding-bottom: calc(48/750 * 440px);
}
}
.chapel-ttl .sttl{
      letter-spacing: 0.08em;
}
.cp-chapel .chapel-ttl{
  color: #ffffff;
  line-height: 1.2em;
  width: 100%;
}
.cp-chapel-item-sttl{
  font-size: calc(24/750 * 100vw);
  letter-spacing: -0.01em;
  margin-bottom: calc(16/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .cp-chapel-item-sttl{
  font-size: calc(24/750 * 440px);
  letter-spacing: -0.01em;
  margin-bottom: calc(16/750 * 440px);
}
}
.cp-chapel-sttl{
      width: calc(480/750 * 100vw);
    margin: 0 auto;
  font-size: calc(20/750 * 100vw);
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: calc(10/750 * 100vw) 0;
  margin-bottom: calc(24/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .cp-chapel-sttl{
      width: calc(480/750 * 440px);
    margin: 0 auto;
  font-size: calc(20/750 * 440px);
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: calc(10/750 * 440px) 0;
  margin-bottom: calc(24/750 * 440px);
}
}
.cp-chapel-ttl{
  margin-bottom: calc(33/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .cp-chapel-ttl{
  margin-bottom: calc(33/750 * 440px);
}
}
.chapel-item-txt{
  text-align: center;
}
.cp-chapel .slider-dots{
  position: absolute;
      bottom: calc(15/750 * 100vw);
      right: 0;
      left: 0;
      margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .cp-chapel .slider-dots{
  position: absolute;
      bottom: calc(15/750 * 440px);
      right: 0;
      left: 0;
      margin: 0 auto;
}
}

.cp-chapel .chapel-item{
  padding: calc(48/750 * 100vw) 0 0 0;
}
@media screen and (min-width: 1000px) {
  .cp-chapel .chapel-item{
  padding: calc(48/750 * 440px) 0 0 0;
}
}
.cp-chapel .slider-dots .slick-active{
      background:#48322a;
}
.chapel-item-03 .cp-chapel-ttl{
      line-height: 1.3em;
      margin-bottom: calc(16/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .chapel-item-03 .cp-chapel-ttl{
      line-height: 1.3em;
      margin-bottom: calc(16/750 * 440px);
}
}
.chapel-item-03 .chapel-item-txt{
      margin-bottom: calc(29 / 750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .chapel-item-03 .chapel-item-txt{
      margin-bottom: calc(29 / 750 * 440px);
}
}

.slick-prev, 
.slick-next {
  top: 65% !important;
}
.chapel .slick-prev, 
.chapel .slick-next {
  top: 60% !important;
}
.slick-next:before{
  right: calc(50/750 * 100vw);
}
.slick-prev:before{
 left: calc(50/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .slick-next:before{
  right: calc(50/750 * 440px);
}
.slick-prev:before{
 left: calc(50/750 * 440px);
}
}

.slick-dotted.slick-slider{
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
.last-btn{
  padding-top: calc(80/750 * 400px);
}
}
.pc-left-nav-wrap-logo{
  width:  calc(200/1920 * 100vw);
   margin-left:  calc(37/1920 * 100vw);
      margin-bottom:  calc(100/1920 * 100vw);
}

body::-webkit-scrollbar {
  display: none;
}

/*--------------------------------------------------
スクロールで出現
--------------------------------------------------*/
.sa {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.sa--up {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
h1{
  font-size: 0;
      position: absolute;
}

@media screen and (min-width: 769px) {
  #gFooter {
    display: none!important;
  }
  #gHeader {
    background: #fff!important;
  }
}
@media screen and (max-width: 768px) {
  #gHeader {
    height: 48px;
  }
}