@charset "UTF-8";
/* ----------------------------------------------------

	読み込み専用のマスターファイルです。
	このファイルに直接スタイルを書き込まないでください。

---------------------------------------------------- */
/* --------------------------
	Base
-------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* ----------------------------------------------------

	リセットCSS調整ファイルです。
	リセットCSSを調整、カスタマイズしたい場合に編集します。

---------------------------------------------------- */
/* ====================================================

	EXAMPLES FONT-SIZE
	------------------
	77% = 9px
	85% = 10px
	93% = 11px
	100% = 12px
	108% = 13px
	116% = 14px
	124% = 15px
	131% = 16px
	139% = 17px
	147% = 18px
	154% = 19px
	162% = 20px
	170% = 21px
	177% = 22px
	185% = 23px
	193% = 24px
	200% = 25px
	---------------

==================================================== */
html {
  font-size: 62.5%;
}
@media screen and (width <= 1024px) {
  html {
    font-size: 52.5%;
  }
}

body {
  *font: x-small;
  _font-size: 14px;
}

ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

img {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: inherit;
}

button {
  all: unset;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  user-select: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

/* ----------------------------------------------------

	サイトの基本設定のファイルです。
	最初の設定以外、基本変更することはありません。

---------------------------------------------------- */
/* --------------------------
	フォントの設定
-------------------------- */
/* --------------------------
	カラーの設定
-------------------------- */
/* --------------------------
	レイアウトの設定
-------------------------- */
/* --------------------------
	グリッドのガター
-------------------------- */
/* --------------------------
	レスポンシブの設定
-------------------------- */
/* --------------------------
  アニメーションの設定
-------------------------- */
/* ----------------------------------------------------

	Mixinをまとめたファイルです。
	基本的に変更することはありません。
	Mixinを追加したい場合、_mixin_●●.scssという
	別ファイルを生成し、追加してください。

---------------------------------------------------- */
/* --------------------------
	レスポンシブ関連
-------------------------- */
/* ----------------------------------------------------

	自作関数をまとめたファイルです。
	基本的に変更することはありません。
	自作関数を追加したい場合、_functions_●●.scssという
	別ファイルを生成し、追加してください。

---------------------------------------------------- */
/* ----------------------------------------------------

	初期設定を行うファイルです。
	デフォルトの設定を行う時以外、基本的に編集することはありません。

---------------------------------------------------- */
html {
  scroll-behavior: smooth;
  font-size: 10px;
  scroll-padding-top: 15rem;
}
@media screen and (width <= 1080px) {
  html {
    font-size: 0.925925925vw; /* 10px / 1080px * 100 */
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6667vw;
    /* 10px / 375px * 100 */
    scroll-padding-top: 12rem;
  }
}

body {
  background: #fff;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.wrap {
  position: relative;
}

img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

sup {
  font-size: 50%;
  vertical-align: super;
}

/* --------------------------
	utility
-------------------------- */
/* ----------------------------------------------------

	汎用クラスをまとめたファイルです。
	基本的に変更することはありません。
	汎用クラスを追加したい場合、_utility_●●.scssという
	別ファイルを生成し、追加してください。

	命名規則として、クラス名の頭に 
	u-* (utilityのu)という接頭辞をつけることを推奨します。

---------------------------------------------------- */
.u-txt-bold {
  font-weight: bold !important;
}

.u-txt-xsmall {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .u-txt-xsmall {
    font-size: 1rem !important;
  }
}

.u-txt-small {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767px) {
  .u-txt-small {
    font-size: 1.2rem !important;
  }
}

.u-txt-medium {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 767px) {
  .u-txt-medium {
    font-size: 1.4rem !important;
  }
}

.u-txt-large {
  font-size: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-txt-large {
    font-size: 1.6rem !important;
  }
}

.u-link {
  color: #000;
  text-decoration: underline;
}
.u-link:hover {
  text-decoration: none;
}

.u-ul-default {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}
.u-ul-default li {
  list-style: inherit;
}

.u-ol-default {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
.u-ol-default li {
  list-style: inherit;
}

.u-ul-style > li {
  position: relative;
  padding-left: 1.1em;
}
.u-ul-style > li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.u-ul-style--asterisk > li::before {
  content: "※";
}
.u-ul-style--disc > li::before {
  content: "●";
  color: #ccc;
}
.u-ul-style--disc-red > li::before {
  content: "●";
  color: #000;
}
.u-ul-style--circle > li::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #000;
  top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .u-ul-style--circle > li::before {
    width: 1rem;
    height: 1rem;
  }
}
.u-ul-style--number > li {
  counter-increment: number;
}
.u-ul-style--number > li::before {
  content: counter(number) ".";
}
.u-ul-style--number-red > li {
  counter-increment: number;
}
.u-ul-style--number-red > li::before {
  content: counter(number) ".";
  color: #000;
}

.u-align-l {
  text-align: left !important;
}

.u-align-c {
  text-align: center !important;
}

.u-align-r {
  text-align: right !important;
}

@media screen and (max-width: 1080px) {
  .u-align-l-tab {
    text-align: left !important;
  }
  .u-align-c-tab {
    text-align: center !important;
  }
  .u-align-r-tab {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .u-align-l-sp {
    text-align: left !important;
  }
  .u-align-c-sp {
    text-align: center !important;
  }
  .u-align-r-sp {
    text-align: right !important;
  }
}
.u-iframe-responsive {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
.u-iframe-responsive iframe,
.u-iframe-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* --------------------------
	padding margin 調整用
-------------------------- */
.u-mt-s {
  margin-top: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-mt-s {
    margin-top: 1rem !important;
  }
}

.u-mt-m {
  margin-top: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-mt-m {
    margin-top: 2rem !important;
  }
}

.u-mt-l {
  margin-top: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-mt-l {
    margin-top: 3rem !important;
  }
}

.u-mt-xl {
  margin-top: 8rem !important;
}
@media screen and (max-width: 767px) {
  .u-mt-xl {
    margin-top: 4rem !important;
  }
}

.u-mb-s {
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-mb-s {
    margin-bottom: 1rem !important;
  }
}

.u-mb-m {
  margin-bottom: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-mb-m {
    margin-bottom: 2rem !important;
  }
}

.u-mb-l {
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-mb-l {
    margin-bottom: 3rem !important;
  }
}

.u-mb-xl {
  margin-bottom: 8rem !important;
}
@media screen and (max-width: 767px) {
  .u-mb-xl {
    margin-bottom: 4rem !important;
  }
}

.u-mt120 {
  margin-top: 12rem !important;
}

.u-mb120 {
  margin-bottom: 12rem !important;
}

.u-ml120 {
  margin-left: 12rem !important;
}

.u-mr120 {
  margin-right: 12rem !important;
}

.u-pt120 {
  padding-top: 12rem !important;
}

.u-pb120 {
  padding-bottom: 12rem !important;
}

.u-pl120 {
  padding-left: 12rem !important;
}

.u-pr120 {
  padding-right: 12rem !important;
}

.u-mt110 {
  margin-top: 11rem !important;
}

.u-mb110 {
  margin-bottom: 11rem !important;
}

.u-ml110 {
  margin-left: 11rem !important;
}

.u-mr110 {
  margin-right: 11rem !important;
}

.u-pt110 {
  padding-top: 11rem !important;
}

.u-pb110 {
  padding-bottom: 11rem !important;
}

.u-pl110 {
  padding-left: 11rem !important;
}

.u-pr110 {
  padding-right: 11rem !important;
}

.u-mt100 {
  margin-top: 10rem !important;
}

.u-mb100 {
  margin-bottom: 10rem !important;
}

.u-ml100 {
  margin-left: 10rem !important;
}

.u-mr100 {
  margin-right: 10rem !important;
}

.u-pt100 {
  padding-top: 10rem !important;
}

.u-pb100 {
  padding-bottom: 10rem !important;
}

.u-pl100 {
  padding-left: 10rem !important;
}

.u-pr100 {
  padding-right: 10rem !important;
}

.u-mt90 {
  margin-top: 9rem !important;
}

.u-mb90 {
  margin-bottom: 9rem !important;
}

.u-ml90 {
  margin-left: 9rem !important;
}

.u-mr90 {
  margin-right: 9rem !important;
}

.u-pt90 {
  padding-top: 9rem !important;
}

.u-pb90 {
  padding-bottom: 9rem !important;
}

.u-pl90 {
  padding-left: 9rem !important;
}

.u-pr90 {
  padding-right: 9rem !important;
}

.u-mt80 {
  margin-top: 8rem !important;
}

.u-mb80 {
  margin-bottom: 8rem !important;
}

.u-ml80 {
  margin-left: 8rem !important;
}

.u-mr80 {
  margin-right: 8rem !important;
}

.u-pt80 {
  padding-top: 8rem !important;
}

.u-pb80 {
  padding-bottom: 8rem !important;
}

.u-pl80 {
  padding-left: 8rem !important;
}

.u-pr80 {
  padding-right: 8rem !important;
}

.u-mt75 {
  margin-top: 7.5rem !important;
}

.u-mb75 {
  margin-bottom: 7.5rem !important;
}

.u-ml75 {
  margin-left: 7.5rem !important;
}

.u-mr75 {
  margin-right: 7.5rem !important;
}

.u-pt75 {
  padding-top: 7.5rem !important;
}

.u-pb75 {
  padding-bottom: 7.5rem !important;
}

.u-pl75 {
  padding-left: 7.5rem !important;
}

.u-pr75 {
  padding-right: 7.5rem !important;
}

.u-mt70 {
  margin-top: 7rem !important;
}

.u-mb70 {
  margin-bottom: 7rem !important;
}

.u-ml70 {
  margin-left: 7rem !important;
}

.u-mr70 {
  margin-right: 7rem !important;
}

.u-pt70 {
  padding-top: 7rem !important;
}

.u-pb70 {
  padding-bottom: 7rem !important;
}

.u-pl70 {
  padding-left: 7rem !important;
}

.u-pr70 {
  padding-right: 7rem !important;
}

.u-mt65 {
  margin-top: 6.5rem !important;
}

.u-mb65 {
  margin-bottom: 6.5rem !important;
}

.u-ml65 {
  margin-left: 6.5rem !important;
}

.u-mr65 {
  margin-right: 6.5rem !important;
}

.u-pt65 {
  padding-top: 6.5rem !important;
}

.u-pb65 {
  padding-bottom: 6.5rem !important;
}

.u-pl65 {
  padding-left: 6.5rem !important;
}

.u-pr65 {
  padding-right: 6.5rem !important;
}

.u-mt60 {
  margin-top: 6rem !important;
}

.u-mb60 {
  margin-bottom: 6rem !important;
}

.u-ml60 {
  margin-left: 6rem !important;
}

.u-mr60 {
  margin-right: 6rem !important;
}

.u-pt60 {
  padding-top: 6rem !important;
}

.u-pb60 {
  padding-bottom: 6rem !important;
}

.u-pl60 {
  padding-left: 6rem !important;
}

.u-pr60 {
  padding-right: 6rem !important;
}

.u-mt55 {
  margin-top: 5.5rem !important;
}

.u-mb55 {
  margin-bottom: 5.5rem !important;
}

.u-ml55 {
  margin-left: 5.5rem !important;
}

.u-mr55 {
  margin-right: 5.5rem !important;
}

.u-pt55 {
  padding-top: 5.5rem !important;
}

.u-pb55 {
  padding-bottom: 5.5rem !important;
}

.u-pl55 {
  padding-left: 5.5rem !important;
}

.u-pr55 {
  padding-right: 5.5rem !important;
}

.u-mt50 {
  margin-top: 5rem !important;
}

.u-mb50 {
  margin-bottom: 5rem !important;
}

.u-ml50 {
  margin-left: 5rem !important;
}

.u-mr50 {
  margin-right: 5rem !important;
}

.u-pt50 {
  padding-top: 5rem !important;
}

.u-pb50 {
  padding-bottom: 5rem !important;
}

.u-pl50 {
  padding-left: 5rem !important;
}

.u-pr50 {
  padding-right: 5rem !important;
}

.u-mt45 {
  margin-top: 4.5rem !important;
}

.u-mb45 {
  margin-bottom: 4.5rem !important;
}

.u-ml45 {
  margin-left: 4.5rem !important;
}

.u-mr45 {
  margin-right: 4.5rem !important;
}

.u-pt45 {
  padding-top: 4.5rem !important;
}

.u-pb45 {
  padding-bottom: 4.5rem !important;
}

.u-pl45 {
  padding-left: 4.5rem !important;
}

.u-pr45 {
  padding-right: 4.5rem !important;
}

.u-mt40 {
  margin-top: 4rem !important;
}

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-ml40 {
  margin-left: 4rem !important;
}

.u-mr40 {
  margin-right: 4rem !important;
}

.u-pt40 {
  padding-top: 4rem !important;
}

.u-pb40 {
  padding-bottom: 4rem !important;
}

.u-pl40 {
  padding-left: 4rem !important;
}

.u-pr40 {
  padding-right: 4rem !important;
}

.u-mt35 {
  margin-top: 3.5rem !important;
}

.u-mb35 {
  margin-bottom: 3.5rem !important;
}

.u-ml35 {
  margin-left: 3.5rem !important;
}

.u-mr35 {
  margin-right: 3.5rem !important;
}

.u-pt35 {
  padding-top: 3.5rem !important;
}

.u-pb35 {
  padding-bottom: 3.5rem !important;
}

.u-pl35 {
  padding-left: 3.5rem !important;
}

.u-pr35 {
  padding-right: 3.5rem !important;
}

.u-mt30 {
  margin-top: 3rem !important;
}

.u-mb30 {
  margin-bottom: 3rem !important;
}

.u-ml30 {
  margin-left: 3rem !important;
}

.u-mr30 {
  margin-right: 3rem !important;
}

.u-pt30 {
  padding-top: 3rem !important;
}

.u-pb30 {
  padding-bottom: 3rem !important;
}

.u-pl30 {
  padding-left: 3rem !important;
}

.u-pr30 {
  padding-right: 3rem !important;
}

.u-mt25 {
  margin-top: 2.5rem !important;
}

.u-mb25 {
  margin-bottom: 2.5rem !important;
}

.u-ml25 {
  margin-left: 2.5rem !important;
}

.u-mr25 {
  margin-right: 2.5rem !important;
}

.u-pt25 {
  padding-top: 2.5rem !important;
}

.u-pb25 {
  padding-bottom: 2.5rem !important;
}

.u-pl25 {
  padding-left: 2.5rem !important;
}

.u-pr25 {
  padding-right: 2.5rem !important;
}

.u-mt20 {
  margin-top: 2rem !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-ml20 {
  margin-left: 2rem !important;
}

.u-mr20 {
  margin-right: 2rem !important;
}

.u-pt20 {
  padding-top: 2rem !important;
}

.u-pb20 {
  padding-bottom: 2rem !important;
}

.u-pl20 {
  padding-left: 2rem !important;
}

.u-pr20 {
  padding-right: 2rem !important;
}

.u-mt15 {
  margin-top: 1.5rem !important;
}

.u-mb15 {
  margin-bottom: 1.5rem !important;
}

.u-ml15 {
  margin-left: 1.5rem !important;
}

.u-mr15 {
  margin-right: 1.5rem !important;
}

.u-pt15 {
  padding-top: 1.5rem !important;
}

.u-pb15 {
  padding-bottom: 1.5rem !important;
}

.u-pl15 {
  padding-left: 1.5rem !important;
}

.u-pr15 {
  padding-right: 1.5rem !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}

.u-ml10 {
  margin-left: 1rem !important;
}

.u-mr10 {
  margin-right: 1rem !important;
}

.u-pt10 {
  padding-top: 1rem !important;
}

.u-pb10 {
  padding-bottom: 1rem !important;
}

.u-pl10 {
  padding-left: 1rem !important;
}

.u-pr10 {
  padding-right: 1rem !important;
}

.u-mt5 {
  margin-top: 0.5rem !important;
}

.u-mb5 {
  margin-bottom: 0.5rem !important;
}

.u-ml5 {
  margin-left: 0.5rem !important;
}

.u-mr5 {
  margin-right: 0.5rem !important;
}

.u-pt5 {
  padding-top: 0.5rem !important;
}

.u-pb5 {
  padding-bottom: 0.5rem !important;
}

.u-pl5 {
  padding-left: 0.5rem !important;
}

.u-pr5 {
  padding-right: 0.5rem !important;
}

.u-mt0 {
  margin-top: 0rem !important;
}

.u-mb0 {
  margin-bottom: 0rem !important;
}

.u-ml0 {
  margin-left: 0rem !important;
}

.u-mr0 {
  margin-right: 0rem !important;
}

.u-pt0 {
  padding-top: 0rem !important;
}

.u-pb0 {
  padding-bottom: 0rem !important;
}

.u-pl0 {
  padding-left: 0rem !important;
}

.u-pr0 {
  padding-right: 0rem !important;
}

@media screen and (max-width: 1080px) {
  .u-mt120-tab {
    margin-top: 12rem !important;
  }
  .u-mb120-tab {
    margin-bottom: 12rem !important;
  }
  .u-ml120-tab {
    margin-left: 12rem !important;
  }
  .u-mr120-tab {
    margin-right: 12rem !important;
  }
  .u-pt120-tab {
    padding-top: 12rem !important;
  }
  .u-pb120-tab {
    padding-bottom: 12rem !important;
  }
  .u-pl120-tab {
    padding-left: 12rem !important;
  }
  .u-pr120-tab {
    padding-right: 12rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt110-tab {
    margin-top: 11rem !important;
  }
  .u-mb110-tab {
    margin-bottom: 11rem !important;
  }
  .u-ml110-tab {
    margin-left: 11rem !important;
  }
  .u-mr110-tab {
    margin-right: 11rem !important;
  }
  .u-pt110-tab {
    padding-top: 11rem !important;
  }
  .u-pb110-tab {
    padding-bottom: 11rem !important;
  }
  .u-pl110-tab {
    padding-left: 11rem !important;
  }
  .u-pr110-tab {
    padding-right: 11rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt100-tab {
    margin-top: 10rem !important;
  }
  .u-mb100-tab {
    margin-bottom: 10rem !important;
  }
  .u-ml100-tab {
    margin-left: 10rem !important;
  }
  .u-mr100-tab {
    margin-right: 10rem !important;
  }
  .u-pt100-tab {
    padding-top: 10rem !important;
  }
  .u-pb100-tab {
    padding-bottom: 10rem !important;
  }
  .u-pl100-tab {
    padding-left: 10rem !important;
  }
  .u-pr100-tab {
    padding-right: 10rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt90-tab {
    margin-top: 9rem !important;
  }
  .u-mb90-tab {
    margin-bottom: 9rem !important;
  }
  .u-ml90-tab {
    margin-left: 9rem !important;
  }
  .u-mr90-tab {
    margin-right: 9rem !important;
  }
  .u-pt90-tab {
    padding-top: 9rem !important;
  }
  .u-pb90-tab {
    padding-bottom: 9rem !important;
  }
  .u-pl90-tab {
    padding-left: 9rem !important;
  }
  .u-pr90-tab {
    padding-right: 9rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt80-tab {
    margin-top: 8rem !important;
  }
  .u-mb80-tab {
    margin-bottom: 8rem !important;
  }
  .u-ml80-tab {
    margin-left: 8rem !important;
  }
  .u-mr80-tab {
    margin-right: 8rem !important;
  }
  .u-pt80-tab {
    padding-top: 8rem !important;
  }
  .u-pb80-tab {
    padding-bottom: 8rem !important;
  }
  .u-pl80-tab {
    padding-left: 8rem !important;
  }
  .u-pr80-tab {
    padding-right: 8rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt75-tab {
    margin-top: 7.5rem !important;
  }
  .u-mb75-tab {
    margin-bottom: 7.5rem !important;
  }
  .u-ml75-tab {
    margin-left: 7.5rem !important;
  }
  .u-mr75-tab {
    margin-right: 7.5rem !important;
  }
  .u-pt75-tab {
    padding-top: 7.5rem !important;
  }
  .u-pb75-tab {
    padding-bottom: 7.5rem !important;
  }
  .u-pl75-tab {
    padding-left: 7.5rem !important;
  }
  .u-pr75-tab {
    padding-right: 7.5rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt70-tab {
    margin-top: 7rem !important;
  }
  .u-mb70-tab {
    margin-bottom: 7rem !important;
  }
  .u-ml70-tab {
    margin-left: 7rem !important;
  }
  .u-mr70-tab {
    margin-right: 7rem !important;
  }
  .u-pt70-tab {
    padding-top: 7rem !important;
  }
  .u-pb70-tab {
    padding-bottom: 7rem !important;
  }
  .u-pl70-tab {
    padding-left: 7rem !important;
  }
  .u-pr70-tab {
    padding-right: 7rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt65-tab {
    margin-top: 6.5rem !important;
  }
  .u-mb65-tab {
    margin-bottom: 6.5rem !important;
  }
  .u-ml65-tab {
    margin-left: 6.5rem !important;
  }
  .u-mr65-tab {
    margin-right: 6.5rem !important;
  }
  .u-pt65-tab {
    padding-top: 6.5rem !important;
  }
  .u-pb65-tab {
    padding-bottom: 6.5rem !important;
  }
  .u-pl65-tab {
    padding-left: 6.5rem !important;
  }
  .u-pr65-tab {
    padding-right: 6.5rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt60-tab {
    margin-top: 6rem !important;
  }
  .u-mb60-tab {
    margin-bottom: 6rem !important;
  }
  .u-ml60-tab {
    margin-left: 6rem !important;
  }
  .u-mr60-tab {
    margin-right: 6rem !important;
  }
  .u-pt60-tab {
    padding-top: 6rem !important;
  }
  .u-pb60-tab {
    padding-bottom: 6rem !important;
  }
  .u-pl60-tab {
    padding-left: 6rem !important;
  }
  .u-pr60-tab {
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt55-tab {
    margin-top: 5.5rem !important;
  }
  .u-mb55-tab {
    margin-bottom: 5.5rem !important;
  }
  .u-ml55-tab {
    margin-left: 5.5rem !important;
  }
  .u-mr55-tab {
    margin-right: 5.5rem !important;
  }
  .u-pt55-tab {
    padding-top: 5.5rem !important;
  }
  .u-pb55-tab {
    padding-bottom: 5.5rem !important;
  }
  .u-pl55-tab {
    padding-left: 5.5rem !important;
  }
  .u-pr55-tab {
    padding-right: 5.5rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt50-tab {
    margin-top: 5rem !important;
  }
  .u-mb50-tab {
    margin-bottom: 5rem !important;
  }
  .u-ml50-tab {
    margin-left: 5rem !important;
  }
  .u-mr50-tab {
    margin-right: 5rem !important;
  }
  .u-pt50-tab {
    padding-top: 5rem !important;
  }
  .u-pb50-tab {
    padding-bottom: 5rem !important;
  }
  .u-pl50-tab {
    padding-left: 5rem !important;
  }
  .u-pr50-tab {
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt45-tab {
    margin-top: 4.5rem !important;
  }
  .u-mb45-tab {
    margin-bottom: 4.5rem !important;
  }
  .u-ml45-tab {
    margin-left: 4.5rem !important;
  }
  .u-mr45-tab {
    margin-right: 4.5rem !important;
  }
  .u-pt45-tab {
    padding-top: 4.5rem !important;
  }
  .u-pb45-tab {
    padding-bottom: 4.5rem !important;
  }
  .u-pl45-tab {
    padding-left: 4.5rem !important;
  }
  .u-pr45-tab {
    padding-right: 4.5rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt40-tab {
    margin-top: 4rem !important;
  }
  .u-mb40-tab {
    margin-bottom: 4rem !important;
  }
  .u-ml40-tab {
    margin-left: 4rem !important;
  }
  .u-mr40-tab {
    margin-right: 4rem !important;
  }
  .u-pt40-tab {
    padding-top: 4rem !important;
  }
  .u-pb40-tab {
    padding-bottom: 4rem !important;
  }
  .u-pl40-tab {
    padding-left: 4rem !important;
  }
  .u-pr40-tab {
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt35-tab {
    margin-top: 3.5rem !important;
  }
  .u-mb35-tab {
    margin-bottom: 3.5rem !important;
  }
  .u-ml35-tab {
    margin-left: 3.5rem !important;
  }
  .u-mr35-tab {
    margin-right: 3.5rem !important;
  }
  .u-pt35-tab {
    padding-top: 3.5rem !important;
  }
  .u-pb35-tab {
    padding-bottom: 3.5rem !important;
  }
  .u-pl35-tab {
    padding-left: 3.5rem !important;
  }
  .u-pr35-tab {
    padding-right: 3.5rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt30-tab {
    margin-top: 3rem !important;
  }
  .u-mb30-tab {
    margin-bottom: 3rem !important;
  }
  .u-ml30-tab {
    margin-left: 3rem !important;
  }
  .u-mr30-tab {
    margin-right: 3rem !important;
  }
  .u-pt30-tab {
    padding-top: 3rem !important;
  }
  .u-pb30-tab {
    padding-bottom: 3rem !important;
  }
  .u-pl30-tab {
    padding-left: 3rem !important;
  }
  .u-pr30-tab {
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt25-tab {
    margin-top: 2.5rem !important;
  }
  .u-mb25-tab {
    margin-bottom: 2.5rem !important;
  }
  .u-ml25-tab {
    margin-left: 2.5rem !important;
  }
  .u-mr25-tab {
    margin-right: 2.5rem !important;
  }
  .u-pt25-tab {
    padding-top: 2.5rem !important;
  }
  .u-pb25-tab {
    padding-bottom: 2.5rem !important;
  }
  .u-pl25-tab {
    padding-left: 2.5rem !important;
  }
  .u-pr25-tab {
    padding-right: 2.5rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt20-tab {
    margin-top: 2rem !important;
  }
  .u-mb20-tab {
    margin-bottom: 2rem !important;
  }
  .u-ml20-tab {
    margin-left: 2rem !important;
  }
  .u-mr20-tab {
    margin-right: 2rem !important;
  }
  .u-pt20-tab {
    padding-top: 2rem !important;
  }
  .u-pb20-tab {
    padding-bottom: 2rem !important;
  }
  .u-pl20-tab {
    padding-left: 2rem !important;
  }
  .u-pr20-tab {
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt15-tab {
    margin-top: 1.5rem !important;
  }
  .u-mb15-tab {
    margin-bottom: 1.5rem !important;
  }
  .u-ml15-tab {
    margin-left: 1.5rem !important;
  }
  .u-mr15-tab {
    margin-right: 1.5rem !important;
  }
  .u-pt15-tab {
    padding-top: 1.5rem !important;
  }
  .u-pb15-tab {
    padding-bottom: 1.5rem !important;
  }
  .u-pl15-tab {
    padding-left: 1.5rem !important;
  }
  .u-pr15-tab {
    padding-right: 1.5rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt10-tab {
    margin-top: 1rem !important;
  }
  .u-mb10-tab {
    margin-bottom: 1rem !important;
  }
  .u-ml10-tab {
    margin-left: 1rem !important;
  }
  .u-mr10-tab {
    margin-right: 1rem !important;
  }
  .u-pt10-tab {
    padding-top: 1rem !important;
  }
  .u-pb10-tab {
    padding-bottom: 1rem !important;
  }
  .u-pl10-tab {
    padding-left: 1rem !important;
  }
  .u-pr10-tab {
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt5-tab {
    margin-top: 0.5rem !important;
  }
  .u-mb5-tab {
    margin-bottom: 0.5rem !important;
  }
  .u-ml5-tab {
    margin-left: 0.5rem !important;
  }
  .u-mr5-tab {
    margin-right: 0.5rem !important;
  }
  .u-pt5-tab {
    padding-top: 0.5rem !important;
  }
  .u-pb5-tab {
    padding-bottom: 0.5rem !important;
  }
  .u-pl5-tab {
    padding-left: 0.5rem !important;
  }
  .u-pr5-tab {
    padding-right: 0.5rem !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-mt0-tab {
    margin-top: 0rem !important;
  }
  .u-mb0-tab {
    margin-bottom: 0rem !important;
  }
  .u-ml0-tab {
    margin-left: 0rem !important;
  }
  .u-mr0-tab {
    margin-right: 0rem !important;
  }
  .u-pt0-tab {
    padding-top: 0rem !important;
  }
  .u-pb0-tab {
    padding-bottom: 0rem !important;
  }
  .u-pl0-tab {
    padding-left: 0rem !important;
  }
  .u-pr0-tab {
    padding-right: 0rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt120-sp {
    margin-top: 12rem !important;
  }
  .u-mb120-sp {
    margin-bottom: 12rem !important;
  }
  .u-ml120-sp {
    margin-left: 12rem !important;
  }
  .u-mr120-sp {
    margin-right: 12rem !important;
  }
  .u-pt120-sp {
    padding-top: 12rem !important;
  }
  .u-pb120-sp {
    padding-bottom: 12rem !important;
  }
  .u-pl120-sp {
    padding-left: 12rem !important;
  }
  .u-pr120-sp {
    padding-right: 12rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt110-sp {
    margin-top: 11rem !important;
  }
  .u-mb110-sp {
    margin-bottom: 11rem !important;
  }
  .u-ml110-sp {
    margin-left: 11rem !important;
  }
  .u-mr110-sp {
    margin-right: 11rem !important;
  }
  .u-pt110-sp {
    padding-top: 11rem !important;
  }
  .u-pb110-sp {
    padding-bottom: 11rem !important;
  }
  .u-pl110-sp {
    padding-left: 11rem !important;
  }
  .u-pr110-sp {
    padding-right: 11rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt100-sp {
    margin-top: 10rem !important;
  }
  .u-mb100-sp {
    margin-bottom: 10rem !important;
  }
  .u-ml100-sp {
    margin-left: 10rem !important;
  }
  .u-mr100-sp {
    margin-right: 10rem !important;
  }
  .u-pt100-sp {
    padding-top: 10rem !important;
  }
  .u-pb100-sp {
    padding-bottom: 10rem !important;
  }
  .u-pl100-sp {
    padding-left: 10rem !important;
  }
  .u-pr100-sp {
    padding-right: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt90-sp {
    margin-top: 9rem !important;
  }
  .u-mb90-sp {
    margin-bottom: 9rem !important;
  }
  .u-ml90-sp {
    margin-left: 9rem !important;
  }
  .u-mr90-sp {
    margin-right: 9rem !important;
  }
  .u-pt90-sp {
    padding-top: 9rem !important;
  }
  .u-pb90-sp {
    padding-bottom: 9rem !important;
  }
  .u-pl90-sp {
    padding-left: 9rem !important;
  }
  .u-pr90-sp {
    padding-right: 9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt80-sp {
    margin-top: 8rem !important;
  }
  .u-mb80-sp {
    margin-bottom: 8rem !important;
  }
  .u-ml80-sp {
    margin-left: 8rem !important;
  }
  .u-mr80-sp {
    margin-right: 8rem !important;
  }
  .u-pt80-sp {
    padding-top: 8rem !important;
  }
  .u-pb80-sp {
    padding-bottom: 8rem !important;
  }
  .u-pl80-sp {
    padding-left: 8rem !important;
  }
  .u-pr80-sp {
    padding-right: 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt75-sp {
    margin-top: 7.5rem !important;
  }
  .u-mb75-sp {
    margin-bottom: 7.5rem !important;
  }
  .u-ml75-sp {
    margin-left: 7.5rem !important;
  }
  .u-mr75-sp {
    margin-right: 7.5rem !important;
  }
  .u-pt75-sp {
    padding-top: 7.5rem !important;
  }
  .u-pb75-sp {
    padding-bottom: 7.5rem !important;
  }
  .u-pl75-sp {
    padding-left: 7.5rem !important;
  }
  .u-pr75-sp {
    padding-right: 7.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt70-sp {
    margin-top: 7rem !important;
  }
  .u-mb70-sp {
    margin-bottom: 7rem !important;
  }
  .u-ml70-sp {
    margin-left: 7rem !important;
  }
  .u-mr70-sp {
    margin-right: 7rem !important;
  }
  .u-pt70-sp {
    padding-top: 7rem !important;
  }
  .u-pb70-sp {
    padding-bottom: 7rem !important;
  }
  .u-pl70-sp {
    padding-left: 7rem !important;
  }
  .u-pr70-sp {
    padding-right: 7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt65-sp {
    margin-top: 6.5rem !important;
  }
  .u-mb65-sp {
    margin-bottom: 6.5rem !important;
  }
  .u-ml65-sp {
    margin-left: 6.5rem !important;
  }
  .u-mr65-sp {
    margin-right: 6.5rem !important;
  }
  .u-pt65-sp {
    padding-top: 6.5rem !important;
  }
  .u-pb65-sp {
    padding-bottom: 6.5rem !important;
  }
  .u-pl65-sp {
    padding-left: 6.5rem !important;
  }
  .u-pr65-sp {
    padding-right: 6.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt60-sp {
    margin-top: 6rem !important;
  }
  .u-mb60-sp {
    margin-bottom: 6rem !important;
  }
  .u-ml60-sp {
    margin-left: 6rem !important;
  }
  .u-mr60-sp {
    margin-right: 6rem !important;
  }
  .u-pt60-sp {
    padding-top: 6rem !important;
  }
  .u-pb60-sp {
    padding-bottom: 6rem !important;
  }
  .u-pl60-sp {
    padding-left: 6rem !important;
  }
  .u-pr60-sp {
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt55-sp {
    margin-top: 5.5rem !important;
  }
  .u-mb55-sp {
    margin-bottom: 5.5rem !important;
  }
  .u-ml55-sp {
    margin-left: 5.5rem !important;
  }
  .u-mr55-sp {
    margin-right: 5.5rem !important;
  }
  .u-pt55-sp {
    padding-top: 5.5rem !important;
  }
  .u-pb55-sp {
    padding-bottom: 5.5rem !important;
  }
  .u-pl55-sp {
    padding-left: 5.5rem !important;
  }
  .u-pr55-sp {
    padding-right: 5.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt50-sp {
    margin-top: 5rem !important;
  }
  .u-mb50-sp {
    margin-bottom: 5rem !important;
  }
  .u-ml50-sp {
    margin-left: 5rem !important;
  }
  .u-mr50-sp {
    margin-right: 5rem !important;
  }
  .u-pt50-sp {
    padding-top: 5rem !important;
  }
  .u-pb50-sp {
    padding-bottom: 5rem !important;
  }
  .u-pl50-sp {
    padding-left: 5rem !important;
  }
  .u-pr50-sp {
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt45-sp {
    margin-top: 4.5rem !important;
  }
  .u-mb45-sp {
    margin-bottom: 4.5rem !important;
  }
  .u-ml45-sp {
    margin-left: 4.5rem !important;
  }
  .u-mr45-sp {
    margin-right: 4.5rem !important;
  }
  .u-pt45-sp {
    padding-top: 4.5rem !important;
  }
  .u-pb45-sp {
    padding-bottom: 4.5rem !important;
  }
  .u-pl45-sp {
    padding-left: 4.5rem !important;
  }
  .u-pr45-sp {
    padding-right: 4.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt40-sp {
    margin-top: 4rem !important;
  }
  .u-mb40-sp {
    margin-bottom: 4rem !important;
  }
  .u-ml40-sp {
    margin-left: 4rem !important;
  }
  .u-mr40-sp {
    margin-right: 4rem !important;
  }
  .u-pt40-sp {
    padding-top: 4rem !important;
  }
  .u-pb40-sp {
    padding-bottom: 4rem !important;
  }
  .u-pl40-sp {
    padding-left: 4rem !important;
  }
  .u-pr40-sp {
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt35-sp {
    margin-top: 3.5rem !important;
  }
  .u-mb35-sp {
    margin-bottom: 3.5rem !important;
  }
  .u-ml35-sp {
    margin-left: 3.5rem !important;
  }
  .u-mr35-sp {
    margin-right: 3.5rem !important;
  }
  .u-pt35-sp {
    padding-top: 3.5rem !important;
  }
  .u-pb35-sp {
    padding-bottom: 3.5rem !important;
  }
  .u-pl35-sp {
    padding-left: 3.5rem !important;
  }
  .u-pr35-sp {
    padding-right: 3.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt30-sp {
    margin-top: 3rem !important;
  }
  .u-mb30-sp {
    margin-bottom: 3rem !important;
  }
  .u-ml30-sp {
    margin-left: 3rem !important;
  }
  .u-mr30-sp {
    margin-right: 3rem !important;
  }
  .u-pt30-sp {
    padding-top: 3rem !important;
  }
  .u-pb30-sp {
    padding-bottom: 3rem !important;
  }
  .u-pl30-sp {
    padding-left: 3rem !important;
  }
  .u-pr30-sp {
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt25-sp {
    margin-top: 2.5rem !important;
  }
  .u-mb25-sp {
    margin-bottom: 2.5rem !important;
  }
  .u-ml25-sp {
    margin-left: 2.5rem !important;
  }
  .u-mr25-sp {
    margin-right: 2.5rem !important;
  }
  .u-pt25-sp {
    padding-top: 2.5rem !important;
  }
  .u-pb25-sp {
    padding-bottom: 2.5rem !important;
  }
  .u-pl25-sp {
    padding-left: 2.5rem !important;
  }
  .u-pr25-sp {
    padding-right: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt20-sp {
    margin-top: 2rem !important;
  }
  .u-mb20-sp {
    margin-bottom: 2rem !important;
  }
  .u-ml20-sp {
    margin-left: 2rem !important;
  }
  .u-mr20-sp {
    margin-right: 2rem !important;
  }
  .u-pt20-sp {
    padding-top: 2rem !important;
  }
  .u-pb20-sp {
    padding-bottom: 2rem !important;
  }
  .u-pl20-sp {
    padding-left: 2rem !important;
  }
  .u-pr20-sp {
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt15-sp {
    margin-top: 1.5rem !important;
  }
  .u-mb15-sp {
    margin-bottom: 1.5rem !important;
  }
  .u-ml15-sp {
    margin-left: 1.5rem !important;
  }
  .u-mr15-sp {
    margin-right: 1.5rem !important;
  }
  .u-pt15-sp {
    padding-top: 1.5rem !important;
  }
  .u-pb15-sp {
    padding-bottom: 1.5rem !important;
  }
  .u-pl15-sp {
    padding-left: 1.5rem !important;
  }
  .u-pr15-sp {
    padding-right: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt10-sp {
    margin-top: 1rem !important;
  }
  .u-mb10-sp {
    margin-bottom: 1rem !important;
  }
  .u-ml10-sp {
    margin-left: 1rem !important;
  }
  .u-mr10-sp {
    margin-right: 1rem !important;
  }
  .u-pt10-sp {
    padding-top: 1rem !important;
  }
  .u-pb10-sp {
    padding-bottom: 1rem !important;
  }
  .u-pl10-sp {
    padding-left: 1rem !important;
  }
  .u-pr10-sp {
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt5-sp {
    margin-top: 0.5rem !important;
  }
  .u-mb5-sp {
    margin-bottom: 0.5rem !important;
  }
  .u-ml5-sp {
    margin-left: 0.5rem !important;
  }
  .u-mr5-sp {
    margin-right: 0.5rem !important;
  }
  .u-pt5-sp {
    padding-top: 0.5rem !important;
  }
  .u-pb5-sp {
    padding-bottom: 0.5rem !important;
  }
  .u-pl5-sp {
    padding-left: 0.5rem !important;
  }
  .u-pr5-sp {
    padding-right: 0.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt0-sp {
    margin-top: 0rem !important;
  }
  .u-mb0-sp {
    margin-bottom: 0rem !important;
  }
  .u-ml0-sp {
    margin-left: 0rem !important;
  }
  .u-mr0-sp {
    margin-right: 0rem !important;
  }
  .u-pt0-sp {
    padding-top: 0rem !important;
  }
  .u-pb0-sp {
    padding-bottom: 0rem !important;
  }
  .u-pl0-sp {
    padding-left: 0rem !important;
  }
  .u-pr0-sp {
    padding-right: 0rem !important;
  }
}
/* --------------------------
	margin マイナス調整用
-------------------------- */
.u-mt-70-negative {
  margin-top: -7rem !important;
}

@media screen and (max-width: 767px) {
  .u-mt-40-negative-sp {
    margin-top: -4rem !important;
  }
}
/* --------------------------
	Layout
-------------------------- */
/* ----------------------------------------------------

	レイアウト設定のファイルです。
	グリッドレイアウトのスタイルをまとめています。
	基本的には編集することはありません。

	命名規則として、クラス名の頭に 
	l-* (Layoutのl)という接頭辞をつけることを推奨します。

---------------------------------------------------- */
/* --------------------------
	グリッドシステム
-------------------------- */
.l-grid {
  display: flex;
  flex-wrap: wrap;
}
.l-grid__item {
  box-sizing: border-box;
  width: 16.667%;
}
.l-grid__item-1 {
  width: 8.33%;
}
.l-grid__item-2 {
  width: 16.667%;
}
.l-grid__item-3 {
  width: 25%;
}
.l-grid__item-4 {
  width: 33.333%;
}
.l-grid__item-5 {
  width: 41.666%;
}
.l-grid__item-6 {
  width: 50%;
}
.l-grid__item-7 {
  width: 58.333%;
}
.l-grid__item-8 {
  width: 66.666%;
}
.l-grid__item-9 {
  width: 75%;
}
.l-grid__item-10 {
  width: 83.33%;
}
.l-grid__item-11 {
  width: 91.666%;
}
.l-grid__item-12 {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .l-grid__item-1-tab {
    width: 8.33%;
  }
}
@media screen and (max-width: 1080px) {
  .l-grid__item-2-tab {
    width: 16.667%;
  }
}
@media screen and (max-width: 1080px) {
  .l-grid__item-3-tab {
    width: 25%;
  }
}
@media screen and (max-width: 1080px) {
  .l-grid__item-4-tab {
    width: 33.333%;
  }
}
@media screen and (max-width: 1080px) {
  .l-grid__item-5-tab {
    width: 41.666%;
  }
}
@media screen and (max-width: 1080px) {
  .l-grid__item-6-tab {
    width: 50%;
  }
}
@media screen and (max-width: 1080px) {
  .l-grid__item-7-tab {
    width: 58.333%;
  }
}
@media screen and (max-width: 1080px) {
  .l-grid__item-8-tab {
    width: 66.666%;
  }
}
@media screen and (max-width: 1080px) {
  .l-grid__item-9-tab {
    width: 75%;
  }
}
@media screen and (max-width: 1080px) {
  .l-grid__item-10-tab {
    width: 83.33%;
  }
}
@media screen and (max-width: 1080px) {
  .l-grid__item-11-tab {
    width: 91.666%;
  }
}
@media screen and (max-width: 1080px) {
  .l-grid__item-12-tab {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-1-sp {
    width: 8.33%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-2-sp {
    width: 16.667%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-3-sp {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-4-sp {
    width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-5-sp {
    width: 41.666%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-6-sp {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-7-sp {
    width: 58.333%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-8-sp {
    width: 66.666%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-9-sp {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-10-sp {
    width: 83.33%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-11-sp {
    width: 91.666%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-12-sp {
    width: 100%;
  }
}
.l-grid--ai-center {
  align-items: center;
}
.l-grid.l-gutter-s {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -1rem;
}
.l-grid.l-gutter-s > .l-grid__item {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.l-grid.l-gutter-m {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -2rem;
}
.l-grid.l-gutter-m > .l-grid__item {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.l-grid.l-gutter-l {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: -4rem;
}
.l-grid.l-gutter-l > .l-grid__item {
  margin-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.l-grid.l-gutter-xl {
  margin-left: -3rem;
  margin-right: -3rem;
  margin-bottom: -6rem;
}
.l-grid.l-gutter-xl > .l-grid__item {
  margin-bottom: 6rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.l-grid.l-gutter-2l {
  margin-left: -4rem;
  margin-right: -4rem;
  margin-bottom: -8rem;
}
.l-grid.l-gutter-2l > .l-grid__item {
  margin-bottom: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 1080px) {
  .l-grid.l-gutter-s-tab {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -1rem;
  }
  .l-grid.l-gutter-s-tab > .l-grid__item {
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .l-grid.l-gutter-m-tab {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -2rem;
  }
  .l-grid.l-gutter-m-tab > .l-grid__item {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1080px) {
  .l-grid.l-gutter-l-tab {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -4rem;
  }
  .l-grid.l-gutter-l-tab > .l-grid__item {
    margin-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-grid.l-gutter-s-sp {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -1rem;
  }
  .l-grid.l-gutter-s-sp > .l-grid__item {
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-grid.l-gutter-m-sp {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -2rem;
  }
  .l-grid.l-gutter-m-sp > .l-grid__item {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-grid.l-gutter-l-sp {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -4rem;
  }
  .l-grid.l-gutter-l-sp > .l-grid__item {
    margin-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.l-grid.l-grid-mb0 > .l-grid__item {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1080px) {
  .l-grid.l-grid-mb0-tab > .l-grid__item {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .l-grid.l-grid-mb0-sp > .l-grid__item {
    margin-bottom: 0 !important;
  }
}

/* ----------------------------------------------------

	レイアウト設定のファイルです。
	レイアウトに関する汎用性の高いスタイルをまとめています。
	基本的には編集することはありません。

	命名規則として、クラス名の頭に 
	l-* (Layoutのl)という接頭辞をつけることを推奨します。

---------------------------------------------------- */
.l-section {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    margin: 4rem 0;
  }
}

.l-inner {
  margin: 0 auto;
  width: 1080px;
}
@media screen and (max-width: 1200px) {
  .l-inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.5rem;
    width: 100%;
  }
}

.l-flex {
  display: flex;
}
.l-flex--aic {
  align-items: center;
}

.l-pos-relative {
  position: relative;
}

.l-pos-center {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.l-clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.l-left {
  float: left;
}

.l-right {
  float: right;
}

/* --------------------------
	module
-------------------------- */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.header__logo {
  width: 26.9rem;
  height: 12.2rem;
  position: absolute;
  top: 3rem;
  left: 3rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 14rem;
    height: 6.3rem;
    top: 2rem;
    left: 2rem;
  }
}
.header__nav {
  font-family: "Barlow Condensed", sans-serif;
}
.header__nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__item {
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  text-shadow: 0 0 4px #000;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .header__item:hover {
    opacity: 0.8;
    color: #ff3d99;
  }
}
@media screen and (min-width: 767px) {
  .header__item.active {
    color: #ff3d99;
  }
}
.header__item a {
  padding: 1.6rem 2rem;
}

.hmbbtn {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 9999;
}

.hmb-btn {
  position: relative;
  cursor: pointer;
  height: 4.4rem;
  width: 4rem;
  overflow: hidden;
}
.hmb-btn__inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.hmb-btn__hmb {
  position: relative;
  height: 2rem;
  width: 5rem;
}
.hmb-btn__hmb span {
  display: inline-block;
  transition: all 0.25s;
  /* アニメーションの設定 */
  position: absolute;
  left: 0;
  height: 5px;
  background: #fff;
  width: 100%;
}
.hmb-btn__hmb span:nth-of-type(1) {
  top: 0;
}
.hmb-btn__hmb span:nth-of-type(2) {
  bottom: 0;
  transform: translate(0, -1px);
}
.hmb-btn__txt {
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.hmb-btn.active .hmb-btn__hmb span {
  background: #fff;
}
.hmb-btn.active .hmb-btn__hmb span:nth-of-type(1) {
  top: 45%;
  transform: rotate(-25deg);
  width: 100%;
}
.hmb-btn.active .hmb-btn__hmb span:nth-of-type(2) {
  top: 45%;
  transform: rotate(25deg);
  width: 100%;
}
.hmb-btn.active .hmb-btn__txt {
  color: #fff;
}

.menu-sp {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: 500;
  transition: 0.25s;
  pointer-events: none;
  background: rgba(49, 25, 56, 0.9);
}
.menu-sp.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .menu-sp.open {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
}
.menu-sp__wrap {
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.menu-sp__list {
  text-align: center;
}
.menu-sp__list a {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  text-shadow: 0 0 4px #000;
  font-size: 3.2rem;
}
.menu-sp__logo {
  width: 22.7rem;
  margin: 0 auto 2rem;
}

.footer {
  background: #FF3D99;
  position: relative;
}
.footer p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding: 1.6rem 0;
  line-height: 1.6;
}
/* ------------------------------
	ナビゲーション
------------------------------ */
/* ------------------------------
	ページネーション
------------------------------ */
.wp-pagenavi {
  text-align: center;
  clear: both;
  margin: 6rem 0;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin: 4rem 0;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  background-color: #fff;
  border: none !important;
  color: #999;
  font-size: 2rem;
  padding: 0.8rem 1.5rem !important;
  margin: 0 1.5rem !important;
  white-space: nowrap;
  border-radius: 50%;
  transition: 0.25s ease-in-out;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 1.4rem;
    padding: 0.5rem 1.2rem !important;
    margin: 0 0.5rem !important;
  }
}
.wp-pagenavi a:hover {
  color: #000;
}
.wp-pagenavi span.current {
  color: #000;
  font-weight: bold;
}

.wp-content-header {
  margin-bottom: 2rem;
}

/* ------------------------------
	Content( 記事の本文 )
------------------------------ */
.wp-content {
  line-height: 1.8;
  margin-bottom: 8rem;
  /* img */
}
.wp-content::after {
  content: "";
  clear: both;
  display: block;
}
.wp-content strong {
  font-weight: bold;
}
.wp-content em {
  font-style: italic;
}
.wp-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.wp-content .alignright {
  float: right;
  margin-left: 1.5rem !important;
}
.wp-content .alignleft {
  float: left;
  margin-right: 1.5rem !important;
}
.wp-content img[class*=wp-image-],
.wp-content img[class*=attachment-] {
  height: auto;
  max-width: 100%;
  margin: 1.5rem 0;
}
.wp-content .wp-caption {
  max-width: 100%;
}
.wp-content p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.wp-content a {
  color: #000;
  text-decoration: underline;
}
.wp-content a:hover {
  text-decoration: none;
}
.wp-content ul {
  margin: 1em 0;
  padding-left: 4rem;
  list-style-type: disc;
}
.wp-content ul li {
  list-style-type: disc;
}
.wp-content ol {
  margin: 1em 0;
  padding-left: 4rem;
  list-style-type: decimal;
}
.wp-content ol li {
  list-style-type: decimal;
}
.wp-content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 4rem;
  -webkit-margin-end: 4rem;
  margin: 0 0 1em;
  padding: 50px 50px 40px;
  background: #f2f2f2;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(248, 248, 248) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(248, 248, 248)));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f8f8f8",GradientType=0 );
  border-radius: 5px;
  position: relative;
  border: 1px solid #c1c1c1;
}
.wp-content blockquote::before {
  content: '"';
  font-style: italic;
  font-size: 4rem;
  font-weight: bold;
  line-height: 4rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
  color: #999;
}
.wp-content blockquote::after {
  content: '"';
  font-style: italic;
  font-size: 4rem;
  font-weight: bold;
  text-align: left;
  line-height: 6rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: #999;
}
.wp-content pre {
  margin: 1em 0;
  padding: 1em;
  color: #000;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* --------------------------
	page
-------------------------- */
.heading-A {
  color: #fff;
  text-align: center;
  text-shadow: 0px 5px 0px #32ae41;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #ff3d99;
  font-family: "Barlow Condensed";
  font-size: 12rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 767px) {
  .heading-A {
    font-size: 9.6rem;
  }
}
.heading-A::after {
  content: "";
  width: 10rem;
  height: 5.6rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -2.4rem;
  background: url("../images/common/heading-icon.png") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .heading-A::after {
    width: 8.4rem;
    height: 4.4rem;
    top: -1.9rem;
  }
}
.heading-A__sub {
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  display: block;
  line-height: 1.6;
  text-align: center;
  text-shadow: none;
  -webkit-text-stroke-width: 0;
}
@media screen and (max-width: 767px) {
  .heading-A__sub {
    font-size: 1.4rem;
  }
}

.top-btn {
  display: inline-block;
  background: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 100px;
  padding: 1.6rem 5.6rem;
  position: relative;
  margin-bottom: 5rem;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .top-btn {
    font-size: 2rem;
    padding: 2rem 3.6rem;
    line-height: 1.5;
  }
}
.top-btn:hover {
  opacity: 0.7;
}
.top-btn__txt {
  background: linear-gradient(270deg, #de45d4 0%, #8560ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.top-btn__icon {
  height: 3rem;
  width: 1.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
}
@media screen and (max-width: 767px) {
  .top-btn__icon {
    width: 1.2rem;
    height: 2.2rem;
    right: 2rem;
  }
}
.top-btn__icon path {
  animation: arrowFade 1.8s infinite;
}
.top-btn__icon path:nth-of-type(1) {
  animation-delay: 0.4s;
}
.top-btn__icon path:nth-of-type(2) {
  animation-delay: 0.2s;
}
.top-btn__icon path:nth-of-type(3) {
  animation-delay: 0s;
}

.btn-A {
  display: inline-block;
  text-align: center;
  width: 30rem;
  padding: 1.4rem 3.6rem;
  font-family: "Barlow Condensed", sans-serif;
  border-radius: 100px;
  background: linear-gradient(270deg, #de45d4 0%, #8560ff 100%);
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}
.btn-A:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .btn-A {
    padding: 0.8rem 3.6rem;
    text-align: left;
  }
}
.btn-A__icon {
  width: 3rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
}
.btn-A__icon svg {
  display: block;
}
.btn-A__icon path {
  animation: arrowFadeRight 1.8s infinite;
}
.btn-A__icon path:nth-of-type(1) {
  animation-delay: 0.4s;
}
.btn-A__icon path:nth-of-type(2) {
  animation-delay: 0.2s;
}
.btn-A__icon path:nth-of-type(3) {
  animation-delay: 0s;
}

.btn-B {
  display: inline-block;
  text-align: center;
  padding: 1.4rem 5.8rem 1.4rem 3.6rem;
  font-family: "Barlow Condensed", sans-serif;
  border-radius: 100px;
  background: linear-gradient(270deg, #de45d4 0%, #8560ff 100%);
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}
.btn-B:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .btn-B {
    padding: 1rem 5rem 1rem 3.6rem;
    text-align: left;
    font-size: 2rem;
  }
}
.btn-B::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  background: url(../images/common/btn_tab.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .btn-B::after {
    width: 2.2rem;
    height: 2.2rem;
    right: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .simplebar-track.simplebar-vertical {
    width: 7px;
  }
}

.simplebar-scrollbar::before {
  border-radius: 100px;
  background: #ff3d99;
}

.simplebar-track {
  border-radius: 100px;
  background: #efc2d7;
  height: 80%;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .simplebar-track {
    height: 100%;
  }
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

@keyframes arrowFade {
  0% {
    opacity: 0.2;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes arrowFadeRight {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.accent {
  color: #e84190;
}

/* ----------------------------------------------------

	各ページの独自モジュールスタイルのCSS。

	【記述ルール】
	{ ページ名(top, about等) }○○○○

	階層はルートクラスより、三階層までが基本
	【例】
	.top-sec .top-sec__ttl span {
	}
	※CSSに展開した場合

---------------------------------------------------- */
.top-bg {
  background: url("../images/top/bg_top.webp") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: fixed;
  height: 100vh;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .top-bg {
    background: url("../images/top/bg_top_sp.webp") no-repeat center center;
    background-size: cover;
  }
}

/* メインコンテナ */
.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 0 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 0 5rem;
  }
}
.container::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #8560FF 0%, #DE45D4 100%);
  background: url("../images/top/bottom_bg_top.webp") no-repeat center bottom;
  background-size: 100% auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .container::after {
    background: url("../images/top/bottom_bg_top_sp.webp") no-repeat center bottom;
    background-size: 100% auto;
  }
}
.container::before {
  content: "";
  width: 100%;
  height: 50rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/top/bottom_bg_dotted.webp") no-repeat;
  background-position: center 14rem;
  background-size: auto;
  opacity: 0.4;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .container::before {
    background: url("../images/top/bottom_bg_dotted_sp.webp") no-repeat center bottom;
    background-size: 100% 75%;
  }
}

.p-mv {
  width: 100%;
  height: 43.75vw;
  background: url("../images/top/mv-bg.webp") no-repeat center center;
  background-size: cover;
  position: relative;
  margin-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background: url(../images/top/mv-bg-sp.webp) no-repeat center center;
    background-size: cover;
    height: 64rem;
  }
}
.p-mv__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.p-mv__character {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.p-mv__character img {
  width: 80.7291666667vw;
}
@media screen and (max-width: 767px) {
  .p-mv__character img {
    width: 100%;
  }
}
.p-mv__deco {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7rem;
}
@media screen and (max-width: 767px) {
  .p-mv__deco {
    width: 90%;
  }
}
.p-mv__deco img {
  width: 40.3645833333vw;
}
@media screen and (max-width: 767px) {
  .p-mv__deco img {
    width: 100%;
  }
}
.p-mv__txt {
  width: 5.7291666667vw;
  height: 36.6145833333vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15.1041666667vw;
}
@media screen and (max-width: 767px) {
  .p-mv__txt--01 {
    width: 3.2rem;
    height: 45rem;
    right: 1rem;
  }
  .p-mv__txt--02 {
    top: 60%;
    width: 3.1rem;
    height: 47rem;
    left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .intro {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.intro__wrap {
  padding: 4.5rem;
  margin-bottom: 10rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .intro__wrap {
    gap: 3.2rem;
    padding: 3.2rem 0;
    margin-bottom: 4.8rem;
  }
}
.intro__wrap::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: repeating-linear-gradient(to right, #ff3d99 0 8px, transparent 8px 16px);
  background-position: -3px 0;
}
.intro__wrap::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: repeating-linear-gradient(to right, #ff3d99 0 8px, transparent 8px 16px);
  background-position: -3px 0;
}
.intro__ttl {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .intro__ttl {
    font-size: 1.8rem;
  }
}
.intro__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .intro__menu {
    gap: 1rem;
    flex-wrap: wrap;
    align-items: normal;
  }
}
.intro__menu-item {
  padding: 1.5rem 2rem;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .intro__menu-item {
    padding: 1rem;
    width: calc((100% - 2rem) / 3);
  }
}
.intro__menu-item svg {
  height: 3rem;
}
.intro__txt {
  color: #fff;
  font-weight: bold;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .intro__txt {
    font-size: 2rem;
  }
}
.intro__btn {
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .intro__btn {
    margin-top: -1.7rem;
  }
}

/* メインビジュアル */
@media screen and (max-width: 767px) {
  .story.l-section {
    margin: 0;
  }
}

.story {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .story {
    overflow: hidden;
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .story {
    padding-top: 5rem;
  }
}
.story__wrap {
  position: relative;
}
.story__ttl {
  margin-bottom: 5rem;
}
.story__intro {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3.2rem;
  margin-bottom: 4.8rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.story__txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .story__txt {
    text-align: left;
    letter-spacing: 0.06em;
  }
}
.story__txt--l {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .story__txt--l {
    text-align: left;
    font-size: 2rem;
  }
}
.story__character {
  width: 58.4rem;
  height: 67.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .story__character {
    width: 37.5rem;
    height: auto;
    transform: translateX(-4rem);
    margin: 2.5rem 0;
  }
}
.story__animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62.5vw;
  height: 62.5vw;
  width: 120rem;
  height: 120rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .story__animation {
    width: 60rem;
    height: 60rem;
    top: 20%;
  }
}
.story__animation svg {
  width: 100%;
  height: 100%;
}
.story__deco {
  position: absolute;
  z-index: -1;
}
.story__deco-01 {
  width: 100%;
  top: -10rem;
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .story__deco-01 {
    top: -5rem;
    left: 0rem;
  }
}
.story__deco-02 {
  width: 22.1rem;
  top: 5rem;
  right: 1rem;
}
@media screen and (max-width: 767px) {
  .story__deco-02 {
    width: 7rem;
    top: 2rem;
    right: 0rem;
  }
}
.story path[class^=section-] {
  opacity: 0.1;
  animation-name: circularWave;
  animation-duration: 4.1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.story .section-1 {
  animation-delay: 1.1s;
}
.story .section-2 {
  animation-delay: 1s;
}
.story .section-3 {
  animation-delay: 0.9s;
}
.story .section-4 {
  animation-delay: 0.8s;
}
.story .section-5 {
  animation-delay: 0.7s;
}
.story .section-6 {
  animation-delay: 0.6s;
}
.story .section-7 {
  animation-delay: 0.5s;
}
.story .section-8 {
  animation-delay: 0.4s;
}
.story .section-9 {
  animation-delay: 0.3s;
}
.story .section-10 {
  animation-delay: 0.2s;
}
.story .section-11 {
  animation-delay: 0.1s;
}
.story .section-12 {
  animation-delay: 0s;
}
.story .section-13 {
  animation-delay: -0.1s;
}
.story .section-14 {
  animation-delay: -0.2s;
}
.story .section-15 {
  animation-delay: -0.3s;
}
.story .section-16 {
  animation-delay: -0.4s;
}
.story .section-17 {
  animation-delay: -0.5s;
}
.story .section-18 {
  animation-delay: -0.6s;
}
.story .section-19 {
  animation-delay: -0.7s;
}
.story .section-20 {
  animation-delay: -0.8s;
}
.story .section-21 {
  animation-delay: -0.9s;
}
.story .section-22 {
  animation-delay: -1s;
}
.story .section-23 {
  animation-delay: -1.1s;
}
.story .section-24 {
  animation-delay: -1.2s;
}
.story .section-25 {
  animation-delay: -1.3s;
}
.story .section-26 {
  animation-delay: -1.4s;
}
.story .section-27 {
  animation-delay: -1.5s;
}
.story .section-28 {
  animation-delay: -1.6s;
}
.story .section-29 {
  animation-delay: -1.7s;
}
.story .section-30 {
  animation-delay: -1.8s;
}
.story .section-31 {
  animation-delay: -1.9s;
}
.story .section-32 {
  animation-delay: -2s;
}
.story .section-33 {
  animation-delay: -2.1s;
}
.story .section-34 {
  animation-delay: -2.2s;
}
.story .section-35 {
  animation-delay: -2.3s;
}
.story .section-36 {
  animation-delay: -2.4s;
}
.story .section-37 {
  animation-delay: -2.5s;
}
.story .section-38 {
  animation-delay: -2.6s;
}
.story .section-39 {
  animation-delay: -2.7s;
}
.story .section-40 {
  animation-delay: -2.8s;
}
.story .section-41 {
  animation-delay: -2.9s;
}
@keyframes circularWave {
  0%, 90% {
    opacity: 0.1;
  }
  8%, 25% {
    opacity: 0.5;
    filter: brightness(1.5) drop-shadow(0 0 8px currentColor);
  }
}
@media screen and (max-width: 767px) {
  .story .btn-A {
    text-align: center;
    width: 22rem;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* aboutセクション */
.about {
  padding-bottom: 3.2rem;
  position: relative;
  margin-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 4.8rem;
  }
}
.about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #ff3d99 0 8px, transparent 8px 16px);
  background-position: -3px 0;
}
@media screen and (max-width: 767px) {
  .about::after {
    background-image: repeating-linear-gradient(to right, #ff3d99 0 4px, transparent 4px 8px);
  }
}
.about__ttl {
  position: relative;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  margin-bottom: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about__ttl {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.about__ttl span {
  color: #ff3d99;
}
.about__ttl::after, .about__ttl::before {
  content: "";
  height: 2px;
  width: 20.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: repeating-linear-gradient(to right, #ff3d99 0 8px, transparent 8px 16px);
  background-position: -3px 0;
}
@media screen and (max-width: 1200px) {
  .about__ttl::after, .about__ttl::before {
    width: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .about__ttl::after, .about__ttl::before {
    width: 3.7rem;
    background-image: repeating-linear-gradient(to right, #ff3d99 0 4px, transparent 4px 8px);
  }
}
.about__ttl::after {
  left: 0;
}
.about__ttl::before {
  right: 0;
  background-position: 3px 0;
}
.about__info {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about__info {
    text-align: left;
  }
}
.about__info span {
  color: #ff3d99;
}
.about__bnr {
  display: block;
  width: 80rem;
  margin: 0 auto;
  transition: 0.2s;
}
.about__bnr:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .about__bnr {
    width: 100%;
  }
}

/* movieセクション */
.movie {
  padding-bottom: 10rem;
}
.movie__ttl {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .movie__ttl {
    margin-bottom: 4.8rem;
  }
}
.movie__txt-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .movie__txt-wrap {
    gap: 2.3rem;
  }
}
.movie__txt {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .movie__txt {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.movie__txt-bg {
  background: #fff;
  padding: 0.1rem 1.6rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .movie__txt-bg {
    width: 100%;
    padding: 0.5rem;
  }
}
.movie__txt-color {
  background: linear-gradient(270deg, #de45d4 0%, #8560ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .movie__txt-color {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.movie__thumbnail {
  position: relative;
  width: 80rem;
  height: 45rem;
  margin: 0 auto;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .movie__thumbnail {
    width: 100%;
    height: auto;
  }
}
.movie__thumbnail:hover {
  cursor: pointer;
}
.movie__thumbnail:hover .play-btn {
  opacity: 0.8;
}
.movie .play-btn {
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transition 0.2s;
}
@media screen and (max-width: 767px) {
  .movie .play-btn {
    width: 5rem;
    height: 5rem;
  }
}
.movie .play-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/top/play_btn.webp") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}

/* memberセクション  */
.member__ttl {
  margin-bottom: 4rem;
}
.member__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.member-card {
  width: 100%;
  height: 33.3333333333vw;
  overflow: hidden;
  position: relative;
  background: url(../images/top/member_bg.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .member-card {
    height: 52.2rem;
    background: url(../images/top/member_bg-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
.member-card:nth-of-type(1) .member-card__img {
  width: 100%;
  text-align: center;
}
.member-card:nth-of-type(1) .member-card__img img {
  width: 49.7916666667vw;
}
@media screen and (max-width: 767px) {
  .member-card:nth-of-type(1) .member-card__img img {
    width: 100%;
  }
}
.member-card:nth-of-type(1) .member-card__heading {
  left: 18.90625vw;
}
.member-card:nth-of-type(1) .member-card__heading span {
  background: linear-gradient(90deg, #ffa600 0%, #fff500 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.member-card:nth-of-type(1) .member-card__ja {
  background: linear-gradient(90deg, #ffa600 0%, #fff500 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.member-card:nth-of-type(2) .member-card__img {
  width: 100%;
  text-align: center;
}
.member-card:nth-of-type(2) .member-card__img img {
  width: 46.25vw;
}
@media screen and (max-width: 767px) {
  .member-card:nth-of-type(2) .member-card__img img {
    width: 100%;
  }
}
.member-card:nth-of-type(2) .member-card__heading {
  right: 18.90625vw;
}
.member-card:nth-of-type(2) .member-card__heading span {
  background: linear-gradient(90deg, #00cc2c 0%, #b2ff00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .member-card:nth-of-type(2) .member-card__heading {
    right: 2rem;
  }
}
.member-card:nth-of-type(2) .member-card__profile {
  margin-right: auto;
  margin-left: 0;
  left: 18.2291666667vw;
}
@media screen and (max-width: 767px) {
  .member-card:nth-of-type(2) .member-card__profile {
    left: 50%;
  }
}
.member-card:nth-of-type(2) .member-card__ja {
  background: linear-gradient(90deg, #00cc2c 0%, #b2ff00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.member-card:nth-of-type(3) .member-card__img {
  width: 100%;
  text-align: justify;
}
.member-card:nth-of-type(3) .member-card__img img {
  width: 80.7291666667vw;
}
@media screen and (max-width: 767px) {
  .member-card:nth-of-type(3) .member-card__img img {
    width: 100%;
  }
}
.member-card:nth-of-type(3) .member-card__heading {
  left: 18.90625vw;
}
.member-card:nth-of-type(3) .member-card__heading span {
  background: linear-gradient(90deg, #00ffea 0%, #00a0ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.member-card:nth-of-type(3) .member-card__ja {
  background: linear-gradient(90deg, #00ffea 0%, #00a0ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.member-card__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.member-card__loop {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Barlow Condensed";
  font-weight: bold;
  line-height: 0.8;
  white-space: nowrap;
  font-size: 40rem;
  z-index: 1;
  color: #fff;
  will-change: transform;
}
.member-card__loop p {
  margin-right: 10rem;
}
.member-card__loop--01 {
  animation: seamlessLoop 20s linear infinite;
}
.member-card__loop--01 P {
  background: linear-gradient(90deg, rgba(255, 245, 0, 0.5) 0%, rgba(255, 89, 0, 0.5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.member-card__loop--02 {
  animation: seamlessReverse 25s linear infinite;
}
.member-card__loop--02 P {
  background: linear-gradient(90deg, rgba(178, 255, 0, 0.5) 0%, rgba(49, 167, 42, 0.5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.member-card__loop--03 {
  animation: seamlessLoop 20s linear infinite;
}
.member-card__loop--03 P {
  background: linear-gradient(90deg, rgba(0, 255, 234, 0.5) 0%, rgba(0, 160, 255, 0.5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.member-card__heading {
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #fff;
  font-size: 5.625vw;
  line-height: 1;
  font-weight: 800;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .member-card__heading {
    font-size: 5.4rem;
    left: auto;
    right: 2rem;
    top: 3rem;
    transform: translateY(0);
  }
}
.member-card__profile {
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
  max-width: 18.2291666667vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18.2291666667vw;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .member-card__profile {
    gap: 3rem;
    right: auto;
    top: auto;
    left: 50%;
    bottom: 4rem;
    transform: translateX(-50%);
    width: 85%;
    max-width: 100%;
  }
}
.member-card__profile .btn-A {
  width: 15.625vw;
}
@media screen and (max-width: 767px) {
  .member-card__profile .btn-A {
    width: 22.2rem;
    margin: 0 auto;
    padding: 0.2rem 3.6rem;
    text-align: center;
  }
  .member-card__profile .btn-A__icon {
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .member-card__name {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.member-card__en {
  color: #fff;
  font-size: 1.6666666667vw;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .member-card__en {
    font-size: 2.4rem;
  }
}
.member-card__ja {
  font-size: 3.3333333333vw;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .member-card__ja {
    font-size: 4.8rem;
  }
}
.member-card__txt {
  font-size: 1.25vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .member-card__txt {
    font-size: 2.4rem;
  }
}

@keyframes seamlessLoop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes seamlessReverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal.is-active {
  display: flex;
}
.modal-overlay {
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.modal-content {
  position: relative;
  background: transparent;
  width: 90%;
  padding: 7rem 0;
  overflow: hidden;
  max-width: 84.4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .modal-content {
    overflow: visible;
    padding: 0;
  }
}
.modal-content--story {
  overflow: visible;
}
.modal-wrap {
  position: relative;
  width: 100%;
  height: 71rem;
}
@media screen and (max-width: 1440px) {
  .modal-wrap {
    height: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .modal-wrap {
    padding: 2rem 0.5rem 2rem 0;
    height: 45rem;
  }
}
.modal-wrap--story {
  padding: 4.8rem 3rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .modal-wrap--story {
    padding: 5rem 2rem;
  }
}
.modal-inner {
  overflow-y: auto;
  max-height: 58rem;
}
@media screen and (max-width: 767px) {
  .modal-inner {
    max-height: 38rem;
  }
}
.modal__ttl {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 6.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.modal__txt {
  width: 80%;
  margin: 4rem auto;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .modal__txt {
    width: 90%;
  }
}

.modal-close {
  width: 5rem;
  height: 5rem;
  background: url(../images/common/close-btn.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -6rem;
  right: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .modal-close {
    top: -4rem;
  }
}
@media screen and (max-width: 767px) {
  .modal-close--story {
    top: -6rem;
  }
}
.modal-close:hover {
  opacity: 0.7;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: visible !important;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  background: #fff;
  padding: 2rem 1rem 2rem 0;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 10 !important;
  width: 5.6rem !important;
  height: 5.6rem !important;
  position: absolute !important;
  bottom: -7rem !important;
  top: auto !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "" !important;
  width: 100%;
  height: 100%;
}

.swiper-button-prev {
  left: 30rem !important;
}
.swiper-button-prev::after {
  background: url(../images/common/prev-btn.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 8rem !important;
  }
}

.swiper-button-next {
  right: 30rem !important;
}
.swiper-button-next::after {
  background: url(../images/common/next-btn.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 8rem !important;
  }
}

.swiper-pagination-bullet {
  background: #333;
}

.member-slide {
  position: relative;
}
.member-slide__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .member-slide__inner {
    overflow: hidden;
  }
}
.member-slide__chara {
  width: 27.8rem;
  position: absolute;
  top: -6rem;
  left: 5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .member-slide__chara {
    width: 17rem;
    left: -4rem;
    top: -4rem;
  }
}
.member-slide__chara img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .member-slide .simplebar-content {
    padding: 2rem !important;
  }
}
.member-slide__name {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 12rem;
  height: 42rem;
}
@media screen and (max-width: 767px) {
  .member-slide__name {
    width: 6.4rem;
    height: 21rem;
    left: 1rem;
    top: 1rem;
  }
}
.member-slide__bg {
  width: 72.1rem;
  height: 21.3rem;
  position: absolute;
  bottom: -2rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .member-slide__bg {
    width: 50rem;
    height: 15rem;
    bottom: 0;
  }
}
.member-slide__content {
  padding: 2.4rem 6rem 2.4rem 2rem;
  background: rgba(255, 255, 255, 0.9);
  width: 46rem;
  max-height: 65rem;
  overflow-y: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  margin-right: 1rem;
}
@media screen and (max-width: 1440px) {
  .member-slide__content {
    max-height: 45rem;
  }
}
@media screen and (max-width: 767px) {
  .member-slide__content {
    width: 23.4rem;
    max-height: 36rem;
    margin-right: 0;
  }
}
.member-slide__profile {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .member-slide__profile {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
.member-slide__en {
  color: #ff9300;
  font-weight: bold;
  line-height: 1.2;
  font-size: 2.4rem;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .member-slide__en {
    font-size: 1.4rem;
  }
}
.member-slide__ja {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}
@media screen and (max-width: 767px) {
  .member-slide__ja {
    font-size: 2.4rem;
  }
}
.member-slide__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Barlow Condensed", sans-serif;
  color: #ee5b0b;
}
@media screen and (max-width: 767px) {
  .member-slide__ttl {
    font-size: 1.4rem;
  }
}
.member-slide__txt {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .member-slide__txt {
    font-size: 1.2rem;
  }
}
.member-slide dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(156, 141, 155, 0.2);
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .member-slide dl {
    font-size: 1.2rem;
  }
}
.member-slide dt {
  flex-shrink: 0;
}
.member-slide dd {
  text-align: right;
  display: flex;
  align-items: center;
  width: 80%;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .member-slide dd {
    width: 50%;
  }
}
.member-slide .circle {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  margin-left: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .member-slide .circle {
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 0.5rem;
  }
}
.member-slide .circle--orange {
  background: #ee5b0b;
}
.member-slide .circle--green {
  background: #304c29;
}
.member-slide .circle--blue {
  background: #679ec5;
}
.member-slide .close-btn {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  border: 2px solid rgba(156, 141, 155, 0.4);
  border-radius: 5rem;
  width: 100%;
  padding: 2rem 0;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .member-slide .close-btn {
    font-size: 2rem;
    border: 1.5px solid rgba(156, 141, 155, 0.4);
    padding: 1rem 0;
    margin-top: 2rem;
  }
}
.member-slide--02 .member-slide__en {
  color: #6cb958;
}
.member-slide--02 .member-slide__ttl {
  color: #304c29;
}
.member-slide--02 .member-slide__name {
  width: 12.8rem;
  height: 61.3rem;
}
@media screen and (max-width: 767px) {
  .member-slide--02 .member-slide__name {
    width: 6.4rem;
    height: 30rem;
  }
}
.member-slide--02 .member-slide__chara {
  width: 26.5rem;
  top: 50%;
  transform: translateY(-50%);
  left: 8rem;
}
@media screen and (max-width: 767px) {
  .member-slide--02 .member-slide__chara {
    width: 15rem;
    left: -3rem;
    transform: none;
    top: 1rem;
  }
}
.member-slide--03 .member-slide__en {
  color: #46b1e1;
}
.member-slide--03 .member-slide__ttl {
  color: #679ec5;
}
.member-slide--03 .member-slide__name {
  width: 12.8rem;
  height: 40.7rem;
}
@media screen and (max-width: 767px) {
  .member-slide--03 .member-slide__name {
    width: 6.4rem;
    height: 20rem;
  }
}
.member-slide--03 .member-slide__chara {
  width: 49.3rem;
  top: 50%;
  transform: translateY(-50%);
  left: -5rem;
}
@media screen and (max-width: 767px) {
  .member-slide--03 .member-slide__chara {
    width: 30rem;
    transform: none;
    top: -1rem;
    left: -8rem;
  }
}

.sns {
  padding-bottom: 7rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .sns {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.sns__ttl {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .sns__ttl {
    margin-top: 10rem;
  }
}
.sns__bnr {
  width: 100%;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .sns__bnr {
    margin-bottom: 4.8rem;
  }
}
.sns__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sns__wrap {
    flex-direction: column;
    gap: 4.8rem;
  }
}
.sns__left {
  width: 58%;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .sns__left {
    width: 100%;
    gap: 4.8rem;
  }
}
.sns__left p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.sns__right {
  width: 37%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sns__right {
    width: 100%;
  }
}
.sns__right .btn-B {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .sns__right .btn-B {
    width: 100%;
  }
  .sns__right .btn-B:last-of-type {
    width: 28.5rem;
  }
}
.sns__txt {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sns__txt {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
.sns__txt-bg {
  background: #fff;
  display: inline-block;
  margin-bottom: 2rem;
}
.sns__txt-color {
  background: linear-gradient(270deg, #de45d4 0%, #8560ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding: 0 1.6rem 0.4rem;
}

/* --------------------------
	animation
-------------------------- */
/* ----------------------------------------------------
  リサイズ時のtransition停止
---------------------------------------------------- */
body.transition-stop * {
  transition: none !important;
}

/* ----------------------------------------------------
  見出し アニメーション
---------------------------------------------------- */
.a-heading-01 {
  opacity: 0;
  transition: 0.65s;
}
.a-heading-01.active {
  opacity: 1;
}

/* ----------------------------------------------------
  anim-txts
*/
/* ----------------------------------------------------
  使用方法：

<h1 class="as a-anim-txts">
  <span class="anim-txt anim-txt-0">テ</span>
  <span class="anim-txt anim-txt-1">キ</span>
  <span class="anim-txt anim-txt-2">ス</span>
  <span class="anim-txt anim-txt-3">ト</span>
</h1>
---------------------------------------------------- */
.a-anim-txts > span {
  display: inline-block;
  opacity: 0;
  transform: translate(60px, 0) skewX(-30deg) scale(1, 1);
}
.a-anim-txts > span:nth-child(1) {
  transition: 0.65s 0.0625s;
}
.a-anim-txts > span:nth-child(2) {
  transition: 0.65s 0.125s;
}
.a-anim-txts > span:nth-child(3) {
  transition: 0.65s 0.1875s;
}
.a-anim-txts > span:nth-child(4) {
  transition: 0.65s 0.25s;
}
.a-anim-txts > span:nth-child(5) {
  transition: 0.65s 0.3125s;
}
.a-anim-txts > span:nth-child(6) {
  transition: 0.65s 0.375s;
}
.a-anim-txts > span:nth-child(7) {
  transition: 0.65s 0.4375s;
}
.a-anim-txts > span:nth-child(8) {
  transition: 0.65s 0.5s;
}
.a-anim-txts > span:nth-child(9) {
  transition: 0.65s 0.5625s;
}
.a-anim-txts > span:nth-child(10) {
  transition: 0.65s 0.625s;
}
.a-anim-txts > span:nth-child(11) {
  transition: 0.65s 0.6875s;
}
.a-anim-txts > span:nth-child(12) {
  transition: 0.65s 0.75s;
}
.a-anim-txts > span:nth-child(13) {
  transition: 0.65s 0.8125s;
}
.a-anim-txts > span:nth-child(14) {
  transition: 0.65s 0.875s;
}
.a-anim-txts > span:nth-child(15) {
  transition: 0.65s 0.9375s;
}
.a-anim-txts > span:nth-child(16) {
  transition: 0.65s 1s;
}
.a-anim-txts > span:nth-child(17) {
  transition: 0.65s 1.0625s;
}
.a-anim-txts > span:nth-child(18) {
  transition: 0.65s 1.125s;
}
.a-anim-txts > span:nth-child(19) {
  transition: 0.65s 1.1875s;
}
.a-anim-txts > span:nth-child(20) {
  transition: 0.65s 1.25s;
}
.a-anim-txts > span:nth-child(21) {
  transition: 0.65s 1.3125s;
}
.a-anim-txts > span:nth-child(22) {
  transition: 0.65s 1.375s;
}
.a-anim-txts > span:nth-child(23) {
  transition: 0.65s 1.4375s;
}
.a-anim-txts > span:nth-child(24) {
  transition: 0.65s 1.5s;
}
.a-anim-txts > span:nth-child(25) {
  transition: 0.65s 1.5625s;
}
.a-anim-txts > span:nth-child(26) {
  transition: 0.65s 1.625s;
}
.a-anim-txts > span:nth-child(27) {
  transition: 0.65s 1.6875s;
}
.a-anim-txts > span:nth-child(28) {
  transition: 0.65s 1.75s;
}
.a-anim-txts > span:nth-child(29) {
  transition: 0.65s 1.8125s;
}
.a-anim-txts > span:nth-child(30) {
  transition: 0.65s 1.875s;
}
.a-anim-txts > span:nth-child(31) {
  transition: 0.65s 1.9375s;
}
.a-anim-txts > span:nth-child(32) {
  transition: 0.65s 2s;
}
.a-anim-txts > span:nth-child(33) {
  transition: 0.65s 2.0625s;
}
.a-anim-txts > span:nth-child(34) {
  transition: 0.65s 2.125s;
}
.a-anim-txts > span:nth-child(35) {
  transition: 0.65s 2.1875s;
}
.a-anim-txts > span:nth-child(36) {
  transition: 0.65s 2.25s;
}
.a-anim-txts > span:nth-child(37) {
  transition: 0.65s 2.3125s;
}
.a-anim-txts > span:nth-child(38) {
  transition: 0.65s 2.375s;
}
.a-anim-txts > span:nth-child(39) {
  transition: 0.65s 2.4375s;
}
.a-anim-txts > span:nth-child(40) {
  transition: 0.65s 2.5s;
}
.a-anim-txts > span:nth-child(41) {
  transition: 0.65s 2.5625s;
}
.a-anim-txts > span:nth-child(42) {
  transition: 0.65s 2.625s;
}
.a-anim-txts > span:nth-child(43) {
  transition: 0.65s 2.6875s;
}
.a-anim-txts > span:nth-child(44) {
  transition: 0.65s 2.75s;
}
.a-anim-txts > span:nth-child(45) {
  transition: 0.65s 2.8125s;
}
.a-anim-txts > span:nth-child(46) {
  transition: 0.65s 2.875s;
}
.a-anim-txts > span:nth-child(47) {
  transition: 0.65s 2.9375s;
}
.a-anim-txts > span:nth-child(48) {
  transition: 0.65s 3s;
}
.a-anim-txts > span:nth-child(49) {
  transition: 0.65s 3.0625s;
}
.a-anim-txts > span:nth-child(50) {
  transition: 0.65s 3.125s;
}
.a-anim-txts > span:nth-child(51) {
  transition: 0.65s 3.1875s;
}
.a-anim-txts > span:nth-child(52) {
  transition: 0.65s 3.25s;
}
.a-anim-txts > span:nth-child(53) {
  transition: 0.65s 3.3125s;
}
.a-anim-txts > span:nth-child(54) {
  transition: 0.65s 3.375s;
}
.a-anim-txts > span:nth-child(55) {
  transition: 0.65s 3.4375s;
}
.a-anim-txts > span:nth-child(56) {
  transition: 0.65s 3.5s;
}
.a-anim-txts > span:nth-child(57) {
  transition: 0.65s 3.5625s;
}
.a-anim-txts > span:nth-child(58) {
  transition: 0.65s 3.625s;
}
.a-anim-txts > span:nth-child(59) {
  transition: 0.65s 3.6875s;
}
.a-anim-txts > span:nth-child(60) {
  transition: 0.65s 3.75s;
}
.a-anim-txts > span:nth-child(61) {
  transition: 0.65s 3.8125s;
}
.a-anim-txts > span:nth-child(62) {
  transition: 0.65s 3.875s;
}
.a-anim-txts > span:nth-child(63) {
  transition: 0.65s 3.9375s;
}
.a-anim-txts > span:nth-child(64) {
  transition: 0.65s 4s;
}
.a-anim-txts > span:nth-child(65) {
  transition: 0.65s 4.0625s;
}
.a-anim-txts > span:nth-child(66) {
  transition: 0.65s 4.125s;
}
.a-anim-txts > span:nth-child(67) {
  transition: 0.65s 4.1875s;
}
.a-anim-txts > span:nth-child(68) {
  transition: 0.65s 4.25s;
}
.a-anim-txts > span:nth-child(69) {
  transition: 0.65s 4.3125s;
}
.a-anim-txts > span:nth-child(70) {
  transition: 0.65s 4.375s;
}
.a-anim-txts > span:nth-child(71) {
  transition: 0.65s 4.4375s;
}
.a-anim-txts > span:nth-child(72) {
  transition: 0.65s 4.5s;
}
.a-anim-txts > span:nth-child(73) {
  transition: 0.65s 4.5625s;
}
.a-anim-txts > span:nth-child(74) {
  transition: 0.65s 4.625s;
}
.a-anim-txts > span:nth-child(75) {
  transition: 0.65s 4.6875s;
}
.a-anim-txts > span:nth-child(76) {
  transition: 0.65s 4.75s;
}
.a-anim-txts > span:nth-child(77) {
  transition: 0.65s 4.8125s;
}
.a-anim-txts > span:nth-child(78) {
  transition: 0.65s 4.875s;
}
.a-anim-txts > span:nth-child(79) {
  transition: 0.65s 4.9375s;
}
.a-anim-txts > span:nth-child(80) {
  transition: 0.65s 5s;
}
.a-anim-txts > span:nth-child(81) {
  transition: 0.65s 5.0625s;
}
.a-anim-txts > span:nth-child(82) {
  transition: 0.65s 5.125s;
}
.a-anim-txts > span:nth-child(83) {
  transition: 0.65s 5.1875s;
}
.a-anim-txts > span:nth-child(84) {
  transition: 0.65s 5.25s;
}
.a-anim-txts > span:nth-child(85) {
  transition: 0.65s 5.3125s;
}
.a-anim-txts > span:nth-child(86) {
  transition: 0.65s 5.375s;
}
.a-anim-txts > span:nth-child(87) {
  transition: 0.65s 5.4375s;
}
.a-anim-txts > span:nth-child(88) {
  transition: 0.65s 5.5s;
}
.a-anim-txts > span:nth-child(89) {
  transition: 0.65s 5.5625s;
}
.a-anim-txts > span:nth-child(90) {
  transition: 0.65s 5.625s;
}
.a-anim-txts > span:nth-child(91) {
  transition: 0.65s 5.6875s;
}
.a-anim-txts > span:nth-child(92) {
  transition: 0.65s 5.75s;
}
.a-anim-txts > span:nth-child(93) {
  transition: 0.65s 5.8125s;
}
.a-anim-txts > span:nth-child(94) {
  transition: 0.65s 5.875s;
}
.a-anim-txts > span:nth-child(95) {
  transition: 0.65s 5.9375s;
}
.a-anim-txts > span:nth-child(96) {
  transition: 0.65s 6s;
}
.a-anim-txts > span:nth-child(97) {
  transition: 0.65s 6.0625s;
}
.a-anim-txts > span:nth-child(98) {
  transition: 0.65s 6.125s;
}
.a-anim-txts > span:nth-child(99) {
  transition: 0.65s 6.1875s;
}
.a-anim-txts > span:nth-child(100) {
  transition: 0.65s 6.25s;
}
.a-anim-txts.active span {
  opacity: 1;
  transform: translate(0, 0) skewX(0deg) scale(1, 1);
}

/* ----------------------------------------------------
  slide-box-01
*/
/* ----------------------------------------------------
  使用方法：

  <div class="as a-slide-box-01">
    <img src="./img/sample.jpg" alt="" />
  </div>
---------------------------------------------------- */
.a-slide-box-01 {
  overflow: hidden;
  opacity: 1;
  position: relative;
  transform: scale(1, 0);
  transform-origin: top center;
  transition: 0.65s;
}
.a-slide-box-01::after {
  background: #bbb; /* Old browsers */
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.65s 0.65s;
}
.a-slide-box-01 img {
  transition: 0.65s 0.65s;
  transform: scale(1.5, 1.5);
  transform-origin: center center;
}
.a-slide-box-01.a-slide-box-01--t {
  transform: scale(1, 0);
  transform-origin: top center;
}
.a-slide-box-01.a-slide-box-01--b {
  transform: scale(1, 0);
  transform-origin: bottom center;
}
.a-slide-box-01.a-slide-box-01--l {
  transform: scale(0, 1);
  transform-origin: left center;
}
.a-slide-box-01.a-slide-box-01--r {
  transform: scale(0, 1);
  transform-origin: right center;
}
.a-slide-box-01.active {
  transform: scale(1, 1);
}
.a-slide-box-01.active::after {
  opacity: 0;
}
.a-slide-box-01.active img {
  transform: scale(1, 1);
}

/* ----------------------------------------------------
  slide-box-02
*/
/* ----------------------------------------------------
  使用方法：

  <div class="as a-slide-box-02">
    <div class="slide-box-02__bg">
      <img src="" alt="">
    </div>
  </div>
---------------------------------------------------- */
.a-slide-box-02 {
  display: block;
}
.a-slide-box-02 .slide-box-02__bg {
  background: #fff;
  display: inline-block;
  position: relative;
  transform-origin: right center;
  overflow: hidden;
  vertical-align: middle;
}
.a-slide-box-02 .slide-box-02__bg img {
  opacity: 0;
  transform: scale(1.1, 1.1);
  transform-origin: right center;
  transition: all 0.65s;
}
.a-slide-box-02 .slide-box-02__bg::after {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  margin-left: 100%;
  transform: translate(-100%, 0);
  transition: all 0.65s;
}
.a-slide-box-02.a-slide-box-02--t .slide-box-02__bg {
  transform-origin: bottom center;
}
.a-slide-box-02.a-slide-box-02--t .slide-box-02__bg img {
  transform-origin: bottom center;
}
.a-slide-box-02.a-slide-box-02--t .slide-box-02__bg::after {
  margin: 100% 0 0;
  transform: translate(0, -100%);
}
.a-slide-box-02.a-slide-box-02--b .slide-box-02__bg {
  transform-origin: top center;
}
.a-slide-box-02.a-slide-box-02--b .slide-box-02__bg img {
  transform-origin: top center;
}
.a-slide-box-02.a-slide-box-02--b .slide-box-02__bg::after {
  margin: -100% 0 0;
  transform: translate(0, 100%);
}
.a-slide-box-02.a-slide-box-02--l .slide-box-02__bg {
  transform-origin: right center;
}
.a-slide-box-02.a-slide-box-02--l .slide-box-02__bg img {
  transform-origin: right center;
}
.a-slide-box-02.a-slide-box-02--l .slide-box-02__bg::after {
  margin: 0 0 0 100%;
  transform: translate(-100%, 0);
}
.a-slide-box-02.a-slide-box-02--r .slide-box-02__bg {
  transform-origin: left center;
}
.a-slide-box-02.a-slide-box-02--r .slide-box-02__bg img {
  transform-origin: left center;
}
.a-slide-box-02.a-slide-box-02--r .slide-box-02__bg::after {
  margin: 0 0 0 -100%;
  transform: translate(100%, 0);
}
.a-slide-box-02.active .slide-box-02__bg img {
  opacity: 1;
  transform: scale(1, 1);
}
.a-slide-box-02.active .slide-box-02__bg::after {
  transform: translate(0, 0);
}

/* ----------------------------------------------------
  スライダー
---------------------------------------------------- */
.slide-gallery {
  overflow: hidden;
}
.slide-gallery .slide-gallery__inner {
  height: 220px;
  width: 3840px;
  animation: slide 60s linear infinite;
  position: relative;
}
@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1920px, 0, 0);
  }
}

/* --------------------------
	state
-------------------------- */
/* ----------------------------------------------------

	JavaScriptなどの制御による状態の変化を表すスタイルの設定ファイルです。
	汎用的なstateのスタイルをまとめています。
	基本的には編集することはありません。

	命名規則として、クラス名の頭に 
	is-* という接頭辞をつけることを推奨します。

---------------------------------------------------- */
/* --------------------------
	レスポンシブ関係
-------------------------- */
@media screen and (max-width: 1080px) {
  .is-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-tab {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  .is-tab {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .is-pc-tab {
    display: none !important;
  }
}

@media screen and (min-width: 1081px) {
  .is-tab-sp {
    display: none;
  }
}

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