@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 80.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__wide {
  width: min(88.5416666667vw, 1700px);
}
@media screen and (max-width: 991px) {
  .__inner.__wide {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__wide {
    width: calc(100% - 40px);
  }
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  color: #585858;
  font-family: "Font Awesome 6 Free";
  font-size: 0.8em;
  margin-top: 0.3em;
  font-weight: 900;
  margin-right: 0.3em;
  flex-shrink: 0;
}
.__liststyle.__note li::before {
  color: #141313;
  font-size: 1em;
  margin-top: 0;
  content: "※";
}

.__txtstyle01 {
  color: #fff;
  font-weight: 700;
  background: linear-gradient(90deg, #e60012, #004098);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 0.6em;
}
@media screen and (max-width: 767px) {
  .__txtstyle01 {
    line-height: 1.4em;
    padding: 0.6em;
  }
}

.__txtstyle02 {
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  padding: 0 0.4em;
  transition: background-size 0.8s 0.4s;
}
.__txtstyle02.__red {
  background: linear-gradient(transparent 0, rgb(230, 0, 18) 0);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 0% 100%;
}
.__txtstyle02.__blue {
  background: linear-gradient(transparent 0, rgb(0, 64, 152) 0);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 0% 100%;
}
.__txtstyle02.__inview {
  background-size: 100% 100%;
}

.__txtstyle03 {
  text-align: center;
  font-weight: 700;
}
.__txtstyle03 span.__en {
  display: block;
  font-size: 1.25em;
}
.__txtstyle03 span.__jp {
  font-size: 2.25rem;
}
@media screen and (max-width: 1199px) {
  .__txtstyle03 span.__jp {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .__txtstyle03 span.__jp {
    font-size: min(6.5vw, 1.645em);
  }
}
.__txtstyle03 span.__jp::after {
  content: "";
  display: block;
  width: 4em;
  height: 2px;
  background: linear-gradient(90deg, #e60012, #fff 50%, #004098 60%);
  margin: 0 auto;
  margin-top: 0.4em;
}

.__marker {
  font-weight: 700;
  line-height: 2em;
  transition: background-size 0.8s 0.4s;
}
.__marker.__red {
  background: linear-gradient(transparent 0, rgba(230, 0, 18, 0.4) 0);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 0% 35%;
}
.__marker.__blue {
  background: linear-gradient(transparent 0, rgba(0, 64, 152, 0.3) 0);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 0% 35%;
}
.__marker.__inview {
  background-size: 100% 35% !important;
}

a.__txtlink {
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.2s ease;
}
a.__txtlink:hover {
  opacity: 0.6;
}

.__iconstyle {
  background-color: #fff;
  aspect-ratio: 1/1;
  padding: 0.6em;
  border-radius: 50vh;
}
.__iconstyle img {
  width: 100%;
  height: auto;
}

.__img-frame {
  position: relative;
  overflow: clip;
}
.__img-frame::before {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 25rem;
  aspect-ratio: 2/1;
  background-size: contain;
  background-repeat: no-repeat;
}
.__img-frame.__blue::before {
  background-image: url(../images/img-frame_blue.png);
}
.__img-frame.__red::before {
  background-image: url(../images/img-frame_red.png);
}

.separator-img {
  width: 100%;
  height: 25rem;
}
@media screen and (max-width: 1199px) {
  .separator-img {
    height: 40svh;
  }
}
.separator-img .fix-img {
  position: fixed;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100vh;
}
.separator-img .fix-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flowingText {
  display: flex;
  width: 100%;
  overflow-x: hidden;
}
.flowingText p {
  color: #eee;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 6vw;
  letter-spacing: 0;
  flex: 0 0 auto;
  will-change: transform;
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  .flowingText p {
    font-size: 8vw;
  }
}
.flowingText p:nth-of-type(1) {
  animation: loop_01 80s -40s linear infinite;
}
.flowingText p:nth-of-type(2) {
  animation: loop_02 80s linear infinite;
}
@keyframes loop_01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

.__fadeIn {
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out 0.3s, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__order01 {
  transition-delay: 0.4s;
}
.__fadeIn.__order02 {
  transition-delay: 0.5s;
}
.__fadeIn.__order03 {
  transition-delay: 0.6s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

.__imgAnimation {
  width: 100%;
  height: 100%;
  clip-path: inset(0 100% 0 0); /* 右側を全カット（非表示） */
  transition: clip-path 1.6s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s;
}
.__imgAnimation.__delay00 {
  transition-delay: 0s;
}
.__imgAnimation.__inview {
  clip-path: inset(0 0 0 0); /* 全表示 */
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px rgb(238, 238, 238);
  transition: transform 0.48s, color 0.24s, background-color 0.48s, border-bottom 0.48s;
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 0 20px;
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    height: 80px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  header .header-inner {
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(30, 30, 30, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  position: relative;
  width: 375px;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 337.5px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 318.75px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(65vw, 281.25px);
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
header .header-logo img.__light {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 48px;
    height: 40px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn {
    width: 36px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #141313;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(30deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-30deg);
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-color: #eee;
    width: 200px;
    height: 100vh;
    padding-top: 100px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    display: block;
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav {
  margin-right: 2em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav {
    margin-right: 0;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  font-size: 1.125em;
  margin: 0 1em;
  padding: 0.16em 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    font-size: 1em;
    margin: 1em 0;
    padding: 1em 0;
    padding-left: 30px;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-color: #141313;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.24s ease;
}
header .header-menu nav ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}
header .header-menu nav ul li:last-of-type a {
  margin-right: 0;
}
header .header-menu nav ul li.__current a::before {
  transform: scaleX(1);
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-sns {
    padding-left: 30px;
    margin-top: 3em;
  }
}
header .header-menu .header-sns ul {
  display: flex;
}
header .header-menu .header-sns ul li a {
  background-color: #585858;
  border-radius: 6px;
  padding: 0.6em;
  margin: 0 0.36em;
  transition: all 0.2s ease;
}
header .header-menu .header-sns ul li a img {
  width: 1.6em;
  height: auto;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-sns ul li a img {
    width: 1.3em;
  }
}
header .header-menu .header-sns ul li a:hover {
  background-color: #333333;
}
header.__pagetop {
  color: #fff;
  background-color: initial;
  border-bottom: solid 1px rgba(238, 238, 238, 0);
}
@media screen and (max-width: 1199px) {
  header.__pagetop {
    color: #141313;
  }
}
header.__pagetop .header-logo img.__light {
  opacity: 1;
}
header.__pagetop .header-logo img.__dark {
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  header.__pagetop .nav-btn span {
    background-color: #fff;
  }
  header.__pagetop .nav-btn.__open span {
    background-color: #141313;
  }
}
header.__pagetop .header-menu ul li a::before {
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  header.__pagetop .header-menu ul li a::before {
    background-color: #141313;
  }
}
header.__hidden {
  transform: translateY(-100%);
}
@media screen and (max-width: 1199px) {
  header.__hidden {
    transform: translateY(0);
  }
}

/* footer
---------------------------------------------------- */
footer {
  position: relative;
  overflow: clip;
  color: #fff;
  background-color: #333333;
}
footer::before {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -2px;
  margin-right: -2px;
  content: "";
  display: block;
  width: 31.875rem;
  aspect-ratio: 2/1;
  background-image: url(../images/img-frame_footer.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
footer .footer-inner {
  position: relative;
  z-index: 2;
}
footer .footer-logo {
  width: 400px;
}
@media screen and (max-width: 1599px) {
  footer .footer-logo {
    width: 360px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-logo {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-logo {
    width: min(82vw, 320px);
  }
}
footer .footer-logo img {
  width: 100%;
  height: auto;
}
footer .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  footer .flex-wrap {
    display: block;
  }
}
footer .flex-wrap .footer-info p {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  footer .flex-wrap .footer-info p {
    font-size: 1em;
  }
}
footer .flex-wrap .footer-info p a {
  display: inline;
  font-size: 1em;
}
@media screen and (max-width: 1199px) {
  footer .flex-wrap .footer-right {
    display: flex;
    justify-content: space-between;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  footer .flex-wrap .footer-right {
    display: block;
  }
}
footer .flex-wrap .footer-right .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .flex-wrap .footer-right .footer-menu ul {
    display: block;
  }
}
footer .flex-wrap .footer-right .footer-menu ul li a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125em;
  margin: 0 1em;
  padding: 0.16em 0;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  footer .flex-wrap .footer-right .footer-menu ul li a {
    font-size: 1em;
    margin: 1em 0;
  }
}
footer .flex-wrap .footer-right .footer-menu ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1199px) {
  footer .flex-wrap .footer-right .footer-menu ul li:nth-of-type(1) a {
    margin-left: 0;
  }
}
footer .flex-wrap .footer-right .footer-menu ul li:last-of-type a {
  margin-right: 0;
}
footer .flex-wrap .footer-right .footer-sns {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  footer .flex-wrap .footer-right .footer-sns {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .flex-wrap .footer-right .footer-sns {
    margin-top: 2em;
  }
}
footer .flex-wrap .footer-right .footer-sns ul {
  display: flex;
  justify-content: flex-end;
}
footer .flex-wrap .footer-right .footer-sns ul li a {
  background-color: #222;
  border-radius: 6px;
  padding: 0.6em;
  margin: 0 0.36em;
  transition: all 0.2s ease;
}
footer .flex-wrap .footer-right .footer-sns ul li a img {
  width: 1.6em;
  height: auto;
}
@media screen and (max-width: 767px) {
  footer .flex-wrap .footer-right .footer-sns ul li a img {
    width: 1.4em;
  }
}
footer .flex-wrap .footer-right .footer-sns ul li a:hover {
  opacity: 0.6;
}
footer .footer-bottom {
  margin-top: 4em;
  padding-top: 4em;
  border-top: solid 1px #999;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  footer .footer-bottom {
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-bottom {
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-bottom {
    display: block;
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .copyright {
    margin-top: 4em;
    margin-bottom: -10rem;
    color: #999;
  }
}
footer .footer-bottom .copyright p {
  font-size: 12px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom #pagetop {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
footer .footer-bottom #pagetop a {
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}
footer .footer-bottom #pagetop a img {
  width: 0.8em;
  margin-left: 0.6em;
}
footer .footer-bottom #pagetop a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=common.css.map */