@charset "UTF-8";
/*-----------------------
reset
-----------------------*/
html, h1, h2, h3, h4, h5, h6, body, div, span, applet, object, iframe, 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;
}

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

caption, th, td {
  text-align: left;
  vertical-align: middle;
  font-weight: 200;
}

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

a {
  display: inline-block;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

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

a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
}
a:active {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

p {
  margin: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:focus {
  outline: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*path*/
/* color */
/*mediaquery*/
/*==================================================
 * classes
 *================================================*/
/*==================================================
 * layout
 *================================================*/
/*==================================================
 * header
 *================================================*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: 0.3s;
  background: #ffffff;
}
@media (max-width: 750px) {
  header {
    width: 390px;
  }
}
header .inner {
  width: calc(100% - 100px);
  max-width: 100%;
}
@media (max-width: 750px) {
  header .inner {
    width: 100%;
    padding: 0 15px;
  }
}
header .flex {
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media (max-width: 750px) {
  header .flex {
    height: 55px;
  }
}
header .logo {
  width: 100px;
}
@media (max-width: 750px) {
  header .logo {
    width: 66px;
    position: relative;
    z-index: 9;
  }
}
header ul {
  display: flex;
  gap: 0 30px;
}
@media (min-width: 1025px) {
  header ul {
    align-items: center;
  }
}
@media (max-width: 750px) {
  header ul {
    display: none;
  }
}
header ul li.drop-menu-btn {
  position: relative;
}
header ul li.drop-menu-btn:hover::after {
  opacity: 1;
  visibility: visible;
}
header ul li.drop-menu-btn::after {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
header ul li.drop-menu-btn > a {
  position: relative;
  padding-right: 18px;
}
header ul li.drop-menu-btn > a::after {
  content: "";
  width: 11px;
  height: 7px;
  background: #fc9797;
  position: absolute;
  right: 0px;
  top: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
header ul li a {
  font-size: 14px;
  color: #000 !important;
}
header ul li .open-list {
  display: none;
  position: absolute;
  background: #fff;
  padding: 20px 20px 40px;
  left: 50%;
  top: calc(100% + 25px);
  transform: translateX(-50%);
  margin-right: 0;
  min-width: 180px;
  z-index: 10;
  box-shadow: 0 0 20px rgba(123, 118, 118, 0.2);
}
header ul li .open-list li {
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}
header ul li .open-list li::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fc9797;
  border-right: 2px solid #fc9797;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
header ul li .open-list li a {
  padding: 16px 0;
  display: block;
  position: relative;
  color: #000;
  line-height: 1;
  letter-spacing: 2px;
}
header ul li .open-list li a:hover {
  opacity: 1;
  color: #fc9797 !important;
}
header .fixed-btn {
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 9;
}
@media (max-width: 750px) {
  header .fixed-btn {
    display: none;
  }
}
header .fixed-btn a {
  width: 60px;
  height: 192px;
  background: #fc9797;
  writing-mode: vertical-rl;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  border: 1px solid #ffffff;
  color: #ffffff;
  line-height: 1.4;
  border: 1px solid #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
header .fixed-btn a span {
  position: relative;
  padding-top: 32px;
}
header .fixed-btn a span::after {
  content: "";
  width: 18px;
  height: 17px;
  background: url(../src/img/common/fixed-carender.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
header .fixed-btn a:hover {
  opacity: 1;
  border-color: #fc9797;
  background: #ffffff;
  color: #fc9797;
}
header .fixed-btn a:hover span::after {
  background: url(../src/img/common/fixed-carender-pink.png) no-repeat center/100%;
}
header .hamburger {
  display: none;
}
@media (max-width: 750px) {
  header .hamburger {
    width: 30px;
    height: 20px;
    position: relative;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
  }
  header .hamburger span {
    width: 100%;
    height: 0.1rem;
    background: #000;
    position: absolute;
    left: 50%;
    transition: 0.3s;
  }
  header .hamburger span:nth-child(1) {
    top: 0;
    transform: translateX(-50%);
  }
  header .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, 0%);
  }
  header .hamburger span:nth-child(3) {
    bottom: 0;
    transform: translateX(-50%);
  }
  header .hamburger.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  header .hamburger.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
header .fademenu {
  display: none;
}
@media (max-width: 750px) {
  header .fademenu {
    background: url(../src/img/common/fademenu-bg.jpg);
    padding: 100px 15px 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  header .fademenu .scroll {
    overflow: scroll;
    height: 100%;
    padding-bottom: 100px;
  }
  header .fademenu .link-flex {
    display: flex;
    width: 100%;
    margin-bottom: 32px;
  }
  header .fademenu .link-flex .spcontent {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 0;
    padding-left: 20px;
  }
  header .fademenu .link-flex ul {
    display: flex;
    flex-direction: column;
    gap: 12px 0;
  }
  header .fademenu .link-flex ul.sp-bottom {
    padding-bottom: 12px;
  }
  header .fademenu .link-flex ul li {
    position: relative;
    padding-left: 18px;
    line-height: 2;
  }
  header .fademenu .link-flex ul li.sp-bottom {
    padding-bottom: 12px;
  }
  header .fademenu .link-flex ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #f29c9f;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
  }
  header .fademenu .link-flex ul li > a {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
  }
  header .fademenu .link-flex ol {
    display: flex;
    flex-direction: column;
    gap: 6px 0;
    margin-top: 6px;
  }
  header .fademenu .link-flex ol li {
    list-style-type: none;
  }
  header .fademenu .link-flex ol li::before {
    content: "";
    width: 12px;
    height: 1px;
    background: #8c8c8c;
    left: 0;
    top: 16px;
  }
  header .fademenu .link-flex ol li > a {
    font-size: 13px;
    font-weight: bold;
  }
  header .fademenu .contactbox {
    background: #fff;
    padding: 50px 25px;
    margin-bottom: 50px;
  }
  header .fademenu .contactbox .tel-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  header .fademenu .contactbox .tel-item b {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 14px;
    letter-spacing: 2px;
    padding-left: 45px;
    position: relative;
  }
  header .fademenu .contactbox .tel-item b::before {
    content: "";
    width: 36px;
    height: 36px;
    background: url(../src/img/common/fademenu-tel.png) no-repeat center/100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header .fademenu .contactbox .tel-item span {
    line-height: 1;
    display: block;
    align-self: flex-end;
    padding-right: 14px;
  }
  header .fademenu .contactbox .cal-item {
    height: 66px;
    border: 1px solid #f29c9f;
    background: #f29c9f;
    margin: auto;
    border-radius: 100vh;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 38px;
  }
  header .fademenu .contactbox .cal-item span {
    padding-left: 45px;
    position: relative;
  }
  header .fademenu .contactbox .cal-item span::before {
    content: "";
    width: 28.5px;
    height: 28.5px;
    background: url(../src/img/common/fademenu-mail.png) no-repeat center/100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header .fademenu .contactbox .line-item {
    height: 66px;
    border: 1px solid #0ac552;
    background: #0ac552;
    margin: auto;
    border-radius: 100vh;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
  header .fademenu .contactbox .line-item span {
    padding-left: 45px;
    position: relative;
  }
  header .fademenu .contactbox .line-item span::before {
    content: "";
    width: 33.5px;
    height: 31.5px;
    background: url(../src/img/common/fademenu-line.png) no-repeat center/100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header .fademenu .linkflex {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
  }
  header .fademenu .linkflex .insta {
    width: 50%;
    text-align: left;
  }
  header .fademenu .linkflex .insta a {
    font-size: 16px;
    font-family: times-new-roman, serif;
    font-weight: 400;
    position: relative;
    letter-spacing: 2px;
    padding-left: 35px;
  }
  header .fademenu .linkflex .insta a::after {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../src/img/common/insta.png) no-repeat center/100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header .fademenu .linkflex .more-links {
    display: flex;
  }
  header .fademenu .linkflex .more-links li {
    line-height: 1;
  }
  header .fademenu .linkflex .more-links li a {
    font-size: 12px;
    letter-spacing: 2px;
  }
}

/*==================================================
 * footer
 *================================================*/
.cta {
  background: url(../src/img/common/cta-bg.jpg);
}
.cta .inner {
  padding: 75px 0 80px;
}
.cta .section-ttl {
  margin-bottom: 28px;
}
.cta .section-ttl h2 {
  font-family: times-new-roman, serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: 6px;
  color: #ffffff;
}
@media (max-width: 750px) {
  .cta .section-ttl h2 {
    font-size: 40px;
    margin-bottom: 4px;
  }
}
.cta .section-ttl span {
  font-family: zen-old-mincho, serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
  color: #ffffff;
}
.cta .cta-content {
  background: #ffffff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 28px 0;
}
@media (max-width: 750px) {
  .cta .cta-content {
    flex-direction: column;
    padding: 0;
  }
}
.cta .cta-content .item {
  width: 33.3333333333%;
  padding: 12px 0;
  position: relative;
}
@media (max-width: 750px) {
  .cta .cta-content .item {
    width: 100%;
    padding: 40px 0;
  }
}
.cta .cta-content .item::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #b2b2b2;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 750px) {
  .cta .cta-content .item::after {
    width: 80%;
    height: 1px;
    left: 50%;
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.cta .cta-content .item:last-of-type::after {
  content: none;
}
.cta .cta-content .item .title {
  position: relative;
  margin-bottom: 26px;
}
.cta .cta-content .item .title .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cta .cta-content .item .title h3 {
  font-family: zen-old-mincho, serif;
  font-weight: bold;
  position: relative;
  padding-top: 50px;
  line-height: 1;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
}
.cta .cta-content .item .cta-btn a {
  width: 230px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
}
.cta .cta-content .tel-item .num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta .cta-content .tel-item .num a {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.cta .cta-content .tel-item .num span {
  line-height: 1;
}
.cta .cta-content .cal-item .cta-btn a {
  border: 1px solid #f29c9f;
  background: #f29c9f;
  margin: auto;
  border-radius: 100vh;
  letter-spacing: 1px;
}
.cta .cta-content .cal-item .cta-btn a:hover {
  opacity: 1;
  background: #ffffff;
  color: #f29c9f;
}
.cta .cta-content .line-item .cta-btn a {
  border: 1px solid #0ac552;
  background: #0ac552;
  margin: auto;
  border-radius: 100vh;
  letter-spacing: 1px;
}
.cta .cta-content .line-item .cta-btn a:hover {
  opacity: 1;
  background: #ffffff;
  color: #0ac552;
}

footer {
  position: relative;
}
footer .inner {
  padding: 70px 0;
}
@media (max-width: 750px) {
  footer .inner {
    padding: 65px 0 25px;
  }
}
footer .flex {
  justify-content: space-between;
  position: relative;
}
@media (max-width: 750px) {
  footer .flex {
    flex-direction: column;
    padding-bottom: 60px;
  }
}
footer .info .logo {
  margin-bottom: 24px;
}
footer .info .logo a {
  width: 150px;
}
@media (max-width: 750px) {
  footer .info .logo a {
    width: 145px;
  }
}
footer .info .adddetail {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  footer .info .adddetail p {
    font-size: 14px;
  }
}
footer .sitelinks {
  display: flex;
  flex-direction: column;
}
footer .sitelinks .link-flex {
  display: flex;
  gap: 0 38px;
  margin-bottom: 22px;
}
@media (max-width: 750px) {
  footer .sitelinks .link-flex {
    gap: 0;
    margin-bottom: 32px;
  }
}
footer .sitelinks .link-flex .spcontent {
  display: flex;
  gap: 0 38px;
}
@media (max-width: 750px) {
  footer .sitelinks .link-flex .spcontent {
    flex-direction: column;
    width: 50%;
    gap: 0;
  }
}
footer .sitelinks .link-flex ul {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
@media (max-width: 750px) {
  footer .sitelinks .link-flex ul.sp-bottom {
    padding-bottom: 12px;
  }
}
footer .sitelinks .link-flex ul li {
  position: relative;
  padding-left: 18px;
  line-height: 2;
}
@media (max-width: 750px) {
  footer .sitelinks .link-flex ul li.sp-bottom {
    padding-bottom: 12px;
  }
}
footer .sitelinks .link-flex ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #f29c9f;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
footer .sitelinks .link-flex ul li > a {
  font-size: 14px;
  letter-spacing: 1px;
}
@media (max-width: 750px) {
  footer .sitelinks .link-flex ol {
    display: flex;
    flex-direction: column;
    gap: 6px 0;
    margin-top: 6px;
  }
}
footer .sitelinks .link-flex ol li {
  list-style-type: none;
}
footer .sitelinks .link-flex ol li::before {
  content: "";
  width: 12px;
  height: 1px;
  background: #8c8c8c;
  left: 0;
  top: 16px;
}
footer .sitelinks .link-flex ol li > a {
  font-size: 13px;
}
footer .sitelinks .insta {
  text-align: right;
}
@media (max-width: 750px) {
  footer .sitelinks .insta {
    width: 50%;
    text-align: left;
  }
}
footer .sitelinks .insta a {
  font-size: 14px;
  font-family: times-new-roman, serif;
  font-weight: 400;
  position: relative;
  padding-right: 35px;
  letter-spacing: 1px;
}
@media (max-width: 750px) {
  footer .sitelinks .insta a {
    padding-right: 0;
    padding-left: 35px;
  }
}
footer .sitelinks .insta a::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../src/img/common/insta.png) no-repeat center/100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  footer .sitelinks .insta a::after {
    right: auto;
    left: 0;
  }
}
footer .sitelinks .more-links {
  display: flex;
  margin: auto 0 0 auto;
}
@media (max-width: 750px) {
  footer .sitelinks .more-links {
    margin: 0;
  }
}
footer .sitelinks .more-links li {
  line-height: 1;
}
@media (min-width: 1025px) {
  footer .sitelinks .more-links li {
    border-left: 1px solid #8c8c8c;
  }
  footer .sitelinks .more-links li:last-of-type {
    border-right: 1px solid #8c8c8c;
  }
  footer .sitelinks .more-links li a {
    padding: 2px 16px;
  }
}
footer .sitelinks .more-links li a {
  font-size: 12px;
}
footer .sitelinks .spflex {
  display: flex;
  flex-direction: column;
  gap: 42px 0;
}
@media (max-width: 750px) {
  footer .sitelinks .spflex {
    flex-direction: row;
    align-items: center;
  }
}
footer .copyright {
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .copyright p {
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 750px) {
  footer .copyright p {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
footer .page-top {
  display: none;
}
@media (max-width: 750px) {
  footer .page-top {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  footer .page-top a {
    width: 55px;
    height: 55px;
  }
  footer .page-top a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*==================================================
* top
*================================================*/
.mainv-slider {
  aspect-ratio: 1200/560;
}
@media (max-width: 750px) {
  .mainv-slider {
    aspect-ratio: 750/1000;
  }
  .mainv-slider .slick-list {
    height: 100%;
  }
  .mainv-slider .slick-list .slick-track {
    height: 100%;
  }
}
.mainv-slider .item {
  width: 100%;
  position: relative;
}
.mainv-slider .item .attachment-post-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainv-slider .item .textimg {
  position: absolute;
  top: 50%;
  right: calc(50% - 465px);
  transform: translateY(-50%);
  filter: drop-shadow(0 0 10px rgba(87, 54, 6, 0.6));
}
@media (max-width: 750px) {
  .mainv-slider .item .textimg {
    width: 90%;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    transform: unset;
    filter: drop-shadow(0 0 5px rgb(49, 27, 18));
  }
}

.news {
  padding: 125px 0 100px;
  position: relative;
}
@media (max-width: 750px) {
  .news {
    padding: 65px 0 60px;
  }
}
.news .inner {
  max-width: 1100px;
}
.news .flex {
  gap: 0 80px;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .news .flex {
    flex-direction: column;
    margin-bottom: 80px;
    position: relative;
    overflow: unset;
  }
}
@media (max-width: 750px) {
  .news .section-ttl {
    margin-bottom: 45px;
  }
}
.news .section-ttl h2 {
  letter-spacing: 5px;
}
.news .news-list {
  display: flex;
  flex-wrap: wrap;
  position: unset;
  width: calc(100% - 170px);
}
@media (max-width: 750px) {
  .news .news-list {
    display: block;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .news .news-list.no-slider {
    display: flex;
    gap: 30px 0;
  }
}
.news .news-list .item {
  margin-left: 30px;
}
@media (max-width: 750px) {
  .news .news-list .item {
    width: 45%;
    margin: 0 7.5px;
  }
}
.news .news-list .item a {
  display: block;
  width: 100%;
  line-height: 1;
}
.news .news-list .item a .image {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  margin-bottom: 10px;
}
.news .news-list .item a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.news .news-list .item a .ttl {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 14px;
}
.news .news-list .item a span {
  font-family: times-new-roman, serif;
  font-size: 16px;
  color: #737373;
  line-height: 1;
}
.news .news-list .slick-arrow {
  font-size: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  z-index: 2;
  bottom: 100px;
}
@media (max-width: 750px) {
  .news .news-list .slick-arrow {
    width: 45px;
    height: 45px;
    bottom: -50px;
  }
}
.news .news-list .slick-arrow:hover {
  opacity: 0.7;
}
.news .news-list .slick-prev {
  background: url(../src/img/index/slider-btn.png) no-repeat center/100%;
  right: calc(50% - 485px);
}
@media (max-width: 750px) {
  .news .news-list .slick-prev {
    right: calc(50% + 10px);
  }
}
.news .news-list .slick-next {
  background: url(../src/img/index/slider-btn.png) no-repeat center/100%;
  transform: scale(-1, 1);
  right: calc(50% - 550px);
}
@media (max-width: 750px) {
  .news .news-list .slick-next {
    left: calc(50% + 10px);
  }
}
.news .more-btn a {
  margin: auto;
}

.about {
  position: relative;
}
@media (max-width: 750px) {
  .about {
    overflow: hidden;
  }
}
.about::before {
  content: "";
  width: 279px;
  height: 279px;
  background: url(../src/img/index/pattern.png) no-repeat center/100%;
  position: absolute;
  bottom: 30px;
  right: calc(50% - 580px);
}
@media (max-width: 750px) {
  .about::before {
    width: 185px;
    height: 185px;
    right: 15px;
    transform: translateX(50%);
    bottom: 170px;
    z-index: -1;
  }
}
.about .inner {
  padding: 0 0 110px;
  max-width: 1100px;
}
@media (max-width: 750px) {
  .about .inner {
    padding: 0 0 80px;
  }
}
.about .flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  .about .flex {
    flex-direction: column;
  }
}
.about .text {
  width: 50%;
  padding-left: 50px;
  margin-bottom: 110px;
}
@media (max-width: 750px) {
  .about .text {
    margin-bottom: 40px;
    width: 100%;
    padding-left: 0;
  }
}
.about .text .ttl span {
  font-size: 55px;
  font-family: times-new-roman, serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 6px;
  display: inline-block;
  margin-bottom: 28px;
}
@media (max-width: 750px) {
  .about .text .ttl span {
    font-size: 40px;
  }
}
.about .text .ttl span b {
  color: #efd022;
  font-weight: 400;
}
.about .text .ttl h2 {
  font-size: 42px;
  font-family: zen-old-mincho, serif;
  line-height: 1.5;
  letter-spacing: 4px;
  margin-bottom: 34px;
}
@media (max-width: 750px) {
  .about .text .ttl h2 {
    font-size: 24px;
    line-height: 1.6;
  }
}
.about .text .comment p {
  letter-spacing: 1px;
}
.about .image {
  width: 485px;
  height: 530px;
}
@media (max-width: 750px) {
  .about .image {
    width: 285px;
    height: 312.5px;
    margin: 0 auto 50px;
  }
}
.about .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
.about .more-btn {
  position: absolute;
  bottom: 110px;
  left: calc(50% - 500px);
}
@media (max-width: 750px) {
  .about .more-btn {
    position: unset;
    bottom: 0;
    left: 0;
    text-align: center;
  }
}
.about .more-btn a {
  line-height: 1.3;
  text-align: center;
  padding: 0 60px 0 40px;
}
@media (max-width: 750px) {
  .about .more-btn a {
    width: 72%;
    height: 60px;
    padding: 0;
    display: inline-flex;
  }
}

.plan {
  position: relative;
}
.plan:before {
  content: "";
  width: 100%;
  height: calc(100% - 260px);
  background: url(../src/img/index/plan-bg.jpg) repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.plan .inner {
  max-width: 1100px;
  padding-bottom: 120px;
}
@media (max-width: 750px) {
  .plan .inner {
    padding-bottom: 80px;
  }
}
.plan .section-ttl {
  margin-bottom: 36px;
}
.plan .plan-mv {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .plan .plan-mv {
    margin-bottom: 35px;
  }
}
.plan .plan-mv img {
  width: 100%;
}
@media (max-width: 750px) {
  .plan .plan-mv img {
    height: 325px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.plan .plan-mv h2 {
  writing-mode: vertical-rl;
  font-size: 42px;
  line-height: 1.6;
  letter-spacing: -12px;
  font-family: zen-old-mincho, serif;
  position: absolute;
  bottom: -172px;
  left: 70px;
  filter: drop-shadow(0 5px 30px rgb(255, 255, 255)) drop-shadow(0 5px 30px rgb(255, 255, 255)) drop-shadow(0 5px 30px rgb(255, 255, 255));
}
@media (max-width: 750px) {
  .plan .plan-mv h2 {
    left: 0;
    position: unset;
    bottom: 0;
    margin-top: -220px;
    font-size: 24px;
    letter-spacing: 0.12em;
    filter: drop-shadow(0 0 20px rgb(255, 255, 255)) drop-shadow(0 0 20px rgb(255, 255, 255)) drop-shadow(0 0 20px rgb(255, 255, 255));
  }
}
.plan .plan-detail {
  width: 695px;
  margin: 0 72px 77px auto;
}
@media (max-width: 750px) {
  .plan .plan-detail {
    width: 100%;
    margin: 0 auto 35px;
  }
}
.plan .flex {
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .plan .flex {
    flex-direction: column;
    gap: 30px 0;
    margin-bottom: 0;
  }
}
.plan .flex .item {
  width: 340px;
}
@media (max-width: 750px) {
  .plan .flex .item {
    width: 100%;
  }
}
.plan .flex .item:hover {
  opacity: 1;
}
.plan .flex .item:hover .image img {
  transform: scale(1.2);
}
.plan .flex .item:hover .text::after {
  right: 6px;
}
.plan .flex .item .image {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 34/21;
}
.plan .flex .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.plan .flex .item .text {
  padding: 27px 27px 32px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.plan .flex .item .text::before {
  content: "";
  width: 90px;
  height: 90px;
  background: #f29c9f;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  border-radius: 100vh;
}
.plan .flex .item .text::after {
  content: "";
  width: 14px;
  height: 13px;
  background: url(../src/img/common/arrow-white.png) no-repeat center/100%;
  position: absolute;
  bottom: 11px;
  right: 11px;
  transition: 0.3s;
}
.plan .flex .item .text h3 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  font-family: zen-old-mincho, serif;
  line-height: 1;
  padding-bottom: 18px;
  margin-bottom: 12px;
  position: relative;
}
.plan .flex .item .text h3::before {
  content: "";
  width: 25px;
  height: 3px;
  background: #efd022;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  .plan .more-btn {
    margin-bottom: 40px;
  }
}
.plan .more-btn a {
  margin: auto;
}

.gallery .inner {
  padding: 100px 0 110px;
  max-width: 1100px;
  width: 100%;
}
@media (max-width: 750px) {
  .gallery .inner {
    padding: 80px 0;
  }
}
.gallery .more-btn a {
  padding: 0 60px 0 30px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .gallery .more-btn a {
    margin: auto;
  }
}
.gallery .detail-inner {
  max-width: 1100px;
  margin: auto;
  width: 100%;
}
.gallery .detail-inner .flex {
  gap: 0 150px;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .gallery .detail-inner .flex {
    flex-direction: column;
    width: calc(100% - 30px);
    margin: 0 auto 45px;
  }
}
@media (max-width: 750px) {
  .gallery .detail-inner .section-ttl {
    margin-bottom: 42px;
  }
  .gallery .detail-inner .section-ttl span {
    margin-top: 4px;
    display: inline-block;
  }
}
.gallery .gallery-slider {
  width: 100%;
  margin-bottom: 55px;
}
@media (max-width: 750px) {
  .gallery .gallery-slider {
    margin-bottom: 115px;
  }
}
.gallery .gallery-slider .gallery-track .gallery-item {
  width: 254px;
  height: auto;
  aspect-ratio: 3/4;
  margin: 0 2.5px;
}
.gallery .gallery-slider .gallery-track .gallery-item .image {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.gallery .gallery-slider .gallery-track .gallery-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .gallery-slider .gallery-track .slick-arrow {
  font-size: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  z-index: 2;
  bottom: -105px;
}
@media (max-width: 750px) {
  .gallery .gallery-slider .gallery-track .slick-arrow {
    width: 45px;
    height: 45px;
    bottom: -80px;
  }
}
.gallery .gallery-slider .gallery-track .slick-arrow:hover {
  opacity: 0.7;
}
.gallery .gallery-slider .gallery-track .slick-arrow.slick-prev {
  background: url(../src/img/index/slider-btn.png) no-repeat center/100%;
  right: calc(50% - 485px);
}
@media (max-width: 750px) {
  .gallery .gallery-slider .gallery-track .slick-arrow.slick-prev {
    right: calc(50% + 10px);
  }
}
.gallery .gallery-slider .gallery-track .slick-arrow.slick-next {
  background: url(../src/img/index/slider-btn.png) no-repeat center/100%;
  transform: scale(-1, 1);
  right: calc(50% - 550px);
}
@media (max-width: 750px) {
  .gallery .gallery-slider .gallery-track .slick-arrow.slick-next {
    left: calc(50% + 10px);
  }
}

.photo {
  background: url(../src/img/index/photo-bg.jpg);
  position: relative;
  overflow: hidden;
}
.photo .bg-txt {
  font-size: 111px;
  color: #efd022;
  font-weight: bold;
  font-family: zen-old-mincho, serif;
  letter-spacing: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 750px) {
  .photo .bg-txt {
    top: 470px;
    transform: translate(-50%, 0);
    faz: 140px;
  }
}
.photo .inner {
  max-width: 1100px;
  padding: 86px 0 165px;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .photo .inner {
    padding: 80px 0;
  }
}
.photo .h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-family: zen-old-mincho, serif;
  line-height: 1.6;
  font-weight: bold;
  position: absolute;
  z-index: 3;
  top: 140px;
  left: 0;
  filter: drop-shadow(0 5px 30px rgb(255, 255, 255)) drop-shadow(0 5px 30px rgb(255, 255, 255)) drop-shadow(0 5px 30px rgb(255, 255, 255));
}
@media (max-width: 750px) {
  .photo .h2 {
    font-size: 24px;
    position: unset;
    line-height: 1.6;
  }
}
.photo .image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .photo .image {
    padding: 50px 0;
  }
}
.photo .image img {
  width: auto;
  position: relative;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
.photo .image img:nth-of-type(1) {
  align-self: flex-end;
  z-index: 2;
}
@media (max-width: 750px) {
  .photo .image img:nth-of-type(1) {
    width: 92px;
  }
}
.photo .image img:nth-of-type(2) {
  align-self: center;
  margin-top: -120px;
}
@media (max-width: 750px) {
  .photo .image img:nth-of-type(2) {
    width: 300px;
    height: 225px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: -45px;
  }
}
.photo .image img:nth-of-type(3) {
  align-self: flex-start;
  z-index: 2;
  margin-top: -90px;
}
@media (max-width: 750px) {
  .photo .image img:nth-of-type(3) {
    width: 109px;
    margin-top: -40px;
  }
}
.photo .text-box {
  width: 454px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  padding: 45px;
  position: absolute;
  z-index: 2;
  bottom: 100px;
  right: 0;
}
@media (max-width: 750px) {
  .photo .text-box {
    position: unset;
    width: 100%;
    padding: 45px 20px 50px;
  }
}
.photo .text-box .section-ttl {
  display: flex;
  gap: 0 10px;
  align-items: flex-end;
  margin-bottom: 18px;
}
.photo .text-box p {
  margin-bottom: 27px;
}
.photo .text-box .more-btn a {
  margin: 0 0 0 auto;
}
@media (max-width: 750px) {
  .photo .text-box .more-btn a {
    margin: auto;
    width: 88%;
  }
}

.flow .inner {
  padding: 100px 0 160px;
  max-width: 1100px;
  position: relative;
}
.flow .inner::after {
  content: "";
  width: 279px;
  height: 279px;
  background: url(../src/img/index/flow-bg-icon.png) no-repeat center/100%;
  position: absolute;
  bottom: 27px;
  left: calc(50% - 620px);
}
@media (max-width: 750px) {
  .flow .inner::after {
    width: 200px;
    height: 200px;
    left: -100px;
    bottom: 100px;
  }
}
@media (max-width: 750px) {
  .flow .inner {
    padding: 80px 0 280px;
  }
}
.flow .flex {
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .flow .flex {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.flow .section-ttl {
  margin-left: 50px;
}
@media (max-width: 750px) {
  .flow .section-ttl {
    margin-left: 0;
    margin-bottom: 45px;
  }
}
.flow .section-ttl h2 {
  letter-spacing: 4px;
}
.flow ul {
  display: flex;
  gap: 0 40px;
  position: relative;
}
@media (max-width: 750px) {
  .flow ul {
    flex-direction: column;
    gap: 30px 0;
  }
}
.flow ul::before {
  content: "";
  width: calc(100% - 20px);
  height: 4px;
  background: url(../src/img/common/gray-dot.png) repeat-x;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 750px) {
  .flow ul::before {
    width: 4px;
    height: calc(100% - 20px);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAJCAYAAAAVb42gAAAARElEQVR4AYSMQQ0AMAgDWRMsIAEVyEcFErDAYws8t8eaXHKPtsjM7e5DOyKCqmpoB12BqhIzD+0QkWVmQ/s7uS7o3zgAAAD//5WxNacAAAAGSURBVAMAaWEcE9uQbnMAAAAASUVORK5CYII=);
  }
}
.flow ul li {
  background: #f9f4ef;
  border-radius: 10px;
  width: 90px;
  height: 332px;
  display: flex;
  padding: 30px 0 10px;
  writing-mode: vertical-rl;
  align-items: center;
  letter-spacing: 2px;
}
@media (max-width: 750px) {
  .flow ul li {
    width: 100%;
    height: 60px;
    writing-mode: horizontal-tb;
    align-items: center;
    padding: 0;
    gap: 0 15px;
    padding: 0 20px;
    border-radius: 5px;
  }
}
.flow ul li span {
  writing-mode: horizontal-tb;
  letter-spacing: 1px;
  font-weight: bold;
  width: 44px;
  height: 44px;
  background: #f29c9f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
  border-radius: 50%;
  padding-top: 4px;
}
@media (max-width: 750px) {
  .flow ul li span {
    margin-bottom: 0;
    padding-left: 2px;
  }
}
.flow .more-btn a {
  margin: 0 0 0 auto;
}
@media (max-width: 750px) {
  .flow .more-btn a {
    margin: auto;
  }
}

.items-content {
  position: relative;
}
@media (max-width: 750px) {
  .items-content {
    padding: 0 15px;
  }
}
.items-content::before {
  content: "";
  width: calc(50vw + 400px);
  height: 100%;
  background: #fef6f6;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  .items-content::before {
    width: 100%;
  }
}
.items-content.hakama::after {
  content: "";
  width: 146px;
  height: 144px;
  background: url(../src/img/index/sotugyo-icon.png) no-repeat center/100%;
  position: absolute;
  right: calc(50% - 530px);
  top: -100px;
}
@media (max-width: 750px) {
  .items-content.hakama::after {
    width: 92px;
    height: 89.5px;
    right: 15px;
    top: 88px;
  }
}
.items-content.kimono {
  margin-top: 160px;
}
@media (max-width: 750px) {
  .items-content.kimono {
    margin-top: 268px;
  }
}
.items-content.kimono::before {
  right: auto;
  left: 0;
}
.items-content.kimono .flex {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .items-content.kimono .flex {
    flex-direction: column;
  }
}
.items-content.kimono .text {
  padding: 44px 0 84px 50px;
}
@media (max-width: 750px) {
  .items-content.kimono .text {
    width: 100%;
    padding: 50px 0 80px;
  }
}
.items-content .flex {
  max-width: 1100px;
  margin: auto;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .items-content .flex {
    flex-direction: column;
  }
}
.items-content .image {
  width: 600px;
  height: 400px;
  margin-top: -60px;
}
@media (max-width: 750px) {
  .items-content .image {
    width: 100%;
    height: 231.5px;
    margin-top: -175px;
  }
}
.items-content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
.items-content .text {
  padding: 44px 50px 84px 0;
  width: 440px;
}
@media (max-width: 750px) {
  .items-content .text {
    width: 100%;
    padding: 50px 0 80px;
  }
}
.items-content .text h2 {
  font-size: 45px;
  line-height: 1;
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 22px;
  font-family: zen-old-mincho, serif;
  letter-spacing: 1px;
}
@media (max-width: 750px) {
  .items-content .text h2 {
    font-size: 28px;
  }
}
.items-content .text h2::after {
  content: "";
  width: 42px;
  height: 3px;
  background: #efd022;
  position: absolute;
  bottom: 0;
  left: 0;
}
.items-content .text p {
  margin-bottom: 34px;
}
@media (max-width: 750px) {
  .items-content .text p {
    letter-spacing: 2px;
  }
}
@media (max-width: 750px) {
  .items-content .text .more-btn a {
    margin: auto;
  }
}

.instagram {
  position: relative;
}
.instagram::before {
  content: "";
  width: 146px;
  height: 144px;
  background: url(../src/img/index/insta-icon.png) no-repeat center/100%;
  position: absolute;
  left: calc(50% - 532px);
  top: 94px;
}
.instagram .inner {
  padding: 100px 0 120px;
}
@media (max-width: 750px) {
  .instagram .inner {
    padding: 65px 0 70px;
  }
}
.instagram h2 {
  font-size: 48px;
  line-height: 1;
  padding-left: 50px;
  position: relative;
  letter-spacing: 3px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  font-family: zen-old-mincho, serif;
}
@media (max-width: 750px) {
  .instagram h2 {
    font-size: 36px;
    padding-left: 46px;
    margin: 0 auto 12px 0;
  }
}
.instagram h2::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../src/img/index/instagram.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: calc(50% + 3px);
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .instagram h2::before {
    width: 32px;
    height: 32px;
  }
}
.instagram span {
  font-family: zen-old-mincho, serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  margin-bottom: 22px;
}
@media (max-width: 750px) {
  .instagram span {
    text-align: left;
  }
}
.instagram span.sbi-screenreader {
  margin-bottom: 0;
}
.instagram p {
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 750px) {
  .instagram p {
    text-align: left;
  }
}
.instagram .feed {
  margin-bottom: 50px;
}
.instagram .insta-more-btn a {
  margin: auto;
  width: 270px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 100vh;
  letter-spacing: 1px;
  background: linear-gradient(35deg, #ffa233, #fd338c, #cd3dd9);
}
@media (max-width: 750px) {
  .instagram .insta-more-btn a {
    width: 72%;
    height: 60px;
  }
}

.shop-info {
  position: relative;
}
.shop-info::before {
  content: "";
  width: 100%;
  height: 545px;
  background: #fbf7ea;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  .shop-info::before {
    height: calc(100% - 260px);
  }
}
.shop-info .inner {
  padding-bottom: 100px;
  max-width: 1100px;
}
@media (max-width: 750px) {
  .shop-info .inner {
    padding-bottom: 90px;
  }
}
.shop-info .flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  .shop-info .flex {
    flex-direction: column;
  }
  .shop-info .flex .section-ttl {
    margin-bottom: 40px;
  }
  .shop-info .flex .section-ttl span {
    display: block;
    margin-top: 4px;
  }
}
.shop-info .photo-flex {
  display: flex;
  width: 950px;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .shop-info .photo-flex {
    flex-direction: column;
    width: 100%;
    gap: 30px 0;
  }
}
.shop-info .photo-flex .image {
  width: 100%;
  height: 390px;
}
@media (max-width: 750px) {
  .shop-info .photo-flex .image {
    height: auto;
    aspect-ratio: 115/88;
  }
}
.shop-info .photo-flex .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-info .text-flex {
  display: flex;
  width: 950px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0 auto;
  position: relative;
}
@media (max-width: 750px) {
  .shop-info .text-flex {
    width: 100%;
    flex-direction: column;
    margin: auto;
    gap: 35px 0;
  }
}
.shop-info .text-flex .text {
  width: 50%;
}
@media (max-width: 750px) {
  .shop-info .text-flex .text {
    width: 100%;
  }
}
.shop-info .text-flex .text .more-btn a {
  margin: 0 0 0 auto;
}
@media (max-width: 750px) {
  .shop-info .text-flex .text .more-btn a {
    margin: auto;
  }
}

.map {
  line-height: 0;
}
.map iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 750px) {
  .map iframe {
    height: 250px;
  }
}

@media (min-width: 1025px) {
  .section-ttl.tate {
    writing-mode: vertical-rl;
  }
  .section-ttl.tate span {
    letter-spacing: -7px;
  }
}
@media (max-width: 750px) {
  .section-ttl.tate {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-ttl.tate span {
    letter-spacing: 4px;
  }
}
.section-ttl.fs48 h2 {
  font-size: 48px;
}
@media (max-width: 750px) {
  .section-ttl.fs48 h2 {
    font-size: 40px;
  }
}
.section-ttl.fs55 h2 {
  font-size: 55px;
}
@media (max-width: 750px) {
  .section-ttl.fs55 h2 {
    font-size: 40px;
  }
}
.section-ttl span {
  font-family: zen-old-mincho, serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}
.section-ttl h2 {
  font-family: times-new-roman, serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3px;
}
.section-ttl h2 b {
  color: #efd022;
  font-weight: 400;
}

.more-btn a {
  min-width: 230px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  padding: 0 30px;
  background: #fff;
  border: 1px solid #f29c9f;
  border-radius: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f29c9f;
  font-weight: bold;
}
@media (max-width: 750px) {
  .more-btn a {
    height: 60px;
    width: 72%;
    letter-spacing: 1px;
  }
}
.more-btn a:hover {
  opacity: 1;
  background: #f29c9f;
  color: #fff;
}
.more-btn a:hover::after {
  background: url(../src/img/common/arrow-white.png) no-repeat center/100%;
}
.more-btn a::after {
  content: "";
  width: 14px;
  height: 13px;
  background: url(../src/img/common/arrow-pink.png) no-repeat center/100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

/*==================================================
* page
*================================================*/
.lower .mainv {
  height: 390px;
  margin-top: 80px;
  position: relative;
}
@media (max-width: 750px) {
  .lower .mainv {
    height: 273px;
    margin-top: 55px;
  }
}
.lower .mainv::before {
  content: "";
  width: 100%;
  height: 180px;
  background: #fbf7ea;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 750px) {
  .lower .mainv::before {
    height: 150px;
  }
}
.lower .mainv .position {
  position: absolute;
  bottom: -220px;
  right: calc(50% - 500px);
}
@media (max-width: 750px) {
  .lower .mainv .position {
    width: 150px;
    bottom: -62px;
    right: 15px;
  }
}
.lower .mainv .mv-ttl {
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 500px);
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .lower .mainv .mv-ttl {
    left: 15px;
    top: 62px;
    transform: unset;
  }
}
.lower .mainv .mv-ttl span {
  font-size: 32px;
  font-family: zen-old-mincho, serif;
  letter-spacing: 5px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 22px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .lower .mainv .mv-ttl span {
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 16px;
  }
}
.lower .mainv .mv-ttl h1 {
  font-family: times-new-roman, serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 10px;
}
@media (max-width: 750px) {
  .lower .mainv .mv-ttl h1 {
    font-size: 50px;
    letter-spacing: 5px;
  }
}
.lower .mainv .mv-ttl h1 b {
  color: #efd022;
  font-weight: 400;
}
.lower .page-detail .inner {
  padding: 90px 0;
}
.lower .pageh2 {
  font-size: 30px;
  font-family: zen-old-mincho, serif;
  letter-spacing: 2px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 4px;
}
@media (max-width: 750px) {
  .lower .pageh2 {
    font-size: 24px;
    line-height: 1.8;
    padding-bottom: 10px;
  }
}
.lower .pageh2::before {
  content: "";
  width: 25px;
  height: 3px;
  background: #efd022;
  position: absolute;
  bottom: 0;
  left: 0;
}
.lower .pageh2.center {
  text-align: center;
}
.lower .pageh2.center::before {
  left: 50%;
  transform: translateX(-50%);
}

#policy .page-detail {
  position: relative;
}
#policy .page-detail::before {
  content: "";
  width: 142px;
  height: 160px;
  background: url(../src/img/policy/flower.png) no-repeat center/100%;
  position: absolute;
  bottom: 36px;
  right: calc(50% - 576px);
}
@media (max-width: 750px) {
  #policy .page-detail::before {
    display: none;
  }
}
#policy .page-detail h2 {
  font-size: 30px;
  font-family: zen-old-mincho, serif;
  font-weight: bold;
  letter-spacing: 3px;
  padding-bottom: 6px;
  position: relative;
  margin-bottom: 30px;
}
#policy .page-detail h2::before {
  content: "";
  width: 25px;
  height: 3px;
  background: #efd022;
  position: absolute;
  bottom: 0;
  left: 0;
}
#policy .page-detail h3 {
  font-size: 22px;
  font-weight: bold;
  font-family: zen-old-mincho, serif;
  margin-bottom: 22px;
  border-bottom: 1px solid #f29c9f;
}

@media (max-width: 750px) {
  #contact .mainv:before {
    height: 150px;
  }
}
#contact .info-content {
  position: relative;
  overflow-x: hidden;
}
#contact .info-content::before {
  content: "";
  width: 161px;
  height: 175px;
  background: url(../src/img/contact/bg-object1.png) no-repeat center/100%;
  position: absolute;
  top: 88px;
  right: calc(50% - 660px);
}
#contact .info-content .inner {
  padding: 50px 0 0;
}
@media (max-width: 750px) {
  #contact .info-content .inner {
    padding-top: 70px;
  }
}
#contact .info-content .page-cta {
  background: url(../src/img/contact/page-cta.jpg) no-repeat center/cover;
  padding: 60px 50px;
  margin-top: 94px;
}
@media (max-width: 750px) {
  #contact .info-content .page-cta {
    margin-top: 70px;
    padding: 30px 25px;
  }
}
#contact .info-content .page-cta .flex {
  background: #ffffff;
  width: 100%;
  justify-content: space-between;
  padding: 28px 0;
}
@media (max-width: 750px) {
  #contact .info-content .page-cta .flex {
    flex-direction: column;
    padding: 0;
  }
}
#contact .info-content .page-cta .item {
  width: 50%;
  padding: 12px 0;
  position: relative;
}
@media (max-width: 750px) {
  #contact .info-content .page-cta .item {
    width: 100%;
    padding: 25px 0;
  }
}
#contact .info-content .page-cta .item::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #b2b2b2;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 750px) {
  #contact .info-content .page-cta .item::after {
    width: calc(100% - 50px);
    height: 1px;
    right: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(50%);
  }
}
#contact .info-content .page-cta .item:last-of-type::after {
  content: none;
}
#contact .info-content .page-cta .item .title {
  position: relative;
  margin-bottom: 26px;
}
#contact .info-content .page-cta .item .title .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#contact .info-content .page-cta .item .title h3 {
  font-family: zen-old-mincho, serif;
  font-weight: bold;
  position: relative;
  padding-top: 50px;
  line-height: 1;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
}
#contact .info-content .page-cta .item .cta-btn a {
  width: 230px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
}
#contact .info-content .page-cta .tel-item .num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#contact .info-content .page-cta .tel-item .num a {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
#contact .info-content .page-cta .tel-item .num span {
  line-height: 1;
}
#contact .info-content .page-cta .cal-item .cta-btn a {
  border: 1px solid #f29c9f;
  background: #f29c9f;
  margin: auto;
  border-radius: 100vh;
  letter-spacing: 1px;
}
#contact .info-content .page-cta .cal-item .cta-btn a:hover {
  opacity: 1;
  background: #ffffff;
  color: #f29c9f;
}
#contact .info-content .page-cta .line-item .cta-btn a {
  border: 1px solid #0ac552;
  background: #0ac552;
  margin: auto;
  border-radius: 100vh;
  letter-spacing: 1px;
}
#contact .info-content .page-cta .line-item .cta-btn a:hover {
  opacity: 1;
  background: #ffffff;
  color: #0ac552;
}
#contact .form-info {
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #contact .form-info {
    margin-bottom: 50px;
  }
}
#contact .form-info .inner {
  padding: 88px 0 0;
}
@media (max-width: 750px) {
  #contact .form-info .inner {
    padding-top: 70px;
  }
}
@media (max-width: 750px) {
  #contact .form-info h2 {
    text-align: left;
  }
  #contact .form-info h2::before {
    left: 0;
    transform: unset;
  }
}
#contact .form-info .comment p {
  text-align: center;
}
@media (max-width: 750px) {
  #contact .form-info .comment p {
    text-align: left;
    letter-spacing: 1px;
  }
}
#contact .form-area, #contact #wpcf7cpcnf {
  margin: auto;
  padding-bottom: 100px;
  position: relative;
}
#contact .form-area::after, #contact #wpcf7cpcnf::after {
  content: "";
  width: 334px;
  height: 334px;
  background: url(../src/img/contact/bg-object2.png) no-repeat center/100%;
  position: absolute;
  bottom: 0;
  left: calc(50% - 680px);
  opacity: 0.8;
}
@media (max-width: 750px) {
  #contact .form-area, #contact #wpcf7cpcnf {
    width: 100%;
    padding-bottom: 50px;
  }
}
#contact .form-area table, #contact #wpcf7cpcnf table {
  width: 100%;
  margin-bottom: 65px;
}
#contact .form-area tr, #contact #wpcf7cpcnf tr {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  #contact .form-area tr, #contact #wpcf7cpcnf tr {
    flex-direction: column;
  }
}
#contact .form-area tr:last-of-type, #contact #wpcf7cpcnf tr:last-of-type {
  margin-bottom: 0;
}
#contact .form-area tr.w-line th, #contact #wpcf7cpcnf tr.w-line th {
  line-height: 1.4;
}
#contact .form-area tr.hope td .flex, #contact #wpcf7cpcnf tr.hope td .flex {
  display: inline-flex;
  gap: 0 10px;
  align-items: center;
}
#contact .form-area tr.hope td p, #contact #wpcf7cpcnf tr.hope td p {
  line-height: 3;
  display: flex;
  gap: 0 10px;
}
@media (max-width: 750px) {
  #contact .form-area tr.hope td p, #contact #wpcf7cpcnf tr.hope td p {
    gap: 0 4px;
  }
}
#contact .form-area tr.hope td p span, #contact #wpcf7cpcnf tr.hope td p span {
  line-height: 1;
}
#contact .form-area tr.hope td p input, #contact #wpcf7cpcnf tr.hope td p input {
  width: 100px;
}
@media (max-width: 750px) {
  #contact .form-area tr.hope td p input, #contact #wpcf7cpcnf tr.hope td p input {
    width: 80px;
  }
}
#contact .form-area tr.hope td p select, #contact #wpcf7cpcnf tr.hope td p select {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  padding: 12px 15px;
  font-size: 16px;
  color: #b2b1b1;
}
#contact .form-area tr.hope td p select.selected, #contact #wpcf7cpcnf tr.hope td p select.selected {
  color: #000;
}
#contact .form-area tr.add-search td, #contact #wpcf7cpcnf tr.add-search td {
  display: inline-flex;
  flex-direction: column;
  gap: 14px 0;
}
#contact .form-area tr.add-search td .search-glp p, #contact #wpcf7cpcnf tr.add-search td .search-glp p {
  display: inline-flex;
  line-height: 3;
  gap: 0 10px;
}
#contact .form-area tr.add-search td .search-glp p span, #contact #wpcf7cpcnf tr.add-search td .search-glp p span {
  line-height: 1;
}
#contact .form-area tr.add-search td .search-glp p input, #contact #wpcf7cpcnf tr.add-search td .search-glp p input {
  width: 130px;
}
#contact .form-area tr.add-search td .search-glp p a, #contact #wpcf7cpcnf tr.add-search td .search-glp p a {
  font-size: 18px;
  width: 80px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 1;
  background: #e2666a;
  font-size: 13px;
  margin-top: 10px;
}
#contact .form-area tr.add-search td .add1 p, #contact #wpcf7cpcnf tr.add-search td .add1 p {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#contact .form-area tr.add-search td .add1 p::after, #contact #wpcf7cpcnf tr.add-search td .add1 p::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  right: 14px;
  top: 10px;
  transform: rotate(45deg);
  pointer-events: none;
}
#contact .form-area tr.agree-btn td .wpcf7-list-item, #contact #wpcf7cpcnf tr.agree-btn td .wpcf7-list-item {
  margin-left: 0;
  letter-spacing: 1px;
}
#contact .form-area tr.agree-btn td a, #contact #wpcf7cpcnf tr.agree-btn td a {
  color: #fc9797;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#contact .form-area th, #contact #wpcf7cpcnf th {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  width: 295px;
  margin-top: 6px;
}
@media (max-width: 750px) {
  #contact .form-area th, #contact #wpcf7cpcnf th {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
#contact .form-area th.check-th, #contact #wpcf7cpcnf th.check-th {
  margin-top: 0px;
}
#contact .form-area th b, #contact #wpcf7cpcnf th b {
  font-weight: normal;
  font-size: 13px;
}
#contact .form-area th span, #contact #wpcf7cpcnf th span {
  background: #fc9797;
  font-size: 13px;
  color: #ffffff;
  width: 36px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 60px;
  top: 5px;
}
@media (max-width: 750px) {
  #contact .form-area th span, #contact #wpcf7cpcnf th span {
    right: 0;
  }
}
#contact .form-area td, #contact #wpcf7cpcnf td {
  width: calc(100% - 295px);
  display: inline-block;
}
@media (max-width: 750px) {
  #contact .form-area td, #contact #wpcf7cpcnf td {
    width: 100%;
  }
}
#contact .form-area td.flex, #contact #wpcf7cpcnf td.flex {
  margin: 0;
  flex-wrap: wrap;
  gap: 19px 27px;
}
#contact .form-area td.selectstyle, #contact #wpcf7cpcnf td.selectstyle {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 750px) {
  #contact .form-area td.selectstyle, #contact #wpcf7cpcnf td.selectstyle {
    width: 100%;
  }
}
#contact .form-area td.selectstyle::before, #contact #wpcf7cpcnf td.selectstyle::before {
  content: "";
  width: 1px;
  height: 38px;
  background: #d2d7e8;
  position: absolute;
  top: 7px;
  right: 50px;
  pointer-events: none;
  z-index: 2;
}
#contact .form-area td.selectstyle::after, #contact #wpcf7cpcnf td.selectstyle::after {
  content: "";
  width: 11px;
  height: 11px;
  border-right: 1px solid #1e7ae7;
  border-bottom: 1px solid #1e7ae7;
  position: absolute;
  top: 18px;
  right: 26px;
  transform: translate(50%, 0) rotate(45deg);
  pointer-events: none;
}
@media (max-width: 750px) {
  #contact .form-area td .input-memo, #contact #wpcf7cpcnf td .input-memo {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 6px;
  }
}
#contact .form-area td .wpcf7-not-valid-tip, #contact #wpcf7cpcnf td .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1;
}
#contact .form-area td .wpcf7-list-item.first, #contact #wpcf7cpcnf td .wpcf7-list-item.first {
  margin-left: 0 !important;
}
#contact .form-area td .wpcf7-list-item, #contact #wpcf7cpcnf td .wpcf7-list-item {
  margin-left: 40px;
}
@media (max-width: 750px) {
  #contact .form-area td .wpcf7-list-item, #contact #wpcf7cpcnf td .wpcf7-list-item {
    margin-left: 0;
    margin-right: 30px;
  }
}
#contact .form-area td .wpcf7-list-item.last, #contact #wpcf7cpcnf td .wpcf7-list-item.last {
  margin-left: 30px;
}
@media (max-width: 750px) {
  #contact .form-area td .wpcf7-list-item.last, #contact #wpcf7cpcnf td .wpcf7-list-item.last {
    margin-left: 0;
  }
}
#contact .form-area td .note, #contact #wpcf7cpcnf td .note {
  margin-top: 24px;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 750px) {
  #contact .form-area td .wpcf7-form-control.wpcf7-radio, #contact .form-area td .wpcf7-form-control.wpcf7-checkbox, #contact #wpcf7cpcnf td .wpcf7-form-control.wpcf7-radio, #contact #wpcf7cpcnf td .wpcf7-form-control.wpcf7-checkbox {
    flex-wrap: wrap;
    display: flex;
    gap: 12px 0;
  }
}
#contact .form-area td input, #contact .form-area td textarea, #contact #wpcf7cpcnf td input, #contact #wpcf7cpcnf td textarea {
  width: 100%;
  padding: 9px 15px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #fca9a9;
  transition: 0.3s;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}
#contact .form-area td input::-moz-placeholder, #contact .form-area td textarea::-moz-placeholder, #contact #wpcf7cpcnf td input::-moz-placeholder, #contact #wpcf7cpcnf td textarea::-moz-placeholder {
  color: rgba(17, 17, 17, 0.32);
  font-size: 16px;
  line-height: 2.2;
}
#contact .form-area td input::placeholder, #contact .form-area td textarea::placeholder, #contact #wpcf7cpcnf td input::placeholder, #contact #wpcf7cpcnf td textarea::placeholder {
  color: rgba(17, 17, 17, 0.32);
  font-size: 16px;
  line-height: 2.2;
}
#contact .form-area td input.your-file::file-selector-button, #contact .form-area td textarea.your-file::file-selector-button, #contact #wpcf7cpcnf td input.your-file::file-selector-button, #contact #wpcf7cpcnf td textarea.your-file::file-selector-button {
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #111;
  margin-right: 10px;
  font-weight: 500;
}
#contact .form-area td input[type=text]:focus, #contact .form-area td textarea[type=text]:focus, #contact #wpcf7cpcnf td input[type=text]:focus, #contact #wpcf7cpcnf td textarea[type=text]:focus {
  border: 1px solid #fc9797;
}
#contact .form-area td input[type=email]:focus, #contact .form-area td textarea[type=email]:focus, #contact #wpcf7cpcnf td input[type=email]:focus, #contact #wpcf7cpcnf td textarea[type=email]:focus {
  border: 1px solid #fc9797;
}
#contact .form-area td input[type=tel]:focus, #contact .form-area td textarea[type=tel]:focus, #contact #wpcf7cpcnf td input[type=tel]:focus, #contact #wpcf7cpcnf td textarea[type=tel]:focus {
  border: 1px solid #fc9797;
}
#contact .form-area td input[type=radio], #contact .form-area td textarea[type=radio], #contact #wpcf7cpcnf td input[type=radio], #contact #wpcf7cpcnf td textarea[type=radio] {
  border: 1px solid #c5c5c5;
  width: 16px !important;
  border-radius: 50%;
  height: 16px;
  padding: 4px;
  background: #ffffff;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
#contact .form-area td input[type=radio]::after, #contact .form-area td textarea[type=radio]::after, #contact #wpcf7cpcnf td input[type=radio]::after, #contact #wpcf7cpcnf td textarea[type=radio]::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fc9797;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
#contact .form-area td input[type=radio]:checked, #contact .form-area td textarea[type=radio]:checked, #contact #wpcf7cpcnf td input[type=radio]:checked, #contact #wpcf7cpcnf td textarea[type=radio]:checked {
  border-color: #fc9797;
}
#contact .form-area td input[type=radio]:checked::after, #contact .form-area td textarea[type=radio]:checked::after, #contact #wpcf7cpcnf td input[type=radio]:checked::after, #contact #wpcf7cpcnf td textarea[type=radio]:checked::after {
  opacity: 1;
}
#contact .form-area td input[type=checkbox], #contact .form-area td textarea[type=checkbox], #contact #wpcf7cpcnf td input[type=checkbox], #contact #wpcf7cpcnf td textarea[type=checkbox] {
  border: 1px solid #fc9797;
  width: 16px !important;
  height: 16px;
  padding: 4px;
  background: #ffffff;
  position: relative;
}
#contact .form-area td input[type=checkbox]:checked, #contact .form-area td textarea[type=checkbox]:checked, #contact #wpcf7cpcnf td input[type=checkbox]:checked, #contact #wpcf7cpcnf td textarea[type=checkbox]:checked {
  border: 1px solid #fc9797;
}
#contact .form-area td input[type=checkbox]:checked::before, #contact .form-area td textarea[type=checkbox]:checked::before, #contact #wpcf7cpcnf td input[type=checkbox]:checked::before, #contact #wpcf7cpcnf td textarea[type=checkbox]:checked::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fc9797;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#contact .form-area td input[type=checkbox]:checked::after, #contact .form-area td textarea[type=checkbox]:checked::after, #contact #wpcf7cpcnf td input[type=checkbox]:checked::after, #contact #wpcf7cpcnf td textarea[type=checkbox]:checked::after {
  content: "";
  width: 6px;
  height: 9px;
  background: #fc9797;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#contact .form-area td input:focus-visible, #contact .form-area td textarea:focus-visible, #contact #wpcf7cpcnf td input:focus-visible, #contact #wpcf7cpcnf td textarea:focus-visible {
  border-style: none;
  border: 1px solid #fc9797;
}
#contact .form-area td input.your-year, #contact .form-area td textarea.your-year, #contact #wpcf7cpcnf td input.your-year, #contact #wpcf7cpcnf td textarea.your-year {
  width: 233px;
  margin-right: 10px;
}
#contact .form-area td select, #contact #wpcf7cpcnf td select {
  width: 150px;
  padding: 6px 17px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #fca9a9;
  transition: 0.3s;
  line-height: 1;
  cursor: pointer;
  font-weight: 500;
}
#contact .form-area td select::-moz-placeholder, #contact #wpcf7cpcnf td select::-moz-placeholder {
  color: rgba(17, 17, 17, 0.32);
  font-size: 1.6rem;
  line-height: 2.2;
}
#contact .form-area td select::placeholder, #contact #wpcf7cpcnf td select::placeholder {
  color: rgba(17, 17, 17, 0.32);
  font-size: 1.6rem;
  line-height: 2.2;
}
#contact .form-area td select.your-ken, #contact .form-area td select.your-hope, #contact #wpcf7cpcnf td select.your-ken, #contact #wpcf7cpcnf td select.your-hope {
  width: 325px;
}
@media (max-width: 750px) {
  #contact .form-area td select.your-ken, #contact .form-area td select.your-hope, #contact #wpcf7cpcnf td select.your-ken, #contact #wpcf7cpcnf td select.your-hope {
    width: 100%;
  }
}
#contact .form-area td textarea, #contact #wpcf7cpcnf td textarea {
  height: 180px;
  resize: none;
  font-weight: 500;
}
#contact .form-area td label, #contact #wpcf7cpcnf td label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0 12px;
}
#contact .form-area td div input, #contact #wpcf7cpcnf td div input {
  width: inherit;
  margin: auto;
}
@media (max-width: 750px) {
  #contact .form-area td div input, #contact #wpcf7cpcnf td div input {
    width: 100%;
  }
}
#contact .form-area td .wpcf7-list-item-label, #contact #wpcf7cpcnf td .wpcf7-list-item-label {
  font-weight: 500;
}
#contact .form-area td .text-scroll-box, #contact #wpcf7cpcnf td .text-scroll-box {
  margin-bottom: 46px;
}
@media (max-width: 750px) {
  #contact .form-area td .text-scroll-box, #contact #wpcf7cpcnf td .text-scroll-box {
    overflow-wrap: anywhere;
  }
}
#contact .form-area td .text-scroll-box p, #contact #wpcf7cpcnf td .text-scroll-box p {
  font-weight: 500;
  position: relative;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 750px) {
  #contact .form-area td .text-scroll-box p, #contact #wpcf7cpcnf td .text-scroll-box p {
    line-height: 2;
  }
}
#contact .form-area td .text-scroll-box p .poli-ttl, #contact #wpcf7cpcnf td .text-scroll-box p .poli-ttl {
  display: block;
}
#contact .form-area td .text-scroll-box p .poli-num, #contact #wpcf7cpcnf td .text-scroll-box p .poli-num {
  position: relative;
  padding-left: 20px;
  display: block;
}
#contact .form-area td .text-scroll-box p .poli-num-ab, #contact #wpcf7cpcnf td .text-scroll-box p .poli-num-ab {
  position: absolute;
  left: 0;
}
#contact .form-area td .text-scroll-box p .poli-sub-num, #contact #wpcf7cpcnf td .text-scroll-box p .poli-sub-num {
  position: relative;
  padding-left: 40px;
  display: block;
}
#contact .form-area td .text-scroll-box p .poli-sub-num-ab, #contact #wpcf7cpcnf td .text-scroll-box p .poli-sub-num-ab {
  position: absolute;
  left: 10px;
}
#contact .form-area td .text-scroll-box p .poli-dot, #contact #wpcf7cpcnf td .text-scroll-box p .poli-dot {
  position: relative;
  padding-left: 60px;
  display: block;
}
#contact .form-area td .text-scroll-box p .poli-dot-ab, #contact #wpcf7cpcnf td .text-scroll-box p .poli-dot-ab {
  position: absolute;
  left: 40px;
}
#contact .form-area td .agree-btn, #contact #wpcf7cpcnf td .agree-btn {
  position: relative;
}
@media (max-width: 750px) {
  #contact .form-area td .agree-btn, #contact #wpcf7cpcnf td .agree-btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#contact .form-area td .agree-btn::after, #contact #wpcf7cpcnf td .agree-btn::after {
  content: "必須";
  background: #006ae4;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  width: 42px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -64px;
  top: -3px;
  border-radius: 3px;
}
@media (max-width: 750px) {
  #contact .form-area td .agree-btn::after, #contact #wpcf7cpcnf td .agree-btn::after {
    top: 4px;
  }
}
#contact .form-area .check-sent-btn, #contact #wpcf7cpcnf .check-sent-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#contact .form-area .check-sent-btn input, #contact #wpcf7cpcnf .check-sent-btn input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 50px;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background: #fc9797;
  border-radius: 100vh;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #fc9797;
  letter-spacing: 1px;
}
#contact .form-area .check-sent-btn input:hover, #contact #wpcf7cpcnf .check-sent-btn input:hover {
  opacity: 1;
  color: #fc9797;
  background: #ffffff;
}
#contact .form-area .check-sent-btn input:hover span::after, #contact #wpcf7cpcnf .check-sent-btn input:hover span::after {
  border-color: #000;
}
#contact .form-area .check-sent-btn .wpcf7-spinner, #contact #wpcf7cpcnf .check-sent-btn .wpcf7-spinner {
  display: none;
}
#contact .form-area .wpcf7cp-btns, #contact #wpcf7cpcnf .wpcf7cp-btns {
  display: flex;
  gap: 0 30px;
  justify-content: center;
}
@media (max-width: 750px) {
  #contact .form-area .wpcf7cp-btns, #contact #wpcf7cpcnf .wpcf7cp-btns {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
}
#contact .form-area .wpcf7cp-btns button, #contact #wpcf7cpcnf .wpcf7cp-btns button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 60px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background: #0169e4;
  border-radius: 100vh;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #0169e4;
  margin: 0;
}
#contact .form-area .wpcf7cp-btns button:nth-of-type(1), #contact #wpcf7cpcnf .wpcf7cp-btns button:nth-of-type(1) {
  background: #fff;
  color: #0169e4;
}
#contact .form-area .wpcf7cp-btns button:nth-of-type(1):hover, #contact #wpcf7cpcnf .wpcf7cp-btns button:nth-of-type(1):hover {
  color: #fff;
  background: #0169e4;
}
#contact .form-area .wpcf7cp-btns button:hover, #contact #wpcf7cpcnf .wpcf7cp-btns button:hover {
  opacity: 1;
  color: #0169e4;
  background: #ffffff;
}
#contact .form-area .wpcf7cp-btns button:hover span::after, #contact #wpcf7cpcnf .wpcf7cp-btns button:hover span::after {
  border-color: #000;
}
#contact .cta {
  display: none;
}

@media (max-width: 750px) {
  #shop .mainv {
    height: 360px;
  }
  #shop .mainv::before {
    height: 235px;
  }
  #shop .mainv .mv-ttl h1 {
    line-height: 1.1;
    letter-spacing: 7px;
  }
  #shop .mainv .position {
    bottom: 60px;
    width: 48%;
    aspect-ratio: 330/500;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#shop .greeting .inner {
  padding: 55px 0 100px;
  position: relative;
}
#shop .greeting .inner::after {
  content: "";
  width: 158px;
  height: 154px;
  background: url(../src/img/shop/flower-icon.png) no-repeat center/100%;
  position: absolute;
  right: calc(50% - 550px);
  bottom: 146px;
}
@media (max-width: 750px) {
  #shop .greeting .inner::after {
    width: 79px;
    height: 77px;
    right: 0;
    top: 40px;
  }
}
#shop .greeting p {
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  #shop .greeting p {
    letter-spacing: 2px;
  }
}
#shop .greeting .box {
  border: 1px solid #f2a1a3;
  border-radius: 10px;
  position: relative;
  padding: 32px 24px 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 750px) {
  #shop .greeting .box {
    padding: 32px 15px 20px;
  }
}
#shop .greeting .box h3 {
  font-family: zen-old-mincho, serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  padding: 0 10px;
}
#shop .greeting .box ul li {
  padding-left: 32px;
  position: relative;
  line-height: 2.2;
}
@media (max-width: 750px) {
  #shop .greeting .box ul li {
    margin-bottom: 10px;
  }
  #shop .greeting .box ul li:last-of-type {
    margin-bottom: 0;
  }
}
#shop .greeting .box ul li::before {
  content: "";
  width: 22px;
  height: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAADCAYAAABBCiV2AAAAPUlEQVR4AXSJsQ0AIAzDUCYu4ACu4xYu4CyuYGBhhK2okbpUaoZYTnBXlzOrKFMQvD14GSmukEvjZKS4+gAAAP//jEY+LAAAAAZJREFUAwBm8w+zyl3wwQAAAABJRU5ErkJggg==) repeat-x;
  position: absolute;
  left: 0;
  top: 16px;
}
#shop .detail .inner {
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  #shop .detail .inner {
    padding-bottom: 80px;
  }
}
#shop .detail table {
  width: 100%;
}
#shop .detail table th {
  width: 250px;
  font-family: zen-old-mincho, serif;
  font-weight: bold;
  padding: 30px 0;
  vertical-align: top;
  border-bottom: 1px solid #f29c9f;
  letter-spacing: 2px;
}
@media (max-width: 750px) {
  #shop .detail table th {
    width: 100px;
    padding: 20px 0;
  }
}
#shop .detail table td {
  padding: 30px;
  width: calc(100% - 250px);
  border-bottom: 1px solid #d9d9d9;
  letter-spacing: 1px;
}
@media (max-width: 750px) {
  #shop .detail table td {
    width: calc(100% - 100px);
    padding: 20px 10px;
  }
}
#shop .map {
  line-height: 0;
}
#shop .map iframe {
  width: 100%;
  height: 400px;
}

@media (max-width: 750px) {
  #about .wrap {
    overflow: hidden;
  }
  #about .wrap .mainv {
    margin-top: 0;
  }
}
#about .detail .inner {
  padding: 88px 0 204px;
  position: relative;
}
@media (max-width: 750px) {
  #about .detail .inner {
    padding-bottom: 80px;
  }
}
#about .detail .inner::before {
  content: "";
  width: 264px;
  height: 264px;
  background: url(../src/img/about/bg-content.png) no-repeat center/100%;
  position: absolute;
  top: 211px;
  left: -160px;
}
@media (max-width: 750px) {
  #about .detail .inner::before {
    width: 156px;
    height: 156px;
    bottom: 60px;
    right: -30px;
    left: auto;
    top: auto;
  }
}
#about .detail .inner::after {
  content: "";
  width: 147px;
  height: 144px;
  background: url(../src/img/about/flower-icon.png) no-repeat center/100%;
  position: absolute;
  right: -50px;
  bottom: 87px;
}
@media (max-width: 750px) {
  #about .detail .inner::after {
    width: 92.5px;
    height: 92.5px;
    right: auto;
    bottom: auto;
    top: -38px;
    left: 30px;
  }
}
#about .detail h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.6;
  font-family: zen-old-mincho, serif;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #about .detail h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#about .detail p {
  font-family: zen-old-mincho, serif;
  line-height: 1.6;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 750px) {
  #about .detail p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
}
#about .reason .pageh2 {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  #about .reason .pageh2 {
    margin-bottom: 70px;
  }
}
#about .reason .point-content {
  margin-bottom: 80px;
}
#about .reason .point-content.flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  #about .reason .point-content.flex {
    flex-direction: column;
  }
}
#about .reason .point-content.flex .text {
  width: 500px;
}
@media (max-width: 750px) {
  #about .reason .point-content.flex .text {
    width: 100%;
  }
}
#about .reason .point-content.flex .text .more-btn a {
  width: 270px;
  justify-content: left;
}
@media (max-width: 750px) {
  #about .reason .point-content.flex img {
    width: 100%;
  }
}
#about .reason .point-content.flex-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  #about .reason .point-content.flex-wrap {
    flex-direction: column;
  }
}
#about .reason .point-content.flex-wrap .text {
  width: 500px;
}
@media (max-width: 750px) {
  #about .reason .point-content.flex-wrap .text {
    width: 100%;
  }
}
@media (max-width: 750px) {
  #about .reason .point-content.flex-wrap img {
    width: 100%;
  }
}
#about .reason .point-content span {
  display: inline-block;
  margin-bottom: 20px;
}
#about .reason .point-content h3 {
  font-size: 30px;
  font-family: zen-old-mincho, serif;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 26px;
}
@media (max-width: 750px) {
  #about .reason .point-content h3 {
    font-size: 22px;
    letter-spacing: 0;
  }
}
#about .reason .point-content p {
  margin-bottom: 44px;
}
@media (max-width: 750px) {
  #about .reason .point-content img.width {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
  }
}
@media (max-width: 750px) {
  #about .reason .point-content .more-btn {
    margin-bottom: 40px;
  }
  #about .reason .point-content .more-btn a {
    width: 82%;
    margin: auto;
    padding-right: 40px;
  }
}
#about .voice {
  background: #fbf7ea;
  padding: 90px 0 100px;
}
@media (max-width: 750px) {
  #about .voice {
    padding: 80px 0;
  }
}
#about .voice h3 {
  text-align: center;
  font-family: zen-old-mincho, serif;
  line-height: 1.6;
  font-size: 24px;
  margin-bottom: 52px;
  letter-spacing: 1px;
}
@media (max-width: 750px) {
  #about .voice h3 {
    font-size: 22px;
  }
}
#about .voice .voice-slider {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  #about .voice .voice-slider {
    padding-bottom: 90px;
  }
}
#about .voice .voice-slider .slick-track {
  display: flex;
  gap: 0 20px;
}
#about .voice .voice-slider .item {
  width: 353px;
  border-radius: 10px;
  padding: 60px 18px 30px;
  background: #fff;
  position: relative;
  height: auto;
}
#about .voice .voice-slider .item b {
  font-size: 26px;
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
  background: #f29c9f;
  border-radius: 0 0 10px 0;
  line-height: 1;
  letter-spacing: 3px;
  font-family: times-new-roman, serif;
  position: absolute;
  top: 0;
  left: 0;
}
#about .voice .voice-slider .item p {
  background-image: linear-gradient(0deg, #ddce9f 1px, transparent 1px);
  background-size: 100% 2.6em;
  line-height: 2.6em;
  padding-bottom: 1px;
}
#about .voice .voice-slider .slick-arrow {
  font-size: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  z-index: 2;
  bottom: 0;
}
#about .voice .voice-slider .slick-arrow:hover {
  opacity: 0.7;
}
#about .voice .voice-slider .slick-prev {
  background: url(../src/img/about/slider-btn.png) no-repeat center/100%;
  right: calc(50% - 485px);
}
@media (max-width: 750px) {
  #about .voice .voice-slider .slick-prev {
    right: calc(50% + 7px);
  }
}
#about .voice .voice-slider .slick-next {
  background: url(../src/img/about/slider-btn.png) no-repeat center/100%;
  transform: scale(-1, 1);
  right: calc(50% - 550px);
}
@media (max-width: 750px) {
  #about .voice .voice-slider .slick-next {
    left: calc(50% + 7px);
  }
}

#done .catch .inner {
  padding: 100px 0;
}
@media (max-width: 750px) {
  #done .catch .inner {
    padding: 80px 0;
  }
}
#done .catch .text {
  margin-bottom: 70px;
}
#done .catch .text span {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 40px;
}
#done .catch .text p {
  text-align: center;
  line-height: 2;
}
#done .catch .more-btn {
  margin-top: 0;
}
#done .catch .more-btn a {
  margin: auto;
}
#done #cta {
  display: none;
}
@media (max-width: 750px) {
  #done .catch .inner {
    padding-bottom: 80px;
  }
  #done .catch .text {
    margin-bottom: 50px;
  }
  #done .catch .text span {
    font-size: 20px;
  }
}

/*==================================================
* modules
*================================================*/
@media (max-width: 750px) {
  .lower .mainv {
    margin-top: 125px;
    height: auto;
    padding-bottom: 115px;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .lower .mainv:before {
    height: 230px;
    bottom: 0;
  }
}
@media (max-width: 750px) {
  .lower .mainv .mv-ttl {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 4%;
    transform: none;
  }
}
@media (max-width: 750px) {
  .lower .mainv .mv-ttl span {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .lower .mainv .mv-ttl h1 {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}

.inner-wide {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .inner-wide {
    width: 92%;
  }
}

.section-title {
  font-size: 30px;
  font-family: zen-old-mincho, serif;
  letter-spacing: 2px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 4px;
}
@media (max-width: 750px) {
  .section-title {
    font-size: 24px;
  }
}
.section-title:before {
  content: "";
  width: 25px;
  height: 3px;
  background: #efd022;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-title.center {
  text-align: center;
}
.section-title.center:before {
  right: 0;
  margin: auto;
}

.benefits-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 65px 0;
}
@media (max-width: 750px) {
  .benefits-list {
    gap: 98px 0;
  }
}
.benefits-list .benefits-box {
  width: 540px;
  position: relative;
  border: 2px solid #f29c9f;
  padding: 55px 38px 20px;
  min-height: 205px;
}
@media (max-width: 750px) {
  .benefits-list .benefits-box {
    width: 100%;
    padding: 55px 19px 30px;
  }
}
.benefits-list .benefits-box .object {
  position: absolute;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  width: 76px;
  height: 86px;
  background: #f29c9f;
  color: #fff;
  line-height: 1;
  padding-top: 15px;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  top: -46px;
  left: 0;
  right: 0;
  margin: auto;
}
.benefits-list .benefits-box .object p {
  text-align: center;
}
.benefits-list .benefits-box .object p span {
  display: block;
  font-family: times-new-roman, serif;
  font-size: 40px;
  line-height: 0.8;
  margin-top: 8px;
}
.benefits-list .benefits-box dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
}
@media (max-width: 750px) {
  .benefits-list .benefits-box dl {
    flex-direction: column;
    gap: 15px 0;
  }
}
.benefits-list .benefits-box dl dt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
}
@media (max-width: 750px) {
  .benefits-list .benefits-box dl dt {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
  }
}
.benefits-list .benefits-box dl dt.center {
  text-align: center;
}
.benefits-list .benefits-box dl dt span {
  position: relative;
  color: #f29c9f;
  display: inline-block;
  padding-bottom: 10px;
}
.benefits-list .benefits-box dl dt span:before {
  position: absolute;
  content: "";
  background: #f29c9f;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}
.benefits-list .benefits-box dl dt span span {
  font-size: 16px;
  padding-bottom: 0;
}
.benefits-list .benefits-box dl dt span span:before {
  display: none;
}
.benefits-list .benefits-box dl dt span.mini {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  margin: 0 0 0 auto;
  color: #000;
}
@media (max-width: 750px) {
  .benefits-list .benefits-box dl dt span.mini {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.benefits-list .benefits-box dl dt span.mini:before {
  display: none;
}
.benefits-list .benefits-box dl dd {
  position: relative;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  color: #f29c9f;
  padding-bottom: 10px;
}
.benefits-list .benefits-box dl dd:before {
  position: absolute;
  content: "";
  background: #f29c9f;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}
.benefits-list .benefits-box dl dd span {
  font-size: 23px;
}
.benefits-list .benefits-box .detail {
  font-weight: 700;
  line-height: 1.33;
  margin-top: 35px;
}
@media (max-width: 750px) {
  .benefits-list .benefits-box .detail {
    line-height: 1.46;
    margin-top: 20px;
  }
}
.benefits-list .benefits-box .detail.center p {
  text-align: center;
}
@media (max-width: 750px) {
  .benefits-list .benefits-box .detail.center p {
    text-align: left;
  }
}
.benefits-list .benefits-box .bold {
  margin-top: 36px;
}
@media (max-width: 750px) {
  .benefits-list .benefits-box .bold {
    margin-top: 20px;
  }
}
.benefits-list .benefits-box .bold p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media (max-width: 750px) {
  .benefits-list .benefits-box .bold p {
    font-size: 18px;
    text-align: left;
    line-height: 1.55;
  }
}
.benefits-list .benefits-box .bold.mid p {
  font-size: 17px;
}

.border-btn a {
  position: relative;
  display: block;
  width: 230px;
  background: #fff;
  font-weight: bold;
  border: 1px solid #f29c9f;
  color: #f29c9f;
  text-align: center;
  padding: 9px 0;
  border-radius: 30px;
}
.border-btn a:before {
  position: absolute;
  content: "";
  background: url("../src/img/common/arrow-pink.png") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
}

@media (max-width: 750px) {
  div.cta {
    display: none;
  }
}

@media (max-width: 750px) {
  footer .flex {
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  footer .flex .sitelinks .link-flex {
    flex-direction: column;
  }
}

@media (max-width: 750px) {
  .bottom-fixed {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
    z-index: 98;
  }
}
.bottom-fixed ul {
  display: flex;
}
.bottom-fixed ul li {
  width: 20%;
}
.bottom-fixed ul li a {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  background: #e2676b;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 13px 0;
}
.bottom-fixed ul li a span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 17.5px;
  margin: 0 auto 10px;
}
.bottom-fixed ul li a span img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.bottom-fixed.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

/*==================================================
* lower
*================================================*/
@media (max-width: 750px) {
  .archive-page .mainv:before {
    height: 150px;
  }
}
.archive-page .category-select-btn .inner {
  padding-top: 60px;
}
@media (max-width: 750px) {
  .archive-page .category-select-btn .inner {
    padding-top: 70px;
  }
}
.archive-page .category-select-btn .flex {
  display: flex;
  gap: 20px 26.6666666667px;
}
@media (max-width: 750px) {
  .archive-page .category-select-btn .flex {
    flex-wrap: wrap;
    gap: 15px 0;
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .archive-page .category-select-btn li {
    width: 49%;
  }
}
.archive-page .category-select-btn li.active a {
  background: #fc9797;
  color: #fff;
}
.archive-page .category-select-btn li a {
  font-weight: 600;
  height: 50px;
  width: 230px;
  background: #fff;
  color: #fc9797;
  border: 1px solid #fc9797;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .archive-page .category-select-btn li a {
    width: 100%;
  }
}
.archive-page .category-select-btn li a:hover {
  opacity: 1;
}
.archive-page .news-content .inner {
  padding: 60px 0 100px;
}
@media (max-width: 750px) {
  .archive-page .news-content .inner {
    padding: 70px 0 80px;
  }
}
.archive-page .news-content .news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 32px;
}
@media (max-width: 750px) {
  .archive-page .news-content .news-list {
    gap: 38px 0;
  }
}
.archive-page .news-content .news-list .item {
  width: 312px;
}
@media (max-width: 750px) {
  .archive-page .news-content .news-list .item {
    width: 100%;
  }
}
.archive-page .news-content .news-list .item a {
  display: block;
  width: 100%;
  line-height: 1;
}
.archive-page .news-content .news-list .item a .image {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .archive-page .news-content .news-list .item a .image {
    margin-bottom: 16px;
  }
}
.archive-page .news-content .news-list .item a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.archive-page .news-content .news-list .item a .ttl {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 14px;
}
@media (max-width: 750px) {
  .archive-page .news-content .news-list .item a .ttl {
    margin-bottom: 10px;
  }
}
.archive-page .news-content .news-list .item a span {
  font-family: times-new-roman, serif;
  font-size: 16px;
  color: #737373;
  line-height: 1;
}
.archive-page .news-content .pagination {
  margin-top: 100px;
}
@media (max-width: 750px) {
  .archive-page .news-content .pagination {
    margin-top: 70px;
  }
}
.archive-page .news-content .pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
@media (max-width: 750px) {
  .archive-page .news-content .pagination .nav-links {
    gap: 0 8px;
  }
}
.archive-page .news-content .pagination .nav-links .page-numbers {
  font-size: 15px;
  width: 5rem;
  height: 5rem;
  border: 1px solid #fc9797;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fc9797;
  transition: 0.3s;
  background: #ffffff;
}
@media (max-width: 750px) {
  .archive-page .news-content .pagination .nav-links .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 15px;
    padding-top: 2px;
  }
}
.archive-page .news-content .pagination .nav-links .page-numbers.dots {
  border: none;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .archive-page .news-content .pagination .nav-links .page-numbers.dots {
    font-size: 22px;
    width: auto;
  }
}
.archive-page .news-content .pagination .nav-links .page-numbers.dots:hover {
  background: #ffffff;
  color: #fc9797;
}
.archive-page .news-content .pagination .nav-links .page-numbers.prev {
  position: relative;
}
@media (max-width: 750px) {
  .archive-page .news-content .pagination .nav-links .page-numbers.prev {
    padding-top: 0;
  }
}
.archive-page .news-content .pagination .nav-links .page-numbers.prev:after {
  position: absolute;
  content: "";
  background: url("../src/img/news/try-arrow.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 17px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(-1, 1);
  transition: 0.3s;
}
@media (max-width: 750px) {
  .archive-page .news-content .pagination .nav-links .page-numbers.prev:after {
    width: 12px;
    height: 13.5px;
  }
}
.archive-page .news-content .pagination .nav-links .page-numbers.prev:hover:after {
  background: url("../src/img/news/try-arrow-wh.png") no-repeat;
  background-size: contain;
}
.archive-page .news-content .pagination .nav-links .page-numbers.next {
  position: relative;
}
@media (max-width: 750px) {
  .archive-page .news-content .pagination .nav-links .page-numbers.next {
    padding-top: 0;
  }
}
.archive-page .news-content .pagination .nav-links .page-numbers.next:after {
  position: absolute;
  content: "";
  background: url("../src/img/news/try-arrow.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 17px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .archive-page .news-content .pagination .nav-links .page-numbers.next:after {
    width: 12px;
    height: 13.5px;
  }
}
.archive-page .news-content .pagination .nav-links .page-numbers.next:hover:after {
  background: url("../src/img/news/try-arrow-wh.png") no-repeat;
  background-size: contain;
}
.archive-page .news-content .pagination .nav-links .page-numbers.current {
  background: #fc9797;
  color: #ffffff;
}
.archive-page .news-content .pagination .nav-links .page-numbers:hover {
  background: #fc9797;
  color: #ffffff;
  opacity: 1;
}
.archive-page .news-content .pagination .screen-reader-text {
  display: none;
}

.single-page .content .inner {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  .single-page .content .inner {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.single-page .news_post_content .post-ttl {
  padding-bottom: 22px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 60px;
}
.single-page .news_post_content h1 {
  font-family: zen-old-mincho, serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .single-page .news_post_content h1 {
    font-size: 24px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
}
.single-page .news_post_content .eyecatch {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}
.single-page .news_post_content .eyecatch img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
.single-page .news_post_content h2 {
  font-size: 30px;
  font-family: zen-old-mincho, serif;
  position: relative;
  padding-left: 14px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  .single-page .news_post_content h2 {
    font-size: 22px;
  }
}
.single-page .news_post_content h2::before {
  content: "";
  width: 3px;
  height: calc(100% - 30px);
  background: #efd022;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .single-page .news_post_content h2::before {
    height: calc(100% - 22px);
    width: 2px;
  }
}
.single-page .news_post_content p {
  line-height: 1.8;
  font-size: 16px;
}
.single-page .news_post_content h3 {
  font-size: 24px;
  font-family: zen-old-mincho, serif;
  padding-bottom: 4px;
  position: relative;
  margin-bottom: 22px;
  letter-spacing: 2px;
}
@media (max-width: 750px) {
  .single-page .news_post_content h3 {
    font-size: 20px;
  }
}
.single-page .news_post_content h3::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single-page .news_post_content h3::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #f29c9f;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single-page .post-navigation {
  margin-top: 90px;
  position: relative;
}
@media (max-width: 750px) {
  .single-page .post-navigation {
    margin-top: 70px;
  }
}
.single-page .post-navigation .nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-page .post-navigation .nav-prev {
  position: absolute;
  left: 32px;
}
@media (max-width: 750px) {
  .single-page .post-navigation .nav-prev {
    left: 0;
  }
}
.single-page .post-navigation .nav-prev a {
  position: relative;
  padding-left: 64px;
  color: #f29c9f;
  letter-spacing: 2px;
}
@media (max-width: 750px) {
  .single-page .post-navigation .nav-prev a {
    position: unset;
  }
}
.single-page .post-navigation .nav-prev a::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #f29c9f;
  border-radius: 100vh;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-page .post-navigation .nav-prev a::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  border-top: 3px solid #fc9797;
  border-left: 3px solid #fc9797;
  top: 50%;
  left: 29px;
  transform: translate(-50%, -50%) rotate(-45deg) skew(10deg, 10deg);
}
@media (max-width: 750px) {
  .single-page .post-navigation .nav-prev a::after {
    border-top: 2px solid #fc9797;
    border-left: 2px solid #fc9797;
  }
}
@media (max-width: 750px) {
  .single-page .post-navigation .nav-list {
    width: 60%;
  }
}
.single-page .post-navigation .nav-list a {
  font-size: 15px;
  width: 230px;
  height: 50px;
  border: 1px solid #f29c9f;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  color: #f29c9f;
  border-radius: 100vh;
}
@media (max-width: 750px) {
  .single-page .post-navigation .nav-list a {
    width: 100%;
  }
}
.single-page .post-navigation .nav-list a:hover {
  opacity: 1;
  background: #f29c9f;
  color: #ffffff;
}
.single-page .post-navigation .nav-next {
  position: absolute;
  right: 32px;
}
@media (max-width: 750px) {
  .single-page .post-navigation .nav-next {
    right: 0;
  }
}
.single-page .post-navigation .nav-next a {
  position: relative;
  padding-right: 64px;
  color: #f29c9f;
  letter-spacing: 2px;
}
@media (max-width: 750px) {
  .single-page .post-navigation .nav-next a {
    position: unset;
  }
}
.single-page .post-navigation .nav-next a::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #f29c9f;
  border-radius: 100vh;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-page .post-navigation .nav-next a::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  border-top: 3px solid #fc9797;
  border-right: 3px solid #fc9797;
  top: 50%;
  right: 29px;
  transform: translate(50%, -50%) rotate(45deg) skew(-10deg, -10deg);
}
@media (max-width: 750px) {
  .single-page .post-navigation .nav-next a::after {
    border-top: 2px solid #fc9797;
    border-right: 2px solid #fc9797;
  }
}

.gallery-page .mainv {
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  .gallery-page .mainv {
    margin-bottom: 70px;
  }
}
@media (max-width: 750px) {
  .gallery-page .mainv:before {
    height: 150px;
  }
}
.gallery-page .gallery-content .inner {
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  .gallery-page .gallery-content .inner {
    padding-bottom: 80px;
  }
}
.gallery-page .gallery-content .gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 54px 13.3333333333px;
}
@media (max-width: 750px) {
  .gallery-page .gallery-content .gallery-list {
    gap: 45px 0;
    justify-content: space-between;
  }
}
.gallery-page .gallery-content .gallery-list .item {
  width: 240px;
}
@media (max-width: 750px) {
  .gallery-page .gallery-content .gallery-list .item {
    width: 48%;
  }
}
.gallery-page .gallery-content .gallery-list .item .image {
  margin-bottom: 16px;
  aspect-ratio: 9/13;
}
.gallery-page .gallery-content .gallery-list .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.gallery-page .gallery-content .gallery-list .item .ttl {
  line-height: 1;
  letter-spacing: 2px;
}
.gallery-page .pagination {
  margin-top: 100px;
}
@media (max-width: 750px) {
  .gallery-page .pagination {
    margin-top: 70px;
  }
}
.gallery-page .pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
@media (max-width: 750px) {
  .gallery-page .pagination .nav-links {
    gap: 0 8px;
  }
}
.gallery-page .pagination .nav-links .page-numbers {
  font-size: 15px;
  width: 5rem;
  height: 5rem;
  border: 1px solid #fc9797;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fc9797;
  transition: 0.3s;
  background: #ffffff;
}
@media (max-width: 750px) {
  .gallery-page .pagination .nav-links .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 15px;
    padding-top: 2px;
  }
}
.gallery-page .pagination .nav-links .page-numbers.dots {
  border: none;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .gallery-page .pagination .nav-links .page-numbers.dots {
    font-size: 22px;
    width: auto;
  }
}
.gallery-page .pagination .nav-links .page-numbers.dots:hover {
  background: #ffffff;
  color: #fc9797;
}
.gallery-page .pagination .nav-links .page-numbers.prev {
  position: relative;
}
@media (max-width: 750px) {
  .gallery-page .pagination .nav-links .page-numbers.prev {
    padding-top: 0;
  }
}
.gallery-page .pagination .nav-links .page-numbers.prev:after {
  position: absolute;
  content: "";
  background: url("../src/img/news/try-arrow.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 17px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(-1, 1);
  transition: 0.3s;
}
@media (max-width: 750px) {
  .gallery-page .pagination .nav-links .page-numbers.prev:after {
    width: 12px;
    height: 13.5px;
  }
}
.gallery-page .pagination .nav-links .page-numbers.prev:hover:after {
  background: url("../src/img/news/try-arrow-wh.png") no-repeat;
  background-size: contain;
}
.gallery-page .pagination .nav-links .page-numbers.next {
  position: relative;
}
@media (max-width: 750px) {
  .gallery-page .pagination .nav-links .page-numbers.next {
    padding-top: 0;
  }
}
.gallery-page .pagination .nav-links .page-numbers.next:after {
  position: absolute;
  content: "";
  background: url("../src/img/news/try-arrow.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 17px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .gallery-page .pagination .nav-links .page-numbers.next:after {
    width: 12px;
    height: 13.5px;
  }
}
.gallery-page .pagination .nav-links .page-numbers.next:hover:after {
  background: url("../src/img/news/try-arrow-wh.png") no-repeat;
  background-size: contain;
}
.gallery-page .pagination .nav-links .page-numbers.current {
  background: #fc9797;
  color: #ffffff;
}
.gallery-page .pagination .nav-links .page-numbers:hover {
  background: #fc9797;
  color: #ffffff;
  opacity: 1;
}
.gallery-page .pagination .screen-reader-text {
  display: none;
}

.gallery-single-page .mainv {
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  .gallery-single-page .mainv {
    margin-bottom: 70px;
  }
}
.gallery-single-page .single-content .inner {
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  .gallery-single-page .single-content .inner {
    padding-bottom: 80px;
    width: 100%;
    max-width: 100%;
  }
}
.gallery-single-page .single-content .flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  .gallery-single-page .single-content .flex {
    flex-direction: column;
  }
}
.gallery-single-page .single-content .image-slider {
  width: 450px;
}
@media (max-width: 750px) {
  .gallery-single-page .single-content .image-slider {
    width: 100%;
  }
}
.gallery-single-page .single-content .image-slider img {
  height: auto;
  width: 100%;
}
.gallery-single-page .single-content .image-slider .mainimg {
  margin-bottom: 10px;
}
.gallery-single-page .single-content .image-slider .mainimg li {
  aspect-ratio: 9/13;
}
.gallery-single-page .single-content .image-slider .mainimg li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 750px) {
  .gallery-single-page .single-content .image-slider .thumbnavi {
    width: calc(100% - 30px);
    margin: 0 auto 50px;
  }
}
.gallery-single-page .single-content .image-slider .thumbnavi li {
  width: 106px;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  aspect-ratio: 1/1;
}
.gallery-single-page .single-content .image-slider .thumbnavi li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 750px) {
  .gallery-single-page .single-content .image-slider .thumbnavi li {
    width: 22vw;
    margin-right: 1.4vw;
  }
}
.gallery-single-page .single-content .image-slider .thumbnavi li::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.gallery-single-page .single-content .image-slider .thumbnavi li.slick-current::after {
  visibility: visible;
  opacity: 1;
}
.gallery-single-page .single-content .image-slider .thumbnavi li:last-of-type {
  margin-right: 0;
}
.gallery-single-page .single-content .image-slider .thumbnavi li img {
  width: 100%;
  height: 106px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 750px) {
  .gallery-single-page .single-content .image-slider .thumbnavi li img {
    height: 22vw;
  }
}
.gallery-single-page .single-content .image-slider .thumbnavi .slick-track {
  transform: unset !important;
}
.gallery-single-page .single-content .text {
  width: 450px;
}
@media (max-width: 750px) {
  .gallery-single-page .single-content .text {
    width: calc(100% - 30px);
    margin: auto;
  }
}
.gallery-single-page .single-content .text .post-ttl span {
  line-height: 1;
  padding: 6px 20px;
  border: 1px solid #f29c9f;
  color: #f29c9f;
  letter-spacing: 1px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 16px;
}
.gallery-single-page .single-content .text .post-ttl h1 {
  line-height: 1;
  font-size: 34px;
  letter-spacing: 2px;
  margin-bottom: 44px;
}
.gallery-single-page .single-content .text .detail {
  padding: 32px 0;
  border-top: 1px solid #f29c9f;
  border-bottom: 1px solid #f29c9f;
}
@media (max-width: 750px) {
  .gallery-single-page .single-content .post-navigation {
    width: calc(100% - 30px);
    margin: 70px auto 0;
  }
}
.gallery-single-page .post-navigation {
  margin-top: 90px;
  position: relative;
}
@media (max-width: 750px) {
  .gallery-single-page .post-navigation {
    margin-top: 70px;
  }
}
.gallery-single-page .post-navigation .nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-single-page .post-navigation .nav-prev {
  position: absolute;
  left: 32px;
}
@media (max-width: 750px) {
  .gallery-single-page .post-navigation .nav-prev {
    left: 0;
  }
}
.gallery-single-page .post-navigation .nav-prev a {
  position: relative;
  padding-left: 64px;
  color: #f29c9f;
  letter-spacing: 2px;
}
@media (max-width: 750px) {
  .gallery-single-page .post-navigation .nav-prev a {
    position: unset;
  }
}
.gallery-single-page .post-navigation .nav-prev a::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #f29c9f;
  border-radius: 100vh;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-single-page .post-navigation .nav-prev a::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  border-top: 3px solid #fc9797;
  border-left: 3px solid #fc9797;
  top: 50%;
  left: 29px;
  transform: translate(-50%, -50%) rotate(-45deg) skew(10deg, 10deg);
}
@media (max-width: 750px) {
  .gallery-single-page .post-navigation .nav-prev a::after {
    border-top: 2px solid #fc9797;
    border-left: 2px solid #fc9797;
  }
}
@media (max-width: 750px) {
  .gallery-single-page .post-navigation .nav-list {
    width: 60%;
  }
}
.gallery-single-page .post-navigation .nav-list a {
  font-size: 15px;
  width: 230px;
  height: 50px;
  border: 1px solid #f29c9f;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  color: #f29c9f;
  border-radius: 100vh;
}
@media (max-width: 750px) {
  .gallery-single-page .post-navigation .nav-list a {
    width: 100%;
  }
}
.gallery-single-page .post-navigation .nav-list a:hover {
  opacity: 1;
  background: #f29c9f;
  color: #ffffff;
}
.gallery-single-page .post-navigation .nav-next {
  position: absolute;
  right: 32px;
}
@media (max-width: 750px) {
  .gallery-single-page .post-navigation .nav-next {
    right: 0;
  }
}
.gallery-single-page .post-navigation .nav-next a {
  position: relative;
  padding-right: 64px;
  color: #f29c9f;
  letter-spacing: 2px;
}
@media (max-width: 750px) {
  .gallery-single-page .post-navigation .nav-next a {
    position: unset;
  }
}
.gallery-single-page .post-navigation .nav-next a::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #f29c9f;
  border-radius: 100vh;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-single-page .post-navigation .nav-next a::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  border-top: 3px solid #fc9797;
  border-right: 3px solid #fc9797;
  top: 50%;
  right: 29px;
  transform: translate(50%, -50%) rotate(45deg) skew(-10deg, -10deg);
}
@media (max-width: 750px) {
  .gallery-single-page .post-navigation .nav-next a::after {
    border-top: 2px solid #fc9797;
    border-right: 2px solid #fc9797;
  }
}

@media (max-width: 750px) {
  #care .mainv {
    padding-bottom: 60px;
  }
}
@media (max-width: 750px) {
  #care .mainv:before {
    height: 170px;
  }
}
#care .main-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  #care .main-flex {
    flex-direction: column;
    gap: 45px 0;
  }
}
#care .main-flex .text {
  width: 50%;
}
@media (max-width: 750px) {
  #care .main-flex .text {
    width: 100%;
  }
}
#care .main-flex .text h3 {
  font-family: zen-old-mincho, serif;
  font-size: 22px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding-bottom: 11px;
  border-bottom: 1px solid #f29c9f;
  margin-bottom: 25px;
}
#care .main-flex .img {
  width: 425px;
  height: 232px;
  overflow: hidden;
}
@media (max-width: 750px) {
  #care .main-flex .img {
    width: 100%;
    height: auto;
    aspect-ratio: 115/63;
  }
}
#care .main-flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#care .main-flex .img.other {
  text-align: center;
}
#care .main-flex .img.other img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 343px;
}
#care .main-flex.center {
  align-items: center;
}
#care .main-flex:last-of-type {
  margin-bottom: 0;
}
#care .intro {
  padding: 70px 0 50px;
}
@media (max-width: 750px) {
  #care .intro {
    padding: 65px 0 40px;
  }
}
#care .intro .flex {
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  #care .intro .flex {
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 80px;
  }
}
#care .intro .flex:before {
  position: absolute;
  content: "";
  background: url("../src/img/care/top-object.png") no-repeat;
  background-size: contain;
  width: 264px;
  height: 264px;
  top: 275px;
  left: -160px;
}
@media (max-width: 750px) {
  #care .intro .flex:before {
    width: 267px;
    height: 267px;
  }
}
#care .intro .flex .vertical {
  writing-mode: vertical-rl;
  padding-left: 80px;
}
@media (max-width: 750px) {
  #care .intro .flex .vertical {
    writing-mode: inherit;
    padding-left: 0;
  }
}
#care .intro .flex .vertical h2 {
  font-family: zen-old-mincho, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: -0.4em;
}
@media (max-width: 750px) {
  #care .intro .flex .vertical h2 {
    font-size: 22px;
    letter-spacing: 0.12em;
  }
}
#care .intro .flex .vertical h2 span {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0 0 0;
}
@media (max-width: 750px) {
  #care .intro .flex .vertical h2 span {
    display: inline-block;
    margin: 0;
  }
}
#care .intro .flex .text {
  max-width: 550px;
  width: 100%;
}
#care .intro .flex .text .img {
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  #care .intro .flex .text .img {
    width: 100%;
    height: auto;
    aspect-ratio: 115/64;
    margin-bottom: 25px;
  }
}
#care .intro .flex .text p {
  width: 95%;
}
@media (max-width: 750px) {
  #care .intro .flex .text p {
    width: 100%;
  }
}
#care .intro .box {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: zen-old-mincho, serif;
  font-size: 28px;
  font-weight: 700;
  padding: 29px 66px;
}
@media (max-width: 750px) {
  #care .intro .box {
    font-size: 22px;
    padding: 30px 45px;
  }
}
#care .intro .box span {
  position: absolute;
  content: "";
  background: #efd022;
}
#care .intro .box span.vertical {
  width: 2px;
  height: 106px;
}
@media (max-width: 750px) {
  #care .intro .box span.vertical {
    width: 1px;
    height: 70px;
  }
}
#care .intro .box span.vertical.first {
  top: 0;
  left: 20px;
}
@media (max-width: 750px) {
  #care .intro .box span.vertical.first {
    left: 14px;
  }
}
#care .intro .box span.vertical.last {
  right: 20px;
  bottom: 0;
}
@media (max-width: 750px) {
  #care .intro .box span.vertical.last {
    right: 14px;
  }
}
#care .intro .box span.side {
  width: 106px;
  height: 2px;
}
@media (max-width: 750px) {
  #care .intro .box span.side {
    width: 70px;
    height: 1px;
  }
}
#care .intro .box span.side.first {
  top: 20px;
  left: 0;
}
@media (max-width: 750px) {
  #care .intro .box span.side.first {
    top: 14px;
  }
}
#care .intro .box span.side.last {
  right: 0;
  bottom: 20px;
}
@media (max-width: 750px) {
  #care .intro .box span.side.last {
    bottom: 14px;
  }
}
@media (max-width: 750px) {
  #care .intro .box p {
    text-align: center;
  }
}
#care .care {
  padding: 50px 0 100px;
}
@media (max-width: 750px) {
  #care .care {
    padding: 40px 0 80px;
  }
}
#care .care h2 {
  margin-bottom: 40px;
}
#care .care .read {
  margin-bottom: 55px;
}
#care .menu {
  background: url("../src/img/care/menu-img-01.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 750px) {
  #care .menu {
    position: relative;
    background: url("../src/img/care/menu-bg-01-sp.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    margin-bottom: 255px;
  }
}
@media (max-width: 750px) {
  #care .menu:before {
    position: absolute;
    content: "";
    background: url("../src/img/care/menu-bg-02-sp.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 255px;
    left: 0;
    bottom: -255px;
  }
}
#care .menu .inner {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 750px) {
  #care .menu .inner {
    width: 100%;
  }
}
#care .menu .bg {
  width: 56%;
  background: rgba(242, 156, 159, 0.95);
  margin: 0 0 0 auto;
  padding: 75px 0 85px 100px;
}
@media (max-width: 750px) {
  #care .menu .bg {
    width: 100%;
    margin: 0 auto;
    padding: 50px 4%;
  }
}
#care .menu .bg .text {
  max-width: 467px;
  width: 100%;
  color: #fff;
}
#care .menu .bg .text h2 {
  font-family: times-new-roman, serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 40px;
}
#care .menu .bg .text h2 span {
  display: inline-block;
  font-family: zen-old-mincho, serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-left: 20px;
}
@media (max-width: 750px) {
  #care .menu .bg .text h2 span {
    margin-left: 5px;
  }
}
#care .menu .bg .text dl {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-family: zen-old-mincho, serif;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 15px 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  #care .menu .bg .text dl {
    padding: 0 0 10px 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 750px) {
  #care .menu .bg .text dl dt {
    width: 216px;
    line-height: 1.66;
  }
}
@media (max-width: 750px) {
  #care .menu .bg .text dl dd {
    line-height: 1.66;
  }
}
#care .menu .bg .text dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 40px;
}
#care .menu .bg .text .caution {
  line-height: 1;
}
@media (max-width: 750px) {
  #care .menu .bg .text .caution {
    line-height: 2;
  }
}
#care .guard {
  padding: 100px 0 50px;
}
@media (max-width: 750px) {
  #care .guard {
    padding: 80px 0 40px;
  }
}
#care .guard .flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  #care .guard .flex {
    flex-direction: column;
    gap: 40px 0;
  }
}
#care .guard .flex .text {
  width: 50%;
}
@media (max-width: 750px) {
  #care .guard .flex .text {
    width: 100%;
  }
}
#care .guard .flex .img {
  width: 42.5%;
  height: 232px;
}
@media (max-width: 750px) {
  #care .guard .flex .img {
    width: 100%;
  }
}
#care .guard .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#care .reform {
  padding: 50px 0 100px;
}
@media (max-width: 750px) {
  #care .reform {
    padding: 40px 0 80px;
  }
}
#care .reform h2 {
  margin-bottom: 40px;
}
#care .reform .read {
  margin-bottom: 60px;
}
#care .remake {
  background: #fbf7ea;
}
@media (max-width: 750px) {
  #care .remake {
    padding: 40px 0 0;
  }
}
#care .remake .inner {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 750px) {
  #care .remake .inner {
    width: 100%;
  }
}
#care .remake .flex {
  gap: 0 75px;
  align-items: center;
}
@media (max-width: 750px) {
  #care .remake .flex {
    flex-direction: column-reverse;
    gap: 50px 0;
  }
}
#care .remake .flex .img {
  width: 43.6%;
  height: 395px;
}
@media (max-width: 750px) {
  #care .remake .flex .img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
}
#care .remake .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#care .remake .flex .text {
  max-width: 500px;
  width: 100%;
  padding-bottom: 18px;
}
@media (max-width: 750px) {
  #care .remake .flex .text {
    padding-bottom: 0;
    width: 92%;
    margin: 0 auto;
  }
}
#care .remake .flex .text .read {
  margin-bottom: 30px;
}
#care .remake .flex .text .border-btn a {
  letter-spacing: 0.06em;
}
@media (max-width: 750px) {
  #care .remake .flex .text .border-btn a {
    margin: 0 auto;
  }
}
#care .remake .flex .text .border-btn a:before {
  transform: rotate(-45deg);
}

#plan .mainv {
  position: relative;
  height: 410px;
}
@media (max-width: 750px) {
  #plan .mainv {
    height: auto;
    padding-bottom: 190px;
  }
}
#plan .mainv .mv-ttl {
  z-index: 5;
}
#plan .mainv .img-sec {
  position: absolute;
  width: 1200px;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: right;
  gap: 0 15px;
}
@media (max-width: 750px) {
  #plan .mainv .img-sec {
    width: 100%;
    align-items: flex-end;
    top: auto;
    bottom: -30px;
  }
}
#plan .mainv .img-sec .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#plan .mainv .img-sec .img.first {
  margin-top: 80px;
  width: 146px;
  height: 261px;
}
@media (max-width: 750px) {
  #plan .mainv .img-sec .img.first {
    margin-top: 0;
    margin-bottom: 62px;
    width: 67.5px;
    height: 121px;
  }
}
#plan .mainv .img-sec .img.second {
  margin-top: 155px;
  width: 228px;
  height: 335px;
}
@media (max-width: 750px) {
  #plan .mainv .img-sec .img.second {
    margin-top: 0;
    width: 106px;
    height: 155.5px;
  }
}
#plan .mainv .img-sec .img.third {
  width: 338px;
  height: 550px;
}
@media (max-width: 750px) {
  #plan .mainv .img-sec .img.third {
    margin-bottom: 102px;
    width: 157px;
    height: 242px;
  }
}
#plan .inner {
  max-width: 1100px;
}
@media (max-width: 750px) {
  #plan .main-flex {
    flex-direction: column;
    gap: 75px 0;
  }
}
#plan .main-flex .text {
  width: 50%;
}
@media (max-width: 750px) {
  #plan .main-flex .text {
    width: 100%;
  }
}
#plan .main-flex .text h2 {
  margin-bottom: 45px;
}
#plan .main-flex .text h2 span {
  display: block;
  line-height: 1;
}
#plan .main-flex .text h2 span.en {
  font-family: times-new-roman, serif;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #plan .main-flex .text h2 span.en {
    font-size: 40px;
  }
}
#plan .main-flex .text h2 span.en:first-letter {
  color: #efd022;
}
#plan .main-flex .text h2 span.en b {
  color: #efd022;
  font-weight: 400;
}
#plan .main-flex .text h2 span.jp {
  position: relative;
  font-family: zen-old-mincho, serif;
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
  padding-bottom: 18px;
}
@media (max-width: 750px) {
  #plan .main-flex .text h2 span.jp {
    font-size: 18px;
  }
}
#plan .main-flex .text h2 span.jp:before {
  content: "";
  width: 25px;
  height: 3px;
  background: #efd022;
  position: absolute;
  bottom: 0;
  left: 0;
}
#plan .main-flex .text p {
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #plan .main-flex .text p {
    margin-bottom: 0;
  }
}
#plan .main-flex .img {
  position: relative;
  width: 50%;
  height: 440px;
  /*&:before {
  	position: absolute;
  	content: "";
  	width: 100%;
  	height: 100%;
  	border: 1px solid #fbf7ea;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	margin: auto;
  	transform: rotate(15deg);
  }*/
}
@media (max-width: 750px) {
  #plan .main-flex .img {
    width: 80%;
    height: auto;
    aspect-ratio: 5/4;
    margin: 0 auto;
  }
}
#plan .main-flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  #plan .main-flex .border-btn a {
    margin: 0 auto;
  }
}
#plan .main-flex.rev {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  #plan .main-flex.rev {
    flex-direction: column;
  }
}
#plan .main-flex.rev .text {
  padding-left: 72px;
}
@media (max-width: 750px) {
  #plan .main-flex.rev .text {
    padding-left: 0;
  }
}
#plan .main-flex.rev .img:before {
  transform: rotate(-15deg);
}
#plan .intro {
  padding: 260px 0 40px;
}
@media (max-width: 750px) {
  #plan .intro {
    padding: 160px 0 40px;
  }
}
#plan .intro .flex {
  position: relative;
  gap: 0 80px;
}
@media (max-width: 750px) {
  #plan .intro .flex {
    align-items: center;
    flex-direction: column-reverse;
    gap: 85px 0;
  }
}
#plan .intro .flex:before {
  position: absolute;
  content: "";
  background: url("../src/img/plan/top-object-01.png") no-repeat;
  background-size: contain;
  width: 100px;
  height: 118px;
  top: 0;
  right: 100px;
}
@media (max-width: 750px) {
  #plan .intro .flex:before {
    width: 50px;
    height: 59px;
    top: -110px;
    right: 32.5px;
  }
}
#plan .intro .flex:after {
  position: absolute;
  content: "";
  background: url("../src/img/plan/top-object-02.png") no-repeat;
  background-size: contain;
  width: 161px;
  height: 175px;
  right: 0;
  bottom: 80px;
}
@media (max-width: 750px) {
  #plan .intro .flex:after {
    width: 80px;
    height: 87.5px;
    right: 0;
    bottom: 325px;
  }
}
#plan .intro .flex .img {
  position: relative;
  width: 372px;
  height: 584px;
  z-index: 1;
}
@media (max-width: 750px) {
  #plan .intro .flex .img {
    width: 232.5px;
    height: 365px;
    margin: 0 auto;
  }
}
#plan .intro .flex .img:before {
  position: absolute;
  content: "";
  background: url("../src/img/plan/top-object.png") no-repeat;
  background-size: contain;
  width: 264px;
  height: 264px;
  left: -43px;
  bottom: 24px;
  z-index: -1;
}
@media (max-width: 750px) {
  #plan .intro .flex .img:before {
    width: 165px;
    height: 165px;
    left: -30px;
    bottom: 15px;
  }
}
#plan .intro .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#plan .intro .flex .text {
  width: -moz-fit-content;
  width: fit-content;
  writing-mode: vertical-rl;
  padding-top: 105px;
}
@media (max-width: 750px) {
  #plan .intro .flex .text {
    padding-top: 0;
  }
}
#plan .intro .flex .text h2 {
  font-family: zen-old-mincho, serif;
  font-size: 35px;
  line-height: 1.68;
  margin-left: 40px;
  letter-spacing: -0.35em;
}
@media (max-width: 750px) {
  #plan .intro .flex .text h2 {
    font-size: 25px;
    margin-left: 30px;
    letter-spacing: 0.12em;
  }
}
@media (max-width: 750px) {
  #plan .intro .flex .text h2 span {
    display: none;
  }
}
#plan .intro .flex .text p {
  padding-top: 16px;
  line-height: 2.66;
}
@media (max-width: 750px) {
  #plan .intro .flex .text p {
    padding-top: 12px;
  }
}
#plan .rental {
  padding: 45px 0 75px;
}
@media (max-width: 750px) {
  #plan .rental {
    padding: 40px 0;
  }
}
#plan .buy {
  padding: 75px 0;
}
@media (max-width: 750px) {
  #plan .buy {
    padding: 40px 0;
  }
}
#plan .mamafuri {
  padding: 75px 0 100px;
}
@media (max-width: 750px) {
  #plan .mamafuri {
    padding: 40px 0 80px;
  }
}
#plan .qa {
  padding: 100px 0;
  background: #fef6f6;
}
@media (max-width: 750px) {
  #plan .qa {
    padding: 80px 0;
  }
}
#plan .qa h2 {
  font-family: zen-old-mincho, serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
#plan .qa h2 span {
  display: block;
  line-height: 0.8;
  font-family: times-new-roman, serif;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
#plan .qa h2 span b {
  color: #efd022;
  font-weight: 400;
}
#plan .qa dl {
  background: #fff;
  padding: 50px;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  #plan .qa dl {
    padding: 40px 20px;
  }
}
#plan .qa dl dt {
  position: relative;
  font-family: zen-old-mincho, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding-left: 42px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #plan .qa dl dt {
    font-size: 20px;
    line-height: 1.4;
    padding-left: 35px;
  }
}
#plan .qa dl dt span {
  position: absolute;
  display: inline-block;
  color: #efd022;
  top: 0;
  left: 0;
}
@media (max-width: 750px) {
  #plan .qa dl dt span {
    font-size: 24px;
    line-height: 0.8;
  }
}
#plan .qa dl dd {
  position: relative;
  padding-left: 42px;
}
@media (max-width: 750px) {
  #plan .qa dl dd {
    padding-left: 35px;
  }
}
#plan .qa dl dd span {
  position: absolute;
  display: inline-block;
  font-family: zen-old-mincho, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  top: 0;
  left: 0;
}
#plan .qa dl.last {
  margin-bottom: 0;
}

#rental section {
  font-family: zen-old-mincho, serif;
}
@media (max-width: 750px) {
  #rental .mainv .mv-ttl h1 {
    width: 215px;
  }
}
#rental .top {
  padding: 50px 0;
}
@media (max-width: 750px) {
  #rental .top {
    padding: 90px 0 40px;
  }
}
#rental .top .flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  #rental .top .flex {
    position: relative;
  }
}
#rental .top .flex .text {
  width: 60%;
}
@media (max-width: 750px) {
  #rental .top .flex .text {
    width: 100%;
  }
}
#rental .top .flex .text h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.66;
  margin-bottom: 70px;
  word-break: keep-all;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  #rental .top .flex .text h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
#rental .top .flex .text .rental-price {
  display: flex;
  gap: 0 20px;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  #rental .top .flex .text .rental-price {
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 40px;
  }
}
#rental .top .flex .text .rental-price dt {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 750px) {
  #rental .top .flex .text .rental-price dt {
    font-size: 22px;
  }
}
#rental .top .flex .text .rental-price dd {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  padding-left: 50px;
}
@media (max-width: 750px) {
  #rental .top .flex .text .rental-price dd {
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
  }
}
#rental .top .flex .text .rental-price dd:before {
  position: absolute;
  content: "";
  background: url("../src/img/plan/dots-object.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 3px;
  top: 6px;
  left: 0;
  bottom: 0;
  margin: auto;
}
#rental .top .flex .text .rental-price dd span {
  display: inline-block;
  font-size: 16px;
}
#rental .top .flex .text h3 {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 6px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #rental .top .flex .text h3 {
    line-height: 1.66;
  }
}
#rental .top .flex .text h3:before {
  position: absolute;
  content: "";
  background: #efd022;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
#rental .top .flex .text .detail {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  line-height: 2;
  margin-bottom: 30px;
}
#rental .top .flex .text .set-list .title {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #f29c9f;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  #rental .top .flex .text .set-list .title {
    font-size: 20px;
  }
}
#rental .top .flex .text .set-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 18px;
}
@media (max-width: 750px) {
  #rental .top .flex .text .set-list ul {
    gap: 15px;
  }
}
#rental .top .flex .text .set-list ul li {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  display: flex;
  align-items: center;
  gap: 0 10px;
  line-height: 1;
}
@media (max-width: 750px) {
  #rental .top .flex .text .set-list ul li {
    gap: 0 6px;
  }
}
#rental .top .flex .text .set-list ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: times-new-roman, serif;
  font-size: 14px;
  background: #f29c9f;
  width: 17px;
  height: 17px;
  color: #fff;
  border-radius: 100%;
}
#rental .top .flex .text .set-list ul.first {
  width: 80%;
}
@media (max-width: 750px) {
  #rental .top .flex .text .set-list ul.first {
    width: 100%;
  }
}
#rental .top .flex .text .set-list ul.last {
  width: 95%;
}
@media (max-width: 750px) {
  #rental .top .flex .text .set-list ul.last {
    width: 100%;
  }
}
#rental .top .flex .text .set-list.mb {
  margin-bottom: 30px;
}
#rental .top .flex .img {
  position: relative;
  width: 330px;
  height: 660px;
  overflow: hidden;
  margin-top: -140px;
}
@media (max-width: 750px) {
  #rental .top .flex .img {
    position: absolute;
    width: 144px;
    height: 288px;
    top: -415px;
    right: -4%;
    margin-top: 0;
  }
}
#rental .top .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#rental .benefits {
  padding: 50px 0;
}
@media (max-width: 750px) {
  #rental .benefits {
    padding: 40px 0;
  }
}
#rental .benefits h2 {
  margin-bottom: 50px;
}
#rental .benefits h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  #rental .benefits h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
#rental .benefits .read {
  font-size: 16px;
  margin-bottom: 90px;
}
@media (max-width: 750px) {
  #rental .benefits .read {
    font-size: 15px;
  }
}
#rental .benefits .read p {
  text-align: center;
}
#rental .bottom {
  padding: 50px 0 100px;
}
@media (max-width: 750px) {
  #rental .bottom {
    padding: 40px 0 80px;
  }
}
#rental .bottom .sub {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0 36px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #rental .bottom .sub {
    gap: 0 27px;
  }
}
#rental .bottom .sub:before {
  position: absolute;
  content: "";
  background: url("../src/img/plan/cross-object.png") no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 750px) {
  #rental .bottom .sub:before {
    width: 14px;
    height: 14px;
  }
}
#rental .bottom .sub span {
  width: 206px;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: url("../src/img/rental/sub-bg-01.jpg") no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding: 10px 0;
}
@media (max-width: 750px) {
  #rental .bottom .sub span {
    width: 150px;
    font-size: 18px;
  }
}
#rental .bottom .sub span:last-of-type {
  background: url("../src/img/rental/sub-bg-02.jpg") no-repeat;
  background-size: cover;
}
#rental .bottom h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  #rental .bottom h2 {
    font-size: 24px;
    line-height: 1.42;
  }
}
#rental .bottom .flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  #rental .bottom .flex {
    flex-direction: column;
    gap: 50px 0;
  }
}
#rental .bottom .flex .img {
  position: relative;
  width: 480px;
  height: 564px;
  background: #e8e8e8;
  left: -50px;
  overflow: hidden;
}
@media (max-width: 750px) {
  #rental .bottom .flex .img {
    width: 100%;
    height: auto;
    aspect-ratio: 23/27;
    left: 0;
  }
}
#rental .bottom .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#rental .bottom .flex .text h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  #rental .bottom .flex .text h3 {
    font-size: 22px;
    text-align: center;
  }
}
#rental .bottom .flex .text .icons {
  width: 480px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  #rental .bottom .flex .text .icons {
    width: 100%;
    justify-content: center;
    gap: 30px 15px;
  }
}
#rental .bottom .flex .text .icons dl {
  width: 140px;
}
#rental .bottom .flex .text .icons dl dt {
  margin-bottom: 10px;
}
#rental .bottom .flex .text .icons dl dt .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #rental .bottom .flex .text .icons dl dt .icon {
    width: 83px;
    height: 83px;
  }
}
#rental .bottom .flex .text .icons dl dt .img {
  width: 100%;
  height: 67px;
  left: 0;
}
#rental .bottom .flex .text .icons dl dd {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  position: relative;
  text-align: center;
  line-height: 1.33;
}
@media (max-width: 750px) {
  #rental .bottom .flex .text .icons dl dd {
    font-size: 14px;
    line-height: 1.42;
  }
}
#rental .bottom .flex .text .icons dl dd span {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 750px) {
  #rental .bottom .flex .text .icons dl dd span {
    font-size: 10px;
    right: 8px;
    bottom: 2px;
  }
}
#rental .bottom .flex .text .icons dl dd.last {
  font-size: 13px;
  line-height: 1.38;
}
#rental .bottom .flex .text .price {
  position: relative;
}
#rental .bottom .flex .text .price:before {
  position: absolute;
  content: "";
  background: url("../src/img/rental/price-object.png") no-repeat;
  background-size: contain;
  width: 124px;
  height: 53px;
  top: -15px;
  right: 50px;
}
@media (max-width: 750px) {
  #rental .bottom .flex .text .price:before {
    width: 113px;
    height: 48px;
    top: 10px;
    right: 0;
  }
}
#rental .bottom .flex .text .price h4 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
#rental .bottom .flex .text .price .num {
  display: flex;
  gap: 0 14px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  #rental .bottom .flex .text .price .num {
    flex-direction: column;
    gap: 15px 0;
  }
}
#rental .bottom .flex .text .price .num p {
  width: 180px;
  text-align: center;
  border: 4px solid #f29c9f;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 750px) {
  #rental .bottom .flex .text .price .num p {
    width: 100%;
    border: 2px solid #f29c9f;
    font-size: 37.5px;
  }
}
#rental .bottom .flex .text .price .num p span {
  font-size: 13px;
}
@media (max-width: 750px) {
  #rental .bottom .flex .text .price .num p span {
    font-size: 20px;
  }
}
#rental .bottom .flex .text ul li {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  position: relative;
  font-size: 12px;
  line-height: 1.66;
  padding-left: 30px;
}
#rental .bottom .flex .text ul li span {
  position: absolute;
  top: 0;
  left: 0;
}

#mamafuri section {
  font-family: zen-old-mincho, serif;
}
@media (max-width: 750px) {
  #mamafuri .mainv .mv-ttl h1 {
    width: 325px;
  }
}
#mamafuri .top {
  padding: 50px 0 0;
}
@media (max-width: 750px) {
  #mamafuri .top {
    padding: 90px 0 0;
  }
}
#mamafuri .top .flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  #mamafuri .top .flex {
    position: relative;
  }
}
#mamafuri .top .flex .text {
  position: relative;
  width: 50%;
}
@media (max-width: 750px) {
  #mamafuri .top .flex .text {
    width: 100%;
  }
}
#mamafuri .top .flex .text:before {
  position: absolute;
  content: "";
  background: url("../src/img/mamafuri/top-object-01.png") no-repeat;
  background-size: contain;
  width: 147px;
  height: 143px;
  left: -90px;
  bottom: 80px;
}
@media (max-width: 750px) {
  #mamafuri .top .flex .text:before {
    width: 87.5px;
    height: 85px;
    left: 0;
    bottom: 95px;
  }
}
#mamafuri .top .flex .text h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.66;
  margin-bottom: 50px;
  word-break: keep-all;
}
@media (max-width: 750px) {
  #mamafuri .top .flex .text h2 {
    font-size: 24px;
  }
}
#mamafuri .top .flex .text .img-sec {
  display: flex;
  align-items: flex-start;
  justify-content: right;
  gap: 0 70px;
}
@media (max-width: 750px) {
  #mamafuri .top .flex .text .img-sec {
    gap: 0 20px;
  }
}
#mamafuri .top .flex .text .img-sec .cnt {
  width: 180px;
  height: 225px;
}
@media (max-width: 750px) {
  #mamafuri .top .flex .text .img-sec .cnt {
    width: 108px;
    height: 134.5px;
  }
}
#mamafuri .top .flex .text .img-sec .cnt img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#mamafuri .top .flex .text .img-sec .cnt:first-of-type {
  margin-top: 40px;
}
@media (max-width: 750px) {
  #mamafuri .top .flex .text .img-sec .cnt:first-of-type {
    margin-top: 25px;
  }
}
#mamafuri .top .flex .img {
  position: relative;
  width: 420px;
  height: 440px;
  overflow: hidden;
  margin-top: -140px;
}
@media (max-width: 750px) {
  #mamafuri .top .flex .img {
    position: absolute;
    width: 181px;
    height: 192px;
    top: -230px;
    right: 0;
    margin-top: 0;
  }
}
#mamafuri .top .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#mamafuri .benefits {
  padding: 50px 0 100px;
}
@media (max-width: 750px) {
  #mamafuri .benefits {
    padding: 40px 0 80px;
  }
}
#mamafuri .benefits h2 {
  margin-bottom: 50px;
}
#mamafuri .benefits h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 95px;
}
@media (max-width: 750px) {
  #mamafuri .benefits h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
#mamafuri .benefits .benefits-list {
  margin-bottom: 60px;
}
#mamafuri .benefits .bg-box {
  width: -moz-fit-content;
  width: fit-content;
  background: #f9f4ef;
  margin: 0 auto;
  border-radius: 10px;
  padding: 18px 76px;
}
@media (max-width: 750px) {
  #mamafuri .benefits .bg-box {
    padding: 20px 20px 30px;
    border-radius: 5px;
  }
}
#mamafuri .benefits .bg-box p {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
#mamafuri .benefits .bg-box p span {
  position: relative;
  display: inline-block;
}
#mamafuri .benefits .bg-box p span:before {
  position: absolute;
  content: "";
  background: #f29c9f;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}
#mamafuri .flow {
  background: #fbf7ea;
  padding: 100px 0;
}
@media (max-width: 750px) {
  #mamafuri .flow {
    padding: 60px 0 80px;
  }
}
#mamafuri .flow .inner {
  padding: 0;
}
#mamafuri .flow h2 {
  margin-bottom: 50px;
}
#mamafuri .flow dl {
  position: relative;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 0 60px;
  padding: 30px 0;
  margin-bottom: 20px;
  z-index: 5;
}
@media (max-width: 750px) {
  #mamafuri .flow dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
    padding: 30px 20px;
  }
}
#mamafuri .flow dl dt {
  display: flex;
  gap: 0 30px;
}
@media (max-width: 750px) {
  #mamafuri .flow dl dt {
    gap: 0 20px;
  }
}
#mamafuri .flow dl dt .step {
  position: relative;
  font-family: times-new-roman, serif;
  width: 100px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #mamafuri .flow dl dt .step {
    width: 46px;
    margin-right: 20px;
  }
}
#mamafuri .flow dl dt .step:before {
  position: absolute;
  content: "";
  background: #f29c9f;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 750px) {
  #mamafuri .flow dl dt .step:before {
    right: -20px;
  }
}
#mamafuri .flow dl dt .step span {
  display: block;
  font-size: 30px;
  line-height: 0.8;
  margin-top: 5px;
}
#mamafuri .flow dl dt .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
}
#mamafuri .flow dl dd {
  width: calc(100% - 233px);
}
@media (max-width: 750px) {
  #mamafuri .flow dl dd {
    width: 100%;
  }
}
#mamafuri .flow dl dd .text {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 750px) {
  #mamafuri .flow dl dd .text {
    font-size: 20px;
  }
}
#mamafuri .flow dl:last-of-type {
  margin-bottom: 0;
}

#buy section {
  font-family: zen-old-mincho, serif;
}
@media (max-width: 750px) {
  #buy .mainv .mv-ttl h1 {
    width: 150px;
  }
}
#buy .top {
  padding: 50px 0;
}
@media (max-width: 750px) {
  #buy .top {
    padding: 90px 0 40px;
  }
}
#buy .top .flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  #buy .top .flex {
    position: relative;
  }
}
#buy .top .flex .text {
  width: 60%;
}
@media (max-width: 750px) {
  #buy .top .flex .text {
    width: 100%;
  }
}
#buy .top .flex .text h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.66;
  margin-bottom: 70px;
  word-break: keep-all;
}
@media (max-width: 750px) {
  #buy .top .flex .text h2 {
    font-size: 24px;
    margin-bottom: 50px;
    word-break: normal;
  }
}
#buy .top .flex .text .rental-price {
  display: flex;
  gap: 0 20px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #buy .top .flex .text .rental-price {
    flex-direction: column;
    gap: 20px 0;
  }
}
#buy .top .flex .text .rental-price dt {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 750px) {
  #buy .top .flex .text .rental-price dt {
    font-size: 22px;
  }
}
#buy .top .flex .text .rental-price dd {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  padding-left: 50px;
}
@media (max-width: 750px) {
  #buy .top .flex .text .rental-price dd {
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
  }
}
#buy .top .flex .text .rental-price dd:before {
  position: absolute;
  content: "";
  background: url("../src/img/plan/dots-object.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 3px;
  top: 6px;
  left: 0;
  bottom: 0;
  margin: auto;
}
#buy .top .flex .text .rental-price dd span {
  display: inline-block;
  font-size: 16px;
}
#buy .top .flex .text .set-list .title {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #f29c9f;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  #buy .top .flex .text .set-list .title {
    font-size: 20px;
  }
}
#buy .top .flex .text .set-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 18px;
}
@media (max-width: 750px) {
  #buy .top .flex .text .set-list ul {
    gap: 15px;
  }
}
#buy .top .flex .text .set-list ul li {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  display: flex;
  align-items: center;
  gap: 0 10px;
  line-height: 1;
}
@media (max-width: 750px) {
  #buy .top .flex .text .set-list ul li {
    gap: 0 6px;
  }
}
#buy .top .flex .text .set-list ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: times-new-roman, serif;
  font-size: 14px;
  background: #f29c9f;
  width: 17px;
  height: 17px;
  color: #fff;
  border-radius: 100%;
}
#buy .top .flex .text .set-list.mb {
  margin-bottom: 30px;
}
#buy .top .flex .img {
  position: relative;
  width: 330px;
  height: 660px;
  overflow: hidden;
  margin-top: -140px;
}
@media (max-width: 750px) {
  #buy .top .flex .img {
    position: absolute;
    width: 144px;
    height: 288px;
    top: -415px;
    right: -4%;
    margin-top: 0;
  }
}
#buy .top .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#buy .benefits {
  padding: 50px 0 100px;
}
@media (max-width: 750px) {
  #buy .benefits {
    padding: 40px 0;
  }
}
#buy .benefits h2 {
  margin-bottom: 50px;
}
#buy .benefits h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  #buy .benefits h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
#buy .benefits .read {
  font-size: 16px;
  margin-bottom: 90px;
}
#buy .benefits .read p {
  text-align: center;
}
#buy .benefits .benefits-list .benefits-box {
  padding: 55px 38px 20px;
}
@media (max-width: 750px) {
  #buy .benefits .benefits-list .benefits-box {
    padding: 55px 19px 30px;
  }
}

#order .border-btn a {
  width: 270px;
}
@media (max-width: 750px) {
  #order .border-btn a {
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  #order .mainv .mv-ttl h1 {
    width: 215px;
  }
}
#order .top {
  padding: 60px 0 65px;
}
@media (max-width: 750px) {
  #order .top {
    padding: 80px 0 70px;
  }
}
#order .top .flex {
  position: relative;
}
#order .top .flex:before {
  position: absolute;
  content: "";
  background: url("../src/img/order/top-object.png") no-repeat;
  background-size: contain;
  width: 279px;
  height: 279px;
  left: -168px;
  bottom: -160px;
}
@media (max-width: 750px) {
  #order .top .flex:before {
    display: none;
  }
}
#order .top .flex .text {
  width: calc(100% - 330px);
}
@media (max-width: 750px) {
  #order .top .flex .text {
    width: 100%;
  }
}
@media (max-width: 750px) {
  #order .top .flex .text h2 {
    padding-bottom: 15px;
    line-height: 1.66;
  }
}
#order .top .flex .img {
  position: relative;
  width: 330px;
  height: 450px;
  margin-top: -140px;
  z-index: 5;
}
@media (max-width: 750px) {
  #order .top .flex .img {
    position: absolute;
    width: 145px;
    height: 200px;
    top: -95px;
    right: -4%;
  }
}
#order .details {
  padding: 50px 0 100px;
  overflow: clip;
}
@media (max-width: 750px) {
  #order .details {
    padding: 70px 0 80px;
    overflow: inherit;
  }
}
#order .details .inner {
  position: relative;
}
@media (max-width: 750px) {
  #order .details .inner {
    width: 100%;
  }
}
#order .details .inner:before {
  position: absolute;
  content: "";
  background: url("../src/img/order/details-object.png") no-repeat;
  background-size: contain;
  width: 442px;
  height: 442px;
  top: 1552px;
  right: -162px;
}
@media (max-width: 750px) {
  #order .details .inner:before {
    width: 140px;
    height: 140px;
    top: -90px;
    left: -35px;
    right: auto;
  }
}
#order .details .flex {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  #order .details .flex {
    flex-direction: column;
  }
}
#order .details .flex .img {
  width: 60%;
  height: 450px;
}
@media (max-width: 750px) {
  #order .details .flex .img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/4;
  }
}
#order .details .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#order .details .flex .img.h472 {
  height: 472px;
}
@media (max-width: 750px) {
  #order .details .flex .img.h472 {
    height: auto;
  }
}
#order .details .flex .img.h505 {
  height: 505px;
}
@media (max-width: 750px) {
  #order .details .flex .img.h505 {
    height: auto;
  }
}
#order .details .flex .img.h541 {
  height: 541px;
}
@media (max-width: 750px) {
  #order .details .flex .img.h541 {
    height: auto;
  }
}
#order .details .flex .text {
  position: absolute;
  max-width: 500px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: #f9f4ef;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 40px;
  box-shadow: 10px 10px 50px rgba(173, 148, 122, 0.3);
}
@media (max-width: 750px) {
  #order .details .flex .text {
    position: relative;
    width: 92%;
    left: 0;
    bottom: auto;
    margin-top: -50px;
    padding: 25px;
    box-shadow: 5px 5px 25px rgba(173, 148, 122, 0.3);
  }
}
#order .details .flex .text .title {
  margin-bottom: 25px;
}
#order .details .flex .text .title p {
  display: flex;
  align-items: center;
  gap: 0 14px;
  line-height: 1;
  font-family: zen-old-mincho, serif;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 750px) {
  #order .details .flex .text .title p {
    font-size: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
    line-height: 1.2;
  }
}
#order .details .flex .text .title p span {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  background: #f29c9f;
  width: 48px;
  height: 48px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
}
#order .details .flex .text .title.mb20 {
  margin-bottom: 20px;
}
#order .details .flex .text .sub-title {
  font-family: zen-old-mincho, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #order .details .flex .text .sub-title {
    font-size: 18px;
    line-height: 1.59;
  }
}
#order .details .flex .text .bg {
  background: #fff;
  padding: 25px 30px;
}
@media (max-width: 750px) {
  #order .details .flex .text .bg {
    padding: 25px 22px;
  }
}
#order .details .flex .text .bg .tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0eae5;
}
@media (max-width: 750px) {
  #order .details .flex .text .bg .tel {
    flex-direction: column;
    gap: 15px 0;
  }
}
#order .details .flex .text .bg .tel p {
  font-family: zen-old-mincho, serif;
  font-weight: 700;
  line-height: 1;
}
#order .details .flex .text .bg .tel a {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  padding-left: 37px;
}
@media (max-width: 750px) {
  #order .details .flex .text .bg .tel a {
    font-size: 25px;
    padding-left: 39px;
  }
}
#order .details .flex .text .bg .tel a:before {
  position: absolute;
  content: "";
  background: url("../src/img/order/tel-icon.png") no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 750px) {
  #order .details .flex .text .bg .tel a:before {
    width: 31.5px;
    height: 31.5px;
  }
}
#order .details .flex .text .bg .other dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #order .details .flex .text .bg .other dl {
    flex-direction: column;
    gap: 15px 0;
    margin-bottom: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f0eae5;
  }
}
#order .details .flex .text .bg .other dl dt {
  font-family: zen-old-mincho, serif;
  font-weight: 700;
}
@media (max-width: 750px) {
  #order .details .flex .text .bg .other dl dt {
    line-height: 1;
  }
}
#order .details .flex .text .bg .other dl dd a {
  display: block;
  width: 230px;
  background: #f29c9f;
  color: #fff;
  border-radius: 25px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
#order .details .flex .text .bg .other dl:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#order .details .flex .text .bg .other dl:last-of-type dd a {
  position: relative;
  background: #0ac552;
}
#order .details .flex .text .bg .other dl:last-of-type dd a:before {
  position: absolute;
  content: "";
  background: url("../src/img/order/line-icon.png") no-repeat;
  background-size: contain;
  width: 43px;
  height: 43px;
  top: 0;
  left: 12px;
  bottom: 0;
  margin: auto;
}
#order .details .flex .text .border-btn {
  margin-top: 20px;
}
#order .details .flex.rev {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  #order .details .flex.rev {
    flex-direction: column;
  }
}
#order .details .flex.rev .text {
  right: auto;
  left: 0;
}
#order .details .flex:last-of-type {
  margin-bottom: 0;
}

#kimono .mainv {
  margin-top: 110px;
}
@media (max-width: 750px) {
  #kimono .mainv {
    padding-bottom: 200px;
  }
}
#kimono .mainv:after {
  position: absolute;
  content: "";
  background: url("../src/img/kimono/mainv.jpg") no-repeat;
  background-size: cover;
  width: 650px;
  height: 480px;
  left: 0;
  right: -550px;
  bottom: -65px;
  margin: auto;
}
@media (max-width: 750px) {
  #kimono .mainv:after {
    width: 92%;
    height: auto;
    aspect-ratio: 23/17;
    left: 0;
    right: 0;
    bottom: -90px;
    margin: auto;
  }
}
#kimono .intro {
  padding: 170px 0 60px;
  overflow: clip;
}
@media (max-width: 750px) {
  #kimono .intro {
    padding: 160px 0 40px;
  }
}
#kimono .intro h2 {
  font-family: zen-old-mincho, serif;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  #kimono .intro h2 {
    font-size: 24px;
    text-align: left;
    line-height: 1.66;
    margin-bottom: 40px;
  }
}
#kimono .intro .flex {
  position: relative;
  gap: 0 60px;
}
@media (max-width: 750px) {
  #kimono .intro .flex {
    flex-direction: column-reverse;
    gap: 50px 0;
  }
}
#kimono .intro .flex:before {
  position: absolute;
  content: "";
  background: url("../src/img/kimono/intro-object-01.png") no-repeat;
  background-size: contain;
  width: 161px;
  height: 175px;
  left: -180px;
  bottom: -12px;
}
@media (max-width: 750px) {
  #kimono .intro .flex:before {
    width: 105px;
    height: 114px;
    left: -65px;
    bottom: -15px;
  }
}
#kimono .intro .flex:after {
  position: absolute;
  content: "";
  background: url("../src/img/kimono/intro-object-02.png") no-repeat;
  background-size: contain;
  width: 264px;
  height: 264px;
  right: -120px;
  bottom: -22px;
}
@media (max-width: 750px) {
  #kimono .intro .flex:after {
    width: 173px;
    height: 173px;
    right: -60px;
    bottom: -10px;
  }
}
#kimono .intro .flex .img {
  width: 340px;
  height: 400px;
}
@media (max-width: 750px) {
  #kimono .intro .flex .img {
    width: 223px;
    height: 262px;
    margin-left: 45px;
  }
}
#kimono .intro .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#kimono .intro .flex .text {
  padding-top: 45px;
  width: calc(100% - 400px);
}
@media (max-width: 750px) {
  #kimono .intro .flex .text {
    width: 100%;
    padding-top: 0;
  }
}
#kimono .information {
  padding: 60px 0 80px;
}
@media (max-width: 750px) {
  #kimono .information {
    padding: 40px 0;
  }
}
#kimono .information h2 {
  margin-bottom: 50px;
}
#kimono .information h2 span {
  display: block;
  line-height: 1;
}
#kimono .information h2 span.en {
  font-family: times-new-roman, serif;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #kimono .information h2 span.en {
    font-size: 40px;
    line-height: 1.2;
  }
}
#kimono .information h2 span.en::first-letter {
  color: #efd022;
}
#kimono .information h2 span.jp {
  position: relative;
  font-family: zen-old-mincho, serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
  padding-bottom: 18px;
}
@media (max-width: 750px) {
  #kimono .information h2 span.jp {
    margin-top: 15px;
  }
}
#kimono .information h2 span.jp:before {
  content: "";
  width: 25px;
  height: 3px;
  background: #efd022;
  position: absolute;
  bottom: 0;
  left: 0;
}
#kimono .information .bg {
  position: relative;
  padding-top: 50px;
  margin-bottom: 80px;
}
#kimono .information .bg:before {
  position: absolute;
  content: "";
  background: url("../src/img/kimono/info-bg-01.jpg");
  background-size: contain;
  width: 78%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 750px) {
  #kimono .information .bg:before {
    width: 96%;
    height: 80%;
  }
}
#kimono .information .bg .inner {
  position: relative;
}
#kimono .information .bg .flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  #kimono .information .bg .flex {
    flex-direction: column;
    gap: 50px 0;
  }
}
#kimono .information .bg .flex .text {
  width: calc(100% - 330px);
  padding-top: 20px;
}
@media (max-width: 750px) {
  #kimono .information .bg .flex .text {
    width: 100%;
    padding-top: 0;
    padding-right: 32px;
  }
}
#kimono .information .bg .flex .text h3 {
  font-family: zen-old-mincho, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  #kimono .information .bg .flex .text h3 {
    font-size: 22px;
    line-height: 1.66;
  }
}
#kimono .information .bg .flex .img {
  width: 330px;
  height: 282px;
  background: #000;
}
@media (max-width: 750px) {
  #kimono .information .bg .flex .img {
    width: 300px;
    height: 255px;
  }
}
#kimono .information .bg.second:before {
  background: url("../src/img/kimono/info-bg-02.jpg");
  background-size: contain;
  left: auto;
  right: 0;
}
@media (max-width: 750px) {
  #kimono .information .bg.second:before {
    left: 0;
    right: auto;
  }
}
#kimono .information .bg.second .flex {
  flex-direction: row-reverse;
  gap: 0 60px;
}
@media (max-width: 750px) {
  #kimono .information .bg.second .flex {
    flex-direction: column;
    gap: 50px 0;
  }
}
#kimono .information .bg.second .flex .text {
  width: calc(100% - 390px);
}
@media (max-width: 750px) {
  #kimono .information .bg.second .flex .text {
    width: 100%;
  }
}
#kimono .information .bg.last {
  margin-bottom: 0;
}
#kimono .care-about {
  padding: 85px 0 120px;
}
@media (max-width: 750px) {
  #kimono .care-about {
    padding: 40px 0 100px;
  }
}
#kimono .care-about .flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  #kimono .care-about .flex {
    flex-direction: column;
    gap: 75px 0;
  }
}
#kimono .care-about .flex .text {
  width: 40%;
}
@media (max-width: 750px) {
  #kimono .care-about .flex .text {
    width: 100%;
  }
}
#kimono .care-about .flex .text h2 {
  margin-bottom: 50px;
}
#kimono .care-about .flex .text h2 span {
  display: block;
  line-height: 1;
}
#kimono .care-about .flex .text h2 span.en {
  font-family: times-new-roman, serif;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #kimono .care-about .flex .text h2 span.en {
    font-size: 40px;
  }
}
#kimono .care-about .flex .text h2 span.en::first-letter {
  color: #efd022;
}
#kimono .care-about .flex .text h2 span.jp {
  position: relative;
  font-family: zen-old-mincho, serif;
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
  padding-bottom: 18px;
}
#kimono .care-about .flex .text h2 span.jp:before {
  content: "";
  width: 25px;
  height: 3px;
  background: #efd022;
  position: absolute;
  bottom: 0;
  left: 0;
}
#kimono .care-about .flex .img {
  position: relative;
  width: 50%;
}
@media (max-width: 750px) {
  #kimono .care-about .flex .img {
    width: 80%;
    height: auto;
    aspect-ratio: 5/4;
    margin: 0 auto;
  }
}
#kimono .care-about .flex .img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #f4b0a5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(15deg);
}
#kimono .care-about .flex .border-btn {
  margin-top: 45px;
}
@media (max-width: 750px) {
  #kimono .care-about .flex .border-btn {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  #kimono .care-about .flex .border-btn a {
    width: 275px;
    margin: 0 auto;
  }
}
#kimono .care-about .flex .border-btn a:before {
  transform: rotate(45deg);
}

#hakama .mainv {
  position: relative;
  height: 410px;
}
@media (max-width: 750px) {
  #hakama .mainv {
    height: auto;
    padding-bottom: 190px;
  }
}
#hakama .mainv .mv-ttl {
  z-index: 5;
}
@media (max-width: 750px) {
  #hakama .mainv .mv-ttl h1 {
    font-size: 50px;
  }
}
#hakama .mainv .img-sec {
  position: absolute;
  width: 1200px;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: right;
  gap: 0 15px;
}
@media (max-width: 750px) {
  #hakama .mainv .img-sec {
    width: 100%;
    align-items: flex-end;
    top: auto;
    bottom: -30px;
  }
}
#hakama .mainv .img-sec .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#hakama .mainv .img-sec .img.first {
  margin-top: 80px;
  width: 146px;
  height: 261px;
}
@media (max-width: 750px) {
  #hakama .mainv .img-sec .img.first {
    margin-top: 0;
    margin-bottom: 62px;
    width: 67.5px;
    height: 121px;
  }
}
#hakama .mainv .img-sec .img.second {
  margin-top: 155px;
  width: 228px;
  height: 335px;
}
@media (max-width: 750px) {
  #hakama .mainv .img-sec .img.second {
    margin-top: 0;
    width: 106px;
    height: 155.5px;
  }
}
#hakama .mainv .img-sec .img.third {
  width: 338px;
  height: 550px;
}
@media (max-width: 750px) {
  #hakama .mainv .img-sec .img.third {
    margin-bottom: 102px;
    width: 157px;
    height: 242px;
  }
}
#hakama .intro {
  position: relative;
  padding: 120px 0 0;
  z-index: 5;
}
@media (max-width: 750px) {
  #hakama .intro {
    padding: 87.5px 0 40px;
  }
}
#hakama .intro .flex {
  position: relative;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #hakama .intro .flex {
    flex-direction: column;
    gap: 80px 0;
  }
}
#hakama .intro .flex:before {
  position: absolute;
  content: "";
  background: url("../src/img/hakama/intro-object-01.png") no-repeat;
  background-size: contain;
  width: 101px;
  height: 118px;
  top: 15px;
  left: 0;
  right: -85px;
  margin: auto;
}
@media (max-width: 750px) {
  #hakama .intro .flex:before {
    width: 50px;
    height: 59px;
    top: 170px;
    left: 15px;
    right: auto;
    bottom: 0;
  }
}
#hakama .intro .flex:after {
  position: absolute;
  content: "";
  background: url("../src/img/hakama/intro-object-02.png") no-repeat;
  background-size: contain;
  width: 161px;
  height: 175px;
  left: -180px;
  bottom: -30px;
}
@media (max-width: 750px) {
  #hakama .intro .flex:after {
    width: 100px;
    height: 110px;
    top: 70px;
    left: auto;
    right: -4%;
    bottom: 0;
    margin: auto;
  }
}
#hakama .intro .flex .text h2 {
  font-family: zen-old-mincho, serif;
  font-size: 35px;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 45px;
}
@media (max-width: 750px) {
  #hakama .intro .flex .text h2 {
    font-size: 24px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
}
#hakama .intro .flex .text p {
  line-height: 2.66;
}
#hakama .intro .flex .img {
  margin-top: 60px;
  width: 453px;
  height: 458px;
}
@media (max-width: 750px) {
  #hakama .intro .flex .img {
    width: 285px;
    height: 288.5px;
    margin: 0 auto;
  }
}
#hakama .intro .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#hakama .rental {
  padding: 58px 0 50px;
}
@media (max-width: 750px) {
  #hakama .rental {
    padding: 40px 0;
  }
}
#hakama .rental .flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  #hakama .rental .flex {
    flex-direction: column-reverse;
    gap: 40px 0;
  }
}
#hakama .rental .flex .img {
  width: 328px;
  height: 513px;
}
@media (max-width: 750px) {
  #hakama .rental .flex .img {
    width: 233.5px;
    height: 365px;
    margin: 0 auto;
  }
}
#hakama .rental .flex .text {
  width: 600px;
}
@media (max-width: 750px) {
  #hakama .rental .flex .text {
    width: 100%;
  }
}
#hakama .rental .flex .text .read {
  margin-bottom: 25px;
}
#hakama .rental .flex .text .set-list .title {
  display: flex;
  justify-content: space-between;
  font-family: zen-old-mincho, serif;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #f29c9f;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  #hakama .rental .flex .text .set-list .title {
    font-size: 20px;
    flex-direction: column;
    padding-bottom: 10px;
  }
}
#hakama .rental .flex .text .set-list .title span {
  font-size: 16px;
}
#hakama .rental .flex .text .set-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 18px;
}
#hakama .rental .flex .text .set-list ul li {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  display: flex;
  align-items: center;
  gap: 0 10px;
  line-height: 1;
}
#hakama .rental .flex .text .set-list ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: times-new-roman, serif;
  font-size: 14px;
  background: #f29c9f;
  width: 17px;
  height: 17px;
  color: #fff;
  border-radius: 100%;
}
#hakama .rental .flex .text .set-list ul.first {
  width: 80%;
}
#hakama .rental .flex .text .set-list ul.last {
  width: 95%;
}
#hakama .rental .flex .text .set-list.mb {
  margin-bottom: 30px;
}
#hakama .rental .flex .text .set-list .caution {
  font-size: 13px;
  line-height: 1;
  margin-top: 15px;
}
#hakama .benefits {
  font-family: zen-old-mincho, serif;
  padding: 50px 0 100px;
}
#hakama .benefits h2 {
  margin-bottom: 95px;
}
#hakama .benefits .benefits-list .benefits-box {
  min-height: auto;
  padding-bottom: 40px;
}
#hakama .benefits .benefits-list .benefits-box dl .solo {
  font-size: 30px;
  margin-top: 10px;
}

#photo .mainv {
  position: relative;
  height: 410px;
}
@media (max-width: 750px) {
  #photo .mainv {
    height: auto;
    padding-bottom: 190px;
  }
}
#photo .mainv .mv-ttl {
  z-index: 5;
}
@media (max-width: 750px) {
  #photo .mainv .mv-ttl h1 {
    font-size: 50px;
  }
}
#photo .mainv .img-sec {
  position: absolute;
  width: 1200px;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: right;
  gap: 0 15px;
}
@media (max-width: 750px) {
  #photo .mainv .img-sec {
    width: 100%;
    align-items: flex-end;
    top: auto;
    bottom: -30px;
  }
}
#photo .mainv .img-sec .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#photo .mainv .img-sec .img.first {
  margin-top: 80px;
  width: 146px;
  height: 261px;
}
@media (max-width: 750px) {
  #photo .mainv .img-sec .img.first {
    margin-top: 0;
    margin-bottom: 62px;
    width: 67.5px;
    height: 121px;
  }
}
#photo .mainv .img-sec .img.second {
  margin-top: 155px;
  width: 228px;
  height: 335px;
}
@media (max-width: 750px) {
  #photo .mainv .img-sec .img.second {
    margin-top: 0;
    width: 106px;
    height: 155.5px;
  }
}
#photo .mainv .img-sec .img.third {
  width: 338px;
  height: 550px;
}
@media (max-width: 750px) {
  #photo .mainv .img-sec .img.third {
    margin-bottom: 102px;
    width: 157px;
    height: 242px;
  }
}
@media (max-width: 750px) {
  #photo .main-flex {
    flex-direction: column;
    gap: 45px 0;
  }
}
#photo .main-flex .text {
  width: 50%;
}
@media (max-width: 750px) {
  #photo .main-flex .text {
    width: 100%;
  }
}
#photo .main-flex .text h2 {
  margin-bottom: 45px;
}
#photo .main-flex .text h2 span {
  display: block;
  line-height: 1;
}
#photo .main-flex .text h2 span.en {
  font-family: times-new-roman, serif;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #photo .main-flex .text h2 span.en {
    font-size: 40px;
  }
}
#photo .main-flex .text h2 span.en:first-letter {
  color: #efd022;
}
#photo .main-flex .text h2 span.en b {
  color: #efd022;
  font-weight: 400;
}
#photo .main-flex .text h2 span.jp {
  position: relative;
  font-family: zen-old-mincho, serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  padding-bottom: 18px;
}
#photo .main-flex .text h2 span.jp:before {
  content: "";
  width: 25px;
  height: 3px;
  background: #efd022;
  position: absolute;
  bottom: 0;
  left: 0;
}
#photo .main-flex .img {
  position: relative;
  width: 50%;
  height: 400px;
}
@media (max-width: 750px) {
  #photo .main-flex .img {
    width: 100%;
    height: auto;
    aspect-ratio: 115/63;
  }
}
#photo .main-flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#photo .intro {
  padding: 230px 0 65px;
}
@media (max-width: 750px) {
  #photo .intro {
    padding: 85px 0 40px;
    overflow: clip;
  }
}
#photo .intro .inner {
  position: relative;
}
#photo .intro .inner:before {
  position: absolute;
  content: "";
  background: url("../src/img/photo/intro-object-01.png") no-repeat;
  background-size: contain;
  width: 101px;
  height: 118px;
  top: -250px;
  left: 250px;
}
@media (max-width: 750px) {
  #photo .intro .inner:before {
    display: none;
  }
}
#photo .intro .inner:after {
  position: absolute;
  content: "";
  background: url("../src/img/photo/intro-object-02.png") no-repeat;
  background-size: contain;
  width: 264px;
  height: 264px;
  right: -50px;
  bottom: 50px;
}
@media (max-width: 750px) {
  #photo .intro .inner:after {
    width: 177.5px;
    height: 177.5px;
    right: -25px;
    bottom: -25px;
  }
}
#photo .intro .flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  #photo .intro .flex {
    flex-direction: column-reverse;
    gap: 45px 0;
  }
}
#photo .intro .flex .img {
  width: 340px;
  height: 400px;
}
@media (max-width: 750px) {
  #photo .intro .flex .img {
    position: relative;
    width: 250px;
    height: 294px;
    z-index: 5;
  }
}
#photo .intro .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#photo .intro .flex .text {
  writing-mode: vertical-rl;
}
@media (max-width: 750px) {
  #photo .intro .flex .text {
    writing-mode: inherit;
    width: 100%;
  }
}
#photo .intro .flex .text h2 {
  font-family: zen-old-mincho, serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.71;
  letter-spacing: -0.35em;
  margin-left: 35px;
}
@media (max-width: 750px) {
  #photo .intro .flex .text h2 {
    font-size: 24px;
    margin-left: 0;
    margin-bottom: 35px;
    letter-spacing: 0.12em;
  }
}
#photo .intro .flex .text p {
  line-height: 2.66;
}
@media (max-width: 750px) {
  #photo .intro .flex .text p {
    display: block;
    line-height: 2;
    margin: 0 auto;
  }
}
#photo .location {
  padding: 65px 0 60px;
}
@media (max-width: 750px) {
  #photo .location {
    padding: 40px 0;
  }
}
#photo .features {
  background: url("../src/img/photo/features-bg.jpg") no-repeat;
  background-size: cover;
  padding: 100px 0 95px;
}
@media (max-width: 750px) {
  #photo .features {
    padding: 80px 0;
  }
}
#photo .features h2 {
  margin-bottom: 50px;
}
#photo .features .flex {
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  #photo .features .flex {
    flex-direction: column;
    gap: 40px 0;
  }
}
#photo .features .flex .cnt {
  width: 340px;
  background: #fff;
}
@media (max-width: 750px) {
  #photo .features .flex .cnt {
    width: 100%;
  }
}
#photo .features .flex .cnt .thumb {
  width: 100%;
  height: 230px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #photo .features .flex .cnt .thumb {
    height: auto;
    aspect-ratio: 69/47;
  }
}
#photo .features .flex .cnt .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#photo .features .flex .cnt h3 {
  position: relative;
  font-family: zen-old-mincho, serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
#photo .features .flex .cnt h3:before {
  position: absolute;
  content: "";
  background: #efd022;
  width: 25px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#photo .features .flex .cnt p {
  padding: 0 20px 35px;
}
#photo .features .caution p {
  font-size: 10px;
  text-align: right;
  line-height: 1;
}
#photo .studio {
  padding: 100px 0;
  overflow-x: clip;
}
@media (max-width: 750px) {
  #photo .studio {
    padding: 80px 0;
  }
}
#photo .studio .inner-wide {
  position: relative;
}
#photo .studio .inner-wide:before {
  position: absolute;
  content: "";
  background: url("../src/img/photo/studio-object.png") no-repeat;
  background-size: contain;
  width: 161px;
  height: 175px;
  right: -100px;
  bottom: -130px;
  margin: auto;
  z-index: 5;
}
@media (max-width: 750px) {
  #photo .studio .inner-wide:before {
    width: 105px;
    height: 114px;
    right: -60px;
    bottom: -60px;
  }
}
#photo .gallery {
  position: relative;
  background: #fbf7ea;
  padding: 100px 0;
}
@media (max-width: 750px) {
  #photo .gallery {
    padding: 60px 0 80px;
  }
}
#photo .gallery h2 {
  margin-bottom: 50px;
}
#photo .gallery h3 {
  font-family: zen-old-mincho, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
#photo .gallery .flex {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 5px 0;
}
@media (max-width: 750px) {
  #photo .gallery .flex {
    width: 345px;
    margin: 0 auto 50px;
  }
}
#photo .gallery .flex .img {
  height: 350px;
}
@media (max-width: 750px) {
  #photo .gallery .flex .img {
    height: 142px;
  }
}
#photo .gallery .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#photo .gallery .flex .img.first {
  width: 500px;
}
@media (max-width: 750px) {
  #photo .gallery .flex .img.first {
    width: 202.5px;
  }
}
#photo .gallery .flex .img.second {
  width: 340px;
}
@media (max-width: 750px) {
  #photo .gallery .flex .img.second {
    width: 138px;
  }
}
#photo .gallery .flex .img.third {
  width: 250px;
}
@media (max-width: 750px) {
  #photo .gallery .flex .img.third {
    width: 147px;
    height: 200px;
  }
}
#photo .gallery .flex .img.four {
  width: 340px;
}
@media (max-width: 750px) {
  #photo .gallery .flex .img.four {
    width: 192px;
    height: 200px;
  }
}
#photo .gallery .flex .img.five {
  width: 220px;
}
@media (max-width: 750px) {
  #photo .gallery .flex .img.five {
    width: 99px;
    height: 158px;
  }
}
#photo .gallery .flex .img.six {
  width: 530px;
}
@media (max-width: 750px) {
  #photo .gallery .flex .img.six {
    width: 239px;
    height: 158px;
  }
}
#photo .gallery .ig-btn a {
  display: block;
  width: 270px;
  color: #fff;
  background: url("../src/img/photo/ig-bg.jpg") no-repeat;
  background-size: cover;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 25px;
}

/*-----------------------
common
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  width: 100%;
  color: #000;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 2;
  margin-top: 80px;
  letter-spacing: 0.06em;
}
@media (max-width: 750px) {
  body {
    margin-top: 55px;
  }
}
body.active {
  overflow-y: hidden;
}

a {
  transition: 0.3s;
  color: #000;
}

.flex {
  display: flex;
}

.inner {
  width: 92%;
  max-width: 100rem;
  margin: 0 auto;
}

p {
  text-align: justify;
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}

.tab {
  display: none;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}

@media (min-width: 751px) and (max-width: 1024px) {
  .pc {
    display: block;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}