@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

:root {
  --font-en: "Bodoni Moda", serif;
  --ease-smooth: cubic-bezier(0, .34, .39, .65);
  --margin-inline: 3.07%;
}
@media (max-width: 1365px) {
  :root {
    --margin-inline: 3.07vw;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --margin-inline: 8vw;
  }
}

html,
body {
  font-size: 16px;
}

html {
  min-height: 100%;
}

body {
  font-family: "Zen Old Mincho", serif;
  color: #333333;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, picture, video, canvas, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

img, picture, svg {
  display: block;
}

a {
  color: inherit;
}

.main {
  width: 100%;
  overflow-x: clip;
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  br.u-sp {
    display: inline;
  }
}

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

@media print {
  .rellax {
    transform: none !important;
    will-change: auto !important;
  }
}
.anim-scale-in {
  opacity: 0;
  --scale-transform: scale(1.03);
}
.anim-scale-in.js-animate, .mv.js-animate .anim-scale-in {
  animation-name: keyScaleIn;
  animation-duration: 8s;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-fill-mode: forwards;
}
html:not(.js-enabled) .anim-scale-in {
  opacity: 1;
}
@media print {
  .anim-scale-in {
    opacity: 1;
  }
}

@keyframes keyScaleIn {
  0% {
    opacity: 0;
    transform: var(--scale-transform);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.anim-fade {
  opacity: 0;
  --fade-transform: translate(0, 14px);
  --fade-duration: 1.8s;
  --fade-delay: 0s;
}
.anim-fade.js-animate, .js-animate .anim-fade {
  animation-name: keyFade;
  animation-duration: var(--fade-duration);
  animation-delay: var(--fade-delay);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: forwards;
}
html:not(.js-enabled) .anim-fade {
  opacity: 1;
}
@media print {
  .anim-fade {
    opacity: 1;
  }
}

@keyframes keyFade {
  0% {
    opacity: 0;
    transform: var(--fade-transform);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-clip {
  opacity: 0;
  --clip-path: inset(0 100% 0 0);
  --clip-transform: none;
  --clip-duration: 2s;
  --clip-delay: 0s;
}
.anim-clip.js-animate, .js-animate .anim-clip {
  animation-name: keyClip;
  animation-duration: var(--clip-duration);
  animation-delay: var(--clip-delay);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: forwards;
}
html:not(.js-enabled) .anim-clip {
  opacity: 1;
}
@media print {
  .anim-clip {
    opacity: 1;
  }
}

@keyframes keyClip {
  0% {
    opacity: 0;
    clip-path: var(--clip-path);
    transform: var(--clip-transform);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translate(0, 0);
  }
}
.anim-clip-text {
  --clip-delay: 0s;
  --clip-transform: none;
  position: relative;
  overflow: hidden;
  transition: translate 2s ease var(--clip-delay);
  translate: var(--clip-translate);
}
.anim-clip-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50%;
  width: 150%;
  height: 100%;
  background: #fff;
  background: linear-gradient(90deg, rgb(255 255 255 / 0) 0%, rgb(255 255 255 / 1) 33%, rgb(255 255 255 / 1) 100%);
  z-index: 10;
  transition: left 2s ease var(--clip-delay);
}
.anim-clip-text.js-animate {
  translate: none;
}
.anim-clip-text.js-animate::after {
  left: 101%;
}
html:not(.js-enabled) .anim-clip-text {
  translate: none;
}
html:not(.js-enabled) .anim-clip-text::after {
  display: none;
}
@media print {
  .anim-clip-text {
    translate: none;
  }
  .anim-clip-text::after {
    display: none;
  }
}

.mv {
  overflow: hidden;
}
.mv__main {
  overflow: hidden;
  position: relative;
}
.mv__bg img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv__bg img {
    --scale-transform: scale(1.05);
  }
}
.mv__logo {
  position: absolute;
  right: 1.02vw;
  top: 1.31vw;
}
@media screen and (max-width: 768px) {
  .mv__logo {
    right: auto;
    left: 3.2vw;
    top: 3.2vw;
  }
}
.mv__logo img {
  width: 7.32vw;
}
@media screen and (max-width: 768px) {
  .mv__logo img {
    width: 13.33vw;
  }
}
.mv__txt-area {
  position: absolute;
  right: 7.39vw;
  top: 21.15vw;
}
@media screen and (max-width: 768px) {
  .mv__txt-area {
    top: auto;
    right: auto;
    bottom: 3.46vw;
    left: 4.26vw;
  }
}
.mv__txt-area img {
  width: 100%;
}
.mv__ttl-01 {
  display: block;
  width: 36.82vw;
  --fade-delay: 0.2s;
  --fade-duration: 2.4s;
  --fade-transform: translate(0, 15%);
}
@media screen and (max-width: 768px) {
  .mv__ttl-01 {
    margin-left: -0.27vw;
    width: 87.2vw;
  }
}
.mv__ttl-02 {
  display: block;
  margin-top: 1.61vw;
  margin-left: -0.3vw;
  width: 31.62vw;
  --fade-delay: 0.45s;
  --fade-duration: 2.4s;
  --fade-transform: translate(0, 20%);
}
@media screen and (max-width: 768px) {
  .mv__ttl-02 {
    margin-top: 2.66vw;
    width: 74vw;
  }
}
.mv__en {
  margin-top: 2.78vw;
  width: 23.93vw;
  --clip-delay: 1.2s;
  --clip-transform: translate(0, 15%);
}
@media screen and (max-width: 768px) {
  .mv__en {
    margin-top: 4.8vw;
    width: 56.93vw;
  }
}

.lead {
  margin-top: min(11.63vw, 159px);
}
@media screen and (max-width: 768px) {
  .lead {
    margin-top: 0;
    padding-block: 80px max(38px, 10.13vw);
    padding-inline: var(--margin-inline);
    background: #F5F5F5;
  }
}
.lead__ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lead__ttl::after {
  content: "";
  margin-top: 65px;
  margin-top: clamp(65px, -1.9685198556px + 4.9025270758vw, 92.16px);
  display: block;
  width: 100px;
  width: clamp(100px, 0.9773285199px + 7.2490974729vw, 140.16px);
  height: 1px;
  background: #333;
  transform: scaleX(0);
  transform-origin: center center;
  transition: transform 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}
@media (max-width: 1365px) {
  .lead__ttl::after {
    margin-top: clamp(52px, 35.2763819095px + 2.1775544389vw, 65px);
    width: clamp(80px, 54.2713567839px + 3.3500837521vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .lead__ttl::after {
    margin-top: 54px;
  }
}
html:not(.js-enabled) .lead__ttl::after {
  transform: none;
}
@media print {
  .lead__ttl::after {
    background-color: transparent;
    border-top: 1px solid #333;
    transform: none;
  }
}
.lead__ttl.js-animate::after {
  transform: scaleX(1);
}
.lead__ttl img {
  display: block;
  margin-inline: auto;
  width: clamp(507px, 0.7416606498px + 37.0613718412vw, 712.32px);
}
@media (max-width: 1365px) {
  .lead__ttl img {
    width: clamp(405.6px, 275.1557788945px + 16.9849246231vw, 507px);
  }
}
@media screen and (max-width: 768px) {
  .lead__ttl img {
    max-width: 300px;
    width: 59.14vw;
  }
}
.lead__text {
  --clip-delay: 0.2s;
  margin: 59px auto 0;
  margin-top: clamp(59px, 0.9080144404px + 4.2527075812vw, 82.56px);
  font-size: 1.12rem;
  font-size: clamp(18px, 15.5342960289px + 0.1805054152vw, 19px); /* 18px @1366px - 19px @1920px */
  line-height: 2.333;
  text-align: center;
  width: fit-content;
  max-width: 100%;
}
@media (max-width: 1365px) {
  .lead__text {
    margin-top: clamp(47.2px, 32.0201005025px + 1.9765494137vw, 59px);
    font-size: clamp(16px, 13.4271356784px + 0.3350083752vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .lead__text {
    text-align: left;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.035em;
  }
}
@media screen and (max-width: 768px) {
  .lead__text::after {
    background: #F5F5F5;
    background: linear-gradient(90deg, rgb(255 255 255 / 0) 0%, #F5F5F5 33%, #F5F5F5 100%);
  }
}

.item {
  margin: max(200px, 14.64vw) auto 0;
  margin-top: clamp(200px, 1.9546570397px + 14.4981949458vw, 280.32px);
  width: 1920px;
  max-width: 100%;
  display: flex;
  align-items: stretch;
}
@media (max-width: 1365px) {
  .item {
    margin-top: clamp(160px, 108.5427135678px + 6.7001675042vw, 200px);
  }
}
@media screen and (max-width: 768px) {
  .item {
    position: relative;
    flex-direction: column;
    margin-top: max(76px, 20.26vw);
  }
}
.item--01 {
  margin-top: max(150px, 10.98vw);
  margin-top: clamp(150px, -0.9010830325px + 11.0469314079vw, 211.2px);
}
@media (max-width: 1365px) {
  .item--01 {
    margin-top: clamp(120px, 81.4070351759px + 5.0251256281vw, 150px);
  }
}
@media screen and (max-width: 768px) {
  .item--01 {
    margin-top: max(49px, 13.06vw);
  }
}
.item--05 {
  margin-top: max(217px, 15.88vw);
  margin-top: clamp(217px, -0.6723465704px + 15.9350180505vw, 305.28px);
}
@media (max-width: 1365px) {
  .item--05 {
    margin-top: clamp(173.6px, 117.7688442211px + 7.269681742vw, 217px);
  }
}
@media screen and (max-width: 768px) {
  .item--05 {
    margin-top: max(76px, 20.26vw);
  }
}
.item__photo-area {
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .item__photo-area {
    width: auto;
  }
}
.item__txt-area {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 48px;
}
@media screen and (max-width: 768px) {
  .item__txt-area {
    width: 100%;
  }
}
.item__photo-main {
  overflow: hidden;
  --fade-transform: translate(0, -12px);
}
@media screen and (max-width: 768px) {
  .item__photo-main {
    --fade-transform: translate(0, -7px);
    margin-top: 39px;
  }
}
@media screen and (max-width: 768px) {
  .item__photo-main img {
    width: 100%;
  }
}
.item__point {
  position: relative;
  flex-shrink: 0;
  width: 7.53%;
  padding-top: 2.3%;
}
.item__point::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 90.36%;
  transform: scaleX(0);
  transform-origin: right center;
  height: 1px;
  background-color: #333333;
  transition: transform 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.9s;
}
html:not(.js-enabled) .item__point::before {
  transform: none;
}
@media print {
  .item__point::before {
    transform: none;
    background-color: transparent;
    border-top: 1px solid #333;
  }
}
.item__point.js-animate::before {
  transform: scaleX(1);
}
.item__point img {
  width: 100%;
}
.item__point-inner {
  --clip-path: inset(0 0 100% 0);
  --clip-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .item__ttl {
    margin-left: 6.13% !important;
  }
}
.item__ttl-num {
  --fade-delay: 0.1s;
  width: 83px;
  width: clamp(83px, -1.1298194946px + 6.1588447653vw, 117.12px);
  max-width: 100%;
}
@media (max-width: 1365px) {
  .item__ttl-num {
    width: clamp(62.25px, 35.5565326633px + 3.4757118928vw, 83px);
  }
}
@media screen and (max-width: 768px) {
  .item__ttl-num {
    --fade-transform: translate(0, 10px);
    width: 76.8px;
    width: min(21.81%, clamp(76.8px, 47.4870229008px + 7.8167938931vw, 107.52px));
    overflow: hidden;
  }
}
.item__ttl-num img {
  width: 100%;
}
.item__ttl-ja {
  --fade-delay: 0.13s;
  width: 429px;
  width: clamp(429px, 0.2633935018px + 31.3862815884vw, 602.88px);
}
@media (max-width: 1365px) {
  .item__ttl-ja {
    width: clamp(321.75px, 183.7801507538px + 17.9648241206vw, 429px);
  }
}
@media screen and (max-width: 768px) {
  .item__ttl-ja {
    --fade-transform: translate(0, 10px);
    width: 386.4px !important;
    width: min(109.77%, clamp(386.4px, 238.9190839695px + 39.3282442748vw, 540.96px)) !important;
    overflow: hidden;
  }
}
.item--03 .item__ttl-ja {
  width: 273px;
  width: clamp(273px, -0.6931407942px + 20.036101083vw, 384px);
  overflow: hidden;
}
@media (max-width: 1365px) {
  .item--03 .item__ttl-ja {
    width: clamp(204.75px, 116.9510050251px + 11.432160804vw, 273px);
  }
}
.item__ttl-ja img {
  width: 100%;
  margin-top: 4.19%;
}
.item--03 .item__ttl-ja img {
  margin-top: 6.59%;
  width: 429px;
  width: clamp(429px, 0.2633935018px + 31.3862815884vw, 602.88px);
  max-width: none;
}
@media (max-width: 1365px) {
  .item--03 .item__ttl-ja img {
    width: clamp(321.75px, 183.7801507538px + 17.9648241206vw, 429px);
  }
}
@media screen and (max-width: 768px) {
  .item--03 .item__ttl-ja img {
    width: 100%;
  }
}
.item__ttl-en {
  margin-top: 1.62em;
  font-family: var(--font-en);
  color: #333;
  font-size: 1.12rem;
  font-size: clamp(18px, 0.838700361px + 1.2563176895vw, 24.96px);
  font-weight: 400;
  scale: 1 1.12;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  width: fit-content;
  max-width: 100%;
}
@media (max-width: 1365px) {
  .item__ttl-en {
    font-size: clamp(16px, 13.4271356784px + 0.3350083752vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .item__ttl-en {
    margin-top: 1.87em;
    font-size: 0.96rem;
    font-size: min(4.13vw, clamp(15.5px, 15.0229007634px + 0.1272264631vw, 16px));
  }
}
.item__ttl-en span {
  display: inline-block;
}
.item__ttl-en span:nth-child(1) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.34s;
}
.item__ttl-en span:nth-child(2) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.38s;
}
.item__ttl-en span:nth-child(3) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.42s;
}
.item__ttl-en span:nth-child(4) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.46s;
}
.item__ttl-en span:nth-child(5) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.5s;
}
.item__ttl-en span:nth-child(6) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.54s;
}
.item__ttl-en span:nth-child(7) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.58s;
}
.item__ttl-en span:nth-child(8) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.62s;
}
.item__ttl-en span:nth-child(9) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.66s;
}
.item__ttl-en span:nth-child(10) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.7s;
}
.item__ttl-en span:nth-child(11) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.74s;
}
.item__ttl-en span:nth-child(12) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.78s;
}
.item__ttl-en span:nth-child(13) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.82s;
}
.item__ttl-en span:nth-child(14) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.86s;
}
.item__ttl-en span:nth-child(15) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.9s;
}
.item__ttl-en span:nth-child(16) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.94s;
}
.item__ttl-en span:nth-child(17) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.98s;
}
.item__ttl-en span:nth-child(18) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.02s;
}
.item__ttl-en span:nth-child(19) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.06s;
}
.item__ttl-en span:nth-child(20) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.1s;
}
.item__ttl-en span:nth-child(21) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.14s;
}
.item__ttl-en span:nth-child(22) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.18s;
}
.item__ttl-en span:nth-child(23) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.22s;
}
.item__ttl-en span:nth-child(24) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.26s;
}
.item__ttl-en span:nth-child(25) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.3s;
}
.item__ttl-en span:nth-child(26) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.34s;
}
.item__ttl-en span:nth-child(27) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.38s;
}
.item__ttl-en span:nth-child(28) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.42s;
}
.item__ttl-en span:nth-child(29) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.46s;
}
.item__ttl-en span:nth-child(30) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.5s;
}
.item__ttl-en span:nth-child(31) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.54s;
}
.item__ttl-en span:nth-child(32) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.58s;
}
.item__ttl-en span:nth-child(33) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.62s;
}
.item__ttl-en span:nth-child(34) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.66s;
}
.item__ttl-en span:nth-child(35) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.7s;
}
.item__ttl-en span:nth-child(36) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.74s;
}
.item__ttl-en span:nth-child(37) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.78s;
}
.item__ttl-en span:nth-child(38) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.82s;
}
.item__ttl-en span:nth-child(39) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.86s;
}
.item__ttl-en span:nth-child(40) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.9s;
}
.item__desc {
  --fade-delay: 0.23s;
  margin: 2.81em 0 0 5px;
  font-size: 1rem;
  font-size: clamp(16px, 8.6028880866px + 0.5415162455vw, 19px);
  line-height: 2;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 1365px) {
  .item__desc {
    font-size: clamp(13px, 9.1407035176px + 0.5025125628vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .item__desc {
    --fade-delay: 0s;
    --fade-transform: translate(0, 10px);
    white-space: normal;
    margin-top: 37px;
    font-size: 0.93rem;
    font-size: clamp(15px, 14.0458015267px + 0.2544529262vw, 16px);
    line-height: 1.867;
    letter-spacing: 0.05em;
  }
}
.item .link {
  width: 315px;
  width: clamp(315px, -1.8922743682px + 23.1985559567vw, 443.52px);
  max-width: 100%;
  margin: 0 0 0 5px;
}
@media (max-width: 1365px) {
  .item .link {
    width: clamp(283.5px, 242.9773869347px + 5.2763819095vw, 315px);
  }
}
@media screen and (max-width: 768px) {
  .item .link {
    margin: max(27px, 7.2vw) auto 0;
    width: calc(440px + var(--margin-inline)) !important;
    padding-inline: var(--margin-inline);
  }
}

.item--03 .link {
  width: 266px;
  width: clamp(266px, -172.8953068592px + 32.1299638989vw, 444px);
}

.layout-a {
  column-gap: 5.05%;
}
.layout-a .item__photo-area {
  margin-left: 2.92%;
  width: 51.24%;
}
@media (max-width: 1365px) {
  .layout-a .item__txt-area {
    margin-right: var(--margin-inline);
  }
}

.layout-a--reverse {
  flex-direction: row-reverse;
}
.layout-a--reverse .item__photo-area {
  margin-inline: 0 2.92%;
}
.layout-a--reverse .item__txt-area {
  margin-left: var(--margin-inline);
}
@media (max-width: 1365px) {
  .layout-a--reverse .item__txt-area {
    margin-right: 0;
  }
}

.layout-b {
  flex-direction: row-reverse;
}
@media (max-width: 1365px) {
  .layout-b {
    column-gap: 5.05%;
  }
}
.layout-b .item__photo-area {
  width: 47.58%;
}
.layout-b .item__photo-main {
  width: 89.23%;
}
.layout-b .item__txt-area {
  margin-left: var(--margin-inline);
}
.layout-b .item__point::before {
  transform-origin: left center;
}

.layout-b--reverse {
  flex-direction: row;
  justify-content: space-between;
}
.layout-b--reverse .item__txt-area {
  margin-inline: 0 3.14%;
  flex: 0 1 auto;
}
.layout-b--reverse .item__photo-area {
  flex-direction: row;
}

.layout-c {
  width: 1022px;
  width: clamp(1022px, 0.8040433213px + 74.7581227437vw, 1436.16px);
  justify-content: space-between;
}
@media (max-width: 1365px) {
  .layout-c {
    width: 100%;
  }
}
.layout-c .item__photo-area {
  width: 48.92%;
  margin-left: 1.17%;
}
@media (max-width: 1365px) {
  .layout-c .item__photo-area {
    width: 46.92%;
    margin-left: var(--margin-inline);
  }
}
@media (max-width: 1365px) {
  .layout-c .item__photo-area img {
    width: 500px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .layout-c .item__photo-area img {
    width: 100%;
  }
}
.layout-c .item__txt-area {
  flex: 0 1 auto;
  justify-content: center;
  row-gap: 68px;
}
@media (max-width: 1365px) {
  .layout-c .item__txt-area {
    margin-inline: auto;
  }
}
.layout-c .item__ttl {
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .layout {
    flex-direction: column;
  }
  .layout .item__point {
    display: none;
  }
  @supports (display: contents) {
    .layout .item__photo-area, .layout .item__txt-area, .layout .item__txt {
      display: contents;
    }
  }
  @supports not (display: contents) {
    .layout .item__txt {
      margin-top: 30px;
    }
  }
  .layout .item__photo-area, .layout .item__txt-area, .layout .item__txt, .layout .item__photo-main {
    margin-inline: 0;
    width: auto;
  }
  .layout .item__ttl {
    order: -1;
  }
  .layout .item__desc {
    padding-inline: var(--margin-inline);
  }
}

.link {
  --link-arrow-url: url("../img/link_arrow_blue.svg");
  --link-delay: 0.5s;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
@media screen and (max-width: 768px) {
  .link {
    --link-delay: 0s;
  }
}
.link__list {
  padding-left: 0;
  list-style-type: none;
  font-size: 0.87rem;
  font-size: clamp(14px, 6.6028880866px + 0.5415162455vw, 17px);
  font-family: var(--font-en);
  font-weight: 500;
}
@media (max-width: 1365px) {
  .link__list {
    font-size: clamp(13px, 11.7135678392px + 0.1675041876vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .link__list {
    font-size: 0.87rem;
    font-size: 0.87rem;
    font-size: clamp(14px, 13.0458015267px + 0.2544529262vw, 15px); /* 14px @375px - 15px @768px */
  }
}
.link__item {
  font-size: inherit;
  position: relative;
  opacity: 0;
  left: -0.3em;
  top: -0.2em;
  transition: opacity 1.5s ease, left 1s ease, top 1s ease;
}
.link__item:nth-child(1) {
  transition-delay: calc(0s + var(--link-delay));
}
.link__list--sub .link__item:nth-child(1) {
  transition-delay: calc(0.3s + var(--link-delay));
}
.link__item:nth-child(2) {
  transition-delay: calc(0.05s + var(--link-delay));
}
.link__list--sub .link__item:nth-child(2) {
  transition-delay: calc(0.35s + var(--link-delay));
}
.link__item:nth-child(3) {
  transition-delay: calc(0.1s + var(--link-delay));
}
.link__list--sub .link__item:nth-child(3) {
  transition-delay: calc(0.4s + var(--link-delay));
}
.link__item:nth-child(4) {
  transition-delay: calc(0.15s + var(--link-delay));
}
.link__list--sub .link__item:nth-child(4) {
  transition-delay: calc(0.45s + var(--link-delay));
}
.link__item:nth-child(5) {
  transition-delay: calc(0.2s + var(--link-delay));
}
.link__list--sub .link__item:nth-child(5) {
  transition-delay: calc(0.5s + var(--link-delay));
}
.link__item:nth-child(6) {
  transition-delay: calc(0.25s + var(--link-delay));
}
.link__list--sub .link__item:nth-child(6) {
  transition-delay: calc(0.55s + var(--link-delay));
}
.link__item:nth-child(7) {
  transition-delay: calc(0.3s + var(--link-delay));
}
.link__list--sub .link__item:nth-child(7) {
  transition-delay: calc(0.6s + var(--link-delay));
}
.link__item:nth-child(8) {
  transition-delay: calc(0.35s + var(--link-delay));
}
.link__list--sub .link__item:nth-child(8) {
  transition-delay: calc(0.65s + var(--link-delay));
}
.link__item:nth-child(9) {
  transition-delay: calc(0.4s + var(--link-delay));
}
.link__list--sub .link__item:nth-child(9) {
  transition-delay: calc(0.7s + var(--link-delay));
}
.link__item:nth-child(10) {
  transition-delay: calc(0.45s + var(--link-delay));
}
.link__list--sub .link__item:nth-child(10) {
  transition-delay: calc(0.75s + var(--link-delay));
}
.link__item:nth-child(11) {
  transition-delay: calc(0.5s + var(--link-delay));
}
.link__list--sub .link__item:nth-child(11) {
  transition-delay: calc(0.8s + var(--link-delay));
}
.link.js-animate .link__item, html:not(.js-enabled) .link__item {
  opacity: 1;
  top: 0;
  left: 0;
}
@media print {
  .link__item {
    opacity: 1;
    left: 0;
    top: 0;
  }
}
.link a {
  padding-block: 0.67em;
  font-size: inherit;
  display: flex;
  align-items: center;
  text-decoration: none;
  will-change: opacity, left;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 319px) {
  .link a {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.link a > span {
  display: inline-block;
}
.link__name, .link__price span, .link__tax {
  transform: scaleY(1.05);
}
.link__name {
  flex: 1;
  font-size: 0.89em;
}
@media screen and (max-width: 319px) {
  .link__name {
    width: 100%;
    flex: 0 1 auto;
  }
}
.link__price {
  position: relative;
  margin-right: 0.61em;
  font-size: 0.92em;
  letter-spacing: 0.04em;
  text-align: right;
}
.link__item--l .link__price, .link__item--s .link__price {
  min-width: 6.38em;
}
.link__price::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0.07em;
  transform: translateY(-50%);
  display: block;
  width: 1.15em;
  height: 1.15em;
  background: center center/contain no-repeat none;
}
.link__item--l .link__price::before {
  content: "";
  background-image: url("../img/link_l.svg");
}
.link__item--s .link__price::before {
  content: "";
  background-image: url("../img/link_s.svg");
}
.link__price span {
  display: inline-block;
}
.link__tax {
  margin-right: 2.33em;
  font-size: 0.64em;
  letter-spacing: -0.05em;
}
.link__btn {
  position: relative;
  width: auto;
  height: 1.2em;
  font-size: 0.78em;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.2em;
  color: #8EA1B0;
  text-decoration: underline;
}
.link__btn::before {
  content: "";
  display: block;
  width: 0.9em;
  height: 100%;
  background: center center/contain no-repeat var(--link-arrow-url);
  position: absolute;
  top: 0;
  right: 0em;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.link a:hover {
  transform: translateX(-0.3em);
}
.link a:hover .link__btn::before {
  transform: translate(1.1em, 0);
  opacity: 1;
}
.link__list--sub {
  position: relative;
  margin-top: 0.64em;
  padding-top: 0.71em;
  --link-arrow-url: url("../img/link_arrow_black.svg");
}
.link__list--sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  opacity: 0;
  display: block;
  height: 1px;
  background: #D0D0D0;
  transition: right 1s cubic-bezier(0, 0.55, 0.45, 1) calc(0.17s + var(--link-delay)), opacity 0.06s linear var(--link-delay);
}
.link.js-animate .link__list--sub::before, html:not(.js-enabled) .link__list--sub::before {
  right: 0;
  opacity: 1;
}
@media print {
  .link__list--sub::before {
    right: 0;
    opacity: 1;
  }
}
.link__list--sub .link__item:last-child a {
  padding-bottom: 0.14em;
}
.link__list--sub .link__btn {
  color: #333;
}

.credit {
  position: relative;
  margin: max(200px, 14.64vw) 0 0;
  margin-top: clamp(200px, 1.9546570397px + 14.4981949458vw, 280.32px);
}
@media (max-width: 1365px) {
  .credit {
    margin-top: clamp(160px, 108.5427135678px + 6.7001675042vw, 200px);
  }
}
@media screen and (max-width: 768px) {
  .credit {
    margin-top: 100px;
  }
}
.credit__bg {
  overflow: hidden;
}
.credit__bg img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .credit__bg img {
    --scale-transform: scale(1.05);
  }
}
.credit__txt {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-inline: auto 16.1%;
}
@media (max-width: 1365px) {
  .credit__txt {
    margin-right: clamp(80px, -100.1005025126px + 23.4505862647vw, 220px);
  }
}
@media screen and (max-width: 768px) {
  .credit__txt {
    position: static;
    margin-inline: auto;
  }
}
.credit__ttl {
  font-family: var(--font-en);
  color: #333;
  font-size: 1.5vw;
  font-weight: 400;
  scale: 1 1.12;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  width: fit-content;
  max-width: 100%;
}
@media (max-width: 1365px) {
  .credit__ttl {
    font-size: clamp(16px, 13.4271356784px + 0.3350083752vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .credit__ttl {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 135%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 4.8vw;
  }
}
.credit__ttl span {
  display: inline-block;
}
.credit__ttl span:nth-child(1) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.34s;
}
.credit__ttl span:nth-child(2) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.38s;
}
.credit__ttl span:nth-child(3) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.42s;
}
.credit__ttl span:nth-child(4) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.46s;
}
.credit__ttl span:nth-child(5) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.5s;
}
.credit__ttl span:nth-child(6) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.54s;
}
.credit__ttl span:nth-child(7) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.58s;
}
.credit__ttl span:nth-child(8) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.62s;
}
.credit__ttl span:nth-child(9) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.66s;
}
.credit__ttl span:nth-child(10) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.7s;
}
.credit__ttl span:nth-child(11) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.74s;
}
.credit__ttl span:nth-child(12) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.78s;
}
.credit__ttl span:nth-child(13) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.82s;
}
.credit__ttl span:nth-child(14) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.86s;
}
.credit__ttl span:nth-child(15) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.9s;
}
.credit__ttl span:nth-child(16) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.94s;
}
.credit__ttl span:nth-child(17) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 0.98s;
}
.credit__ttl span:nth-child(18) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.02s;
}
.credit__ttl span:nth-child(19) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.06s;
}
.credit__ttl span:nth-child(20) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.1s;
}
.credit__ttl span:nth-child(21) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.14s;
}
.credit__ttl span:nth-child(22) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.18s;
}
.credit__ttl span:nth-child(23) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.22s;
}
.credit__ttl span:nth-child(24) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.26s;
}
.credit__ttl span:nth-child(25) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.3s;
}
.credit__ttl span:nth-child(26) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.34s;
}
.credit__ttl span:nth-child(27) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.38s;
}
.credit__ttl span:nth-child(28) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.42s;
}
.credit__ttl span:nth-child(29) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.46s;
}
.credit__ttl span:nth-child(30) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.5s;
}
.credit__ttl span:nth-child(31) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.54s;
}
.credit__ttl span:nth-child(32) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.58s;
}
.credit__ttl span:nth-child(33) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.62s;
}
.credit__ttl span:nth-child(34) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.66s;
}
.credit__ttl span:nth-child(35) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.7s;
}
.credit__ttl span:nth-child(36) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.74s;
}
.credit__ttl span:nth-child(37) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.78s;
}
.credit__ttl span:nth-child(38) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.82s;
}
.credit__ttl span:nth-child(39) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.86s;
}
.credit__ttl span:nth-child(40) {
  --fade-transform: translate(10%, 20%);
  --fade-duration: 1.2s;
  --fade-delay: 1.9s;
}
.credit__ttl span:nth-child(n+12):nth-child(-n+19) {
  font-size: 1.4em;
}
.credit__ttl span:nth-child(n+20) {
  font-style: italic;
  font-size: 0.8em;
}
.credit__ttl span:nth-child(11) {
  width: 0.6em;
}
.credit__ttl span:nth-child(20) {
  width: 0.8em;
}
.credit__desc {
  --fade-delay: 0.3s;
  margin-block: 23.21% -4.47%;
  text-align: center;
  padding-left: 0;
  list-style-type: none;
  font-size: max(0.87rem, 0.83vw);
  font-size: max(clamp(14px, 9.0685920578px + 0.3610108303vw, 16px), 0.83vw);
  line-height: 2.571;
  letter-spacing: 0.01em;
  font-family: var(--font-en);
  font-weight: 500;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
@media (max-width: 1365px) {
  .credit__desc {
    font-size: clamp(12px, 9.4271356784px + 0.3350083752vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .credit__desc {
    --fade-transform: translate(0, 10px);
    --fade-delay: 0s;
    margin-block: 48px 0;
    font-size: 0.87rem;
    line-height: 2.571;
  }
}

.flex-box {
  display: flex;
}

.flex-box-reverse {
  flex-direction: row-reverse;
}

.slide-box {
  overflow: hidden;
}

/* end-block------------------ */
.end-block {
  position: relative;
  margin-top: 0;
  background-color: #fff;
  overflow: hidden;
}

.end-block .bgi-photo {
  position: absolute;
  top: 0;
  left: 0;
}

/*banner-block-----------------------------*/
.banner-block {
  margin: min(12.81vw, 175px) auto 51px;
  position: relative;
}

.banner-block a {
  display: block;
  transition: 0.6s ease-in-out;
}

.banner-block a:hover {
  background: rgba(255, 255, 255, 0.4);
}

.banner-block .c-btn01 {
  width: 36%;
  min-width: 600px;
  margin: 0 auto 1rem;
  border: 1px solid #000;
  transition: 0.3s;
  display: block;
}
.banner-block .c-btn01 img {
  width: 100%;
}

.banner-block .line {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  margin: 5% auto 0;
  background: #000;
}

.banner-block .flex-box {
  padding-left: 0;
  justify-content: space-between;
  width: 36%;
  min-width: 600px;
  margin: 4.5% auto 0;
}

.banner-block .flex-box .c-btn01 {
  width: 48%;
  min-width: 290px;
  margin: 0;
}

/* ページトップボタン---------------------------- */
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#pagetop.is-show, html:not(.js-enabled) #pagetop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media print {
  #pagetop {
    display: none !important;
  }
}

#pagetop .btn-loading {
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  background-color: #CCC;
  border-radius: 100%;
  transition: color 0.2s;
  overflow: hidden;
}

#pagetop .btn-loading01:before,
#pagetop .btn-loading01:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #231815;
  pointer-events: none;
}

#pagetop .btn-loading:before {
  bottom: 0;
  left: 0;
}

#pagetop .btn-loading:after {
  top: 0;
  right: 0;
}

#pagetop:hover .btn-loading {
  color: #65A04D;
}

#pagetop:hover .btn-loading:before,
#pagetop:hover .btn-loading:after {
  height: 100%;
}

#pagetop:hover .btn-loading:before {
  transition: height 0.1s 0.1s linear;
}

#pagetop:hover .btn-loading:after {
  transition: height 0.1s linear;
}

#pagetop .btn-loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background-color: #FFF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

#pagetop .btn-loading span img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* フッター--------------------------------------------- */
.footer {
  letter-spacing: 0.3em;
  position: relative;
  text-align: center;
  padding: 0 0 30px 0;
}

.footer img {
  transition: 0.3s;
}

.footer img:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.footer_sns .instagram {
  display: block;
  width: 2.34%;
  min-width: 30px;
  margin: 0 auto 2%;
  opacity: 1;
  transition: 0.3s;
}

.f-ow {
  width: 7.96%;
  min-width: 102px;
  margin: 25px auto 0 auto;
}

.footer_copyright {
  font-family: "Helvetica", sans-serif;
  font-size: max(0.6vw, 10px);
  letter-spacing: 0.02em;
  margin: 1.71% 0 0;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .flex-box {
    flex-direction: column;
  }
  /* バナー--------------------------- */
  .banner-block {
    margin-top: 104px;
    margin-bottom: 16vw;
  }
  .banner-block .c-btn01 {
    width: 80%;
    min-width: auto;
  }
  .banner-block .line {
    display: none;
  }
  .banner-block .flex-box {
    flex-direction: row;
    width: 80%;
    min-width: auto;
    margin: 0 auto;
  }
  .banner-block .flex-box .c-btn01 {
    min-width: auto;
  }
  /* ページトップボタン--------------------------- */
  #pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    display: block;
    z-index: 30;
  }
  #pagetop .btn-loading {
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;
    color: #111;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1 !important;
    transition: all 0.3s;
    background-color: #CCC;
    border-radius: 100%;
    transition: color 0.2s;
    overflow: hidden;
  }
  #pagetop .btn-loading01:before,
  #pagetop .btn-loading01:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 0;
    background-color: #231815;
    pointer-events: none;
  }
  #pagetop .btn-loading:before {
    bottom: 0;
    left: 0;
  }
  #pagetop .btn-loading:after {
    top: 0;
    right: 0;
  }
  #pagetop:hover .btn-loading {
    color: #65A04D;
  }
  #pagetop:hover .btn-loading:before,
  #pagetop:hover .btn-loading:after {
    height: 100%;
  }
  #pagetop:hover .btn-loading:before {
    transition: height 0.1s 0.1s linear;
  }
  #pagetop:hover .btn-loading:after {
    transition: height 0.1s linear;
  }
  #pagetop .btn-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background-color: #FFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
  }
  #pagetop .btn-loading span img {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* フッター--------------------------- */
  .footer {
    padding-bottom: 20px;
  }
  .footer_sns {
    margin: 0 auto;
  }
  .footer_sns .instagram {
    width: 2.73%;
    min-width: 35px;
  }
  .f-ow {
    margin-top: 5.86vw;
    width: 9.37%;
    min-width: 120px;
  }
  .footer_copyright {
    margin-top: 5.33vw;
  }
  .footer_copyright img {
    width: 72vw;
  }
}