/*==================================================
1.leyout 
==================================================*/
/*--------------------------------------
html,body,wrapper
----------------------------------------*/
html {
  line-height: 1.6;
  letter-spacing: .01em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}
body {
  min-width: 1320px;
}
@media all and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
.l-wrapper {
  padding-top: 100px;
}
@media all and (max-width: 767px) {
  .l-wrapper {
    padding-top: 60px;
  }
}
/*--------------------------------------
l-header
----------------------------------------*/
.l-header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1320px;
  background: #fff;
}
@media all and (max-width: 767px) {
  .l-header {
    min-width: auto;
  }
}
.l-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1480px;
  height: 100px;
  margin: 0 auto;
  padding: 0 40px 0 20px;
}
@media all and (max-width: 767px) {
  .l-header-row {
    height: 60px;
  }
}
@media all and (max-width: 767px) {
  .l-header-row {
    height: 60px;
    padding: 0 3% 0 3%;
  }
}
.l-header-logo {
  display: block;
}
.l-header-logo img {
  height: 55px;
}
.l-header-logo a {
  display: block;
}
@media all and (max-width: 767px) {
  .l-header-logo {
    max-width: 200px;
    width: 40%;
    min-width: auto;
  }
}
.l-header-clue {
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .l-header-clue {
    font-size: 1.5vw;
    padding: 0 1%;
  }
}
.l-header-list {
  display: flex;
  margin-left: 15px;
  align-items: center;
}
.l-header-list li:not(:first-child) {
  margin-left: 20px;
}
.l-header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  color: #fff;
}
.l-header-btn.-color-01 {
  background: #FFC000;
}
.l-header-btn.-color-02 {
  background: #f0dbde;
}
@media all and (max-width: 767px) {
  .l-header-btn {
    width: 35vw;
    height: 30px;
    font-size: 2.3vw;
  }
}
.l-header-contact {
  display: flex;
  align-items: center;
}
.l-header-contact ul {
  display: flex;
  margin-left: 10px;
}
.l-header-contact ul li {
  width: 35px;
  margin: 0 5px;
}
.l-header-contact ul li:last-child {
  margin-right: 0;
}
.lead-notes {
	width: 100%;
    padding: 15px 0;
	text-align: right;
	padding-left:1em;
	text-indent:-1em;
	font-size: 10px;
	background-color: #F0DBDE;
}
.lead-notes .inner {
	max-width: 960px;
	margin: 0 auto;
}
@media all and (max-width: 767px) {
.lead-notes {
    padding:10px;
	text-align:left;
	font-size: calc( 100vw / ( 768 / 20 ));
	background-color: #EEE1D8;
}
}
/*--------------------------------------
header btn
----------------------------------------*/
.l-nav-switch {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto;
}
.l-nav-switch__line {
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  height: 0;
  margin: 0 auto;
  border-top: solid 2px #000;
  transition: all .4s;
}
.l-nav-switch__line:nth-child(1) {
  top: calc(50% - 8px);
}
.l-nav-switch__line:nth-child(2) {
  top: calc(50%);
}
.l-nav-switch__line:nth-child(3) {
  top: calc(50% + 8px);
}
.l-nav-switch.-show .l-nav-switch__line:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-nav-switch.-show .l-nav-switch__line:nth-child(2) {
  display: none;
}
.l-nav-switch.-show .l-nav-switch__line:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*--------------------------------------
l-main
----------------------------------------*/
.l-main {
  display: block;
  line-height: 1.6;
  font-size: 1.4rem;
  letter-spacing: .05em;
}
@media all and (max-width: 767px) {
  .l-main {
    font-size: 1.2rem;
  }
}
/*--------------------------------------
l-footer
----------------------------------------*/
.l-footer {
  background: #f1f1f1;
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .l-footer {
    font-size: 1.2rem;
  }
}
.l-footer-list {
  display: flex;
}
@media all and (max-width: 767px) {
  .l-footer-list {
    display: none;
  }
}
.l-footer-list li {
  margin-left: 60px;
}
.l-footer-logo img {
  height: 55px;
}
@media all and (max-width: 767px) {
  .l-footer-logo {
    margin-bottom: 40px;
    text-align: center;
  }
}
.l-footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 32px 0;
}
@media all and (max-width: 767px) {
  .l-footer-row {
    display: block;
    padding: 30px 5vw 50px 5vw;
  }
}
.l-footer-nav {
  display: block;
}
@media all and (max-width: 767px) {
  .l-footer-nav {
    display: block;
  }
  .l-footer-nav li:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media all and (max-width: 767px) {
  .l-footer-data {
    margin-bottom: 30px;
  }
}
.l-footer-data dt, .l-footer-data dd {
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: .15em;
}
.l-footer-bottom {
  padding: 20px 0;
  color: #fff;
  font-size: 1.2rem;
  background: #c47ca7;
  text-align: center;
  letter-spacing: .1em;
}
@media all and (max-width: 767px) {
  .l-footer-bottom {
    position: relative;
    margin-top: 75px;
    font-size: 1rem;
  }
}
.l-footer-bottom__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .l-footer-bottom__row {
    justify-content: center;
  }
}
.l-footer-bottom__row:before {
  content: "";
  display: block;
  width: 1px;
}
@media all and (max-width: 767px) {
  .l-footer-bottom__row:before {
    display: none;
  }
}
.l-footer-bottom__sns {
  display: flex;
}
@media all and (max-width: 767px) {
  .l-footer-bottom__sns {
    position: absolute;
    top: -75px;
    left: 0;
    width: 100%;
    height: 75px;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
}
.l-footer-bottom__sns li {
  margin-left: 10px;
}
.l-footer-bottom__sns img {
  height: 20px;
}
.l-footer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  color: #fff;
}
.l-footer-btn.-first {
  background: #FFC000;
}
.l-footer-btn.-contact {
  background: #f0dbde;
}
/*==================================================
2.sp pc
==================================================*/
@media all and (min-width: 375px) {
  .ise-only {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*==================================================
3.module
==================================================*/
/*--------------------
space
--------------------*/
.m-block-space-s {
  margin-bottom: 30px;
}
.m-block-space-m {
  margin-bottom: 60px;
}
.m-block-space-l {
  margin-bottom: 90px;
}
/*--------------------
text
--------------------*/
.m-under {
  text-decoration: underline;
}
.m-tc {
  text-align: center;
}
.m-tr {
  text-align: right;
}
/*--------------------
link
--------------------*/
/*--------------------
btn
--------------------*/
.m-btn {
  color: #fff;
}
.m-btn.-center {
  margin: 0 auto;
}
/*--------------------
ttl 
--------------------*/
.section-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 4rem;
  text-align: center;
  color: #9D477C;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  letter-spacing: .15em;
}
@media all and (max-width: 767px) {
  .section-ttl {
    height: auto;
    min-height: 42px;
    padding-top: 7px;
    padding-bottom: 5px;
    font-size: 1.8rem;
  }
}
.section-ttl.-bg-01 {
  background: #c47ca7;
}
.section-ttl.-bg-02 {
  background: #f0dbde;
}
.section-ttl.-bg-03 {
  background: #e2d5d5;
}
.section-ttl.-bg-04 {
  background: #e2e2e2;
}
.section-ttl.-font-l {
  font-size: 3rem;
  letter-spacing: .15em;
}
@media all and (max-width: 767px) {
  .section-ttl.-font-l {
    font-size: 1.8rem;
  }
}
.section-ttl.-space-01 {
  margin-bottom: 110px;
}
@media all and (max-width: 767px) {
  .section-ttl.-space-01 {
    margin-bottom: 30px;
  }
}
.section-ttl.-table {
  height: 80px;
}
.section-ttl.-sp-high {
  padding-top: 30px;
  padding-bottom: 25px;
}
.section-ttl.-sp-middle {
  padding-top: 18px;
  padding-bottom: 14px;
}
.common-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 23px 35px 28px 35px;
  border-top: 2px solid #bb789f;
  border-bottom: 2px solid #bb789f;
  font-size: 3rem;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
}
@media all and (max-width: 767px) {
  .common-ttl {
    max-width: 89.4vw;
    padding: 13px 5px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.8;
    border-width: 1px;
    font-weight: 600;
  }
}
.common-ttl.-space-01 {
  margin-bottom: 150px;
}
@media all and (max-width: 767px) {
  .common-ttl.-space-01 {
    margin-bottom: 55px;
  }
}
.common-ttl.-space-02 {
  margin-bottom: 75px;
}
@media all and (max-width: 767px) {
  .common-ttl.-space-02 {
    margin-bottom: 35px;
  }
}
.common-ttl.-space-03 {
  margin-bottom: 100px;
}
@media all and (max-width: 767px) {
  .common-ttl.-space-03 {
    margin-bottom: 50px;
  }
}
.common-ttl.-space-04 {
  margin-bottom: 150px;
}
@media all and (max-width: 767px) {
  .common-ttl.-space-04 {
    margin-bottom: 70px;
  }
}
.common-ttl.-wide {
  max-width: 100%;
}
.common-ttl.font-s {
  font-size: 3.6rem;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .common-ttl.font-s {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .common-ttl.-sp-no-space {
    padding: 10px 0;
  }
}
.common-ttl.-center {
  text-align: center;
}
/*--------------------
list nav
--------------------*/
/*--------------------
table
--------------------*/
.m-table {
  width: 100%;
}
/*--------------------
row
--------------------*/
.m-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/*--------------------
inner
--------------------*/
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 5vw;
  }
}
.inner.-pos {
  position: relative;
}
@media all and (max-width: 767px) {
  .inner.-sp-no-space {
    padding: 0;
  }
}
.inner-s {
  max-width: 1000px;
  margin: 0 auto;
}
.inner-s.-pos {
  position: relative;
}
@media all and (max-width: 767px) {
  .inner-s {
    padding: 0 5vw;
  }
}
.inner-l {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (max-width: 767px) {
  .inner-l {
    padding: 0 5vw;
  }
}
.inner-ll {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (max-width: 767px) {
  .inner-ll {
    padding: 0 5vw;
  }
}
/*--------------------
box unit
--------------------*/
.circle-unit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #f0dbde;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  margin: 0 auto 20px auto;
}
@media all and (max-width: 767px) {
  .circle-unit {
    width: 22vw;
    height: 22vw;
    font-size: 4.5vw;
  }
}
.circle-unit.-size-s {
  width: 120px;
  height: 120px;
}
@media all and (max-width: 767px) {
  .circle-unit.-size-s {
    width: 15vw;
    height: 15vw;
  }
}
.circle-unit.-size-m {
  width: 240px;
  height: 240px;
  font-size: 2.4rem;
}
@media all and (max-width: 767px) {
  .circle-unit.-size-m {
    width: 40vw;
    height: 40vw;
    font-size: 4vw;
  }
}
@media all and (max-width: 767px) {
  .circle-unit.-sp-size-l {
    width: 26.5vw;
    height: 26.5vw;
  }
}
.circle-unit.-color-02 {
  background: #c47ca7;
}
.circle-unit.-color-03 {
  background: #FFC000;
}
.circle-unit.-color-04 {
  background: #9f9f9f;
}
.circle-unit.-font-l {
  font-size: 3rem;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .circle-unit.-font-l {
    font-size: 1.6rem;
  }
}
.circle-unit.-en {
  padding-top: 12px;
  font-family: "Quattrocento", serif;
  line-height: 1.2;
  letter-spacing: .15em;
}
@media all and (max-width: 767px) {
  .circle-unit.-en {
    padding-top: 1.7vw;
  }
}
.circle-unit__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.circle-unit__row.-lh-high {
  line-height: 1.6;
}
.circle-unit__txt-01 {
  display: block;
  font-size: 3rem;
}
@media all and (max-width: 767px) {
  .circle-unit__txt-01 {
    font-size: 4.5vw;
  }
}
.circle-unit__txt-02 {
  display: block;
  font-size: 2.4rem;
}
@media all and (max-width: 767px) {
  .circle-unit__txt-02 {
    font-size: 4vw;
  }
}
@media all and (max-width: 767px) {
  .circle-unit__txt-02.-sp-font-s {
    font-size: 3.5vw;
  }
}
.circle-unit * {
  font-weight: inherit;
}
/*--------------------
btn
--------------------*/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 660px;
  height: 100px;
  margin: 0 auto;
  border: 1px solid #FFC000;
  background: #FFC000;
  font-size: 2.6rem;
  letter-spacing: 0.15em;
  color: #fff;
}
@media all and (max-width: 767px) {
  .btn {
    width: 100%;
    max-width: 310px;
    height: 60px;
    font-size: 1.5rem;
  }
}
/*--------------------
anime
--------------------*/
[data-aos=op] {
  transition-property: opacity;
  transition-duration: 1s !important;
  transition-timing-function: ease-out;
  opacity: 0;
}
[data-aos=op].aos-animate {
  opacity: 1;
}
[data-aos=img-c-l] {
  overflow: hidden;
  border-radius: 350px;
}
@media all and (max-width: 767px) {
  [data-aos=img-c-l] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 700px;
    height: 700px;
    border-radius: 50%;
  }
}
[data-aos=img-c-l] img {
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: .8s, .8s;
  transition-timing-function: ease-out;
  opacity: 0;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media all and (max-width: 767px) {
  [data-aos=img-c-l] img {
    width: 250px;
  }
}
[data-aos=img-c-l].aos-animate img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
[data-aos=main] {
  overflow: hidden;
  position: relative;
}
[data-aos=main]:before, [data-aos=main]:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
[data-aos=main]:before {
  z-index: 2;
  transition-property: left;
  transition-duration: .8s;
  transition-timing-function: ease;
  background: #e2d5d3;
}
@media all and (max-width: 767px) {
  [data-aos=main]:before {
    transition-duration: .6s;
  }
}
[data-aos=main]:after {
  z-index: 1;
  transition-property: left;
  transition-duration: .8s;
  transition-delay: .7s;
  transition-timing-function: ease;
  background: #cccc9c;
}
@media all and (max-width: 767px) {
  [data-aos=main]:after {
    transition-duration: .6s;
  }
}
[data-aos=main] img {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1.2s;
  transition-delay: 1.2s;
  transition-timing-function: ease-in;
}
@media all and (max-width: 767px) {
  [data-aos=main] img {
    transition-duration: 1s;
  }
}
[data-aos=main].aos-animate:before {
  left: 100%;
}
[data-aos=main].aos-animate:after {
  left: 100%;
}
[data-aos=main].aos-animate img {
  opacity: 1;
}
[data-aos=img-c][data-aos-delay="500"] img, [data-aos=img][data-aos-delay="500"] img {
  transition-delay: .5s !important;
}
[data-aos=img-c][data-aos-delay="1000"] img, [data-aos=img][data-aos-delay="1000"] img {
  transition-delay: 1s !important;
}
[data-aos=img-c][data-aos-delay="1500"] img, [data-aos=img][data-aos-delay="1500"] img {
  transition-delay: 1.5s !important;
}
[data-aos=img].aos-animate img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
[data-aos=img-c] {
  overflow: hidden;
  border-radius: 250px;
}
@media all and (max-width: 767px) {
  [data-aos=img-c] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 280px;
    border-radius: 50%;
  }
}
[data-aos=img-c] img {
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: .8s, .8s;
  transition-timing-function: ease-out;
  opacity: 0;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media all and (max-width: 767px) {
  [data-aos=img-c] img {
    width: 250px;
  }
}
[data-aos=img-c].aos-animate img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*==================================================
4.page
==================================================*/
/*--------------------------------------
lead
----------------------------------------*/
.lead {
  z-index: 1;
}
.lead-pos {
  /* margin-bottom: 140px; */
}
@media all and (max-width: 767px) {
  .lead-pos {
    /* margin-bottom: 70px; */
  }
}
.lead-main {
  position: relative;
  width: 100%;
}
.lead-main__row {
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}
.lead-main img {
  width: 100%;
}
.lead-main__txt-01 {
  width: 32%;
  position: absolute;
  bottom: 5%;
  left: 3%;
}
.lead-main__pop {
  width: 38.5%;
  position: absolute;
  bottom: 5%;
  left: 3%;
}
@media all and (max-width: 767px) {
  .lead-main__pop {
    width: 86%;
    bottom: 26%;
    left: 7%;
  }
}
.lead-main__pop-inner {
  position: relative;
  overflow: hidden;
}
.lead-main__pop-inner::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 4s ease-in-out infinite;
}
@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.lead-main__txt-02 {
  width: 41%;
  position: absolute;
  bottom: 5%;
  right: 3%;
}
.lead-main__txt-03 {
  position: absolute;
  top: 7%;
  right: 0%;
  background: rgba(255, 244, 212, 0.9);
  padding: 1% 2%;
  font-size: 36px;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  text-align: center;
}
@media all and (max-width: 1542px) {
  .lead-main__txt-03 {
    font-size: 30px;
  }
}
.lead-main__txt-04 {
  position: absolute;
  top: 21%;
  right: 1%;
  padding: 1% 2%;
  color: #FFFFFF;
  font-size: 55px;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  text-align: right;
  text-shadow: 2px 2px 6px #000, 0px -1px 6px #000;
}
@media all and (max-width: 1542px) {
  .lead-main__txt-04 {
    font-size: 40px;
  }
}
.lead-main__img img {
  width: 100%;
}
.lead-body {
  position: relative;
  z-index: 2;
  margin-bottom: 140px;
  background: #fff;
}
@media all and (max-width: 767px) {
  .lead-body {
    margin-bottom: 70px;
  }
}
.lead-list {
  position: absolute;
  z-index: 2;
  top: -80px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  margin: auto;
}
@media all and (max-width: 767px) {
  .lead-list {
    top: -14vw;
  }
}
.lead-list li {
  margin: 0 20px;
}
@media all and (max-width: 767px) {
  .lead-list li {
    margin: 0 3vw;
  }
}
.lead-area {
  padding: 150px 0 0 0;
}
@media all and (max-width: 767px) {
  .lead-area {
    padding: 100px 0 0 0;
  }
}
.lead-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 140px;
  padding: 18px 0;
  background: #c47ca7;
  color: #fff;
  letter-spacing: .3em;
  font-size: 2.4rem;
}
@media all and (max-width: 767px) {
  .lead-info {
    margin-bottom: 50px;
    padding: 10px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.6;
  }
}
.lead-price {
  margin: 0 auto 140px auto;
  padding: 35px 70px;
  border-top: 2px solid #c47ca7;
  border-bottom: 2px solid #c47ca7;
}
@media all and (max-width: 767px) {
  .lead-price {
    margin-bottom: 75px;
    padding: 18px 0;
    border-width: 1px;
  }
}
.lead-price.-no-space {
  margin-bottom: 0;
  border-bottom: none;
}
.lead-price.-space-01 {
  margin-bottom: 140px;
}
@media all and (max-width: 767px) {
  .lead-price.-space-01 {
    margin-bottom: 65px;
  }
}
.lead-price.-space-02 {
  margin-bottom: 160px;
}
@media all and (max-width: 767px) {
  .lead-price.-space-02 {
    margin-bottom: 60px;
  }
}
.lead-price.-size-l {
  max-width: 870px;
  padding: 30px 20px;
}
@media all and (max-width: 767px) {
  .lead-price.-size-l {
    padding: 12px 0;
  }
}
.lead-price__row {
  display: flex;
  align-items: center;
}
.lead-price__data {
  padding-left: 70px;
  font-size: 4rem;
  letter-spacing: .15em;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}
@media all and (max-width: 767px) {
  .lead-price__data {
    width: 100%;
    padding-left: 20px;
    font-size: 2rem;
  }
}
.lead-price__data dt {
  line-height: 1.2;
}
.lead-price__num {
  padding-left: 10px;
  color: #c47ca7;
  font-size: 7rem;
  letter-spacing: .2em;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .lead-price__num {
    padding-left: 0;
    font-size: 10vw;
    line-height: 1.2;
    letter-spacing: .1em;
  }
}
.lead-price__tax {
  font-size: 2.4rem;
  color: #c47ca7;
}
@media all and (max-width: 767px) {
  .lead-price__tax {
    font-size: 1.2rem;
  }
}
.lead-price__txt {
  line-height: 1.2;
  font-size: 4rem;
  letter-spacing: .1em;
}
@media all and (max-width: 767px) {
  .lead-price__txt {
    display: block;
    font-size: 2rem;
  }
}
.lead-price__txt-02 {
  line-height: 1.2;
  font-size: 3rem;
  letter-spacing: .1em;
}
@media all and (max-width: 767px) {
  .lead-price__txt-02 {
    display: block;
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
.lead-price__txt-03 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.4rem;
}
@media all and (max-width: 767px) {
  .lead-price__txt-03 {
    margin-bottom: px;
    padding-left: 20vw;
    font-size: 1.3rem;
    text-align: left;
  }
}
.lead-price__support {
  position: relative;
  top: 8px;
  display: block;
  line-height: 1;
  font-size: 2rem;
}
@media all and (max-width: 767px) {
  .lead-price__support {
    margin-top: 3px;
    top: 2px;
    font-size: 1.2rem;
  }
}
/*--------------------------------------
feature
----------------------------------------*/
.feature {
  background: #f1f1f1;
}
.feature-ttl {
  margin-bottom: 70px;
  text-align: center;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}
@media all and (max-width: 767px) {
  .feature-ttl {
    margin-bottom: 45px;
    font-size: 1.8rem;
    line-height: 1.9;
    font-weight: 600;
  }
}
.feature-bnr {
  margin-bottom: 70px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .feature-bnr {
    margin-bottom: 20px;
  }
}
.feature-body {
  padding: 100px 0 90px 0;
}
@media all and (max-width: 767px) {
  .feature-body {
    padding: 50px 0 0 0;
  }
}
.feature-list {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .feature-list {
    justify-content: space-between;
    margin-bottom: 35px;
  }
}
.feature-list li {
  width: 33.3%;
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.4rem;
}
@media all and (max-width: 767px) {
  .feature-list li {
    width: calc(33.3% - 10px);
    margin-bottom: 10px;
    font-size: 3.2vw;
  }
}
.feature-list li img {
  display: block;
  margin: 0 auto 20px auto;
}
@media all and (max-width: 767px) {
  .feature-list li img {
    margin-bottom: 10px;
  }
}
.feature-list__txt {
  display: block;
  color: #c47ca7;
}
.feature-txt {
  text-align: center;
  line-height: 2.4;
}
@media all and (max-width: 767px) {
  .feature-txt {
    margin: 0 -5vw;
    padding: 0 5vw 10vw 5vw;
    font-size: 1.2rem;
  }
}
/*--------------------------------------
feature-machine
----------------------------------------*/
.feature-machine {
  background: #F9F9F9;
	margin-bottom: 140px;
}
@media all and (max-width: 767px) {
.feature-machine {
	margin-bottom: 70px;
}
}
.feature-machine-ttl {
  margin-bottom: 70px;
  text-align: center;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  letter-spacing: .1em;
}
@media all and (max-width: 767px) {
  .feature-machine-ttl {
    margin-bottom: 45px;
    font-size: 1.8rem;
    line-height: 1.9;
    font-weight: 600;
  }
}
.feature-machine-body {
  padding: 100px 0 90px 0;
}
@media all and (max-width: 767px) {
  .feature-machine-body {
    padding: 50px 0 0 0;
  }
}
.feature-machine-list {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .feature-machine-list {
    justify-content: space-between;
    margin-bottom: 35px;
  }
}
.feature-machine-list li {
  width: 33.3%;
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.4rem;
}
@media all and (max-width: 767px) {
  .feature-machine-list li {
    width: calc(33.3% - 10px);
    margin-bottom: 10px;
    font-size: 3.2vw;
  }
}
.feature-machine-list li img {
  display: block;
  margin: 0 auto 20px auto;
}
@media all and (max-width: 767px) {
  .feature-machine-list li img {
    margin-bottom: 10px;
  }
}
.feature-machine-list__txt {
  display: block;
  color: #c47ca7;
}
.feature-machine-txt {
  text-align: center;
  line-height: 2.4;
}
@media all and (max-width: 767px) {
  .feature-machine-txt {
    margin: 0 -5vw;
    padding: 0 5vw 10vw 5vw;
    font-size: 1.2rem;
  }
}
/*--------------------------------------
machine
----------------------------------------*/
.machine {
  margin-bottom: 140px;
}
@media all and (max-width: 767px) {
  .machine {
    margin-bottom: 30px;
  }
}
.machine-main img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media all and (max-width: 767px) {
  .machine-main img {
    height: 200px;
  }
}
.machine-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.machine-unit {
  width: 380px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .machine-unit {
    width: 100%;
    margin-bottom: 40px;
  }
  .machine-unit::nth-child(2) {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .machine-unit.-t-01 {
    order: 1;
  }
  .machine-unit.-t-02 {
    order: 2;
  }
  .machine-unit.-t-03 {
    order: 3;
  }
}
.machine-unit__ttl {
  display: inline-block;
  margin-bottom: 70px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0dbde;
  font-size: 3rem;
}
@media all and (max-width: 767px) {
  .machine-unit__ttl {
    margin-bottom: 35px;
    font-size: 1.8rem;
    letter-spacing: .15em;
  }
}
@media all and (max-width: 767px) {
  .machine-unit__box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
}
.machine-unit__img {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .machine-unit__img {
    width: 20%;
    margin-bottom: 15px;
    margin-right: 10px;
  }
}
.machine-unit__img img {
  display: block;
  height: 550px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .machine-unit__img img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .machine-unit__img.-next img {}
}
@media all and (max-width: 767px) {
  .machine-unit__img.-max img {}
}
.machine-unit__list li {
  margin-bottom: 20px;
  font-size: 2.4rem;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (max-width: 767px) {
  .machine-unit__list li {
    margin-bottom: 15px;
    font-size: 3.2vw;
    letter-spacing: .1em;
  }
}
.machine-unit__list li:last-child {
  margin-bottom: 0;
}
/*--------------------------------------
reason
----------------------------------------*/
.reason {
  padding: 0 0 160px 0;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}
@media all and (max-width: 767px) {
  .reason {
    padding: 0 0 75px 0;
  }
}
.reason-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  .reason-row {
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
}
.reason-row:last-child {
  margin-bottom: 0;
}
.reason-row__col-01 {
  width: 36%;
}
.reason-row__col-01 img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .reason-row__col-01 {
    width: 100%;
  }
  .reason-row__col-01 img {
    display: block;
    margin: 0 auto 20px auto;
  }
}
.reason-row__col-02 {
  width: 60%;
}
@media all and (max-width: 767px) {
  .reason-row__col-02 {
    width: 100%;
  }
}
.reason-data dt {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 400;
  color: #926C31;
}
@media all and (max-width: 767px) {
  .reason-data dt {
    font-size: 4.0vw;
    text-align: center;
  }
}
.reason-data__lead {
  width: 40%;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 2.0rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
  padding: 1% 2%;
  background-color: #6D6B6B;
}
@media all and (max-width: 767px) {
  .reason-data__lead {
    width: 100%;
    font-size: 2.5vw;
  }
}
.reason-data dd {
  line-height: 2.57143;
}
@media all and (max-width: 767px) {
  .reason-data dd {
    line-height: 2;
  }
}
.reason-data__txt {
  color: #c47ca7;
}
/*--------------------------------------
plans
----------------------------------------*/
.plans-main {
  margin-bottom: 140px;
}
@media all and (max-width: 767px) {
  .plans-main {
    margin-bottom: 70px;
  }
}
.plans-main img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media all and (max-width: 767px) {
  .plans-main img {
    height: 200px;
  }
}
/*--------------------------------------
clinic
----------------------------------------*/
.clinic {
  background: #f1f1f1;
  margin-bottom: 140px;
}
@media all and (max-width: 767px) {
  .clinic {
    margin-bottom: 70px;
  }
}
.clinic-ttl {
  margin-bottom: 70px;
  text-align: center;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  letter-spacing: .1em;
}
@media all and (max-width: 767px) {
  .clinic-ttl {
    margin-bottom: 45px;
    font-size: 1.8rem;
    line-height: 1.9;
    font-weight: 600;
  }
}
.clinic-ttl span {
  color: #C47CA7;
}
@media all and (max-width: 767px) {
  .clinic-ttl span {
    font-size: 3.7vw;
  }
}
.clinic-body {
  padding: 100px 0 90px 0;
}
@media all and (max-width: 767px) {
  .clinic-body {
    padding: 50px 0 45px 0;
  }
}
.clinic-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:40px 2%;
}
@media all and (max-width: 767px) {
  .clinic-list {
    gap:35px 2%;
  }
}
.clinic-list li {
  width: 35%;
  text-align: center;
  font-size: 2.4rem;
}
@media all and (max-width: 767px) {
  .clinic-list li {
    width: calc(50% - 15px);
    font-size: 1.5rem;
  }
}
.clinic-list li img {
  width: 100%;
  display: block;
  margin: 0 auto 20px auto;
}
@media all and (max-width: 767px) {
  .clinic-list li img {
    margin-bottom: 10px;
  }
}
.clinic-list__txt {
  display: block;
  color: #c47ca7;
}
.clinic-txt {
  text-align: center;
  line-height: 2.4;
}
@media all and (max-width: 767px) {
  .clinic-txt {
    margin: 0 -5vw;
    padding: 10vw 5vw;
    background: #fff;
    font-size: 1.2rem;
  }
}
/*--------------------------------------
step
----------------------------------------*/
.step {
  margin-bottom: 140px;
}
@media all and (max-width: 767px) {
  .step {
    margin-bottom: 70px;
  }
}
.step-unit {
  max-width: 820px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media all and (max-width: 767px) {
  .step-unit {
    padding-bottom: 40px;
  }
}
.step-unit:last-child {
  padding-bottom: 0;
}
.step-unit-accent {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 4.0rem;
  color: #C27BA7;
  margin: 0 auto 10px auto;
}
@media all and (max-width: 767px) {
  .step-unit-accent {
    font-size: 2.0rem;
    margin: 0 auto;
  }
}
.step-unit-accent span {
  font-size: 2.0rem;
  margin-right: 10px;
}
@media all and (max-width: 767px) {
  .step-unit-accent span {
    font-size: 1.5rem;
  }
}
.step-unit dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}
.step-unit dt {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 3rem;
}
@media all and (max-width: 767px) {
  .step-unit dt {
    margin-bottom: 2px;
    font-size: 2rem;
    font-weight: 600;
  }
}
.step-unit dt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #c47ca7;
}
@media all and (max-width: 767px) {
  .step-unit dt:after {
    border-color: #f0dbde;
  }
}
.step-unit dd {
  line-height: 2.57143;
}
@media all and (max-width: 767px) {
  .step-unit dd {
    line-height: 2;
  }
}
/*--------------------------------------
point
----------------------------------------*/
.point {
  margin-bottom: 140px;
}
@media all and (max-width: 767px) {
  .point {
    margin-bottom: 70px;
  }
}
.point-body {
  padding: 4% 0%;
  margin-bottom: 4%;
}
.point-body:last-child {
  margin-bottom: 0%;
}
@media all and (max-width: 767px) {
  .point-body {
    padding: 6% 0%;
    margin-bottom: 7%;
  }
}
.point-body-color-01 {
  background: linear-gradient(90deg, #F8EFF1 0%, #F8EFF1 40%, #ffffff 40%, #ffffff 100%);
}
.point-body-color-02 {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 60%, #F7F7F4 60%, #F7F7F4 100%);
}
.point-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 767px) {
  .point-inner {
    width: 96%;
  }
}
.point-img {
  width: 77.5%;
  box-shadow: 10px 10px 0px 0 rgba(188, 188, 188, 1);
}
@media all and (max-width: 767px) {
  .point-img {
    width: 77.5%;
    box-shadow: 3px 3px 0px 0 rgba(188, 188, 188, 1);
  }
}
.point-img img {
  width: 100%;
}
.point-img-01 {
  margin-left: 22.5%;
}
@media all and (max-width: 767px) {
  .point-img-01 {
    margin-left: 22.5%;
  }
}
.point-unit {
  width: 45%;
  position: absolute;
  top: 15%;
  left: 0;
}
@media all and (max-width: 767px) {
  .point-unit {
    width: 55%;
    top: 5%;
  }
}
.point-unit02 {
  width: 45%;
  position: absolute;
  top: 15%;
  right: 0;
}
@media all and (max-width: 767px) {
  .point-unit02 {
    width: 55%;
    top: 5%;
  }
}
.point-unit-text01, .point-unit-text02 {
  width: 96%;
}
.point-unit-text-accent {
  font-size: 12rem;
  font-family: 'Allura', cursive;
  color: #C27BA7;
  transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  position: absolute;
  top: -170px;
  line-height: 0.4em;
}
@media all and (max-width: 767px) {
  .point-unit-text-accent {
    font-size: 9.0vw;
    transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    top: -25%;
  }
}
.point-unit-text-accent span {
  display: block;
  font-size: 3rem;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  color: #C27BA7;
  text-align: right;
}
@media all and (max-width: 767px) {
  .point-unit-text-accent span {
    font-size: 2.5vw;
  }
}
.point-unit-text-ttl {
  font-size: 3.0rem;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-weight: 700;
  text-align: center;
  background-color: #C27BA7;
  color: #ffffff;
  padding: 1%;
  margin-right: 2%;
}
@media all and (max-width: 767px) {
  .point-unit-text-ttl {
    font-size: 3.3vw;
  }
}
.point-unit-text-text {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-weight: 700;
  text-align: center;
  background-color: #ffffff;
  padding: 2.5%;
  margin-left: 2%;
}
@media all and (max-width: 767px) {
  .point-unit-text-text {
    font-size: 3.1vw;
  }
}
.point-unit-text02 {
  margin: 5% 0 0 4%;
}
.point-unit-text02 .point-unit-text-ttl {
  background-color: #6D6B6B;
}
.point-text {
  font-size: 2.0rem;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  text-align: center;
  margin: 2% auto 0 auto;
}
@media all and (max-width: 767px) {
  .point-text {
    font-size: 1.2rem;
    text-align: left;
  }
}
.point-text p {
  margin: 2% auto 0 auto;
}
/*--------------------------------------
payment
----------------------------------------*/
.payment {
  margin-bottom: 140px;
}
@media all and (max-width: 767px) {
  .payment {
    margin-bottom: 70px;
  }
}
.payment-body {
  background-image: url("../img/payment-img.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .payment-body {
    width: 90%;
  }
}
.payment-unit {
  width: 70%;
  box-sizing: border-box;
  padding: 10% 5%;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 2.3rem;
  text-align: center;
  letter-spacing: -.05em;
}
@media all and (max-width: 767px) {
  .payment-unit {
    width: 75%;
    box-sizing: border-box;
    font-size: 3.0vw;
  }
}
.payment-unit__tit {
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 2.8rem;
  color: #926C31;
  margin: 0 auto 20px auto;
}
@media all and (max-width: 767px) {
  .payment-unit__tit {
    font-size: 3.5vw;
  }
}
.payment-unit__tit span {
  font-size: 3.3rem;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .payment-unit__tit span {
    font-size: 4.0vw;
  }
}
/*--------------------------------------
access
----------------------------------------*/
.access {
  margin-bottom: 140px;
}
@media all and (max-width: 767px) {
  .access {
    margin-bottom: 70px;
  }
}
.access-row {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .access-row {
    margin: 0 auto 40px auto;
    flex-direction: column;
  }
}
.access-row__col {
  width: 43%;
}
@media all and (max-width: 767px) {
  .access-row__col {
    width: 100%;
  }
  .access-row__col:last-child {
    margin-bottom: 0;
  }
}
.access-row__img {
  width: 55%;
}
.access-row__img img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .access-row__img {
    width: 100%;
  }
}
.access-map {}
@media all and (max-width: 767px) {
  .access-map {
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
  }
  .access-map iframe, .access-map object, .access-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.access-data {
  padding: 0% 4% 4%;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 1.5rem;
  line-height: 2.0em;
}
@media all and (max-width: 767px) {
  .access-data {
    font-size: 2.8vw;
    padding: 0 5% 5% 5%;
  }
}
.access-data dt {
  margin-bottom: 15px;
  font-size: 2.5rem;
}
@media all and (max-width: 767px) {
  .access-data dt {
    font-size: 4.0vw;
    text-align: center;
  }
}
.access-data dd p {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
/*--------------------------------------
plans
----------------------------------------*/
.plans {
  padding-bottom: 140px;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}
@media all and (max-width: 767px) {
  .plans {
    padding-bottom: 70px;
  }
}
.plans-row-b {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  font-size: 3rem;
  line-height: 1;
}
.plans-row-b__col {
  width: 32%;
  padding: 30px 0;
  border-bottom: 1px solid #cbcb9b;
  text-align: center;
}
.plans-row .plans-row-b__col {
  width: 50%;
}
.plans-data-b__font-s {
  font-size: 1.8rem;
}
.plans-b-ttl {
  width: 36%;
  padding: 30px 40px 30px 60px;
  border-bottom: 1px solid #cbcb9b;
}
.plans-row .plans-b-ttl {
  width: 50%;
}
.plans-b-txt {
  margin-bottom: 70px;
  text-align: right;
}
@media all and (max-width: 767px) {
  .plans {
    padding-bottom: 35px;
  }
  .plans-row-b {
    font-size: 1.6rem;
    line-height: 1;
  }
  .plans-row-b__col {
    padding: 15px 0;
  }
  .plans-b-ttl {
    padding: 15px 0;
  }
  .plans-data-b__font-s {
    display: block;
    font-size: 1.0rem;
  }
  .plans-b-txt {
    margin-bottom: 60px;
  }
}
/*--------------------------------------
goodpoints
----------------------------------------*/
.goodpoints {
  padding: 0 0 140px 0;
}
@media all and (max-width: 767px) {
  .goodpoints {
    padding: 0 0 70px 0;
  }
}
.goodpoints-txt {
  margin-bottom: 80px;
  text-align: center;
  font-size: 2.0rem;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  color: #926C31;
}
@media all and (max-width: 767px) {
  .goodpoints-txt {
    margin-bottom: 35px;
    line-height: 2;
    font-size: 1.5rem;
  }
}
.goodpoints-row {
  width: 100%;
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  .goodpoints-row {
    margin-bottom: 45px;
  }
}
.goodpoints-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 767px) {
  .goodpoints-box {
    flex-wrap: wrap;
  }
}
.goodpoints-row:last-child {
  margin-bottom: 0;
}
.goodpoints-data__ttl {
  margin-bottom: 20px;
  font-size: 3rem;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-weight: 400;
  letter-spacing: .1em;
  text-align: center;
}
@media all and (max-width: 767px) {
  .goodpoints-data__ttl {
    margin-bottom: 35px;
    font-size: 1.8rem;
  }
}
.goodpoints-row__col-01 {
  width: 280px;
}
@media all and (max-width: 767px) {
  .goodpoints-row__col-01 {
    width: 35%;
  }
  .goodpoints-row__col-01 img {
    display: block;
    width: 100%;
  }
}
.goodpoints-row__col-02 {
  width: calc(100% - 300px);
}
@media all and (max-width: 767px) {
  .goodpoints-row__col-02 {
    width: 60%;
  }
}
.goodpoints-data {
  line-height: 2.57143;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}
@media all and (max-width: 767px) {
  .goodpoints-data {
    line-height: 2;
  }
}
.goodpoints-data__txt {
  color: #9D477C;
}
.goodpoints__pop {
  position: relative;
  display: block;
  overflow: hidden;
}
.goodpoints__pop::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 4s ease-in-out infinite;
}
@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.goodpoints-data__sp-img {
  display: none;
}
@media all and (max-width: 767px) {
  .goodpoints-data__sp-img {
    display: block;
    width: 150px;
    margin: 30px auto 0 auto;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	bnr-cancel
/*-----------------------------------------------------------------------------------*/
.bnr-cancel {
  max-width: 870px;
  margin: 0 auto;
  padding-bottom: 140px;
}
.bnr-cancel img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .bnr-cancel {
    padding: 0 5vw 50px 5vw;
  }
}
/*==================================================
5.js ie
==================================================*/
.-js-tab-btn {
  cursor: pointer;
}
/*-----------------------------------------------------------------------------------*/
/* PLAN
/*-----------------------------------------------------------------------------------*/
.plan {
  padding-bottom: 140px;
}
.plan img {
  width: 100%;
  height: auto;
}
.plan_in {
  max-width: 870px;
  margin: 0 auto;
}
.plan_box {
  width: 100%;
}
.plan_box-item:not(:first-child) {
  margin-top: 50px;
}
.plan_box-accent {
  font-size: 27px;
  color: #E32177;
  text-align: center;
  margin-bottom: 10px;
}
.plan_box-tit {
  color: #51515A;
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width:730px) {
  .plan {
    padding-bottom: 50px;
  }
  .plan_in {
    margin: 0 10px;
  }
  .plan_box-item:not(:first-child) {
    margin-top: 30px;
  }
  .plan_box-accent {
    font-size: 4.1vw;
    margin-bottom: 10px;
  }
  .plan_box-tit {
    font-size: 4.8vw;
	font-weight: 600;
    margin-bottom: 20px;
  }
  .plan .notes {
    width: 100%;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	ANNOUNCE
/*-----------------------------------------------------------------------------------*/
.announce {
  width: 100%;
  padding: 85px 0 50px 0;
  background-color: #fff;
  margin: 0 0 160px 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
.announce__inner {
  max-width: 870px;
  width: 95%;
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 8px 6px -9px #8a8a8a;
  -moz-box-shadow: 0px 8px 6px -9px #8a8a8a;
  -webkit-box-shadow: 0px 8px 6px -9px #8a8a8a;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}
.announce__circle {
  position: absolute;
  top: -3%;
  left: -7%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  vertical-align: top;
  width: 200px;
  height: 200px;
  color: #fff;
  font-weight: bold;
  background-color: #EF0077;
}
.announce__circle .announce__circle-b {
  font-size: 120%;
}
.announce__circle .announce__circle-k {
  letter-spacing: -0.2em
}
.announce__circle-inner {
  font-size: 140%;
  line-height: 1.5em;
  letter-spacing: -0.03em
}
.announce__out-text {
  max-width: 870px;
  width: 95%;
  text-align: right;
  box-sizing: border-box;
  margin: 20px auto 0 auto;
  padding-left: 1em;
  text-indent: -1em;
}
.announce img {
  width: 100%;
}
.announce a:hover {
  opacity: 0.7;
}
.announce__accent {
  color: #394A72;
  font-size: 120%;
}
.announce__lead {
  width: 60%;
  color: #fff;
  font-size: 150%;
  background-color: #394A72;
  padding: 0.2em;
  margin: 10px auto 0 auto;
  border-radius: 25px;
}
.announce__tit {
  width: 90%;
  max-width: 717px;
  margin: 30px auto 0 auto;
}
.announce__tit-secondary {
  font-family: "Noto Serif JP", "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 200%;
  margin: 30px auto 0 auto;
}
.announce__notes {
  text-align: left;
  color: #394A72;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 120%;
  margin: 20px auto 0 auto;
}
.announce__notes p {
  padding-left: 1em;
  text-indent: -1em;
}
.announce__parts {
  margin: 20px auto 0 auto;
  width: 90%;
  max-width: 717px;
}
.announce__notes-secondary {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 18px;
  width: 70%;
  font-weight: bold;
  color: #8E7E4F;
  margin: 30px auto 40px auto;
  padding: 15px;
  border-top: solid 1px #8E7E4F;
  border-bottom: solid 1px #8E7E4F;
}
.announce__notes-secondary .announce__notes-secondary-price {
  font-size: 160%;
}
.announce__btn {
  width: 92%;
  max-width: 798px;
  margin: 30px auto 0 auto;
}
.announce__notes-out {
  width: 92%;
  text-align: right;
  margin: 20px auto 0 auto;
  font-size: 12px;
}
@media (max-width:1000px) {
  .announce__circle {
    left: -2%;
    width: 180px;
    height: 180px;
  }
}
@media (max-width:730px) {
  .announce {
    padding: 60px 0 25px 0;
    margin: 0 0 50px 0;
  }
  .announce__inner {
    width: 95%;
    padding: 20px;
  }
  .announce__circle {
    top: -10%;
    left: -2%;
    width: 90px;
    height: 90px;
  }
  .announce__circle-inner {
    font-size: 70%;
    line-height: 1.5em;
  }
  .announce__out-text {
    text-align: left;
    font-size: 72%;
  }
  .announce__accent {
    color: #394A72;
    font-size: 3.0vw;
  }
  .announce__lead {
    width: 80%;
    font-size: 4.0vw;
    padding: 0.2em;
    margin: 10px auto 0 auto;
  }
  .announce__tit {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .announce__tit-secondary {
    font-size: 5.1vw;
    margin: 20px auto 0 auto;
  }
  .announce__notes {
    font-size: 90%;
    margin: 10px auto 0 auto;
  }
  .announce__parts {
  width: 96%;
  margin: 10px auto 0 auto;
}
  .announce__notes-secondary {
    font-size: 3.5vw;
    width: 90%;
    font-weight: bold;
    color: #8E7E4F;
    margin: 20px auto 0 auto;
    padding: 2% 0;
  }
  .announce__btn {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .announce__notes-out {
    font-size: 10px;
    margin: 20px auto 0 auto;
    text-align: left;
  }
  .announce__notes-out p {
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media (max-width:370px) {
  .announce__circle {
    top: -19%;
  }
}