@charset "UTF-8";
/* 
---------------------------------------
WEBフォント追加
---------------------------------------
*/
@font-face {
  font-family: 'Unbounded';
  /*要素に指定するときに使うフォント名*/
  src: url("../fonts/unbounded.woff2") format("woff2"), url("../fonts/unbounded.woff") format("woff");
  font-display: swap; }
html {
  margin-top: 0 !important;
  width: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-behavior: smooth; }

.under-mv {
  position: relative;
  z-index: 3;
  margin-top: 18rem;
  margin-bottom: 2.7rem; }
  @media screen and (max-width: 834px) {
    .under-mv {
      margin-top: 14vh;
      margin-bottom: 1.7rem; } }
  .under-mv__title-box {
    text-align: center; }
  .under-mv .under-mv__title--en {
    font-size: 90px;
    font-family: 'Unbounded';
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1; }
    @media screen and (max-width: 834px) {
      .under-mv .under-mv__title--en {
        font-size: 50px; } }
  .under-mv .under-mv__title {
    font-size: 14px;
    color: #fff;
    font-weight: 700; }
    @media screen and (max-width: 834px) {
      .under-mv .under-mv__title {
        font-size: 13px; } }

.breadcrumb {
  margin-top: 11vh;
  text-align: right; }
  @media screen and (max-width: 834px) {
    .breadcrumb {
      margin-top: 5vh; } }
  .breadcrumb ol {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 20px; }
    @media screen and (max-width: 834px) {
      .breadcrumb ol {
        gap: 0 10px; } }
    .breadcrumb ol li a {
      color: #ff5885;
      font-size: 12px; }
    .breadcrumb ol li.arrow {
      color: #fff; }
    .breadcrumb ol li.lastelement span {
      color: #fff;
      font-size: 12px; }

.comingSoon__contents {
  position: relative;
  z-index: 3;
  border-radius: 60px;
  overflow: hidden;
  background-color: #fff;
  padding: 13rem 0 11rem;
  text-align: center; }
  @media screen and (max-width: 834px) {
    .comingSoon__contents {
      padding: 7rem 0 5rem;
      border-radius: 30px; } }
  .comingSoon__contents .under__cont-txt {
    font-size: 24px;
    font-weight: 700; }
    @media screen and (max-width: 834px) {
      .comingSoon__contents .under__cont-txt {
        font-size: 18px; } }
  .comingSoon__contents .detail-btn {
    margin-top: 7rem;
    color: #ff5885;
    justify-content: center; }
    @media screen and (max-width: 834px) {
      .comingSoon__contents .detail-btn {
        margin-top: 3rem; } }
    .comingSoon__contents .detail-btn .circle {
      border: 1px solid #ff5885; }
