/*======================================
    Font / Color
======================================*/
@font-face {
  font-family: 'NotoSansCJKjp';
  src: url(../fonts/NotoSansCJKjp-Black.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  src: url(../fonts/NotoSansCJKjp-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  src: url(../fonts/NotoSansCJKjp-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  src: url(../fonts/NotoSansCJKjp-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSerifCJK';
  src: url(../fonts/NotoSerifCJKjp-Black.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'KozGoPr6N';
  src: url(../fonts/KozGoPr6N-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url(../fonts/Helvetica.ttf) format("typetrue");
  font-style: normal;
}

@font-face {
  font-family: 'ContrailOne';
  src: url(../fonts/ContrailOne-Regular.ttf) format("typetrue");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BebasNeue';
  src: url(../fonts/BebasNeueRegular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AcuminVariableConcept';
  src: url(../fonts/AcuminVariableConcept.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

/*======================================
    media query
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 62.5%;
}

body {
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.is-nowrap {
  white-space: nowrap;
}

.is-br {
  display: block;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 960px) {
  .is-pc {
    display: inline;
  }
}

.is-sp {
  display: inline;
}

@media screen and (max-width: 960px) {
  .is-sp {
    display: block;
  }
}

.cta-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 300;
}

@media screen and (min-width: 961px) {
  .cta-btn {
    right: calc(84 / 1920 * 100vw);
  }
}

.fixed-cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(262 / 1920 * 100vw, 262px);
  height: min(262 / 1920 * 100vw, 262px);
  background-color: #FF5F00;
  border: 2px solid #FF5F00;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: min(45 / 1920 * 100vw, 4.5rem);
  font-weight: 700;
  line-height: 1.22222;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.35);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.35);
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 960px) {
  .fixed-cta__link {
    width: min(100 / 375 * 100vw, 150px);
    height: min(100 / 375 * 100vw, 150px);
    font-size: min(15 / 375 * 100vw, 23px);
  }
}

.fixed-cta__link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.fixed-cta__sub {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
}

.fixed-cta__sub--text {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.5778em;
  line-height: 1.23077;
  padding: 0.5em;
  background-color: #FFFFDC;
  color: #FF0000;
  border-radius: 5px;
  letter-spacing: 0.05em;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  position: relative;
}

.fixed-cta__sub--text::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 26px;
  height: 12px;
  background: url(../img/3years/arrow_bottom.svg) no-repeat center center/contain;
}

.section__inner {
  width: 1080px;
  max-width: 92%;
  margin: 0 auto;
}

/*======================================
    footer
======================================*/
.footer__container {
  padding: 44px min(60 / 1920 * 100vw, 60px) 35px min(45 / 1920 * 100vw, 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .footer__container {
    display: block;
    padding: calc(60 / 960 * 100vw) 10px calc(70 / 960 * 100vw);
  }
}

.footer__contents {
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .footer__contents {
    font-size: calc(24 / 960 * 100vw);
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}

@media screen and (max-width: 960px) {
  .footer__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__link a {
  font-weight: 500;
  display: inline-block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 960px) {
  .footer__link a {
    text-align: center;
  }
}

.footer__link a:hover {
  opacity: 0.7;
}

.copyright {
  margin-top: 1.6667em;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .copyright {
    text-align: center;
  }
}

.copyright span {
  font-family: "Helvetica";
}

.footer__sns {
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .footer__sns {
    margin: calc(66 / 960 * 100vw) auto 0;
  }
}

.footer__sns--links {
  width: 225px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 11.1111%;
}

@media screen and (max-width: 960px) {
  .footer__sns--links {
    width: calc(450 / 960 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}

.footer__sns--link a {
  display: block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.footer__sns--link a:hover {
  opacity: 0.7;
}

/*======================================
    TOP
======================================*/
.top {
  position: relative;
}

.top-logo {
  width: 57.6042%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1920px) {
  .top-logo {
    top: 32px;
    left: 44px;
  }
}

@media screen and (min-width: 961px) {
  .top-logo {
    position: absolute;
    top: calc(32 / 960 * 100vw);
    left: calc(44 / 960 * 100vw);
    width: min(480 / 1920 * 100vw, 480px);
    z-index: 2;
  }
}

@media screen and (max-width: 960px) {
  .top-logo {
    padding: calc(33 / 960 * 100vw) 0 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    height: calc(188 / 960 * 100vw);
  }
}

.top__wrap {
  background: url(../img/top/top.jpg) no-repeat center center/cover;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .top__wrap {
    background: url(../img/top/top_sp.jpg) no-repeat center center/cover;
  }
}

.top__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  font-size: calc(51 / 1920 * 100vw);
  font-weight: 700;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.175em;
  white-space: nowrap;
  line-height: 1.47059;
}

@media screen and (max-width: 960px) {
  .top__text {
    top: calc(48 / 960 * 100vw);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: calc(51 / 960 * 100vw);
  }
}

.top__text span {
  color: #FFEA00;
  display: inline-block;
  position: relative;
  margin-right: 0.2em;
}

@media screen and (max-width: 960px) {
  .top__text span {
    margin-right: 0.1em;
  }
}

.top__text span::before {
  content: "";
  position: absolute;
  top: 0;
  right: -0.05em;
  bottom: 0.2em;
  width: 5px;
  background-color: #FFEA00;
}

@media screen and (max-width: 960px) {
  .top__text span::before {
    width: 0.1em;
  }
}

.top__links--container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.top__link {
  position: relative;
  z-index: 1;
}

.top__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.top__link.is-active.-year3::before {
  opacity: 0;
}

.top__link.is-active.-year1::before {
  opacity: 0;
}

.top__link.-year3::before {
  background-color: rgba(0, 0, 0, 0.35);
}

.top__link.-year1::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.top__contents {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(361 / 1920 * 100vw);
  margin: 0 auto;
  -webkit-transform: translate(-4%, 4%);
          transform: translate(-4%, 4%);
}

@media screen and (max-width: 960px) {
  .top__contents {
    height: calc(1348 / 960 * 100vw);
    width: 92%;
    margin: 0 auto;
    -webkit-transform: translateY(29.5%);
            transform: translateY(29.5%);
  }
}

@media screen and (max-width: 599px) {
  .top__contents {
    height: calc(100vh - calc(188 / 960 * 100vw));
  }
}

.top__link--title.-year3 {
  width: 100%;
}

.top__link--title.-year1 {
  width: 81%;
  margin: 0 auto;
}

.top_btn.-comingSoon {
  pointer-events: none;
}

@media screen and (min-width: 961px) {
  .top_btn {
    width: 100%;
    font-size: calc(25 / 1920 * 100vw);
    color: #fff;
    font-weight: 700;
    margin-top: 1.2em;
    text-align: center;
    border: 1px solid #fff;
    padding: 0.82em 0;
    letter-spacing: 0.1em;
    display: block;
    position: relative;
    -webkit-transition: border .3s ease, background-color .3s ease;
    transition: border .3s ease, background-color .3s ease;
  }
  .top_btn::before {
    content: ">";
    position: absolute;
    top: 50%;
    right: 0.96em;
    -webkit-transform: translateY(-52%);
            transform: translateY(-52%);
    -webkit-transition: right .3s ease;
    transition: right .3s ease;
  }
  .top_btn.is-active {
    background-color: #416DD4;
    border: 1px solid #416DD4;
  }
  .top_btn.is-active::before {
    right: 0.75em;
  }
  .top_btn.-comingSoon {
    border: none;
  }
  .top_btn.-comingSoon::before {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .top_btn {
    text-align: center;
    font-size: calc(41 / 960 * 100vw);
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 700;
    margin-top: calc(95 / 960 * 100vw);
    display: block;
    padding-top: 3.8049em;
    position: relative;
    -webkit-transform: translateX(4%);
            transform: translateX(4%);
  }
  .top_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.8049em;
    height: 2.9756em;
    background: url(../img/top/top-point.svg) no-repeat center center/contain;
  }
  .top_btn.-comingSoon::before {
    visibility: hidden;
  }
}
