/*
-------------------------------------------
COLOR
-------------------------------------------
*/
/* white */
/* blk */
/* gray */
.wh {
  color: white; }

.wh90 {
  color: rgba(255, 255, 255, 0.9); }

.wh80 {
  color: rgba(255, 255, 255, 0.8); }

.wh70 {
  color: rgba(255, 255, 255, 0.7); }

.wh60 {
  color: rgba(255, 255, 255, 0.6); }

.wh50 {
  color: rgba(255, 255, 255, 0.5); }

.wh40 {
  color: rgba(255, 255, 255, 0.4); }

.wh30 {
  color: rgba(255, 255, 255, 0.3); }

.wh20 {
  color: rgba(255, 255, 255, 0.2); }

.wh10 {
  color: rgba(255, 255, 255, 0.1); }

.blk {
  color: black; }

.blk90 {
  color: rgba(0, 0, 0, 0.9); }

.blk80 {
  color: rgba(0, 0, 0, 0.8); }

.blk70 {
  color: rgba(0, 0, 0, 0.7); }

.blk60 {
  color: rgba(0, 0, 0, 0.6); }

.blk50 {
  color: rgba(0, 0, 0, 0.5); }

.blk40 {
  color: rgba(0, 0, 0, 0.4); }

.blk30 {
  color: rgba(0, 0, 0, 0.3); }

.blk20 {
  color: rgba(0, 0, 0, 0.2); }

.blk10 {
  color: rgba(0, 0, 0, 0.1); }

.blk5 {
  color: rgba(0, 0, 0, 0.05); }

.bg-wh {
  background-color: white; }

.bg-wh90 {
  background-color: rgba(255, 255, 255, 0.9); }

.bg-wh80 {
  background-color: rgba(255, 255, 255, 0.8); }

.bg-wh70 {
  background-color: rgba(255, 255, 255, 0.7); }

.bg-wh60 {
  background-color: rgba(255, 255, 255, 0.6); }

.bg-wh50 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-wh40 {
  background-color: rgba(255, 255, 255, 0.4); }

.bg-wh30 {
  background-color: rgba(255, 255, 255, 0.3); }

.bg-wh20 {
  background-color: rgba(255, 255, 255, 0.2); }

.bg-wh10 {
  background-color: rgba(255, 255, 255, 0.1); }

.bg-blk {
  background-color: black; }

.bg-blk90 {
  background-color: rgba(0, 0, 0, 0.9); }

.bg-blk80 {
  background-color: rgba(0, 0, 0, 0.8); }

.bg-blk70 {
  background-color: rgba(0, 0, 0, 0.7); }

.bg-blk60 {
  background-color: rgba(0, 0, 0, 0.6); }

.bg-blk50 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-blk40 {
  background-color: rgba(0, 0, 0, 0.4); }

.bg-blk30 {
  background-color: rgba(0, 0, 0, 0.3); }

.bg-blk20 {
  background-color: rgba(0, 0, 0, 0.2); }

.bg-blk10 {
  background-color: rgba(0, 0, 0, 0.1); }

.bg-blk5 {
  background-color: rgba(0, 0, 0, 0.05); }

/*
-------------------------------------------
display-system
-------------------------------------------
*/
.flex {
  display: flex !important; }

.f-start {
  justify-content: flex-start; }

.f-end {
  justify-content: flex-end; }

.f-center {
  justify-content: center; }

.f-space {
  justify-content: space-between; }

.a-start {
  align-items: start; }

.a-center {
  align-items: center; }

.a-end {
  align-items: end; }

.a-stretch {
  align-items: stretch; }

.f-wrap {
  flex-wrap: wrap; }

.f-l-wrap {
  flex-wrap: wrap-reverse; }

.f-column {
  flex-flow: column; }

@media only screen and (max-width: 768px) {
  .f-center-sp {
    justify-content: center; }

  .f-wrap-sp {
    flex-wrap: wrap; }

  .f-l-wrap-sp {
    flex-wrap: wrap-reverse; } }
/*
-------------------------------------------
text
-------------------------------------------
*/
.x10l-text {
  font-size: 3.6vw; }

.x9l-text {
  font-size: 3.2vw; }

.x8l-text {
  font-size: 2.8vw; }

.x6l-text {
  font-size: 2.4vw; }

.x5l-text {
  font-size: 2vw; }

.x4l-text {
  font-size: 1.8vw; }

.xxxl-text {
  font-size: 1.6vw; }

.xxl-text {
  font-size: 1.5vw; }

.xl-text {
  font-size: 1.4vw; }

.l-text {
  font-size: 1.3vw; }

.m-text {
  font-size: 1.2vw; }

.text {
  font-size: 1.1vw; }

.s-text {
  font-size: 1vw; }

.xs-text {
  font-size: .9vw; }

.fw600 {
  font-weight: 600; }

.fw500 {
  font-weight: 500; }

.fw400 {
  font-weight: 400; }

.lh-l {
  line-height: 1.8; }

.lh-s {
  line-height: 1.4; }

.lh-xs {
  line-height: 1.2; }

.lh-1 {
  line-height: 1; }

/*.ornament{
	position: relative;
	line-height: 1;
	&:before{
		content: "";
		display: block;
		width: .2vw;
		height: .2vw;
		background-color: $str;
		position: absolute;
		top: -0.1vw;
		bottom: 0;
		margin: auto;
		left: -1.2vw;
	}	
}*/
@media only screen and (max-width: 768px) {
  .x10l-text {
    font-size: 10.8vw;
    line-height: 1.5; }

  .x9l-text {
    font-size: 9.6vw;
    line-height: 1.5; }

  .x8l-text {
    font-size: 8.4vw;
    line-height: 1.5; }

  .x6l-text {
    font-size: 7.2vw;
    line-height: 1.5; }

  .x5l-text {
    font-size: 6vw;
    line-height: 1.5; }

  .x4l-text {
    font-size: 5.4vw;
    line-height: 1.5; }

  .xxxl-text {
    font-size: 4.8vw;
    line-height: 1.5; }

  .xxl-text {
    font-size: 4.5vw;
    line-height: 1.5; }

  .xl-text {
    font-size: 4.2vw;
    line-height: 1.5; }

  .l-text {
    font-size: 3.9vw; }

  .m-text {
    font-size: 3.6vw; }

  .text {
    font-size: 3.3vw; }

  .s-text {
    font-size: 3.2vw; }

  .xs-text {
    font-size: 3vw; }

  .sp-x10l-text {
    font-size: 10.8vw !important; }

  .sp-x9l-text {
    font-size: 9.6vw !important; }

  .sp-x8l-text {
    font-size: 8.4vw !important; }

  .sp-x6l-text {
    font-size: 7.2vw !important; }

  .sp-x5l-text {
    font-size: 6vw !important; }

  .sp-x4l-text {
    font-size: 5.4vw !important; }

  .sp-xxxl-text {
    font-size: 4.8vw !important; }

  .sp-xxl-text {
    font-size: 4.5vw !important; }

  .sp-xl-text {
    font-size: 4.2vw !important; }

  .sp-l-text {
    font-size: 3.9vw !important; }

  .sp-m-text {
    font-size: 3.6vw !important; }

  .sp-text {
    font-size: 3.3vw !important; }

  .sp-s-text {
    font-size: 3.2vw !important; }

  .sp-xs-text {
    font-size: 3vw !important; }

  .lh-l {
    line-height: 1.8; }

  .lh-s {
    line-height: 1.4; }

  .lh-xs {
    line-height: 1.2; }

  .lh-1 {
    line-height: 1; } }
/*
-------------------------------------------
title
-------------------------------------------
*/
.title-s {
  gap: .8vw; }
.title-s .ornament {
  width: .2vw;
  height: .2vw; }

.section-title .title-s {
  position: relative;
  left: -0.8vw; }

@media only screen and (max-width: 768px) {
  .title-s {
    gap: 2.4vw; }
  .title-s .ornament {
    width: 1vw;
    height: 1vw; }

  .section-title .title-s {
    position: relative;
    left: -3.2vw; } }
/*
-------------------------------------------
content
-------------------------------------------
*/
.content-col2 .box {
  width: 46%; }

/*
-------------------------------------------
inner
-------------------------------------------
*/
.xl-inner {
  width: 92vw;
  margin: 0 auto;
  position: relative; }

.l-inner {
  width: 86vw;
  margin: 0 auto;
  position: relative; }

.m-inner {
  width: 80vw;
  margin: 0 auto;
  position: relative; }

.s-inner {
  width: 74vw;
  margin: 0 auto;
  position: relative; }

.xs-inner {
  width: 62vw;
  margin: 0 auto;
  position: relative; }

@media only screen and (max-width: 768px) {
  .xl-inner {
    width: 88vw;
    margin: 0 auto;
    position: relative; }

  .l-inner {
    width: 88vw;
    margin: 0 auto;
    position: relative; }

  .m-inner {
    width: 88vw;
    margin: 0 auto;
    position: relative; }

  .s-inner {
    width: 88vw;
    margin: 0 auto;
    position: relative; }

  .xs-inner {
    width: 88vw;
    margin: 0 auto;
    position: relative; } }
/*
-------------------------------------------
Appearance
-------------------------------------------
*/
/* radius */
.rad {
  border-radius: .8vw;
  -webkit-border-radius: .8vw; }

.rad-s {
  border-radius: .6vw;
  -webkit-border-radius: .6vw; }

.rad-xs {
  border-radius: .4vw;
  -webkit-border-radius: .4vw; }

.rad-cir {
  border-radius: 1000px;
  -webkit-border-radius: 1000px; }

/* shadow */
.shadow {
  box-shadow: 0px 1.2vw 3.6vw 0px rgba(0, 0, 0, 0.05); }

/* border */
.border-bottom-wh10 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.border-bottom-blk10 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/* opacity */
.opa-l {
  opacity: 0.25; }

.opa {
  opacity: 0.5; }

.opa-s {
  opacity: 0.75; }

.hidden {
  display: none; }

/* align */
.t-center {
  text-align: center; }

/* other */
.ovh {
  overflow: hidden; }

@media only screen and (max-width: 768px) {
  .rad {
    border-radius: 2.4vw;
    -webkit-border-radius: 2.4vw; }

  .rad-s {
    border-radius: 1.8vw;
    -webkit-border-radius: 1.8vw; }

  .rad-xs {
    border-radius: 1.2vw;
    -webkit-border-radius: 1.2vw; }

  .shadow {
    box-shadow: 0px 2.4vw 7.2vw 0px rgba(0, 0, 0, 0.05); }

  .t-center-sp {
    text-align: center !important; } }
/*
-------------------------------------------
Margin & Padding
-------------------------------------------
*/
.sec-pt-l {
  padding-top: 8vw; }

.sec-pt {
  padding-top: 6.4vw; }

.sec-pt-s {
  padding-top: 4.8vw; }

.sec-pb-l {
  padding-bottom: 8vw; }

.sec-pb {
  padding-bottom: 6.4vw; }

.sec-pb-s {
  padding-bottom: 4.8vw; }

.pt-xl {
  padding-top: 3.6vw; }

.pt-l {
  padding-top: 2.8vw; }

.pt {
  padding-top: 2vw; }

.pt-s {
  padding-top: 1.2vw; }

.pb-xl {
  padding-bottom: 3.6vw; }

.pb-l {
  padding-bottom: 2.8vw; }

.pb {
  padding-bottom: 2vw; }

.pb-s {
  padding-bottom: 1.2vw; }

.pad-xl {
  padding: 3.6vw; }

.pad-l {
  padding: 2.8vw; }

.pad {
  padding: 2vw; }

.pad-s {
  padding: 1.2vw; }

.mb-xxxl {
  margin-bottom: 6vw; }

.mb-xxl {
  margin-bottom: 4.8vw; }

.mb-xl {
  margin-bottom: 3.6vw; }

.mb-l {
  margin-bottom: 2.8vw; }

.mb {
  margin-bottom: 2vw; }

.mb-s {
  margin-bottom: 1.2vw; }

.mb-xs {
  margin-bottom: .8vw; }

.mb-xxs {
  margin-bottom: .4vw; }

.mt-xxxl {
  margin-top: 6vw; }

.mt-xxl {
  margin-top: 4.8vw; }

.mt-xl {
  margin-top: 3.6vw; }

.mt-l {
  margin-top: 2.8vw; }

.mt {
  margin-top: 2vw; }

.mt-s {
  margin-top: 1.2vw; }

.mt-xs {
  margin-top: .8vw; }

.mt-xxs {
  margin-top: .4vw; }

@media only screen and (max-width: 768px) {
  .sec-pt-l {
    padding-top: 24vw; }

  .sec-pt {
    padding-top: 14.4vw; }

  .sec-pt-s {
    padding-top: 14.4vw; }

  .sec-pb-l {
    padding-bottom: 24vw; }

  .sec-pb {
    padding-bottom: 14.4vw; }

  .sec-pb-s {
    padding-bottom: 14.4vw; }

  .pt-xl {
    padding-top: 10.8vw; }

  .pt-l {
    padding-top: 8.4vw; }

  .pt {
    padding-top: 6vw; }

  .pt-s {
    padding-top: 3.6vw; }

  .pb-xl {
    padding-bottom: 10.8vw; }

  .pb-l {
    padding-bottom: 8.4vw; }

  .pb {
    padding-bottom: 6vw; }

  .pb-s {
    padding-bottom: 3.6vw; }

  .pad-xl {
    padding: 10.8vw; }

  .pad-l {
    padding: 8.4vw; }

  .pad {
    padding: 4vw 4.8vw; }

  .pad-s {
    padding: 3.6vw; }

  .mb-xxxl {
    margin-bottom: 18vw; }

  .mb-xxl {
    margin-bottom: 14.4vw; }

  .mb-xl {
    margin-bottom: 10.8vw; }

  .mb-l {
    margin-bottom: 8.4vw; }

  .mb {
    margin-bottom: 6vw; }

  .mb-s {
    margin-bottom: 3.6vw; }

  .mb-xs {
    margin-bottom: 2.4vw; }

  .mb-xxs {
    margin-bottom: 1.2vw; }

  .mt-xxxl {
    margin-top: 18vw; }

  .mt-xxl {
    margin-top: 14.4vw; }

  .mt-xl {
    margin-top: 10.8vw; }

  .mt-l {
    margin-top: 8.4vw; }

  .mt {
    margin-top: 6vw; }

  .mt-s {
    margin-top: 3.6vw; }

  .mt-xs {
    margin-top: 2.4vw; }

  .mt-xxs {
    margin-top: 1.2vw; }

  .mb-xxxl-sp {
    margin-bottom: 18vw !important; }

  .mb-xxl-sp {
    margin-bottom: 14.4vw !important; }

  .mb-xl-sp {
    margin-bottom: 10.8vw !important; }

  .mb-l-sp {
    margin-bottom: 8.4vw !important; }

  .mb-sp {
    margin-bottom: 6vw !important; }

  .mb-s-sp {
    margin-bottom: 3.6vw !important; }

  .mb-xs-sp {
    margin-bottom: 2.4vw !important; }

  .mb-xxs-sp {
    margin-bottom: 1.2vw !important; } }
/*
-------------------------------------------
FV
-------------------------------------------
*/
.fv {
  padding: 22vw 0 10vw; }
.fv:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4); }
.fv .m-inner {
  position: relative;
  z-index: 2; }
.fv .btn {
  display: inline-block; }

.index .fv:after {
  content: "";
  background-color: black;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .2;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0; }
.index .fv h1 {
  font-weight: bold;
  text-shadow: 0px 0px 24px rgba(1, 18, 33, 0.4); }
.index .fv .en-title {
  font-size: 3.6vw;
  line-height: 1;
  text-shadow: 0px 0px 24px rgba(1, 18, 33, 0.4); }

@media only screen and (max-width: 768px) {
  .fv {
    padding: 64vw 0 26vw;
    background-position: center; }
  .fv .m-text {
    font-size: 3.5vw;
    font-weight: 500; }
  .fv ul {
    gap: 3.6vw; }

  .index .fv:after {
    opacity: .6; }
  .index .fv .en-title {
    font-size: 11.4vw;
    line-height: 1;
    text-shadow: 0px 0px 24px rgba(1, 18, 33, 0.4); } }
