@charset "UTF-8";
.js-span-text {
  opacity: 0;
}
.js-span-text .anime-letter {
  display: inline-block;
  opacity: 0;
}
.js-span-text.in-view {
  opacity: 1;
}
.js-span-text.in-view .anime-letter:nth-child(1) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.36s;
}
.js-span-text.in-view .anime-letter:nth-child(2) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.42s;
}
.js-span-text.in-view .anime-letter:nth-child(3) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.48s;
}
.js-span-text.in-view .anime-letter:nth-child(4) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.54s;
}
.js-span-text.in-view .anime-letter:nth-child(5) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.6s;
}
.js-span-text.in-view .anime-letter:nth-child(6) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.66s;
}
.js-span-text.in-view .anime-letter:nth-child(7) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.72s;
}
.js-span-text.in-view .anime-letter:nth-child(8) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.78s;
}
.js-span-text.in-view .anime-letter:nth-child(9) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.84s;
}
.js-span-text.in-view .anime-letter:nth-child(10) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.9s;
}
.js-span-text.in-view .anime-letter:nth-child(11) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.96s;
}
.js-span-text.in-view .anime-letter:nth-child(12) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.02s;
}
.js-span-text.in-view .anime-letter:nth-child(13) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.08s;
}
.js-span-text.in-view .anime-letter:nth-child(14) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.14s;
}
.js-span-text.in-view .anime-letter:nth-child(15) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.2s;
}
.js-span-text.in-view .anime-letter:nth-child(16) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.26s;
}
.js-span-text.in-view .anime-letter:nth-child(17) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.32s;
}
.js-span-text.in-view .anime-letter:nth-child(18) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.38s;
}
.js-span-text.in-view .anime-letter:nth-child(19) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.44s;
}
.js-span-text.in-view .anime-letter:nth-child(20) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.5s;
}
.js-span-text.in-view .anime-letter:nth-child(21) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.56s;
}
.js-span-text.in-view .anime-letter:nth-child(22) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.62s;
}
.js-span-text.in-view .anime-letter:nth-child(23) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.68s;
}
.js-span-text.in-view .anime-letter:nth-child(24) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.74s;
}
.js-span-text.in-view .anime-letter:nth-child(25) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.8s;
}
.js-span-text.in-view .anime-letter:nth-child(26) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.86s;
}
.js-span-text.in-view .anime-letter:nth-child(27) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.92s;
}
.js-span-text.in-view .anime-letter:nth-child(28) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.98s;
}
.js-span-text.in-view .anime-letter:nth-child(29) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 2.04s;
}
.js-span-text.in-view .anime-letter:nth-child(30) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 2.1s;
}

@keyframes fadeUpText {
  0% {
    opacity: 0;
    transform: translateY(0.5em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
[data-anime=fadeUp] {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
[data-anime=fadeUp].in-view {
  opacity: 1;
  transform: translateY(0px);
}

@media (max-width: 768px) {
  .menu-open {
    padding-top: calc(var(--headerHeight) * 1px);
  }
  .menu-open .cmn-header {
    position: fixed;
  }
}

.cmn-header {
  z-index: 99;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 10px 10px 30px;
}
@media (min-width: 769px) {
  .cmn-header {
    padding: 17px clamp(10px, 1.300390117vw, 40px) 16px;
  }
}
@media screen and (min-width: 1000px) {
  .cmn-header {
    padding: 17px clamp(20px, 2.9282576867vw, 40px) 16px;
  }
}
.cmn-header .cmn-header-in {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 769px) {
  .cmn-header .cmn-header-in {
    background: #fff;
    padding: 12px 12px 12px clamp(12px, 2.9282576867vw, 40px);
    border-radius: 999px;
  }
}
.cmn-header .logo {
  position: relative;
  z-index: 99;
  width: 109px;
}
@media (min-width: 769px) {
  .cmn-header .logo {
    width: clamp(70px, 12.4450951684vw, 170px);
  }
}
.cmn-header .logo a {
  display: block;
  aspect-ratio: 168/38;
  width: 168px;
  background: #C90033;
  -webkit-mask: url(../images/common/logo-slhss.svg) center/contain no-repeat;
  mask: url(../images/common/logo-slhss.svg) center/contain no-repeat;
  transition: 0.4s;
}
.menu-open .cmn-header .logo a {
  background: #C90033;
}
.page-ss-home .cmn-header .logo a {
  background: #fff;
}
@media (min-width: 769px) {
  .page-ss-home .cmn-header .logo a {
    background: #C90033;
  }
}
@media (min-width: 769px) {
  .cmn-header .logo a {
    background: #C90033;
    width: 100%;
  }
}
.cmn-header .gnav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
@media (max-width: 768px) {
  .cmn-header .gnav-list {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 769px) {
  .cmn-header .gnav-list {
    flex-direction: row;
    align-items: center;
    gap: 10px clamp(10px, 1.300390117vw, 30px);
  }
}
@media screen and (min-width: 1000px) {
  .cmn-header .gnav-list {
    gap: 10px clamp(10px, 2.196193265vw, 30px);
  }
}
.cmn-header .gnav-list a {
  color: #2B2828;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 769px) {
  .cmn-header .gnav-list a {
    font-size: clamp(10px, 1.1666666667vw, 14px);
  }
}
.cmn-header .gnav-list .btn-red a {
  background: #C90033;
  color: #fff;
  display: inline-block;
  padding: 13px 28px;
  border-radius: 99px;
}
@media (min-width: 769px) {
  .cmn-header .gnav-list .btn-red a {
    transition: 0.4s;
    padding: 20px clamp(5px, 2.196193265vw, 30px);
  }
  .cmn-header .gnav-list .btn-red a:hover {
    opacity: 1;
    background: #5A5555;
  }
}
.cmn-header .btn-menu {
  z-index: 2;
  position: relative;
  width: 60px;
  height: 60px;
}
@media (min-width: 769px) {
  .cmn-header .btn-menu {
    display: none;
  }
}
.cmn-header .btn-menu .btn-in {
  position: relative;
  width: 100%;
  height: 100%;
  background: #C90033;
  border-radius: 100%;
}
.cmn-header .btn-menu span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 20px;
  height: 1px;
  background: #fff;
  transition: 0.4s;
}
.cmn-header .btn-menu span:nth-child(1) {
  margin-top: -4px;
}
.menu-open .cmn-header .btn-menu span:nth-child(1) {
  margin-top: 0;
  rotate: 45deg;
}
.cmn-header .btn-menu span:nth-child(2) {
  margin-top: 4px;
}
.menu-open .cmn-header .btn-menu span:nth-child(2) {
  margin-top: 0;
  rotate: -45deg;
}
@media (max-width: 768px) {
  .cmn-header .gnav {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #F7F7F5;
    display: none;
    overflow: hidden;
  }
  .cmn-header .gnav .gnav-in {
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    height: 100vh;
    background: #F7F7F5;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cmn-header .gnav .gnav-contents {
    padding: 96px 30px;
    color: #2B2828;
    width: 100%;
    margin: auto;
  }
}
@media (min-width: 769px) {
  .cmn-header .gnav {
    display: block !important;
  }
  .cmn-header .gnav .gnav-list {
    display: flex;
  }
}

.cmn-footer {
  position: relative;
  z-index: 2;
  padding: 40px 30px 30px;
  background: #F7F7F5;
}
@media (min-width: 769px) {
  .cmn-footer {
    padding: 40px 0 40px;
  }
}

@media (min-width: 769px) {
  .cmn-footer-in {
    width: 96%;
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .cmn-footer-in .ft-top {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    justify-content: space-between;
  }
}
.cmn-footer-in .info .logo {
  width: 170px;
  margin-bottom: 19px;
}
@media (min-width: 769px) {
  .cmn-footer-in .info .logo {
    width: 264px;
    margin-bottom: 30px;
  }
}
.cmn-footer-in .info .address {
  font-size: 14px;
  line-height: 1.5625;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .cmn-footer-in .info .address {
    font-size: 16px;
  }
}
.cmn-footer-in .info .address .code {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .cmn-footer-in .info .address .code {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.cmn-footer-in .ft-nav-wrap {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px 0;
  font-size: 16px;
}
@media (min-width: 769px) {
  .cmn-footer-in .ft-nav-wrap {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 30px clamp(20px, 3.6603221083vw, 50px);
    font-size: 18px;
  }
}
.cmn-footer-in .ft-nav-wrap .nav-list {
  display: grid;
  gap: 15px;
}
@media (max-width: 768px) {
  .cmn-footer-in .ft-nav-wrap .nav-list {
    gap: 10px;
    min-width: 50%;
  }
}
@media (max-width: 768px) {
  .cmn-footer-in .ft-nav-wrap .nav-list.type-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  .cmn-footer-in .ft-nav-wrap .nav-list.type-full li {
    width: 50%;
  }
}
.cmn-footer-in .ft-nav-wrap .nav-list .contact {
  width: 100%;
  text-align: center;
}
.cmn-footer-in .ft-nav-wrap .nav-list .insta-btn {
  width: 100%;
  max-width: 315px;
  margin: 20px auto 0;
}
@media (min-width: 769px) {
  .cmn-footer-in .ft-nav-wrap .nav-list .insta-btn {
    max-width: 231px;
  }
}
.cmn-footer-in .ft-nav-wrap .nav-list .insta-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 60px;
  border-radius: 999px;
  background: #EBEBE8;
  font-weight: 700;
}
@media (min-width: 769px) {
  .cmn-footer-in .ft-nav-wrap .nav-list .insta-btn a {
    height: 52px;
    font-size: 16px;
  }
}
.cmn-footer-in .ft-nav-wrap .nav-list .insta-btn a::before {
  content: "";
  aspect-ratio: 1/1;
  width: 30px;
  background: url(../images/common/sns-insta.png) center/100% no-repeat;
}
.cmn-footer-in .ft-nav-wrap .fwM {
  font-weight: 500;
}
.cmn-footer-in .ft-logo-wrap {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 7px;
}
@media (min-width: 769px) {
  .cmn-footer-in .ft-logo-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, calc((100% - 60px) / 7));
    gap: 10px;
    justify-content: center;
    margin-top: 90px;
  }
}
.cmn-footer-in .ft-logo-wrap .logo-list {
  display: contents;
}
.cmn-footer-in .ft-logo-wrap .logo-list.center {
  justify-content: center;
}
.cmn-footer-in .ft-logo-wrap .logo {
  width: calc((100% - 14px) / 3);
  border: 1px solid #EDEDED;
}
@media (min-width: 769px) {
  .cmn-footer-in .ft-logo-wrap .logo {
    width: 100%;
  }
}
.cmn-footer-in .ft-bottom-navi {
  margin-top: 30px;
  font-size: 14px;
}
@media (min-width: 769px) {
  .cmn-footer-in .ft-bottom-navi {
    margin-top: 40px;
  }
}
.cmn-footer-in .ft-bottom-navi .nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 769px) {
  .cmn-footer-in .ft-bottom-navi .nav-list {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}
.cmn-footer-in .ft-copyright {
  margin-top: 40px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 10px;
  color: #9F9696;
}
@media (min-width: 769px) {
  .cmn-footer-in .ft-copyright {
    margin-top: 40px;
    font-size: 12px;
    line-height: 1.88888889;
  }
}

.cmn-pagetop {
  display: none;
  z-index: 10;
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  border: 1px solid #C90033;
  border-radius: 100%;
  transition: none;
}
@media (min-width: 769px) {
  .cmn-pagetop {
    width: 80px;
    height: 80px;
    transition: 0.4s;
  }
  .cmn-pagetop:hover {
    opacity: 0.7;
  }
}
.cmn-pagetop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C90033;
  -webkit-mask: url(../images/common/arrow.svg) center/18px no-repeat;
  mask: url(../images/common/arrow.svg) center/18px no-repeat;
  transform: rotate(-90deg);
}
@media (min-width: 769px) {
  .cmn-pagetop::before {
    -webkit-mask: url(../images/common/arrow.svg) center/26px no-repeat;
    mask: url(../images/common/arrow.svg) center/26px no-repeat;
  }
}

* {
  box-sizing: border-box;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
}

.w100 {
  width: 100%;
  height: auto;
}

.img_fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_fit-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

a,
button {
  color: inherit;
}
@media (min-width: 769px) {
  a,
  button {
    transition: opacity 0.4s;
  }
  a:hover,
  button:hover {
    opacity: 0.6;
  }
}

.link-tel {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .link-tel {
    pointer-events: none;
    text-decoration: none;
  }
}

.txt_underline {
  text-decoration: underline;
}

.link-disabled {
  pointer-events: none;
}

@media (max-width: 768px) {
  .pc-visible {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-visible {
    display: none;
  }
}

.f-en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.f-ja {
  font-family: "Noto Sans JP", sans-serif;
}

.t-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* === 共通
==================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2B2828;
  background: #F7F7F5;
  font-size: 14px;
  letter-spacing: 0.06em;
}

[data-bg=gray] {
  background: #F7F7F5;
}

.cmn-sec-in {
  padding: 0 30px;
}
@media (min-width: 769px) {
  .cmn-sec-in {
    padding: 0;
    width: calc(100% - 60px);
    max-width: 860px;
    margin: 0 auto;
  }
}

[data-anime=photo] {
  position: relative;
  overflow: hidden;
}
[data-anime=photo]::before {
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0% 0% 0 0);
  transition: all 0.6s 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-anime=photo] img {
  transition: 0.8s 0.4s;
  scale: 1.15;
}
[data-anime=photo].in-view::before {
  clip-path: inset(0% 0 0 100%);
}
[data-anime=photo].in-view img {
  scale: 1;
}

.cmn-ttl-01 {
  background: #F7F7F5;
  border-radius: 999px;
  padding: 13px;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  color: #C90033;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .cmn-ttl-01 {
    padding: 20px;
    font-size: 28px;
    letter-spacing: 0.07em;
    margin-bottom: 50px;
  }
}

.cmn-head-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 27px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .cmn-head-ttl {
    padding-left: 50px;
    margin-bottom: 40px;
  }
}
.cmn-head-ttl::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: radial-gradient(#C90033, #C90033 33%, rgba(201, 0, 51, 0.2) 34%);
  position: absolute;
  top: 12px;
  left: 0;
}
@media (min-width: 769px) {
  .cmn-head-ttl::before {
    width: 30px;
    height: 30px;
    top: 19px;
  }
}
.cmn-head-ttl .main {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.03em;
  line-height: 1.33333333;
}
@media (min-width: 769px) {
  .cmn-head-ttl .main {
    font-size: 50px;
  }
}
.cmn-head-ttl .sub {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #9F9696;
}
@media (min-width: 769px) {
  .cmn-head-ttl .sub {
    font-size: 16px;
  }
}

.no-contents-txt {
  text-align: center;
  font-size: 14px;
  margin: 60px auto;
}
@media (min-width: 769px) {
  .no-contents-txt {
    font-size: 18px;
    margin: 100px auto;
  }
}

/* === 共通ボタン
==================================== */
.cmn-btn-01 {
  width: 100%;
  max-width: 315px;
  margin: 40px auto 0;
}
@media (min-width: 769px) {
  .cmn-btn-01 {
    max-width: 350px;
    margin-top: 60px;
  }
}
.cmn-btn-01 + .cmn-btn-01 {
  margin-top: 20px;
}
.cmn-btn-01 .cmn-btn-in {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  background: #C90033;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.cmn-btn-arrow {
  width: 278px;
  height: 70px;
}
.cmn-btn-arrow .btn-in {
  position: relative;
  border: 1px solid #C90033;
  border-radius: 99px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  padding-left: 60px;
  color: #C90033;
  background: #F7F7F5;
}
.cmn-btn-arrow .btn-in .arrow {
  aspect-ratio: 1/1;
  width: 70px;
  position: absolute;
  top: -1px;
  right: -1px;
  background: transparent;
  border: 1px solid #C90033;
  border-radius: 100%;
  transition: 0.4s;
}
.cmn-btn-arrow .btn-in .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #C90033;
  -webkit-mask: url(../images/common/arrow.svg) center/20px no-repeat;
  mask: url(../images/common/arrow.svg) center/20px no-repeat;
  transition: 0.4s;
}
@media (min-width: 769px) {
  .cmn-btn-arrow .btn-in .arrow::before {
    transition: 0.4s;
    -webkit-mask: url(../images/common/arrow.svg) center/23px no-repeat;
    mask: url(../images/common/arrow.svg) center/23px no-repeat;
  }
}
.cmn-btn-arrow .btn-in:hover {
  opacity: 1;
}
.cmn-btn-arrow .btn-in:hover .arrow {
  background: #C90033;
  scale: 1.1;
}
.cmn-btn-arrow .btn-in:hover .arrow::before {
  background: #fff;
}

.cmn-btn-arrow.c-wh .btn-in {
  border: 1px solid #fff;
  color: #fff;
  background: #C90033;
}
.cmn-btn-arrow.c-wh .btn-in .arrow {
  border: 1px solid #fff;
}
.cmn-btn-arrow.c-wh .btn-in .arrow::before {
  background: #fff;
}
.cmn-btn-arrow.c-wh .btn-in:hover .arrow {
  background: #fff;
}
.cmn-btn-arrow.c-wh .btn-in:hover .arrow::before {
  background: #C90033;
}

/* === 共通りスト
==================================== */
.cmn-dl {
  display: grid;
  gap: 10px;
}
@media (min-width: 769px) {
  .cmn-dl {
    grid-template-columns: auto 1fr;
  }
}
.cmn-dl .bundle {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  background: #fff;
}
@media (min-width: 769px) {
  .cmn-dl .bundle {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
  }
}
.cmn-dl .bundle > dt {
  background: #EBEBE8;
  font-weight: 500;
  padding: 15px 20px;
}
@media (min-width: 769px) {
  .cmn-dl .bundle > dt {
    min-width: 220px;
    flex-shrink: 0;
    padding: 20px;
  }
}
.cmn-dl .bundle > dd {
  padding: 15px 20px;
}
@media (min-width: 769px) {
  .cmn-dl .bundle > dd {
    padding: 20px;
  }
}
.cmn-dl .bundle > dd .note {
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857143;
  margin-top: 3px;
}

/* === 共通タイトル
==================================== */
.cmn-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #C90033;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .cmn-title {
    font-size: 50px;
    gap: 10px;
  }
}
.cmn-title.c-wh {
  color: #fff;
}
.cmn-title .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media (min-width: 769px) {
  .cmn-title .en {
    font-size: 22px;
  }
}

/* === 下層ページ共通
==================================== */
.cmn-subpage-contents {
  padding: 0 0 80px;
}
@media (min-width: 769px) {
  .cmn-subpage-contents {
    padding-bottom: 100px;
  }
}

.cmn-subpage-title {
  position: relative;
}
.cmn-subpage-title .title-in {
  position: relative;
}
.cmn-subpage-title .subpagettl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px;
}
@media (min-width: 769px) {
  .cmn-subpage-title .subpagettl {
    padding: 30px 0 100px;
  }
}
.cmn-subpage-title .main {
  color: #EBEBE8;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-weight: 600;
  font-size: 56px;
  letter-spacing: 0.06em;
  line-height: 1.25;
}
@media (min-width: 769px) {
  .cmn-subpage-title .main {
    font-size: 102px;
  }
}
.cmn-subpage-title .sub {
  z-index: 2;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: -28px;
}
@media (min-width: 769px) {
  .cmn-subpage-title .sub {
    font-size: 50px;
    margin-top: -54px;
  }
}

/* ぱんくず */
.subpage-breadcrumb {
  position: relative;
  background: #F7F7F5;
}
.subpage-breadcrumb .breadcrumb-list {
  padding: 16px 0;
  margin: 0 30px;
  border-bottom: 1px solid #EBEBE8;
}
@media (min-width: 769px) {
  .subpage-breadcrumb .breadcrumb-list {
    width: 96%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px 0;
  }
}
.subpage-breadcrumb .breadcrumb-item {
  position: relative;
  font-size: 12px;
  line-height: 1.6;
  display: inline;
}
.subpage-breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 18px;
}
.subpage-breadcrumb .breadcrumb-item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
/*# sourceMappingURL=map/common.css.map */