@charset "UTF-8";
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-family: "zen-maru-gothic", sans-serif;
  font-style: normal;
}

a {
  text-decoration: initial;
}

.swiper .swiper-slide-active .swiper-img,
.swiper .swiper-slide-duplicate-active .swiper-img,
.swiper .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
.swiper .swiper-wrapper {
  height: 100%;
  overflow: hidden;
}
.swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide .swiper-img {
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide .swiper-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container {
  -webkit-box-shadow: initial !important;
          box-shadow: initial !important;
  background-color: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close {
  position: absolute !important;
  right: 0 !important;
  top: -50px !important;
  border-radius: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close::before, .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close::after {
  width: 1px !important;
  height: 25px !important;
  background-color: #333333 !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap > div > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1000px !important;
  max-height: 800px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap > div .modaal-gallery-label {
  display: none !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control {
  width: 40px !important;
  height: 40px !important;
  bottom: -50px !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: initial !important;
  background-color: initial !important;
  border: 1px solid #EAEAEA;
}
@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control {
    width: 40px !important;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control::before {
  position: initial !important;
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
  width: 100% !important;
  height: 100% !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #333333 !important;
  border-radius: initial !important;
  background-color: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control::after {
  display: none !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev {
  left: 75% !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev {
    left: -40px !important;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev::before {
  content: "\f104" !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-next {
  right: 0 !important;
  margin-left: 0 !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-next::before {
  content: "\f105" !important;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  -webkit-transition: opacity 1.4s, -webkit-transform 1s;
  transition: opacity 1.4s, -webkit-transform 1s;
  transition: opacity 1.4s, transform 1s;
  transition: opacity 1.4s, transform 1s, -webkit-transform 1s;
}
.js-fade.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-imgAnimation {
  position: relative;
}
.js-imgAnimation img {
  opacity: 0;
}
.js-imgAnimation::before {
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(87, 10, 4);
  background: -webkit-gradient(linear, left top, right top, from(rgb(87, 10, 4)), to(rgb(168, 60, 53)));
  background: linear-gradient(90deg, rgb(87, 10, 4) 0%, rgb(168, 60, 53) 100%);
  z-index: 10;
}
.js-imgAnimation.is-inview img {
  -webkit-animation-name: imgAnimation-pic;
          animation-name: imgAnimation-pic;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
@-webkit-keyframes imgAnimation-pic {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imgAnimation-pic {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-imgAnimation.is-inview::before {
  -webkit-animation-name: imgAnimation-overlay;
          animation-name: imgAnimation-overlay;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
@-webkit-keyframes imgAnimation-overlay {
  50% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes imgAnimation-overlay {
  50% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.pinkBgArea {
  position: relative;
  background-color: #FCF5F6;
}
@media screen and (min-width: 768px) {
  .pinkBgArea {
    padding-bottom: 80px;
  }
}
.pinkBgArea::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 150px;
  background-color: #FCF5F6;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pinkBgArea::before {
    height: 250px;
  }
}
.pinkBgArea > * {
  position: relative;
  z-index: 2;
}

.textureBgArea {
  background-image: url(../images/texture_bg.png);
  background-position: center center;
  background-repeat: repeat-y;
  padding-bottom: 80px;
}

.modal-video {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.modal-video-body {
  max-width: 1200px !important;
}

.modal-video-close-btn {
  top: -50px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #D64835 !important;
  border-radius: 50% !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .modal-video-close-btn {
    top: -25px !important;
    right: -60px !important;
    width: 50px !important;
    height: 50px !important;
  }
}
.modal-video-close-btn::before, .modal-video-close-btn::after {
  left: 50% !important;
  top: 50% !important;
  translate: -50% -50% !important;
  width: 50% !important;
  margin-top: initial !important;
  background-color: white !important;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-family: "zen-maru-gothic", sans-serif;
  font-style: normal;
}

a {
  text-decoration: initial;
}

.swiper .swiper-slide-active .swiper-img,
.swiper .swiper-slide-duplicate-active .swiper-img,
.swiper .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
.swiper .swiper-wrapper {
  height: 100%;
  overflow: hidden;
}
.swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide .swiper-img {
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide .swiper-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container {
  -webkit-box-shadow: initial !important;
          box-shadow: initial !important;
  background-color: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close {
  position: absolute !important;
  right: 0 !important;
  top: -50px !important;
  border-radius: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close::before, .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close::after {
  width: 1px !important;
  height: 25px !important;
  background-color: #333333 !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap > div > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1000px !important;
  max-height: 800px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap > div .modaal-gallery-label {
  display: none !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control {
  width: 40px !important;
  height: 40px !important;
  bottom: -50px !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: initial !important;
  background-color: initial !important;
  border: 1px solid #EAEAEA;
}
@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control {
    width: 40px !important;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control::before {
  position: initial !important;
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
  width: 100% !important;
  height: 100% !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #333333 !important;
  border-radius: initial !important;
  background-color: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control::after {
  display: none !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev {
  left: 75% !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev {
    left: -40px !important;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev::before {
  content: "\f104" !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-next {
  right: 0 !important;
  margin-left: 0 !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-next::before {
  content: "\f105" !important;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  -webkit-transition: opacity 1.4s, -webkit-transform 1s;
  transition: opacity 1.4s, -webkit-transform 1s;
  transition: opacity 1.4s, transform 1s;
  transition: opacity 1.4s, transform 1s, -webkit-transform 1s;
}
.js-fade.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-imgAnimation {
  position: relative;
}
.js-imgAnimation img {
  opacity: 0;
}
.js-imgAnimation::before {
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(87, 10, 4);
  background: -webkit-gradient(linear, left top, right top, from(rgb(87, 10, 4)), to(rgb(168, 60, 53)));
  background: linear-gradient(90deg, rgb(87, 10, 4) 0%, rgb(168, 60, 53) 100%);
  z-index: 10;
}
.js-imgAnimation.is-inview img {
  -webkit-animation-name: imgAnimation-pic;
          animation-name: imgAnimation-pic;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
@keyframes imgAnimation-pic {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-imgAnimation.is-inview::before {
  -webkit-animation-name: imgAnimation-overlay;
          animation-name: imgAnimation-overlay;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
@keyframes imgAnimation-overlay {
  50% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.pinkBgArea {
  position: relative;
  background-color: #FCF5F6;
}
@media screen and (min-width: 768px) {
  .pinkBgArea {
    padding-bottom: 80px;
  }
}
.pinkBgArea::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 150px;
  background-color: #FCF5F6;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pinkBgArea::before {
    height: 250px;
  }
}
.pinkBgArea > * {
  position: relative;
  z-index: 2;
}

.textureBgArea {
  background-image: url(../images/texture_bg.png);
  background-position: center center;
  background-repeat: repeat-y;
  padding-bottom: 80px;
}

.modal-video {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.modal-video-body {
  max-width: 1200px !important;
}

.modal-video-close-btn {
  top: -50px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #D64835 !important;
  border-radius: 50% !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .modal-video-close-btn {
    top: -25px !important;
    right: -60px !important;
    width: 50px !important;
    height: 50px !important;
  }
}
.modal-video-close-btn::before, .modal-video-close-btn::after {
  left: 50% !important;
  top: 50% !important;
  translate: -50% -50% !important;
  width: 50% !important;
  margin-top: initial !important;
  background-color: white !important;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-family: "zen-maru-gothic", sans-serif;
  font-style: normal;
}

a {
  text-decoration: initial;
}

.swiper .swiper-slide-active .swiper-img,
.swiper .swiper-slide-duplicate-active .swiper-img,
.swiper .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
.swiper .swiper-wrapper {
  height: 100%;
  overflow: hidden;
}
.swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide .swiper-img {
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide .swiper-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container {
  -webkit-box-shadow: initial !important;
          box-shadow: initial !important;
  background-color: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close {
  position: absolute !important;
  right: 0 !important;
  top: -50px !important;
  border-radius: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close::before, .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close::after {
  width: 1px !important;
  height: 25px !important;
  background-color: #333333 !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap > div > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1000px !important;
  max-height: 800px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap > div .modaal-gallery-label {
  display: none !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control {
  width: 40px !important;
  height: 40px !important;
  bottom: -50px !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: initial !important;
  background-color: initial !important;
  border: 1px solid #EAEAEA;
}
@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control {
    width: 40px !important;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control::before {
  position: initial !important;
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
  width: 100% !important;
  height: 100% !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #333333 !important;
  border-radius: initial !important;
  background-color: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control::after {
  display: none !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev {
  left: 75% !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev {
    left: -40px !important;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev::before {
  content: "\f104" !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-next {
  right: 0 !important;
  margin-left: 0 !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-next::before {
  content: "\f105" !important;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  -webkit-transition: opacity 1.4s, -webkit-transform 1s;
  transition: opacity 1.4s, -webkit-transform 1s;
  transition: opacity 1.4s, transform 1s;
  transition: opacity 1.4s, transform 1s, -webkit-transform 1s;
}
.js-fade.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-imgAnimation {
  position: relative;
}
.js-imgAnimation img {
  opacity: 0;
}
.js-imgAnimation::before {
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(87, 10, 4);
  background: -webkit-gradient(linear, left top, right top, from(rgb(87, 10, 4)), to(rgb(168, 60, 53)));
  background: linear-gradient(90deg, rgb(87, 10, 4) 0%, rgb(168, 60, 53) 100%);
  z-index: 10;
}
.js-imgAnimation.is-inview img {
  -webkit-animation-name: imgAnimation-pic;
          animation-name: imgAnimation-pic;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
@keyframes imgAnimation-pic {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-imgAnimation.is-inview::before {
  -webkit-animation-name: imgAnimation-overlay;
          animation-name: imgAnimation-overlay;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
@keyframes imgAnimation-overlay {
  50% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.pinkBgArea {
  position: relative;
  background-color: #FCF5F6;
}
@media screen and (min-width: 768px) {
  .pinkBgArea {
    padding-bottom: 80px;
  }
}
.pinkBgArea::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 150px;
  background-color: #FCF5F6;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pinkBgArea::before {
    height: 250px;
  }
}
.pinkBgArea > * {
  position: relative;
  z-index: 2;
}

.textureBgArea {
  background-image: url(../images/texture_bg.png);
  background-position: center center;
  background-repeat: repeat-y;
  padding-bottom: 80px;
}

.modal-video {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.modal-video-body {
  max-width: 1200px !important;
}

.modal-video-close-btn {
  top: -50px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #D64835 !important;
  border-radius: 50% !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .modal-video-close-btn {
    top: -25px !important;
    right: -60px !important;
    width: 50px !important;
    height: 50px !important;
  }
}
.modal-video-close-btn::before, .modal-video-close-btn::after {
  left: 50% !important;
  top: 50% !important;
  translate: -50% -50% !important;
  width: 50% !important;
  margin-top: initial !important;
  background-color: white !important;
}

.p-text {
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  font-size: clamp(14px, 1.8229vw, 16px);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 100 !important;
}

.p-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-logo small {
  display: block;
  margin-bottom: 5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
  font-size: clamp(11px, 1.4322vw, 16px);
}
.p-logo b {
  font-family: "baskerville-display-pt", serif;
  font-style: normal;
  font-size: clamp(28px, 3.6458vw, 40px);
}
.p-logo b span {
  display: inline-block;
  margin-left: 7.5px;
  font-size: clamp(13px, 1.6927vw, 16px);
  color: #C9C09D;
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-style: normal;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .p-disp--SP {
    display: none;
  }
}
.p-disp--PC {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-disp--PC {
    display: block;
  }
}
.p-gallaries .p-gallery {
  margin-left: 0.2%;
  margin-right: 0.2%;
  margin-bottom: 0 !important;
}
.p-gallaries .p-gallery .p-gallery__item {
  position: relative;
  width: 49.7%;
  margin: 0.2%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-gallaries .p-gallery .p-gallery__item {
    width: 32.8%;
  }
}
.p-gallaries .p-gallery .p-gallery__item::before {
  display: block;
  content: "\f00e";
  position: absolute;
  left: 6px;
  bottom: 6px;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  font-size: 12px;
  color: white;
  opacity: 0.7;
  z-index: 1;
}
.p-gallaries .p-gallery .p-gallery__item > a {
  display: block;
  position: relative;
  background-color: white;
  -webkit-transition: scale 0.5s;
  transition: scale 0.5s;
}
.p-gallaries .p-gallery .p-gallery__item > a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gallaries .p-gallery .p-gallery__item:hover > a {
  scale: 1.1;
}
.p-gallaries .p-gallaries__button {
  display: block;
  width: 100%;
  padding: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
  text-align: center;
  border: initial;
}

.p-button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 50px;
  padding: 0 !important;
  border: initial;
  font-weight: bold;
  border-radius: 40px;
  background-color: #D64835;
}
@media screen and (min-width: 768px) {
  .p-button {
    height: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: white !important;
  font-size: clamp(14px, 1.8229vw, 22px);
  letter-spacing: 0.1em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-button > a::before {
  display: block;
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 50%;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  translate: 0 -50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-button.p-button--external > a::before {
  content: "\f08e";
}
.p-button:hover > a::before {
  right: 10px;
}
.p-button:hover.p-button--external > a {
  opacity: 0.5;
}
.p-button:hover.p-button--external > a::before {
  right: 20px;
}
.p-button.p-button--arrowNone > a::before {
  display: none;
}

.p-tasteMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p-tasteMenu {
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.p-tasteMenu > li {
  position: relative;
  width: calc(50% - 2.5px);
  border: 1px solid #EAEAEA;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: black;
}
@media screen and (min-width: 768px) {
  .p-tasteMenu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    background-size: cover;
    background-position: right top;
  }
}
.p-tasteMenu > li > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #333333;
  overflow: hidden;
}
.p-tasteMenu > li > a::before {
  display: block;
  content: "";
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  .p-tasteMenu > li > a::before {
    padding-top: 130%;
  }
}
.p-tasteMenu > li > a > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-tasteMenu > li > a > span {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 1.2;
  z-index: 1;
  color: white;
  font-size: clamp(14px, 1.8229vw, 30px);
}
.p-tasteMenu > li > a > span::before {
  display: block;
  content: attr(data-number);
  opacity: 0.5;
}
.p-tasteMenu > li > a > span > span {
  display: block;
}
.p-tasteMenu > li:hover > a > img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.p-borderBox {
  position: relative;
  margin-top: 100px;
  padding: 60px 20px 20px;
}
@media screen and (min-width: 768px) {
  .p-borderBox {
    padding: 100px 50px 50px;
  }
}
.p-borderBox::before, .p-borderBox::after {
  display: block;
  content: "";
  position: absolute;
}
.p-borderBox::before {
  left: 0;
  top: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 6px solid #D64835;
  z-index: 1;
}
.p-borderBox::after {
  left: 12px;
  top: 12px;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 0;
}
.p-borderBox .p-borderBox__title {
  position: absolute;
  left: 50%;
  top: -50px;
  translate: -50% 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-borderBox .p-borderBox__title {
    width: auto;
  }
}
.p-borderBox .p-borderBox__title .p-borderBox__title__text {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #D64835;
}
.p-borderBox .p-borderBox__title .p-borderBox__title__text img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 626px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  z-index: 1;
}
.p-borderBox .p-borderBox__title .p-borderBox__title__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -20px;
  top: 0;
  width: 50px;
  height: 50px;
  font-size: clamp(22px, 2.8645vw, 36px);
  color: white;
  border-radius: 50%;
  background-color: #D64835;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-borderBox .p-borderBox__title .p-borderBox__title__number {
    width: 70px;
    height: 70px;
  }
}
.p-borderBox .p-borderBox__title .p-borderBox__title__number::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 80%;
  rotate: 45deg;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 10px solid #D64835;
}
@media screen and (min-width: 768px) {
  .p-borderBox .p-borderBox__title .p-borderBox__title__number::before {
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 15px solid #D64835;
  }
}
.p-borderBox .p-borderBox__content {
  position: relative;
  z-index: 2;
}
.p-borderBox .p-borderBox__content .p-borderBox__content__title {
  font-size: clamp(22px, 2.8645vw, 34px);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.p-borderBox .p-borderBox__content .p-borderBox__content__title > b {
  color: #D64835;
}
.p-borderBox .p-borderBox__sub {
  position: relative;
  padding: 20px;
  border: 3px solid #D64835;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-borderBox .p-borderBox__sub {
    padding: 30px 60px;
  }
}
.p-borderBox .p-borderBox__sub > *:not(:last-child) {
  margin-bottom: 30px;
}
.p-borderBox .p-borderBox__sub > dl > dt {
  margin-bottom: 15px;
  padding: 15px;
  color: #D64835;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-top: 2px solid #D64835;
  border-bottom: 2px solid #D64835;
}
.p-borderBox .p-borderBox__sub > dl > dd {
  font-size: clamp(16px, 2.0833vw, 24px);
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.p-borderBox .p-borderBox__sub > dl > dd > small {
  font-size: 0.8em;
}
.p-borderBox .p-borderBox__sub > div {
  padding: 20px;
  background-color: #FCF5F6;
}
.p-borderBox .p-borderBox__sub > div > p {
  text-align: center;
}
.p-borderBox .p-borderBox__sub > div > p b {
  font-size: 1.3em;
  font-weight: bold;
  color: #D64835;
}
.p-borderBox .p-borderBox__sub p {
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}
.p-borderBox .p-borderBox__sub img {
  display: block;
  width: 100%;
  height: auto;
}

.p-scroll {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-scroll {
    width: 140px;
    height: 140px;
  }
}
.p-scroll > a::before {
  left: 50%;
  right: initial;
  top: initial;
  bottom: 10px;
  translate: -50% 0;
  rotate: 90deg;
}

html .l-wrap,
body .l-wrap {
  overflow: hidden !important;
}
@media screen and (min-width: 768px) {
  html .l-wrap,
  body .l-wrap {
    margin-top: 100px;
  }
}
html .l-section,
body .l-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
html .l-section .l-section__inner,
body .l-section .l-section__inner {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  html .l-section .l-section__inner,
  body .l-section .l-section__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
html .l-section .l-section__inner > *:not(:last-child),
body .l-section .l-section__inner > *:not(:last-child) {
  margin-bottom: 60px;
}
html .l-section .l-section__inner > *.l-section__title,
body .l-section .l-section__inner > *.l-section__title {
  margin-bottom: 40px;
}
html .l-section .l-section__title,
body .l-section .l-section__title {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: bold;
}
html .l-section .l-section__title *,
body .l-section .l-section__title * {
  margin-left: auto;
  margin-right: auto;
}
html .l-section .l-section__title > span,
body .l-section .l-section__title > span {
  font-weight: bold;
  font-size: clamp(22px, 2.8645vw, 46px);
}
html .l-section .l-section__title > span img,
body .l-section .l-section__title > span img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html .l-section .l-section__title > small,
body .l-section .l-section__title > small {
  display: block;
  color: #D64835;
  font-size: clamp(16px, 2.0833vw, 30px);
}
html .l-section .l-section__title > img,
body .l-section .l-section__title > img {
  display: block;
  width: 100%;
  max-width: 700px;
  height: auto;
}
html .l-section .l-section__lead,
body .l-section .l-section__lead {
  text-align: center;
  line-height: 2;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  html .l-section .l-section__lead,
  body .l-section .l-section__lead {
    max-width: 100%;
    text-align: center;
  }
}
html .l-section .l-section__lead br,
body .l-section .l-section__lead br {
  display: none;
}
@media screen and (min-width: 768px) {
  html .l-section .l-section__lead br,
  body .l-section .l-section__lead br {
    display: block;
  }
}
html .l-header,
body .l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  html .l-header,
  body .l-header {
    height: 100px;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    background-color: white;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}
html .l-header::before,
body .l-header::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(58, 90, 147)), to(rgb(6, 24, 62)));
  background: linear-gradient(180deg, rgb(58, 90, 147) 0%, rgb(6, 24, 62) 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
html .l-header .l-header__logo,
body .l-header .l-header__logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: 100px;
  height: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  html .l-header .l-header__logo,
  body .l-header .l-header__logo {
    max-width: 200px;
    background-color: initial;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html .l-header .l-header__logo,
  body .l-header .l-header__logo {
    position: initial;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
html .l-header .l-header__logo > a,
body .l-header .l-header__logo > a {
  display: block;
  width: 100%;
  height: 100%;
}
html .l-header .l-header__logo > a img,
body .l-header .l-header__logo > a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
html .l-header .l-header__logo.js-active > a,
body .l-header .l-header__logo.js-active > a {
  color: white;
}
html .l-header .l-header__hamburger,
body .l-header .l-header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 60px;
  height: 60px;
  border: initial;
  background-color: white;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html .l-header .l-header__hamburger,
  body .l-header .l-header__hamburger {
    display: none;
  }
}
html .l-header .l-header__hamburger > ul,
body .l-header .l-header__hamburger > ul {
  position: relative;
  width: 30px;
  height: 8px;
}
html .l-header .l-header__hamburger > ul > li,
body .l-header .l-header__hamburger > ul > li {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  border-radius: 2px;
  background-color: #D64835;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
html .l-header .l-header__hamburger > ul > li:nth-child(1),
body .l-header .l-header__hamburger > ul > li:nth-child(1) {
  top: 0;
}
html .l-header .l-header__hamburger > ul > li:nth-child(2),
body .l-header .l-header__hamburger > ul > li:nth-child(2) {
  bottom: 0;
}
html .l-header .l-header__hamburger.js-active > ul > li:nth-child(1),
body .l-header .l-header__hamburger.js-active > ul > li:nth-child(1) {
  top: 3.5px;
  rotate: -45deg;
}
html .l-header .l-header__hamburger.js-active > ul > li:nth-child(2),
body .l-header .l-header__hamburger.js-active > ul > li:nth-child(2) {
  bottom: 3.5px;
  rotate: 45deg;
}
html .l-header .l-header__nav,
body .l-header .l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: scroll;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  html .l-header .l-header__nav,
  body .l-header .l-header__nav {
    padding-top: initial;
    padding-left: initial;
    padding-right: initial;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html .l-header .l-header__nav,
  body .l-header .l-header__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: unset;
    height: 100%;
    margin-right: 15px;
    background-color: unset;
    pointer-events: visible;
    opacity: 1;
  }
}
html .l-header .l-header__nav.js-active,
body .l-header .l-header__nav.js-active {
  opacity: 1;
  pointer-events: visible;
}
html .l-header .l-header__nav > ul,
body .l-header .l-header__nav > ul {
  width: 100%;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html .l-header .l-header__nav > ul,
  body .l-header .l-header__nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    height: 100%;
  }
}
html .l-header .l-header__nav > ul > li,
body .l-header .l-header__nav > ul > li {
  text-align: center;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html .l-header .l-header__nav > ul > li,
  body .l-header .l-header__nav > ul > li {
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html .l-header .l-header__nav > ul > li:not(:last-child),
  body .l-header .l-header__nav > ul > li:not(:last-child) {
    margin-bottom: 0;
  }
}
html .l-header .l-header__nav > ul > li > a,
html .l-header .l-header__nav > ul > li > span,
body .l-header .l-header__nav > ul > li > a,
body .l-header .l-header__nav > ul > li > span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: initial;
  color: #D64835;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "zen-maru-gothic", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html .l-header .l-header__nav > ul > li > a,
  html .l-header .l-header__nav > ul > li > span,
  body .l-header .l-header__nav > ul > li > a,
  body .l-header .l-header__nav > ul > li > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    padding-top: initial;
    padding-bottom: initial;
    color: #4B4B4B;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1200px) and (min-width: 1570px) {
  html .l-header .l-header__nav > ul > li > a,
  html .l-header .l-header__nav > ul > li > span,
  body .l-header .l-header__nav > ul > li > a,
  body .l-header .l-header__nav > ul > li > span {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }
}
html .l-header .l-header__nav > ul > li > a:hover,
body .l-header .l-header__nav > ul > li > a:hover {
  opacity: 0.3;
}
html .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger,
body .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger,
  body .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
html .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger::before, html .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger::after,
body .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger::before,
body .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger::after {
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  width: 13px;
  height: 1.5px;
  background-color: #333333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  html .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger::before,
  body .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger::before {
    left: 50%;
    right: initial;
    top: initial;
    bottom: 12px;
    translate: -50% 0;
    rotate: 45deg;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    background-color: initial;
  }
}
html .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger::after,
body .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger::after {
  rotate: 90deg;
}
@media screen and (min-width: 768px) {
  html .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger::after,
  body .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  html .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger:hover,
  body .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger:hover {
    color: white;
    background-color: #333333;
  }
}
html .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger:hover + div,
body .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger:hover + div {
  opacity: 1;
  pointer-events: visible;
}
@media screen and (min-width: 768px) {
  html .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger.current,
  body .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger.current {
    background-color: #EBEBEB;
  }
}
@media screen and (min-width: 768px) {
  html .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger.selected,
  body .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger.selected {
    color: white;
    background-color: #333333;
  }
}
html .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger.open,
body .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger.open {
  color: white;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  html .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger.open,
  body .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger.open {
    background-color: initial;
  }
}
html .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger.open::before, html .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger.open::after,
body .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger.open::before,
body .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger.open::after {
  background-color: white;
}
html .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger.open::after,
body .l-header .l-header__nav > ul > li.l-header__nav__menu--mega .l-header__nav__menu--mega__trigger.open::after {
  rotate: 180deg;
}
html .l-header .l-header__nav > ul > li > ul,
body .l-header .l-header__nav > ul > li > ul {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
html .l-header .l-header__nav > ul > li.l-header__nav__button,
body .l-header .l-header__nav > ul > li.l-header__nav__button {
  height: auto !important;
}
@media screen and (min-width: 768px) {
  html .l-header .l-header__nav > ul > li.l-header__nav__button,
  body .l-header .l-header__nav > ul > li.l-header__nav__button {
    width: 250px !important;
    height: 70px !important;
    line-height: 1.4;
    margin-left: 0 !important;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1200px) and (min-width: 1570px) {
  html .l-header .l-header__nav > ul > li.l-header__nav__button,
  body .l-header .l-header__nav > ul > li.l-header__nav__button {
    width: 300px;
  }
}
html .l-header .l-header__nav > ul > li.l-header__nav__button a,
body .l-header .l-header__nav > ul > li.l-header__nav__button a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html .l-header .l-header__nav > ul > li.l-header__nav__button a,
  body .l-header .l-header__nav > ul > li.l-header__nav__button a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1200px) and (min-width: 1570px) {
  html .l-header .l-header__nav > ul > li.l-header__nav__button a,
  body .l-header .l-header__nav > ul > li.l-header__nav__button a {
    font-size: 16px;
  }
}
html .l-header .l-header__nav > ul > li.l-header__nav__button a b,
body .l-header .l-header__nav > ul > li.l-header__nav__button a b {
  display: block;
  font-size: 1.4em;
}
html .l-footer,
body .l-footer {
  position: relative;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #D64835;
}
html .l-footer .l-footer__inner,
body .l-footer .l-footer__inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
html .l-footer .l-footer__inner .l-footer__logo,
body .l-footer .l-footer__inner .l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  html .l-footer .l-footer__inner .l-footer__logo,
  body .l-footer .l-footer__inner .l-footer__logo {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
html .l-footer .l-footer__inner .l-footer__logo > li,
body .l-footer .l-footer__inner .l-footer__logo > li {
  width: 100%;
  height: 100px;
  background-color: white;
}
@media screen and (min-width: 768px) {
  html .l-footer .l-footer__inner .l-footer__logo > li,
  body .l-footer .l-footer__inner .l-footer__logo > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
html .l-footer .l-footer__inner .l-footer__logo > li > a,
body .l-footer .l-footer__inner .l-footer__logo > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  width: 100%;
  height: 100%;
}
html .l-footer .l-footer__inner .l-footer__logo > li > a img,
body .l-footer .l-footer__inner .l-footer__logo > li > a img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
html .l-footer .l-footer__inner > p,
body .l-footer .l-footer__inner > p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  color: white;
  text-align: justify;
}
html .l-footer > p,
body .l-footer > p {
  color: white;
  font-size: 0.8em;
  text-align: center;
}
html#home .l-main,
body#home .l-main {
  position: relative;
}
html#home .l-main .l-hero,
body#home .l-main .l-hero {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
html#home .l-main .l-hero::before,
body#home .l-main .l-hero::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 100px;
  background-color: white;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  html#home .l-main .l-hero::before,
  body#home .l-main .l-hero::before {
    bottom: -125px;
    height: 250px;
  }
}
html#home .l-main .l-hero .l-hero__title,
body#home .l-main .l-hero .l-hero__title {
  position: absolute;
  left: 50%;
  top: 55%;
  translate: -50% 0;
  width: 90%;
  height: 20%;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  html#home .l-main .l-hero .l-hero__title,
  body#home .l-main .l-hero .l-hero__title {
    left: 0%;
    top: 20%;
    translate: initial;
    width: 35%;
  }
}
html#home .l-main .l-hero .l-hero__title img,
body#home .l-main .l-hero .l-hero__title img {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
html#home .l-main .l-hero .l-hero__title > span,
body#home .l-main .l-hero .l-hero__title > span {
  display: block;
  line-height: 2;
  text-align: center;
}
html#home .l-main .l-hero .l-hero__title > span > span,
body#home .l-main .l-hero .l-hero__title > span > span {
  display: block;
}
html#home .l-main .l-hero .l-hero__title > span > span > span,
body#home .l-main .l-hero .l-hero__title > span > span > span {
  display: inline-block;
  border-bottom: 2px solid black;
  font-size: clamp(18px, 2.3437vw, 34px);
  font-weight: bold;
  letter-spacing: 0.05em;
}
html#home .l-main .l-hero .l-hero__title > span > span > span > b,
body#home .l-main .l-hero .l-hero__title > span > span > span > b {
  font-size: 1.25em;
}
html#home .l-main .l-hero .l-hero__title > small,
body#home .l-main .l-hero .l-hero__title > small {
  font-size: 4vmin;
  letter-spacing: 0.1em;
  margin-left: 15px;
  font-weight: 100;
  color: white;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  html#home .l-main .l-hero .l-hero__title > small,
  body#home .l-main .l-hero .l-hero__title > small {
    margin-left: 7.5%;
    font-size: 1.5vmax;
  }
}
html#home .l-main .l-hero .l-hero__title > small > span,
body#home .l-main .l-hero .l-hero__title > small > span {
  display: block;
  margin-bottom: 10px;
}
html#home .l-main .l-hero .l-hero__title > small > span > span,
body#home .l-main .l-hero .l-hero__title > small > span > span {
  position: relative;
  display: inline-block;
}
html#home .l-main .l-hero .l-hero__title > small > span > span > span,
body#home .l-main .l-hero .l-hero__title > small > span > span > span {
  position: relative;
}
html#home .l-main .l-hero .l-hero__title > b,
body#home .l-main .l-hero .l-hero__title > b {
  margin-left: -5px;
  font-size: 27vmin;
  font-weight: 500;
  color: white;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  html#home .l-main .l-hero .l-hero__title > b,
  body#home .l-main .l-hero .l-hero__title > b {
    font-size: 16vmax;
    letter-spacing: -0.05em;
  }
}
html#home .l-main .l-hero .l-hero__title > b > span,
body#home .l-main .l-hero .l-hero__title > b > span {
  display: inline-block;
}
html#home .l-main .l-hero .l-hero__slide,
body#home .l-main .l-hero .l-hero__slide {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 50%;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  html#home .l-main .l-hero .l-hero__slide,
  body#home .l-main .l-hero .l-hero__slide {
    width: 65%;
    height: 80%;
  }
}
html#home .l-main .l-hero .l-hero__slide img,
body#home .l-main .l-hero .l-hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 50px;
}
html#home .l-main .l-hero .l-hero__slide .swiper-pagination,
body#home .l-main .l-hero .l-hero__slide .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -26px !important;
  left: initial !important;
  right: 52px !important;
  width: auto !important;
  height: 25px !important;
  font-weight: bold;
  color: #D64835 !important;
}
@media screen and (min-width: 768px) {
  html#home .l-main .l-hero .l-hero__slide .swiper-pagination,
  body#home .l-main .l-hero .l-hero__slide .swiper-pagination {
    left: -112px !important;
    bottom: 60px !important;
    right: initial !important;
    width: 102px !important;
  }
}
html#home .l-main .l-hero .l-hero__slide .swiper-button-prev,
html#home .l-main .l-hero .l-hero__slide .swiper-button-next,
body#home .l-main .l-hero .l-hero__slide .swiper-button-prev,
body#home .l-main .l-hero .l-hero__slide .swiper-button-next {
  top: initial !important;
  bottom: -26px !important;
  width: 25px !important;
  height: 25px !important;
  background-color: #D64835 !important;
}
@media screen and (min-width: 768px) {
  html#home .l-main .l-hero .l-hero__slide .swiper-button-prev,
  html#home .l-main .l-hero .l-hero__slide .swiper-button-next,
  body#home .l-main .l-hero .l-hero__slide .swiper-button-prev,
  body#home .l-main .l-hero .l-hero__slide .swiper-button-next {
    bottom: 0 !important;
    width: 50px !important;
    height: 50px !important;
  }
}
html#home .l-main .l-hero .l-hero__slide .swiper-button-prev::after,
html#home .l-main .l-hero .l-hero__slide .swiper-button-next::after,
body#home .l-main .l-hero .l-hero__slide .swiper-button-prev::after,
body#home .l-main .l-hero .l-hero__slide .swiper-button-next::after {
  color: white !important;
  font-size: 12px !important;
}
html#home .l-main .l-hero .l-hero__slide .swiper-button-prev,
body#home .l-main .l-hero .l-hero__slide .swiper-button-prev {
  left: initial !important;
  right: 26px !important;
}
@media screen and (min-width: 768px) {
  html#home .l-main .l-hero .l-hero__slide .swiper-button-prev,
  body#home .l-main .l-hero .l-hero__slide .swiper-button-prev {
    left: -112px !important;
    right: initial !important;
  }
}
html#home .l-main .l-hero .l-hero__slide .swiper-button-next,
body#home .l-main .l-hero .l-hero__slide .swiper-button-next {
  left: initial !important;
  right: 0 !important;
}
@media screen and (min-width: 768px) {
  html#home .l-main .l-hero .l-hero__slide .swiper-button-next,
  body#home .l-main .l-hero .l-hero__slide .swiper-button-next {
    left: -60px !important;
    right: initial !important;
  }
}
html#home .l-main .l-hero button,
body#home .l-main .l-hero button {
  position: absolute;
  left: 50%;
  bottom: -5%;
  translate: -50% 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  html#home .l-main .l-hero button,
  body#home .l-main .l-hero button {
    bottom: -4%;
  }
}
html#home .l-main .l-contents,
body#home .l-main .l-contents {
  position: relative;
  width: 100%;
  height: 100%;
}
html#home .l-main .l-contents::before,
body#home .l-main .l-contents::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center top;
  background-repeat: repeat-y;
  background-image: url(../images/object_bg.png);
  z-index: 2;
}
html#home .l-main #introduction,
body#home .l-main #introduction {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  html#home .l-main #introduction,
  body#home .l-main #introduction {
    min-width: 1600px;
    padding-top: 200px;
  }
}
html#home .l-main #introduction .l-introduction__img > li,
body#home .l-main #introduction .l-introduction__img > li {
  position: absolute;
  z-index: 2;
}
html#home .l-main #introduction .l-introduction__img > li > img,
body#home .l-main #introduction .l-introduction__img > li > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html#home .l-main #introduction .l-introduction__img > li:nth-child(1),
body#home .l-main #introduction .l-introduction__img > li:nth-child(1) {
  left: 5%;
  top: 15%;
  width: 20%;
  max-width: 330px;
  max-height: 330px;
}
@media screen and (min-width: 768px) {
  html#home .l-main #introduction .l-introduction__img > li:nth-child(1),
  body#home .l-main #introduction .l-introduction__img > li:nth-child(1) {
    left: 15%;
    top: 30%;
  }
}
html#home .l-main #introduction .l-introduction__img > li:nth-child(2),
body#home .l-main #introduction .l-introduction__img > li:nth-child(2) {
  right: 5%;
  top: 15%;
  width: 25%;
  max-width: 510px;
  max-height: 476px;
}
@media screen and (min-width: 768px) {
  html#home .l-main #introduction .l-introduction__img > li:nth-child(2),
  body#home .l-main #introduction .l-introduction__img > li:nth-child(2) {
    right: 5%;
    top: 10%;
  }
}
html#home .l-main #introduction .l-introduction__img > li:nth-child(3),
body#home .l-main #introduction .l-introduction__img > li:nth-child(3) {
  left: 2%;
  bottom: -5%;
  width: 40%;
  max-width: 530px;
  max-height: 392px;
}
html#home .l-main #introduction .l-introduction__img > li:nth-child(4),
body#home .l-main #introduction .l-introduction__img > li:nth-child(4) {
  right: 6%;
  bottom: -5%;
  width: 30%;
  max-width: 400px;
  max-height: 400px;
}
@media screen and (min-width: 768px) {
  html#home .l-main #introduction .l-introduction__img > li:nth-child(4),
  body#home .l-main #introduction .l-introduction__img > li:nth-child(4) {
    right: 6%;
    bottom: 10%;
  }
}
html#home .l-main #introduction .l-introduction__title *,
body#home .l-main #introduction .l-introduction__title * {
  display: block;
}
html#home .l-main #introduction .l-introduction__title img,
body#home .l-main #introduction .l-introduction__title img {
  width: 40%;
  max-width: 300px;
  margin-bottom: 40px;
}
html#home .l-main #introduction .l-introduction__title > span > span,
body#home .l-main #introduction .l-introduction__title > span > span {
  font-size: clamp(28px, 3.6548vw, 46px);
}
html#home .l-main #introduction .l-introduction__text > p,
body#home .l-main #introduction .l-introduction__text > p {
  text-align: justify;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  html#home .l-main #introduction .l-introduction__text > p,
  body#home .l-main #introduction .l-introduction__text > p {
    text-align: center;
  }
}
html#home .l-main #introduction .l-introduction__text > p:not(:last-child),
body#home .l-main #introduction .l-introduction__text > p:not(:last-child) {
  margin-bottom: 30px;
}
html#home .l-main #introduction .l-introduction__text > p br,
body#home .l-main #introduction .l-introduction__text > p br {
  display: none;
}
@media screen and (min-width: 768px) {
  html#home .l-main #introduction .l-introduction__text > p br,
  body#home .l-main #introduction .l-introduction__text > p br {
    display: block;
  }
}
html#home .l-main #video .l-video__block .l-section__title,
body#home .l-main #video .l-video__block .l-section__title {
  margin-bottom: 30px;
}
html#home .l-main #video .l-video__block .l-section__title > span,
body#home .l-main #video .l-video__block .l-section__title > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  line-height: 1.4;
}
html#home .l-main #video .l-video__block .l-section__title > span::before, html#home .l-main #video .l-video__block .l-section__title > span::after,
body#home .l-main #video .l-video__block .l-section__title > span::before,
body#home .l-main #video .l-video__block .l-section__title > span::after {
  display: block;
  content: "";
  width: 3px;
  height: 50px;
  background-color: #303030;
}
html#home .l-main #video .l-video__block .l-section__title > span::before,
body#home .l-main #video .l-video__block .l-section__title > span::before {
  rotate: -20deg;
}
html#home .l-main #video .l-video__block .l-section__title > span::after,
body#home .l-main #video .l-video__block .l-section__title > span::after {
  rotate: 20deg;
}
html#home .l-main #video .l-video__block .l-video__block__text,
body#home .l-main #video .l-video__block .l-video__block__text {
  margin-bottom: 30px;
  text-align: center;
}
html#home .l-main #video .l-video__block .l-video__block__text p,
body#home .l-main #video .l-video__block .l-video__block__text p {
  line-height: 2.2;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html#home .l-main #video .l-video__block .l-video__block__text p br,
  body#home .l-main #video .l-video__block .l-video__block__text p br {
    display: none;
  }
}
html#home .l-main #video .l-video__block figure,
body#home .l-main #video .l-video__block figure {
  position: relative;
  background-color: #333333;
  overflow: hidden;
  cursor: pointer;
}
html#home .l-main #video .l-video__block figure figcaption,
body#home .l-main #video .l-video__block figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-size: clamp(16px, 2.0833333333vw, 22px);
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: white;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
html#home .l-main #video .l-video__block figure figcaption > strong,
body#home .l-main #video .l-video__block figure figcaption > strong {
  width: 100%;
  font-size: 1.5em;
}
html#home .l-main #video .l-video__block figure video,
html#home .l-main #video .l-video__block figure img,
body#home .l-main #video .l-video__block figure video,
body#home .l-main #video .l-video__block figure img {
  display: block;
  width: 100%;
  height: auto;
}
html#home .l-main #video .l-video__block figure img,
body#home .l-main #video .l-video__block figure img {
  display: block;
  opacity: 0.35;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
html#home .l-main #video .l-video__block figure:hover img,
body#home .l-main #video .l-video__block figure:hover img {
  scale: 1.15;
  opacity: 0.15;
}
html#home .l-main #video .l-video__block ul,
body#home .l-main #video .l-video__block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 30px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html#home .l-main #video .l-video__block ul,
  body#home .l-main #video .l-video__block ul {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
html#home .l-main #video .l-video__block ul > li,
body#home .l-main #video .l-video__block ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
html#home .l-main #video .l-video__block.l-video__block--sub figure,
body#home .l-main #video .l-video__block.l-video__block--sub figure {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
html#home .l-main #family .l-family__title,
body#home .l-main #family .l-family__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  html#home .l-main #family .l-family__content,
  body#home .l-main #family .l-family__content {
    display: grid;
    gap: 0 40px;
  }
}
html#home .l-main #family .l-family__content > h3,
body#home .l-main #family .l-family__content > h3 {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-top: auto;
  margin-bottom: auto;
  font-size: clamp(18px, 2.3437vw, 30px);
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  html#home .l-main #family .l-family__content > h3,
  body#home .l-main #family .l-family__content > h3 {
    text-align: left;
  }
}
html#home .l-main #family .l-family__content > p,
body#home .l-main #family .l-family__content > p {
  grid-column: 1/2;
  grid-row: 2/3;
  line-height: 2.2;
  text-align: justify;
}
html#home .l-main #family .l-family__content > figure,
body#home .l-main #family .l-family__content > figure {
  grid-column: 2/3;
  grid-row: 1/3;
  width: 100%;
  max-width: 634px;
}
html#home .l-main #family .l-family__content > figure img,
body#home .l-main #family .l-family__content > figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


html#home .l-main #family .l-family__outro,
body#home .l-main #family .l-family__outro {
  font-weight: bold;
  line-height: 1.4;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  html#home .l-main #family .l-family__outro,
  body#home .l-main #family .l-family__outro {
    gap: 40px;
  }
}
html#home .l-main #family .l-family__outro > div,
body#home .l-main #family .l-family__outro > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  html#home .l-main #family .l-family__outro > div,
  body#home .l-main #family .l-family__outro > div {
    gap: 40px;
  }
}
html#home .l-main #family .l-family__outro > div::before, html#home .l-main #family .l-family__outro > div::after,
body#home .l-main #family .l-family__outro > div::before,
body#home .l-main #family .l-family__outro > div::after {
  display: block;
  content: "";
  width: 5px;
  height: 70px;
  background-color: #D64835;
}
@media screen and (min-width: 768px) {
  html#home .l-main #family .l-family__outro > div::before, html#home .l-main #family .l-family__outro > div::after,
  body#home .l-main #family .l-family__outro > div::before,
  body#home .l-main #family .l-family__outro > div::after {
    height: 120px;
  }
}
html#home .l-main #family .l-family__outro > div::before,
body#home .l-main #family .l-family__outro > div::before {
  rotate: -10deg;
}
html#home .l-main #family .l-family__outro > div::after,
body#home .l-main #family .l-family__outro > div::after {
  rotate: 10deg;
}
html#home .l-main #family .l-family__outro > div > span > span,
body#home .l-main #family .l-family__outro > div > span > span {
  display: block;
  text-align: center;
}
html#home .l-main #family .l-family__outro > div > span > span > span,
body#home .l-main #family .l-family__outro > div > span > span > span {
  display: inline-block;
  position: relative;
}
html#home .l-main #family .l-family__outro > div > span > span > span::before,
body#home .l-main #family .l-family__outro > div > span > span > span::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-color: #D64835;
}
html#home .l-main #family .l-family__outro > div > span > span > span > span,
body#home .l-main #family .l-family__outro > div > span > span > span > span {
  position: relative;
  z-index: 2;
  font-size: clamp(20px, 2.6041vw, 54px);
}
html#home .l-main #video .l-family__outro > div > span > span > span,
body#home .l-main #video .l-family__outro > div > span > span > span {
  display: inline-block;
  position: relative;
}
html#home .l-main #video .l-family__outro > div > span > span > span::before,
body#home .l-main #video .l-family__outro > div > span > span > span::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-color: #D64835;
}
html#home .l-main #video .l-family__outro > div > span > span > span > span,
body#home .l-main #video .l-family__outro > div > span > span > span > span {
  position: relative;
  z-index: 2;
  font-size: clamp(20px, 2.6041vw, 54px);
}
html#home .l-main #video .l-family__outro,
body#home .l-main #video .l-family__outro {
  font-weight: bold;
  line-height: 1.4;
  gap: 20px;
}

@media screen and (min-width: 768px) {

  html#home .l-main #video .l-family__outro,
  body#home .l-main #video .l-family__outro {
    gap: 25px;
  }
}

html#home .l-main #video .l-family__outro>div,
body#home .l-main #video .l-family__outro>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: bold;
  gap: 20px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {

  html#home .l-main #video .l-family__outro>div,
  body#home .l-main #video .l-family__outro>div {
    gap: 40px;
  }
}

html#home .l-main #video .l-family__outro>div::before,
html#home .l-main #video .l-family__outro>div::after,
body#home .l-main #video .l-family__outro>div::before,
body#home .l-main #video .l-family__outro>div::after {
  display: block;
  content: "";
  width: 5px;
  height: 70px;
  background-color: #D64835;
}

@media screen and (min-width: 768px) {

  html#home .l-main #video .l-family__outro>div::before,
  html#home .l-main #video .l-family__outro>div::after,
  body#home .l-main #video .l-family__outro>div::before,
  body#home .l-main #video .l-family__outro>div::after {
    height: 120px;
  }
}

html#home .l-main #video .l-family__outro>div::before,
body#home .l-main #video .l-family__outro>div::before {
  rotate: -10deg;
}

html#home .l-main #video .l-family__outro>div::after,
body#home .l-main #video .l-family__outro>div::after {
  rotate: 10deg;
}

html#home .l-main #video .l-family__outro>div>span>span,
body#home .l-main #video .l-family__outro>div>span>span {
  display: block;
  text-align: center;
}

html#home .l-main #video .l-family__outro>div>span>span>span,
body#home .l-main #video .l-family__outro>div>span>span>span {
  display: inline-block;
  position: relative;
}

html#home .l-main #video .l-family__outro>div>span>span>span::before,
body#home .l-main #video .l-family__outro>div>span>span>span::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-color: #D64835;
}

html#home .l-main #video .l-family__outro>div>span>span>span>span,
body#home .l-main #video .l-family__outro>div>span>span>span>span {
  position: relative;
  z-index: 2;
  font-size: clamp(20px, 2.6041vw, 54px);
}
html#home .l-main #campaign .l-campaign__title > span,
body#home .l-main #campaign .l-campaign__title > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
html#home .l-main #campaign .l-campaign__title > span::before, html#home .l-main #campaign .l-campaign__title > span::after,
body#home .l-main #campaign .l-campaign__title > span::before,
body#home .l-main #campaign .l-campaign__title > span::after {
  display: block;
  content: "";
  width: 3px;
  height: 50px;
  background-color: #303030;
}
html#home .l-main #campaign .l-campaign__title > span::before,
body#home .l-main #campaign .l-campaign__title > span::before {
  rotate: -20deg;
}
html#home .l-main #campaign .l-campaign__title > span::after,
body#home .l-main #campaign .l-campaign__title > span::after {
  rotate: 20deg;
}
html#home .l-main #campaign .l-campaign__info,
body#home .l-main #campaign .l-campaign__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 160px !important;
}
@media screen and (min-width: 768px) {
  html#home .l-main #campaign .l-campaign__info,
  body#home .l-main #campaign .l-campaign__info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
html#home .l-main #campaign .l-campaign__info > dl,
body#home .l-main #campaign .l-campaign__info > dl {
  width: 100%;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  html#home .l-main #campaign .l-campaign__info > dl,
  body#home .l-main #campaign .l-campaign__info > dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
html#home .l-main #campaign .l-campaign__info > dl > dt,
body#home .l-main #campaign .l-campaign__info > dl > dt {
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  background-color: #D64835;
}
html#home .l-main #campaign .l-campaign__info > dl > dd,
body#home .l-main #campaign .l-campaign__info > dl > dd {
  height: 100%;
  line-height: 1.8;
  background-color: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
html#home .l-main #campaign .l-campaign__info > dl > dd > span,
body#home .l-main #campaign .l-campaign__info > dl > dd > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  html#home .l-main #campaign #campaignBox1 .l-campaign__box__content,
  body#home .l-main #campaign #campaignBox1 .l-campaign__box__content {
    display: grid;
    gap: 60px;
  }
}
html#home .l-main #campaign #campaignBox1 .l-campaign__box__content > figure,
body#home .l-main #campaign #campaignBox1 .l-campaign__box__content > figure {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 100%;
  max-width: 425px;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (min-width: 768px) {
  html#home .l-main #campaign #campaignBox1 .l-campaign__box__content > figure,
  body#home .l-main #campaign #campaignBox1 .l-campaign__box__content > figure {
    min-width: 425px;
    height: 425px;
  }
}
html#home .l-main #campaign #campaignBox1 .l-campaign__box__content > figure > img,
body#home .l-main #campaign #campaignBox1 .l-campaign__box__content > figure > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
html#home .l-main #campaign #campaignBox1 .l-campaign__box__content > h4,
body#home .l-main #campaign #campaignBox1 .l-campaign__box__content > h4 {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-top: auto;
}
html#home .l-main #campaign #campaignBox1 .l-campaign__box__content > div,
body#home .l-main #campaign #campaignBox1 .l-campaign__box__content > div {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-bottom: auto;
}
html#home .l-main #campaign #campaignBox2 .l-campaign__box__content,
body#home .l-main #campaign #campaignBox2 .l-campaign__box__content {
  margin-bottom: 30px;
}
html#home .l-main #campaign #campaignBox2 .l-campaign__box__content > *:not(:last-child),
body#home .l-main #campaign #campaignBox2 .l-campaign__box__content > *:not(:last-child) {
  margin-bottom: 40px;
}
html#home .l-main #campaign #campaignBox2 .l-campaign__box__content > h4,
body#home .l-main #campaign #campaignBox2 .l-campaign__box__content > h4 {
  text-align: center;
}
html#home .l-main #campaign #campaignBox2 .l-campaign__box__content > p,
body#home .l-main #campaign #campaignBox2 .l-campaign__box__content > p {
  line-height: 2;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  html#home .l-main #campaign #campaignBox2 .l-campaign__box__content > div,
  body#home .l-main #campaign #campaignBox2 .l-campaign__box__content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
html#home .l-main #campaign #campaignBox2 .l-campaign__box__content > div > div,
body#home .l-main #campaign #campaignBox2 .l-campaign__box__content > div > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
html#home .l-main #campaign #campaignBox2 .l-campaign__box__content > div > div > *,
body#home .l-main #campaign #campaignBox2 .l-campaign__box__content > div > div > * {
  width: 100%;
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto,
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto {
  position: relative;
  padding: 15px;
  border-radius: 40px;
  background-color: #FFFDE5;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto,
  body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto {
    padding: 40px;
  }
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li,
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li {
  position: absolute;
  width: 20%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li,
  body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li {
    width: 100%;
  }
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li img,
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li img {
  display: block;
  width: 100%;
  height: auto;
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li:nth-child(1),
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li:nth-child(1) {
  left: 8%;
  top: 45%;
  max-width: 252px;
  max-height: 252px;
}
@media screen and (min-width: 768px) {
  html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li:nth-child(1),
  body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li:nth-child(1) {
    left: 10%;
    top: 20%;
  }
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li:nth-child(2),
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li:nth-child(2) {
  right: 5%;
  top: 45%;
  width: 25%;
  max-width: 291.4285714286px;
  max-height: 271.4285714286px;
}
@media screen and (min-width: 768px) {
  html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li:nth-child(2),
  body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li:nth-child(2) {
    right: 5%;
    top: 20%;
  }
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li:nth-child(3),
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li:nth-child(3) {
  left: 0;
  bottom: 25%;
  max-width: 275px;
  max-height: 205px;
}
@media screen and (min-width: 768px) {
  html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li:nth-child(3),
  body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li:nth-child(3) {
    left: 0;
    bottom: 5%;
  }
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li:nth-child(4),
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li:nth-child(4) {
  right: 0%;
  bottom: 25%;
  max-width: 233.3333333333px;
  max-height: 233.3333333333px;
}
@media screen and (min-width: 768px) {
  html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li:nth-child(4),
  body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > ul > li:nth-child(4) {
    right: 5%;
    bottom: 10%;
  }
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > p,
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > p {
  margin-bottom: 30px;
  font-size: clamp(16px, 2.0833vw, 24px);
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > p > span,
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > p > span {
  display: inline-block;
  position: relative;
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > p > span > span,
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > p > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -50px;
  top: -20px;
  width: 50px;
  height: 50px;
  font-size: 14px;
  color: white;
  border-radius: 50%;
  background-color: #D64835;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > p > span > span,
  body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > p > span > span {
    left: -60px;
    top: -60px;
    width: 80px;
    height: 80px;
  }
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > p > span > span::before,
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > p > span > span::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 80%;
  rotate: 45deg;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 10px solid #D64835;
}
@media screen and (min-width: 768px) {
  html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > p > span > span::before,
  body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > p > span > span::before {
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 15px solid #D64835;
  }
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div,
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div {
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: white;
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div::before,
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div::before {
  display: block;
  content: "";
  padding-top: 100%;
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div > div,
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div > div {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  padding: 0 40px;
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div > div > *:not(:last-child),
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div > div > *:not(:last-child) {
  margin-bottom: 30px;
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div > div > h4,
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div > div > h4 {
  font-size: clamp(16px, 2.0833vw, 40px);
  text-align: center;
  font-weight: bold;
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div > div > h4 > b,
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div > div > h4 > b {
  display: block;
  line-height: 1.4;
  font-size: 1.4em;
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div > div > h4 img,
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div > div > h4 img {
  display: block;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div > div > h4 img,
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div > div > h4 img {
  display: block;
  max-width: 100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div > div > h4 img,
  body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div > div > h4 img {
    max-width: 256px;
  }
}
html#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div > div p,
body#home .l-main #campaign #campaignBox2 .l-campaign__harephoto > div > div p {
  line-height: 2;
}
html#home .l-main #homesha,
body#home .l-main #homesha {
  padding-top: 200px;
}
html#home .l-main #homesha .l-homesha__title img,
body#home .l-main #homesha .l-homesha__title img {
  max-width: 820px;
}
html#home .l-main #homesha .l-homesha__people,
body#home .l-main #homesha .l-homesha__people {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  line-height: 1.8;
  background-color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  html#home .l-main #homesha .l-homesha__people,
  body#home .l-main #homesha .l-homesha__people {
    display: grid;
    gap: 0 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
html#home .l-main #homesha .l-homesha__people > dl,
body#home .l-main #homesha .l-homesha__people > dl {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  html#home .l-main #homesha .l-homesha__people > dl,
  body#home .l-main #homesha .l-homesha__people > dl {
    text-align: left;
  }
}
html#home .l-main #homesha .l-homesha__people > dl b,
body#home .l-main #homesha .l-homesha__people > dl b {
  margin-right: 5px;
  font-size: 1.5em;
}
html#home .l-main #homesha .l-homesha__people > figure,
body#home .l-main #homesha .l-homesha__people > figure {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 244px;
  height: 244px;
  margin: auto;
}
html#home .l-main #homesha .l-homesha__people > figure img,
body#home .l-main #homesha .l-homesha__people > figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
html#home .l-main #homesha .l-homesha__people > p,
body#home .l-main #homesha .l-homesha__people > p {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: justify;
}
html#home .l-main #homesha .l-homesha__introduce,
body#home .l-main #homesha .l-homesha__introduce {
  text-align: center;
}
html#home .l-main #homesha .l-homesha__introduce img,
body#home .l-main #homesha .l-homesha__introduce img {
  display: block;
  width: 100%;
}
html#home .l-main #homesha .l-homeshaPresent__box::before,
body#home .l-main #homesha .l-homeshaPresent__box::before {
  border: 6px solid #DF9344;
}
html#home .l-main #homesha .l-homeshaPresent__box > h3 > span,
body#home .l-main #homesha .l-homeshaPresent__box > h3 > span {
  color: #DF9344;
}
html#home .l-main #homesha .l-homeshaPresent__box > h3 > span::before,
body#home .l-main #homesha .l-homeshaPresent__box > h3 > span::before {
  border: 6px solid #DF9344;
}
@media screen and (min-width: 768px) {
  html#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content,
  body#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content {
    display: grid;
    gap: 20px 40px;
  }
}
html#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content h4,
body#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content h4 {
  grid-column: 2/3;
  grid-row: 1/2;
  position: relative;
}
html#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content h4 b,
body#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content h4 b {
  color: #DF9344;
}
html#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content h4 > span,
body#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content h4 > span {
  display: inline-block;
  position: relative;
}
html#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content h4 > span > span,
body#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content h4 > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -60px;
  top: -40px;
  width: 80px;
  height: 80px;
  font-size: 20px;
  color: white;
  border-radius: 50%;
  background-color: #DF9344;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  html#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content h4 > span > span,
  body#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content h4 > span > span {
    left: -100px;
    top: -30px;
  }
}
html#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content h4 > span > span::before,
body#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content h4 > span > span::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 80%;
  rotate: 45deg;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 15px solid #DF9344;
}
html#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content figure,
body#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content figure {
  grid-column: 1/2;
  grid-row: 1/4;
  width: 100%;
  max-width: 468px;
  margin-top: auto;
  margin-bottom: auto;
}
html#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content figure img,
body#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content div,
body#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content div {
  grid-column: 2/3;
  grid-row: 2/3;
}
html#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content button,
body#home .l-main #homesha .l-homeshaPresent__box .l-homeshaPresent__box__content button {
  background-color: #DF9344;
}
html#home .l-main #homesha .l-homesha__outro,
body#home .l-main #homesha .l-homesha__outro {
  font-weight: bold;
  line-height: 1.4;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  html#home .l-main #homesha .l-homesha__outro,
  body#home .l-main #homesha .l-homesha__outro {
    gap: 40px;
  }
}
html#home .l-main #homesha .l-homesha__outro > div,
body#home .l-main #homesha .l-homesha__outro > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  html#home .l-main #homesha .l-homesha__outro > div,
  body#home .l-main #homesha .l-homesha__outro > div {
    gap: 40px;
  }
}
html#home .l-main #homesha .l-homesha__outro > div::before, html#home .l-main #homesha .l-homesha__outro > div::after,
body#home .l-main #homesha .l-homesha__outro > div::before,
body#home .l-main #homesha .l-homesha__outro > div::after {
  display: block;
  content: "";
  width: 5px;
  height: 70px;
  background-color: #DF9344;
}
@media screen and (min-width: 768px) {
  html#home .l-main #homesha .l-homesha__outro > div::before, html#home .l-main #homesha .l-homesha__outro > div::after,
  body#home .l-main #homesha .l-homesha__outro > div::before,
  body#home .l-main #homesha .l-homesha__outro > div::after {
    height: 120px;
  }
}
html#home .l-main #homesha .l-homesha__outro > div::before,
body#home .l-main #homesha .l-homesha__outro > div::before {
  rotate: -10deg;
}
html#home .l-main #homesha .l-homesha__outro > div::after,
body#home .l-main #homesha .l-homesha__outro > div::after {
  rotate: 10deg;
}
html#home .l-main #homesha .l-homesha__outro > div > span > span,
body#home .l-main #homesha .l-homesha__outro > div > span > span {
  display: block;
  text-align: center;
}
html#home .l-main #homesha .l-homesha__outro > div > span > span > span,
body#home .l-main #homesha .l-homesha__outro > div > span > span > span {
  display: inline-block;
  position: relative;
}
html#home .l-main #homesha .l-homesha__outro > div > span > span > span::before,
body#home .l-main #homesha .l-homesha__outro > div > span > span > span::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-color: #DF9344;
}
html#home .l-main #homesha .l-homesha__outro > div > span > span > span > span,
body#home .l-main #homesha .l-homesha__outro > div > span > span > span > span {
  position: relative;
  z-index: 2;
  font-size: clamp(20px, 2.6041vw, 54px);
}
html#home .l-main #entry .l-entry__tab,
body#home .l-main #entry .l-entry__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
}
@media screen and (min-width: 768px) {
  html#home .l-main #entry .l-entry__tab,
  body#home .l-main #entry .l-entry__tab {
    gap: 0 30px;
  }
}
html#home .l-main #entry .l-entry__tab .l-entry__tab__label,
body#home .l-main #entry .l-entry__tab .l-entry__tab__label {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 80px;
  line-height: 1.6;
  margin-right: 5px;
  color: White;
  text-align: center;
  font-size: clamp(16px, 2.0833vw, 24px);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  html#home .l-main #entry .l-entry__tab .l-entry__tab__label,
  body#home .l-main #entry .l-entry__tab .l-entry__tab__label {
    height: 120px;
  }
}
html#home .l-main #entry .l-entry__tab .l-entry__tab__label::before,
body#home .l-main #entry .l-entry__tab .l-entry__tab__label::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: grey;
}
@media screen and (min-width: 768px) {
  html#home .l-main #entry .l-entry__tab .l-entry__tab__label::before,
  body#home .l-main #entry .l-entry__tab .l-entry__tab__label::before {
    border-radius: 25px;
  }
}
html#home .l-main #entry .l-entry__tab .l-entry__tab__label > span,
body#home .l-main #entry .l-entry__tab .l-entry__tab__label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  font-weight: bold;
  background-color: darkgrey;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  html#home .l-main #entry .l-entry__tab .l-entry__tab__label > span,
  body#home .l-main #entry .l-entry__tab .l-entry__tab__label > span {
    border-radius: 25px;
  }
}
@media screen and (min-width: 768px) {
  html#home .l-main #entry .l-entry__tab .l-entry__tab__label > span br,
  body#home .l-main #entry .l-entry__tab .l-entry__tab__label > span br {
    display: none;
  }
}
html#home .l-main #entry .l-entry__tab .l-entry__tab__content,
body#home .l-main #entry .l-entry__tab .l-entry__tab__content {
  width: 100%;
  display: none;
}
html#home .l-main #entry .l-entry__tab .l-entry__tab__switch,
body#home .l-main #entry .l-entry__tab .l-entry__tab__switch {
  display: none;
}
html#home .l-main #entry .l-entry__tab .l-entry__tab__switch:checked + .l-entry__tab__label > span,
body#home .l-main #entry .l-entry__tab .l-entry__tab__switch:checked + .l-entry__tab__label > span {
  top: 10px;
  background: #D64835;
}
html#home .l-main #entry .l-entry__tab .l-entry__tab__switch:checked + .l-entry__tab__label + .l-entry__tab__content,
body#home .l-main #entry .l-entry__tab .l-entry__tab__switch:checked + .l-entry__tab__label + .l-entry__tab__content {
  display: block;
}
html#home .l-main #entry .l-entry__box::after,
body#home .l-main #entry .l-entry__box::after {
  background-color: #FCF5F6;
}
html#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item,
body#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item {
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
html#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item:not(:last-child),
body#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item:not(:last-child) {
  margin-bottom: 40px;
}
html#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item:not(:last-child)::before,
body#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -100px;
  border: 100px solid transparent;
  border-top: 30px solid #D64835;
}
html#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item ul,
body#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  html#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item ul,
  body#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item ul {
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
html#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item ul > li,
body#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item ul > li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  html#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item ul > li,
  body#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
html#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item:nth-child(1) > figure,
body#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item:nth-child(1) > figure {
  position: absolute;
  left: -60px;
  top: 100px;
  width: 100px;
  mix-blend-mode: darken;
}
@media screen and (min-width: 768px) {
  html#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item:nth-child(1) > figure,
  body#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item:nth-child(1) > figure {
    left: -120px;
    width: 184px;
  }
}
html#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item:nth-child(2) > figure,
body#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item:nth-child(2) > figure {
  position: absolute;
  right: -60px;
  top: 70px;
  width: 100px;
  height: auto;
}
@media screen and (min-width: 768px) {
  html#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item:nth-child(2) > figure,
  body#home .l-main #entry .l-entry__box .l-entry__box__flow .l-entry__box__flow__item:nth-child(2) > figure {
    right: -100px;
    width: 184px;
  }
}
html#home .l-main #requirements > div > div,
html#home .l-main #terms > div > div,
body#home .l-main #requirements > div > div,
body#home .l-main #terms > div > div {
  line-height: 2.2;
}
html#home .l-main #requirements ul,
html#home .l-main #terms ul,
body#home .l-main #requirements ul,
body#home .l-main #terms ul {
  list-style-type: disc;
}
html#harephoto .l-hero,
body#harephoto .l-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #FCF5F6;
}
html#harephoto .l-hero .l-hero__contents,
body#harephoto .l-hero .l-hero__contents {
  position: relative;
  width: 130%;
  max-width: 780px;
  border-radius: 50%;
  background-color: white;
}
@media screen and (min-width: 768px) {
  html#harephoto .l-hero .l-hero__contents,
  body#harephoto .l-hero .l-hero__contents {
    width: 100%;
  }
}
html#harephoto .l-hero .l-hero__contents::before,
body#harephoto .l-hero .l-hero__contents::before {
  display: block;
  content: "";
  padding-top: 100%;
}
html#harephoto .l-hero .l-hero__contents > div,
body#harephoto .l-hero .l-hero__contents > div {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  position: absolute;
  width: 100%;
  padding: 0 40px;
}
html#harephoto .l-hero .l-hero__contents > div > h1,
body#harephoto .l-hero .l-hero__contents > div > h1 {
  text-align: center;
  font-weight: bold;
  font-size: clamp(22px, 2.8645vw, 56px);
}
html#harephoto .l-hero .l-hero__contents > div > h1 > b,
body#harephoto .l-hero .l-hero__contents > div > h1 > b {
  display: block;
  line-height: 1.4;
  font-size: 1.4em;
}
html#harephoto .l-hero .l-hero__contents > div > h1 img,
body#harephoto .l-hero .l-hero__contents > div > h1 img {
  display: block;
  width: 80%;
  max-width: 480px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
html#harephoto .l-hero .l-hero__contents > ul > li,
body#harephoto .l-hero .l-hero__contents > ul > li {
  position: absolute;
  width: 25%;
}
@media screen and (min-width: 768px) {
  html#harephoto .l-hero .l-hero__contents > ul > li,
  body#harephoto .l-hero .l-hero__contents > ul > li {
    width: 100%;
  }
}
html#harephoto .l-hero .l-hero__contents > ul > li:nth-child(1),
body#harephoto .l-hero .l-hero__contents > ul > li:nth-child(1) {
  left: 15%;
  top: -10%;
  max-width: 315px;
}
@media screen and (min-width: 768px) {
  html#harephoto .l-hero .l-hero__contents > ul > li:nth-child(1),
  body#harephoto .l-hero .l-hero__contents > ul > li:nth-child(1) {
    left: -25%;
    top: 0;
  }
}
html#harephoto .l-hero .l-hero__contents > ul > li:nth-child(2),
body#harephoto .l-hero .l-hero__contents > ul > li:nth-child(2) {
  right: 10%;
  top: -5%;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  html#harephoto .l-hero .l-hero__contents > ul > li:nth-child(2),
  body#harephoto .l-hero .l-hero__contents > ul > li:nth-child(2) {
    right: -40%;
    top: -5%;
  }
}
html#harephoto .l-hero .l-hero__contents > ul > li:nth-child(3),
body#harephoto .l-hero .l-hero__contents > ul > li:nth-child(3) {
  left: 10%;
  bottom: -5%;
  max-width: 440px;
}
@media screen and (min-width: 768px) {
  html#harephoto .l-hero .l-hero__contents > ul > li:nth-child(3),
  body#harephoto .l-hero .l-hero__contents > ul > li:nth-child(3) {
    left: -50%;
    bottom: 5%;
  }
}
html#harephoto .l-hero .l-hero__contents > ul > li:nth-child(4),
body#harephoto .l-hero .l-hero__contents > ul > li:nth-child(4) {
  right: 10%;
  bottom: -10%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  html#harephoto .l-hero .l-hero__contents > ul > li:nth-child(4),
  body#harephoto .l-hero .l-hero__contents > ul > li:nth-child(4) {
    right: -30%;
    bottom: 0;
  }
}
html#harephoto .l-hero .l-hero__contents > ul > li > img,
body#harephoto .l-hero .l-hero__contents > ul > li > img {
  display: block;
  width: 100%;
  height: auto;
}
html#harephoto .l-hero .l-hero__contents > button,
body#harephoto .l-hero .l-hero__contents > button {
  position: absolute;
  left: 50%;
  bottom: -50px;
  translate: -50% 0;
}
html#harephoto .l-hero > ul > li,
body#harephoto .l-hero > ul > li {
  position: absolute;
  z-index: 1;
  width: 25%;
}
html#harephoto .l-hero > ul > li img,
body#harephoto .l-hero > ul > li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
html#harephoto .l-hero > ul > li:nth-child(1),
body#harephoto .l-hero > ul > li:nth-child(1) {
  right: 75%;
  top: 10%;
}
@media screen and (min-width: 768px) {
  html#harephoto .l-hero > ul > li:nth-child(1),
  body#harephoto .l-hero > ul > li:nth-child(1) {
    top: 5%;
  }
}
html#harephoto .l-hero > ul > li:nth-child(2),
body#harephoto .l-hero > ul > li:nth-child(2) {
  right: 0;
  top: 15%;
}
html#harephoto .l-hero > ul > li:nth-child(3),
body#harephoto .l-hero > ul > li:nth-child(3) {
  left: 7.5%;
  bottom: 5%;
}
html#harephoto .l-hero > ul > li:nth-child(4),
body#harephoto .l-hero > ul > li:nth-child(4) {
  right: 5%;
  bottom: 5%;
}
html#harephoto .l-hero > p,
body#harephoto .l-hero > p {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
html#harephoto .l-hero > p > span,
body#harephoto .l-hero > p > span {
  display: inline-block;
  position: relative;
}
html#harephoto .l-hero > p > span > span,
body#harephoto .l-hero > p > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 10px;
  top: -60px;
  width: 80px;
  height: 80px;
  font-size: 14px;
  color: white;
  border-radius: 50%;
  background-color: #D64835;
  z-index: 2;
}
html#harephoto .l-hero > p > span > span::before,
body#harephoto .l-hero > p > span > span::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 80%;
  rotate: 45deg;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 15px solid #D64835;
}
html#harephoto .l-hero .l-hero__title,
body#harephoto .l-hero .l-hero__title {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 900px;
  border-radius: 50%;
  background-color: white;
}
html#harephoto .l-hero .l-hero__title::before,
body#harephoto .l-hero .l-hero__title::before {
  display: block;
  content: "";
  padding-top: 100%;
}
html#harephoto .l-hero .l-hero__title > div,
body#harephoto .l-hero .l-hero__title > div {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  padding: 0 40px;
}
html#harephoto .l-hero .l-hero__title > div > *:not(:last-child),
body#harephoto .l-hero .l-hero__title > div > *:not(:last-child) {
  margin-bottom: 30px;
}
html#harephoto .l-hero .l-hero__title > div > h1,
body#harephoto .l-hero .l-hero__title > div > h1 {
  text-align: center;
  font-weight: bold;
  font-size: clamp(22px, 2.8645vw, 56px);
}
html#harephoto .l-hero .l-hero__title > div > h1 > b,
body#harephoto .l-hero .l-hero__title > div > h1 > b {
  display: block;
  line-height: 1.4;
  font-size: 1.4em;
}
html#harephoto .l-hero .l-hero__title > div > h1 img,
body#harephoto .l-hero .l-hero__title > div > h1 img {
  display: block;
  width: 80%;
  max-width: 530px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
html#harephoto .l-hero .l-hero__title > div p,
body#harephoto .l-hero .l-hero__title > div p {
  line-height: 2;
  font-size: 12px;
  text-align: center;
}
html#harephoto .l-hero .l-hero__title > div button,
body#harephoto .l-hero .l-hero__title > div button {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  bottom: -200px;
}
html#harephoto .l-hero .l-hero__title > div button > a::before,
body#harephoto .l-hero .l-hero__title > div button > a::before {
  left: 50%;
  right: initial;
  top: initial;
  bottom: 10px;
  translate: -50% 0;
  rotate: 90deg;
}
html #result .l-hero,
body #result .l-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #FCF5F6;
}
html #result .l-hero .l-hero__contents,
body #result .l-hero .l-hero__contents {
  position: relative;
  width: 130%;
  max-width: 780px;
  border-radius: 50%;
  background-color: white;
}
@media screen and (min-width: 768px) {
  html #result .l-hero .l-hero__contents,
  body #result .l-hero .l-hero__contents {
    width: 100%;
  }
}
html #result .l-hero .l-hero__contents::before,
body #result .l-hero .l-hero__contents::before {
  display: block;
  content: "";
  padding-top: 100%;
}
html #result .l-hero .l-hero__contents > div,
body #result .l-hero .l-hero__contents > div {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  position: absolute;
  width: 100%;
  padding: 0 40px;
}
html #result .l-hero .l-hero__contents > div > h1,
body #result .l-hero .l-hero__contents > div > h1 {
  text-align: center;
  font-weight: bold;
  font-size: clamp(22px, 2.8645vw, 56px);
}
html #result .l-hero .l-hero__contents > div > h1 > b,
body #result .l-hero .l-hero__contents > div > h1 > b {
  display: block;
  line-height: 1.4;
  font-size: 1.4em;
}
html #result .l-hero .l-hero__contents > div > h1 img,
body #result .l-hero .l-hero__contents > div > h1 img {
  display: block;
  width: 80%;
  max-width: 480px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
html #result .l-hero .l-hero__contents > ul > li,
body #result .l-hero .l-hero__contents > ul > li {
  position: absolute;
  width: 25%;
}
@media screen and (min-width: 768px) {
  html #result .l-hero .l-hero__contents > ul > li,
  body #result .l-hero .l-hero__contents > ul > li {
    width: 100%;
  }
}
html #result .l-hero .l-hero__contents > ul > li:nth-child(1),
body #result .l-hero .l-hero__contents > ul > li:nth-child(1) {
  left: 15%;
  top: -10%;
  max-width: 315px;
}
@media screen and (min-width: 768px) {
  html #result .l-hero .l-hero__contents > ul > li:nth-child(1),
  body #result .l-hero .l-hero__contents > ul > li:nth-child(1) {
    left: -25%;
    top: 0;
  }
}
html #result .l-hero .l-hero__contents > ul > li:nth-child(2),
body #result .l-hero .l-hero__contents > ul > li:nth-child(2) {
  right: 10%;
  top: -5%;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  html #result .l-hero .l-hero__contents > ul > li:nth-child(2),
  body #result .l-hero .l-hero__contents > ul > li:nth-child(2) {
    right: -40%;
    top: -5%;
  }
}
html #result .l-hero .l-hero__contents > ul > li:nth-child(3),
body #result .l-hero .l-hero__contents > ul > li:nth-child(3) {
  left: 10%;
  bottom: -5%;
  max-width: 440px;
}
@media screen and (min-width: 768px) {
  html #result .l-hero .l-hero__contents > ul > li:nth-child(3),
  body #result .l-hero .l-hero__contents > ul > li:nth-child(3) {
    left: -50%;
    bottom: 5%;
  }
}
html #result .l-hero .l-hero__contents > ul > li:nth-child(4),
body #result .l-hero .l-hero__contents > ul > li:nth-child(4) {
  right: 10%;
  bottom: -10%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  html #result .l-hero .l-hero__contents > ul > li:nth-child(4),
  body #result .l-hero .l-hero__contents > ul > li:nth-child(4) {
    right: -30%;
    bottom: 0;
  }
}
html #result .l-hero .l-hero__contents > ul > li > img,
body #result .l-hero .l-hero__contents > ul > li > img {
  display: block;
  width: 100%;
  height: auto;
}
html #result .l-hero .l-hero__contents > button,
body #result .l-hero .l-hero__contents > button {
  position: absolute;
  left: 50%;
  bottom: -50px;
  translate: -50% 0;
}
html #result .l-hero > ul > li,
body #result .l-hero > ul > li {
  position: absolute;
  z-index: 1;
  width: 25%;
}
html #result .l-hero > ul > li img,
body #result .l-hero > ul > li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
html #result .l-hero > ul > li:nth-child(1),
body #result .l-hero > ul > li:nth-child(1) {
  right: 75%;
  top: 10%;
}
@media screen and (min-width: 768px) {
  html #result .l-hero > ul > li:nth-child(1),
  body #result .l-hero > ul > li:nth-child(1) {
    top: 5%;
  }
}
html #result .l-hero > ul > li:nth-child(2),
body #result .l-hero > ul > li:nth-child(2) {
  right: 0;
  top: 15%;
}
html #result .l-hero > ul > li:nth-child(3),
body #result .l-hero > ul > li:nth-child(3) {
  left: 7.5%;
  bottom: 5%;
}
html #result .l-hero > ul > li:nth-child(4),
body #result .l-hero > ul > li:nth-child(4) {
  right: 5%;
  bottom: 5%;
}
html #result .l-hero > p,
body #result .l-hero > p {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
html #result .l-hero > p > span,
body #result .l-hero > p > span {
  display: inline-block;
  position: relative;
}
html #result .l-hero > p > span > span,
body #result .l-hero > p > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 10px;
  top: -60px;
  width: 80px;
  height: 80px;
  font-size: 14px;
  color: white;
  border-radius: 50%;
  background-color: #D64835;
  z-index: 2;
}
html #result .l-hero > p > span > span::before,
body #result .l-hero > p > span > span::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 80%;
  rotate: 45deg;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 15px solid #D64835;
}
html #result .l-hero .l-hero__title,
body #result .l-hero .l-hero__title {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 900px;
  border-radius: 50%;
  background-color: white;
}
html #result .l-hero .l-hero__title::before,
body #result .l-hero .l-hero__title::before {
  display: block;
  content: "";
  padding-top: 100%;
}
html #result .l-hero .l-hero__title > div,
body #result .l-hero .l-hero__title > div {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  padding: 0 40px;
}
html #result .l-hero .l-hero__title > div > *:not(:last-child),
body #result .l-hero .l-hero__title > div > *:not(:last-child) {
  margin-bottom: 30px;
}
html #result .l-hero .l-hero__title > div > h1,
body #result .l-hero .l-hero__title > div > h1 {
  text-align: center;
  font-weight: bold;
  font-size: clamp(22px, 2.8645vw, 56px);
}
html #result .l-hero .l-hero__title > div > h1 > b,
body #result .l-hero .l-hero__title > div > h1 > b {
  display: block;
  line-height: 1.4;
  font-size: 1.4em;
}
html #result .l-hero .l-hero__title > div > h1 img,
body #result .l-hero .l-hero__title > div > h1 img {
  display: block;
  width: 80%;
  max-width: 530px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
html #result .l-hero .l-hero__title > div p,
body #result .l-hero .l-hero__title > div p {
  line-height: 2;
  font-size: 12px;
  text-align: center;
}
html #result .l-hero .l-hero__title > div button,
body #result .l-hero .l-hero__title > div button {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  bottom: -200px;
}
html #result .l-hero .l-hero__title > div button > a::before,
body #result .l-hero .l-hero__title > div button > a::before {
  left: 50%;
  right: initial;
  top: initial;
  bottom: 10px;
  translate: -50% 0;
  rotate: 90deg;
}
html #result .l-intro h2 > span > span,
body #result .l-intro h2 > span > span {
  display: block !important;
  font-size: clamp(28px, 3.6548vw, 46px);
}
html #result .l-intro div > p,
body #result .l-intro div > p {
  text-align: justify;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  html #result .l-intro div > p,
  body #result .l-intro div > p {
    text-align: center;
  }
}
html #result .l-intro div > p:not(:last-child),
body #result .l-intro div > p:not(:last-child) {
  margin-bottom: 30px;
}
html #result .l-intro div > p br,
body #result .l-intro div > p br {
  display: none;
}
@media screen and (min-width: 768px) {
  html #result .l-intro div > p br,
  body #result .l-intro div > p br {
    display: block;
  }
}
html #result .l-photos .l-photos__menu,
body #result .l-photos .l-photos__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}
html #result .l-photos .l-photos__menu > li,
body #result .l-photos .l-photos__menu > li {
  width: 100%;
  height: 60px;
  text-align: center;
  border-radius: 40px;
  background-color: #D64835;
}
@media screen and (min-width: 768px) {
  html #result .l-photos .l-photos__menu > li,
  body #result .l-photos .l-photos__menu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 90px;
  }
}
html #result .l-photos .l-photos__menu > li > a,
body #result .l-photos .l-photos__menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  font-size: clamp(16px, 2.0833vw, 24px);
  font-weight: bold;
  color: white;
  line-height: 1.2;
}
html #result .l-photos .l-photos__menu > li > a::after,
body #result .l-photos .l-photos__menu > li > a::after {
  display: block;
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
}
html #result .l-photos .l-photos__block,
body #result .l-photos .l-photos__block {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (min-width: 768px) {
  html #result .l-photos .l-photos__block,
  body #result .l-photos .l-photos__block {
    padding-top: 200px;
    margin-top: -200px;
  }
}
html #result .l-photos .l-photos__block .l-photos__block__title,
body #result .l-photos .l-photos__block .l-photos__block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 5px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  font-size: clamp(20px, 2.6041vw, 32px);
  line-height: 1.4;
  font-weight: bold;
  padding-left: 24px;
  padding-right: 24px;
}
html #result .l-photos .l-photos__block .l-photos__block__title > b,
body #result .l-photos .l-photos__block .l-photos__block__title > b {
  font-size: 1.75em;
}
html #result .l-photos .l-photos__block .l-photos__block__title::before, html #result .l-photos .l-photos__block .l-photos__block__title::after,
body #result .l-photos .l-photos__block .l-photos__block__title::before,
body #result .l-photos .l-photos__block .l-photos__block__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 40px;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  html #result .l-photos .l-photos__block .l-photos__block__title::before, html #result .l-photos .l-photos__block .l-photos__block__title::after,
  body #result .l-photos .l-photos__block .l-photos__block__title::before,
  body #result .l-photos .l-photos__block .l-photos__block__title::after {
    position: initial;
  }
}
html #result .l-photos .l-photos__block .l-photos__block__title::before,
body #result .l-photos .l-photos__block .l-photos__block__title::before {
  left: 15px;
  margin-right: 30px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
html #result .l-photos .l-photos__block .l-photos__block__title::after,
body #result .l-photos .l-photos__block .l-photos__block__title::after {
  right: 15px;
  margin-left: 30px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
html #result .l-photos .l-photos__block .l-photos__block__lead,
body #result .l-photos .l-photos__block .l-photos__block__lead {
  margin-bottom: 50px;
  line-height: 1.6;
  text-align: center;
}
html #result .l-photos .l-photos__block h4,
body #result .l-photos .l-photos__block h4 {
  font-size: clamp(18px, 2.3437vw, 30px);
  font-weight: bold;
  margin-bottom: 50px;
}
html #result .l-photos .l-photos__block .l-photos__block__list,
body #result .l-photos .l-photos__block .l-photos__block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 30px;
  margin-bottom: 60px;
}
html #result .l-photos .l-photos__block .l-photos__block__list > li,
body #result .l-photos .l-photos__block .l-photos__block__list > li {
  width: 100%;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html #result .l-photos .l-photos__block .l-photos__block__list > li,
  body #result .l-photos .l-photos__block .l-photos__block__list > li {
    width: calc(33.3333333333% - 20px);
  }
}
html #result .l-photos .l-photos__block .l-photos__block__list > li > figure,
body #result .l-photos .l-photos__block .l-photos__block__list > li > figure {
  margin-bottom: 15px;
}
html #result .l-photos .l-photos__block .l-photos__block__list > li > figure > figcaption,
body #result .l-photos .l-photos__block .l-photos__block__list > li > figure > figcaption {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
html #result .l-photos .l-photos__block .l-photos__block__list > li > figure > a,
body #result .l-photos .l-photos__block .l-photos__block__list > li > figure > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
html #result .l-photos .l-photos__block .l-photos__block__list > li > figure > a::before,
body #result .l-photos .l-photos__block .l-photos__block__list > li > figure > a::before {
  display: block;
  content: "";
  padding-top: 100%;
}
html #result .l-photos .l-photos__block .l-photos__block__list > li > figure > a::after,
body #result .l-photos .l-photos__block .l-photos__block__list > li > figure > a::after {
  display: block;
  content: "\f065";
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
  font-weight: bold;
  color: white;
}
html #result .l-photos .l-photos__block .l-photos__block__list > li > figure > a > img,
body #result .l-photos .l-photos__block .l-photos__block__list > li > figure > a > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
html #result .l-photos .l-photos__block .l-photos__block__list > li > figure:hover > a > img,
body #result .l-photos .l-photos__block .l-photos__block__list > li > figure:hover > a > img {
  scale: 1.1;
  opacity: 0.8;
}
html #result .l-photos .l-photos__block .l-photos__block__list > li > h4,
body #result .l-photos .l-photos__block .l-photos__block__list > li > h4 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 22px;
}
html #result .l-photos .l-photos__block .l-photos__block__list > li .l-photos__block__list,
body #result .l-photos .l-photos__block .l-photos__block__list > li .l-photos__block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1.8;
  text-align: justify;
}
html #result .l-photos .l-photos__block .l-photos__block__list > li .l-photos__block__list::before,
body #result .l-photos .l-photos__block .l-photos__block__list > li .l-photos__block__list::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
html #result .l-photos .l-photos__block .l-photos__block__list > li .l-photos__block__list > span,
body #result .l-photos .l-photos__block .l-photos__block__list > li .l-photos__block__list > span {
  font-weight: bold;
  letter-spacing: 0.05em;
}
html #result .l-photos .l-photos__block .l-photos__block__list > li .l-photos__block__list.l-photos__block__list--oyano::before,
body #result .l-photos .l-photos__block .l-photos__block__list > li .l-photos__block__list.l-photos__block__list--oyano::before {
  background-image: url(../images/homesha_people_oyano_img.png);
}
html #result .l-photos .l-photos__block .l-photos__block__list > li .l-photos__block__list.l-photos__block__list--iwadate::before,
body #result .l-photos .l-photos__block .l-photos__block__list > li .l-photos__block__list.l-photos__block__list--iwadate::before {
  background-image: url(../images/homesha_people_iwadate_img.png);
}
html #result .l-photos .l-photos__block .l-photos__block__review,
body #result .l-photos .l-photos__block .l-photos__block__review {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border: 4px solid #D64835;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: white;
}
html #result .l-photos .l-photos__block .l-photos__block__review h4,
body #result .l-photos .l-photos__block .l-photos__block__review h4 {
  margin-bottom: 30px;
  font-size: clamp(26px, 3.3854vw, 32px);
  font-weight: bold;
  line-height: 1.4;
  color: #D64835;
  text-align: center;
}
html #result .l-photos .l-photos__block .l-photos__block__review h4 > span,
body #result .l-photos .l-photos__block .l-photos__block__review h4 > span {
  display: block;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html #result .l-photos .l-photos__block .l-photos__block__review h4 > span,
  body #result .l-photos .l-photos__block .l-photos__block__review h4 > span {
    display: inline-block;
  }
}
html #result .l-photos .l-photos__block .l-photos__block__review h4 > span > span,
body #result .l-photos .l-photos__block .l-photos__block__review h4 > span > span {
  display: none;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html #result .l-photos .l-photos__block .l-photos__block__review h4 > span > span,
  body #result .l-photos .l-photos__block .l-photos__block__review h4 > span > span {
    display: block;
  }
}
html #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item,
body #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 30px;
}
html #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item:not(:last-child),
body #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D64835;
}
html #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item > figure,
body #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item > figure {
  width: 30%;
  margin: auto;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item > figure,
  body #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item > figure {
    width: 20%;
  }
}
html #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item > figure img,
body #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item > figure img {
  display: block;
  width: 100%;
  height: auto;
}
html #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item > dl,
body #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item > dl {
  width: 100%;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item > dl,
  body #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item > dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
html #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item > dl > dt,
body #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item > dl > dt {
  font-size: clamp(18px, 2.3437vw, 24px);
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item > dl > dt,
  body #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item > dl > dt {
    text-align: left;
  }
}
html #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item > dl > dd > p,
body #result .l-photos .l-photos__block .l-photos__block__review .l-photos__block__review__item > dl > dd > p {
  text-align: justify;
}
html #result .l-photos .l-photos__block .l-photos__block__review p,
body #result .l-photos .l-photos__block .l-photos__block__review p {
  line-height: 2;
}
html .contact,
body .contact {
  padding-top: 100px;
  background-position: center center;
  background-repeat: repeat-y;
  background-size: cover;
  background-image: url(../images/texture_bg.png);
}
html .contact .l-section,
body .contact .l-section {
  padding-top: 100px;
}
html .contact .l-section .l-section__inner,
body .contact .l-section .l-section__inner {
  padding-left: 20px;
  padding-right: 20px;
}
html .contact .l-section .l-section__title,
body .contact .l-section .l-section__title {
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  font-size: clamp(26px, 3.3854vw, 40px);
  line-height: 1.6;
  font-weight: bold !important;
  text-align: center;
  color: #D64835;
}
html .contact .l-section .l-section__lead,
body .contact .l-section .l-section__lead {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  font-size: clamp(14px, 1.8229vw, 16px);
  text-align: justify;
  line-height: 2.2;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html .contact .l-form .l-section__inner,
  body .contact .l-form .l-section__inner {
    max-width: 800px;
  }
}
html .contact .l-form .l-form__block,
body .contact .l-form .l-form__block {
  margin-bottom: 80px;
}
html .contact .l-form .l-form__block > p,
body .contact .l-form .l-form__block > p {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
html .contact .l-form .l-form__block ul,
body .contact .l-form .l-form__block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
html .contact .l-form .l-form__block ul > li,
body .contact .l-form .l-form__block ul > li {
  position: relative;
}
html .contact .l-form .l-form__block ul > li label,
body .contact .l-form .l-form__block ul > li label {
  display: block;
  text-align: left;
  line-height: 1.6;
  cursor: pointer;
  font-size: clamp(14px, 1.8229vw, 16px);
}
html .contact .l-form .l-form__block ul > li label *,
body .contact .l-form .l-form__block ul > li label * {
  display: block;
}
html .contact .l-form .l-form__block ul > li label > span,
body .contact .l-form .l-form__block ul > li label > span {
  display: block;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #303030;
  border-radius: 5px;
  background-color: #f0f0f0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
html .contact .l-form .l-form__block ul > li label > span small,
body .contact .l-form .l-form__block ul > li label > span small {
  font-size: 0.7em;
}
html .contact .l-form .l-form__block ul > li label::before,
body .contact .l-form .l-form__block ul > li label::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #303030;
}
html .contact .l-form .l-form__block ul > li input[type=radio],
html .contact .l-form .l-form__block ul > li input[type=checkbox],
body .contact .l-form .l-form__block ul > li input[type=radio],
body .contact .l-form .l-form__block ul > li input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
html .contact .l-form .l-form__block ul > li input[type=radio]:checked + label span,
html .contact .l-form .l-form__block ul > li input[type=checkbox]:checked + label span,
body .contact .l-form .l-form__block ul > li input[type=radio]:checked + label span,
body .contact .l-form .l-form__block ul > li input[type=checkbox]:checked + label span {
  top: 4px;
  color: white;
  background-color: #303030;
}
html .contact .l-form .l-form__block dl:not(:last-child),
body .contact .l-form .l-form__block dl:not(:last-child) {
  margin-bottom: 40px;
}
html .contact .l-form .l-form__block dl > dt,
body .contact .l-form .l-form__block dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  font-size: clamp(14px, 1.8229vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
html .contact .l-form .l-form__block dl > dt > span,
body .contact .l-form .l-form__block dl > dt > span {
  color: white;
  border-radius: 5px;
  padding: 2px 10px;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  background-color: black;
}
html .contact .l-form .l-form__block dl > dt > small,
body .contact .l-form .l-form__block dl > dt > small {
  display: block;
  width: 100%;
  font-size: 0.8em;
}
html .contact .l-form .l-form__block dl > dd,
body .contact .l-form .l-form__block dl > dd {
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
html .contact .l-form .l-form__block dl > dd:not(:last-of-type),
body .contact .l-form .l-form__block dl > dd:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #303030;
}
html .contact .l-form .l-form__block dl > dd > *:not(:last-child),
body .contact .l-form .l-form__block dl > dd > *:not(:last-child) {
  margin-bottom: 10px;
}
html .contact .l-form .l-form__block dl > dd input,
body .contact .l-form .l-form__block dl > dd input {
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
html .contact .l-form .l-form__block dl > dd input[type=text],
body .contact .l-form .l-form__block dl > dd input[type=text] {
  width: 100%;
  padding: 10px;
}
html .contact .l-form .l-form__block dl > dd select,
body .contact .l-form .l-form__block dl > dd select {
  width: 100%;
  padding: 10px;
}
html .contact .l-form .l-form__block dl > dd textarea,
body .contact .l-form .l-form__block dl > dd textarea {
  width: 100%;
  padding: 10px;
  min-height: 300px;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
html .contact .l-form .l-form__block#purpose ul,
body .contact .l-form .l-form__block#purpose ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html .contact .l-form .l-form__block#information .information__birth ul > li,
body .contact .l-form .l-form__block#information .information__birth ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
html .contact .l-form .l-form__block#information .information__birth ul > li:first-child,
body .contact .l-form .l-form__block#information .information__birth ul > li:first-child {
  width: 140px;
}
html .contact .l-form .l-form__block#information .information__birth ul > li:not(:first-child),
body .contact .l-form .l-form__block#information .information__birth ul > li:not(:first-child) {
  width: 80px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html .contact .l-form .l-form__block#information .information__adulthood ul li,
  body .contact .l-form .l-form__block#information .information__adulthood ul li {
    width: calc(50% - 5px);
  }
}
html .contact .l-form .l-form__block#information .information__address ul li,
body .contact .l-form .l-form__block#information .information__address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html .contact .l-form .l-form__block#reserveContent .reserveContent__date > dd > ul > li:first-child,
body .contact .l-form .l-form__block#reserveContent .reserveContent__date > dd > ul > li:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  html .contact .l-form .l-form__block#reserveContent .reserveContent__date > dd > ul > li:first-child,
  body .contact .l-form .l-form__block#reserveContent .reserveContent__date > dd > ul > li:first-child {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
  }
}
html .contact .l-form .l-form__block#buttons ul,
body .contact .l-form .l-form__block#buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html .contact .l-form .l-form__block#buttons ul > li,
body .contact .l-form .l-form__block#buttons ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
html .contact .l-form .l-form__block#buttons ul > li a,
html .contact .l-form .l-form__block#buttons ul > li button,
body .contact .l-form .l-form__block#buttons ul > li a,
body .contact .l-form .l-form__block#buttons ul > li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  font-size: 16px;
  border: initial;
  color: white;
}
html .contact .l-form .l-form__block#buttons ul > li.back a,
body .contact .l-form .l-form__block#buttons ul > li.back a {
  background-color: #AFAFAF;
}
html .contact .l-form .l-form__block#buttons ul > li.submit button,
body .contact .l-form .l-form__block#buttons ul > li.submit button {
  background-color: #D64835;
}
html .contact#contact--confirm .l-form .l-form__block,
body .contact#contact--confirm .l-form .l-form__block {
  font-size: clamp(14px, 1.8229vw, 16px);
}
html .contact#contact--confirm .l-form .l-form__block#purpose,
body .contact#contact--confirm .l-form .l-form__block#purpose {
  text-align: center;
}
html .contact#contact--confirm .l-form .l-form__block dl,
body .contact#contact--confirm .l-form .l-form__block dl {
  padding-bottom: 15px;
  border-bottom: 1px solid black;
}
html .contact#contact--complete .l-form,
body .contact#contact--complete .l-form {
  margin-bottom: 120px;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-family: "zen-maru-gothic", sans-serif;
  font-style: normal;
}

a {
  text-decoration: initial;
}

.swiper .swiper-slide-active .swiper-img,
.swiper .swiper-slide-duplicate-active .swiper-img,
.swiper .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
.swiper .swiper-wrapper {
  height: 100%;
  overflow: hidden;
}
.swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide .swiper-img {
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide .swiper-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container {
  -webkit-box-shadow: initial !important;
          box-shadow: initial !important;
  background-color: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close {
  position: absolute !important;
  right: 0 !important;
  top: -50px !important;
  border-radius: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close::before, .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close::after {
  width: 1px !important;
  height: 25px !important;
  background-color: #333333 !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap > div > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1000px !important;
  max-height: 800px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap > div .modaal-gallery-label {
  display: none !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control {
  width: 40px !important;
  height: 40px !important;
  bottom: -50px !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: initial !important;
  background-color: initial !important;
  border: 1px solid #EAEAEA;
}
@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control {
    width: 40px !important;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control::before {
  position: initial !important;
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
  width: 100% !important;
  height: 100% !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #333333 !important;
  border-radius: initial !important;
  background-color: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control::after {
  display: none !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev {
  left: 75% !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev {
    left: -40px !important;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev::before {
  content: "\f104" !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-next {
  right: 0 !important;
  margin-left: 0 !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-next::before {
  content: "\f105" !important;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  -webkit-transition: opacity 1.4s, -webkit-transform 1s;
  transition: opacity 1.4s, -webkit-transform 1s;
  transition: opacity 1.4s, transform 1s;
  transition: opacity 1.4s, transform 1s, -webkit-transform 1s;
}
.js-fade.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-imgAnimation {
  position: relative;
}
.js-imgAnimation img {
  opacity: 0;
}
.js-imgAnimation::before {
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(87, 10, 4);
  background: -webkit-gradient(linear, left top, right top, from(rgb(87, 10, 4)), to(rgb(168, 60, 53)));
  background: linear-gradient(90deg, rgb(87, 10, 4) 0%, rgb(168, 60, 53) 100%);
  z-index: 10;
}
.js-imgAnimation.is-inview img {
  -webkit-animation-name: imgAnimation-pic;
          animation-name: imgAnimation-pic;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
@keyframes imgAnimation-pic {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-imgAnimation.is-inview::before {
  -webkit-animation-name: imgAnimation-overlay;
          animation-name: imgAnimation-overlay;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
@keyframes imgAnimation-overlay {
  50% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.pinkBgArea {
  position: relative;
  background-color: #FCF5F6;
}
@media screen and (min-width: 768px) {
  .pinkBgArea {
    padding-bottom: 80px;
  }
}
.pinkBgArea::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 150px;
  background-color: #FCF5F6;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pinkBgArea::before {
    height: 250px;
  }
}
.pinkBgArea > * {
  position: relative;
  z-index: 2;
}

.textureBgArea {
  background-image: url(../images/texture_bg.png);
  background-position: center center;
  background-repeat: repeat-y;
  padding-bottom: 80px;
}

.modal-video {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.modal-video-body {
  max-width: 1200px !important;
}

.modal-video-close-btn {
  top: -50px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #D64835 !important;
  border-radius: 50% !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .modal-video-close-btn {
    top: -25px !important;
    right: -60px !important;
    width: 50px !important;
    height: 50px !important;
  }
}
.modal-video-close-btn::before, .modal-video-close-btn::after {
  left: 50% !important;
  top: 50% !important;
  translate: -50% -50% !important;
  width: 50% !important;
  margin-top: initial !important;
  background-color: white !important;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-family: "zen-maru-gothic", sans-serif;
  font-style: normal;
}

a {
  text-decoration: initial;
}

.swiper .swiper-slide-active .swiper-img,
.swiper .swiper-slide-duplicate-active .swiper-img,
.swiper .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
.swiper .swiper-wrapper {
  height: 100%;
  overflow: hidden;
}
.swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide .swiper-img {
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide .swiper-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container {
  -webkit-box-shadow: initial !important;
          box-shadow: initial !important;
  background-color: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close {
  position: absolute !important;
  right: 0 !important;
  top: -50px !important;
  border-radius: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close::before, .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close::after {
  width: 1px !important;
  height: 25px !important;
  background-color: #333333 !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap > div > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1000px !important;
  max-height: 800px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap > div .modaal-gallery-label {
  display: none !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control {
  width: 40px !important;
  height: 40px !important;
  bottom: -50px !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: initial !important;
  background-color: initial !important;
  border: 1px solid #EAEAEA;
}
@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control {
    width: 40px !important;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control::before {
  position: initial !important;
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
  width: 100% !important;
  height: 100% !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #333333 !important;
  border-radius: initial !important;
  background-color: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control::after {
  display: none !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev {
  left: 75% !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev {
    left: -40px !important;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev::before {
  content: "\f104" !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-next {
  right: 0 !important;
  margin-left: 0 !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-next::before {
  content: "\f105" !important;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  -webkit-transition: opacity 1.4s, -webkit-transform 1s;
  transition: opacity 1.4s, -webkit-transform 1s;
  transition: opacity 1.4s, transform 1s;
  transition: opacity 1.4s, transform 1s, -webkit-transform 1s;
}
.js-fade.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-imgAnimation {
  position: relative;
}
.js-imgAnimation img {
  opacity: 0;
}
.js-imgAnimation::before {
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(87, 10, 4);
  background: -webkit-gradient(linear, left top, right top, from(rgb(87, 10, 4)), to(rgb(168, 60, 53)));
  background: linear-gradient(90deg, rgb(87, 10, 4) 0%, rgb(168, 60, 53) 100%);
  z-index: 10;
}
.js-imgAnimation.is-inview img {
  -webkit-animation-name: imgAnimation-pic;
          animation-name: imgAnimation-pic;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
@keyframes imgAnimation-pic {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-imgAnimation.is-inview::before {
  -webkit-animation-name: imgAnimation-overlay;
          animation-name: imgAnimation-overlay;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
@keyframes imgAnimation-overlay {
  50% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.pinkBgArea {
  position: relative;
  background-color: #FCF5F6;
}
@media screen and (min-width: 768px) {
  .pinkBgArea {
    padding-bottom: 80px;
  }
}
.pinkBgArea::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 150px;
  background-color: #FCF5F6;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pinkBgArea::before {
    height: 250px;
  }
}
.pinkBgArea > * {
  position: relative;
  z-index: 2;
}

.textureBgArea {
  background-image: url(../images/texture_bg.png);
  background-position: center center;
  background-repeat: repeat-y;
  padding-bottom: 80px;
}

.modal-video {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.modal-video-body {
  max-width: 1200px !important;
}

.modal-video-close-btn {
  top: -50px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #D64835 !important;
  border-radius: 50% !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .modal-video-close-btn {
    top: -25px !important;
    right: -60px !important;
    width: 50px !important;
    height: 50px !important;
  }
}
.modal-video-close-btn::before, .modal-video-close-btn::after {
  left: 50% !important;
  top: 50% !important;
  translate: -50% -50% !important;
  width: 50% !important;
  margin-top: initial !important;
  background-color: white !important;
}

.p-text {
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  font-size: clamp(14px, 1.8229vw, 16px);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 100 !important;
}

.p-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-logo small {
  display: block;
  margin-bottom: 5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
  font-size: clamp(11px, 1.4322vw, 16px);
}
.p-logo b {
  font-family: "baskerville-display-pt", serif;
  font-style: normal;
  font-size: clamp(28px, 3.6458vw, 40px);
}
.p-logo b span {
  display: inline-block;
  margin-left: 7.5px;
  font-size: clamp(13px, 1.6927vw, 16px);
  color: #C9C09D;
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-style: normal;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .p-disp--SP {
    display: none;
  }
}
.p-disp--PC {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-disp--PC {
    display: block;
  }
}
.p-gallaries .p-gallery {
  margin-left: 0.2%;
  margin-right: 0.2%;
  margin-bottom: 0 !important;
}
.p-gallaries .p-gallery .p-gallery__item {
  position: relative;
  width: 49.7%;
  margin: 0.2%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-gallaries .p-gallery .p-gallery__item {
    width: 32.8%;
  }
}
.p-gallaries .p-gallery .p-gallery__item::before {
  display: block;
  content: "\f00e";
  position: absolute;
  left: 6px;
  bottom: 6px;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  font-size: 12px;
  color: white;
  opacity: 0.7;
  z-index: 1;
}
.p-gallaries .p-gallery .p-gallery__item > a {
  display: block;
  position: relative;
  background-color: white;
  -webkit-transition: scale 0.5s;
  transition: scale 0.5s;
}
.p-gallaries .p-gallery .p-gallery__item > a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gallaries .p-gallery .p-gallery__item:hover > a {
  scale: 1.1;
}
.p-gallaries .p-gallaries__button {
  display: block;
  width: 100%;
  padding: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
  text-align: center;
  border: initial;
}

.p-button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 50px;
  padding: 0 !important;
  border: initial;
  font-weight: bold;
  border-radius: 40px;
  background-color: #D64835;
}
@media screen and (min-width: 768px) {
  .p-button {
    height: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: white !important;
  font-size: clamp(14px, 1.8229vw, 22px);
  letter-spacing: 0.1em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-button > a::before {
  display: block;
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 50%;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  translate: 0 -50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-button.p-button--external > a::before {
  content: "\f08e";
}
.p-button:hover > a::before {
  right: 10px;
}
.p-button:hover.p-button--external > a {
  opacity: 0.5;
}
.p-button:hover.p-button--external > a::before {
  right: 20px;
}
.p-button.p-button--arrowNone > a::before {
  display: none;
}

.p-tasteMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p-tasteMenu {
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.p-tasteMenu > li {
  position: relative;
  width: calc(50% - 2.5px);
  border: 1px solid #EAEAEA;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: black;
}
@media screen and (min-width: 768px) {
  .p-tasteMenu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    background-size: cover;
    background-position: right top;
  }
}
.p-tasteMenu > li > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #333333;
  overflow: hidden;
}
.p-tasteMenu > li > a::before {
  display: block;
  content: "";
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  .p-tasteMenu > li > a::before {
    padding-top: 130%;
  }
}
.p-tasteMenu > li > a > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-tasteMenu > li > a > span {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 1.2;
  z-index: 1;
  color: white;
  font-size: clamp(14px, 1.8229vw, 30px);
}
.p-tasteMenu > li > a > span::before {
  display: block;
  content: attr(data-number);
  opacity: 0.5;
}
.p-tasteMenu > li > a > span > span {
  display: block;
}
.p-tasteMenu > li:hover > a > img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.p-borderBox {
  position: relative;
  margin-top: 100px;
  padding: 60px 20px 20px;
}
@media screen and (min-width: 768px) {
  .p-borderBox {
    padding: 100px 50px 50px;
  }
}
.p-borderBox::before, .p-borderBox::after {
  display: block;
  content: "";
  position: absolute;
}
.p-borderBox::before {
  left: 0;
  top: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 6px solid #D64835;
  z-index: 1;
}
.p-borderBox::after {
  left: 12px;
  top: 12px;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 0;
}
.p-borderBox .p-borderBox__title {
  position: absolute;
  left: 50%;
  top: -50px;
  translate: -50% 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-borderBox .p-borderBox__title {
    width: auto;
  }
}
.p-borderBox .p-borderBox__title .p-borderBox__title__text {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #D64835;
}
.p-borderBox .p-borderBox__title .p-borderBox__title__text img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 626px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  z-index: 1;
}
.p-borderBox .p-borderBox__title .p-borderBox__title__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -20px;
  top: 0;
  width: 50px;
  height: 50px;
  font-size: clamp(22px, 2.8645vw, 36px);
  color: white;
  border-radius: 50%;
  background-color: #D64835;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-borderBox .p-borderBox__title .p-borderBox__title__number {
    width: 70px;
    height: 70px;
  }
}
.p-borderBox .p-borderBox__title .p-borderBox__title__number::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 80%;
  rotate: 45deg;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 10px solid #D64835;
}
@media screen and (min-width: 768px) {
  .p-borderBox .p-borderBox__title .p-borderBox__title__number::before {
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 15px solid #D64835;
  }
}
.p-borderBox .p-borderBox__content {
  position: relative;
  z-index: 2;
}
.p-borderBox .p-borderBox__content .p-borderBox__content__title {
  font-size: clamp(22px, 2.8645vw, 34px);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.p-borderBox .p-borderBox__content .p-borderBox__content__title > b {
  color: #D64835;
}
.p-borderBox .p-borderBox__sub {
  position: relative;
  padding: 20px;
  border: 3px solid #D64835;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-borderBox .p-borderBox__sub {
    padding: 30px 60px;
  }
}
.p-borderBox .p-borderBox__sub > *:not(:last-child) {
  margin-bottom: 30px;
}
.p-borderBox .p-borderBox__sub > dl > dt {
  margin-bottom: 15px;
  padding: 15px;
  color: #D64835;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-top: 2px solid #D64835;
  border-bottom: 2px solid #D64835;
}
.p-borderBox .p-borderBox__sub > dl > dd {
  font-size: clamp(16px, 2.0833vw, 24px);
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.p-borderBox .p-borderBox__sub > dl > dd > small {
  font-size: 0.8em;
}
.p-borderBox .p-borderBox__sub > div {
  padding: 20px;
  background-color: #FCF5F6;
}
.p-borderBox .p-borderBox__sub > div > p {
  text-align: center;
}
.p-borderBox .p-borderBox__sub > div > p b {
  font-size: 1.3em;
  font-weight: bold;
  color: #D64835;
}
.p-borderBox .p-borderBox__sub p {
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}
.p-borderBox .p-borderBox__sub img {
  display: block;
  width: 100%;
  height: auto;
}

.p-scroll {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-scroll {
    width: 140px;
    height: 140px;
  }
}
.p-scroll > a::before {
  left: 50%;
  right: initial;
  top: initial;
  bottom: 10px;
  translate: -50% 0;
  rotate: 90deg;
}

.c-title,
.c-date {
  letter-spacing: 0.05em;
}

.c-button {
  background-color: initial;
  border: initial;
}

.c-link {
  cursor: pointer !important;
}
.c-link.c-link--opacity a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link.c-link--opacity:hover a {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .c-disp--SP {
    display: none;
  }
}
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-family: "zen-maru-gothic", sans-serif;
  font-style: normal;
}

a {
  text-decoration: initial;
}

.swiper .swiper-slide-active .swiper-img,
.swiper .swiper-slide-duplicate-active .swiper-img,
.swiper .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
.swiper .swiper-wrapper {
  height: 100%;
  overflow: hidden;
}
.swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide .swiper-img {
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide .swiper-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container {
  -webkit-box-shadow: initial !important;
          box-shadow: initial !important;
  background-color: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close {
  position: absolute !important;
  right: 0 !important;
  top: -50px !important;
  border-radius: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close::before, .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close::after {
  width: 1px !important;
  height: 25px !important;
  background-color: #333333 !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap > div > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1000px !important;
  max-height: 800px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap > div .modaal-gallery-label {
  display: none !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control {
  width: 40px !important;
  height: 40px !important;
  bottom: -50px !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: initial !important;
  background-color: initial !important;
  border: 1px solid #EAEAEA;
}
@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control {
    width: 40px !important;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control::before {
  position: initial !important;
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
  width: 100% !important;
  height: 100% !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #333333 !important;
  border-radius: initial !important;
  background-color: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control::after {
  display: none !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev {
  left: 75% !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev {
    left: -40px !important;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev::before {
  content: "\f104" !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-next {
  right: 0 !important;
  margin-left: 0 !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-next::before {
  content: "\f105" !important;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  -webkit-transition: opacity 1.4s, -webkit-transform 1s;
  transition: opacity 1.4s, -webkit-transform 1s;
  transition: opacity 1.4s, transform 1s;
  transition: opacity 1.4s, transform 1s, -webkit-transform 1s;
}
.js-fade.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-imgAnimation {
  position: relative;
}
.js-imgAnimation img {
  opacity: 0;
}
.js-imgAnimation::before {
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(87, 10, 4);
  background: -webkit-gradient(linear, left top, right top, from(rgb(87, 10, 4)), to(rgb(168, 60, 53)));
  background: linear-gradient(90deg, rgb(87, 10, 4) 0%, rgb(168, 60, 53) 100%);
  z-index: 10;
}
.js-imgAnimation.is-inview img {
  -webkit-animation-name: imgAnimation-pic;
          animation-name: imgAnimation-pic;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
@keyframes imgAnimation-pic {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-imgAnimation.is-inview::before {
  -webkit-animation-name: imgAnimation-overlay;
          animation-name: imgAnimation-overlay;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
@keyframes imgAnimation-overlay {
  50% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.pinkBgArea {
  position: relative;
  background-color: #FCF5F6;
}
@media screen and (min-width: 768px) {
  .pinkBgArea {
    padding-bottom: 80px;
  }
}
.pinkBgArea::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 150px;
  background-color: #FCF5F6;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pinkBgArea::before {
    height: 250px;
  }
}
.pinkBgArea > * {
  position: relative;
  z-index: 2;
}

.textureBgArea {
  background-image: url(../images/texture_bg.png);
  background-position: center center;
  background-repeat: repeat-y;
  padding-bottom: 80px;
}

.modal-video {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.modal-video-body {
  max-width: 1200px !important;
}

.modal-video-close-btn {
  top: -50px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #D64835 !important;
  border-radius: 50% !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .modal-video-close-btn {
    top: -25px !important;
    right: -60px !important;
    width: 50px !important;
    height: 50px !important;
  }
}
.modal-video-close-btn::before, .modal-video-close-btn::after {
  left: 50% !important;
  top: 50% !important;
  translate: -50% -50% !important;
  width: 50% !important;
  margin-top: initial !important;
  background-color: white !important;
}

.p-text {
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  font-size: clamp(14px, 1.8229vw, 16px);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 100 !important;
}

.p-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-logo small {
  display: block;
  margin-bottom: 5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
  font-size: clamp(11px, 1.4322vw, 16px);
}
.p-logo b {
  font-family: "baskerville-display-pt", serif;
  font-style: normal;
  font-size: clamp(28px, 3.6458vw, 40px);
}
.p-logo b span {
  display: inline-block;
  margin-left: 7.5px;
  font-size: clamp(13px, 1.6927vw, 16px);
  color: #C9C09D;
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-style: normal;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .p-disp--SP {
    display: none;
  }
}
.p-disp--PC {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-disp--PC {
    display: block;
  }
}
.p-gallaries .p-gallery {
  margin-left: 0.2%;
  margin-right: 0.2%;
  margin-bottom: 0 !important;
}
.p-gallaries .p-gallery .p-gallery__item {
  position: relative;
  width: 49.7%;
  margin: 0.2%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-gallaries .p-gallery .p-gallery__item {
    width: 32.8%;
  }
}
.p-gallaries .p-gallery .p-gallery__item::before {
  display: block;
  content: "\f00e";
  position: absolute;
  left: 6px;
  bottom: 6px;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  font-size: 12px;
  color: white;
  opacity: 0.7;
  z-index: 1;
}
.p-gallaries .p-gallery .p-gallery__item > a {
  display: block;
  position: relative;
  background-color: white;
  -webkit-transition: scale 0.5s;
  transition: scale 0.5s;
}
.p-gallaries .p-gallery .p-gallery__item > a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gallaries .p-gallery .p-gallery__item:hover > a {
  scale: 1.1;
}
.p-gallaries .p-gallaries__button {
  display: block;
  width: 100%;
  padding: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
  text-align: center;
  border: initial;
}

.p-button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 50px;
  padding: 0 !important;
  border: initial;
  font-weight: bold;
  border-radius: 40px;
  background-color: #D64835;
}
@media screen and (min-width: 768px) {
  .p-button {
    height: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: white !important;
  font-size: clamp(14px, 1.8229vw, 22px);
  letter-spacing: 0.1em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-button > a::before {
  display: block;
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 50%;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  translate: 0 -50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-button.p-button--external > a::before {
  content: "\f08e";
}
.p-button:hover > a::before {
  right: 10px;
}
.p-button:hover.p-button--external > a {
  opacity: 0.5;
}
.p-button:hover.p-button--external > a::before {
  right: 20px;
}
.p-button.p-button--arrowNone > a::before {
  display: none;
}

.p-tasteMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p-tasteMenu {
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.p-tasteMenu > li {
  position: relative;
  width: calc(50% - 2.5px);
  border: 1px solid #EAEAEA;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: black;
}
@media screen and (min-width: 768px) {
  .p-tasteMenu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    background-size: cover;
    background-position: right top;
  }
}
.p-tasteMenu > li > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #333333;
  overflow: hidden;
}
.p-tasteMenu > li > a::before {
  display: block;
  content: "";
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  .p-tasteMenu > li > a::before {
    padding-top: 130%;
  }
}
.p-tasteMenu > li > a > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-tasteMenu > li > a > span {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 1.2;
  z-index: 1;
  color: white;
  font-size: clamp(14px, 1.8229vw, 30px);
}
.p-tasteMenu > li > a > span::before {
  display: block;
  content: attr(data-number);
  opacity: 0.5;
}
.p-tasteMenu > li > a > span > span {
  display: block;
}
.p-tasteMenu > li:hover > a > img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.p-borderBox {
  position: relative;
  margin-top: 100px;
  padding: 60px 20px 20px;
}
@media screen and (min-width: 768px) {
  .p-borderBox {
    padding: 100px 50px 50px;
  }
}
.p-borderBox::before, .p-borderBox::after {
  display: block;
  content: "";
  position: absolute;
}
.p-borderBox::before {
  left: 0;
  top: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 6px solid #D64835;
  z-index: 1;
}
.p-borderBox::after {
  left: 12px;
  top: 12px;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 0;
}
.p-borderBox .p-borderBox__title {
  position: absolute;
  left: 50%;
  top: -50px;
  translate: -50% 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-borderBox .p-borderBox__title {
    width: auto;
  }
}
.p-borderBox .p-borderBox__title .p-borderBox__title__text {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #D64835;
}
.p-borderBox .p-borderBox__title .p-borderBox__title__text img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 626px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  z-index: 1;
}
.p-borderBox .p-borderBox__title .p-borderBox__title__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -20px;
  top: 0;
  width: 50px;
  height: 50px;
  font-size: clamp(22px, 2.8645vw, 36px);
  color: white;
  border-radius: 50%;
  background-color: #D64835;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-borderBox .p-borderBox__title .p-borderBox__title__number {
    width: 70px;
    height: 70px;
  }
}
.p-borderBox .p-borderBox__title .p-borderBox__title__number::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 80%;
  rotate: 45deg;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 10px solid #D64835;
}
@media screen and (min-width: 768px) {
  .p-borderBox .p-borderBox__title .p-borderBox__title__number::before {
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 15px solid #D64835;
  }
}
.p-borderBox .p-borderBox__content {
  position: relative;
  z-index: 2;
}
.p-borderBox .p-borderBox__content .p-borderBox__content__title {
  font-size: clamp(22px, 2.8645vw, 34px);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.p-borderBox .p-borderBox__content .p-borderBox__content__title > b {
  color: #D64835;
}
.p-borderBox .p-borderBox__sub {
  position: relative;
  padding: 20px;
  border: 3px solid #D64835;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-borderBox .p-borderBox__sub {
    padding: 30px 60px;
  }
}
.p-borderBox .p-borderBox__sub > *:not(:last-child) {
  margin-bottom: 30px;
}
.p-borderBox .p-borderBox__sub > dl > dt {
  margin-bottom: 15px;
  padding: 15px;
  color: #D64835;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-top: 2px solid #D64835;
  border-bottom: 2px solid #D64835;
}
.p-borderBox .p-borderBox__sub > dl > dd {
  font-size: clamp(16px, 2.0833vw, 24px);
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.p-borderBox .p-borderBox__sub > dl > dd > small {
  font-size: 0.8em;
}
.p-borderBox .p-borderBox__sub > div {
  padding: 20px;
  background-color: #FCF5F6;
}
.p-borderBox .p-borderBox__sub > div > p {
  text-align: center;
}
.p-borderBox .p-borderBox__sub > div > p b {
  font-size: 1.3em;
  font-weight: bold;
  color: #D64835;
}
.p-borderBox .p-borderBox__sub p {
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}
.p-borderBox .p-borderBox__sub img {
  display: block;
  width: 100%;
  height: auto;
}

.p-scroll {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-scroll {
    width: 140px;
    height: 140px;
  }
}
.p-scroll > a::before {
  left: 50%;
  right: initial;
  top: initial;
  bottom: 10px;
  translate: -50% 0;
  rotate: 90deg;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-family: "zen-maru-gothic", sans-serif;
  font-style: normal;
}

a {
  text-decoration: initial;
}

.swiper .swiper-slide-active .swiper-img,
.swiper .swiper-slide-duplicate-active .swiper-img,
.swiper .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
.swiper .swiper-wrapper {
  height: 100%;
  overflow: hidden;
}
.swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide .swiper-img {
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide .swiper-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container {
  -webkit-box-shadow: initial !important;
          box-shadow: initial !important;
  background-color: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close {
  position: absolute !important;
  right: 0 !important;
  top: -50px !important;
  border-radius: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close::before, .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close::after {
  width: 1px !important;
  height: 25px !important;
  background-color: #333333 !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap > div > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1000px !important;
  max-height: 800px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap > div .modaal-gallery-label {
  display: none !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control {
  width: 40px !important;
  height: 40px !important;
  bottom: -50px !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: initial !important;
  background-color: initial !important;
  border: 1px solid #EAEAEA;
}
@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control {
    width: 40px !important;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control::before {
  position: initial !important;
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
  width: 100% !important;
  height: 100% !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #333333 !important;
  border-radius: initial !important;
  background-color: initial !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control::after {
  display: none !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev {
  left: 75% !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev {
    left: -40px !important;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-prev::before {
  content: "\f104" !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-next {
  right: 0 !important;
  margin-left: 0 !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-control.modaal-gallery-next::before {
  content: "\f105" !important;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  -webkit-transition: opacity 1.4s, -webkit-transform 1s;
  transition: opacity 1.4s, -webkit-transform 1s;
  transition: opacity 1.4s, transform 1s;
  transition: opacity 1.4s, transform 1s, -webkit-transform 1s;
}
.js-fade.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-imgAnimation {
  position: relative;
}
.js-imgAnimation img {
  opacity: 0;
}
.js-imgAnimation::before {
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(87, 10, 4);
  background: -webkit-gradient(linear, left top, right top, from(rgb(87, 10, 4)), to(rgb(168, 60, 53)));
  background: linear-gradient(90deg, rgb(87, 10, 4) 0%, rgb(168, 60, 53) 100%);
  z-index: 10;
}
.js-imgAnimation.is-inview img {
  -webkit-animation-name: imgAnimation-pic;
          animation-name: imgAnimation-pic;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
@keyframes imgAnimation-pic {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-imgAnimation.is-inview::before {
  -webkit-animation-name: imgAnimation-overlay;
          animation-name: imgAnimation-overlay;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
@keyframes imgAnimation-overlay {
  50% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.pinkBgArea {
  position: relative;
  background-color: #FCF5F6;
}
@media screen and (min-width: 768px) {
  .pinkBgArea {
    padding-bottom: 80px;
  }
}
.pinkBgArea::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 150px;
  background-color: #FCF5F6;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pinkBgArea::before {
    height: 250px;
  }
}
.pinkBgArea > * {
  position: relative;
  z-index: 2;
}

.textureBgArea {
  background-image: url(../images/texture_bg.png);
  background-position: center center;
  background-repeat: repeat-y;
  padding-bottom: 80px;
}

.modal-video {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.modal-video-body {
  max-width: 1200px !important;
}

.modal-video-close-btn {
  top: -50px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #D64835 !important;
  border-radius: 50% !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .modal-video-close-btn {
    top: -25px !important;
    right: -60px !important;
    width: 50px !important;
    height: 50px !important;
  }
}
.modal-video-close-btn::before, .modal-video-close-btn::after {
  left: 50% !important;
  top: 50% !important;
  translate: -50% -50% !important;
  width: 50% !important;
  margin-top: initial !important;
  background-color: white !important;
}

.u-display--block {
  display: block !important;
}

.u-margin-right--auto {
  margin-left: auto !important;
}

.u-margin-bottom--30px {
  margin-bottom: 30px !important;
}

.u-margin-top--30px {
  margin-top: 30px !important;
}

.u-textAlign--center {
  text-align: center !important;
}

.u-textAlign--right {
  text-align: right !important;
}



.heart_logo {
  max-width: 500px;
  margin: 30px auto;
}

.heart_logo img {
  width: 100%;
}