@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
Robotoフォント設定
300：Light
400：Regular
500：Medium（デフォルト）
700：Bold
*/
/*
Notoフォント設定
400：Regular
500：Medium（デフォルト）
700：Bold
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
html {
  font-size: 100px;
  cursor: default;
  cursor: url(../img/cursor.svg?2), default;
  background-color: #14141E;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: 0.01rem;
  /* SP */
}
@media print, screen and (min-width: 641px) {
  html {
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
@media print, screen and (min-width: 1440px) and (max-width: 1599px) {
  html {
    font-size: 90px;
  }
}
@media print, screen and (min-width: 1366px) and (max-width: 1439px) {
  html {
    font-size: 85px;
  }
}
@media print, screen and (min-width: 1280px) and (max-width: 1365px) {
  html {
    font-size: 80px;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1279px) {
  html {
    font-size: 75px;
  }
}
@media screen and (min-width: 428px) and (max-width: 640px) {
  html {
    /* SP： 428px から 640pxの間 ※6.7inch(iPhone12ProMax) */
    font-size: 114px;
  }
}
@media screen and (min-width: 414px) and (max-width: 427px) {
  html {
    /* SP： 414px から 427pxの間 ※iPhone6 Plus・6s Plus・7 Plus・8 Plus・XR・11・XS Max・11 Pro Max */
    font-size: 110px;
  }
}
@media screen and (min-width: 375px) and (max-width: 413px) {
  html {
    /* SP： 375px から 413pxの間 ※iPhone6・6s・7・8・SE(2)・X・XS・11 Pro */
    /* 基本 */
    font-size: 100px;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  html {
    /* SP： 360px から 374pxの間 ※小さめAndroid */
    font-size: 96px;
  }
}
@media screen and (max-width: 359px) {
  html {
    /* SP： 359px以下 ※iPhone 5・5s・SE(1) */
    font-size: 85px;
  }
}
html.edge {
  -ms-text-size-adjust: 100%;
}
html.os-mac {
  -webkit-font-smoothing: antialiased;
}
@media print, screen and (min-width: 641px) {
  html.os-mac {
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}
html.scrollingFlg {
  pointer-events: none;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0.11rem;
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1024px;
  }
}

.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure {
  margin: 0;
  padding: 0;
}

article, aside, footer, header, main, nav, section, figcaption, figure {
  display: block;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

li {
  list-style: none;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
  pointer-events: none;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
}

input, select, button, optgroup, textarea {
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
}

button, input {
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, select {
  cursor: pointer;
  text-transform: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

select::-ms-expand {
  display: none;
}

/* プリント対応 */
[data-hidePrintMessageArea] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  opacity: 0;
}

@media print {
  body {
    position: relative;
    top: 100px;
  }

  body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。";
    display: none;
    white-space: pre;
    font-size: 20px;
    padding: 10px 10px;
    border: 3px solid #000;
    background-color: #FFF;
    color: #000;
    position: absolute;
    top: -100px;
    left: 0px;
    right: 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .chrome body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「基本設定」→「背景のグラフィック」を有効にして下さい。";
  }

  .ie body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「印刷プレビュー」→「ページ設定」→「背景の色とイメージを印刷する」を有効にして下さい。";
  }

  .safari body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「詳細を表示」→「背景をプリント」を有効にして下さい。";
  }

  .edge body:before {
    content: "※Microsoft Edgeは背景や画像を印刷できません。";
  }

  .addPrintMessage body:before {
    display: block;
  }

  * {
    background-attachment: scroll !important;
  }
}
/* 721px以上は消す */
@media print, screen and (min-width: 641px) {
  [data-sc-sp] {
    display: none !important;
  }
}
/* 720px以下は消す */
@media screen and (max-width: 640px) {
  [data-sc-pc] {
    display: none !important;
  }
}
.device-tablet .mod_main {
  width: calc(100% + 1px);
}

/* 自動高さ調整 */
[data-autoheight],
[data-pc-autoheight],
[data-sp-autoheight] {
  -webkit-transition: none !important;
  transition: none !important;
}

/* 遅延読み込み */
[data-lf] {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

[data-lf][src],
[data-lf][style*=background-image],
[data-lf].load_view {
  opacity: 1;
}

/* ページトップボタン */
.pagetopbtn {
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-filter: opacity(0%);
          filter: opacity(0%);
  pointer-events: none;
  -webkit-transition: opacity 0.2s, -webkit-filter 1s;
  transition: opacity 0.2s, -webkit-filter 1s;
  transition: filter 1s, opacity 0.2s;
  transition: filter 1s, opacity 0.2s, -webkit-filter 1s;
  background-color: #fff;
  z-index: 999;
  margin-bottom: env(safe-area-inset-bottom);
}
.pagetopbtn:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pagetopbtn.active {
  -webkit-filter: opacity(100%);
          filter: opacity(100%);
  pointer-events: auto;
}
.no-touchevents .pagetopbtn:hover {
  opacity: 0.6;
}

.pagetopbtnInview {
  position: absolute;
  top: 200vh;
  bottom: 0;
  pointer-events: none;
  width: 0;
}

/* ヘッダー */
@media screen and (max-width: 640px) {
  .mod_header .row01 {
    background-color: #14141E;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
  }
}
.mod_header .row01 .logo {
  position: fixed;
  z-index: 1001;
}
@media print, screen and (min-width: 641px) {
  .mod_header .row01 .logo {
    top: 55px;
    left: 55px;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .row01 .logo {
    top: 21px;
    left: 0.3rem;
  }
}
.mod_header .row01 .logo a {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .mod_header .row01 .logo img {
    width: 1.8rem;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .row01 .logo img {
    width: auto;
    height: 20px;
  }
}
.mod_header .row02 {
  background-color: #14141E;
  position: fixed;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: 0;
  width: 100%;
  bottom: 0;
  opacity: 0;
  z-index: 1000;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 641px) {
  .mod_header .row02 {
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .row02 {
    top: 60px;
  }
}
.spmenuopen .mod_header .row02 {
  opacity: 1;
  pointer-events: auto;
}
.mod_header .row02 .in {
  width: 100%;
}
.mod_header .row02 .link {
  margin-top: 20px;
}
.mod_header .row02 .one {
  font-size: 0.2rem;
  color: #FFF;
  font-weight: bold;
  display: block;
  text-align: center;
}
.mod_header .row02 .one + .one {
  margin-top: 10px;
}
.mod_header .menu {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 1000;
}
@media print, screen and (min-width: 641px) {
  .mod_header .menu {
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .menu {
    top: 0;
    right: 0.12rem;
  }
}
.mod_header .menu .open .bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 2px;
  margin: auto;
  background-color: #9F927F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mod_header .menu .open .bar:nth-child(1) {
  top: -16px;
}
.mod_header .menu .open .bar:nth-child(2) {
  width: 12px;
  right: 12px;
}
.mod_header .menu .open .bar:nth-child(3) {
  bottom: -16px;
}
.mod_header .menu .close .bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  margin: auto;
  background-color: #9F927F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mod_header .menu .close .bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mod_header .menu .close .bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.spmenuopen .mod_header .menu .open .bar {
  width: 0;
}
.spmenuopen .mod_header .menu .close .bar {
  width: 24px;
}

/* フッター */
.mod_footer .row01 {
  background-color: #000;
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 {
    height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 {
    padding: 1rem 0 0.1rem;
  }
}
.mod_footer .row01.kurokusuru .bg {
  opacity: 1;
}
.mod_footer .row01 .footer_kurokusuru {
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .footer_kurokusuru {
    top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .footer_kurokusuru {
    top: 200px;
  }
}
.mod_footer .row01 .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  -webkit-transition: 2s;
  transition: 2s;
  pointer-events: none;
}
.mod_footer .row01 .logo {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .logo {
    width: 74vw;
    height: auto;
  }
}
.mod_footer .row01 .logo .st0 {
  fill: #FFF;
}
.mod_footer .row01 .logo .st1 {
  fill: #9F927F;
}
.mod_footer .row01 .info {
  position: relative;
  text-align: center;
  color: #FFF;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .info {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .info {
    margin-top: 0.7rem;
  }
}
.mod_footer .row01 .infotit {
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .infotit {
    font-size: 0.2rem;
    letter-spacing: 0.04rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .infotit {
    font-size: 0.16rem;
    letter-spacing: 0.04rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .infodesc {
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .infodesc {
    margin-top: 0.3rem;
  }
}
.mod_footer .row01 .postal {
  font-weight: 400;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .postal {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .postal {
    font-size: 0.14rem;
  }
}
.mod_footer .row01 .address {
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .address {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .address {
    font-size: 0.15rem;
    letter-spacing: 0.03rem;
  }
}
.mod_footer .row01 .addresssub {
  font-weight: 400;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .addresssub {
    font-size: 0.14rem;
    margin-top: 0.07rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .addresssub {
    font-size: 0.11rem;
    letter-spacing: 0.01rem;
    margin-top: 0.07rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .tel {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .tel {
    margin-top: 0.2rem;
  }
}
.mod_footer .row01 .tel a {
  font-family: roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .tel a {
    font-size: 0.34rem;
    letter-spacing: 0.04rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .tel a {
    font-size: 0.29rem;
    letter-spacing: 0.03rem;
    text-decoration: underline;
  }
}
.mod_footer .row01 .telsub {
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .telsub {
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .telsub span:nth-child(1) {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .telsub span:nth-child(1) {
    display: block;
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .telsub span:nth-child(2) {
    font-size: 0.12rem;
    padding-left: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .telsub span:nth-child(2) {
    display: block;
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .sns {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .sns {
    margin-top: 0.2rem;
  }
}
.mod_footer .row01 .sns a {
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .sns a {
    padding: 14px 20px;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .sns a {
    padding: 14px 20px;
  }
}
.no-touchevents .mod_footer .row01 .sns a:hover {
  opacity: 0.5;
}
.mod_footer .row01 .sns svg {
  display: block;
  fill: #FFF;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .sublink {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .sublink {
    margin-top: 0.2rem;
  }
}
.mod_footer .row01 .sublink li {
  display: inline-block;
}
.mod_footer .row01 .sublink a {
  display: inline-block;
  font-weight: normal;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .sublink a {
    font-size: 0.14rem;
    padding: 0.1rem 0.15rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .sublink a {
    font-size: 0.12rem;
    padding: 0.05rem 0.1rem;
  }
}
.no-touchevents .mod_footer .row01 .sublink a:hover {
  text-decoration: underline;
}
.mod_footer .row01 .copy {
  font-weight: normal;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .copy {
    margin-top: 0.15rem;
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .copy {
    margin-top: 0.3rem;
    font-size: 0.11rem;
  }
}

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

共通パーツ

----------------------------------------------------------------------------- */
.no-touchevents .underline[href]:hover > span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.underline > span {
  position: relative;
  display: inline-block;
}
.underline > span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.05rem;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.underline.current > span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: none;
  transition: none;
}

.txtlink {
  color: #000;
  text-decoration: underline;
}
.no-touchevents .txtlink:hover {
  text-decoration: none;
}

.external {
  color: #000;
}
.external span:after {
  content: "";
  position: relative;
  top: 0.02rem;
  display: inline-block;
  margin-left: 0.1rem;
  width: 0.15rem;
  height: 0.15rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 640px) {
  .external span:after {
    margin-left: 0.05rem;
    width: 0.12rem;
    height: 0.12rem;
  }
}

.btn01 {
  position: relative;
  display: inline-block;
  width: 3.2rem;
  height: 0.6rem;
  text-align: center;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .btn01 {
    display: block;
    height: 0.45rem;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.btn01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn01 > span {
  display: inline-block;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 700;
  color: #000;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
.ie11 .btn01 > span, .ie10 .btn01 > span, .ie9 .btn01 > span {
  margin-top: 0.03rem;
}
@media screen and (max-width: 640px) {
  .btn01 > span {
    line-height: 1.4;
  }
}
.no-touchevents .btn01:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
/*
カラム制御：デフォルトで1～5カラムまで対応
PC用floatによるカラム制御

html：col_1～5まで対応
例）3列で折り返し






scss：mixinでカラム設定を自動処理化

.col_3 {
	@include colmg(30);
}

数値設定はアイテム間余白（デフォルトは20）;
※縦、横ともに外側への約は発生しない

*/
[data-pararax01] {
  position: relative;
}

[data-pararax01-inview] {
  position: absolute !important;
  top: 120px;
  bottom: 120px;
  left: 0;
  right: 0;
  width: 0%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  opacity: 0;
}

@media print, screen and (min-width: 461px) and (max-height: 800px) {
  [data-pararax01-inview] {
    top: 120px;
    bottom: 120px;
  }
}
@media print, screen and (min-width: 461px) and (max-height: 650px) {
  [data-pararax01-inview] {
    top: 50px;
    bottom: 50px;
  }
}
@media screen and (max-width: 460px) {
  [data-pararax01-inview] {
    top: 100px;
    bottom: 100px;
  }
}
[data-pararax01-opacity01] {
  opacity: 0 !important;
}

[data-pararax01-opacity01].active {
  opacity: 1 !important;
  -webkit-transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity02] {
  opacity: 0 !important;
  -webkit-transform: translateX(-20px) !important;
          transform: translateX(-20px) !important;
}

[data-pararax01-opacity02].active {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity03] {
  opacity: 0 !important;
  -webkit-transform: translateX(20px) !important;
          transform: translateX(20px) !important;
}

[data-pararax01-opacity03].active {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity04] {
  opacity: 0 !important;
  -webkit-transform: translateY(20px) !important;
          transform: translateY(20px) !important;
}

[data-pararax01-opacity04].active {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity05] {
  opacity: 0 !important;
  -webkit-transform: translateY(-20px) !important;
          transform: translateY(-20px) !important;
}

[data-pararax01-opacity05].active {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity06] {
  opacity: 0 !important;
  -webkit-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
}

[data-pararax01-opacity06].active {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity07] {
  opacity: 0 !important;
  -webkit-transform: scale(1.2) !important;
          transform: scale(1.2) !important;
}

[data-pararax01-opacity07].active {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity08] {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

[data-pararax01-opacity08] [data-pararax01-opacity08-target] {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
  -webkit-transform: rotateY(720deg) scale(0.2);
          transform: rotateY(720deg) scale(0.2);
  overflow: hidden;
}

[data-pararax01-opacity08] [data-pararax01-opacity08-target]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  -webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
}

[data-pararax01-opacity08].active [data-pararax01-opacity08-target] {
  opacity: 1;
  -webkit-transform: rotateY(0deg) scale(1);
          transform: rotateY(0deg) scale(1);
  -webkit-transition: 3.6s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: 3.6s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity08].active [data-pararax01-opacity08-target]:after {
  left: 100%;
  -webkit-transition: 1.8s cubic-bezier(0.515, 0.005, 0.505, 1) 0.7s;
  transition: 1.8s cubic-bezier(0.515, 0.005, 0.505, 1) 0.7s;
  -webkit-clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0% 100%);
}

[data-pararax01-opacity09] {
  -webkit-clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
  clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
  opacity: 0;
}

[data-pararax01-opacity09].active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-clip-path 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  -webkit-transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-clip-path 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: clip-path 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: clip-path 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-clip-path 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity10] {
  -webkit-clip-path: polygon(0% 0%, 100% -100%, -100% 100%);
  clip-path: polygon(0% 0%, 100% -100%, -100% 100%);
  opacity: 0;
}

[data-pararax01-opacity10].active {
  -webkit-clip-path: polygon(0% 0%, 200% 0%, 0% 200%);
  clip-path: polygon(0% 0%, 200% 0%, 0% 200%);
  opacity: 1;
  transition: opacity 3.6s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-clip-path 3.6s cubic-bezier(0.515, 0.005, 0.505, 1);
  -webkit-transition: opacity 3.6s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-clip-path 3.6s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: clip-path 3.6s cubic-bezier(0.515, 0.005, 0.505, 1), opacity 3.6s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: clip-path 3.6s cubic-bezier(0.515, 0.005, 0.505, 1), opacity 3.6s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-clip-path 3.6s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity11] {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  opacity: 0;
}

[data-pararax01-opacity11].active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
  transition: opacity 3.6s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-clip-path 3.6s cubic-bezier(0.515, 0.005, 0.505, 1);
  -webkit-transition: opacity 3.6s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-clip-path 3.6s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: clip-path 3.6s cubic-bezier(0.515, 0.005, 0.505, 1), opacity 3.6s cubic-bezier(0.515, 0.005, 0.505, 1);
  transition: clip-path 3.6s cubic-bezier(0.515, 0.005, 0.505, 1), opacity 3.6s cubic-bezier(0.515, 0.005, 0.505, 1), -webkit-clip-path 3.6s cubic-bezier(0.515, 0.005, 0.505, 1);
}

.pararax01_pattern01 {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}

.pararax01_pattern01 .pararax01_pattern01_underline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#f00));
  background-image: linear-gradient(#f00 0%, #f00 100%);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}

.pararax01_pattern01.active .pararax01_pattern01_underline {
  background-size: 100% 2px;
  -webkit-transition: background-size 3.6s cubic-bezier(0.2, 0, 0.18, 1);
  transition: background-size 3.6s cubic-bezier(0.2, 0, 0.18, 1);
}

[data-pararax01-photo01a],
[data-pararax01-photo01b],
[data-pararax01-photo02a],
[data-pararax01-photo02b],
[data-pararax01-photo03a],
[data-pararax01-photo03b],
[data-pararax01-photo03c],
[data-pararax01-photo04a],
[data-pararax01-photo04b] {
  display: inline-block;
  position: relative;
  opacity: 0;
  font-size: 0;
}

[data-pararax01-photo01a].active,
[data-pararax01-photo01b].active,
[data-pararax01-photo02a].active,
[data-pararax01-photo02b].active,
[data-pararax01-photo03a].active,
[data-pararax01-photo03b].active,
[data-pararax01-photo03c].active,
[data-pararax01-photo04a].active,
[data-pararax01-photo04b].active {
  opacity: 1;
}

.ie [data-pararax01-photo01a],
.ie [data-pararax01-photo01b],
.ie [data-pararax01-photo02a],
.ie [data-pararax01-photo02b],
.ie [data-pararax01-photo03a],
.ie [data-pararax01-photo03b],
.ie [data-pararax01-photo03c],
.ie [data-pararax01-photo04a],
.ie [data-pararax01-photo04b],
.edge [data-pararax01-photo01a],
.edge [data-pararax01-photo01b],
.edge [data-pararax01-photo02a],
.edge [data-pararax01-photo02b],
.edge [data-pararax01-photo03a],
.edge [data-pararax01-photo03b],
.edge [data-pararax01-photo03c],
.edge [data-pararax01-photo04a],
.edge [data-pararax01-photo04b] {
  background-color: #FFF;
  opacity: 1 !important;
}

[data-pararax01-photo01a] svg,
[data-pararax01-photo01b] svg,
[data-pararax01-photo02a] svg,
[data-pararax01-photo02b] svg,
[data-pararax01-photo03a] svg,
[data-pararax01-photo03b] svg,
[data-pararax01-photo03c] svg,
[data-pararax01-photo04a] svg,
[data-pararax01-photo04b] svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

[data-pararax01-photo01a] rect,
[data-pararax01-photo01b] rect,
[data-pararax01-photo02a] rect,
[data-pararax01-photo02b] rect,
[data-pararax01-photo03a] rect,
[data-pararax01-photo03b] rect,
[data-pararax01-photo03c] rect,
[data-pararax01-photo04a] rect,
[data-pararax01-photo04b] rect {
  fill: #FFF;
}

[data-pararax01-photo01a].init,
[data-pararax01-photo01b].init,
[data-pararax01-photo02a].init,
[data-pararax01-photo02b].init,
[data-pararax01-photo03a].init,
[data-pararax01-photo03b].init,
[data-pararax01-photo03c].init,
[data-pararax01-photo04a].init,
[data-pararax01-photo04b].init {
  opacity: 1;
}

.cmnTit01 {
  color: #FFF;
  text-align: left;
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .cmnTit01 {
    font-size: 0.16rem;
    letter-spacing: 0.04rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnTit01 {
    font-size: 0.15rem;
    letter-spacing: 0.04rem;
  }
}
.cmnTit01:before {
  display: block;
  content: attr(title);
  font-family: roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .cmnTit01:before {
    font-size: 0.56rem;
    letter-spacing: 0.07rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnTit01:before {
    font-size: 0.35rem;
    letter-spacing: 0.05rem;
    margin-bottom: 0.1rem;
  }
}

.cmnLayout01 {
  color: #FFF;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout01 {
    padding: 2rem calc(50vw - 5.6rem) 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout01 {
    padding: 1rem 0.3rem 1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .cmnLayout01 .cmnTit01 {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout01 .cmnTit01 {
    margin-bottom: 0.5rem;
  }
}

[data-inviewtextanimation] {
  position: relative;
}

[data-inviewtextanimation-inview] {
  position: absolute;
  top: 120px;
  bottom: 120px;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
@media print, screen and (min-width: 641px) and (max-height: 800px) {
  [data-inviewtextanimation-inview] {
    top: 120px;
    bottom: 120px;
  }
}
@media print, screen and (min-width: 641px) and (max-height: 650px) {
  [data-inviewtextanimation-inview] {
    top: 50px;
    bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  [data-inviewtextanimation-inview] {
    top: 100px;
    bottom: 100px;
  }
}

[data-inviewtextanimation-char] {
  display: inline-block;
}

[data-inviewtextanimation-textanimation01],
[data-inviewtextanimation-textanimation02],
[data-inviewtextanimation-textanimation03],
[data-inviewtextanimation-textanimation04],
[data-inviewtextanimation-textanimation05],
[data-inviewtextanimation-textanimation06],
[data-inviewtextanimation-textanimation07],
[data-inviewtextanimation-textanimation08],
[data-inviewtextanimation-textanimation09],
[data-inviewtextanimation-textanimation10],
[data-inviewtextanimation-textanimation11],
[data-inviewtextanimation-textanimation12] {
  -webkit-transition: none !important;
  transition: none !important;
  opacity: 0;
}