@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");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&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*/
/*mplus1*/
.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;
}

#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) {
  #pagetop {
    width: 13.3333333333vw;
    right: 1.3333333333vw;
    bottom: 26.6666666667vw;
  }
  #pagetop.ptbottom {
    bottom: 61.3333333333vw !important;
  }
}
.home .header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all .3s ease-out;
}
.home .header.scrolled {
  background-color: rgba(255, 1, 52, 0.6);
}
.home .header--inner {
  padding: 0.8333333333vw 2.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .header--inner .logo {
  width: 9vw;
}
.home .header--inner nav {
  margin-left: 12.5vw;
}
.home .header--inner nav .menu-trigger {
  display: none;
}
.home .header--inner nav ul {
  display: flex;
}
.home .header--inner nav ul li a {
  color: #fff;
  line-height: 1.2;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  font-size: 1.3333333333vw;
  display: inline-block;
  padding: 0 2vw;
}
.home .header--inner nav ul li:nth-of-type(n+2) {
  border-left: 1px solid #fff;
}
.home .header--inner .entry {
  width: 13.8333333333vw;
  height: 3vw;
}
.home .header--inner .entry a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  border: 2px solid #fff;
  background-color: #ff0134;
  color: #fff;
  box-shadow: 6px 6px 16px -6px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  line-height: 1;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25vw;
}
.home .container .main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 62.75vw;
  background-color: #ff0134;
}
.home .container .main::before, .home .container .main::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
}
.home .container .main::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #d4effc transparent transparent;
  border-width: 31.375vw 18.3333333333vw 31.375vw 0px;
  right: 18.3333333333vw;
  top: 0;
}
.home .container .main::after {
  width: 18.3333333333vw;
  height: 100%;
  background-color: #d4effc;
  right: 0;
  top: 0;
}
.home .container .main--ttl, .home .container .main .slideshow, .home .container .main .obj, .home .container .main .illust {
  position: absolute;
  z-index: 5;
}
.home .container .main--ttl, .home .container .main .slideshow {
  top: 50%;
  transform: translateY(-50%);
}
.home .container .main--ttl {
  width: 46vw;
  left: 9.8333333333vw;
}
.home .container .main--ttl .inner {
  position: relative;
}
.home .container .main--ttl .inner .fukidashi {
  position: absolute;
  width: 23.75vw;
  top: -8.3333333333vw;
  right: 0;
}
.home .container .main--ttl .inner h1 {
  width: 38vw;
}
.home .container .main--ttl .inner p {
  color: #fff;
  margin-top: 2.0833333333vw;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.6666666667vw;
}
.home .container .main .slideshow {
  width: 53.3333333333vw;
  height: 46.1666666667vw;
  right: -2.5vw;
  z-index: 3;
}
.home .container .main .slideshow ul {
  position: relative;
  width: 100%;
}
.home .container .main .slideshow ul li {
  position: absolute;
  top: 0;
  right: 0;
}
.home .container .main .obj {
  z-index: 2;
}
.home .container .main .obj.o01 {
  width: 23.1666666667vw;
  top: 11.25vw;
  left: 1.5vw;
}
.home .container .main .obj.o02 {
  width: 11.1666666667vw;
  top: -2.9166666667vw;
  right: 31.3333333333vw;
}
.home .container .main .obj.o03 {
  width: 11.1666666667vw;
  left: -2.8333333333vw;
  bottom: 6.9166666667vw;
}
.home .container .main .obj.o04 {
  width: 7.75vw;
  bottom: 7.0833333333vw;
  left: 25.75vw;
}
.home .container .main .obj.o05 {
  width: 23.1666666667vw;
  left: 42.75vw;
  bottom: 4.75vw;
}
.home .container .main .illust {
  z-index: 4;
}
.home .container .main .illust.i01 {
  width: 24.5833333333vw;
  top: -1.25vw;
  left: 10.5vw;
}
.home .container .main .illust.i02 {
  width: 7.0833333333vw;
  left: -2.0833333333vw;
  top: 28.5833333333vw;
}
.home .container .main .illust.i03 {
  width: 10.5vw;
  left: 5.4166666667vw;
  bottom: 4.1666666667vw;
}
.home .container .main .illust.i04 {
  width: 23.6666666667vw;
  right: 32.6666666667vw;
  bottom: 1.6666666667vw;
}
.home .container .main .illust.i05 {
  width: 22.3333333333vw;
  bottom: 1.3333333333vw;
  right: -7.6666666667vw;
}
.home .container .contents {
  position: relative;
  padding: 3.75vw 0 0;
  background-color: #ffe6eb;
}
.home .container .contents::before, .home .container .contents::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.home .container .contents::before {
  background-color: #fff;
  top: 0;
  height: 14.1666666667vw;
}
.home .container .contents::after {
  top: 14.1666666667vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 11.6666666667vw 50vw 0px 50vw;
}
.home .container .contents .anchor {
  display: flex;
  justify-content: space-between;
  width: 79.8333333333vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.home .container .contents .anchor li {
  width: 24.25vw;
  height: 7.3333333333vw;
}
.home .container .contents .anchor li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff0134;
  box-shadow: 6px 6px 16px -6px rgba(0, 0, 0, 0.6);
  position: relative;
}
.home .container .contents .anchor li a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.75vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff0134 transparent transparent transparent;
  border-width: 1.5vw 0.8333333333vw 0px 0.8333333333vw;
}
.home .container .contents .anchor li a span {
  line-height: 1.4;
  color: #fff;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  font-size: 1.6666666667vw;
}
.home .container .contents .block {
  position: relative;
}
.home .container .contents .block .cmn-ttl {
  padding-top: 1.4166666667vw;
  text-align: center;
  color: #ff0134;
  position: relative;
}
.home .container .contents .block .cmn-ttl::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 14.0833333333vw;
  height: 12.1666666667vw;
  background: url("../images/img_hexagon_02.png") no-repeat center/cover;
}
.home .container .contents .block .cmn-ttl .en, .home .container .contents .block .cmn-ttl h2 {
  position: relative;
  z-index: 2;
}
.home .container .contents .block .cmn-ttl .en {
  font-family: "Chillax-Variable";
  font-weight: 500;
  line-height: 1;
  font-size: 5.8333333333vw;
}
.home .container .contents .block .cmn-ttl h2 {
  margin-top: 1.25vw;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  font-size: 2.5vw;
  letter-spacing: 0.1em;
}
.home .container .contents .block--inner {
  width: 79.8333333333vw;
  margin: 0 auto;
}
.home .container .contents .point {
  margin-top: 20vw;
}
.home .container .contents .point .block--inner {
  margin-top: 6.25vw;
}
.home .container .contents .point .block--inner .box {
  width: 100%;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 6px 6px 16px -6px rgba(0, 0, 0, 0.6);
  position: relative;
  padding: 6.25vw 4.1666666667vw 3.75vw;
}
.home .container .contents .point .block--inner .box .num {
  position: absolute;
  font-family: "Chillax-Variable";
  line-height: 1;
  letter-spacing: -0.03em;
  font-size: 9.1666666667vw;
  top: -3.0833333333vw;
  color: #ff0134;
}
.home .container .contents .point .block--inner .box .wrap {
  width: 100%;
}
.home .container .contents .point .block--inner .box .wrap .image {
  position: absolute;
}
.home .container .contents .point .block--inner .box .wrap .texts h3 {
  font-family: "M PLUS 1p", sans-serif;
  color: #ff0134;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 2.75vw;
  line-height: 1.2;
}
.home .container .contents .point .block--inner .box .wrap .texts p {
  margin-top: 2.75vw;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.875;
  font-size: 1.3333333333vw;
  width: 33.6666666667vw;
}
.home .container .contents .point .block--inner .box .wrap .texts p span {
  color: #ff0134;
  font-weight: bold;
  font-size: 1.5vw;
}
.home .container .contents .point .block--inner .box.b01 .num {
  left: 4.1666666667vw;
}
.home .container .contents .point .block--inner .box.b01 .wrap .image {
  width: 31.8333333333vw;
  right: 1.9166666667vw;
  top: -1.3333333333vw;
}
.home .container .contents .point .block--inner .box.b02 {
  margin-top: 7.5vw;
  height: 33.5833333333vw;
}
.home .container .contents .point .block--inner .box.b02 .num {
  right: 4.1666666667vw;
}
.home .container .contents .point .block--inner .box.b02 .wrap .image {
  width: 34.9166666667vw;
  top: 1.0833333333vw;
  left: 1.5vw;
}
.home .container .contents .point .block--inner .box.b02 .wrap .texts {
  text-align: right;
}
.home .container .contents .point .block--inner .box.b02 .wrap .texts p {
  text-align: left;
  margin: 2.75vw 0 0 auto;
}
.home .container .contents .topics {
  margin-top: 6.25vw;
  padding-top: 17.5vw;
  padding-bottom: 4.1666666667vw;
  background-color: #fff;
}
.home .container .contents .topics::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffe6eb transparent transparent transparent;
  border-width: 11.6666666667vw 50vw 0px 50vw;
  z-index: 2;
}
.home .container .contents .topics .block--inner {
  margin-top: 4.5833333333vw;
  width: 77.3333333333vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .container .contents .topics .block--inner .box {
  width: 36.5vw;
  min-height: 35.8333333333vw;
  box-shadow: 6px 6px 16px -6px rgba(0, 0, 0, 0.6);
  border-radius: 40px;
  border: 2px solid #ff0134;
  background-color: #fff;
  padding: 2.5vw 0 0;
}
.home .container .contents .topics .block--inner .box dl {
  color: #ff0134;
  text-align: center;
}
.home .container .contents .topics .block--inner .box dl dt {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  line-height: 1;
  font-size: 2.5vw;
}
.home .container .contents .topics .block--inner .box dl dd {
  margin-top: 1.25vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.home .container .contents .topics .block--inner .box dl dd .num {
  font-family: "Chillax-Variable";
  line-height: 0.6;
  font-weight: 500;
  letter-spacing: -0.03em;
  font-size: 8.75vw;
}
.home .container .contents .topics .block--inner .box dl dd span {
  line-height: 1;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  font-size: 3.6666666667vw;
}
.home .container .contents .topics .block--inner .box dl dd .txt {
  font-weight: bold;
  font-size: 5.8333333333vw;
  line-height: 1;
}
.home .container .contents .topics .block--inner .box small {
  margin-top: 0.8333333333vw;
  display: block;
  text-align: center;
  font-size: 1.5vw;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: #ff0134;
}
.home .container .contents .topics .block--inner .box .illust {
  margin: 0.8333333333vw auto 0;
  width: 19.8333333333vw;
  height: 11.8333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .container .contents .topics .block--inner .box p {
  text-align: center;
  margin-top: 0.6666666667vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.03em;
  font-size: 1.5vw;
}
.home .container .contents .topics .block--inner .box:nth-of-type(n+3) {
  margin-top: 3.8333333333vw;
}
.home .container .contents .topics .block--inner .box.b05 .illust {
  margin-top: 3.75vw;
}
.home .container .contents .topics .block--inner .box.b08 .illust {
  margin-top: 2.9166666667vw;
}
.home .container .contents .topics .block--inner .box.b08 p {
  margin-top: 1.25vw;
}
.home .container .contents .topics .block--inner .box.full {
  width: 100%;
  min-height: inherit;
  padding-bottom: 5vw;
}
.home .container .contents .topics .block--inner .box.full dl .black {
  margin-top: 1.6666666667vw;
  color: #000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home .container .contents .topics .block--inner .box.full dl .black .col span {
  line-height: 1;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  font-size: 2.8333333333vw;
}
.home .container .contents .topics .block--inner .box.full dl .black .col .num {
  font-family: "Chillax-Variable";
  font-weight: 500;
  line-height: 0.6;
  font-size: 7.1666666667vw;
}
.home .container .contents .topics .block--inner .box.full dl .black .col.c01 .upper {
  display: flex;
  align-items: flex-end;
}
.home .container .contents .topics .block--inner .box.full dl .black .col.c01 small {
  color: #000;
  line-height: 1.4;
  font-size: 1.3333333333vw;
}
.home .container .contents .topics .block--inner .box.full dl .black .col.c02 {
  display: flex;
  align-items: flex-end;
}
.home .container .contents .topics .block--inner .box.full dl .black .col.c02 .head {
  text-align: left;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  font-size: 2.0833333333vw;
}
.home .container .contents .topics .block--inner .box.full dl .black .col.c02 .num {
  line-height: 0.8;
}
.home .container .contents .topics .block--inner .box.full dl .black .col.c03 {
  margin-top: 0.8333333333vw;
  display: flex;
  align-items: flex-end;
}
.home .container .contents .topics .block--inner .box.full dl .black .symbole {
  line-height: 1;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  padding: 0 0.8333333333vw;
  font-size: 5vw;
}
.home .container .contents .topics .block--inner .box.full .under {
  width: 96%;
  margin: 2.5vw auto 0;
  padding: 5vw 0 0;
  position: relative;
  border-top: 1px solid rgba(255, 1, 52, 0.5);
}
.home .container .contents .topics .block--inner .box.full .under::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff0134 transparent transparent transparent;
  border-width: 1.6666666667vw 2vw 0px 2vw;
}
.home .container .contents .topics .block--inner .box.full .under .texts {
  display: flex;
  align-items: flex-end;
  color: #ff0134;
  justify-content: center;
}
.home .container .contents .topics .block--inner .box.full .under .texts span {
  line-height: 1;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  font-size: 4.1666666667vw;
}
.home .container .contents .topics .block--inner .box.full .under .texts .num {
  line-height: 0.6;
  font-family: "Chillax-Variable";
  font-weight: 500;
  font-size: 10.8333333333vw;
}
.home .container .contents .topics .block--inner .box.full .under .illust {
  position: absolute;
  width: 18.25vw;
  bottom: -3.3333333333vw;
  right: -0.8333333333vw;
}
.home .container .contents .info {
  padding-top: 16.6666666667vw;
  padding-bottom: 6.6666666667vw;
}
.home .container .contents .info::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 11.6666666667vw 50vw 0px 50vw;
  z-index: 2;
}
.home .container .contents .info .block--inner {
  margin-top: 5.8333333333vw;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 6px 6px 16px -6px rgba(0, 0, 0, 0.6);
  padding: 7.5vw 7vw;
}
.home .container .contents .info .block--inner .table dl {
  display: flex;
  padding: 1.6666666667vw 0;
  border-top: 1px solid rgba(255, 1, 52, 0.5);
}
.home .container .contents .info .block--inner .table dl dt, .home .container .contents .info .block--inner .table dl dd {
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.4166666667vw;
}
.home .container .contents .info .block--inner .table dl dt {
  width: 17%;
  color: #ff0134;
}
.home .container .contents .info .block--inner .table dl dd {
  width: 83%;
}
.home .container .contents .info .block--inner .table dl:last-child {
  border-bottom: 1px solid rgba(255, 1, 52, 0.5);
}
.home .container .contents .info--att {
  width: 65.8333333333vw;
  margin: 3.3333333333vw auto 0;
  line-height: 1.4;
  font-size: 1.4166666667vw;
}
.home .footer {
  position: relative;
  padding-top: 23.75vw;
  padding-bottom: 8.3333333333vw;
}
.home .footer::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffe6eb transparent transparent transparent;
  border-width: 11.6666666667vw 50vw 0px 50vw;
  z-index: 2;
}
.home .footer .logo {
  width: 15.1666666667vw;
  margin: 0 auto;
}
.home .footer ul {
  width: 90.3333333333vw;
  margin: 2.6666666667vw auto 0;
  padding-top: 1.8333333333vw;
  position: relative;
  display: flex;
  justify-content: center;
}
.home .footer ul li {
  border-left: 1px solid #000;
}
.home .footer ul li a {
  font-weight: 500;
  line-height: 0.2;
  padding: 0 0.8333333333vw;
  display: inline-block;
  font-weight: 500;
  font-size: 1.0833333333vw;
}
.home .footer ul li:last-child {
  border-right: 1px solid #000;
}
.home .footer ul::before, .home .footer ul::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  border-top: 1px solid #000;
}
.home .footer ul::before {
  left: 0;
  border-color: #e50019;
}
.home .footer ul::after {
  right: 0;
  border-color: #004097;
}
.home .footer small {
  text-align: center;
  display: block;
  margin-top: 2.6666666667vw;
  font-family: "Poppins", sans-serif;
  font-size: 0.8333333333vw;
}

@media screen and (max-width: 767px) {
  .home .header--inner {
    padding: 2.6666666667vw 5%;
    justify-content: flex-start;
  }
  .home .header--inner .logo {
    width: 16vw;
  }
  .home .header--inner nav {
    margin-left: 0;
  }
  .home .header--inner nav .menu-trigger {
    display: block;
    width: 8.8vw;
    height: 8.8vw;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #e50019;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
  }
  .home .header--inner nav .menu-trigger .inner {
    width: 4.16vw;
    height: 2.24vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home .header--inner nav .menu-trigger .inner span {
    position: absolute;
    display: block;
    width: 100%;
    border-top: 2px solid #fff;
    transition: all .3s ease-out;
  }
  .home .header--inner nav .menu-trigger .inner span:nth-of-type(1) {
    top: 0;
  }
  .home .header--inner nav .menu-trigger .inner span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .home .header--inner nav .menu-trigger .inner span:nth-of-type(3) {
    bottom: 0;
  }
  .home .header--inner nav .menu-trigger.active .inner span:nth-of-type(1) {
    -webkit-transform: translateY(0.9vw) rotate(-45deg);
    transform: translateY(0.9vw) rotate(-45deg);
  }
  .home .header--inner nav .menu-trigger.active .inner span:nth-of-type(2) {
    opacity: 0;
  }
  .home .header--inner nav .menu-trigger.active .inner span:nth-of-type(3) {
    -webkit-transform: translateY(-0.9vw) rotate(45deg);
    transform: translateY(-0.9vw) rotate(45deg);
  }
  .home .header--inner nav ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 15.4666666667vw;
    left: 0;
    background-color: #fff;
    padding: 8vw 0 8vw;
    z-index: 2;
  }
  .home .header--inner nav ul li {
    border-top: 1px solid #e50019;
    width: 90%;
    margin: 0 auto;
  }
  .home .header--inner nav ul li a {
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw 5%;
    color: #e50019;
    position: relative;
  }
  .home .header--inner nav ul li a::after {
    content: '';
    display: block;
    position: absolute;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 1px solid #e50019;
    border-right: 1px solid #e50019;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 5%;
  }
  .home .header--inner nav ul li:last-child {
    border-bottom: 1px solid #e50019;
  }
  .home .header--inner .entry {
    width: 26.56vw;
    height: 5.76vw;
    margin-left: 18.6666666667vw;
  }
  .home .header--inner .entry a {
    border-radius: 20px;
    border: 1px solid #fff;
    font-size: 3.2vw;
  }
  .home .container .main {
    height: 80.32vw;
  }
  .home .container .main::before {
    border-width: 40.16vw 23.4666666667vw 40.16vw 0px;
    right: 23.4666666667vw;
  }
  .home .container .main::after {
    width: 23.4666666667vw;
  }
  .home .container .main--ttl {
    width: 117.76vw;
    left: 5%;
  }
  .home .container .main--ttl .inner .fukidashi {
    width: 30.4vw;
    top: -10.6666666667vw;
  }
  .home .container .main--ttl .inner h1 {
    width: 48.64vw;
  }
  .home .container .main--ttl .inner p {
    margin-top: 4vw;
    line-height: 1.4;
    font-size: 3.7333333333vw;
  }
  .home .container .main .slideshow {
    width: 59.7333333333vw;
    height: 51.7066666667vw;
    right: -6.4vw;
  }
  .home .container .contents {
    padding: 8vw 0 0;
  }
  .home .container .contents::before {
    height: 27.2vw;
  }
  .home .container .contents::after {
    top: 27.2vw;
    border-width: 22.4vw 50% 0px 50%;
  }
  .home .container .contents .anchor {
    width: 96%;
  }
  .home .container .contents .anchor li {
    width: 32%;
    height: 14.6666666667vw;
  }
  .home .container .contents .anchor li a::after {
    bottom: -6.6666666667vw;
    border-width: 3.84vw 2.1333333333vw 0px 2.1333333333vw;
  }
  .home .container .contents .anchor li a span {
    font-size: 2.9333333333vw;
  }
  .home .container .contents .block .cmn-ttl {
    padding-top: 2.6666666667vw;
  }
  .home .container .contents .block .cmn-ttl::before {
    width: 27.04vw;
    height: 23.36vw;
  }
  .home .container .contents .block .cmn-ttl .en {
    font-size: 10.6666666667vw;
  }
  .home .container .contents .block .cmn-ttl h2 {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .home .container .contents .block--inner {
    width: 90%;
  }
  .home .container .contents .point {
    margin-top: 26.6666666667vw;
  }
  .home .container .contents .point .block--inner {
    margin-top: 13.3333333333vw;
  }
  .home .container .contents .point .block--inner .box {
    border-radius: 20px;
    padding: 13.3333333333vw 5% 8vw;
  }
  .home .container .contents .point .block--inner .box .num {
    font-size: 16vw;
    top: -5.3333333333vw;
  }
  .home .container .contents .point .block--inner .box .wrap {
    width: 100%;
  }
  .home .container .contents .point .block--inner .box .wrap .image {
    position: static;
    margin: 0 auto;
  }
  .home .container .contents .point .block--inner .box .wrap .texts {
    margin-top: 8vw;
  }
  .home .container .contents .point .block--inner .box .wrap .texts h3 {
    font-size: 4.2666666667vw;
  }
  .home .container .contents .point .block--inner .box .wrap .texts p {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    width: 100%;
  }
  .home .container .contents .point .block--inner .box .wrap .texts p span {
    font-size: 3.7333333333vw;
  }
  .home .container .contents .point .block--inner .box.b01 .num {
    left: 5%;
  }
  .home .container .contents .point .block--inner .box.b01 .wrap .image {
    width: 61.12vw;
    right: auto;
    top: auto;
  }
  .home .container .contents .point .block--inner .box.b02 {
    margin-top: 13.3333333333vw;
    height: auto;
  }
  .home .container .contents .point .block--inner .box.b02 .num {
    right: auto;
    left: 5%;
  }
  .home .container .contents .point .block--inner .box.b02 .wrap .image {
    width: 67.04vw;
    top: auto;
    left: auto;
  }
  .home .container .contents .point .block--inner .box.b02 .wrap .texts {
    text-align: left;
  }
  .home .container .contents .point .block--inner .box.b02 .wrap .texts p {
    text-align: left;
    margin: 2.6666666667vw 0 0 0;
  }
  .home .container .contents .topics {
    margin-top: 13.3333333333vw;
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .home .container .contents .topics::before {
    top: 0;
    border-width: 22.4vw 50% 0px 50%;
  }
  .home .container .contents .topics .block--inner {
    margin-top: 13.3333333333vw;
    width: 90%;
    display: block;
  }
  .home .container .contents .topics .block--inner .box {
    width: 100%;
    min-height: inherit;
    border-radius: 20px;
    border: 1px solid #ff0134;
    padding: 8vw 0;
  }
  .home .container .contents .topics .block--inner .box dl dt {
    font-size: 4.8vw;
  }
  .home .container .contents .topics .block--inner .box dl dd {
    margin-top: 2.6666666667vw;
  }
  .home .container .contents .topics .block--inner .box dl dd .num {
    font-size: 16vw;
  }
  .home .container .contents .topics .block--inner .box dl dd span {
    font-size: 8vw;
  }
  .home .container .contents .topics .block--inner .box dl dd .txt {
    font-size: 10.6666666667vw;
  }
  .home .container .contents .topics .block--inner .box small {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .home .container .contents .topics .block--inner .box .illust {
    margin: 5.3333333333vw auto 0;
    width: 63.4666666667vw;
    height: inherit;
    display: block;
  }
  .home .container .contents .topics .block--inner .box p {
    margin-top: 2.6666666667vw;
    letter-spacing: 0;
    font-size: 3.7333333333vw;
  }
  .home .container .contents .topics .block--inner .box:nth-of-type(n+2), .home .container .contents .topics .block--inner .box:nth-of-type(n+3) {
    margin-top: 8vw;
  }
  .home .container .contents .topics .block--inner .box.b05 .illust {
    margin-top: 5.3333333333vw;
  }
  .home .container .contents .topics .block--inner .box.b08 .illust {
    margin-top: 5.3333333333vw;
  }
  .home .container .contents .topics .block--inner .box.b08 p {
    margin-top: 2.6666666667vw;
  }
  .home .container .contents .topics .block--inner .box.full {
    padding-bottom: 8vw;
  }
  .home .container .contents .topics .block--inner .box.full dl .black {
    margin-top: 2.6666666667vw;
    flex-wrap: wrap;
    display: block;
  }
  .home .container .contents .topics .block--inner .box.full dl .black .col span {
    font-size: 5.3333333333vw;
  }
  .home .container .contents .topics .block--inner .box.full dl .black .col .num {
    font-size: 13.3333333333vw;
  }
  .home .container .contents .topics .block--inner .box.full dl .black .col.c01 .upper {
    justify-content: center;
  }
  .home .container .contents .topics .block--inner .box.full dl .black .col.c01 small {
    font-size: 3.4666666667vw;
  }
  .home .container .contents .topics .block--inner .box.full dl .black .col.c02 {
    justify-content: center;
  }
  .home .container .contents .topics .block--inner .box.full dl .black .col.c02 .head {
    font-size: 4.2666666667vw;
  }
  .home .container .contents .topics .block--inner .box.full dl .black .col.c03 {
    margin-top: 2.6666666667vw;
    justify-content: center;
  }
  .home .container .contents .topics .block--inner .box.full dl .black .symbole {
    padding: 0 1.3333333333vw;
    font-size: 10.6666666667vw;
  }
  .home .container .contents .topics .block--inner .box.full .under {
    width: 90%;
    margin: 5.3333333333vw auto 0;
    padding: 8vw 0 0;
  }
  .home .container .contents .topics .block--inner .box.full .under::before {
    border-width: 3.2vw 3.84vw 0px 3.84vw;
  }
  .home .container .contents .topics .block--inner .box.full .under .texts span {
    font-size: 8vw;
  }
  .home .container .contents .topics .block--inner .box.full .under .texts .num {
    font-size: 16vw;
  }
  .home .container .contents .topics .block--inner .box.full .under .illust {
    position: static;
    width: 40vw;
    margin: 5.3333333333vw auto 0;
  }
  .home .container .contents .info {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .home .container .contents .info::before {
    top: 0;
    border-width: 22.4vw 50% 0px 50%;
  }
  .home .container .contents .info .block--inner {
    margin-top: 13.3333333333vw;
    border-radius: 20px;
    padding: 13.3333333333vw 5%;
  }
  .home .container .contents .info .block--inner .table dl {
    padding: 2.6666666667vw 0;
    display: block;
  }
  .home .container .contents .info .block--inner .table dl dt, .home .container .contents .info .block--inner .table dl dd {
    font-size: 3.7333333333vw;
  }
  .home .container .contents .info .block--inner .table dl dt {
    width: 100%;
  }
  .home .container .contents .info .block--inner .table dl dd {
    margin-top: 2.6666666667vw;
    width: 100%;
  }
  .home .container .contents .info--att {
    width: 80%;
    margin: 8vw auto 0;
    font-size: 3.7333333333vw;
  }
  .home .footer {
    padding-top: 26.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
  .home .footer::before {
    top: 0;
    border-width: 22.4vw 50% 0px 50%;
  }
  .home .footer .logo {
    width: 26.6666666667vw;
  }
  .home .footer ul {
    width: 90%;
    margin: 5.3333333333vw auto 0;
    padding-top: 4vw;
  }
  .home .footer ul li a {
    padding: 0 2.6666666667vw;
    font-size: 3.2vw;
  }
  .home .footer small {
    margin-top: 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
}

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