@charset "UTF-8";
body {
  font-size: 0.16rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  color: #501f1f;
  background-color: #edeae5;
}

@media screen and (max-width: 767.98px) {
  body {
    min-width: 320px;
  }
}

.wrapper:not(._nohide) {
  overflow: hidden;
}

.container_s {
  max-width: 9.2rem;
  margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
  .container_s {
    width: calc(100% - 0.4rem);
  }
}

.container_m {
  max-width: 11.6rem;
  margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
  .container_m {
    width: calc(100% - 0.4rem);
  }
}

.container_l {
  max-width: 12.6rem;
  margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
  .container_l {
    width: calc(100% - 0.2rem);
  }
}

a {
  color: #501f1f;
}

@media screen and (max-width: 767.98px) {
  img {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}

.objectfit {
  width: 100%;
  height: 100%;
}

.objectfit.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.objectfit.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

._el {
  font-family: "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
  font-style: italic;
}

.fixed_video {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -10;
}

.cmn_header {
  width: 100%;
  height: 0.76rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.cmn_header .__logo {
  width: 2.38rem;
}

.cmn_header .wrap {
  padding: 0 0.9rem 0 0.22rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #edeae5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cmn_header .wrap._active {
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

.cmn_header .__nav_lists_pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.2rem;
}

.cmn_header .__nav_lists_pc .__txt a {
  position: relative;
}

.cmn_header .__nav_lists_pc .__txt a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #a94d52;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (min-width: 768px) {
  .cmn_header .__nav_lists_pc .__txt a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.cmn_header .__nav_lists_pc .__txt img {
  width: auto;
  height: 0.12rem;
}

.cmn_header .__nav_lists_pc .__txt .__adjust {
  height: 0.1rem;
}

.cmn_header .__nav_lists_pc .__btn a {
  width: 2.13rem;
  height: 0.46rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0 0.2rem;
  border-radius: 0.12rem;
  background-color: #d9978b;
  position: relative;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.cmn_header .__nav_lists_pc .__btn a .__txt {
  width: auto;
  height: 0.128rem;
}

.cmn_header .__nav_lists_pc .__btn a .__deco {
  position: absolute;
  top: 0.09rem;
  right: 0.14rem;
}

.cmn_header .__nav_lists_pc .__btn a .__deco img {
  width: 0.27rem;
}

.cmn_header .__nav_lists_pc .__btn a:hover {
  opacity: 1;
  background-color: #a94d52;
}

.cmn_header .__global {
  width: 5rem;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 100;
  overflow: auto;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  padding: 0.15rem 0.95rem 0.2rem;
  background-color: #d9978b;
}

.cmn_header .__global._active {
  right: 0;
  min-height: 100dvh;
}

.cmn_header .__global .__btn a {
  width: 2.13rem;
  height: 0.46rem;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0 0.2rem;
  border-radius: 0.12rem;
  color: #a94d52;
  background-color: #fffffb;
  position: relative;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.cmn_header .__global .__btn a svg path {
  fill: #a94d52;
}

.cmn_header .__global .__btn a .__txt {
  font-size: 0.13rem;
}

.cmn_header .__global .__btn a .__deco {
  position: absolute;
  top: 0.09rem;
  right: 0.14rem;
}

.cmn_header .__global .__btn a .__deco img {
  width: 0.27rem;
}

.cmn_header .__global .__btn a:hover {
  opacity: 1;
  color: #fffffb;
  background-color: #a94d52;
}

.cmn_header .__global .__btn a:hover svg path {
  fill: #fffffb;
}

.cmn_header .__global .__lists_wrap {
  margin-top: 0.4rem;
  padding: 0.6rem 0.5rem;
  border-radius: 0.6rem 0 0.6rem 0;
  background-color: #fffffb;
  position: relative;
}

.cmn_header .__global .__lists_wrap::before, .cmn_header .__global .__lists_wrap::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cmn_header .__global .__lists_wrap::before {
  width: 0.61rem;
  height: 1.18rem;
  top: 0.14rem;
  left: -0.02rem;
  background-image: url(../../assets/img/cmn/nav_deco01.svg);
}

.cmn_header .__global .__lists_wrap::after {
  width: 0.89rem;
  height: 0.9rem;
  bottom: 0;
  right: 0;
  background-image: url(../../assets/img/cmn/nav_deco02.svg);
}

.cmn_header .__global .__lists_wrap .__cat {
  position: absolute;
  top: 0.24rem;
  right: 0;
  font-size: 0.8rem;
  color: #d9978b;
  opacity: 0.4;
  font-family: "Josefin Sans", sans-serif;
}

.cmn_header .__global .__lists .__txt a {
  position: relative;
}

.cmn_header .__global .__lists .__txt a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #a94d52;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (min-width: 768px) {
  .cmn_header .__global .__lists .__txt a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.cmn_header .__global .__lists li a {
  font-size: 0.14rem;
}

.cmn_header .__global .__lists li:not(:first-of-type) {
  margin-top: 0.18rem;
}

.cmn_header .__global .__lists .__insta {
  margin-top: 0.25rem !important;
}

.cmn_header .__global .__lists .__insta a {
  font-size: 0.14rem;
  width: 2.05rem;
  line-height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmn_header .__global .__lists .__insta a:hover .icon {
  background-color: #a94d52;
}

.cmn_header .__global .__lists .__insta .icon {
  width: 0.4rem;
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #d9978b;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.cmn_header .__global .__lists .__insta .icon img {
  width: 0.24rem;
}

.cmn_header .__global .__logo {
  margin: 0.35rem auto 0;
}

.cmn_header .__hamburger {
  width: 0.46rem;
  height: 0.46rem;
  position: fixed;
  top: 0.15rem;
  right: 0.2rem;
  cursor: pointer;
  z-index: 200;
  border: 1px solid #a94d52;
  border-radius: 50%;
}

.cmn_header .__hamburger span {
  width: 0.24rem;
  height: 0.02rem;
  display: block;
  position: absolute;
  left: calc(50% - 0.12rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #a94d52;
}

.cmn_header .__hamburger span:nth-child(1) {
  top: 0.17rem;
}

.cmn_header .__hamburger span:nth-child(2) {
  bottom: 0.17rem;
}

.cmn_header .__hamburger._active {
  border: 1px solid #fffffb;
}

.cmn_header .__hamburger._active span {
  background-color: #fffffb;
}

.cmn_header .__hamburger._active span:nth-child(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 0.21rem;
}

.cmn_header .__hamburger._active span:nth-child(2) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  bottom: 0.21rem;
}

@media screen and (max-width: 767.98px) {
  .cmn_header {
    height: 0.89rem;
  }
  .cmn_header .__logo {
    width: 1.7rem;
  }
  .cmn_header .wrap {
    padding: 0 0 0 0.12rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0 0 0.24rem 0.24rem;
  }
  .cmn_header .__global {
    width: 100%;
    padding: 0.9rem 0.15rem 0.2rem;
  }
  .cmn_header .__global .__lists_wrap {
    margin-top: 0;
    padding: 0.65rem 0.75rem;
  }
  .cmn_header .__global .__lists_wrap::before {
    width: 0.72rem;
    height: 1.37rem;
    top: 0.08rem;
    left: 0.03rem;
  }
  .cmn_header .__global .__lists_wrap::after {
    width: 1.13rem;
    height: 1.15rem;
    bottom: 0;
    right: 0;
  }
  .cmn_header .__global .__lists_wrap .__cat {
    position: absolute;
    top: 0.24rem;
    right: 0;
    font-size: 0.8rem;
    color: #d9978b;
    opacity: 0.4;
    font-family: "Josefin Sans", sans-serif;
  }
  .cmn_header .__global .__lists .__txt a {
    position: relative;
  }
  .cmn_header .__global .__lists .__txt a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #a94d52;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}

@media screen and (max-width: 767.98px) and (min-width: 768px) {
  .cmn_header .__global .__lists .__txt a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media screen and (max-width: 767.98px) {
  .cmn_header .__global .__lists li a {
    font-size: 0.14rem;
  }
  .cmn_header .__global .__lists li:not(:first-of-type) {
    margin-top: 0.2rem;
  }
  .cmn_header .__global .__lists .__insta {
    margin-top: 0.3rem !important;
  }
  .cmn_header .__global .__lists .__insta a {
    font-size: 0.14rem;
    width: 2.05rem;
    line-height: 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cmn_header .__global .__lists .__insta a:hover .icon {
    background-color: #a94d52;
  }
  .cmn_header .__global .__lists .__insta .icon {
    width: 0.4rem;
    height: 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    background-color: #d9978b;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .cmn_header .__global .__logo {
    width: 1.7rem;
    margin: 0;
    position: absolute;
    top: 0.25rem;
    left: 0.12rem;
  }
  .cmn_header .__hamburger {
    top: 0.21rem;
    right: 0.12rem;
  }
}

.menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(0.05rem);
  -webkit-backdrop-filter: blur(0.05rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9;
}

.menu_overlay._active {
  opacity: 1;
  visibility: visible;
}

.cmn_footer .__before {
  padding: 1.5rem 0 0.8rem;
}

.cmn_footer .__logo {
  width: 3.5rem;
}

.cmn_footer .__wrap {
  margin-top: 0.37rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmn_footer .__contact {
  width: 7.42rem;
  padding: 0.6rem 0.9rem;
  position: relative;
  color: #fffffb;
  background-color: #a94d52;
  border-radius: 1.2rem 0 1.2rem 0;
}

.cmn_footer .__contact .__contact_cat {
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  right: 0.13rem;
  opacity: 0.12;
  color: #fffffb;
  font-family: "Josefin Sans", sans-serif;
}

.cmn_footer .__contact .__contact_tit {
  font-size: 0.36rem;
  line-height: 1.4;
}

.cmn_footer .__contact .__child_wrap {
  margin-top: 0.17rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5rem;
}

.cmn_footer .__contact .__txt {
  font-size: 0.14rem;
  padding: 0 0.15rem;
  line-height: 1.3;
}

.cmn_footer .__contact .mod_btn02 {
  margin-top: 0.15rem;
}

.cmn_footer .__contact .mod_btn02 a:hover {
  color: #fde6e0;
  background-color: #a94d52;
  border: 1px solid #fde6e0;
}

.cmn_footer .__menu {
  width: 3.4rem;
}

.cmn_footer .__menu .__menu_tit {
  font-size: 0.24rem;
  text-align: center;
  color: #d9978b;
  font-family: "Josefin Sans", sans-serif;
}

.cmn_footer .__menu .__lists_wrap {
  margin-top: -0.1rem;
  padding: 0.45rem 0.7rem;
  border-radius: 0.6rem 0 0.6rem 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.15rem 0;
  background-color: rgba(217, 151, 139, 0.12);
}

.cmn_footer .__menu .__lists_wrap::before, .cmn_footer .__menu .__lists_wrap::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cmn_footer .__menu .__lists_wrap::before {
  width: 0.85rem;
  height: 1.36rem;
  top: -0.2rem;
  left: -0.23rem;
  background-image: url(../../assets/img/cmn/f_menu_deco01.svg);
}

.cmn_footer .__menu .__lists_wrap::after {
  width: 1.2rem;
  height: 1.46rem;
  bottom: -0.26rem;
  right: -0.35rem;
  background-image: url(../../assets/img/cmn/f_menu_deco02.svg);
}

.cmn_footer .__menu .__lists_wrap .__lists {
  width: 50%;
}

.cmn_footer .__menu .__lists_wrap .__lists li:not(:first-of-type) {
  margin-top: 0.15rem;
}

.cmn_footer .__menu .__lists_wrap .__lists li a {
  font-size: 0.14rem;
  position: relative;
}

.cmn_footer .__menu .__lists_wrap .__lists li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #a94d52;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (min-width: 768px) {
  .cmn_footer .__menu .__lists_wrap .__lists li a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.cmn_footer .__menu .__insta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.27rem auto 0;
}

.cmn_footer .__menu .__insta a {
  font-size: 0.14rem;
  width: 2.05rem;
  line-height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmn_footer .__menu .__insta a:hover .icon {
  background-color: #a94d52;
}

.cmn_footer .__menu .__insta .icon {
  width: 0.4rem;
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #d9978b;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.cmn_footer .__menu .__insta .icon img {
  width: 0.24rem;
}

.cmn_footer .__after {
  padding: 0.3rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d9978b;
}

.cmn_footer .__after a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 0.2rem;
  margin-right: 0.2rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border-right: 1px solid #fffffb;
}

.cmn_footer .__after a img {
  width: auto;
  height: 0.1rem;
}

.cmn_footer .__after a:hover {
  opacity: 0.7;
}

.cmn_footer .__after small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cmn_footer .__after small img {
  width: auto;
  height: 0.12rem;
}

@media screen and (max-width: 767.98px) {
  .cmn_footer .__before {
    padding: 0.84rem 0 1.85rem;
    position: relative;
  }
  .cmn_footer .__logo {
    width: 2.8rem;
    position: absolute;
    bottom: 0.6rem;
    left: calc(50% - 1.4rem);
  }
  .cmn_footer .__wrap {
    margin-top: 0.37rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.32rem 0;
  }
  .cmn_footer .__contact {
    width: 100%;
    padding: 0.43rem 0.32rem;
    border-radius: 0.6rem 0 0.6rem 0;
  }
  .cmn_footer .__contact .__contact_cat {
    font-size: 0.8rem;
    top: 0.1rem;
    right: 0;
  }
  .cmn_footer .__contact .__contact_tit {
    font-size: 0.24rem;
  }
  .cmn_footer .__contact .__child_wrap {
    margin-top: 0.34rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.24rem 0;
  }
  .cmn_footer .__contact .__txt {
    padding: 0 0.15rem;
  }
  .cmn_footer .__contact .mod_btn02 {
    margin-top: 0.15rem;
  }
  .cmn_footer .__contact .mod_btn02 a:hover {
    color: #fde6e0;
    background-color: #a94d52;
    border: 1px solid #fde6e0;
  }
  .cmn_footer .__menu {
    width: 100%;
  }
  .cmn_footer .__menu .__lists_wrap {
    padding: 0.43rem 0.7rem;
    gap: 0.15rem 0;
  }
  .cmn_footer .__menu .__lists_wrap::before {
    left: -0.2rem;
  }
  .cmn_footer .__menu .__lists_wrap::after {
    right: -0.3rem;
  }
  .cmn_footer .__menu .__lists_wrap .__lists {
    width: 50%;
  }
  .cmn_footer .__menu .__lists_wrap .__lists li:not(:first-of-type) {
    margin-top: 0.15rem;
  }
  .cmn_footer .__menu .__lists_wrap .__lists li a {
    font-size: 0.14rem;
    position: relative;
  }
  .cmn_footer .__menu .__lists_wrap .__lists li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #a94d52;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}

@media screen and (max-width: 767.98px) and (min-width: 768px) {
  .cmn_footer .__menu .__lists_wrap .__lists li a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media screen and (max-width: 767.98px) {
  .cmn_footer .__menu .__insta {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.27rem auto 0;
  }
  .cmn_footer .__menu .__insta a {
    font-size: 0.14rem;
    width: 2.05rem;
    line-height: 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cmn_footer .__menu .__insta a:hover .icon {
    background-color: #a94d52;
  }
  .cmn_footer .__menu .__insta .icon {
    width: 0.4rem;
    height: 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    background-color: #d9978b;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .cmn_footer .__after {
    padding: 0.15rem 0;
  }
  .cmn_footer .__after a {
    padding-right: 0.1rem;
    margin-right: 0.1rem;
  }
  .cmn_footer .__after a img {
    height: 0.07rem;
  }
  .cmn_footer .__after small img {
    height: 0.08rem;
  }
}

.mod_sticky_content {
  width: 3.58rem;
  position: fixed;
  left: calc(50% - 1.79rem);
  bottom: -100%;
  z-index: 5;
  -webkit-transition: bottom 0.7s;
  transition: bottom 0.7s;
}

.mod_sticky_content img {
  width: 100%;
}

.mod_sticky_content._show {
  bottom: 0;
}

.noentry {
  margin-top: 0.6rem;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .noentry {
    margin-top: 0.4rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/* --------------------------------------------------------------
   Module_Element
-------------------------------------------------------------- */
.mod_tit01 {
  position: relative;
}

.mod_tit01 .__ja {
  font-size: 0.36rem;
  line-height: 1.4;
}

.mod_tit01 .__en {
  position: absolute;
  z-index: -1;
  font-size: 2.8rem;
  color: #fffffb;
  opacity: 0.4;
  font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 767.98px) {
  .mod_tit01 .__ja {
    font-size: 0.26rem;
  }
  .mod_tit01 .__en {
    font-size: 0.8rem;
  }
}

.mod_btn01 {
  position: relative;
  z-index: 1;
}

.mod_btn01 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.2rem;
  color: #501f1f;
}

.mod_btn01 a .__arrow {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  display: block;
  background-color: #d9978b;
  position: relative;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.mod_btn01 a .__arrow::before, .mod_btn01 a .__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 0.05rem);
  width: 0.11rem;
  height: 0.02rem;
  border-radius: 1rem;
  background-color: #fffffb;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}

.mod_btn01 a .__arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_btn01 a .__arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mod_btn01 a:hover .__arrow {
  background-color: #a94d52;
}

.mod_btn02 {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.mod_btn02::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0.025rem;
  right: -0.02rem;
  border-radius: 0.305rem;
  background-color: rgba(0, 0, 0, 0.25);
}

.mod_btn02 a {
  display: block;
  width: 2.54rem;
  text-align: right;
  line-height: 0.59rem;
  padding-right: 0.2rem;
  border-radius: 0.61rem;
  color: #a94d52;
  background-color: #fde6e0;
  border: 1px solid #fde6e0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mod_btn02 a:hover {
  color: #fffffb;
  background-color: #d9978b;
  border: 1px solid #d9978b;
}

.mod_btn02 a:hover .__icon svg {
  fill: #fffffb;
}

.mod_btn02 .__icon {
  width: 0.31rem;
  height: 0.31rem;
  position: absolute;
  left: 0.2rem;
}

.mod_btn02 .__icon svg {
  fill: #a94d52;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}

.mod_btn02._bubble .__icon {
  top: calc(50% - 0.2rem);
}

.mod_btn02._large a {
  width: 2.7rem;
}

.mod_reviews_item li {
  padding: 0.4rem 0.55rem 0.4rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6rem;
  position: relative;
  background-color: #fde6e0;
  border-radius: 1.2rem 0 1.2rem 0;
}

.mod_reviews_item li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0.07rem;
  right: -0.1rem;
  border-radius: 1.2rem 0 1.2rem 0;
  background-color: #d9978b;
}

.mod_reviews_item li:not(:first-of-type) {
  margin-top: 0.4rem;
}

.mod_reviews_item li .__summary {
  width: 5.85rem;
}

.mod_reviews_item li .__tit {
  font-size: 0.24rem;
  line-height: 1.4;
  text-indent: -1em;
}

.mod_reviews_item li .__cat {
  margin-top: 0.1rem;
  font-size: 0.14rem;
}

.mod_reviews_item li .__lists {
  margin-top: 0.23rem;
}

.mod_reviews_item li .__lists dt {
  padding-left: 0.2rem;
  position: relative;
}

.mod_reviews_item li .__lists dt::before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  position: absolute;
  top: 0.05rem;
  left: 0;
  border-radius: 50%;
  background-color: #d9978b;
}

.mod_reviews_item li .__lists dd {
  margin-top: 0.1rem;
  padding: 0.12rem 0.2rem;
  border-radius: 0.08rem;
  background-color: rgba(217, 151, 139, 0.2);
}

.mod_reviews_item li .__txt {
  margin-top: 1em;
  line-height: 1.6;
}

.mod_reviews_item li .__icon {
  width: 1.3rem;
}

@media screen and (max-width: 767.98px) {
  .mod_reviews_item li {
    padding: 0.4rem 0.25rem 0.36rem 0.25rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.25rem 0;
    border-radius: 0.6rem 0 0.6rem 0;
  }
  .mod_reviews_item li::before {
    top: 0.07rem;
    right: -0.06rem;
    border-radius: 0.6rem 0 0.6rem 0;
  }
  .mod_reviews_item li:not(:first-of-type) {
    margin-top: 0.4rem;
  }
  .mod_reviews_item li .__summary {
    width: 100%;
  }
  .mod_reviews_item li .__tit {
    font-size: 0.18rem;
    text-indent: -1em;
    white-space: nowrap;
  }
  .mod_reviews_item li .__cat {
    margin-top: 0.07rem;
  }
  .mod_reviews_item li .__lists {
    margin-top: 0.24rem;
  }
  .mod_reviews_item li .__lists dt {
    padding-left: 0.16rem;
  }
  .mod_reviews_item li .__lists dt::before {
    top: 0.05rem;
  }
  .mod_reviews_item li .__lists dd {
    margin-top: 0.08rem;
    padding: 0.07rem 0.2rem;
    line-height: 1.4;
  }
  .mod_reviews_item li .__txt {
    margin-top: 0.8em;
    line-height: 1.4;
  }
  .mod_reviews_item li .__icon {
    width: 100%;
    text-align: center;
  }
  .mod_reviews_item li .__icon img {
    width: 0.68rem;
  }
}

.mod_news_lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 1rem 0.4rem;
}

.mod_news_lists li:nth-child(3n + 2) {
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
}

.mod_news_lists li:nth-child(3n + 3) {
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
}

.mod_news_lists li a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.mod_news_lists li a:hover {
  opacity: 0.7;
}

.mod_news_lists .thumb {
  aspect-ratio: 90 / 61;
  overflow: hidden;
  border-radius: 0.8rem 0 0.8rem;
}

.mod_news_lists .__tit {
  padding: 0.17rem 0.19rem 0.12rem;
  font-size: 0.18rem;
  line-height: 1.4;
}

.mod_news_lists .__date {
  padding-right: 0.2rem;
  text-align: right;
  font-size: 0.14rem;
}

@media screen and (max-width: 767.98px) {
  .mod_news_lists {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 0.35rem 0;
  }
  .mod_news_lists li:nth-child(3n + 2) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .mod_news_lists li:nth-child(3n + 3) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .mod_news_lists .thumb {
    aspect-ratio: 35 / 22;
    border-radius: 0.6rem 0 0.6rem;
  }
  .mod_news_lists .__tit {
    padding: 0.18rem 0.14rem 0.13rem;
  }
  .mod_news_lists .__date {
    padding-right: 0.15rem;
  }
}

.mod_under_mv {
  margin: 0.74rem 0.36rem 0.3rem;
}

.mod_under_mv .__bg {
  height: 4.2rem;
  padding: 0 0.64rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.4rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mod_under_mv .__bg::before, .mod_under_mv .__bg::after {
  content: "";
  position: absolute;
}

.mod_under_mv .__bg::before {
  width: 7.44rem;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0.4rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.15)), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15), white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15), white);
}

.mod_under_mv .__bg::after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mod_under_mv .__tit {
  position: relative;
  z-index: 1;
  text-align: right;
}

@media screen and (max-width: 767.98px) {
  .mod_under_mv {
    margin: 0.89rem 0.15rem 0.3rem;
  }
  .mod_under_mv .__bg {
    height: calc(100vh - 1.14rem);
    padding: 0 0.15rem 0.4rem;
    border-radius: 0.2rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mod_under_mv .__bg::before {
    width: 100%;
    height: 3.8rem;
    top: auto;
    bottom: 0;
    right: 0;
    border-radius: 0.2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.3)), to(white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), white);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), white);
  }
  .mod_under_mv .__bg::after {
    content: none;
  }
}

.mod_col3_layout_tit {
  font-size: 0.36rem;
  text-align: center;
  line-height: 1.4;
}

.mod_col3_layout_lists {
  margin-top: 0.87rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}

.mod_col3_layout_lists li {
  width: 3.66rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mod_col3_layout_lists li:nth-child(3n + 2) {
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
}

.mod_col3_layout_lists li:nth-child(3n + 3) {
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
}

.mod_col3_layout_img {
  height: 3.8rem;
}

.mod_col3_layout_img img {
  border-radius: 1.2rem 0 1.2rem 0;
}

.mod_col3_layout_stit {
  margin-top: 0.38rem;
  font-size: 0.24rem;
}

.mod_col3_layout_cat {
  margin: 0.14rem -1em 0 0;
  line-height: 1.4;
}

.mod_col3_layout_desc {
  height: 100%;
  margin-top: 0.07rem;
  padding: 0.17rem 0.24rem;
  line-height: 1.4;
  border-radius: 0.08rem;
  background-color: rgba(217, 151, 139, 0.2);
}

@media screen and (max-width: 767.98px) {
  .mod_col3_layout_tit {
    font-size: 0.24rem;
  }
  .mod_col3_layout_lists {
    margin-top: 0.5rem;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 0.45rem 0;
  }
  .mod_col3_layout_lists li {
    width: 100%;
    display: block;
  }
  .mod_col3_layout_lists li:nth-child(3n + 2) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .mod_col3_layout_lists li:nth-child(3n + 3) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .mod_col3_layout_stit {
    padding: 0 0.15rem;
    margin-top: 0.34rem;
    font-size: 0.24rem;
  }
  .mod_col3_layout_cat {
    margin: 0.12rem 0 0 0;
    padding: 0 0.15rem;
    line-height: 1.4;
  }
  .mod_col3_layout_desc {
    height: auto;
    margin: 0.15rem 0.15rem 0;
    padding: 0.15rem 0.24rem;
  }
}

.mod_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mod_contact_img {
  width: 4.4rem;
  position: relative;
}

.mod_contact_img::after {
  content: "";
  width: 0.86rem;
  height: 1.49rem;
  position: absolute;
  bottom: -0.19rem;
  left: -0.25rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/img/cmn/mod_contact_deco.svg);
}

.mod_contact_img img {
  border-radius: 1.2rem 0 1.2rem 0;
}

.mod_contact_summary {
  width: 5.8rem;
}

.mod_contact_tit {
  font-size: 0.36rem;
  line-height: 1.4;
}

.mod_contact_cat {
  margin-top: 1em;
  font-size: 0.24rem;
  line-height: 1.4;
}

.mod_contact_txt {
  margin-top: 0.35rem;
  line-height: 1.6;
}

.mod_contact_wrap {
  margin-top: 0.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.33rem;
}

@media screen and (max-width: 767.98px) {
  .mod_contact {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.32rem 0;
  }
  .mod_contact_img {
    width: 100%;
    height: 2.11rem;
  }
  .mod_contact_img::after {
    width: 0.65rem;
    height: 1.13rem;
    bottom: -0.12rem;
    left: -0.2rem;
  }
  .mod_contact_img img {
    border-radius: 0.6rem 0 0.6rem 0;
  }
  .mod_contact_summary {
    width: 100%;
    padding: 0 0.15rem;
  }
  .mod_contact_tit {
    font-size: 0.26rem;
    margin-left: -0.5em;
  }
  .mod_contact_txt {
    margin-top: 0.26rem;
  }
  .mod_contact_wrap {
    margin-top: 0.26rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.13rem 0;
  }
}

._mod_under_layout {
  padding: 1.6rem 0 2rem;
  background-color: #edeae5;
}

@media screen and (max-width: 767.98px) {
  ._mod_under_layout {
    padding: 0.8rem 0 1rem;
  }
}

.breadcrumbs {
  font-size: 0.12rem;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.05rem;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

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

.breadcrumbs span {
  vertical-align: middle;
}

.breadcrumbs span a {
  text-decoration: none;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  vertical-align: text-top;
}

.breadcrumbs span a:hover {
  opacity: 0.7;
}

.breadcrumbs span a::after {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 0.16rem;
  margin: 0 0.2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../../assets/img/cmn/breadcrumbs_arrow.svg);
}

.breadcrumbs span:last-child a::after {
  content: "";
}

.breadcrumbs span:last-child {
  pointer-events: none;
}

.breadcrumbs span:first-of-type img {
  width: 0.16rem;
}

@media screen and (max-width: 767.98px) {
  .breadcrumbs {
    padding: 0.12rem 0 0.6rem;
  }
}

.mod_pager {
  margin-top: 1.38rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mod_pager a,
.mod_pager .current,
.mod_pager .extend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.42rem;
  height: 0.42rem;
  margin: 0.05rem;
  border-radius: 50%;
}

.mod_pager a {
  font-size: 0.16rem;
  color: #fffffb;
  background-color: rgba(217, 151, 139, 0.5);
}

@media screen and (min-width: 768px) {
  .mod_pager a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .mod_pager a:hover {
    opacity: 0.7;
  }
  .mod_pager a:hover {
    opacity: 1;
    background-color: #d9978b;
  }
}

.mod_pager a.previouspostslink, .mod_pager a.nextpostslink {
  padding: 0.07rem 0.1rem 0.07rem;
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  width: 0.42rem;
  margin: 0.03rem;
  color: #501f1f;
  background-color: transparent;
}

.mod_pager .current {
  color: #fffffb;
  background-color: #d9978b;
}

@media screen and (max-width: 767.98px) {
  .mod_pager {
    margin-top: 0.4rem;
  }
}

.post_content {
  margin-top: 0.8rem;
}

@media screen and (max-width: 767.98px) {
  .post_content {
    margin-top: 0.45rem;
  }
}

.post_content .wp-block {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6,
.post_content .wp-block-heading {
  line-height: 1.5;
  margin: 0 0 1.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.post_content h1,
.post_content .wp-block-heading.is-style-h1 {
  font-size: 0.2rem;
}

.post_content h2,
.post_content .wp-block-heading.is-style-h2 {
  font-size: 0.22rem;
}

.post_content h3,
.post_content .wp-block-heading.is-style-h3 {
  font-size: 0.2rem;
}

.post_content h4,
.post_content .wp-block-heading.is-style-h4 {
  font-size: 0.18rem;
}

.post_content h5,
.post_content .wp-block-heading.is-style-h5 {
  font-size: 0.16rem;
}

.post_content h6,
.post_content .wp-block-heading.is-style-h6 {
  font-size: 0.14rem;
}

.post_content p,
.post_content .wp-block-paragraph {
  margin: 0 0 2.3em;
  font-size: 0.14rem;
  line-height: 1.85;
  letter-spacing: 0.1em;
}

.post_content figure.wp-block-image {
  padding: 5%;
}

.post_content figure.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.post_content figure.wp-block-image figcaption {
  font-size: 0.12rem;
  margin-top: 1em;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.post_content .wp-block-columns-is-layout-flex figure.wp-block-image {
  padding: 0;
}

.post_content blockquote,
.post_content .wp-block-quote {
  background: #f1f1f1;
  padding: 1em;
  margin: 1em auto;
}

.post_content blockquote p,
.post_content .wp-block-quote p {
  margin-bottom: 0;
}

.post_content blockquote p ~ p,
.post_content .wp-block-quote p ~ p {
  margin-top: 1em;
}

.post_content ul,
.post_content ol,
.post_content .wp-block-list {
  margin: 1em 0 1em 1.5em;
}

.post_content ul li,
.post_content .wp-block-list li {
  list-style: outside disc;
  line-height: 1.45;
}

.post_content ul li:not(:first-of-type),
.post_content .wp-block-list li:not(:first-of-type) {
  margin-top: 1em;
}

.post_content ul li::marker,
.post_content .wp-block-list li::marker {
  color: #000;
  font-size: 0.15rem;
}

.post_content ol li,
.post_content .wp-block-list li {
  list-style: outside decimal;
  line-height: 1.45;
}

.post_content ol li:not(:first-of-type),
.post_content .wp-block-list li:not(:first-of-type) {
  margin-top: 1em;
}

.post_content ol li::marker,
.post_content .wp-block-list li::marker {
  color: #000;
  font-size: 0.15rem;
}

.post_content ul.wp-block-list li {
  list-style: outside disc;
}

.post_content ol.wp-block-list li {
  list-style: outside decimal;
}

.post_content ol.wp-block-list li::marker {
  font-size: 0.15rem;
}

.post_content a {
  text-decoration: underline;
  color: #0b3a8e;
}

.post_content em {
  font-style: italic;
}

.post_content .wp-block-group {
  margin: 2em 0;
}

.post_content .wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}

@media screen and (max-width: 767.98px) {
  .post_content .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.post_content .wp-block-embed,
.post_content figure.wp-block-embed,
.post_content .wp-block-embed__wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.post_content .wp-block-embed iframe,
.post_content figure.wp-block-embed iframe,
.post_content .wp-block-embed__wrapper iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}

.post_content iframe[src*="youtube.com"],
.post_content iframe[src*="youtu.be"],
.post_content iframe[src*="vimeo.com"],
.post_content iframe[src*="maps.google"],
.post_content iframe[src*="dailymotion.com"],
.post_content iframe[src*="soundcloud.com"] {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}

.mod_form_wrap .__lists dt:not(:first-of-type) {
  margin-top: 0.45rem;
}

.mod_form_wrap .__lists dt .__req {
  color: #ff0000;
}

.mod_form_wrap .__lists dd {
  margin-top: 0.12rem;
  position: relative;
}

.mod_form_wrap .__lists input[type="text"],
.mod_form_wrap .__lists input[type="email"],
.mod_form_wrap .__lists input[type="tel"],
.mod_form_wrap .__lists textarea {
  width: 100%;
  padding: 0.1rem 0.2rem;
  border: 1px solid #e3e8f2;
  font-size: 0.14rem;
}

.mod_form_wrap .__lists input[type="text"],
.mod_form_wrap .__lists input[type="email"],
.mod_form_wrap .__lists input[type="tel"],
.mod_form_wrap .__lists select {
  height: 0.6rem;
}

.mod_form_wrap .__lists select {
  padding: 0.1rem;
  border: 1px solid #e3e8f2;
  font-size: 0.14rem;
  margin-right: 0.15rem;
  background-color: #fffffb;
}

.mod_form_wrap .__lists textarea {
  min-height: 3rem;
  padding: 0.2rem;
}

.mod_form_wrap .__lists .wpcf7-not-valid-tip {
  display: block;
  font-size: 0.12rem;
  margin-top: 0.1rem;
  font-weight: 500;
  color: #ff0000;
  white-space: nowrap;
}

.mod_form_wrap .__lists .__disabled input[type="text"] {
  background-color: #e3e8f2;
  pointer-events: none;
}

.mod_form_wrap .__lists .__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.15rem;
}

.mod_form_wrap .__lists .__inner {
  position: relative;
}

.mod_form_wrap .__lists .__inner .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -0.4rem;
}

.mod_form_wrap .__lists ._large select {
  width: 1.6rem;
}

.mod_form_wrap .__lists ._small select {
  width: 0.8rem;
}

.mod_form_wrap .privacy {
  margin-top: 0.6rem;
  text-align: center;
}

.mod_form_wrap .privacy a {
  color: #0b3a8e;
  text-decoration: underline;
}

.mod_form_wrap .privacy .__req {
  color: #ff0000;
}

.mod_form_wrap .submit_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.6rem auto 0;
  text-align: center;
  position: relative;
}

.mod_form_wrap .submit_btn input {
  width: 3.2rem;
  height: 0.8rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.16rem;
  border-radius: 0.4rem;
  color: #0b3a8e;
  border: 1px solid #0b3a8e;
  background-color: #fffffb;
}

@media screen and (min-width: 768px) {
  .mod_form_wrap .submit_btn input:hover {
    opacity: 1;
    color: #fffffb;
    background-color: #0b3a8e;
  }
}

.mod_form_wrap .submit_btn .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}

@media screen and (max-width: 767.98px) {
  .mod_form_wrap .__lists dt:not(:first-of-type) {
    margin-top: 0.3rem;
  }
  .mod_form_wrap .__lists dd {
    margin-top: 0.05rem;
  }
  .mod_form_wrap .__lists input[type="text"],
  .mod_form_wrap .__lists input[type="email"],
  .mod_form_wrap .__lists input[type="tel"],
  .mod_form_wrap .__lists textarea {
    width: 100%;
    padding: 0.1rem 0.1rem;
    font-size: 0.12rem;
  }
  .mod_form_wrap .__lists input[type="text"],
  .mod_form_wrap .__lists input[type="email"],
  .mod_form_wrap .__lists input[type="tel"],
  .mod_form_wrap .__lists select {
    height: 0.4rem;
  }
  .mod_form_wrap .__lists select {
    font-size: 0.12rem;
    margin-right: 0.1rem;
  }
  .mod_form_wrap .__lists textarea {
    min-height: 2rem;
  }
  .mod_form_wrap .__lists .wpcf7-not-valid-tip {
    font-size: 0.1rem;
    margin-top: 0.05rem;
  }
  .mod_form_wrap .__lists .__wrap {
    gap: 0 0.1rem;
  }
  .mod_form_wrap .__lists .__inner .wpcf7-not-valid-tip {
    bottom: -0.26rem;
  }
  .mod_form_wrap .__lists ._large select {
    width: 1rem;
  }
  .mod_form_wrap .__lists ._small select {
    width: 0.65rem;
  }
  .mod_form_wrap .privacy {
    margin-top: 0.4rem;
  }
  .mod_form_wrap .submit_btn {
    margin: 0.4rem auto 0;
  }
  .mod_form_wrap .submit_btn input {
    width: 2.8rem;
    height: 0.6rem;
    font-size: 0.16rem;
    border-radius: 0.4rem;
  }
}

/* TOP
--------------------------------------------------------------*/
.top_mv {
  padding-bottom: 0.4rem;
}

.top_mv .__wrap {
  height: calc(100vh - 1.14rem);
  margin: 0.74rem 0.4rem 0;
  min-height: 5rem;
  position: relative;
  overflow: hidden;
}

.top_mv .__wrap::before {
  content: "";
  width: 10.7rem;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  border-radius: 0.4rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(157, 159, 146, 0)), color-stop(rgba(160, 164, 150, 0.4)), to(#929486));
  background: -webkit-linear-gradient(left, rgba(157, 159, 146, 0), rgba(160, 164, 150, 0.4), #929486);
  background: linear-gradient(to right, rgba(157, 159, 146, 0), rgba(160, 164, 150, 0.4), #929486);
}

.top_mv .__cat {
  position: absolute;
  top: 50%;
  right: 0.45rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.top_mv .__cat img {
  width: 5.89rem;
}

.top_mv .__btn {
  position: absolute;
  bottom: -0.25rem;
  right: 0;
  z-index: 2;
}

.top_mv .__btn img {
  width: 2.38rem;
}

.top_mv .__mv_swiper,
.top_mv .swiper-wrapper,
.top_mv .swiper-slide {
  height: 100%;
}

.top_mv .__mv_swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.4rem;
}

@media screen and (max-width: 767.98px) {
  .top_mv {
    padding-bottom: 0;
  }
  .top_mv .__wrap {
    height: calc(100svh - 1.14rem);
    margin: 0.89rem 0.15rem 0;
    min-height: 4rem;
    position: relative;
    overflow: hidden;
  }
  .top_mv .__wrap::before {
    width: 100%;
    height: 5rem;
    top: auto;
    bottom: 0;
    border-radius: 0.2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(157, 159, 146, 0)), color-stop(rgba(160, 164, 150, 0.4)), to(#929486));
    background: -webkit-linear-gradient(top, rgba(157, 159, 146, 0), rgba(160, 164, 150, 0.4), #929486);
    background: linear-gradient(to bottom, rgba(157, 159, 146, 0), rgba(160, 164, 150, 0.4), #929486);
  }
  .top_mv .__cat {
    position: absolute;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    bottom: 0.43rem;
    left: 0.12rem;
  }
  .top_mv .__cat img {
    width: 2.32rem;
  }
  .top_mv .__btn {
    position: absolute;
    bottom: -0.25rem;
    right: 0;
    z-index: 2;
  }
  .top_mv .__btn img {
    width: 2.38rem;
  }
  .top_mv .__mv_swiper img {
    border-radius: 0.2rem;
  }
}

.top_concept {
  padding: 2.54rem 0 0;
}

.top_concept .mod_tit01 .__en {
  top: -1.32rem;
  left: -6.4rem;
}

.top_concept .__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_concept .__img {
  width: 4.4rem;
  position: relative;
}

.top_concept .__img::after {
  content: "";
  width: 1.43rem;
  height: 1.93rem;
  position: absolute;
  bottom: -0.77rem;
  right: -0.3rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/img/top/concept_deco.svg);
}

.top_concept .__img img {
  border-radius: 1.2rem 0 1.2rem 0;
}

.top_concept .__summary {
  width: 5.8rem;
}

.top_concept .__txt {
  margin-top: 0.37rem;
}

.top_concept .__desc {
  line-height: 1.6;
}

.top_concept .__desc:not(:first-of-type) {
  margin-top: 1.7em;
}

.top_concept .mod_btn01 {
  margin-top: 0.59rem;
}

@media screen and (max-width: 767.98px) {
  .top_concept {
    padding: 1.54rem 0 0;
  }
  .top_concept .mod_tit01 .__en {
    top: -3.13rem;
    left: 0.51rem;
  }
  .top_concept .__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.32rem 0;
  }
  .top_concept .__img {
    width: 100%;
  }
  .top_concept .__img::after {
    width: 0.93rem;
    height: 1.27rem;
    bottom: -0.3rem;
    right: -0.2rem;
  }
  .top_concept .__img img {
    border-radius: 0.6rem 0 0.6rem 0;
  }
  .top_concept .__summary {
    width: 100%;
    padding: 0 0.15rem;
  }
  .top_concept .__txt {
    margin-top: 0.26rem;
  }
  .top_concept .__desc {
    line-height: 1.6;
  }
  .top_concept .__desc:not(:first-of-type) {
    margin-top: 1.7em;
  }
  .top_concept .mod_btn01 {
    margin-top: 0.32rem;
  }
}

.top_method {
  padding: 3.2rem 0 0;
}

.top_method .__f_txt {
  margin-top: 0.35rem;
  text-align: center;
  line-height: 1.6;
}

.top_method .mod_tit01 {
  text-align: center;
}

.top_method .mod_tit01 .__en {
  top: -1.31rem;
  left: 2.39rem;
}

.top_method .__item_wrap {
  margin-top: 0.74rem;
}

.top_method .__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_method .__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.top_method .__item:not(:first-of-type) {
  margin-top: 0.35rem;
}

.top_method .__item .__img {
  width: 5.8rem;
  position: relative;
}

.top_method .__item .__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.top_method .__item .__img img {
  border-radius: 1.2rem 0 1.2rem 0;
}

.top_method .__item .__summary {
  width: 5.14rem;
}

.top_method .__item .__tit {
  font-size: 0.24rem;
}

.top_method .__item .__lists01 {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.top_method .__item .__lists01 dt,
.top_method .__item .__lists01 dd {
  line-height: 1.6;
}

.top_method .__item .__lists01 dt {
  width: 0.5rem;
}

.top_method .__item .__lists01 dd {
  width: calc(100% - 0.5rem);
}

.top_method .__item .__desc {
  margin-top: 1em;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.top_method .__item .__lists_02_wrap {
  margin-top: 0.3rem;
  padding: 0.27rem 0 0.27rem 0.39rem;
  position: relative;
  border-radius: 0.08rem;
  background-color: rgba(217, 151, 139, 0.2);
}

.top_method .__item .__cat {
  position: absolute;
  top: 0.1rem;
  right: 0;
  font-size: 0.8rem;
  color: #fffffb;
  opacity: 0.4;
  font-family: "Josefin Sans", sans-serif;
}

.top_method .__item .__lists02 li {
  padding-left: 0.26rem;
  line-height: 1.6;
  position: relative;
}

.top_method .__item .__lists02 li::before {
  content: "";
  width: 0.2rem;
  height: 0.14rem;
  position: absolute;
  top: 0.06rem;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/img/top/method_check.svg);
}

.top_method .__item .mod_btn01 {
  margin-top: 0.25rem;
}

.top_method .__item._item01 .__img::after {
  width: 1.31rem;
  height: 1.93rem;
  background-image: url(../../assets/img/top/method_deco01.svg);
}

.top_method .__item._item02 .__img::after {
  width: 1.18rem;
  height: 1.91rem;
  background-image: url(../../assets/img/top/method_deco02.svg);
}

@media screen and (max-width: 767.98px) {
  .top_method {
    padding: 1.35rem 0 0;
  }
  .top_method .__f_txt {
    margin-top: 0.3rem;
  }
  .top_method .mod_tit01 .__en {
    top: -0.6rem;
    left: 0.9rem;
  }
  .top_method .__item_wrap {
    margin-top: 0.45rem;
  }
  .top_method .__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.37rem 0;
  }
  .top_method .__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .top_method .__item:not(:first-of-type) {
    margin-top: 0.48rem;
  }
  .top_method .__item .__img {
    width: 100%;
  }
  .top_method .__item .__img img {
    border-radius: 0.72rem 0 0.72rem 0;
  }
  .top_method .__item .__summary {
    width: 100%;
    padding: 0 0.15rem;
  }
  .top_method .__item .__tit {
    font-size: 0.24rem;
  }
  .top_method .__item .__lists01 {
    margin-top: 0.18rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .top_method .__item .__lists01 dt,
  .top_method .__item .__lists01 dd {
    line-height: 1.6;
  }
  .top_method .__item .__lists01 dt {
    width: 0.5rem;
  }
  .top_method .__item .__lists01 dd {
    width: calc(100% - 0.5rem);
  }
  .top_method .__item .__desc {
    margin-top: 0.7em;
    line-height: 1.4;
    white-space: nowrap;
  }
  .top_method .__item .__lists_02_wrap {
    margin-top: 0.25rem;
    padding: 0.27rem 0 0.29rem 0.26rem;
  }
  .top_method .__item .__lists02 li {
    padding-left: 0.26rem;
    line-height: 1.4;
  }
  .top_method .__item .__lists02 li::before {
    top: 0.06rem;
  }
  .top_method .__item .__lists02 li:not(:first-of-type) {
    margin-top: 0.06rem;
  }
  .top_method .__item .mod_btn01 {
    margin-top: 0.25rem;
  }
  .top_method .__item._item01 .__img::after {
    width: 0.84rem;
    height: 1.24rem;
    bottom: -0.16rem;
    right: -0.18rem;
  }
  .top_method .__item._item02 .__img::after {
    width: 0.84rem;
    height: 1.24rem;
    bottom: -0.16rem;
    right: -0.18rem;
  }
}

.top_reviews {
  padding: 3.2rem 0 0;
}

.top_reviews .container_s {
  position: relative;
}

.top_reviews .container_s::before, .top_reviews .container_s::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.top_reviews .container_s::before {
  width: 1.2rem;
  height: 2.28rem;
  top: 34.3%;
  left: -2rem;
  background-image: url(../../assets/img/top/reviews_deco01.svg);
}

.top_reviews .container_s::after {
  width: 0.79rem;
  height: 1.5rem;
  bottom: 20.3%;
  right: -1.4rem;
  background-image: url(../../assets/img/top/reviews_deco02.svg);
}

.top_reviews .mod_tit01 {
  text-align: center;
}

.top_reviews .mod_tit01 .__en {
  top: -1.34rem;
  left: -1.8rem;
}

.top_reviews .mod_reviews_item {
  margin-top: 0.8rem;
}

.top_reviews .mod_btn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.55rem auto 0;
}

@media screen and (max-width: 767.98px) {
  .top_reviews {
    padding: 1.33rem 0 0;
  }
  .top_reviews .container_s::before, .top_reviews .container_s::after {
    content: none;
  }
  .top_reviews .mod_tit01 .__en {
    top: -0.6rem;
    left: 0.92rem;
  }
  .top_reviews .mod_reviews_item {
    margin-top: 0.49rem;
  }
  .top_reviews .mod_btn01 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.45rem 0 0;
  }
}

.top_news {
  padding: 3.2rem 0 2rem;
}

.top_news .container_m {
  position: relative;
}

.top_news .container_m::before {
  content: "";
  width: 0.83rem;
  height: 1.12rem;
  bottom: 50%;
  left: -2rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/img/top/news_deco01.svg);
}

.top_news .mod_tit01 {
  text-align: center;
}

.top_news .mod_tit01 .__en {
  top: -1.34rem;
  left: -0.6rem;
}

.top_news .mod_news_lists {
  margin-top: 0.8rem;
}

.top_news .mod_btn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.22rem auto 0;
}

@media screen and (max-width: 767.98px) {
  .top_news {
    padding: 1.35rem 0 1.2rem;
  }
  .top_news .container_m::before {
    content: none;
  }
  .top_news .mod_tit01 .__en {
    top: -0.56rem;
    left: 1.78rem;
  }
  .top_news .mod_news_lists {
    margin-top: 0.44rem;
  }
  .top_news .mod_btn01 {
    margin: 0.35rem 0 0;
  }
}

.top_step {
  position: relative;
}

.top_step::before {
  content: "";
  width: 0.75rem;
  height: 1.18rem;
  top: -1.68rem;
  right: 3.23rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/img/top/step_deco01.svg);
}

.top_step .__bg {
  padding: 1.2rem 0;
  position: relative;
  z-index: 1;
  background-color: #fde6e0;
}

.top_step .__bg::before, .top_step .__bg::after {
  content: "";
  width: 100%;
  height: 1.6rem;
  position: absolute;
  z-index: -1;
  left: 0;
  border-radius: 50%;
  background-color: #fde6e0;
}

.top_step .__bg::before {
  top: -0.8rem;
}

.top_step .__bg::after {
  bottom: -0.8rem;
}

.top_step .mod_tit01 {
  text-align: center;
}

.top_step .mod_tit01 .__en {
  top: -1.33rem;
  left: 5.46rem;
}

.top_step .__lists {
  margin-top: 0.79rem;
}

.top_step .__lists li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 0.5rem;
}

.top_step .__lists li:not(:first-of-type) {
  margin-top: 0.35rem;
}

.top_step .__lists .__img {
  width: 5.8rem;
}

.top_step .__lists .__img img {
  border-radius: 1.2rem 0 1.2rem 0;
}

.top_step .__lists .__summary {
  width: 5.25rem;
}

.top_step .__lists .__tit {
  font-size: 0.24rem;
}

.top_step .__lists .__txt {
  margin-top: 1em;
  line-height: 1.6;
}

.top_step .mod_btn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.55rem auto 0;
}

@media screen and (max-width: 767.98px) {
  .top_step::before {
    width: 0.45rem;
    height: 0.7rem;
    top: -1rem;
    right: 0.42rem;
  }
  .top_step .__bg {
    padding: 0.95rem 0 0.6rem;
  }
  .top_step .__bg::before, .top_step .__bg::after {
    height: 0.8rem;
  }
  .top_step .__bg::before {
    top: -0.4rem;
  }
  .top_step .__bg::after {
    bottom: -0.4rem;
  }
  .top_step .mod_tit01 .__en {
    top: -0.56rem;
    left: 1.76rem;
  }
  .top_step .__lists {
    margin-top: 0.43rem;
  }
  .top_step .__lists li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.26rem 0;
  }
  .top_step .__lists li:not(:first-of-type) {
    margin-top: 0.3rem;
  }
  .top_step .__lists .__img {
    width: 100%;
  }
  .top_step .__lists .__img img {
    border-radius: 0.72rem 0 0.72rem 0;
  }
  .top_step .__lists .__summary {
    width: 100%;
    padding: 0 0.15rem;
  }
  .top_step .__lists .__tit {
    line-height: 1.4;
  }
  .top_step .__lists .__txt {
    margin-top: 1em;
  }
  .top_step .mod_btn01 {
    margin: 0.3rem 0 0;
  }
}

/* error/404
--------------------------------------------------------------*/
.error_content {
  padding: 2rem 0 0;
  text-align: center;
}

.error_content .__tit {
  font-size: 0.36rem;
}

.error_content .__txt {
  margin-top: 2em;
  line-height: 1.6;
}

.error_content .mod_btn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.4rem auto 0;
}

@media screen and (max-width: 767.98px) {
  .error_content {
    padding: 1.6rem 0 0;
  }
  .error_content .__tit {
    font-size: 0.18rem;
  }
  .error_content .__txt {
    font-size: 0.14rem;
  }
}

.contact_page .mod_under_mv .__bg {
  background-image: url(../../assets/img/contact/mv.webp);
}

.contact_page .mod_under_mv .__bg::after {
  content: none;
}

@media screen and (max-width: 767.98px) {
  .contact_page .mod_under_mv .__bg {
    background-image: url(../../assets/img/contact/mv_sp.webp);
  }
}

.contact_content {
  padding: 1.66rem 0 0;
}

.contact_content .before {
  padding: 0 1.2rem;
}

.contact_content .__tit {
  font-size: 0.24rem;
  line-height: 1.4;
}

.contact_content .__wrap {
  margin-top: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.45rem;
}

.contact_content .__notes_lists {
  margin-top: 0.49rem;
}

.contact_content .__notes_lists li {
  padding-left: 1em;
  line-height: 1.4;
  position: relative;
}

.contact_content .__notes_lists li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.contact_content .__notes_lists li:not(:first-of-type) {
  margin-top: 0.13rem;
}

.contact_content .__notes_lists li a {
  color: #a94d52;
  text-decoration: underline;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.contact_content .__notes_lists li a:hover {
  opacity: 0.7;
}

.contact_content .after {
  margin-top: 0.45rem;
  padding: 0.52rem 1.2rem;
  border-radius: 0.08rem;
  background-color: rgba(217, 151, 139, 0.1);
}

.contact_content .__lists dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a94d52;
  font-weight: 500;
  gap: 0 0.18rem;
}

.contact_content .__lists dt .__req {
  display: block;
  width: 0.4rem;
  line-height: 0.24rem;
  font-size: 0.12rem;
  font-weight: 500;
  text-align: center;
  border-radius: 0.12rem;
  color: #fffffb;
  background-color: #a94d52;
}

.contact_content .__lists dt:not(:first-of-type) {
  margin-top: 0.4rem;
}

.contact_content .__lists dd {
  margin-top: 0.18rem;
}

.contact_content .__lists input[type="text"],
.contact_content .__lists input[type="email"],
.contact_content .__lists input[type="tel"],
.contact_content .__lists textarea {
  width: 100%;
  padding: 0.1rem;
  border: none;
  font-size: 0.16rem;
  border-radius: 0.08rem;
}

.contact_content .__lists input[type="text"]::-webkit-input-placeholder,
.contact_content .__lists input[type="email"]::-webkit-input-placeholder,
.contact_content .__lists input[type="tel"]::-webkit-input-placeholder,
.contact_content .__lists textarea::-webkit-input-placeholder {
  font-weight: 500;
  color: rgba(80, 31, 31, 0.5);
}

.contact_content .__lists input[type="text"]:-ms-input-placeholder,
.contact_content .__lists input[type="email"]:-ms-input-placeholder,
.contact_content .__lists input[type="tel"]:-ms-input-placeholder,
.contact_content .__lists textarea:-ms-input-placeholder {
  font-weight: 500;
  color: rgba(80, 31, 31, 0.5);
}

.contact_content .__lists input[type="text"]::-ms-input-placeholder,
.contact_content .__lists input[type="email"]::-ms-input-placeholder,
.contact_content .__lists input[type="tel"]::-ms-input-placeholder,
.contact_content .__lists textarea::-ms-input-placeholder {
  font-weight: 500;
  color: rgba(80, 31, 31, 0.5);
}

.contact_content .__lists input[type="text"]::placeholder,
.contact_content .__lists input[type="email"]::placeholder,
.contact_content .__lists input[type="tel"]::placeholder,
.contact_content .__lists textarea::placeholder {
  font-weight: 500;
  color: rgba(80, 31, 31, 0.5);
}

.contact_content .__lists input[type="text"],
.contact_content .__lists input[type="email"],
.contact_content .__lists input[type="tel"] {
  height: 0.6rem;
}

.contact_content .__lists textarea {
  min-height: 2.38rem;
}

.contact_content .__lists .wpcf7-not-valid-tip {
  display: block;
  font-size: 0.14rem;
  margin-top: 0.1rem;
  font-weight: 500;
  color: #ff0000;
}

.contact_content .__lists .__disabled input[type="text"] {
  background-color: #f9f9f9;
}

.contact_content input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.contact_content .submit_btn {
  width: 1.26rem;
  height: 0.4rem;
  margin: 0.35rem auto 0;
  position: relative;
}

.contact_content .submit_btn::before, .contact_content .submit_btn::after {
  content: "";
  position: absolute;
  cursor: pointer;
  background-repeat: no-repeat;
}

.contact_content .submit_btn::before {
  width: 0.4rem;
  height: 0.4rem;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  background-color: #d9978b;
}

.contact_content .submit_btn::after {
  width: 0.18rem;
  height: 0.18rem;
  top: calc(50% - 0.09rem);
  left: 0.12rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/img/contact/arrow.svg);
}

.contact_content .submit_btn input {
  width: 100%;
  height: 100%;
  text-align: right;
}

.contact_content .submit_btn:hover::before {
  background-color: #a94d52;
}

.contact_content .submit_btn .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}

@media screen and (max-width: 767.98px) {
  .contact_content {
    padding: 0.77rem 0 0;
  }
  .contact_content .before {
    padding: 0 0.2rem;
  }
  .contact_content .__tit {
    font-size: 0.26rem;
  }
  .contact_content .__wrap {
    margin-top: 0.24rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.12rem 0;
  }
  .contact_content .__notes_lists {
    margin-top: 0.34rem;
  }
  .contact_content .after {
    margin: 0.4rem -0.1rem 0;
    padding: 0.45rem 0.24rem;
  }
  .contact_content .submit_btn {
    margin: 0.35rem auto 0 0;
  }
}

.news_page .mod_under_mv .__bg {
  background-image: url(../../assets/img/news/mv.webp);
}

.news_page .mod_under_mv .__bg::after {
  content: none;
}

@media screen and (max-width: 767.98px) {
  .news_page .mod_under_mv .__bg {
    background-image: url(../../assets/img/news/mv_sp.webp);
  }
}

.news_content {
  padding: 1.65rem 0 0;
}

@media screen and (max-width: 767.98px) {
  .news_content {
    padding: 0.8rem 0 0;
  }
}

/* お知らせ詳細
--------------------------------------------------------------*/
.news_detail_content {
  padding: 1.42rem 0 0;
}

.news_detail_content .__date {
  color: #a94d52;
}

.news_detail_content .__tit {
  margin-top: 0.15rem;
  font-size: 0.36rem;
  line-height: 1.4;
}

.news_detail_content .__thumb {
  margin-top: 0.4rem;
}

.news_detail_content .__thumb img {
  width: 100%;
  border-radius: 1.2rem 0 1.2rem 0;
}

.news_detail_content .mod_btn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.2rem auto 0;
}

@media screen and (max-width: 767.98px) {
  .news_detail_content {
    width: calc(100% - 0.4rem);
    padding: 1.26rem 0 0;
  }
  .news_detail_content .__date {
    font-size: 0.14rem;
    padding: 0 0.15rem;
  }
  .news_detail_content .__tit {
    margin-top: 0.15rem;
    padding: 0 0.15rem;
    font-size: 0.18rem;
  }
  .news_detail_content .__thumb {
    margin-top: 0.17rem;
  }
  .news_detail_content .__thumb img {
    border-radius: 0.6rem 0 0.6rem 0;
  }
}

.concept_page .mod_under_mv .__bg {
  background-image: url(../../assets/img/concept/mv.webp);
}

.concept_page .mod_under_mv .__bg::after {
  width: 0.54rem;
  height: 1.3rem;
  bottom: -0.13rem;
  right: -0.15rem;
  background-image: url(../../assets/img/concept/mv_deco.svg);
}

@media screen and (max-width: 767.98px) {
  .concept_page .mod_under_mv .__bg {
    background-image: url(../../assets/img/concept/mv_sp.webp);
  }
}

.concept_message {
  padding: 1.63rem 0 0;
  text-align: center;
}

.concept_message .mod_tit01 .__en {
  top: -1.31rem;
  left: 0.9rem;
}

.concept_message .__txt {
  margin-top: 0.36rem;
}

.concept_message .__desc {
  line-height: 1.6;
}

.concept_message .__desc:not(:first-of-type) {
  margin-top: 1.7em;
}

@media screen and (max-width: 767.98px) {
  .concept_message {
    padding: 1.5rem 0.15rem 0;
    text-align: left;
  }
  .concept_message .mod_tit01 .__en {
    top: -0.66rem;
    left: 0.5rem;
  }
  .concept_message .__txt {
    margin-top: 0.36rem;
  }
  .concept_message .__desc {
    line-height: 1.6;
  }
  .concept_message .__desc:not(:first-of-type) {
    margin-top: 1.7em;
  }
}

.concept_core {
  padding: 3.2rem 0 0;
}

.concept_core .__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.concept_core .__img {
  width: 4.4rem;
  position: relative;
}

.concept_core .__img::after {
  content: "";
  width: 1.23rem;
  height: 1.52rem;
  position: absolute;
  bottom: -0.21rem;
  right: -0.38rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/img/concept/core_deco.svg);
}

.concept_core .__img img {
  border-radius: 1.2rem 0 1.2rem 0;
}

.concept_core .mod_tit01 .__en {
  top: -1.31rem;
  left: 6.17rem;
}

.concept_core .__txt {
  margin-top: 0.36rem;
}

.concept_core .__desc {
  line-height: 1.6;
}

.concept_core .__desc:not(:first-of-type) {
  margin-top: 1.7em;
}

.concept_core .mod_col3_layout {
  margin-top: 2.06rem;
}

@media screen and (max-width: 767.98px) {
  .concept_core {
    padding: 1.3rem 0 0;
  }
  .concept_core .__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.33rem 0;
  }
  .concept_core .__img {
    width: 100%;
    height: 2.1rem;
  }
  .concept_core .__img::after {
    bottom: -0.38rem;
    right: -0.45rem;
  }
  .concept_core .__img img {
    border-radius: 0.6rem 0 0.6rem 0;
  }
  .concept_core .mod_tit01 .__en {
    top: -3rem;
    left: 0;
  }
  .concept_core .__txt {
    width: 100%;
    margin-top: 0.26rem;
  }
  .concept_core .mod_col3_layout {
    margin-top: 0.83rem;
  }
}

.concept_begin {
  padding: 3.78rem 0 0.7rem;
}

.concept_begin .mod_tit01 .__en {
  top: -1.31rem;
  left: -6.3rem;
}

.concept_begin .__txt {
  margin-top: 0.35rem;
}

.concept_begin .__desc {
  line-height: 1.6;
}

.concept_begin .__desc:not(:first-of-type) {
  margin-top: 1.7em;
}

.concept_begin .__summary {
  width: 5.8rem;
  margin-left: auto;
}

@media screen and (max-width: 767.98px) {
  .concept_begin {
    padding: 1.45rem 0.15rem 0;
  }
  .concept_begin .mod_tit01 .__en {
    top: -0.66rem;
    left: 1.61rem;
  }
  .concept_begin .__txt {
    margin-top: 0.27rem;
  }
  .concept_begin .__summary {
    width: 100%;
    margin-left: auto;
  }
}

.facial-yoga_page .mod_under_mv .__bg {
  background-image: url(../../assets/img/facial-yoga/mv.webp);
}

.facial-yoga_page .mod_under_mv .__bg::after {
  width: 0.73rem;
  height: 1.18rem;
  bottom: -0.2rem;
  right: -0.18rem;
  background-image: url(../../assets/img/facial-yoga/mv_deco.svg);
}

@media screen and (max-width: 767.98px) {
  .facial-yoga_page .mod_under_mv .__bg {
    background-image: url(../../assets/img/facial-yoga/mv_sp.webp);
  }
}

.facial-yoga_reasons {
  padding: 1.6rem 0 0;
}

.facial-yoga_reasons .__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.facial-yoga_reasons .__img {
  width: 4.4rem;
  position: relative;
}

.facial-yoga_reasons .__img::after {
  content: "";
  width: 0.88rem;
  height: 1.27rem;
  position: absolute;
  bottom: -0.06rem;
  right: -0.21rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/img/facial-yoga/reasons_deco.svg);
}

.facial-yoga_reasons .__img img {
  border-radius: 1.2rem 0 1.2rem 0;
}

.facial-yoga_reasons .__summary {
  width: 5.8rem;
}

.facial-yoga_reasons .__tit {
  font-size: 0.36rem;
}

.facial-yoga_reasons .__txt {
  margin-top: 0.35rem;
  line-height: 1.6;
}

@media screen and (max-width: 767.98px) {
  .facial-yoga_reasons {
    padding: 0.95rem 0 0;
  }
  .facial-yoga_reasons .__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.35rem 0;
  }
  .facial-yoga_reasons .__img {
    width: 100%;
    height: 2.12rem;
  }
  .facial-yoga_reasons .__img::after {
    bottom: -0.26rem;
    right: -0.2rem;
  }
  .facial-yoga_reasons .__img img {
    border-radius: 0.6rem 0 0.6rem 0;
  }
  .facial-yoga_reasons .__summary {
    width: 100%;
    padding: 0 0.15rem;
  }
  .facial-yoga_reasons .__tit {
    font-size: 0.26rem;
  }
  .facial-yoga_reasons .__txt {
    margin-top: 0.35rem;
  }
}

.facial-yoga_features {
  padding: 2.1rem 0 0;
}

@media screen and (max-width: 767.98px) {
  .facial-yoga_features {
    padding: 0.8rem 0 0;
  }
}

.facial-yoga_benefit {
  padding: 3.76rem 0 0;
}

.facial-yoga_benefit .mod_tit01 .__en {
  top: -1.33rem;
  left: -6.37rem;
}

.facial-yoga_benefit .__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.facial-yoga_benefit .__img {
  width: 4.4rem;
  padding-top: 1.5rem;
  position: relative;
}

.facial-yoga_benefit .__img::after {
  content: "";
  width: 0.72rem;
  height: 1.41rem;
  position: absolute;
  bottom: -0.19rem;
  right: -0.04rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/img/facial-yoga/benefit_deco.svg);
}

.facial-yoga_benefit .__img img {
  border-radius: 1.2rem 0 1.2rem 0;
}

.facial-yoga_benefit .__summary {
  width: 5.8rem;
}

.facial-yoga_benefit .__tit {
  margin-top: 0.42rem;
  font-size: 0.24rem;
}

.facial-yoga_benefit .__lists {
  margin-top: 0.2rem;
}

.facial-yoga_benefit .__lists li {
  padding-left: 1em;
  line-height: 1.6;
  position: relative;
}

.facial-yoga_benefit .__lists li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.facial-yoga_benefit .mod_contact {
  margin-top: 2rem;
}

@media screen and (max-width: 767.98px) {
  .facial-yoga_benefit {
    padding: 1.35rem 0 0;
  }
  .facial-yoga_benefit .mod_tit01 .__en {
    top: -1.33rem;
    left: -6.37rem;
  }
  .facial-yoga_benefit .__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.35rem 0;
  }
  .facial-yoga_benefit .__img {
    width: 100%;
    height: 2.11rem;
    padding-top: 0;
  }
  .facial-yoga_benefit .__img::after {
    bottom: -0.3rem;
    right: -0.14rem;
  }
  .facial-yoga_benefit .__img img {
    border-radius: 0.6rem 0 0.6rem 0;
  }
  .facial-yoga_benefit .__summary {
    width: 100%;
    padding: 0 0.15rem;
  }
  .facial-yoga_benefit .__tit {
    margin-top: 0.28rem;
    font-size: 0.24rem;
  }
  .facial-yoga_benefit .__lists {
    margin-top: 0.15rem;
  }
  .facial-yoga_benefit .__lists li {
    padding-left: 1.5em;
  }
  .facial-yoga_benefit .__lists li:not(:first-of-type) {
    margin-top: 0.05rem;
  }
  .facial-yoga_benefit .mod_contact {
    margin-top: 0.78rem;
  }
}

.kogao-selfcare_page .mod_under_mv .__bg {
  background-image: url(../../assets/img/kogao-selfcare/mv.webp);
}

.kogao-selfcare_page .mod_under_mv .__bg::after {
  width: 0.73rem;
  height: 1.18rem;
  bottom: -0.2rem;
  right: -0.18rem;
  background-image: url(../../assets/img/kogao-selfcare/mv_deco.svg);
}

@media screen and (max-width: 767.98px) {
  .kogao-selfcare_page .mod_under_mv .__bg {
    background-image: url(../../assets/img/kogao-selfcare/mv_sp.webp);
  }
}

.kogao-selfcare_reasons {
  padding: 1.6rem 0 0;
}

.kogao-selfcare_reasons .__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.kogao-selfcare_reasons .__img {
  width: 4.4rem;
  position: relative;
}

.kogao-selfcare_reasons .__img::after {
  content: "";
  width: 0.77rem;
  height: 0.97rem;
  position: absolute;
  bottom: 0.04rem;
  right: -0.01rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/img/kogao-selfcare/reasons_deco.svg);
}

.kogao-selfcare_reasons .__img img {
  border-radius: 1.2rem 0 1.2rem 0;
}

.kogao-selfcare_reasons .__summary {
  width: 5.8rem;
}

.kogao-selfcare_reasons .__tit {
  font-size: 0.36rem;
  line-height: 1.4;
}

.kogao-selfcare_reasons .__txt {
  margin-top: 0.35rem;
  line-height: 1.6;
}

@media screen and (max-width: 767.98px) {
  .kogao-selfcare_reasons {
    padding: 0.95rem 0 0;
  }
  .kogao-selfcare_reasons .__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.3rem 0;
  }
  .kogao-selfcare_reasons .__img {
    width: 100%;
    height: 2.12rem;
  }
  .kogao-selfcare_reasons .__img::after {
    width: 0.66rem;
    height: 0.84rem;
    bottom: -0.03rem;
    right: -0.08rem;
  }
  .kogao-selfcare_reasons .__img img {
    border-radius: 0.6rem 0 0.6rem 0;
  }
  .kogao-selfcare_reasons .__summary {
    width: 100%;
    padding: 0 0.15rem;
  }
  .kogao-selfcare_reasons .__tit {
    font-size: 0.26rem;
  }
  .kogao-selfcare_reasons .__txt {
    margin-top: 0.3rem;
  }
}

.kogao-selfcare_features {
  padding: 2rem 0 0;
}

@media screen and (max-width: 767.98px) {
  .kogao-selfcare_features {
    padding: 0.8rem 0 0;
  }
}

.kogao-selfcare_benefit {
  padding: 4.02rem 0 0;
}

.kogao-selfcare_benefit .__f_summary {
  width: 5.8rem;
  margin-left: auto;
}

.kogao-selfcare_benefit .__f_summary .__desc {
  margin-top: 0.36rem;
  line-height: 1.6;
}

.kogao-selfcare_benefit .mod_tit01 {
  white-space: nowrap;
}

.kogao-selfcare_benefit .mod_tit01 .__en {
  top: -1.33rem;
  left: -6.4rem;
}

.kogao-selfcare_benefit .__item {
  margin-top: 0.55rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kogao-selfcare_benefit .__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.kogao-selfcare_benefit .__item._item01 .__img::after {
  width: 0.84rem;
  height: 1.24rem;
  bottom: 0.05rem;
  right: -0.21rem;
  background-image: url(../../assets/img/kogao-selfcare/benefit_deco01.svg);
}

.kogao-selfcare_benefit .__item._item02 .__img::after {
  width: 0.73rem;
  height: 1.18rem;
  bottom: 0.02rem;
  right: -0.17rem;
  background-image: url(../../assets/img/kogao-selfcare/benefit_deco02.svg);
}

.kogao-selfcare_benefit .__img {
  width: 4.4rem;
  position: relative;
}

.kogao-selfcare_benefit .__img::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.kogao-selfcare_benefit .__img img {
  border-radius: 1.2rem 0 1.2rem 0;
}

.kogao-selfcare_benefit .__summary {
  width: 5.8rem;
}

.kogao-selfcare_benefit .__tit {
  font-size: 0.24rem;
  line-height: 1.4;
}

.kogao-selfcare_benefit .__tit:not(:first-of-type) {
  margin-top: 0.3rem;
}

.kogao-selfcare_benefit .__txt {
  margin-top: 1em;
  line-height: 1.6;
}

.kogao-selfcare_benefit .mod_contact {
  margin-top: 2rem;
}

@media screen and (max-width: 767.98px) {
  .kogao-selfcare_benefit {
    padding: 1.46rem 0 0;
  }
  .kogao-selfcare_benefit .__f_summary {
    width: 100%;
    margin-left: auto;
    padding: 0 0.15rem;
  }
  .kogao-selfcare_benefit .__f_summary .__desc {
    margin-top: 0.25rem;
  }
  .kogao-selfcare_benefit .mod_tit01 {
    white-space: wrap;
  }
  .kogao-selfcare_benefit .mod_tit01 .__en {
    top: 0;
    left: 0;
  }
  .kogao-selfcare_benefit .__item {
    margin-top: 0.47rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.3rem 0;
  }
  .kogao-selfcare_benefit .__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .kogao-selfcare_benefit .__item._item01 .__img::after {
    bottom: -0.28rem;
  }
  .kogao-selfcare_benefit .__item._item02 .__img::after {
    bottom: -0.23rem;
  }
  .kogao-selfcare_benefit .__img {
    width: 100%;
    height: 2.1rem;
  }
  .kogao-selfcare_benefit .__img img {
    border-radius: 0.6rem 0 0.6rem 0;
  }
  .kogao-selfcare_benefit .__summary {
    width: 100%;
    padding: 0 0.15rem;
  }
  .kogao-selfcare_benefit .__tit:not(:first-of-type) {
    margin-top: 0.3rem;
  }
  .kogao-selfcare_benefit .__txt {
    margin-top: 1em;
  }
  .kogao-selfcare_benefit .mod_contact {
    margin-top: 0.8rem;
  }
}

.lesson-price_page .mod_under_mv .__bg {
  background-image: url(../../assets/img/lesson-price/mv.webp);
}

.lesson-price_page .mod_under_mv .__bg::after {
  width: 0.85rem;
  height: 1.62rem;
  bottom: -0.2rem;
  right: -0.18rem;
  background-image: url(../../assets/img/lesson-price/mv_deco.svg);
}

@media screen and (max-width: 767.98px) {
  .lesson-price_page .mod_under_mv .__bg {
    background-image: url(../../assets/img/lesson-price/mv_sp.webp);
  }
}

.lesson-price_course {
  padding: 1.65rem 0 0;
}

@media screen and (max-width: 767.98px) {
  .lesson-price_course {
    padding: 0.9rem 0 0;
  }
}

.lesson-price_lesson01 {
  padding: 2.65rem 0 0;
}

.lesson-price_lesson01 .__tit {
  margin-bottom: 0.87rem;
  text-align: center;
  font-size: 0.36rem;
}

.lesson-price_lesson01 .__item {
  padding: 0.57rem 0.5rem 0.53rem;
  border-radius: 0.08rem;
  background-color: rgba(217, 151, 139, 0.1);
}

.lesson-price_lesson01 .__item:not(:first-of-type) {
  margin-top: 0.35rem;
}

.lesson-price_lesson01 .__item._item01 .__img::before {
  width: 0.95rem;
  height: 1.26rem;
  top: -0.13rem;
  left: -0.25rem;
  background-image: url(../../assets/img/lesson-price/lesson01_item01_deco01.svg);
}

.lesson-price_lesson01 .__item._item02 .__img::before {
  width: 0.54rem;
  height: 1.05rem;
  top: 0;
  left: 0;
  background-image: url(../../assets/img/lesson-price/lesson01_item02_deco01.svg);
}

.lesson-price_lesson01 .__item._item02 .__img::after {
  width: 0.95rem;
  height: 1.26rem;
  bottom: 0;
  right: 0;
  background-image: url(../../assets/img/lesson-price/lesson01_item01_deco01.svg);
}

.lesson-price_lesson01 .__item_tit {
  text-align: center;
  font-size: 0.36rem;
}

.lesson-price_lesson01 .__cat {
  margin-top: 0.2rem;
  text-align: center;
  line-height: 1.6;
}

.lesson-price_lesson01 .__wrap {
  margin-top: 0.45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lesson-price_lesson01 .__img {
  width: 4.4rem;
  position: relative;
}

.lesson-price_lesson01 .__img::before, .lesson-price_lesson01 .__img::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.lesson-price_lesson01 .__img img {
  border-radius: 1.2rem 0 1.2rem 0;
}

.lesson-price_lesson01 .__summary {
  width: 6.4rem;
  padding: 0.3rem;
  border-radius: 0.08rem;
  background-color: rgba(217, 151, 139, 0.1);
}

.lesson-price_lesson01 .__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.lesson-price_lesson01 .__lists dt,
.lesson-price_lesson01 .__lists dd {
  width: 100%;
}

.lesson-price_lesson01 .__lists dt {
  font-size: 0.24rem;
  line-height: 1.4;
}

.lesson-price_lesson01 .__lists dt span {
  font-size: 0.16rem;
}

.lesson-price_lesson01 .__lists dt:not(:first-of-type) {
  margin-top: 1em;
}

.lesson-price_lesson01 .__lists dd {
  margin-top: 0.06rem;
  line-height: 1.5;
}

.lesson-price_lesson01 .__notes {
  margin-top: 0.1rem;
}

.lesson-price_lesson01 .__price {
  margin-top: 0.23rem;
}

.lesson-price_lesson01 .__price .__price_tit {
  padding-left: 0.7rem;
  font-size: 0.24rem;
  color: #d9978b;
  font-family: "Josefin Sans", sans-serif;
}

.lesson-price_lesson01 .__price .__bg {
  margin-top: -0.1rem;
  padding: 0.17rem 0.7rem 0.3rem;
  border-radius: 0.08rem;
  background-color: rgba(217, 151, 139, 0.1);
}

.lesson-price_lesson01 .__price .__notes {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 0;
  line-height: 1.36;
}

@media screen and (max-width: 767.98px) {
  .lesson-price_lesson01 {
    padding: 0.85rem 0 0;
  }
  .lesson-price_lesson01 .__tit {
    margin-bottom: 0.5rem;
    font-size: 0.24rem;
  }
  .lesson-price_lesson01 .__item {
    padding: 0.45rem 0.25rem 0.45rem;
  }
  .lesson-price_lesson01 .__item:not(:first-of-type) {
    margin-top: 0.45rem;
  }
  .lesson-price_lesson01 .__item._item01 .__img::before {
    width: 0.82rem;
    height: 1.04rem;
    top: -0.3rem;
    left: -0.2rem;
  }
  .lesson-price_lesson01 .__item._item02 .__img::before {
    top: -0.02rem;
    left: -0.18rem;
  }
  .lesson-price_lesson01 .__item._item02 .__img::after {
    width: 0.7rem;
    height: 1.02rem;
    bottom: -0.03rem;
    right: -0.12rem;
  }
  .lesson-price_lesson01 .__item_tit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: left;
    font-size: 0.24rem;
    line-height: 1.4;
  }
  .lesson-price_lesson01 .__cat {
    margin-top: 0.14rem;
    text-align: left;
  }
  .lesson-price_lesson01 .__wrap {
    margin-top: 0.45rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.48rem 0;
  }
  .lesson-price_lesson01 .__img {
    width: 100%;
    height: 2.1rem;
  }
  .lesson-price_lesson01 .__img img {
    border-radius: 0.6rem 0 0.6rem 0;
  }
  .lesson-price_lesson01 .__summary {
    width: 100%;
    padding: 0.16rem 0.24rem;
  }
  .lesson-price_lesson01 .__lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .lesson-price_lesson01 .__lists dt:not(:first-of-type) {
    margin-top: 1em;
  }
  .lesson-price_lesson01 .__lists dd {
    margin-top: 0.06rem;
    line-height: 1.4;
  }
  .lesson-price_lesson01 .__notes {
    margin-top: 0.1rem;
    line-height: 1.4;
  }
  .lesson-price_lesson01 .__price {
    margin-top: 0.55rem;
  }
  .lesson-price_lesson01 .__price .__price_tit {
    padding-left: 0.05rem;
    font-size: 0.24rem;
  }
  .lesson-price_lesson01 .__price .__bg {
    margin-top: -0.1rem;
    padding: 0.15rem 0.24rem 0.3rem;
  }
  .lesson-price_lesson01 .__price .__notes {
    font-size: 0.14rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1em auto 0;
    line-height: 1.4;
  }
}

.lesson-price_lesson02 {
  padding: 2.06rem 0 0;
}

.lesson-price_lesson02 .__tit {
  margin-bottom: 0.87rem;
  text-align: center;
  font-size: 0.36rem;
}

.lesson-price_lesson02 .__item {
  padding: 0.57rem 0.5rem 0.53rem;
  border-radius: 0.08rem;
  background-color: rgba(217, 151, 139, 0.1);
}

.lesson-price_lesson02 .__item:not(:first-of-type) {
  margin-top: 0.35rem;
}

.lesson-price_lesson02 .__item_tit {
  text-align: center;
  font-size: 0.36rem;
}

.lesson-price_lesson02 .__cat {
  margin-top: 0.2rem;
  text-align: center;
  line-height: 1.6;
}

.lesson-price_lesson02 .__wrap {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lesson-price_lesson02 .__img {
  width: 4.4rem;
  position: relative;
}

.lesson-price_lesson02 .__img::after {
  content: "";
  width: 0.73rem;
  height: 1.18rem;
  position: absolute;
  bottom: 0;
  right: -0.16rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/img/lesson-price/lesson02_item01_deco01.svg);
}

.lesson-price_lesson02 .__img img {
  border-radius: 1.2rem 0 1.2rem 0;
}

.lesson-price_lesson02 .__summary {
  width: 6.4rem;
  padding: 0.3rem;
  border-radius: 0.08rem;
  background-color: rgba(217, 151, 139, 0.1);
}

.lesson-price_lesson02 .__stit {
  font-size: 0.24rem;
  line-height: 1.4;
}

.lesson-price_lesson02 .__lists {
  margin-top: 0.15rem;
}

.lesson-price_lesson02 .__lists li {
  padding-left: 1em;
  line-height: 1.6;
  position: relative;
}

.lesson-price_lesson02 .__lists li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767.98px) {
  .lesson-price_lesson02 {
    padding: 0.84rem 0 0;
  }
  .lesson-price_lesson02 .__tit {
    margin-bottom: 0.5rem;
    font-size: 0.24rem;
  }
  .lesson-price_lesson02 .__item {
    padding: 0.52rem 0.25rem 0.45rem;
  }
  .lesson-price_lesson02 .__item_tit {
    font-size: 0.24rem;
  }
  .lesson-price_lesson02 .__cat {
    margin-top: 0.2rem;
    text-align: left;
  }
  .lesson-price_lesson02 .__wrap {
    margin-top: 0.48rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.45rem 0;
  }
  .lesson-price_lesson02 .__img {
    width: 100%;
    height: 2.1rem;
  }
  .lesson-price_lesson02 .__img::after {
    width: 0.65rem;
    height: 1.06rem;
    bottom: -0.14rem;
    right: -0.13rem;
  }
  .lesson-price_lesson02 .__img img {
    border-radius: 0.6rem 0 0.6rem 0;
  }
  .lesson-price_lesson02 .__summary {
    width: 100%;
    padding: 0.16rem 0.25rem;
  }
  .lesson-price_lesson02 .__lists {
    margin-top: 0.1rem;
  }
  .lesson-price_lesson02 .__lists li {
    padding-left: 1em;
    line-height: 1.4;
  }
}

.lesson-price_support {
  padding: 2rem 0 0;
}

.lesson-price_support .__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lesson-price_support .__img {
  width: 4.4rem;
  position: relative;
}

.lesson-price_support .__img::after {
  content: "";
  width: 1.07rem;
  height: 1.37rem;
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/img/lesson-price/support_deco.svg);
}

.lesson-price_support .__img img {
  border-radius: 1.2rem 0 1.2rem 0;
}

.lesson-price_support .__summary {
  width: 5.8rem;
}

.lesson-price_support .__tit {
  font-size: 0.36rem;
}

.lesson-price_support .__txt {
  margin-top: 0.44rem;
}

.lesson-price_support .__txt .__desc {
  line-height: 1.6;
}

.lesson-price_support .__txt .__desc:not(:first-of-type) {
  margin-top: 1.7em;
}

.lesson-price_support .mod_contact {
  margin-top: 2rem;
}

@media screen and (max-width: 767.98px) {
  .lesson-price_support {
    padding: 0.8rem 0 0;
  }
  .lesson-price_support .__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.3rem 0;
  }
  .lesson-price_support .__img {
    width: 100%;
    height: 2.1rem;
  }
  .lesson-price_support .__img::after {
    width: 0.95rem;
    height: 1.37rem;
    top: -0.45rem;
    left: -0.25rem;
  }
  .lesson-price_support .__img img {
    border-radius: 0.6rem 0 0.6rem 0;
  }
  .lesson-price_support .__summary {
    width: 100%;
    padding: 0 0.15rem;
  }
  .lesson-price_support .__tit {
    font-size: 0.26rem;
    line-height: 1.4;
  }
  .lesson-price_support .__txt {
    margin-top: 0.3rem;
  }
  .lesson-price_support .__txt .__desc:not(:first-of-type) {
    margin-top: 1.7em;
  }
  .lesson-price_support .mod_contact {
    margin-top: 0.8rem;
  }
}

.guide_page .mod_under_mv .__bg {
  background-image: url(../../assets/img/guide/mv.webp);
}

.guide_page .mod_under_mv .__bg::after {
  width: 0.88rem;
  height: 1.45rem;
  bottom: -0.24rem;
  right: -0.29rem;
  background-image: url(../../assets/img/guide/mv_deco.svg);
}

@media screen and (max-width: 767.98px) {
  .guide_page .mod_under_mv .__bg {
    background-image: url(../../assets/img/guide/mv_sp.webp);
  }
}

.guide_flow {
  padding: 1.73rem 0 0;
}

.guide_flow .__tit {
  text-align: center;
  font-size: 0.36rem;
}

.guide_flow .__lists {
  margin-top: 0.86rem;
}

.guide_flow .__lists .__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.guide_flow .__lists .__item:not(:first-of-type) {
  margin-top: 0.38rem;
}

.guide_flow .__lists .__img {
  width: 5.8rem;
}

.guide_flow .__lists .__img img {
  border-radius: 1.2rem 0 1.2rem;
}

.guide_flow .__lists .__summary {
  width: 5.26rem;
}

.guide_flow .__lists .__item_tit {
  font-size: 0.24rem;
  line-height: 1.4;
}

.guide_flow .__lists .__txt {
  margin-top: 0.25rem;
  line-height: 1.6;
}

@media screen and (max-width: 767.98px) {
  .guide_flow {
    padding: 0.9rem 0 0;
  }
  .guide_flow .__tit {
    font-size: 0.24rem;
  }
  .guide_flow .__lists {
    margin-top: 0.5rem;
  }
  .guide_flow .__lists .__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.26rem 0;
  }
  .guide_flow .__lists .__item:not(:first-of-type) {
    margin-top: 0.48rem;
  }
  .guide_flow .__lists .__img {
    width: 100%;
  }
  .guide_flow .__lists .__img img {
    border-radius: 0.6rem 0 0.6rem;
  }
  .guide_flow .__lists .__summary {
    width: 100%;
    padding: 0 0.15rem;
  }
  .guide_flow .__lists .__txt {
    margin-top: 0.15rem;
  }
}

.guide_reasons {
  padding: 2rem 0 0;
}

.guide_reasons .mod_contact {
  padding: 2.5rem 0 0;
}

@media screen and (max-width: 767.98px) {
  .guide_reasons {
    padding: 0.8rem 0 0;
  }
  .guide_reasons .mod_contact {
    padding: 0.8rem 0 0;
  }
}

.voice_page .mod_under_mv .__bg {
  background-image: url(../../assets/img/voice/mv.webp);
}

.voice_page .mod_under_mv .__bg::after {
  width: 0.73rem;
  height: 1.18rem;
  bottom: -0.2rem;
  right: -0.18rem;
  background-image: url(../../assets/img/voice/mv_deco.svg);
}

@media screen and (max-width: 767.98px) {
  .voice_page .mod_under_mv .__bg {
    background-image: url(../../assets/img/voice/mv_sp.webp);
  }
}

.voice_content {
  padding: 1.4rem 0 0;
}

@media screen and (max-width: 767.98px) {
  .voice_content {
    padding: 0.8rem 0 0;
  }
}

.about_page .mod_under_mv .__bg {
  background-image: url(../../assets/img/about/mv.webp);
}

.about_page .mod_under_mv .__bg::after {
  content: none;
}

@media screen and (max-width: 767.98px) {
  .about_page .mod_under_mv .__bg {
    background-image: url(../../assets/img/about/mv_sp.webp);
  }
}

.about_instructor {
  padding: 1.53rem 0 0;
}

.about_instructor .__tit {
  padding-left: 0.72rem;
  font-size: 0.24rem;
  color: #d9978b;
  font-family: "Josefin Sans", sans-serif;
}

.about_instructor .__wrap {
  margin-top: -0.1rem;
  padding: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about_instructor .__wrap._bg {
  border-radius: 0.08rem;
  background-color: rgba(217, 151, 139, 0.1);
}

.about_instructor .__img_content {
  width: 4.8rem;
}

.about_instructor .__img {
  position: relative;
}

.about_instructor .__img::after {
  content: "";
  width: 0.94rem;
  height: 1.94rem;
  position: absolute;
  bottom: 0.06rem;
  right: -0.26rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/img/about/instructor_deco.svg);
}

.about_instructor .__img img {
  border-radius: 1.2rem 0 1.2rem 0;
}

.about_instructor .__name {
  margin-top: 0.4rem;
  text-align: center;
}

.about_instructor .__name .__strong {
  margin-top: 0.07rem;
  display: block;
  font-size: 0.29rem;
}

.about_instructor .__lists {
  padding: 0.3rem 0 0.3rem 0.3rem;
  margin-top: 0.42rem;
  border-radius: 0.08rem;
  background-color: rgba(217, 151, 139, 0.1);
}

.about_instructor .__lists dt {
  font-size: 0.24rem;
}

.about_instructor .__lists dt:not(:first-of-type) {
  margin-top: 0.3rem;
}

.about_instructor .__child_lists01 {
  margin-top: 0.15rem;
}

.about_instructor .__child_lists01 li {
  padding-left: 1em;
  line-height: 1.6;
  position: relative;
}

.about_instructor .__child_lists01 li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.about_instructor .__child_lists02 {
  margin-top: 0.15rem;
}

.about_instructor .__child_lists02 dt,
.about_instructor .__child_lists02 dd {
  font-size: 0.16rem;
  line-height: 1.6;
}

.about_instructor .__child_lists02 dt:not(:first-of-type) {
  margin-top: 0.1rem;
}

.about_instructor .__summary {
  width: 5.8rem;
}

.about_instructor .__stit {
  margin: 0.5rem 0 0.3rem;
  font-size: 0.36rem;
  line-height: 1.6;
}

.about_instructor .__txt {
  line-height: 1.6;
}

.about_instructor .__txt:not(:first-of-type) {
  margin-top: 1em;
}

@media screen and (max-width: 767.98px) {
  .about_instructor {
    padding: 0.76rem 0 0;
  }
  .about_instructor .__tit {
    padding-left: 0.04rem;
  }
  .about_instructor .__wrap {
    margin-top: -0.1rem;
    padding: 0.45rem 0.25rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about_instructor .__img_content {
    width: 100%;
    display: contents;
  }
  .about_instructor .__img_content .__lists {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .about_instructor .__img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    height: 3.2rem;
  }
  .about_instructor .__img::after {
    content: none;
  }
  .about_instructor .__img img {
    border-radius: 0.6rem 0 0.6rem 0;
  }
  .about_instructor .__name {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin: 0.33rem auto 0;
  }
  .about_instructor .__name .__strong {
    margin-top: 0.07rem;
  }
  .about_instructor .__lists {
    width: 100%;
    padding: 0.23rem;
    margin-top: 0.4rem;
  }
  .about_instructor .__lists dt {
    font-size: 0.24rem;
  }
  .about_instructor .__lists dt:not(:first-of-type) {
    margin-top: 0.15rem;
  }
  .about_instructor .__child_lists01 {
    margin-top: 0.15rem;
  }
  .about_instructor .__child_lists01 li {
    padding-left: 1em;
    line-height: 1.6;
    position: relative;
  }
  .about_instructor .__child_lists01 li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .about_instructor .__child_lists02 {
    margin-top: 0.1rem;
  }
  .about_instructor .__child_lists02 dt,
  .about_instructor .__child_lists02 dd {
    font-size: 0.16rem;
    line-height: 1.6;
  }
  .about_instructor .__child_lists02 dt:not(:first-of-type) {
    margin-top: 0.1rem;
  }
  .about_instructor .__summary {
    width: 100%;
    display: contents;
  }
  .about_instructor .__stit {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin: 0.3rem 0 0;
    font-size: 0.24rem;
  }
  .about_instructor .__txt {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin: 0.3rem auto 0;
    line-height: 1.6;
  }
}

.about_what {
  padding: 2rem 0 0;
}

.about_what .__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about_what .__img {
  width: 4.4rem;
  position: relative;
}

.about_what .__img::after {
  content: "";
  width: 1.07rem;
  height: 1.37rem;
  position: absolute;
  top: -0.25rem;
  left: -0.26rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/img/about/what_deco.svg);
}

.about_what .__img img {
  border-radius: 1.2rem 0 1.2rem 0;
}

.about_what .__summary {
  width: 5.8rem;
}

.about_what .__tit .__fs01 {
  font-size: 0.48rem;
}

.about_what .__tit .__fs02 {
  font-size: 0.24rem;
}

.about_what .__tit .__fs03 {
  font-size: 0.36rem;
}

.about_what .__txt {
  margin-top: 0.45rem;
  line-height: 1.6;
}

@media screen and (max-width: 767.98px) {
  .about_what {
    padding: 0.8rem 0 0;
  }
  .about_what .__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.3rem 0;
  }
  .about_what .__img {
    width: 100%;
    height: 2.1rem;
  }
  .about_what .__img::after {
    top: -0.25rem;
    left: -0.25rem;
  }
  .about_what .__img img {
    border-radius: 0.6rem 0 0.6rem 0;
  }
  .about_what .__summary {
    width: 100%;
    padding: 0 0.15rem;
  }
  .about_what .__tit .__fs01 {
    font-size: 0.34rem;
  }
  .about_what .__tit .__fs02 {
    font-size: 0.16rem;
  }
  .about_what .__tit .__fs03 {
    font-size: 0.24rem;
  }
  .about_what .__txt {
    margin-top: 0.3rem;
  }
}

.about_info {
  padding: 2rem 0 0;
}

.about_info .__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about_info .__tit {
  padding-top: 0.18rem;
  width: calc(100% - 8.04rem);
  font-size: 0.36rem;
}

.about_info .__lists {
  width: 8.04rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.about_info .__lists dt,
.about_info .__lists dd {
  line-height: 1;
}

.about_info .__lists dt {
  width: 1.4rem;
  padding: 0.27rem 0.15rem;
  color: #a94d52;
  border-bottom: 0.02rem solid #a94d52;
}

.about_info .__lists dt:first-of-type {
  border-top: 0.02rem solid #a94d52;
}

.about_info .__lists dd {
  width: calc(100% - 1.4rem);
  padding: 0.27rem 0.3rem;
  border-bottom: 0.02rem solid #e3c0b8;
}

.about_info .__lists dd:first-of-type {
  border-top: 0.02rem solid #e3c0b8;
}

.about_info .__child_lists li {
  padding-left: 1em;
  line-height: 1.6;
  position: relative;
}

.about_info .__child_lists li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.about_info .__notes_lists {
  padding-left: 1em;
}

.about_info .__notes_lists li {
  padding-left: 1em;
  line-height: 1.6;
  position: relative;
}

.about_info .__notes_lists li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767.98px) {
  .about_info {
    padding: 0.85rem 0 0;
  }
  .about_info .__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.5rem 0;
  }
  .about_info .__tit {
    width: 100%;
    text-align: center;
    padding-top: 0;
    font-size: 0.24rem;
  }
  .about_info .__lists {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-top: 0.02rem solid #e3c0b8;
  }
  .about_info .__lists dt,
  .about_info .__lists dd {
    line-height: 1;
  }
  .about_info .__lists dt {
    width: 100%;
    padding: 0.23rem 0.25rem 0.14rem;
    color: #a94d52;
    border-bottom: none;
    position: relative;
  }
  .about_info .__lists dt:first-of-type {
    border-top: none;
  }
  .about_info .__lists dt::after {
    content: "";
    width: 0.4rem;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0.25rem;
    background-color: #a94d52;
  }
  .about_info .__lists dd {
    width: 100%;
    padding: 0.16rem 0.23rem 0.21rem;
    border-bottom: 0.02rem solid #e3c0b8;
  }
  .about_info .__lists dd:first-of-type {
    border-top: none;
  }
  .about_info .__child_lists li {
    padding-left: 1em;
    line-height: 1.6;
    position: relative;
  }
  .about_info .__child_lists li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .about_info .__notes_lists {
    padding-left: 1em;
  }
  .about_info .__notes_lists li {
    padding-left: 1em;
    line-height: 1.6;
    position: relative;
  }
  .about_info .__notes_lists li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
}

.privacy-policy_page .mod_under_mv .__bg {
  background-image: url(../../assets/img/privacy-policy/mv.webp);
}

.privacy-policy_page .mod_under_mv .__bg::after {
  content: none;
}

@media screen and (max-width: 767.98px) {
  .privacy-policy_page .mod_under_mv .__bg {
    background-image: url(../../assets/img/privacy-policy/mv_sp.webp);
  }
}

.privacy_content {
  padding: 1.65rem 0 0;
}

.privacy_content .__f_txt {
  line-height: 1.3;
}

.privacy_content .__tit {
  margin-top: 0.5rem;
  font-size: 0.23rem;
  line-height: 1.8;
}

.privacy_content .__txt {
  margin-top: 0.12rem;
  line-height: 1.8;
}

.privacy_content .__txt a {
  color: #a94d52;
  text-decoration: underline;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.privacy_content .__txt a:hover {
  opacity: 0.7;
}

.privacy_content .__lists {
  margin-top: 0.1rem;
}

.privacy_content .__lists li {
  padding-left: 1em;
  line-height: 1.8;
  position: relative;
}

.privacy_content .__lists li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.privacy_content .mod_btn02 {
  margin-top: 0.1rem;
}

@media screen and (max-width: 767.98px) {
  .privacy_content {
    padding: 0.75rem 0.15rem 0;
  }
}

.faq_page .mod_under_mv .__bg {
  background-image: url(../../assets/img/faq/mv.webp);
}

.faq_page .mod_under_mv .__bg::after {
  content: none;
}

@media screen and (max-width: 767.98px) {
  .faq_page .mod_under_mv .__bg {
    background-image: url(../../assets/img/faq/mv_sp.webp);
  }
}

.faq_content {
  padding: 1.64rem 0 0;
}

.faq_content .__ac .__parent,
.faq_content .__ac .__child {
  position: relative;
  line-height: 1.6;
}

.faq_content .__ac .__parent {
  padding: 0.3rem 1.15rem;
  cursor: pointer;
  background-color: #fde6e0;
  border-radius: 0.08rem;
}

.faq_content .__ac .__parent::after {
  content: "";
  width: 0.32rem;
  height: 0.24rem;
  position: absolute;
  top: 0.3rem;
  right: 0.58rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/img/faq/arrow.svg);
}

.faq_content .__ac .__parent._active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.faq_content .__ac .__parent:not(:first-of-type) {
  margin-top: 0.1rem;
}

.faq_content .__ac .__child {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.7s ease max-height;
  transition: 0.7s ease max-height;
  border-radius: 0 0 0.08rem 0.08rem;
  background-color: rgba(255, 255, 251, 0.28);
}

.faq_content .__ac .__child .__wrap {
  padding: 0.26rem 1.15rem 0.23rem;
}

.faq_content .__ac .__label {
  width: 0.42rem;
  height: 0.42rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  border-radius: 50%;
  font-size: 0.24rem;
  color: #fffffb;
  font-family: "Josefin Sans", sans-serif;
}

.faq_content .__ac .__label._q {
  top: 0.22rem;
  left: 0.58rem;
  background-color: #d9978b;
}

.faq_content .__ac .__label._a {
  top: 0.2rem;
  left: 0.58rem;
  background-color: #a94d52;
}

@media screen and (max-width: 767.98px) {
  .faq_content {
    padding: 0.8rem 0 0;
  }
  .faq_content .__ac .__parent {
    padding: 0.2rem 0.5rem 0.2rem 0.8rem;
  }
  .faq_content .__ac .__parent::after {
    width: 0.22rem;
    height: 0.16rem;
    top: 0.27rem;
    right: 0.25rem;
  }
  .faq_content .__ac .__parent:not(:first-of-type) {
    margin-top: 0.1rem;
  }
  .faq_content .__ac .__child .__wrap {
    padding: 0.21rem 0.5rem 0.23rem 0.8rem;
  }
  .faq_content .__ac .__label._q {
    top: 0.12rem;
    left: 0.25rem;
  }
  .faq_content .__ac .__label._a {
    top: 0.13rem;
    left: 0.25rem;
  }
}
/*# sourceMappingURL=style.css.map */