@charset "UTF-8";
/* ===================================================================
	file name: defult.css
=================================================================== */
/* contents
----------------------------------------
 * reset                  /*リセット
 * default settings       /*デフォルトセッティング
 * font                   /*フォント･テキスト関係
 * clearfix               /*クリアフィックス
 * float/display/flex     /*フロート・ディスプレイ関係
 * rollover               /*cssロールオーバー
 * fade Animation         /*フェード アニメーション
 * margin                 /*マージン調整
 * padding                /*パディング調整
 * scrollbar              /*フスクロールバー
 * CSS Animation          /*CSS アニメション
 * js Animation           /*jS アニメーション
 * popup modal            /*モーダルウィンドウ設定

---------------------------------------- */
/* =========================================================
 * reset                  /*リセット
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
blockquote,
body,
div,
dl,
dt,
dd,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
select,
span,
textarea,
td,
th,
ul,
figure,
figcaption {
  margin: 0px;
  padding: 0px;
}

fieldset,
img {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

ol {
  list-style-type: none;
}

ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
}
ul li img {
  line-height: 0;
  font-size: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

iframe {
  border: none;
}

a:focus {
  outline: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

/* IE */
* html ul li dl,
* html ol li dl {
  display: inline;
}
*:first-child + html ul li dl,
*:first-child + html ol li dl {
  display: inline;
}

/**
* @license
*
* Font Family: Chillax
* Designed by: Manushi Parikh
* URL: https://www.fontshare.com/fonts/chillax
* © 2025 Indian Type Foundry
*
* Chillax Extralight 
* Chillax Light 
* Chillax Regular 
* Chillax Medium 
* Chillax Semibold 
* Chillax Bold 
* Chillax Variable (Variable font)

*
*/
@font-face {
  font-family: 'Chillax-Extralight';
  src: url("../fonts/Chillax-Extralight.woff2") format("woff2"), url("../fonts/Chillax-Extralight.woff") format("woff"), url("../fonts/Chillax-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Chillax-Light';
  src: url("../fonts/Chillax-Light.woff2") format("woff2"), url("../fonts/Chillax-Light.woff") format("woff"), url("../fonts/Chillax-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Chillax-Regular';
  src: url("../fonts/Chillax-Regular.woff2") format("woff2"), url("../fonts/Chillax-Regular.woff") format("woff"), url("../fonts/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Chillax-Medium';
  src: url("../fonts/Chillax-Medium.woff2") format("woff2"), url("../fonts/Chillax-Medium.woff") format("woff"), url("../fonts/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Chillax-Semibold';
  src: url("../fonts/Chillax-Semibold.woff2") format("woff2"), url("../fonts/Chillax-Semibold.woff") format("woff"), url("../fonts/Chillax-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Chillax-Bold';
  src: url("../fonts/Chillax-Bold.woff2") format("woff2"), url("../fonts/Chillax-Bold.woff") format("woff"), url("../fonts/Chillax-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: 'Chillax-Variable';
  src: url("../fonts/Chillax-Variable.woff2") format("woff2"), url("../fonts/Chillax-Variable.woff") format("woff"), url("../fonts/Chillax-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
/* =========================================================
 * default settings       /*デフォルトセッティング
========================================================= */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all;
  /*CJK (中国語、台湾語、日本語、韓国語) 以外のテキストにおいて、単語中などでの文字の改行に関する禁則処理を解除し、どの文字の間でも改行するようにします。*/
}

html,
body {
  font-size: 62.5%;
  overflow: auto;
}

body {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font: inherit;
  font-size: 1vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-feature-settings: "palt";
  /*日本語フォントの文字間隔（カーニング）全角スペースを詰める調整、句読点や括弧などの約物を含めた文字間をしっかり詰めてくれます。*/
  color: #231815;
  background: #fff;
}

main {
  display: block;
}

/*リンクテキスト全般の設定*/
a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.disabled {
  pointer-events: none;
}

.soon {
  pointer-events: none;
  opacity: .5;
}

.hide,
.hidden {
  visibility: hidden;
}

/*テキスト周りのタグ*/
p {
  line-break: strict;
  text-align: justify;
}

/*注釈 annotation*/
.txtanno {
  font-size: 0.8333333333vw !important;
  font-weight: 400;
  line-height: 1.2 !important;
  text-align: left;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin: 1em 0;
}

/*上付き*/
.txtsup {
  vertical-align: super;
}

/*下付き*/
.txtsub {
  vertical-align: sub;
}

/*画像全般の設定*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
}

/*videoタグ*/
video {
  max-width: 100%;
}

/*iframeタグ*/
iframe {
  width: 100%;
}

/*レスポンシブ切り替え表示の設定*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    font-size: 3.2vw;
  }

  /*リンクテキスト全般の設定*/
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
  }
  a:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* IE 8 */
  }

  /*画像全般の設定*/
  img {
    width: 100%;
  }

  /*テキスト周りのタグ*/
  /*注釈 annotation*/
  .txtanno {
    font-size: 2.6666666667vw !important;
  }

  /*レスポンシブ切り替え表示の設定*/
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/* =========================================================
 * font                   /*フォント･テキスト関係
========================================================= */
/* ウェイト・サイズ */
.fNormal {
  font-weight: normal;
}

.fBold {
  font-weight: bold;
}

.fItalic {
  font-style: italic;
}

.f09 {
  font-size: 75% !important;
}

/* base 13px = 9px  */
.f10 {
  font-size: 77% !important;
}

/* base 13px = 10px */
.f11 {
  font-size: 85% !important;
}

/* base 13px = 11px */
.f12 {
  font-size: 93% !important;
}

/* base 13px        */
.f13 {
  font-size: 100% !important;
}

/* base 13px = 13px */
.f14 {
  font-size: 108% !important;
}

/* base 13px = 14px */
.f15 {
  font-size: 116% !important;
}

/* base 13px = 15px */
.f16 {
  font-size: 124% !important;
}

/* base 13px = 16px */
.f17 {
  font-size: 131% !important;
}

/* base 13px = 17px */
.f18 {
  font-size: 139% !important;
}

/* base 13px = 18px */
.f19 {
  font-size: 147% !important;
}

/* base 13px = 18px */
.f20 {
  font-size: 154% !important;
}

/* base 13px = 18px */
/* カラー */
　
.txtC {
  text-align: center;
}

.txtR {
  text-align: right;
}

.txtL {
  text-align: left;
}

/* テキストインデント */
.hidetxt,
.hd {
  line-height: 150;
  overflow: hidden;
}
.hidetxt a,
.hd a {
  overflow: hidden;
}

/*Lato*/
/*Roboto Condensed & Roboto*/
/*barlow-condensed*/
/*zen kaku*/
/*Noto Sans Japanese*/
/*Oawald*/
/*poppins*/
.lato {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
}

.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.barlow-condensed {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
}

.zen-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.oswald {
  font-family: "Oswald", serif;
}

/* =========================================================
 * clearfix               /*クリアフィックス
========================================================= */
/* For modern browsers */
.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* =========================================================
 * float/display/flex     /*フロート・ディスプレイ関係
========================================================= */
/* float*/
.flotL {
  display: inline;
  float: left;
}

.flotR {
  display: inline;
  float: right;
}

.ovhid {
  overflow: hidden;
  zoom: 1;
}

/*display*/
.block {
  display: block;
}

.none {
  display: none;
}

.inline {
  display: inline;
}

.inlineb {
  display: inline-block;
}

.bnone {
  border: none !important;
}

/*flex*/
.flex {
  display: flex;
}

.flexjcA {
  justify-content: space-around;
}

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

.flexjcC {
  justify-content: center;
}

.flexrow-r {
  flex-direction: row-reverse;
}

.flexrow {
  flex-direction: row;
}

.flexaiB {
  align-items: baseline;
}

.flexaiS {
  align-items: flex-start;
}

.flexaiE {
  align-items: flex-end;
}

.flexaiC {
  align-items: center;
}

/* =========================================================
 * rollover               /*cssロールオーバー
========================================================= */
.hover a:hover img {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/* =========================================================
 * fade Animation         /*フェード アニメーション
========================================================= */
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening,
.fadein-popup {
  position: relative;
  opacity: 0;
  transition: opacity 0.875s ease-in-out , transform 0.875s ease-in-out;
}

.fade {
  transform: translate(0, 0);
}

.fadein {
  transform: translate(0, 50px);
}

.fadein-top {
  transform: translate(0, -50px);
}

.fadein-left {
  transform: translate(-50px, 0);
}

.fadein-right {
  transform: translate(50px, 0);
}

.fadein-popup {
  translate: none;
  rotate: none;
  scale: none;
  transform: translateY(20px) scale(0.8) !important;
  transition: opacity 0.5s ease-in-out , transform 0.5s ease-in-out;
}

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-popup.scrollin {
  transform: translate(0, 0) scale(1) !important;
  animation: popup 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.fadein-topleft {
  animation: topleft 10s infinite linear 1s both;
}

.fadein-topright {
  animation: topright 6.3s infinite linear 1s both;
}

.fadein-topright02 {
  animation: topright 9.5s infinite linear 1s both;
}

.fadein-bottomleft {
  animation: bottomleft 5.5s infinite linear 1s both;
}

.fadein-bottomright {
  animation: bottomright 5.5s infinite linear 1s both;
}

@keyframes topleft {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(250%, 250%);
  }
}
@keyframes topright {
  0% {
    transform: translate(50%, 50%);
  }
  100% {
    transform: translate(-100%, 200%);
  }
}
@keyframes bottomleft {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(150%, -250%);
  }
}
@keyframes bottomright {
  0% {
    transform: translate(50%, 50%);
  }
  100% {
    transform: translate(-150%, 250%);
  }
}
@keyframes popup {
  0% {
    opacity: 0;
  }
  80%, 100% {
    opacity: 1;
  }
}
/* =========================================================
 * margin                 /*マージン調整
========================================================= */
.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 0.4166666667vw !important;
}

.mt10 {
  margin-top: 0.8333333333vw !important;
}

.mt12 {
  margin-top: 1vw !important;
}

.mt15 {
  margin-top: 1.25vw !important;
}

.mt20 {
  margin-top: 1.6666666667vw !important;
}

.mt25 {
  margin-top: 2.0833333333vw !important;
}

.mt30 {
  margin-top: 2.5vw !important;
}

.mt35 {
  margin-top: 2.9166666667vw !important;
}

.mt40 {
  margin-top: 3.3333333333vw !important;
}

.mt45 {
  margin-top: 3.75vw !important;
}

.mt50 {
  margin-top: 4.1666666667vw !important;
}

.mt55 {
  margin-top: 4.5833333333vw !important;
}

.mt60 {
  margin-top: 5vw !important;
}

.mt65 {
  margin-top: 5.4166666667vw !important;
}

.mt70 {
  margin-top: 5.8333333333vw !important;
}

.mt75 {
  margin-top: 6.25vw !important;
}

.mt80 {
  margin-top: 6.6666666667vw !important;
}

.mt85 {
  margin-top: 7.0833333333vw !important;
}

.mt90 {
  margin-top: 7.5vw !important;
}

.mt95 {
  margin-top: 7.9166666667vw !important;
}

.mt100 {
  margin-top: 8.3333333333vw !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 0.4166666667vw !important;
}

.mr10 {
  margin-right: 0.8333333333vw !important;
}

.mr12 {
  margin-right: 1vw !important;
}

.mr15 {
  margin-right: 1.25vw !important;
}

.mr20 {
  margin-right: 1.6666666667vw !important;
}

.mr25 {
  margin-right: 2.0833333333vw !important;
}

.mr30 {
  margin-right: 2.5vw !important;
}

.mr35 {
  margin-right: 2.9166666667vw !important;
}

.mr40 {
  margin-right: 3.3333333333vw !important;
}

.mr45 {
  margin-right: 3.75vw !important;
}

.mr50 {
  margin-right: 4.1666666667vw !important;
}

.mr55 {
  margin-right: 4.5833333333vw !important;
}

.mr60 {
  margin-right: 5vw !important;
}

.mr65 {
  margin-right: 5.4166666667vw !important;
}

.mr70 {
  margin-right: 5.8333333333vw !important;
}

.mr75 {
  margin-right: 6.25vw !important;
}

.mr80 {
  margin-right: 6.6666666667vw !important;
}

.mr85 {
  margin-right: 7.0833333333vw !important;
}

.mr90 {
  margin-right: 7.5vw !important;
}

.mr95 {
  margin-right: 7.9166666667vw !important;
}

.mr100 {
  margin-right: 8.3333333333vw !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 0.4166666667vw !important;
}

.mb10 {
  margin-bottom: 0.8333333333vw !important;
}

.mb12 {
  margin-bottom: 1vw !important;
}

.mb15 {
  margin-bottom: 1.25vw !important;
}

.mb20 {
  margin-bottom: 1.6666666667vw !important;
}

.mb25 {
  margin-bottom: 2.0833333333vw !important;
}

.mb30 {
  margin-bottom: 2.5vw !important;
}

.mb35 {
  margin-bottom: 2.9166666667vw !important;
}

.mb40 {
  margin-bottom: 3.3333333333vw !important;
}

.mb45 {
  margin-bottom: 3.75vw !important;
}

.mb50 {
  margin-bottom: 4.1666666667vw !important;
}

.mb55 {
  margin-bottom: 4.5833333333vw !important;
}

.mb60 {
  margin-bottom: 5vw !important;
}

.mb65 {
  margin-bottom: 5.4166666667vw !important;
}

.mb70 {
  margin-bottom: 5.8333333333vw !important;
}

.mb75 {
  margin-bottom: 6.25vw !important;
}

.mb80 {
  margin-bottom: 6.6666666667vw !important;
}

.mb85 {
  margin-bottom: 7.0833333333vw !important;
}

.mb90 {
  margin-bottom: 7.5vw !important;
}

.mb95 {
  margin-bottom: 7.9166666667vw !important;
}

.mb100 {
  margin-bottom: 8.3333333333vw !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 0.4166666667vw !important;
}

.ml10 {
  margin-left: 0.8333333333vw !important;
}

.ml12 {
  margin-left: 1vw !important;
}

.ml15 {
  margin-left: 1.25vw !important;
}

.ml20 {
  margin-left: 1.6666666667vw !important;
}

.ml25 {
  margin-left: 2.0833333333vw !important;
}

.ml30 {
  margin-left: 2.5vw !important;
}

.ml35 {
  margin-left: 2.9166666667vw !important;
}

.ml40 {
  margin-left: 3.3333333333vw !important;
}

.ml45 {
  margin-left: 3.75vw !important;
}

.ml50 {
  margin-left: 4.1666666667vw !important;
}

.ml55 {
  margin-left: 4.5833333333vw !important;
}

.ml60 {
  margin-left: 5vw !important;
}

.ml65 {
  margin-left: 5.4166666667vw !important;
}

.ml70 {
  margin-left: 5.8333333333vw !important;
}

.ml75 {
  margin-left: 6.25vw !important;
}

.ml80 {
  margin-left: 6.6666666667vw !important;
}

.ml85 {
  margin-left: 7.0833333333vw !important;
}

.ml90 {
  margin-left: 7.5vw !important;
}

.ml95 {
  margin-left: 7.9166666667vw !important;
}

.ml100 {
  margin-left: 8.3333333333vw !important;
}

@media screen and (max-width: 767px) {
  .mt00 {
    margin-top: 0 !important;
  }

  .mt05 {
    margin-top: 2.6666666667vw !important;
  }

  .mt10 {
    margin-top: 5.3333333333vw !important;
  }

  .mt12 {
    margin-top: 6.4vw !important;
  }

  .mt15 {
    margin-top: 8vw !important;
  }

  .mt20 {
    margin-top: 10.6666666667vw !important;
  }

  .mt25 {
    margin-top: 13.3333333333vw !important;
  }

  .mt30 {
    margin-top: 16vw !important;
  }

  .mt35 {
    margin-top: 18.6666666667vw !important;
  }

  .mt40 {
    margin-top: 21.3333333333vw !important;
  }

  .mt45 {
    margin-top: 24vw !important;
  }

  .mt50 {
    margin-top: 26.6666666667vw !important;
  }

  .mt55 {
    margin-top: 29.3333333333vw !important;
  }

  .mt60 {
    margin-top: 32vw !important;
  }

  .mt65 {
    margin-top: 34.6666666667vw !important;
  }

  .mt70 {
    margin-top: 37.3333333333vw !important;
  }

  .mt75 {
    margin-top: 40vw !important;
  }

  .mt80 {
    margin-top: 42.6666666667vw !important;
  }

  .mt85 {
    margin-top: 45.3333333333vw !important;
  }

  .mt90 {
    margin-top: 48vw !important;
  }

  .mt95 {
    margin-top: 50.6666666667vw !important;
  }

  .mt100 {
    margin-top: 53.3333333333vw !important;
  }

  .mr00 {
    margin-right: 0 !important;
  }

  .mr05 {
    margin-right: 2.6666666667vw !important;
  }

  .mr10 {
    margin-right: 5.3333333333vw !important;
  }

  .mr12 {
    margin-right: 6.4vw !important;
  }

  .mr15 {
    margin-right: 8vw !important;
  }

  .mr20 {
    margin-right: 10.6666666667vw !important;
  }

  .mr25 {
    margin-right: 13.3333333333vw !important;
  }

  .mr30 {
    margin-right: 16vw !important;
  }

  .mr35 {
    margin-right: 18.6666666667vw !important;
  }

  .mr40 {
    margin-right: 21.3333333333vw !important;
  }

  .mr45 {
    margin-right: 24vw !important;
  }

  .mr50 {
    margin-right: 26.6666666667vw !important;
  }

  .mr55 {
    margin-right: 29.3333333333vw !important;
  }

  .mr60 {
    margin-right: 32vw !important;
  }

  .mr65 {
    margin-right: 34.6666666667vw !important;
  }

  .mr70 {
    margin-right: 37.3333333333vw !important;
  }

  .mr75 {
    margin-right: 40vw !important;
  }

  .mr80 {
    margin-right: 42.6666666667vw !important;
  }

  .mr85 {
    margin-right: 45.3333333333vw !important;
  }

  .mr90 {
    margin-right: 48vw !important;
  }

  .mr95 {
    margin-right: 50.6666666667vw !important;
  }

  .mr100 {
    margin-right: 53.3333333333vw !important;
  }

  .mb00 {
    margin-bottom: 0 !important;
  }

  .mb05 {
    margin-bottom: 2.6666666667vw !important;
  }

  .mb10 {
    margin-bottom: 5.3333333333vw !important;
  }

  .mb12 {
    margin-bottom: 6.4vw !important;
  }

  .mb15 {
    margin-bottom: 8vw !important;
  }

  .mb20 {
    margin-bottom: 10.6666666667vw !important;
  }

  .mb25 {
    margin-bottom: 13.3333333333vw !important;
  }

  .mb30 {
    margin-bottom: 16vw !important;
  }

  .mb35 {
    margin-bottom: 18.6666666667vw !important;
  }

  .mb40 {
    margin-bottom: 21.3333333333vw !important;
  }

  .mb45 {
    margin-bottom: 24vw !important;
  }

  .mb50 {
    margin-bottom: 26.6666666667vw !important;
  }

  .mb55 {
    margin-bottom: 29.3333333333vw !important;
  }

  .mb60 {
    margin-bottom: 32vw !important;
  }

  .mb65 {
    margin-bottom: 34.6666666667vw !important;
  }

  .mb70 {
    margin-bottom: 37.3333333333vw !important;
  }

  .mb75 {
    margin-bottom: 40vw !important;
  }

  .mb80 {
    margin-bottom: 42.6666666667vw !important;
  }

  .mb85 {
    margin-bottom: 45.3333333333vw !important;
  }

  .mb90 {
    margin-bottom: 48vw !important;
  }

  .mb95 {
    margin-bottom: 50.6666666667vw !important;
  }

  .mb100 {
    margin-bottom: 53.3333333333vw !important;
  }

  .ml00 {
    margin-left: 0 !important;
  }

  .ml05 {
    margin-left: 2.6666666667vw !important;
  }

  .ml10 {
    margin-left: 5.3333333333vw !important;
  }

  .ml12 {
    margin-left: 6.4vw !important;
  }

  .ml15 {
    margin-left: 8vw !important;
  }

  .ml20 {
    margin-left: 10.6666666667vw !important;
  }

  .ml25 {
    margin-left: 13.3333333333vw !important;
  }

  .ml30 {
    margin-left: 16vw !important;
  }

  .ml35 {
    margin-left: 18.6666666667vw !important;
  }

  .ml40 {
    margin-left: 21.3333333333vw !important;
  }

  .ml45 {
    margin-left: 24vw !important;
  }

  .ml50 {
    margin-left: 26.6666666667vw !important;
  }

  .ml55 {
    margin-left: 29.3333333333vw !important;
  }

  .ml60 {
    margin-left: 32vw !important;
  }

  .ml65 {
    margin-left: 34.6666666667vw !important;
  }

  .ml70 {
    margin-left: 37.3333333333vw !important;
  }

  .ml75 {
    margin-left: 40vw !important;
  }

  .ml80 {
    margin-left: 42.6666666667vw !important;
  }

  .ml85 {
    margin-left: 45.3333333333vw !important;
  }

  .ml90 {
    margin-left: 48vw !important;
  }

  .ml95 {
    margin-left: 50.6666666667vw !important;
  }

  .ml100 {
    margin-left: 53.3333333333vw !important;
  }
}
/* ======================================================
 * padding                /*パディング調整
====================================================== */
.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 0.4166666667vw !important;
}

.pt10 {
  padding-top: 0.8333333333vw !important;
}

.pt12 {
  padding-top: 1vw !important;
}

.pt15 {
  padding-top: 1.25vw !important;
}

.pt20 {
  padding-top: 1.6666666667vw !important;
}

.pt25 {
  padding-top: 2.0833333333vw !important;
}

.pt30 {
  padding-top: 2.5vw !important;
}

.pt35 {
  padding-top: 2.9166666667vw !important;
}

.pt40 {
  padding-top: 3.3333333333vw !important;
}

.pt45 {
  padding-top: 3.75vw !important;
}

.pt50 {
  padding-top: 4.1666666667vw !important;
}

.pt55 {
  padding-top: 4.5833333333vw !important;
}

.pt60 {
  padding-top: 5vw !important;
}

.pt65 {
  padding-top: 5.4166666667vw !important;
}

.pt70 {
  padding-top: 5.8333333333vw !important;
}

.pt75 {
  padding-top: 6.25vw !important;
}

.pt80 {
  padding-top: 6.6666666667vw !important;
}

.pt85 {
  padding-top: 7.0833333333vw !important;
}

.pt90 {
  padding-top: 7.5vw !important;
}

.pt95 {
  padding-top: 7.9166666667vw !important;
}

.pt100 {
  padding-top: 8.3333333333vw !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 0.4166666667vw !important;
}

.pr10 {
  padding-right: 0.8333333333vw !important;
}

.pr12 {
  padding-right: 1vw !important;
}

.pr15 {
  padding-right: 1.25vw !important;
}

.pr20 {
  padding-right: 1.6666666667vw !important;
}

.pr25 {
  padding-right: 2.0833333333vw !important;
}

.pr30 {
  padding-right: 2.5vw !important;
}

.pr35 {
  padding-right: 2.9166666667vw !important;
}

.pr40 {
  padding-right: 3.3333333333vw !important;
}

.pr45 {
  padding-right: 3.75vw !important;
}

.pr50 {
  padding-right: 4.1666666667vw !important;
}

.pr55 {
  padding-right: 4.5833333333vw !important;
}

.pr60 {
  padding-right: 5vw !important;
}

.pr65 {
  padding-right: 5.4166666667vw !important;
}

.pr70 {
  padding-right: 5.8333333333vw !important;
}

.pr75 {
  padding-right: 6.25vw !important;
}

.pr80 {
  padding-right: 6.6666666667vw !important;
}

.pr85 {
  padding-right: 7.0833333333vw !important;
}

.pr90 {
  padding-right: 7.5vw !important;
}

.pr95 {
  padding-right: 7.9166666667vw !important;
}

.pr100 {
  padding-right: 8.3333333333vw !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 0.4166666667vw !important;
}

.pb10 {
  padding-bottom: 0.8333333333vw !important;
}

.pb12 {
  padding-bottom: 1vw !important;
}

.pb15 {
  padding-bottom: 1.25vw !important;
}

.pb20 {
  padding-bottom: 1.6666666667vw !important;
}

.pb25 {
  padding-bottom: 2.0833333333vw !important;
}

.pb30 {
  padding-bottom: 2.5vw !important;
}

.pb35 {
  padding-bottom: 2.9166666667vw !important;
}

.pb40 {
  padding-bottom: 3.3333333333vw !important;
}

.pb45 {
  padding-bottom: 3.75vw !important;
}

.pb50 {
  padding-bottom: 4.1666666667vw !important;
}

.pb55 {
  padding-bottom: 4.5833333333vw !important;
}

.pb60 {
  padding-bottom: 5vw !important;
}

.pb65 {
  padding-bottom: 5.4166666667vw !important;
}

.pb70 {
  padding-bottom: 5.8333333333vw !important;
}

.pb75 {
  padding-bottom: 6.25vw !important;
}

.pb80 {
  padding-bottom: 6.6666666667vw !important;
}

.pb85 {
  padding-bottom: 7.0833333333vw !important;
}

.pb90 {
  padding-bottom: 7.5vw !important;
}

.pb95 {
  padding-bottom: 7.9166666667vw !important;
}

.pb100 {
  padding-bottom: 8.3333333333vw !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 0.4166666667vw !important;
}

.pl10 {
  padding-left: 0.8333333333vw !important;
}

.pl12 {
  padding-left: 1vw !important;
}

.pl15 {
  padding-left: 1.25vw !important;
}

.pl20 {
  padding-left: 1.6666666667vw !important;
}

.pl25 {
  padding-left: 2.0833333333vw !important;
}

.pl30 {
  padding-left: 2.5vw !important;
}

.pl35 {
  padding-left: 2.9166666667vw !important;
}

.pl40 {
  padding-left: 3.3333333333vw !important;
}

.pl45 {
  padding-left: 3.75vw !important;
}

.pl50 {
  padding-left: 4.1666666667vw !important;
}

.pl55 {
  padding-left: 4.5833333333vw !important;
}

.pl60 {
  padding-left: 5vw !important;
}

.pl65 {
  padding-left: 5.4166666667vw !important;
}

.pl70 {
  padding-left: 5.8333333333vw !important;
}

.pl75 {
  padding-left: 6.25vw !important;
}

.pl80 {
  padding-left: 6.6666666667vw !important;
}

.pl85 {
  padding-left: 7.0833333333vw !important;
}

.pl90 {
  padding-left: 7.5vw !important;
}

.pl95 {
  padding-left: 7.9166666667vw !important;
}

.pl100 {
  padding-left: 8.3333333333vw !important;
}

@media screen and (max-width: 767px) {
  .pt00 {
    padding-top: 0 !important;
  }

  .pt05 {
    padding-top: 2.6666666667vw !important;
  }

  .pt10 {
    padding-top: 5.3333333333vw !important;
  }

  .pt12 {
    padding-top: 6.4vw !important;
  }

  .pt15 {
    padding-top: 8vw !important;
  }

  .pt20 {
    padding-top: 10.6666666667vw !important;
  }

  .pt25 {
    padding-top: 13.3333333333vw !important;
  }

  .pt30 {
    padding-top: 16vw !important;
  }

  .pt35 {
    padding-top: 18.6666666667vw !important;
  }

  .pt40 {
    padding-top: 21.3333333333vw !important;
  }

  .pt45 {
    padding-top: 24vw !important;
  }

  .pt50 {
    padding-top: 26.6666666667vw !important;
  }

  .pt55 {
    padding-top: 29.3333333333vw !important;
  }

  .pt60 {
    padding-top: 32vw !important;
  }

  .pt65 {
    padding-top: 34.6666666667vw !important;
  }

  .pt70 {
    padding-top: 37.3333333333vw !important;
  }

  .pt75 {
    padding-top: 40vw !important;
  }

  .pt80 {
    padding-top: 42.6666666667vw !important;
  }

  .pt85 {
    padding-top: 45.3333333333vw !important;
  }

  .pt90 {
    padding-top: 48vw !important;
  }

  .pt95 {
    padding-top: 50.6666666667vw !important;
  }

  .pt100 {
    padding-top: 53.3333333333vw !important;
  }

  .pr00 {
    padding-right: 0 !important;
  }

  .pr05 {
    padding-right: 2.6666666667vw !important;
  }

  .pr10 {
    padding-right: 5.3333333333vw !important;
  }

  .pr12 {
    padding-right: 6.4vw !important;
  }

  .pr15 {
    padding-right: 8vw !important;
  }

  .pr20 {
    padding-right: 10.6666666667vw !important;
  }

  .pr25 {
    padding-right: 13.3333333333vw !important;
  }

  .pr30 {
    padding-right: 16vw !important;
  }

  .pr35 {
    padding-right: 18.6666666667vw !important;
  }

  .pr40 {
    padding-right: 21.3333333333vw !important;
  }

  .pr45 {
    padding-right: 24vw !important;
  }

  .pr50 {
    padding-right: 26.6666666667vw !important;
  }

  .pr55 {
    padding-right: 29.3333333333vw !important;
  }

  .pr60 {
    padding-right: 32vw !important;
  }

  .pr65 {
    padding-right: 34.6666666667vw !important;
  }

  .pr70 {
    padding-right: 37.3333333333vw !important;
  }

  .pr75 {
    padding-right: 40vw !important;
  }

  .pr80 {
    padding-right: 42.6666666667vw !important;
  }

  .pr85 {
    padding-right: 45.3333333333vw !important;
  }

  .pr90 {
    padding-right: 48vw !important;
  }

  .pr95 {
    padding-right: 50.6666666667vw !important;
  }

  .pr100 {
    padding-right: 53.3333333333vw !important;
  }

  .pb00 {
    padding-bottom: 0 !important;
  }

  .pb05 {
    padding-bottom: 2.6666666667vw !important;
  }

  .pb10 {
    padding-bottom: 5.3333333333vw !important;
  }

  .pb12 {
    padding-bottom: 6.4vw !important;
  }

  .pb15 {
    padding-bottom: 8vw !important;
  }

  .pb20 {
    padding-bottom: 10.6666666667vw !important;
  }

  .pb25 {
    padding-bottom: 13.3333333333vw !important;
  }

  .pb30 {
    padding-bottom: 16vw !important;
  }

  .pb35 {
    padding-bottom: 18.6666666667vw !important;
  }

  .pb40 {
    padding-bottom: 21.3333333333vw !important;
  }

  .pb45 {
    padding-bottom: 24vw !important;
  }

  .pb50 {
    padding-bottom: 26.6666666667vw !important;
  }

  .pb55 {
    padding-bottom: 29.3333333333vw !important;
  }

  .pb60 {
    padding-bottom: 32vw !important;
  }

  .pb65 {
    padding-bottom: 34.6666666667vw !important;
  }

  .pb70 {
    padding-bottom: 37.3333333333vw !important;
  }

  .pb75 {
    padding-bottom: 40vw !important;
  }

  .pb80 {
    padding-bottom: 42.6666666667vw !important;
  }

  .pb85 {
    padding-bottom: 45.3333333333vw !important;
  }

  .pb90 {
    padding-bottom: 48vw !important;
  }

  .pb95 {
    padding-bottom: 50.6666666667vw !important;
  }

  .pb100 {
    padding-bottom: 53.3333333333vw !important;
  }

  .pl00 {
    padding-left: 0 !important;
  }

  .pl05 {
    padding-left: 2.6666666667vw !important;
  }

  .pl10 {
    padding-left: 5.3333333333vw !important;
  }

  .pl12 {
    padding-left: 6.4vw !important;
  }

  .pl15 {
    padding-left: 8vw !important;
  }

  .pl20 {
    padding-left: 10.6666666667vw !important;
  }

  .pl25 {
    padding-left: 13.3333333333vw !important;
  }

  .pl30 {
    padding-left: 16vw !important;
  }

  .pl35 {
    padding-left: 18.6666666667vw !important;
  }

  .pl40 {
    padding-left: 21.3333333333vw !important;
  }

  .pl45 {
    padding-left: 24vw !important;
  }

  .pl50 {
    padding-left: 26.6666666667vw !important;
  }

  .pl55 {
    padding-left: 29.3333333333vw !important;
  }

  .pl60 {
    padding-left: 32vw !important;
  }

  .pl65 {
    padding-left: 34.6666666667vw !important;
  }

  .pl70 {
    padding-left: 37.3333333333vw !important;
  }

  .pl75 {
    padding-left: 40vw !important;
  }

  .pl80 {
    padding-left: 42.6666666667vw !important;
  }

  .pl85 {
    padding-left: 45.3333333333vw !important;
  }

  .pl90 {
    padding-left: 48vw !important;
  }

  .pl95 {
    padding-left: 50.6666666667vw !important;
  }

  .pl100 {
    padding-left: 53.3333333333vw !important;
  }
}
/* =========================================================
 * CSS Animation          /*CSS アニメション
========================================================= */
/*<div class="scroll">
	<div class="scroll--inner">
		<span>Scroll</span>
		<div class="bar"></div>
	</div>
</div>*/
.scroll {
  position: absolute;
  bottom: -2.5vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.scroll--inner {
  position: relative;
}
.scroll--inner span {
  font-size: 1.1666666667vw;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  box-sizing: border-box;
  font-feature-settings: normal;
  display: inline;
  box-sizing: border-box;
}
.scroll--inner .bar {
  width: 100%;
  height: 5vw;
  margin-top: .5em;
  overflow: hidden;
  position: relative;
}
.scroll--inner .bar:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  border-left: 1px solid #fff;
  transform: translateX(-50%);
  -webkit-animation: arrow-move 2.2s 0.5s ease-in-out infinite;
  animation: arrow-move 2.2s 0.5s ease-in-out infinite;
}

@media screen and (max-width: 767px) {
  .scroll {
    bottom: -8vw;
  }
  .scroll--inner span {
    font-size: 3.7333333333vw;
  }
  .scroll--inner .bar {
    height: 16vw;
  }
}
/*メインビジュのSCROLL*/
/*
-webkit-animation: arrow-move 2.2s 0.5s ease-in-out infinite;
animation: arrow-move 2.2s 0.5s ease-in-out infinite;
*/
@keyframes arrow-move {
  0% {
    top: -100%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes arrow-move {
  0% {
    top: -100%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
/*
-webkit-animation: 
animation: 
*/
@keyframes animationZoom {
  100% {
    transform: scale(1.1);
  }
}
/*
-webkit-animation: 
animation: 
*/
@keyframes slideshow {
  0% {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
  10% {
    opacity: 1;
    transform: scale(1, 1);
  }
  28% {
    opacity: 1;
    transform: scale(1, 1);
  }
  38% {
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(1, 1);
  }
}
/*#noise*/
.noise {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.noise:after {
  content: "";
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  background-image: url(../images/common/noise.png);
  background-position: 50%;
  position: absolute;
  left: -10rem;
  top: -10rem;
  will-change: transform;
  -webkit-animation: noise 1s steps(2) infinite;
  animation: noise 1s steps(2) infinite;
}

@media all and (-ms-high-contrast: none) {
  .noise {
    display: none;
  }
}
/* =========================================================
 * popup modal            /*モーダルウィンドウ設定
========================================================= */
.mfp-bg {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-close {
  text-indent: -9999px;
  font-family: serif;
  font-size: 64px;
  right: -10px !important;
  padding-right: 0 !important;
  top: -50px !important;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: .8;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-wrap {
  /* content animate it */
  /* content animate out */
}
.mfp-wrap .modal-content {
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-wrap.mfp-ready .modal-content {
  transform: translateY(0);
  opacity: 1;
}
.mfp-wrap.mfp-removing .modal-content {
  transform: translateY(30px);
  opacity: 0;
}

.mfp-iframe-holder .mfp-content {
  width: 125vmin !important;
  max-width: 90% !important;
}

.illust {
  position: absolute;
}
.illust.i01 {
  width: 5.6666666667vw;
}
.illust.i02 {
  width: 9.25vw;
}
.illust.i03 {
  width: 8.3333333333vw;
}
.illust.i04 {
  width: 8.3333333333vw;
}
.illust.i05 {
  width: 6.8333333333vw;
}
.illust.i06 {
  width: 5vw;
}
.illust.i07 {
  width: 6.3333333333vw;
}
.illust.i08 {
  width: 4.75vw;
}
.illust.i09 {
  width: 5.25vw;
}
.illust.i10 {
  width: 12.9166666667vw;
}

.entrybtns {
  display: flex;
}
.entrybtns li {
  position: relative;
  width: 16.6666666667vw;
  height: 2.5vw;
}
.entrybtns li a {
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  font-family: "Chillax-Variable";
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1vw;
  border: 1px solid #fff;
}
.entrybtns li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.entrybtns li.entry {
  z-index: 2;
}
.entrybtns li.entry a {
  background-color: #e50019;
}
.entrybtns li.mypage {
  margin-left: -1.6666666667vw;
  z-index: 1;
}
.entrybtns li.mypage a {
  background-color: #ff7a00;
}

.backtotop_btn {
  width: 39.8333333333vw;
  height: 4.8333333333vw;
  margin: 0 auto;
}
.backtotop_btn a {
  border-radius: 40px;
  border: 2px solid #e50019;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #e50019;
  font-weight: bold;
  font-size: 1.8333333333vw;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  height: 7.5vw;
  transition: all .3s ease-out;
}
.header--inner {
  padding: 0 2.5vw;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header--inner .logo {
  width: 9vw;
}
.header--inner .logo a {
  padding: 0.4166666667vw;
  transition: all .3s ease-out;
}
.header--inner .menu-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.5833333333vw;
  height: 4.5833333333vw;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #e50019;
  cursor: pointer;
}
.header--inner .menu-trigger .inner {
  width: 2.1666666667vw;
  height: 1.1666666667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header--inner .menu-trigger .inner span {
  position: absolute;
  display: block;
  width: 100%;
  border-top: 2px solid #fff;
  transition: all .3s ease-out;
}
.header--inner .menu-trigger .inner span:nth-of-type(1) {
  top: 0;
}
.header--inner .menu-trigger .inner span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
.header--inner .menu-trigger .inner span:nth-of-type(3) {
  bottom: 0;
}
.header.active .header--inner .logo a {
  background-color: #fff;
}
.header.active .header--inner .menu-trigger .inner span:nth-of-type(1) {
  -webkit-transform: translateY(0.48vw) rotate(-45deg);
  transform: translateY(0.48vw) rotate(-45deg);
}
.header.active .header--inner .menu-trigger .inner span:nth-of-type(2) {
  opacity: 0;
}
.header.active .header--inner .menu-trigger .inner span:nth-of-type(3) {
  -webkit-transform: translateY(-0.48vw) rotate(45deg);
  transform: translateY(-0.48vw) rotate(45deg);
}
.header.scrolled {
  background-color: rgba(255, 1, 52, 0.2);
}

.pages .header {
  background: url("../images/common/bg_header_bg.png") no-repeat center/cover;
}
.pages .header.active {
  background: none;
}
.pages .container {
  padding-top: 7.5vw;
}
.pages .container .page-kv {
  width: 100%;
  height: 39.5833333333vw;
  position: relative;
}
.pages .container .page-kv .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.pages .container .page-kv .ttl h1 {
  font-size: 3.75vw;
  font-weight: bold;
  line-height: 1.2;
}
.pages .container .page-kv .ttl .en {
  margin-top: 1.25vw;
  font-family: "Chillax-Variable";
  line-height: 1;
  font-weight: 500;
  font-size: 1.6666666667vw;
}
.pages .container .lead-txt {
  padding: 5vw 0 5.8333333333vw;
}
.pages .container .lead-txt p {
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  font-size: 1.3333333333vw;
}

.large-menu {
  position: fixed;
  z-index: 9;
  background-color: #e50019;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8.3333333333vw 0 4.1666666667vw;
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease-out;
}
.large-menu a {
  color: #fff;
}
.large-menu a span {
  display: inline-block;
  width: 1.1666666667vw;
  margin-left: 0.4166666667vw;
  position: relative;
  top: -0.1666666667vw;
}
.large-menu a:hover {
  opacity: 1;
  text-decoration: underline;
}
.large-menu--inner {
  width: 68.3333333333vw;
  margin: 0 auto;
}
.large-menu--inner .totop {
  text-align: center;
  font-size: 1.5vw;
  font-family: "Chillax-Variable";
  font-weight: 500;
}
.large-menu--inner--wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 1.6666666667vw;
}
.large-menu--inner--wrap dl dt {
  font-family: "Chillax-Variable";
  font-size: 1.3333333333vw;
  font-weight: 500;
  margin-bottom: 0.4166666667vw;
}
.large-menu--inner--wrap dl dt:nth-of-type(n+2) {
  margin-top: 0.8333333333vw;
}
.large-menu--inner--wrap dl dd {
  font-weight: bold;
  font-size: 1.1666666667vw;
}
.large-menu--inner--wrap dl dd:nth-of-type(n+2) {
  margin-top: 0.4166666667vw;
}
.large-menu.active {
  opacity: 1;
  pointer-events: visible;
}

.footer {
  background: url("../images/common/bg_footer_back.png") no-repeat center top/cover;
  margin-top: 12.5vw;
  padding-top: 8.3333333333vw;
}
.footer--upper {
  position: relative;
}
.footer--upper .earthwrap {
  width: 41.1666666667vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.footer--upper .maintxt {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 13.9166666667vw;
  width: 100%;
}
.footer--upper .entrybtns {
  position: absolute;
  right: 4.8333333333vw;
  bottom: 1.9166666667vw;
}
.footer--nav {
  padding-top: 3.75vw;
  width: 68.3333333333vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 1.6666666667vw;
}
.footer--nav dl dt {
  font-family: "Chillax-Variable";
  font-size: 1.3333333333vw;
  font-weight: 500;
  margin-bottom: 0.4166666667vw;
  color: #e50019;
}
.footer--nav dl dt:nth-of-type(n+2) {
  margin-top: 0.8333333333vw;
}
.footer--nav dl dd {
  font-weight: bold;
  font-size: 1.1666666667vw;
}
.footer--nav dl dd a span {
  margin-left: 0.4166666667vw;
  display: inline-block;
  width: 1.1666666667vw;
  position: relative;
  top: -0.1666666667vw;
}
.footer--nav dl dd a:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer--nav dl dd:nth-of-type(n+2) {
  margin-top: 0.4166666667vw;
}
.footer--under {
  padding: 4.1666666667vw 0 4.5833333333vw;
  width: 90.3333333333vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer--under .left {
  display: flex;
  align-items: flex-end;
}
.footer--under .left .logo {
  width: 9vw;
}
.footer--under .left ul {
  display: flex;
  margin-left: 1.6666666667vw;
}
.footer--under .left ul li a {
  padding: 0 0.8333333333vw;
  font-size: 1.0833333333vw;
  line-height: 1;
  font-weight: 500;
}
.footer--under .left ul li:nth-of-type(n+2) {
  border-left: 1px solid #000;
}
.footer--under small {
  font-family: "Poppins", sans-serif;
  font-size: 0.8333333333vw;
}

#pagetop {
  position: fixed;
  width: 4.5833333333vw;
  right: 2.5vw;
  bottom: 2.5vw;
  z-index: 200;
}
#pagetop.ptbottom {
  bottom: 10vw !important;
}

@media screen and (max-width: 767px) {
  .illust.i01 {
    width: 9.0666666667vw;
  }
  .illust.i02 {
    width: 14.8vw;
  }
  .illust.i03 {
    width: 13.3333333333vw;
  }
  .illust.i04 {
    width: 13.3333333333vw;
  }
  .illust.i05 {
    width: 10.9333333333vw;
  }
  .illust.i06 {
    width: 8vw;
  }
  .illust.i07 {
    width: 10.1333333333vw;
  }
  .illust.i08 {
    width: 7.6vw;
  }
  .illust.i09 {
    width: 8.4vw;
  }
  .illust.i10 {
    width: 20.6666666667vw;
  }

  .entrybtns li {
    width: 27.6vw;
    height: 6vw;
  }
  .entrybtns li a {
    border-radius: 20px;
    font-size: 3.2vw;
  }
  .entrybtns li a span {
    display: none;
  }
  .entrybtns li.mypage {
    margin-left: -3.3333333333vw;
  }

  .backtotop_btn {
    width: 80%;
    height: 13.3333333333vw;
  }
  .backtotop_btn a {
    border-radius: 30px;
    border: 1px solid #e50019;
    font-size: 4.8vw;
  }

  .header {
    height: 16vw;
  }
  .header--inner {
    padding: 0 2.5%;
  }
  .header--inner .logo {
    width: 19.7333333333vw;
  }
  .header--inner .logo a {
    padding: 0.8vw;
  }
  .header--inner .menu-trigger {
    position: absolute;
    top: 50%;
    left: auto;
    right: 2.5%;
    transform: translateY(-50%);
    width: 8.8vw;
    height: 8.8vw;
  }
  .header--inner .menu-trigger .inner {
    width: 4.16vw;
    height: 2.24vw;
  }
  .header--inner .entrybtns {
    margin-right: 10.6666666667vw;
  }
  .header.active .header--inner .menu-trigger .inner span:nth-of-type(1) {
    -webkit-transform: translateY(0.9vw) rotate(-45deg);
    transform: translateY(0.9vw) rotate(-45deg);
  }
  .header.active .header--inner .menu-trigger .inner span:nth-of-type(2) {
    opacity: 0;
  }
  .header.active .header--inner .menu-trigger .inner span:nth-of-type(3) {
    -webkit-transform: translateY(-0.9vw) rotate(45deg);
    transform: translateY(-0.9vw) rotate(45deg);
  }

  .large-menu {
    padding: 18.6666666667vw 0 8vw;
    height: 100%;
  }
  .large-menu a span {
    width: 2.1333333333vw;
    margin-left: 0.8vw;
    top: 0;
  }
  .large-menu--inner {
    width: 90%;
    height: calc(100% - 20px);
    overflow-y: scroll;
  }
  .large-menu--inner .totop {
    font-size: 4.8vw;
  }
  .large-menu--inner--wrap {
    display: block;
    margin-top: 4vw;
  }
  .large-menu--inner--wrap dl dt {
    font-size: 4.8vw;
    margin-bottom: 1.3333333333vw;
  }
  .large-menu--inner--wrap dl dt:nth-of-type(n+2) {
    margin-top: 5.3333333333vw;
  }
  .large-menu--inner--wrap dl dd {
    font-size: 3.4666666667vw;
    border-top: 1px solid #fff;
  }
  .large-menu--inner--wrap dl dd a {
    padding: 2.6666666667vw 0;
    position: relative;
  }
  .large-menu--inner--wrap dl dd a::after {
    content: '';
    display: block;
    position: absolute;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 5%;
  }
  .large-menu--inner--wrap dl dd a.soon:after {
    display: none;
  }
  .large-menu--inner--wrap dl dd:nth-of-type(n+2) {
    margin-top: 0;
  }
  .large-menu--inner--wrap dl dd.spbd, .large-menu--inner--wrap dl dd:last-child {
    border-bottom: 1px solid #fff;
  }
  .large-menu--inner--wrap dl:nth-of-type(n+2) {
    margin-top: 5.3333333333vw;
  }

  .footer {
    background: url("../images/common/bg_footer_back.png") no-repeat center top/cover;
    margin-top: 22.6666666667vw;
    padding-top: 13.3333333333vw;
  }
  .footer--upper {
    padding-bottom: 10.6666666667vw;
  }
  .footer--upper .earthwrap {
    width: 50%;
  }
  .footer--upper .maintxt {
    top: 50%;
    transform: translateY(-50%);
  }
  .footer--upper .entrybtns {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .footer--nav {
    display: none;
  }
  .footer--under {
    padding: 5.3333333333vw 0 6.6666666667vw;
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .footer--under .left {
    display: block;
  }
  .footer--under .left .logo {
    width: 34.6666666667vw;
    margin: 0 auto;
  }
  .footer--under .left ul {
    margin-left: 0;
    justify-content: center;
    margin-top: 5.3333333333vw;
  }
  .footer--under .left ul li a {
    padding: 0 2.6666666667vw;
    font-size: 3.2vw;
  }
  .footer--under small {
    display: block;
    text-align: center;
    margin-top: 8vw;
    font-size: 2.6666666667vw;
  }

  .pages .container {
    padding-top: 16vw;
  }
  .pages .container .page-kv {
    height: 80vw;
  }
  .pages .container .page-kv .ttl h1 {
    font-size: 5.3333333333vw;
  }
  .pages .container .page-kv .ttl .en {
    margin-top: 2.6666666667vw;
    font-size: 4vw;
  }
  .pages .container .lead-txt {
    padding: 8vw 0 9.3333333333vw;
  }
  .pages .container .lead-txt p {
    font-size: 3.4666666667vw;
  }

  #pagetop {
    width: 13.3333333333vw;
    right: 1.3333333333vw;
    bottom: 26.6666666667vw;
  }
  #pagetop.ptbottom {
    bottom: 61.3333333333vw !important;
  }
}
.info .container .main {
  background: url("../images/information/main_bg.webp") no-repeat center/cover;
}
.info .container .main .ttl {
  color: #fff;
}
.info .container .contents .wrapper {
  margin: 0 auto;
}
.info .container .contents .wrapper .block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.info .container .contents .wrapper .block--category {
  margin: 6.25vw 2.5vw 0;
}
.info .container .contents .wrapper .block--category:nth-of-type(1) {
  margin-top: 6.25vw !important;
}
.info .container .contents .wrapper .block--category:nth-of-type(2) {
  margin-top: 11.6666666667vw;
}
.info .container .contents .wrapper .block--category:nth-of-type(2n-1) {
  margin-top: -.2em;
}
.info .container .contents .wrapper .block--category:nth-of-type(3), .info .container .contents .wrapper .block--category:nth-of-type(4) {
  margin-right: 4.1666666667vw;
  margin-left: 4.1666666667vw;
}
.info .container .contents .wrapper .block--category a .picture {
  position: relative;
  z-index: 1;
}
.info .container .contents .wrapper .block--category a .picture:after {
  content: '';
  display: block;
  position: absolute;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: -1;
}
.info .container .contents .wrapper .block--category a .picture .image {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.info .container .contents .wrapper .block--category a .picture .image img {
  transition: all .3s ease;
}
.info .container .contents .wrapper .block--category a .picture .icon {
  position: absolute;
}
.info .container .contents .wrapper .block--category a .picture .arrow-btn {
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0%;
  transition: all .3s ease;
}
.info .container .contents .wrapper .block--category a .picture .arrow-btn span {
  display: block;
  width: 40%;
  height: 40%;
  position: relative;
  top: 57.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.info .container .contents .wrapper .block--category a .picture .arrow-btn span img {
  display: block;
}
.info .container .contents .wrapper .block--category a dl dt,
.info .container .contents .wrapper .block--category a dl dd {
  line-height: 1;
  margin-top: 1em;
}
.info .container .contents .wrapper .block--category a dl dt {
  font-size: 2.5vw;
}
.info .container .contents .wrapper .block--category a dl dd {
  font-size: 1.6666666667vw;
  font-family: "Chillax-Variable";
}
.info .container .contents .wrapper .block--category a:hover {
  opacity: 1;
}
.info .container .contents .wrapper .block--category a:hover .picture .image img {
  transform: scale(1.04);
}
.info .container .contents .wrapper .block--category a:hover .arrow-btn {
  transform: scale(1.04);
}
.info .container .contents .wrapper .block--category.red a {
  color: #e50019;
}
.info .container .contents .wrapper .block--category.red a .picture:after {
  width: 66.2%;
  height: 66%;
  background-color: rgba(255, 1, 52, 0.1);
  bottom: -12.4%;
  left: -5.7%;
}
.info .container .contents .wrapper .block--category.red a .picture .image {
  width: 35vw;
  height: 30.3333333333vw;
}
.info .container .contents .wrapper .block--category.red a .picture .icon {
  width: 21%;
  top: 3.3%;
  left: -7.1%;
}
.info .container .contents .wrapper .block--category.red a .picture .arrow-btn {
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  background-color: #e50019;
}
.info .container .contents .wrapper .block--category.orange a {
  color: #ff7a00;
}
.info .container .contents .wrapper .block--category.orange a .picture:after {
  width: 66.2%;
  height: 66%;
  background-color: rgba(255, 122, 0, 0.1);
  top: -19.2%;
  right: -13.1%;
}
.info .container .contents .wrapper .block--category.orange a .picture .image {
  width: 35vw;
  height: 30.3333333333vw;
}
.info .container .contents .wrapper .block--category.orange a .picture .icon {
  width: 24.5%;
  top: 9.6%;
  left: -3.6%;
}
.info .container .contents .wrapper .block--category.orange a .picture .arrow-btn {
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  background-color: #ff7a00;
}
.info .container .contents .wrapper .block--category.green a {
  color: #009944;
}
.info .container .contents .wrapper .block--category.green a .picture:after {
  width: 66.6%;
  height: 66.6%;
  background-color: rgba(0, 153, 68, 0.1);
  bottom: -15.5%;
  left: -7.2%;
}
.info .container .contents .wrapper .block--category.green a .picture .image {
  width: 27.9166666667vw;
  height: 24.1666666667vw;
}
.info .container .contents .wrapper .block--category.green a .picture .icon {
  width: 36.4%;
  top: 17.2%;
  left: -23.9%;
}
.info .container .contents .wrapper .block--category.green a .picture .arrow-btn {
  width: 3.75vw;
  height: 3.75vw;
  background-color: #009944;
}
.info .container .contents .wrapper .block--category.blue a {
  color: #004097;
}
.info .container .contents .wrapper .block--category.blue a .picture:after {
  width: 66.6%;
  height: 66.6%;
  background-color: rgba(21, 20, 160, 0.1);
  top: -13.8%;
  right: -8.4%;
}
.info .container .contents .wrapper .block--category.blue a .picture .image {
  width: 27.9166666667vw;
  height: 24.1666666667vw;
}
.info .container .contents .wrapper .block--category.blue a .picture .icon {
  width: 25.1%;
  top: 12.1%;
  left: -3.9%;
}
.info .container .contents .wrapper .block--category.blue a .picture .arrow-btn {
  width: 3.75vw;
  height: 3.75vw;
  background-color: #004097;
}
.info .container .contents .wrapper .block--category.soon a {
  pointer-event: none;
  position: relative;
}
.info .container .contents .wrapper .block--category.soon a::before, .info .container .contents .wrapper .block--category.soon a::after {
  display: block;
  position: absolute;
}
.info .container .contents .wrapper .block--category.soon a::before {
  content: '';
  top: 0;
  left: -5%;
  z-index: 2;
  width: 110%;
  height: 110%;
  background: rgba(255, 255, 255, 0.5);
}
.info .container .contents .wrapper .block--category.soon a::after {
  content: 'Coming Soon';
  top: 33%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #231815;
  font-size: 3.75vw;
  white-space: nowrap;
}
.info .container .contents .backtotop_btn {
  margin-top: 12.5vw;
}

@media screen and (max-width: 767px) {
  .info .container .contents .wrapper .block {
    width: 90%;
    margin: 0 auto;
  }
  .info .container .contents .wrapper .block--category {
    width: 45%;
    margin: 13.3333333333vw auto 0;
  }
  .info .container .contents .wrapper .block--category:nth-of-type(1) {
    margin-top: 13.3333333333vw !important;
  }
  .info .container .contents .wrapper .block--category:nth-of-type(2) {
    margin-top: 26.6666666667vw;
  }
  .info .container .contents .wrapper .block--category:nth-of-type(2n-1) {
    margin-top: -.1em;
  }
  .info .container .contents .wrapper .block--category:nth-of-type(3), .info .container .contents .wrapper .block--category:nth-of-type(4) {
    margin-right: 3.2vw;
    margin-left: 3.2vw;
  }
  .info .container .contents .wrapper .block--category a .picture .image {
    width: 100% !important;
    height: 100% !important;
  }
  .info .container .contents .wrapper .block--category a dl dt {
    font-size: 3.4666666667vw;
  }
  .info .container .contents .wrapper .block--category a dl dd {
    font-size: 2.4vw;
  }
  .info .container .contents .wrapper .block--category.red a .picture .arrow-btn, .info .container .contents .wrapper .block--category.orange a .picture .arrow-btn {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .info .container .contents .wrapper .block--category.green, .info .container .contents .wrapper .block--category.blue {
    width: 40%;
  }
  .info .container .contents .wrapper .block--category.green a .picture .arrow-btn, .info .container .contents .wrapper .block--category.blue a .picture .arrow-btn {
    width: 4.8vw;
    height: 4.8vw;
  }
  .info .container .contents .wrapper .block--category.soon a::after {
    top: 30%;
    font-size: 5.3333333333vw;
  }
  .info .container .contents .backtotop_btn {
    margin-top: 20vw;
  }
}

/*# sourceMappingURL=information.css.map */
