
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);

@charset "UTF-8";
/*
  フォントサイズのclamp()
 */
/**

	レスポンシブ用フォントサイズ指定
	eg)
	$sizeSP: 12
	$sizePC: 16
	※ブラッシュアップ中
	SPは指定値を最低サイズとしてブレイクポイントまでを比例指定
	PCはブレイクポイント〜一定サイズを比例指定、一定サイズ以上は指定値に固定

 */
/**
	リンク下線のエフェクト
 */
/**
	リンク下線のエフェクト インラインリンク用
 */
/**
	aspect-ratio
 */
/* ==========================================================================
    libs
   ========================================================================== */
/* ==========================================================================
   Base
   リセットcssとhtml要素の定義
   ========================================================================== */
/**

css変数定義

 */
/*@font-face {
  !*フォントの名前*!
  font-family: 'mamelon';
  font-display: swap;
  !*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*!
  src: url(../fonts/mameh_woff/mamelon5.woff2) format('woff2'), url(../fonts/mameh_woff/mamelon5.eot) format('eot');
}*/
/*
@mixin font-mamelon {
  font-family: "mamelon", sans-serif;
}*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/*  HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

hr {
  height: 10px;
  border: none;
}

/* ==========================================================================

   preset.scss
   プリミティブ要素の設定

 */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /* &.is-scrollOff {
    @include mq-pc {
      !*overflow: hidden;*!
      height: 100%;
      .glb-page-wrapper {
        width: 100%;
        height: 100vh;
        overflow: hidden;
      }
    }

  }*/
}

body {
  font-size: 1.4rem;
  color: #111;
  background: #fff;
  font-family: kinuta-mincho-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  /*overflow-y: scroll;*/
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}

body.is-fixed {
  /*position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;*/
  overflow: hidden;
}

main {
  display: block;
}

a:link, a:visited, a.touchend {
  color: #111;
  text-decoration: none;
  outline: none;
}

a:active, a:hover, a.touchstart {
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td {
  line-height: 1;
  font-weight: normal;
  font-feature-settings: "palt";
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

sup {
  font-size: .4em;
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #ddd;
}

/* reset form elements */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: #111;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/* ==========================================================================
   Layout
   ========================================================================== */
/* --------------------------------------------------------------------
  #基本幅レイアウト用wrapper
 */
.l-width-std {
  margin-left: 20px;
  margin-right: 20px;
}

@media print, screen and (min-width: 769px) {
  .l-width-std {
    margin-left: auto;
    margin-right: auto;
    min-width: 769px;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-width-top {
  margin-left: 20px;
  margin-right: 20px;
}

@media print, screen and (min-width: 769px) {
  .l-width-top {
    margin-left: auto;
    margin-right: auto;
    min-width: 769px;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .l-width-top {
    max-width: 1000px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .l-width-services {
    max-width: 1000px;
  }
}

.l-width-std--no-hpadding {
  margin-left: 0;
  margin-right: 0;
}

@media print, screen and (min-width: 769px) {
  .l-width-std--no-hpadding {
    min-width: 769px;
    max-width: 1180px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* --------------------------------------------------------------------
  #ページ全体のwrapper
 */
.l-page-wrapper {
  position: relative;
  overflow-x: hidden;
}

.l-page-wrapper img {
  width: 100%;
  height: auto;
}

body {
  overscroll-behavior: none;
  background-color: #111;
}

/* --------------------------------------------------------------------
  #メインエリアwrapper
 */
.l-main {
  position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-main {
    min-height: 60vh;
  }
}

.l-main--works {
  height: 100vh;
}

.l-main--second {
  padding-top: 20px;
}

@media print, screen and (min-width: 769px) {
  .l-main--second {
    padding-top: 25px;
  }
}

/* --------------------------------------------------------------------
  #サイド
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-side {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .l-side {
    width: 240px;
  }
}

/* -------------------------------------------------------------------------
	サイズ
*/
.l-w10 {
  width: 10px !important;
}

.l-w20 {
  width: 20px !important;
}

.l-w30 {
  width: 30px !important;
}

.l-w40 {
  width: 40px !important;
}

.l-w50 {
  width: 50px !important;
}

.l-w60 {
  width: 60px !important;
}

.l-w70 {
  width: 70px !important;
}

.l-w80 {
  width: 80px !important;
}

.l-w90 {
  width: 90px !important;
}

.l-w100 {
  width: 100px !important;
}

.l-w120 {
  width: 120px !important;
}

.l-w140 {
  width: 140px !important;
}

.l-w160 {
  width: 160px !important;
}

.l-w180 {
  width: 180px !important;
}

.l-w200 {
  width: 200px !important;
}

.l-w220 {
  width: 220px !important;
}

.l-w240 {
  width: 240px !important;
}

.l-w260 {
  width: 260px !important;
}

.l-w280 {
  width: 280px !important;
}

.l-w300 {
  width: 300px !important;
}

.l-w320 {
  width: 320px !important;
}

.l-w340 {
  width: 340px !important;
}

.l-w360 {
  width: 360px !important;
}

.l-w380 {
  width: 380px !important;
}

.l-w400 {
  width: 400px !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-w-auto {
    width: auto !important;
  }
  .l-sp-w10 {
    width: 10px !important;
  }
  .l-sp-w20 {
    width: 20px !important;
  }
  .l-sp-w30 {
    width: 30px !important;
  }
  .l-sp-w40 {
    width: 40px !important;
  }
  .l-sp-w50 {
    width: 50px !important;
  }
  .l-sp-w60 {
    width: 60px !important;
  }
  .l-sp-w70 {
    width: 70px !important;
  }
  .l-sp-w80 {
    width: 80px !important;
  }
  .l-sp-w90 {
    width: 90px !important;
  }
  .l-sp-w100 {
    width: 100px !important;
  }
}

/* -------------------------------------------------------------------------
	マージン
*/
.l-mb0 {
  margin-bottom: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb0 {
    margin-bottom: 0px !important;
  }
}

.l-mb5 {
  margin-bottom: 4px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb5 {
    margin-bottom: 5px !important;
  }
}

.l-mb10 {
  margin-bottom: 8px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb10 {
    margin-bottom: 10px !important;
  }
}

.l-mb15 {
  margin-bottom: 12px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb15 {
    margin-bottom: 15px !important;
  }
}

.l-mb20 {
  margin-bottom: 16px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb20 {
    margin-bottom: 20px !important;
  }
}

.l-mb25 {
  margin-bottom: 20px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb25 {
    margin-bottom: 25px !important;
  }
}

.l-mb30 {
  margin-bottom: 24px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb30 {
    margin-bottom: 30px !important;
  }
}

.l-mb35 {
  margin-bottom: 28px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb35 {
    margin-bottom: 35px !important;
  }
}

.l-mb40 {
  margin-bottom: 32px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb40 {
    margin-bottom: 40px !important;
  }
}

.l-mb45 {
  margin-bottom: 36px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb45 {
    margin-bottom: 45px !important;
  }
}

.l-mb50 {
  margin-bottom: 40px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb50 {
    margin-bottom: 50px !important;
  }
}

.l-mb55 {
  margin-bottom: 44px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb55 {
    margin-bottom: 55px !important;
  }
}

.l-mb60 {
  margin-bottom: 48px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb60 {
    margin-bottom: 60px !important;
  }
}

.l-mb65 {
  margin-bottom: 52px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb65 {
    margin-bottom: 65px !important;
  }
}

.l-mb70 {
  margin-bottom: 56px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb70 {
    margin-bottom: 70px !important;
  }
}

.l-mb75 {
  margin-bottom: 60px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb75 {
    margin-bottom: 75px !important;
  }
}

.l-mb80 {
  margin-bottom: 64px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb80 {
    margin-bottom: 80px !important;
  }
}

.l-mb85 {
  margin-bottom: 68px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb85 {
    margin-bottom: 85px !important;
  }
}

.l-mb90 {
  margin-bottom: 72px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb90 {
    margin-bottom: 90px !important;
  }
}

.l-mb95 {
  margin-bottom: 76px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb95 {
    margin-bottom: 95px !important;
  }
}

.l-mb100 {
  margin-bottom: 80px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb100 {
    margin-bottom: 100px !important;
  }
}

.l-mt0 {
  margin-top: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt0 {
    margin-top: 0px !important;
  }
}

.l-mt5 {
  margin-top: 4px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt5 {
    margin-top: 5px !important;
  }
}

.l-mt10 {
  margin-top: 8px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt10 {
    margin-top: 10px !important;
  }
}

.l-mt15 {
  margin-top: 12px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt15 {
    margin-top: 15px !important;
  }
}

.l-mt20 {
  margin-top: 16px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt20 {
    margin-top: 20px !important;
  }
}

.l-mt25 {
  margin-top: 20px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt25 {
    margin-top: 25px !important;
  }
}

.l-mt30 {
  margin-top: 24px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt30 {
    margin-top: 30px !important;
  }
}

.l-mt35 {
  margin-top: 28px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt35 {
    margin-top: 35px !important;
  }
}

.l-mt40 {
  margin-top: 32px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt40 {
    margin-top: 40px !important;
  }
}

.l-mt45 {
  margin-top: 36px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt45 {
    margin-top: 45px !important;
  }
}

.l-mt50 {
  margin-top: 40px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt50 {
    margin-top: 50px !important;
  }
}

.l-mt55 {
  margin-top: 44px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt55 {
    margin-top: 55px !important;
  }
}

.l-mt60 {
  margin-top: 48px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt60 {
    margin-top: 60px !important;
  }
}

.l-mt65 {
  margin-top: 52px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt65 {
    margin-top: 65px !important;
  }
}

.l-mt70 {
  margin-top: 56px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt70 {
    margin-top: 70px !important;
  }
}

.l-mt75 {
  margin-top: 60px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt75 {
    margin-top: 75px !important;
  }
}

.l-mt80 {
  margin-top: 64px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt80 {
    margin-top: 80px !important;
  }
}

.l-mt85 {
  margin-top: 68px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt85 {
    margin-top: 85px !important;
  }
}

.l-mt90 {
  margin-top: 72px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt90 {
    margin-top: 90px !important;
  }
}

.l-mt95 {
  margin-top: 76px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt95 {
    margin-top: 95px !important;
  }
}

.l-mt100 {
  margin-top: 80px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt100 {
    margin-top: 100px !important;
  }
}

.l-mr0 {
  margin-right: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr0 {
    margin-right: 0px !important;
  }
}

.l-mr5 {
  margin-right: 2.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr5 {
    margin-right: 5px !important;
  }
}

.l-mr10 {
  margin-right: 5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr10 {
    margin-right: 10px !important;
  }
}

.l-mr15 {
  margin-right: 7.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr15 {
    margin-right: 15px !important;
  }
}

.l-mr20 {
  margin-right: 10px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr20 {
    margin-right: 20px !important;
  }
}

.l-mr25 {
  margin-right: 12.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr25 {
    margin-right: 25px !important;
  }
}

.l-mr30 {
  margin-right: 15px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr30 {
    margin-right: 30px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-ml0-sp {
    margin-left: 0 !important;
  }
  .l-mr0-sp {
    margin-right: 0 !important;
  }
  .l-mr5-sp {
    margin-right: 5px !important;
  }
  .l-mb0-sp {
    margin-bottom: 0 !important;
  }
  .l-mt0-sp {
    margin-top: 0 !important;
  }
  .l-mb5-sp {
    margin-bottom: 5px !important;
  }
  .l-mb10-sp {
    margin-bottom: 10px !important;
  }
  .l-mb20-sp {
    margin-bottom: 20px !important;
  }
  .l-mb30-sp {
    margin-bottom: 30px !important;
  }
  .l-mb40-sp {
    margin-bottom: 40px !important;
  }
  .l-mb50-sp {
    margin-bottom: 50px !important;
  }
}

.l-pd5 {
  padding: 5px;
}

.l-pd10 {
  padding: 10px;
}

.l-pd15 {
  padding: 15px;
}

.l-pd20 {
  padding: 20px;
}

.l-pd30 {
  padding: 30px;
}

.l-pd40 {
  padding: 40px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-pd5 {
    padding: 3px;
  }
  .l-pd10 {
    padding: 5px;
  }
  .l-pd15 {
    padding: 7px;
  }
  .l-pd20 {
    padding: 10px;
  }
  .l-pd30 {
    padding: 15px;
  }
  .l-pd40 {
    padding: 20px;
  }
}

/* -------------------------------------------------------------------------
	テキスト揃え
*/
.l-alignL {
  text-align: left;
}

.l-alignR {
  text-align: right;
}

.l-alignC {
  text-align: center;
}

.l-block-alignC {
  margin-left: auto;
  margin-right: auto;
}

.l-valign-m {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-alignL {
    text-align: left;
  }
  .l-sp-alignR {
    text-align: right;
  }
  .l-sp-alignC {
    text-align: center;
  }
}

/* ==========================================================================
   Module
   ========================================================================== */
/* ====================================================================

#コンテンツヘッダ

*/
/* --------------------------------------------------------------------
  #ヘッダ
 */
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

@media print, screen and (min-width: 769px) {
  .header {
    height: 140px;
  }
}

.header.is-top {
  height: auto;
  background: none;
}

/*.header.is-works,*/
.header.is-second .header__logo {
  display: -ms-flexbox;
  display: flex;
}

/**
  ヘッダロゴ
 */
.header__logo {
  position: absolute;
  z-index: 30;
  width: 100%;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.1rem;
  text-align: center;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .header__logo {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .header__logo {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}

@media screen and (min-width: 1080px) {
  .header__logo {
    font-size: 1.8rem;
  }
}

.header__logo .logo-jp {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: block;
  color: #fff;
  margin-bottom: .5em;
}

.header__logo .logo-en {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header__logo {
    height: 20vw;
  }
}

@media print, screen and (min-width: 769px) {
  .header__logo {
    height: 12.5vw;
    max-height: 200px;
  }
}

.header__shape {
  position: absolute;
  z-index: 32;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 20vw;
  height: 20vw;
}

.header__shape img {
  width: 6vw;
  max-width: 64px;
}

@media print, screen and (min-width: 769px) {
  .header__shape {
    width: 12.5vw;
    height: 12.5vw;
    max-width: 200px;
    max-height: 200px;
  }
  .header__shape img {
    width: 4vw;
    max-width: 54px;
  }
}

/**
  SP時の固定ヘッダ要素
 */
.header-wrap {
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 100010;
}

/**
  メニュートリガーボタン
 */
.header__trigger {
  position: fixed;
  z-index: 100011;
  cursor: pointer;
  right: 0;
  top: 0;
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.header__trigger > span {
  position: relative;
  z-index: 100012;
  background-color: #d54545;
  display: block;
  border-radius: 50%;
  width: 6vw;
  height: 6vw;
}

.header__trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: transform 0.3s;
  transform: scale3d(1, 0, 1);
  transform-origin: 50% 0;
}

.header__trigger.is-active:after {
  transform: scale3d(1, 1, 1);
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header__trigger {
    width: 20vw;
    height: 20vw;
  }
}

@media print, screen and (min-width: 769px) {
  .header__trigger {
    width: 12.5vw;
    height: 12.5vw;
    max-width: 200px;
    max-height: 200px;
    transition-duration: 0.3s;
  }
  .header__trigger > span {
    width: 48px;
    height: 48px;
  }
  .header__trigger:hover:after {
    transform: scale3d(1, 1, 1);
  }
}

/**
  ドロワーコンテナ
 */
.header-menu {
  display: none;
  position: fixed;
  z-index: 100008;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .header-menu:after {
    top: 45px;
    right: 105px;
  }
}

.header-menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100011;
  background-color: rgba(33, 33, 33, 0.95);
  transform-origin: 100% 0;
  transform: scale3d(0, 1, 1);
}

.header-menu-inner {
  position: relative;
  z-index: 100011;
  /*overflow-y: auto;
    -webkit-overflow-scrolling: touch;*/
  height: 100%;
  width: 80vw;
  margin: 0 0 0 auto;
}

@media print, screen and (min-width: 769px) {
  .header-menu-inner {
    width: 50%;
  }
}

.header-menu-content {
  position: absolute;
}

.header-menu-content:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f7f7f7;
  transform-origin: 100% 0;
  transform: scale3d(0, 1, 1);
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-menu-content {
    width: 80vw;
    right: 0;
    height: 100%;
    padding: 20vw 0 5vw 8vw;
  }
}

@media print, screen and (min-width: 769px) {
  .header-menu-content {
    width: 50vw;
    right: 0;
    height: 100%;
    padding: 12.5vw 0 5vw 6vw;
  }
}

.header-head {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.header-head:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  background-color: #d54545;
  transform: scale3d(1, 0, 1);
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-head {
    width: 20vw;
    top: 20vw;
    right: 0;
    height: 100vh;
    padding-top: 8vw;
  }
}

@media print, screen and (min-width: 769px) {
  .header-head {
    width: 12.5vw;
    max-width: 200px;
    height: 100vh;
    top: 12.5vw;
    right: 0;
    padding-top: 4vw;
  }
}

@media screen and (min-width: 1600px) {
  .header-head {
    top: 200px;
  }
}

.header-head__shape {
  position: relative;
  z-index: 100012;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .3s;
  width: 30px;
}

@media print, screen and (min-width: 769px) {
  .header-head__shape {
    width: 40px;
  }
}

.header-head__logo {
  color: #fff;
  position: relative;
  z-index: 100012;
  font-feature-settings: 'pkna';
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-text-combine-horizontal: all;
  font-size: 1.2rem;
  margin-top: 16px;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .header-head__logo {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .header-head__logo {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}

@media screen and (min-width: 1080px) {
  .header-head__logo {
    font-size: 1.8rem;
  }
}

.header-head__logo .logo-jp {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: block;
  color: #fff;
  margin-bottom: .5em;
  line-height: 1.35;
}

.header-head__logo .logo-en {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
}

@media print, screen and (min-width: 769px) {
  .header-head__logo {
    margin-top: 20px;
  }
}

/**
  nav
 */
.header-nav {
  position: relative;
  z-index: 100012;
  width: 45vw;
}

.header-nav__item {
  margin-bottom: 1.5em;
}

.header-nav__item:last-child {
  margin-bottom: 0;
}

.header-nav__item .item-en {
  font-size: 1.8rem;
  line-height: 1.2;
  display: block;
  margin-bottom: .3em;
  transition: transform .2s;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .header-nav__item .item-en {
    font-size: clamp(1.8rem, 2.813vw, 2.2rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .header-nav__item .item-en {
    font-size: 36rem;
    font-size: clamp(3.333vw, 3.333vw, 4.3rem);
  }
}

@media screen and (min-width: 1080px) {
  .header-nav__item .item-en {
    font-size: 3.6rem;
  }
}

.header-nav__item .item-jp {
  font-size: 1rem;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .1em;
  display: block;
  transition: transform .2s;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .header-nav__item .item-jp {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .header-nav__item .item-jp {
    font-size: 13rem;
    font-size: clamp(1.204vw, 1.204vw, 1.5rem);
  }
}

@media screen and (min-width: 1080px) {
  .header-nav__item .item-jp {
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 769px) {
  .header-nav__item:hover .item-en {
    transform: translate3d(-10px, 0, 0);
  }
  .header-nav__item:hover .item-jp {
    transform: translate3d(0, -5px, 0);
  }
}

/*
.header-menu-container {
  @include mq-pc {
    width: 50%;
  }
}
*/
.header__sns {
  position: relative;
  z-index: 100012;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 40px;
}

.header__sns:before {
  top: 0;
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #000;
}

.header__sns > li {
  width: 22px;
  height: 22px;
  margin-right: 1em;
}

.header__sns > li.sns-map a {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  width: 40px;
  height: 22px;
  color: #333;
  background-color: #eee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .header__sns > li.sns-map a {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .header__sns > li.sns-map a {
    font-size: 12rem;
    font-size: clamp(1.111vw, 1.111vw, 1.4rem);
  }
}

@media screen and (min-width: 1080px) {
  .header__sns > li.sns-map a {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .header__sns {
    margin-top: 50px;
    padding-top: 50px;
  }
  .header__sns:before {
    width: 40px;
  }
  .header__sns > li {
    width: 26px;
    height: 26px;
    margin-right: .5em;
    transition: 0.3s;
  }
  .header__sns > li:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  .header__sns > li.sns-map a {
    width: 50px;
    height: 26px;
  }
}

/**
  menu animation
 */
.header-menu.is-beforeEnter {
  display: block;
  /*opacity: 0;*/
}

.header-menu.is-enter {
  display: block;
}

.header-menu.is-enter .header-menu__bg {
  transition: transform .6s;
  transition-delay: .2s;
  transform: scale3d(1, 1, 1);
}

.header-menu.is-enter .header-menu-content:after {
  transition: transform .4s;
  transition-delay: .2s;
  transform: scale3d(1, 1, 1);
}

.header-menu.is-enter .header-head:after {
  transition: transform .4s;
  transform: scale3d(1, 1, 1);
}

.header-menu.is-enter .header-head__shape,
.header-menu.is-enter .header-head__logo {
  transition-delay: .15s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.header-menu.is-enter .header-nav,
.header-menu.is-enter .header__sns {
  transition-delay: .35s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.header-menu.is-active {
  display: block;
}

.header-menu.is-active .header-menu__bg {
  transform: scale3d(1, 1, 1);
}

.header-menu.is-active .header-menu-content:after {
  transform: scale3d(1, 1, 1);
}

.header-menu.is-active .header-head:after {
  transform: scale3d(1, 1, 1);
}

.header-menu.is-active .header-head__shape,
.header-menu.is-active .header-head__logo,
.header-menu.is-active .header-nav,
.header-menu.is-active .header__sns {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.header-menu.is-leave {
  display: block;
}

.header-menu.is-leave .header-menu__bg {
  transition: transform .3s;
  transform: scale3d(0, 1, 1);
}

.header-menu.is-leave .header-menu-content:after {
  transition: transform .35s;
  transform: scale3d(0, 1, 1);
  transition-delay: .15s;
}

.header-menu.is-leave .header-head:after {
  transition: transform .5s;
  transform: scale3d(1, 0, 1);
  transition-delay: .35s;
}

.header-head__shape {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .2s;
}

.header-head__logo {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .2s;
}

.header-nav,
.header__sns {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .2s;
}

/* ====================================================================

  #フッタ

 */
.footer {
  position: relative;
  z-index: 100;
  background-color: #383838;
  padding: 16vw 0;
}

@media print, screen and (min-width: 769px) {
  .footer {
    padding: 80px 0;
  }
}

.footer.is-works {
  display: none;
}

.footer__logo {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .footer__logo {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .footer__logo {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}

@media screen and (min-width: 1080px) {
  .footer__logo {
    font-size: 1.8rem;
  }
}

.footer__logo span {
  display: block;
}

.footer__logo .logo-jp {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: block;
  color: #ccc;
  margin-bottom: .6em;
}

.footer__logo .logo-en {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ccc;
}

@media print, screen and (min-width: 769px) {
  .footer__logo {
    margin-bottom: 50px;
  }
}

.footer-sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .footer-sns {
    margin-bottom: 50px;
  }
}

.footer-sns__item {
  width: 18px;
  margin-right: 1em;
}

.footer-sns__item:last-child {
  margin-right: 0;
}

.footer-sns__item.item-map a {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  width: 40px;
  height: 22px;
  color: #333;
  background-color: #eee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .footer-sns__item.item-map a {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .footer-sns__item.item-map a {
    font-size: 12rem;
    font-size: clamp(1.111vw, 1.111vw, 1.4rem);
  }
}

@media screen and (min-width: 1080px) {
  .footer-sns__item.item-map a {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-sns__item {
    width: 25px;
  }
  .footer-sns__item.item-map a {
    width: 50px;
    height: 26px;
  }
}

.footer__copyright {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  font-family: sans-serif;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .footer__copyright {
    font-size: clamp(0.9rem, 1.406vw, 1.1rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .footer__copyright {
    font-size: 11rem;
    font-size: clamp(1.019vw, 1.019vw, 1.3rem);
  }
}

@media screen and (min-width: 1080px) {
  .footer__copyright {
    font-size: 1.1rem;
  }
}

.footer__access {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ccc;
  line-height: 2em;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 60px;
}

.footer__access > a {
  color: #ccc;
}

.footer__access .access-map {
  display: inline-block;
  border: 1px solid #444;
  padding: 0 10px;
  margin-left: 15px;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .footer__access {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .footer__access {
    font-size: 13rem;
    font-size: clamp(1.204vw, 1.204vw, 1.5rem);
  }
}

@media screen and (min-width: 1080px) {
  .footer__access {
    font-size: 1.3rem;
  }
}

/* ====================================================================

  #ボタンモジュール
  style設定クラスは > .btn-inner を内包する
  ex)
  <div class="some-btn">
  <p class="btn-style-a">
    <a class="btn-inner" href="hoge">ボタン</a>
  </p>
  </div>

 */
.btn-inner {
  width: 100%;
  display: block;
  cursor: pointer;
}

/* --------------------------------------------------------------------
  #ボタン A -
 */
.btn-a .btn-inner {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .btn-a:hover .btn-inner > span {
    transform: translate3d(0, -100%, 0);
  }
}

.btn-a .btn-inner {
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-radius: 50px;
  height: 38px;
  display: block;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .btn-a .btn-inner {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .btn-a .btn-inner {
    font-size: 15rem;
    font-size: clamp(1.389vw, 1.389vw, 1.8rem);
  }
}

@media screen and (min-width: 1080px) {
  .btn-a .btn-inner {
    font-size: 1.5rem;
  }
}

.btn-a .btn-inner > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .btn-a .btn-inner {
    height: 78px;
  }
  .btn-a .btn-inner > span {
    transition-duration: 0.45s;
  }
}

.btn-b {
  display: block;
}

.btn-b .btn-inner {
  position: relative;
  padding-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
  padding-right: 25px;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .btn-b .btn-inner {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .btn-b .btn-inner {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}

@media screen and (min-width: 1080px) {
  .btn-b .btn-inner {
    font-size: 1.4rem;
  }
}

.btn-b .btn-inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 4px;
  background: url(/assets/img/ic_arrow.svg) no-repeat right center/contain;
  top: calc(50% - 6px);
  right: 0;
}

.btn-b .btn-inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  bottom: 0;
  left: 0;
  transform-origin: 0 0;
  transition: transform 0.3s;
}

@media print, screen and (min-width: 769px) {
  .btn-b .btn-inner {
    padding-bottom: 12px;
  }
  .btn-b .btn-inner:before {
    width: 32px;
    height: 5px;
    top: calc(50% - 9px);
  }
  .btn-b:hover .btn-inner:after {
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 0;
  }
}

.btn-b--disabled {
  pointer-events: none;
}

.btn-b--disabled .btn-inner:before {
  display: none;
}

.btn-b--disabled .btn-inner:after {
  background-color: #666;
}

/* ====================================================================

  #見出しモジュール

 */
/* --------------------------------------------------------------------
  # ページ見出し
 */
.heading1 {
  text-align: center;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 769px) {
  .heading1 {
    margin-bottom: 120px;
  }
}

.heading1--second {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.heading1__shape {
  display: block;
  width: 90px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.heading1__shape svg {
  stroke: #ff8d10;
  stroke-dasharray: 480px;
  stroke-dashoffset: 480px;
}

.heading1__shape.is-anim svg {
  animation: line_animation 3s both;
  /*# 3秒間かけてアニメーションを実行 */
}

@media print, screen and (min-width: 769px) {
  .heading1__shape {
    width: 132px;
    margin-bottom: 30px;
  }
}

@keyframes line_animation {
  0% {
    stroke-dashoffset: 500px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.heading1__typo {
  display: block;
  color: #ccc;
  font-size: 1.3rem;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .heading1__typo {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .heading1__typo {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}

@media screen and (min-width: 1080px) {
  .heading1__typo {
    font-size: 1.6rem;
  }
}

.breadcrumbs {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 769px) {
  .breadcrumbs {
    margin-bottom: 20px;
    text-align: right;
  }
}

.breadcrumbs > li {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  padding-right: 20px;
  color: var(--mycol);
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .breadcrumbs > li {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .breadcrumbs > li {
    font-size: 12rem;
    font-size: clamp(1.111vw, 1.111vw, 1.4rem);
  }
}

@media screen and (min-width: 1080px) {
  .breadcrumbs > li {
    font-size: 1.2rem;
  }
}

.breadcrumbs > li > a, .breadcrumbs > li > span {
  color: var(--mycol);
}

.breadcrumbs > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #000;
  top: 8px;
  right: 4px;
}

.breadcrumbs > li:last-child:after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .breadcrumbs > li {
    padding-right: 26px;
  }
  .breadcrumbs > li:after {
    width: 13px;
    right: 7px;
    top: 9px;
  }
  .breadcrumbs > li > a:hover, .breadcrumbs > li > span:hover {
    text-decoration: underline;
  }
}

.article-style,
.article-style--news,
.article,
.wp-editor {
  /**
  pタグ設定ープラグイン考慮
   */
}

.article-style h1, .article-style h2, .article-style h3, .article-style h4, .article-style h5, .article-style h6,
.article-style--news h1,
.article-style--news h2,
.article-style--news h3,
.article-style--news h4,
.article-style--news h5,
.article-style--news h6,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  color: #fff;
  margin-bottom: 2em;
  line-height: 1.75;
  font-size: 1.2rem;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .article-style h1, .article-style h2, .article-style h3, .article-style h4, .article-style h5, .article-style h6,
  .article-style--news h1,
  .article-style--news h2,
  .article-style--news h3,
  .article-style--news h4,
  .article-style--news h5,
  .article-style--news h6,
  .article h1,
  .article h2,
  .article h3,
  .article h4,
  .article h5,
  .article h6,
  .wp-editor h1,
  .wp-editor h2,
  .wp-editor h3,
  .wp-editor h4,
  .wp-editor h5,
  .wp-editor h6 {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .article-style h1, .article-style h2, .article-style h3, .article-style h4, .article-style h5, .article-style h6,
  .article-style--news h1,
  .article-style--news h2,
  .article-style--news h3,
  .article-style--news h4,
  .article-style--news h5,
  .article-style--news h6,
  .article h1,
  .article h2,
  .article h3,
  .article h4,
  .article h5,
  .article h6,
  .wp-editor h1,
  .wp-editor h2,
  .wp-editor h3,
  .wp-editor h4,
  .wp-editor h5,
  .wp-editor h6 {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}

@media screen and (min-width: 1080px) {
  .article-style h1, .article-style h2, .article-style h3, .article-style h4, .article-style h5, .article-style h6,
  .article-style--news h1,
  .article-style--news h2,
  .article-style--news h3,
  .article-style--news h4,
  .article-style--news h5,
  .article-style--news h6,
  .article h1,
  .article h2,
  .article h3,
  .article h4,
  .article h5,
  .article h6,
  .wp-editor h1,
  .wp-editor h2,
  .wp-editor h3,
  .wp-editor h4,
  .wp-editor h5,
  .wp-editor h6 {
    font-size: 1.8rem;
  }
}

.article-style a:not([class]),
.article-style--news a:not([class]),
.article a:not([class]),
.wp-editor a:not([class]) {
  color: var(--mycol);
  display: inline;
  text-decoration: underline;
}

.article-style a:not([class]):hover,
.article-style--news a:not([class]):hover,
.article a:not([class]):hover,
.wp-editor a:not([class]):hover {
  text-decoration: none;
}

.article-style p,
.article-style--news p,
.article p,
.wp-editor p {
  line-height: 1.75;
  color: #ccc;
  font-size: 1.2rem;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .article-style p,
  .article-style--news p,
  .article p,
  .wp-editor p {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .article-style p,
  .article-style--news p,
  .article p,
  .wp-editor p {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}

@media screen and (min-width: 1080px) {
  .article-style p,
  .article-style--news p,
  .article p,
  .wp-editor p {
    font-size: 1.4rem;
  }
}

.article-style figcaption,
.article-style--news figcaption,
.article figcaption,
.wp-editor figcaption {
  color: #ccc;
  line-height: 1.75;
}

.article-style .wp-block-image,
.article-style--news .wp-block-image,
.article .wp-block-image,
.wp-editor .wp-block-image {
  margin-top: 3em;
  margin-bottom: 3em;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .article-style .wp-block-image,
  .article-style--news .wp-block-image,
  .article .wp-block-image,
  .wp-editor .wp-block-image {
    /*    margin-left: -20px;
      margin-right: -20px;*/
  }
}

.article-style .wp-block-image figcaption,
.article-style--news .wp-block-image figcaption,
.article .wp-block-image figcaption,
.wp-editor .wp-block-image figcaption {
  font-size: 1rem;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .article-style .wp-block-image figcaption,
  .article-style--news .wp-block-image figcaption,
  .article .wp-block-image figcaption,
  .wp-editor .wp-block-image figcaption {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .article-style .wp-block-image figcaption,
  .article-style--news .wp-block-image figcaption,
  .article .wp-block-image figcaption,
  .wp-editor .wp-block-image figcaption {
    font-size: 13rem;
    font-size: clamp(1.204vw, 1.204vw, 1.5rem);
  }
}

@media screen and (min-width: 1080px) {
  .article-style .wp-block-image figcaption,
  .article-style--news .wp-block-image figcaption,
  .article .wp-block-image figcaption,
  .wp-editor .wp-block-image figcaption {
    font-size: 1.3rem;
  }
}

.table-wrap {
  margin-bottom: 80px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-wrap {
    overflow: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .table-wrap {
    margin-bottom: 120px;
  }
}

.table-a {
  width: 100%;
}

.table-a .unit {
  font-size: 1.1rem;
}

.table-a th, .table-a td {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.75;
  padding: 12px 6px 12px 0;
}

.table-a th:after, .table-a td:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: url(../img/noise_ptn2.png) repeat-x left bottom;
}

.table-a th {
  text-align: left;
  vertical-align: middle;
}

.table-a td {
  text-align: center;
}

.table-a thead th {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .table-a .unit {
    font-size: 1.1rem;
  }
  .table-a th, .table-a td {
    font-size: 1.4rem;
    padding: 15px 10px 15px 0;
  }
}

.table-holiday {
  color: #c5381d;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-price {
    width: 500px;
  }
}

.table-price-child {
  position: relative;
}

.table-price-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: url(../img/noise_ptn2.png) repeat-x left bottom;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-price-child th, .table-price-child td {
    display: block;
    text-align: left;
  }
  .table-price-child th {
    padding-bottom: 0;
    padding-top: 15px;
  }
  .table-price-child td {
    padding-bottom: 15px;
  }
  .table-price-child th:after {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .table-price-child th {
    width: 25%;
  }
  .table-price-child td {
    text-align: left;
    width: 75%;
  }
}

/* ==========================================================================

	#アコーディオンモジュール

 */
.prg-accr-trigger {
  cursor: pointer;
}

.prg-accr-content {
  display: none;
}

.prg-sp-accr-trigger {
  cursor: pointer;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .prg-sp-accr-content {
    display: none;
  }
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .pagination {
    margin-bottom: 80px;
  }
}

.pagination--single {
  margin-top: 4em;
}

.pagination__prev,
.pagination__next {
  height: 46px;
  width: 46px;
  margin: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #d54545;
  border-radius: 50%;
  -ms-flex-pack: center;
      justify-content: center;
}

.pagination__prev.is-disabled,
.pagination__next.is-disabled {
  pointer-events: none;
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.pagination__prev > img,
.pagination__next > img {
  width: 21px;
}

@media screen and (min-width: 0px) and (max-width: 320px) {
  .pagination__prev,
  .pagination__next {
    width: 36px;
    height: 36px;
  }
  .pagination__prev > img,
  .pagination__next > img {
    width: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .pagination__prev,
  .pagination__next {
    margin: 0 10px;
    transition: 0.3s;
  }
  .pagination__prev:hover,
  .pagination__next:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

.pagination__page {
  letter-spacing: .05em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  margin: 0 5px;
}

.pagination__page > span {
  font-size: 1.2rem;
  margin: 1px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .pagination__page > span {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .pagination__page > span {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}

@media screen and (min-width: 1080px) {
  .pagination__page > span {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pagination__page {
    width: 24px;
    height: 24px;
  }
  .pagination__page > span {
    width: 24px;
    height: 24px;
  }
}

.post-page-numbers {
  font-size: 1.2rem;
  font-weight: bold;
  height: 46px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .post-page-numbers {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .post-page-numbers {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}

@media screen and (min-width: 1080px) {
  .post-page-numbers {
    font-size: 1.6rem;
  }
}

.post-page-numbers .link-text {
  display: inline-block;
  margin: 0 20px;
}

.page-numbers.current .pagination__page,
.post-page-numbers.current .pagination__page {
  border-radius: 50%;
  color: #aaa;
  background: url(../img/noise_ptn.png);
}

.pagination__list {
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

.pagination__list > li {
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #f5f5f5;
  font-size: 1.4rem;
}

.pagination__list > li.is-current {
  border: 2px solid #443d3f;
}

.pagination__list > li:nth-child(n+2) {
  margin-left: 10px;
}

@media print, screen and (min-width: 769px) {
  .pagination__list .list-more {
    display: none;
  }
}

.pagination__list > li > a,
.pagination__list > li > span {
  width: 36px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #383838;
  font-weight: bold;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pagination__list > li > a,
  .pagination__list > li > span {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 0px) and (max-width: 320px) {
  .pagination__list {
    padding: 0 10px;
  }
  .pagination__list > li:nth-child(n+2) {
    margin-left: 4px;
  }
  .pagination__list > li > a,
  .pagination__list > li > span {
    width: 30px;
    height: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .pagination__list > li {
    transition: 0.3s;
  }
  .pagination__list > li:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

/*@import "modules/snippet";*/
/* ==========================================================================
   modules
   ========================================================================== */
/* ====================================================================

  #見出しモジュール

 */
/* --------------------------------------------------------------------
  # ページ見出し
 */
.heading1 {
  text-align: center;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 769px) {
  .heading1 {
    margin-bottom: 120px;
  }
}

.heading1--second {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.heading1__shape {
  display: block;
  width: 90px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.heading1__shape svg {
  stroke: #ff8d10;
  stroke-dasharray: 480px;
  stroke-dashoffset: 480px;
}

.heading1__shape.is-anim svg {
  animation: line_animation 3s both;
  /*# 3秒間かけてアニメーションを実行 */
}

@media print, screen and (min-width: 769px) {
  .heading1__shape {
    width: 132px;
    margin-bottom: 30px;
  }
}

@keyframes line_animation {
  0% {
    stroke-dashoffset: 500px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.heading1__typo {
  display: block;
  color: #ccc;
  font-size: 1.3rem;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .heading1__typo {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .heading1__typo {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}

@media screen and (min-width: 1080px) {
  .heading1__typo {
    font-size: 1.6rem;
  }
}

/*
mixin
 */
@media print, screen and (min-width: 769px) {
  .l-form-m {
    width: 400px;
  }
}

.form-btn-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.form-btn-container > li {
  margin-left: .5em;
}

.form-btn-container > li:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-btn-container .btn-submit {
    width: 38vw;
  }
}

/* --------------------------------------------------------------------
  #テーブル
 */
.form-table {
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}

.form-table > dt, .form-table > dd {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.75;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .form-table > dt, .form-table > dd {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .form-table > dt, .form-table > dd {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}

@media screen and (min-width: 1080px) {
  .form-table > dt, .form-table > dd {
    font-size: 1.6rem;
  }
}

.form-table > dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
}

.form-table > dd {
  border-bottom: 1px solid #eee;
}

.form-table > dd:last-of-type {
  margin-bottom: 0;
}

.form-table .is-required span {
  display: inline-block;
  width: 100%;
}

.form-table .is-required span:after {
  display: inline-block;
  margin-left: .4em;
  content: "必須";
  color: #fff;
  font-weight: bold;
  right: 0;
  font-size: 1.1rem;
  line-height: 1;
  padding: 3px 4px;
  background-color: #d54545;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .form-table .is-required span:after {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .form-table .is-required span:after {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}

@media screen and (min-width: 1080px) {
  .form-table .is-required span:after {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-table > dt {
    margin-bottom: 5px;
    padding-top: 20px;
  }
  .form-table > dd {
    padding-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .form-table {
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table > dt, .form-table > dd {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
  }
  .form-table > dt {
    width: 30%;
    padding-left: 30px;
  }
  .form-table > dd {
    width: 70%;
    padding-left: 20px;
  }
  .form-table .is-required span {
    position: relative;
  }
  .form-table .is-required span:after {
    position: absolute;
    padding: 4px 8px;
    top: 4px;
  }
}

/* --------------------------------------------------------------------
  #フォームボックス
 */
.form-box {
  background-color: #f8f8fb;
  padding: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-box {
    padding: 10px;
  }
}

.form-box2 {
  padding: 20px 10px 10px;
  background-color: #eaeff4;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-box2 {
    padding: 20px 5px 5px;
  }
}

/* --------------------------------------------------------------------
  #input
 */
input:not([type="radio"]):not([type="submit"]):not([type="file"]),
textarea {
  height: 46px;
  font-size: 1.8rem;
  background: #fff;
  height: 46px;
  padding: 0 10px;
  /*margin: 0 5px;*/
  border: 2px solid #ccc;
}

input:not([type="radio"]):not([type="submit"]):not([type="file"]).error,
textarea.error {
  border: 2px solid #ff3333;
}

input:not([type="radio"]):not([type="submit"]):not([type="file"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 1.4rem;
}

input:not([type="radio"]):not([type="submit"]):not([type="file"])::placeholder,
textarea::placeholder {
  color: #ccc;
  font-size: 1.4rem;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  input:not([type="radio"]):not([type="submit"]):not([type="file"]):-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
  input:not([type="radio"]):not([type="submit"]):not([type="file"])::placeholder,
  textarea::placeholder {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  input:not([type="radio"]):not([type="submit"]):not([type="file"]):-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
  input:not([type="radio"]):not([type="submit"]):not([type="file"])::placeholder,
  textarea::placeholder {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}

@media screen and (min-width: 1080px) {
  input:not([type="radio"]):not([type="submit"]):not([type="file"]):-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  input:not([type="radio"]):not([type="submit"]):not([type="file"])::placeholder,
  textarea::placeholder {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  input:not([type="radio"]):not([type="submit"]):not([type="file"]),
  textarea {
    padding: 0 3px;
    height: 42px;
    font-size: 1.6rem;
  }
  input:not([type="radio"]):not([type="submit"]):not([type="file"]):-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  input:not([type="radio"]):not([type="submit"]):not([type="file"])::placeholder,
  textarea::placeholder {
    font-size: 1.6rem;
  }
}

input[type="submit"],
.btn-submit {
  background-color: #d54545;
  border-radius: 50px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .025em;
  cursor: pointer;
  height: 48px;
  width: 160px;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  input[type="submit"],
  .btn-submit {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  input[type="submit"],
  .btn-submit {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}

@media screen and (min-width: 1080px) {
  input[type="submit"],
  .btn-submit {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 769px) {
  input[type="submit"],
  .btn-submit {
    width: 300px;
    height: 62px;
    transition: 0.3s;
  }
  input[type="submit"]:hover,
  .btn-submit:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

.btn-submit--back {
  background-color: #999;
  color: #d54545;
  border: 2px solid #d54545;
  background-color: #fff;
}

input.is-error {
  border: 1px solid #c5381d !important;
}

input {
  width: 100%;
}

input[size="7"] {
  width: 70px;
}

input[size="7"] {
  width: 86px;
}

input[size="10"] {
  width: 100px;
}

input[size="15"] {
  width: 150px;
}

input[size="20"] {
  width: 200px;
}

input[size="25"] {
  width: 250px;
}

input[size="30"] {
  width: 300px;
}

input[size="35"] {
  width: 350px;
}

input[size="40"] {
  width: 400px;
}

input[size="50"] {
  width: 500px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  input[size="5"] {
    width: 50px;
  }
  input[size="7"] {
    width: 50px;
  }
  input[size="10"] {
    width: 65px;
  }
  input[size="15"] {
    width: 120px;
  }
  input[size="20"] {
    width: 180px;
  }
  input[size="25"] {
    width: 220px;
  }
  input[size="30"] {
    width: 100%;
  }
  input[size="35"] {
    width: 100%;
  }
  input[size="40"] {
    width: 100%;
  }
  input[size="50"] {
    width: 100%;
  }
}

textarea {
  padding: 10px;
  width: 100%;
  height: 120px;
}

/* --------------------------------------------------------------------
  #select
 */
/* --------------------------------------------------------------------
  #ラジオボタン
 */
label {
  cursor: pointer;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 769px) {
  label {
    font-size: 1.6rem;
  }
}

input[type="radio"] {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border: 2px solid #d9dce3;
  border-radius: 50%;
  margin-right: .3em;
  background: #fff;
  transform: translateY(-0.1em);
}

input[type="radio"]:checked {
  position: relative;
}

input[type="radio"]:checked:before {
  position: absolute;
  font-size: 14px;
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  background: #383838;
  content: "";
  border-radius: 50%;
}

/* --------------------------------------------------------------------
  #チェックボックス
 */
input[type="checkbox"] {
  cursor: pointer;
  vertical-align: middle;
  width: 20px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  background: #f5f5f5;
  padding: 0 !important;
  height: 20px !important;
}

/*
  エラー
 */
.display-error {
  display: block;
  text-align: center;
  margin-left: 20px;
}

/*

.contact-form .error{
  margin-top: 10px;
}

.is-error input,
.is-error textarea,
.is-error .select-wrap::after,
.is-error select {
  background-color: #ffeeee !important;
}
*/
/**
  確認画面
 */
.mw_wp_form_confirm .is-required span:after {
  display: none;
}

.mw_wp_form_confirm .contact-form__privacy-text {
  display: none;
}

.mw_wp_form_confirm .contact-form__privacy-check {
  display: none;
}

.mw_wp_form_confirm .select-wrap:after {
  display: none;
}

.mw_wp_form_complete {
  padding: 4em 0;
}

.mw_wp_form_complete .btn-submit {
  color: #fff !important;
}

.mw_wp_form_complete .comp-txt {
  text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .mw_wp_form_complete .comp-txt {
    text-align: left;
  }
}

/**
  検索窓
 */
.search-box {
  height: 30px;
}

.search-box--footer {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .search-box--footer {
    margin-bottom: 40px;
  }
  .search-box--footer .search-box-container {
    width: 350px;
  }
}

.search-box-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.search-box-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--mycol);
  transform: scale3d(0, 1, 1);
  transform-origin: 0 0;
  transition-duration: .3s;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .search-box-container {
    margin-top: 20px;
  }
}

.search-box-container:focus-within:before {
  transform: scale3d(1, 1, 1);
}

input:not([type="radio"]):not([type="submit"]):not([type="file"]):not(.header-search__input).search-box__input {
  height: 40px !important;
  border: none;
  border-radius: 0;
  background: none;
  padding-left: 0;
  color: var(--mycol) !important;
}

input:not([type="radio"]):not([type="submit"]):not([type="file"]):not(.header-search__input).search-box__input:-ms-input-placeholder {
  color: var(--mycol) !important;
  font-weight: bold;
  font-size: 1.4rem;
}

input:not([type="radio"]):not([type="submit"]):not([type="file"]):not(.header-search__input).search-box__input::placeholder {
  color: var(--mycol) !important;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  input:not([type="radio"]):not([type="submit"]):not([type="file"]):not(.header-search__input).search-box__input:-ms-input-placeholder {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
  input:not([type="radio"]):not([type="submit"]):not([type="file"]):not(.header-search__input).search-box__input::placeholder {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  input:not([type="radio"]):not([type="submit"]):not([type="file"]):not(.header-search__input).search-box__input:-ms-input-placeholder {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
  input:not([type="radio"]):not([type="submit"]):not([type="file"]):not(.header-search__input).search-box__input::placeholder {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}

@media screen and (min-width: 1080px) {
  input:not([type="radio"]):not([type="submit"]):not([type="file"]):not(.header-search__input).search-box__input:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  input:not([type="radio"]):not([type="submit"]):not([type="file"]):not(.header-search__input).search-box__input::placeholder {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  input:not([type="radio"]):not([type="submit"]):not([type="file"]):not(.header-search__input).search-box__input {
    padding-left: 20px;
  }
}

.search-box__input {
  color: var(--mycol);
}

/**
  chrome でフォーカス時に背景がつくのを回避
 */
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

.search-box__btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  border-radius: 0 2px 2px 0;
  fill: var(--mycol) !important;
}

.search-box__btn img {
  width: 24px;
}

.list-notes > li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.75em;
}

.list-notes--dot > li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.list-notes--txt-l > li {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 769px) {
  .list-notes--txt-l > li {
    font-size: 1.6rem;
  }
}

.list-notes--txt-s > li {
  font-size: 1rem;
}

@media print, screen and (min-width: 769px) {
  .list-notes--txt-s > li {
    font-size: 1.3rem;
  }
}

/* ==========================================================================
   projects
   ========================================================================== */
main.is-disabled {
  display: none;
}

.splash {
  position: fixed;
  z-index: 100012;
  width: 100%;
  height: 100vh;
  background-color: #383838;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
}

.splash.is-disabled {
  transition: .8s;
  transform: translate3d(0, -100%, 0);
}

.splash.is-disabled .splash-inner {
  transform: translate3d(0, 100%, 0);
}

.splash-inner {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: .8s;
}

.splash-content {
  position: relative;
}

.splash-logo {
  position: absolute;
  width: 120px;
  height: 120px;
  left: calc(50% - 60px);
  top: -60px;
}

.splash-logo svg g path {
  fill: #fff;
}

.splash-logo.is-disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transform: translate3d(0, -30px, 0);
  transition: .5s;
}

@media print, screen and (min-width: 769px) {
  .splash-logo {
    width: 140px;
    height: 140px;
    left: calc(50% - 70px);
    top: -60px;
  }
}

.splash-typo {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /*  @include font-size(15,20);*/
  font-size: 1.4rem;
  color: #fff;
  transform: translate3d(0, 30px, 0);
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .splash-typo {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .splash-typo {
    font-size: 24rem;
    font-size: clamp(2.222vw, 2.222vw, 2.8rem);
  }
}

@media screen and (min-width: 1080px) {
  .splash-typo {
    font-size: 2.4rem;
  }
}

.splash-typo.is-active {
  transform: translate3d(0, 0, 0);
  transition: .5s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.splash-typo span {
  display: block;
  text-align: center;
}

.splash-typo .typo-jp {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: .5em;
}

.splash-typo .typo-en {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 700;
}

@media screen and (min-width: 1480px) {
  .splash-typo {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1480px) and (min-width: 640px) and (max-width: 768px) {
  .splash-typo {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}

@media screen and (min-width: 1480px) and (min-width: 769px) and (max-width: 1079px) {
  .splash-typo {
    font-size: 28rem;
    font-size: clamp(2.593vw, 2.593vw, 3.3rem);
  }
}

@media screen and (min-width: 1480px) and (min-width: 1080px) {
  .splash-typo {
    font-size: 2.8rem;
  }
}

.cover {
  background-color: #383838;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(0deg, black 0%, black 40%, rgba(0, 0, 0, 0) 55%);
          mask-image: linear-gradient(0deg, black 0%, black 40%, rgba(0, 0, 0, 0) 55%);
  -webkit-mask-size: 100% 250%;
          mask-size: 100% 250%;
  -webkit-mask-position: left top;
          mask-position: left top;
}

.cover.is-enter {
  -webkit-mask-position: left top;
          mask-position: left top;
  transition: -webkit-mask 1s;
  transition: mask 1s;
  transition: mask 1s, -webkit-mask 1s;
}

.cover.is-leave {
  transition: -webkit-mask 1s;
  transition: mask 1s;
  transition: mask 1s, -webkit-mask 1s;
  -webkit-mask-position: left bottom;
          mask-position: left bottom;
  transform: rotate(180deg);
}

/**
  トップページメインのコンテンツコンテナ
  メインのキャッチコピー分上に1画面ちょっとの余白を入れる
 */
.top-container {
  position: relative;
  padding-top: 125vh;
}

.top__scroll {
  position: fixed;
  width: 1px;
  height: 20vw;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 50%;
  z-index: 5;
  overflow: hidden;
  transition: 1s;
  transform-origin: 0 100%;
}

.top__scroll.is-active {
  transform: scale3d(1, 0, 1);
}

.top__scroll:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  transform-origin: 50% 0;
  animation: anim-top-scroll 3s infinite;
}

@media print, screen and (min-width: 769px) {
  .top__scroll {
    height: 15vh;
    top: 85vh;
  }
}

@keyframes anim-top-scroll {
  0% {
    transform: scale3d(1, 0, 1);
  }
  50% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: translate3d(0, 100%, 0) scale3d(1, 1, 1);
  }
}

.top__heading2 {
  color: #eee;
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 12vw;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .top__heading2 {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top__heading2 {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}

@media screen and (min-width: 1080px) {
  .top__heading2 {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 769px) {
  .top__heading2 {
    margin-bottom: 40px;
  }
}

.top-mv {
  background-color: #000;
  position: fixed;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  height: 100vh;
  top: 0;
}

.top-mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-mv:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  border: 0 solid #383838;
  top: 0;
  left: 0;
  transition: border 1.2s;
}

.top-mv.is-active:before {
  /*border: 12px solid $col_key2;*/
}

.top-mv.is-active .top-mv__cover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media print, screen and (min-width: 769px) {
  .top-mv.is-active:before {
    border: 20px solid #383838;
  }
}

.top-mv__cover {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 1.2s;
}

.top-mv-slide {
  width: 100%;
  height: 100%;
}

.top-mv-slide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  display: none;
  -webkit-mask-image: linear-gradient(90deg, black 0%, black 40%, rgba(0, 0, 0, 0) 55%);
          mask-image: linear-gradient(90deg, black 0%, black 40%, rgba(0, 0, 0, 0) 55%);
  -webkit-mask-size: 250% 100%;
          mask-size: 250% 100%;
  -webkit-mask-position: left top;
          mask-position: left top;
  overflow: hidden;
}

.top-mv-slide__item img {
  display: block;
  transition: 10s;
  transition-timing-function: linear;
}

.top-mv-slide__item.is-active {
  display: block;
}

.top-mv-slide__item.is-enter-zoom {
  display: block;
}

.top-mv-slide__item.is-enter-zoom img {
  transform: scale3d(1.1, 1.1, 1);
}

.top-mv-slide__item.is-leave {
  -webkit-mask-position: right top;
          mask-position: right top;
  transition: 2s -webkit-mask-position;
  transition: 2s mask-position;
  transition: 2s mask-position, 2s -webkit-mask-position;
  z-index: 2;
}

.top-catchcopy {
  height: 80px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: calc(125vh - 80px);
  left: 0;
}

.top-catchcopy.is-fixed {
  position: fixed;
  top: calc(50% - 30px);
}

@media print, screen and (min-width: 769px) {
  .top-catchcopy {
    height: 100px;
    top: calc(125vh - 100px);
  }
  .top-catchcopy.is-fixed {
    top: calc(50% - 50px);
  }
}

.top-catchcopy__typo {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  font-size: 2.2rem;
  transition: opacity .5s;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-catchcopy__typo {
    font-size: clamp(2.2rem, 3.438vw, 2.6rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-catchcopy__typo {
    font-size: 56rem;
    font-size: clamp(5.185vw, 5.185vw, 6.6rem);
  }
}

@media screen and (min-width: 1080px) {
  .top-catchcopy__typo {
    font-size: 5.6rem;
  }
}

.top-catchcopy__typo.is-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top-catchcopy__logo {
  position: absolute;
  color: #fff;
  font-size: 1.4rem;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  transition: opacity .5s, visibility 0s;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-catchcopy__logo {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-catchcopy__logo {
    font-size: 24rem;
    font-size: clamp(2.222vw, 2.222vw, 2.8rem);
  }
}

@media screen and (min-width: 1080px) {
  .top-catchcopy__logo {
    font-size: 2.4rem;
  }
}

.top-catchcopy__logo.is-disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}

.top-catchcopy__logo > span {
  display: block;
}

@media screen and (min-width: 1480px) {
  .top-catchcopy__logo {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1480px) and (min-width: 640px) and (max-width: 768px) {
  .top-catchcopy__logo {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}

@media screen and (min-width: 1480px) and (min-width: 769px) and (max-width: 1079px) {
  .top-catchcopy__logo {
    font-size: 28rem;
    font-size: clamp(2.593vw, 2.593vw, 3.3rem);
  }
}

@media screen and (min-width: 1480px) and (min-width: 1080px) {
  .top-catchcopy__logo {
    font-size: 2.8rem;
  }
}

.top-concept {
  padding-top: 30px;
  margin-bottom: 40vw;
}

@media print, screen and (min-width: 769px) {
  .top-concept {
    padding-top: 60px;
    margin-bottom: 300px;
  }
}

.top-concept__jp {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-concept__jp {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-concept__jp {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}

@media screen and (min-width: 1080px) {
  .top-concept__jp {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 769px) {
  .top-concept__jp {
    margin-bottom: 90px;
  }
}

.top-concept-box {
  position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-concept-box {
    margin: 0 12vw 20vw;
  }
}

@media print, screen and (min-width: 769px) {
  .top-concept-box {
    width: 50%;
    padding: 0 4%;
  }
  .top-concept-box:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.top-concept-content {
  transition: .8s opacity;
  transition-delay: .5s;
}

.top-concept-content.is-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media print, screen and (min-width: 769px) {
  .top-concept-content {
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  }
}

.top-concept__text {
  line-height: 2;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  font-size: 1.1rem;
  margin-bottom: 2em;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-concept__text {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-concept__text {
    font-size: 13rem;
    font-size: clamp(1.204vw, 1.204vw, 1.5rem);
  }
}

@media screen and (min-width: 1080px) {
  .top-concept__text {
    font-size: 1.3rem;
  }
}

.top-concept__text--en {
  font-size: 1.1rem;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-concept__text--en {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-concept__text--en {
    font-size: 12rem;
    font-size: clamp(1.111vw, 1.111vw, 1.4rem);
  }
}

@media screen and (min-width: 1080px) {
  .top-concept__text--en {
    font-size: 1.2rem;
  }
}

.top-works {
  margin-bottom: 40vw;
  padding-top: 50px;
}

@media print, screen and (min-width: 769px) {
  .top-works {
    padding-top: 120px;
    margin-bottom: 25vh;
  }
}

.top-works-awards {
  margin: 0 12vw;
}

@media print, screen and (min-width: 769px) {
  .top-works-awards {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-works__list {
  /*flex-wrap: wrap;*/
  visibility: hidden;
}

.top-works__list.is-visible {
  visibility: visible;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-works__list {
    margin: 0 12vw;
  }
}

@media print, screen and (min-width: 769px) {
  .top-works__list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    /*display: flex;*/
    max-width: 1440px;
  }
}

.top-works__list > li {
  position: relative;
  margin-bottom: 40px;
}

.top-works__list > li a {
  display: block;
  position: relative;
}

.top-works__list > li a:before {
  float: left;
  content: "";
  padding-top: 67%;
}

.top-works__list > li a:after {
  display: block;
  content: "";
  clear: both;
}

.top-works__list > li a > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .top-works__list > li {
    /*width: 28%;*/
    /*margin-right: 8%;
    margin-bottom: 4%;*/
  }
  .top-works__list > li:nth-child(3n) {
    margin-right: 0;
  }
  .top-works__list > li:hover .list-heading {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.top-works__list .list-pict {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top-works__list .list-pict img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-works__list .list-pict {
    margin-bottom: 10px;
  }
}

.top-works__list .list-heading {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 0.9rem;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-works__list .list-heading {
    font-size: clamp(0.9rem, 1.406vw, 1.1rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-works__list .list-heading {
    font-size: 12rem;
    font-size: clamp(1.111vw, 1.111vw, 1.4rem);
  }
}

@media screen and (min-width: 1080px) {
  .top-works__list .list-heading {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-works__list .list-heading {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .top-works__list .list-heading {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 0.3s opacity;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 1.5;
  }
}

.top-profile {
  margin-bottom: 40vw;
  padding-top: 50px;
}

@media print, screen and (min-width: 769px) {
  .top-profile {
    padding-top: 120px;
    margin-bottom: 25vh;
  }
}

.top-profile-awards {
  margin: 0 12vw;
}

@media print, screen and (min-width: 769px) {
  .top-profile-awards {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-profile__btn {
  border: 1px solid #d54545;
  width: 200px;
  margin: 60px auto;
}

.top-profile__btn .profile-inner {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #d54545;
  font-size: 1.3rem;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-profile__btn .profile-inner {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-profile__btn .profile-inner {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}

@media screen and (min-width: 1080px) {
  .top-profile__btn .profile-inner {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 769px) {
  .top-profile__btn {
    width: 300px;
    margin-top: 120px;
  }
  .top-profile__btn .profile-inner {
    height: 100px;
    transition-duration: 0.3s;
  }
  .top-profile__btn:hover .profile-inner {
    color: #fff;
    background-color: #d54545;
  }
}

.works-top-content {
  margin: 0 12vw;
  padding: 18vw 0;
}

@media print, screen and (min-width: 769px) {
  .works-top-content {
    width: 88%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0 240px;
  }
}

.works-container {
  background-color: #383838;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  transition: transform 1s,opacity .5s;
}

.works-container.is-intro {
  transform: scale3d(0.95, 0.95, 1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.works-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  background-color: #222;
}

.works-item.is-active {
  display: block;
}

.works-item.is-current {
  z-index: 10;
}

.works-item.is-next {
  z-index: 9;
}

.works-item.is-leave {
  transition: opacity .7s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.works-item .pict__item {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.works-item .pict__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-item .pict__item-background {
  transform: translate3d(0, -100%, 0) scale3d(1.2, 1.2, 1);
}

.works-item .pict__item-background img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  filter: blur(20px);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .works-item .pict__item-background {
    transform: translate3d(0, -50vh, 0) scale3d(3, 4, 1);
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .works-item .pict__item img.is-horizontal {
    object-fit: contain;
  }
}

@media print, screen and (min-width: 769px) {
  .works-item .pict__item img.is-vertical {
    object-fit: contain;
  }
}

.works-item-inner {
  width: 100%;
  height: 100%;
}

.works__heading {
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.works__heading .heading-main {
  font-size: 2rem;
  display: block;
  width: 70%;
  margin-bottom: .5em;
  line-height: 1.5;
  letter-spacing: .025em;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .works__heading .heading-main {
    font-size: clamp(2rem, 3.125vw, 2.4rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .works__heading .heading-main {
    font-size: 54rem;
    font-size: clamp(5vw, 5vw, 6.4rem);
  }
}

@media screen and (min-width: 1080px) {
  .works__heading .heading-main {
    font-size: 5.4rem;
  }
}

.works__heading .heading-sub {
  display: block;
  width: 70%;
  line-height: 1.5;
  font-size: 1.1rem;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .works__heading .heading-sub {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .works__heading .heading-sub {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}

@media screen and (min-width: 1080px) {
  .works__heading .heading-sub {
    font-size: 1.8rem;
  }
}

.works-item--text .works-item-inner {
  overflow-y: auto;
}

.works-item--text .text-container {
  box-sizing: border-box;
  padding: 20vw 20vw 40vw;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.works-item--text p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .works-item--text p {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .works-item--text p {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}

@media screen and (min-width: 1080px) {
  .works-item--text p {
    font-size: 1.4rem;
  }
}

.works-item--text p:last-child {
  margin-bottom: 0;
}

.works-item--text .text-box--en p {
  font-size: 1.1rem;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .works-item--text .text-box--en p {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .works-item--text .text-box--en p {
    font-size: 13rem;
    font-size: clamp(1.204vw, 1.204vw, 1.5rem);
  }
}

@media screen and (min-width: 1080px) {
  .works-item--text .text-box--en p {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .works-item--text .text-box {
    margin-bottom: 10vw;
  }
  .works-item--text .text-box:first-child {
    padding-bottom: 10vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media print, screen and (min-width: 769px) {
  .works-item--text .text-container {
    display: -ms-flexbox;
    display: flex;
    padding: 12.5vw 0 20vw;
    width: 80%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .works-item--text .text-box {
    width: 45%;
  }
}

.works__next,
.works__prev {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 30;
  width: 20vw;
  height: 30px;
  bottom: 5vw;
  right: 0;
}

.works__next img,
.works__prev img {
  width: 24px;
}

@media print, screen and (min-width: 769px) {
  .works__next,
  .works__prev {
    cursor: pointer;
    width: 60px;
    height: 30px;
    right: calc(6.25vw - 30px);
    bottom: 2vw;
  }
  .works__next img,
  .works__prev img {
    width: 36px;
  }
  .works__next:hover,
  .works__prev:hover {
    transition: 0.3s;
  }
  .works__next:hover:hover,
  .works__prev:hover:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

@media screen and (min-width: 1600px) {
  .works__next,
  .works__prev {
    right: 70px;
  }
}

.works__prev {
  transform: rotate(180deg);
  bottom: calc(5vw + 50px);
}

@media print, screen and (min-width: 769px) {
  .works__prev {
    bottom: 5vw;
  }
}

.works__index {
  position: fixed;
  z-index: 10;
  font-size: 1.1rem;
  text-align: center;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  left: 5vw;
  bottom: calc(5vw + 30px);
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .works__index {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .works__index {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}

@media screen and (min-width: 1080px) {
  .works__index {
    font-size: 1.4rem;
  }
}

.works__index > a {
  display: block;
  color: #fff;
  background: url(../img/ic_back.svg) no-repeat left center/4px auto;
  padding-left: 12px;
}

@media print, screen and (min-width: 769px) {
  .works__index {
    left: 5vw;
    bottom: calc(5vw - 11px);
  }
  .works__index > a {
    background-size: 7px auto;
    padding-left: 20px;
  }
}

.works-nav {
  position: absolute;
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 20vw;
  right: 0;
  height: 100vh;
}

@media print, screen and (min-width: 769px) {
  .works-nav {
    width: 12.5vw;
    max-width: 200px;
  }
}

.works-nav__dots {
  margin-bottom: 20px;
}

.works-nav__dots > li {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}

.works-nav__dots > li span {
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.works-nav__dots > li.is-current span {
  border: 1px solid #d54545;
  background-color: #d54545;
}

.works-nav__dots > li.text span {
  width: 20px;
  height: 20px;
  border: none;
  background: url(../img/ic_t.svg) no-repeat center center/6px auto;
}

.works-nav__dots > li.text.is-current span {
  background-image: url(../img/ic_t_r.svg);
}

@media print, screen and (min-width: 769px) {
  .works-nav__dots > li {
    width: 26px;
    height: 26px;
  }
  .works-nav__dots > li span {
    width: 10px;
    height: 10px;
  }
}

.works-nav__modal {
  position: absolute;
  z-index: 10;
  width: 40px;
  left: calc(50% - 10px);
  bottom: calc(5vw + 25px);
}

.works-nav__modal img {
  width: 22px;
}

@media print, screen and (min-width: 769px) {
  .works-nav__modal {
    cursor: pointer;
    width: 40px;
    left: calc(50% - 20px);
    bottom: calc(5vw - 20px);
  }
  .works-nav__modal img {
    width: 26px;
  }
}

.works-modal {
  display: none;
  position: fixed;
  z-index: 40;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.works-modal.is-active {
  display: block;
}

.works-modal.is-enter {
  transition: opacity 0.3s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.works-modal.is-leave {
  transition: opacity .3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.works-modal__bg {
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  z-index: 40;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.works-modal-inner {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.works-modal__list {
  width: 80%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 41;
}

.works-modal__list > li {
  background-color: #000;
}

.works-modal__list > li .item-thumb {
  display: block;
  position: relative;
  background-color: #383838;
  color: #fff;
}

.works-modal__list > li .item-thumb:before {
  float: left;
  content: "";
  padding-top: 100%;
}

.works-modal__list > li .item-thumb:after {
  display: block;
  content: "";
  clear: both;
}

.works-modal__list > li .item-thumb > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-modal__list > li .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-modal__list > li .item-thumb--text {
  font-size: 1rem;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #ccc;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .works-modal__list > li .item-thumb--text {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .works-modal__list > li .item-thumb--text {
    font-size: 11rem;
    font-size: clamp(1.019vw, 1.019vw, 1.3rem);
  }
}

@media screen and (min-width: 1080px) {
  .works-modal__list > li .item-thumb--text {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .works-modal__list > li {
    width: 21%;
    margin-right: 5.2%;
    margin-bottom: 5.2%;
  }
  .works-modal__list > li:nth-child(4n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .works-modal__list > li {
    cursor: pointer;
    width: 14%;
    margin-right: 3.2%;
    margin-bottom: 3.2%;
  }
  .works-modal__list > li:nth-child(6n) {
    margin-right: 0;
  }
  .works-modal__list > li:hover .item-thumb {
    transition: 0.3s;
  }
  .works-modal__list > li:hover .item-thumb:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

.second-mv {
  position: relative;
  width: 100%;
  height: 75vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  background-color: #000;
  padding-top: 10vw;
}

.second-mv:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

@media print, screen and (min-width: 769px) {
  .second-mv {
    height: 540px;
    padding-top: 100px;
  }
}

.second-mv.is-intro .second-mv__pict {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale3d(1.05, 1.05, 1);
}

.second-mv__pict {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s transform;
}

.second-mv__pict img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.second-mv__heading {
  position: relative;
  z-index: 2;
}

.second-content {
  margin: 0 12vw;
  padding: 18vw 0;
  min-height: 80vw;
}

@media print, screen and (min-width: 769px) {
  .second-content {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0;
    min-height: 600px;
  }
}

.profile-container {
  margin-bottom: 18vw;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .profile-container:after {
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    background-color: #444;
  }
}

@media print, screen and (min-width: 769px) {
  .profile-container {
    margin-bottom: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.profile__photo {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  margin-top: -18.5vw;
  margin-bottom: 18vw;
}

@media print, screen and (min-width: 769px) {
  .profile__photo {
    margin-top: -60px;
    width: 280px;
    margin-bottom: 120px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .profile-box {
    margin-bottom: 12vw;
  }
}

@media print, screen and (min-width: 769px) {
  .profile-box {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .profile-box:first-child {
    padding-right: 60px;
  }
  .profile-box:nth-child(2) {
    border-left: 1px solid #333;
    padding-left: 60px;
  }
}

.profile-box--single {
  padding-left: 0;
  padding-right: 0;
}

@media print, screen and (min-width: 769px) {
  .profile-box--single {
    width: 100%;
  }
  .profile-box--single:first-child {
    padding-right: 0;
  }
}

.profile-box--alignC {
  text-align: center;
}

.profile__heading {
  text-align: center;
  margin-bottom: 18vw;
  color: #eee;
  font-size: 1.4rem;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .profile__heading {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .profile__heading {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}

@media screen and (min-width: 1080px) {
  .profile__heading {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 769px) {
  .profile__heading {
    margin-bottom: 80px;
  }
}

.profile__heading2 {
  margin-bottom: 25px;
  color: #ccc;
}

.profile__heading2 .heading2-shoulder {
  font-size: 1.1rem;
  margin-bottom: 15px;
  display: block;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .profile__heading2 .heading2-shoulder {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .profile__heading2 .heading2-shoulder {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}

@media screen and (min-width: 1080px) {
  .profile__heading2 .heading2-shoulder {
    font-size: 1.4rem;
  }
}

.profile__heading2 .heading2-main {
  color: #eee;
  display: block;
  font-size: 1.6rem;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .profile__heading2 .heading2-main {
    font-size: clamp(1.6rem, 2.5vw, 1.9rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .profile__heading2 .heading2-main {
    font-size: 24rem;
    font-size: clamp(2.222vw, 2.222vw, 2.8rem);
  }
}

@media screen and (min-width: 1080px) {
  .profile__heading2 .heading2-main {
    font-size: 2.4rem;
  }
}

.profile__heading2 .heading2-main--space {
  letter-spacing: .2em;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .profile__heading2 .heading2-shoulder,
  .profile__heading2 .heading2-main {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .profile__heading2 {
    margin-bottom: 40px;
  }
  .profile__heading2 .heading2-shoulder {
    margin-bottom: 25px;
  }
}

.profile__history {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile__history > dt,
.profile__history > dd {
  color: #ccc;
  font-size: 1rem;
  margin-bottom: .5em;
  line-height: 1.75;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .profile__history > dt,
  .profile__history > dd {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .profile__history > dt,
  .profile__history > dd {
    font-size: 12rem;
    font-size: clamp(1.111vw, 1.111vw, 1.4rem);
  }
}

@media screen and (min-width: 1080px) {
  .profile__history > dt,
  .profile__history > dd {
    font-size: 1.2rem;
  }
}

.profile__history > dt {
  width: 50px;
}

.profile__history > dd {
  width: calc(100% - 50px);
}

.profile__text {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.8;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .profile__text {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .profile__text {
    font-size: 12rem;
    font-size: clamp(1.111vw, 1.111vw, 1.4rem);
  }
}

@media screen and (min-width: 1080px) {
  .profile__text {
    font-size: 1.2rem;
  }
}

.profile__text--large {
  font-size: 1.4rem;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .profile__text--large {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .profile__text--large {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}

@media screen and (min-width: 1080px) {
  .profile__text--large {
    font-size: 1.8rem;
  }
}

.news-mv {
  position: relative;
  width: 100%;
  height: 50vw;
  padding-top: 10vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  background-color: #000;
}

@media print, screen and (min-width: 769px) {
  .news-mv {
    height: 400px;
    padding-top: 100px;
  }
}

.news-top__list > li {
  font-size: 1.2rem;
  margin-bottom: 2em;
  border-bottom: 1px solid #333;
  padding-bottom: 1em;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .news-top__list > li {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .news-top__list > li {
    font-size: 15rem;
    font-size: clamp(1.389vw, 1.389vw, 1.8rem);
  }
}

@media screen and (min-width: 1080px) {
  .news-top__list > li {
    font-size: 1.5rem;
  }
}

.news-top__list > li span {
  display: block;
}

.news-top__list > li .item-date {
  font-size: 1rem;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .news-top__list > li .item-date {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .news-top__list > li .item-date {
    font-size: 13rem;
    font-size: clamp(1.204vw, 1.204vw, 1.5rem);
  }
}

@media screen and (min-width: 1080px) {
  .news-top__list > li .item-date {
    font-size: 1.3rem;
  }
}

.news-top__list > li a {
  color: #ccc;
  position: relative;
  display: inline-block;
  padding-bottom: .5em;
  line-height: 1.75;
}

.news-top__list > li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #555;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 0;
  transition: transform 0.3s;
}

.news-top__list > li a:hover:after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 0;
}

.news__backtop {
  border: 1px solid #d54545;
  width: 200px;
  margin: 60px auto;
}

.news__backtop .btn-inner {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #d54545;
  font-size: 1.1rem;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .news__backtop .btn-inner {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .news__backtop .btn-inner {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}

@media screen and (min-width: 1080px) {
  .news__backtop .btn-inner {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 769px) {
  .news__backtop {
    width: 300px;
    margin-top: 120px;
  }
  .news__backtop .btn-inner {
    height: 60px;
    transition-duration: 0.3s;
  }
  .news__backtop:hover .btn-inner {
    color: #fff;
    background-color: #d54545;
  }
}

/* ==========================================================================
   Utilities
   ========================================================================== */
/* ==========================================================================

	#テキストモジュールとユーティリティ

	36　コピー
	27　 H1相当　ページタイトル
	25　 H2相当　コピー・見出しおよびラベル
	24　 H3相当　見出しおよびラベル
	20　コピー・中見出し・ラベル
	18　本文：大・ラベル
	16　本文：中
	14　本文：小を使用しています。
	12　最小（注文など一部のみ）

 */
/* -------------------------------------------------------------------------
	本文指定
*/
.u-txt-ll,
.u-txt-l,
.u-txt,
.u-txt-s,
.u-txt-ss {
  line-height: 1.75;
}

.u-txt-ll {
  font-size: 2.2rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-ll {
    font-size: 1.8rem;
  }
}

.u-txt-l {
  font-size: 1.8rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-l {
    font-size: 1.6rem;
  }
}

.u-txt {
  font-size: 1.6rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt {
    font-size: 1.4rem;
  }
}

.u-txt-s {
  font-size: 1.4rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-s {
    font-size: 1.3rem;
  }
}

.u-txt-ss {
  font-size: 1.2rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-ss {
    font-size: 1.1rem;
  }
}

.u-strong {
  color: #ff0000;
}

/* -------------------------------------------------------------------------
	ユーティリティmisc
*/
/*一字下げ*/
.u-indent-head {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-normal {
  font-weight: normal;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}

@media only screen and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media print, screen and (min-width: 769px) {
  .u-floatL {
    float: left;
  }
}

@media print, screen and (min-width: 769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
.u-textLink:link, .u-textLink:visited {
  color: #d54545;
  background-color: #f3f4f6;
  transition-duration: 0.3s;
}

@media print, screen and (min-width: 769px) {
  .u-textLink:hover {
    color: #fff;
    background-color: #d54545;
  }
}

.u-textLink--effect {
  position: relative;
  display: inline-block;
  padding-bottom: .5em;
  padding-bottom: .1em;
}

.u-textLink--effect:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #000;
  transform: scale3d(1, 1, 1);
  transform-origin: 0 0;
  transition: transform 0.3s;
}

.u-textLink--effect:hover:after {
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 0;
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: 'pkna';
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-text-combine-horizontal: all;
}

/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: .5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}

.u-noWrap {
  white-space: nowrap;
}

@media print, screen and (min-width: 769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}

/* ==========================================================================
   animation
   ========================================================================== */
/* ====================================================================

  #Animation

 */
.ef-scroll,
.ef-scroll-in,
.ef-intro {
  pointer-events: none;
}

.transition-fade {
  transition-duration: 1.4s;
}

.transition-fade.ef-scroll {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.transition-fade.ef-scroll-in {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.transition-y {
  transition-duration: 1.4s;
}

.transition-y.ef-scroll {
  transform: translateY(40px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.transition-y.ef-scroll-in {
  transform: translateY(40px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.transition-mono {
  position: relative;
}

.transition-mono span {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  overflow: hidden;
}

.transition-mono img {
  display: block;
  transition: transform 0.8s;
}

.transition-mono .front {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition-delay: 0.32s;
}

.transition-mono .front img {
  transition-delay: 0.32s;
}

.transition-mono .back {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
  filter: grayscale(1) brightness(1.2);
}

.transition-mono.ef-scroll .front, .transition-mono.ef-scroll-in .front {
  transform: translate3d(0, -100%, 0);
}

.transition-mono.ef-scroll .front img, .transition-mono.ef-scroll-in .front img {
  transform: translate3d(0, 100%, 0);
}

.transition-mono.ef-scroll .back, .transition-mono.ef-scroll-in .back {
  transform: translate3d(0, -100%, 0);
}

.transition-mono.ef-scroll .back img, .transition-mono.ef-scroll-in .back img {
  transform: translate3d(0, 100%, 0);
}

.prg-typo-ef {
  overflow: hidden;
}

.prg-typo-ef > span {
  display: inline-block;
  transition: .3s transform;
}

.prg-typo-ef > span.ef-set {
  transform: translate3d(0, 100%, 0);
}

#prg-teffect-catch {
  overflow: hidden;
}

#prg-teffect-catch > span {
  display: inline-block;
  transition: 0.7s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#prg-teffect-catch > span.ef-set {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#prg-teffect-catch > span.ef-expand {
  transition: .5s;
  transform: scale3d(1.1, 1.1, 1);
  transition-delay: 0s !important;
  margin-right: .05em;
}

#prg-teffect-catch2 {
  overflow: hidden;
}

#prg-teffect-catch2 > span {
  display: inline-block;
  transition: 0.7s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#prg-teffect-catch2 > span.ef-set {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.typo-effect-common {
  overflow: hidden;
}

.typo-effect-common > span {
  display: inline-block;
  transition: 0.7s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.typo-effect-common > span.ef-set {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
