@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, table, tr, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

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

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

abbr {
  cursor: help;
}

label {
  cursor: pointer;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
  *font-size: 100%;
}

img {
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

/* Setting
------------------------------------------------------------------------*/
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

dt, dd {
  line-height: 1.7;
}

th, td {
  border: 1px solid;
  padding: 1em;
}

th {
  font-weight: bold;
  text-align: center;
}

caption {
  padding-bottom: .5em;
  text-align: right;
}

dfn {
  font-style: normal;
}

address {
  font-style: normal;
  line-height: 1.0;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.f_left {
  float: left;
}

.f_right {
  float: right;
}

.lh0 {
  line-height: 0;
}

.lh1 {
  line-height: 1;
}

.t_left {
  text-align: left;
}

.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.m_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* add
------------------------------------------------------------------------*/
.pt0 {
  padding-top: 0px !important;
}

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

.pt1 {
  padding-top: 1px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.pt5 {
  padding-top: 5px !important;
}

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

.pt10 {
  padding-top: 10px !important;
}

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

.pt15 {
  padding-top: 15px !important;
}

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

.pt20 {
  padding-top: 20px !important;
}

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

.pt23 {
  padding-top: 23px !important;
}

.mt23 {
  margin-top: 23px !important;
}

.pt25 {
  padding-top: 25px !important;
}

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

.pt30 {
  padding-top: 30px !important;
}

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

.pt35 {
  padding-top: 35px !important;
}

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

.pt40 {
  padding-top: 40px !important;
}

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

.pt45 {
  padding-top: 45px !important;
}

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

.pt50 {
  padding-top: 50px !important;
}

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

.pt55 {
  padding-top: 55px !important;
}

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

.pt60 {
  padding-top: 60px !important;
}

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

.pt65 {
  padding-top: 65px !important;
}

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

.pt70 {
  padding-top: 70px !important;
}

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

.pt75 {
  padding-top: 75px !important;
}

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

.pt80 {
  padding-top: 80px !important;
}

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

.pt85 {
  padding-top: 85px !important;
}

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

.pt90 {
  padding-top: 90px !important;
}

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

.pt95 {
  padding-top: 95px !important;
}

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

.pt100 {
  padding-top: 100px !important;
}

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

.pt120 {
  padding-top: 120px !important;
}

.mt120 {
  margin-top: 120px !important;
}

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

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

.pb2 {
  padding-bottom: 2px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

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

.pb10 {
  padding-bottom: 10px !important;
}

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

.pb15 {
  padding-bottom: 15px !important;
}

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

.pb20 {
  padding-bottom: 20px !important;
}

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

.pb25 {
  padding-bottom: 25px !important;
}

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

.pb30 {
  padding-bottom: 30px !important;
}

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

.pb35 {
  padding-bottom: 35px !important;
}

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

.pb40 {
  padding-bottom: 40px !important;
}

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

.pb45 {
  padding-bottom: 45px !important;
}

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

.pb50 {
  padding-bottom: 50px !important;
}

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

.pb55 {
  padding-bottom: 55px !important;
}

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

.pb60 {
  padding-bottom: 60px !important;
}

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

.pb65 {
  padding-bottom: 65px !important;
}

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

.pb70 {
  padding-bottom: 70px !important;
}

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

.pb75 {
  padding-bottom: 75px !important;
}

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

.pb80 {
  padding-bottom: 80px !important;
}

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

.pb85 {
  padding-bottom: 85px !important;
}

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

.pb90 {
  padding-bottom: 90px !important;
}

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

.pb95 {
  padding-bottom: 95px !important;
}

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

.pb100 {
  padding-bottom: 100px !important;
}

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

.pb120 {
  padding-bottom: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ptb0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.mtb0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.ptb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.mtb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.ptb15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.mtb15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.ptb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.mtb20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.ptb25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.mtb25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.ptb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.mtb30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.ptb25 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.mtb35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

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

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

.pl5 {
  padding-left: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.pl230 {
  padding-left: 230px !important;
}

.ml230 {
  margin-left: 230px !important;
}

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

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

.pr5 {
  padding-right: 5px !important;
}

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

.pr10 {
  padding-right: 10px !important;
}

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

.pr15 {
  padding-right: 15px !important;
}

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

.pr20 {
  padding-right: 20px !important;
}

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

.pr25 {
  padding-right: 25px !important;
}

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

.pr30 {
  padding-right: 30px !important;
}

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

.pr35 {
  padding-right: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.plr0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.mlr0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.mlr10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.mlr15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.plr19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

.mlr19 {
  margin-left: 19px !important;
  margin-right: 19px !important;
}

.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.mlr20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.plr25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.mlr25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.plr39 {
  padding-left: 39px !important;
  padding-right: 39px !important;
}

.mlr39 {
  margin-left: 39px !important;
  margin-right: 39px !important;
}

.plr165 {
  padding-left: 165px !important;
  padding-right: 165px !important;
}

.mlr165 {
  margin-left: 165px !important;
  margin-right: 165px !important;
}

.pad0 {
  padding: 0px !important;
}

.mar0 {
  margin: 0px !important;
}

.pad5 {
  padding: 5px !important;
}

.mar5 {
  margin: 5px !important;
}

.pad10 {
  padding: 10px !important;
}

.mar10 {
  margin: 10px !important;
}

.pad15 {
  padding: 15px !important;
}

.mar15 {
  margin: 15px !important;
}

.pad20 {
  padding: 20px !important;
}

.mar20 {
  margin: 20px !important;
}

.pad23 {
  padding: 23px !important;
}

.mar23 {
  margin: 23px !important;
}

.pad25 {
  padding: 25px !important;
}

.mar25 {
  margin: 25px !important;
}

.pad30 {
  padding: 30px !important;
}

.mar30 {
  margin: 30px !important;
}

.pad35 {
  padding: 35px !important;
}

.mar35 {
  margin: 35px !important;
}

.pad40 {
  padding: 40px !important;
}

.mar40 {
  margin: 40px !important;
}

.pad45 {
  padding: 45px !important;
}

.mar45 {
  margin: 45px !important;
}

.pad50 {
  padding: 50px !important;
}

.mar50 {
  margin: 50px !important;
}

.pad55 {
  padding: 55px !important;
}

.mar55 {
  margin: 55px !important;
}

.pad60 {
  padding: 60px !important;
}

.mar60 {
  margin: 60px !important;
}

.pad65 {
  padding: 65px !important;
}

.mar65 {
  margin: 65px !important;
}

.pad70 {
  padding: 70px !important;
}

.mar70 {
  margin: 70px !important;
}

.pad75 {
  padding: 75px !important;
}

.mar75 {
  margin: 75px !important;
}

.pad80 {
  padding: 80px !important;
}

.mar80 {
  margin: 80px !important;
}

.pad85 {
  padding: 85px !important;
}

.mar85 {
  margin: 85px !important;
}

.pad90 {
  padding: 90px !important;
}

.mar90 {
  margin: 90px !important;
}

.pad95 {
  padding: 95px !important;
}

.mar95 {
  margin: 95px !important;
}

.pad100 {
  padding: 100px !important;
}

.mar100 {
  margin: 100px !important;
}

.wAuto {
  width: auto !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w28 {
  width: 28% !important;
}

.w30 {
  width: 30% !important;
}

.w32 {
  width: 32% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w58 {
  width: 58% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w68 {
  width: 68% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w88 {
  width: 88% !important;
}

.w90 {
  width: 90% !important;
}

.w92 {
  width: 92% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

.br320, .br360, .br375, .br425, .br640 {
  display: none;
}

@media only screen and (max-width: 359px) {
  .br320 {
    display: block;
  }
}

@media only screen and (max-width: 360px) {
  .br360 {
    display: block;
  }
}

@media only screen and (max-width: 375px) {
  .br375 {
    display: block;
  }
}

@media only screen and (max-width: 425px) {
  .br425 {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .br640 {
    display: block;
  }
}

@media only screen and (min-width: 320px) {
  /**/
}

@media only screen and (min-width: 375px) {
  /**/
}

@media only screen and (min-width: 425px) {
  /**/
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
/**/
/* Except IE & Add IE8 */
/**
 * Nudge down to get to 10px equivalent for these form elements
 */
/**
 * To help tables remember to inherit
 */
/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
/* Font-size fixed */
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
@font-face {
  font-family: NotoSerifJP;
  src: url(https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap), url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap);
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

html {
  -webkit-text-size-adjust: none;
}

html > body {
  font-size: 14px;
  font-size: 62.5%\9;
}

select {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  color: #333;
  line-height: 1.5;
  font-size: 100%;
}

input {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  color: #333;
  line-height: 1.5;
  font-size: 100%;
}

button {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  color: #333;
  line-height: 1.5;
  font-size: 100%;
}

textarea {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  color: #333;
  line-height: 1.5;
  font-size: 100%;
}

table {
  font-size: inherit;
}

pre {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  *font-size: 108%;
  line-height: 1.5;
  color: #333;
  font-size: 100%;
}

code {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  *font-size: 108%;
  line-height: 1.5;
  color: #333;
}

kbd {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  *font-size: 108%;
  line-height: 1.5;
  color: #333;
}

samp {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  *font-size: 108%;
  line-height: 1.5;
  color: #333;
}

tt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  *font-size: 108%;
  line-height: 1.5;
  color: #333;
}

li {
  font-size: 100%;
}

li li {
  font-size: 100%;
}

li dt {
  font-size: 100%;
}

li dd {
  font-size: 100%;
}

li input {
  font-size: 100%;
}

li select {
  font-size: 100%;
}

li button {
  font-size: 100%;
}

li textarea {
  font-size: 100%;
}

li p {
  font-size: 100%;
}

li th {
  font-size: 100%;
}

li td {
  font-size: 100%;
}

dt {
  font-size: 100%;
}

dt li {
  font-size: 100%;
}

dt dt {
  font-size: 100%;
}

dt dd {
  font-size: 100%;
}

dt input {
  font-size: 100%;
}

dt select {
  font-size: 100%;
}

dt button {
  font-size: 100%;
}

dt textarea {
  font-size: 100%;
}

dt p {
  font-size: 100%;
}

dt th {
  font-size: 100%;
}

dt td {
  font-size: 100%;
}

dd {
  font-size: 100%;
}

dd li {
  font-size: 100%;
}

dd dt {
  font-size: 100%;
}

dd dd {
  font-size: 100%;
}

dd input {
  font-size: 100%;
}

dd select {
  font-size: 100%;
}

dd button {
  font-size: 100%;
}

dd textarea {
  font-size: 100%;
}

dd p {
  font-size: 100%;
}

dd th {
  font-size: 100%;
}

dd td {
  font-size: 100%;
}

th {
  font-size: 100%;
}

th li {
  font-size: 100%;
}

th dt {
  font-size: 100%;
}

th dd {
  font-size: 100%;
}

th input {
  font-size: 100%;
}

th select {
  font-size: 100%;
}

th button {
  font-size: 100%;
}

th textarea {
  font-size: 100%;
}

th p {
  font-size: 100%;
}

th th {
  font-size: 100%;
}

th td {
  font-size: 100%;
}

td {
  font-size: 100%;
}

td li {
  font-size: 100%;
}

td dt {
  font-size: 100%;
}

td dd {
  font-size: 100%;
}

td input {
  font-size: 100%;
}

td select {
  font-size: 100%;
}

td button {
  font-size: 100%;
}

td textarea {
  font-size: 100%;
}

td p {
  font-size: 100%;
}

td th {
  font-size: 100%;
}

td td {
  font-size: 100%;
}

p {
  font-size: 100%;
}

p input {
  font-size: 100%;
}

h1 {
  font-size: 100%;
}

h2 {
  font-size: 100%;
}

h3 {
  font-size: 100%;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 100%;
}

blockquote {
  font-size: 100%;
}

address {
  font-size: 100%;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

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

/*------------------------------------------------------------
	for tracking tag
------------------------------------------------------------*/
.disMOB {
  display: none;
}

.disPC {
  display: block;
}

/*------------------------------------------------------------
	under line color for link
------------------------------------------------------------*/
.underline {
  position: relative;
  margin: 0 auto;
}

.underline:before {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #9d8adb;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.invisible {
  visibility: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .underline:hover:before {
    left: 0;
    right: auto;
    width: 100%;
  }
}

.underline--white {
  position: relative;
  margin: 0 auto;
}

.underline--white:before {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
  .underline--white:hover:before {
    left: 0;
    right: auto;
    width: 100%;
  }
}

/*------------------------------------------------------------
	CSS FOR MOBILE
------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .disMOB {
    display: block;
  }
  .disPC {
    display: none;
  }
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.container--md {
  width: 1440px;
  margin: 0 auto;
}

.container--sm {
  width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 1400px) {
  .container--md {
    width: 98%;
  }
  .container--sm {
    width: 96%;
  }
}

/*------------------------------------------------------------
	BACKGROUND
------------------------------------------------------------*/
#topGreeting-bg {
  background: url(../images/sensei-pic2.png) no-repeat top center, url(../images/top-concept-bg.png) no-repeat bottom -2% center;
  height: 1901px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

#topInte-bg-1 {
  -webkit-transform: perspective(0) skewY(-3deg);
          transform: perspective(0) skewY(-3deg);
  background: #b5afe9;
  position: relative;
  z-index: 1;
}

#topInte-bg-1-1 {
  -webkit-transform: perspective(0) skewY(3deg);
          transform: perspective(0) skewY(3deg);
  background: url(../images/Inte-01.png) no-repeat top 10% left, url(../images/ib1.png) no-repeat right -240px bottom 0%;
  height: 2382px;
}

#topInte-bg-2 {
  -webkit-transform: perspective(0) skewY(-3deg);
          transform: perspective(0) skewY(-3deg);
  background: #fff;
  margin-top: -76px;
  position: relative;
  z-index: 2;
}

#topInte-bg-2-2 {
  -webkit-transform: perspective(0) skewY(3deg);
          transform: perspective(0) skewY(3deg);
  background: url(../images/Inte-02.png) no-repeat top 6% right, url(../images/ib2.png) no-repeat left -240px bottom -20px;
  height: 2916px;
}

#topInte-bg-3 {
  -webkit-transform: perspective(0) skewY(-3deg);
          transform: perspective(0) skewY(-3deg);
  background: #b5afe9;
  margin-top: -78px;
  position: relative;
  z-index: 3;
}

#topInte-bg-3-3 {
  -webkit-transform: perspective(0) skewY(3deg);
          transform: perspective(0) skewY(3deg);
  background: url(../images/Inte-03.png) no-repeat top 55px left, url(../images/ib3.png) no-repeat right -240px bottom 0;
  height: 2916px;
  height: 1088px;
}

#topInte-bg-4 {
  -webkit-transform: perspective(0) skewY(-3deg);
          transform: perspective(0) skewY(-3deg);
  background: #fff;
  margin-top: -78px;
  position: relative;
  z-index: 4;
}

#topInte-bg-4-4 {
  -webkit-transform: perspective(0) skewY(3deg);
          transform: perspective(0) skewY(3deg);
  background: url(../images/Inte-04.png) no-repeat top 6% right, url(../images/ib4.png) no-repeat left -240px bottom -20px;
  height: 1185px;
}

#topInte-bg-5 {
  -webkit-transform: perspective(0) skewY(-3deg);
          transform: perspective(0) skewY(-3deg);
  background: #b5afe9;
  margin-top: -76px;
  position: relative;
  z-index: 5;
}

#topInte-bg-5-5 {
  -webkit-transform: perspective(0) skewY(3deg);
          transform: perspective(0) skewY(3deg);
  background: url(../images/Inte-05.png) no-repeat top 150px left, url(../images/ib5.png) no-repeat right -240px bottom -55px;
  height: 1428px;
}

#topMess-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: perspective(0) skewY(-3deg);
          transform: perspective(0) skewY(-3deg);
  background-image: url("../images/top-mess-bg.jpg");
  height: 1537px;
  position: relative;
  margin-top: 0;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#topAccess-bg {
  background-image: url("../images/top-access-bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  padding-bottom: 100px;
  height: auto;
  position: relative;
  z-index: 7;
  margin-top: -80px;
}

#topAnchor-bg {
  background: #fff url(../images/gr-btn11.png) no-repeat center center;
  height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*------------------------------------------------------------
		CSS defaults  1400px ---> 999999px(big monitor)
------------------------------------------------------------*/
.topGreeting {
  padding-top: 598px;
}

.topGreeting__text {
  background-color: #fff;
  padding-bottom: 100px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 7px 20px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 7px 20px;
}

.topGreeting__text__title {
  width: 88%;
  margin: 0 auto;
  color: #9d8adb;
  position: relative;
  top: -104px;
}

.topGreeting__text__title h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 4px;
}

.topGreeting__text__title h1 {
  margin-top: 40px;
  font-size: 90px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 3.4px;
  font-family: 'Josefin Sans', sans-serif;
}

.topGreeting__text__ct {
  width: 88%;
  margin: 0 auto;
  margin-top: -34px;
}

.topGreeting__text__ct p {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 1.5px;
  text-align: justify;
}

.topConcept {
  background-color: #fff;
}

.topConcept__title {
  color: #9d8adb;
  text-align: center;
  margin-top: -135px;
  position: relative;
  z-index: 2;
}

.topConcept__title h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 3px;
}

.topConcept__title h1 {
  margin-top: 46px;
  font-size: 80px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 5px;
  font-family: 'Josefin Sans', sans-serif;
}

.topConcept__listPoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 78px;
}

.topConcept__listPoint__pLeft {
  width: 626px;
  height: 995px;
  margin-top: 60px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 20px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 20px;
}

.topConcept__listPoint__pLeft__icon {
  position: absolute;
  top: 47px;
  left: 47px;
}

.topConcept__listPoint__pLeft__text {
  position: absolute;
  bottom: 70px;
  text-align: justify;
}

.topConcept__listPoint__pLeft__text h5, .topConcept__listPoint__pLeft__text p {
  width: 84%;
  margin: 0 auto;
}

.topConcept__listPoint__pRight {
  width: 626px;
  height: 995px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 20px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 20px;
}

.topConcept__listPoint__pRight__icon {
  position: absolute;
  top: 47px;
  left: 47px;
}

.topConcept__listPoint__pRight__text {
  position: absolute;
  bottom: 70px;
  text-align: justify;
}

.topConcept__listPoint__pRight__text h5, .topConcept__listPoint__pRight__text p {
  width: 84%;
  margin: 0 auto;
}

.topConcept__listPoint h5 {
  font-size: 24px;
  line-height: 70px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #fff;
}

.topConcept__listPoint p {
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}

.topConcept__listPoint:nth-child(2) .topConcept__listPoint__pLeft {
  background-image: url("../images/top-concept-p1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.topConcept__listPoint:nth-child(2) .topConcept__listPoint__pRight {
  background-image: url("../images/top-concept-p2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.topConcept__listPoint:nth-child(3) {
  margin-top: 0;
}

.topConcept__listPoint:nth-child(3) .topConcept__listPoint__pLeft {
  background-image: url("../images/top-concept-p3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.topConcept__listPoint:nth-child(3) .topConcept__listPoint__pRight {
  background-image: url("../images/top-concept-p4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.topInte {
  background-color: #fff;
  padding-top: 180px;
}

.topInte__i01 {
  padding-top: 127px;
  color: #fff;
}

.topInte__i01__title {
  text-align: center;
}

.topInte__i01__title h5 {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 46px;
  font-weight: 500;
}

.topInte__i01__title h1 {
  font-size: 80px;
  letter-spacing: 5px;
  line-height: 140px;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
}

.topInte__i01 .topInte__imLeft {
  margin-top: 50px;
}

.topInte__i02 {
  padding-top: 78px;
  color: #000;
}

.topInte__i02 h5 {
  color: #9d8adb;
}

.topInte__i03 {
  padding-top: 90px;
  color: #fff;
}

.topInte__i04 {
  padding-top: 80px;
  color: #000;
}

.topInte__i04 h5 {
  color: #9d8adb;
}

.topInte__i05 {
  padding-top: 90px;
  color: #fff;
}

.topInte__titSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 42px;
}

.topInte__titSec h5 {
  font-size: 32px;
  letter-spacing: 4px;
  line-height: 52px;
  font-weight: bold;
  margin-top: -20px;
  margin-left: 30px;
}

.topInte__imLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

.topInte__imLeft__im {
  width: 50%;
  max-width: 640px;
}

.topInte__imLeft__im img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 20px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 20px;
}

.topInte__imLeft__coText {
  width: 50%;
  max-width: 640px;
}

.topInte__imRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
}

.topInte__imRight__coText {
  width: 50%;
  max-width: 640px;
}

.topInte__imRight__im {
  width: 50%;
  max-width: 640px;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.topInte__imRight__im img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 20px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 20px;
}

.topInte p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 32px;
  text-align: justify;
}

.topMess {
  text-align: center;
  color: #fff;
  -webkit-transform: perspective(0) skewY(3deg);
          transform: perspective(0) skewY(3deg);
}

.topMess h5 {
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 46px;
  font-weight: 500;
  padding-top: 0px;
}

.topMess h1 {
  font-size: 80px;
  letter-spacing: 5px;
  line-height: 140px;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
}

.topMess h4 {
  font-size: 32px;
  letter-spacing: 3px;
  line-height: 52px;
  font-weight: bold;
  padding-top: 40px;
}

.topMess p {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 32px;
  text-align: justify;
  padding-top: 40px;
}

.topMess .youtube-video-emb{ 
	height: 450px; 
	max-width: 900px; 
	margin: 60px auto 20px; 
	line-height: 0;
}

.topAccess__title {
  color: #d5b692;
  text-align: center;
  padding-top: 126px;
}

.topAccess__title h5 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 46px;
}

.topAccess__title h1 {
  margin-top: 46px;
  font-size: 80px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 5px;
  font-family: 'Josefin Sans', sans-serif;
}

.topAccess__deTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 80px 109px 62px 109px;
  margin-top: 98px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 7px 20px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 7px 20px;
}

.topAccess__deTab table {
  width: 100%;
}

.topAccess__deTab__left {
  width: 48%;
}

.topAccess__deTab__left table td {
  border: 0px solid;
  padding: 16px 0;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #000;
}

.topAccess__deTab__left table tr td:first-child {
  width: 100px;
  vertical-align: top;
  color: #d5b692;
  font-weight: bold;
}

.topAccess__deTab__right {
  width: 49%;
}

.topAccess__deTab__right p {
  margin-top: 14px;
  text-align: right;
  color: #d5b692;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-right: 20px;
}

.topAccess__deTab__right iframe {
  margin-top: 44px;
}

.topAccess__deTab__right table {
  color: #d5b692;
  text-align: center;
}

.topAccess__deTab__right table th, .topAccess__deTab__right table td {
  padding: 16px 0;
  border: 0px solid;
  border-bottom: 1px solid #b5b5b5;
}

.topAccess__deTab__right table th {
  color: #000;
}

.topAccess__deTab__right table tr th:first-child, .topAccess__deTab__right table tr td:first-child {
  width: 180px;
  color: #000;
}

.topAccess__deTab__right table tr th:last-child, .topAccess__deTab__right table tr td:last-child {
  width: 70px;
}

.topAccess__deTab__right table .day-off {
  color: #000;
}


.topAutoslide {
  background-color: #fff;
}

.topAutoslide__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 241px;
}

.topAutoslide__slider__barrier {
  overflow: hidden;
  position: relative;
}

.topAutoslide__slider__barrier__lane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.topAutoslide__slider__barrier__lane__im {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes translateinfinite {
  100% {
    -webkit-transform: translateX(calc(-351px * 12));
            transform: translateX(calc(-351px * 12));
  }
}

@keyframes translateinfinite {
  100% {
    -webkit-transform: translateX(calc(-351px * 12));
            transform: translateX(calc(-351px * 12));
  }
}

#topAutoslide-infinite .topAutoslide__slider__barrier .topAutoslide__slider__barrier__lane {
  width: calc(351px * 24);
}

#topAutoslide-infinite .topAutoslide__slider__barrier .topAutoslide__slider__barrier__lane .topAutoslide_slider__barrier__lane__im {
  width: 351px;
  -webkit-animation: translateinfinite 40s linear infinite;
          animation: translateinfinite 40s linear infinite;
}

.topAnchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topAnchor img {
  max-width: 100%;
  height: auto;
}

.topAnchor a {
  max-width: 408px;
}

.topAnchor a:nth-child(2) {
  padding: 0 5px 0 5px;
}

.ai-chat {
  max-width: 150px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .ai-chat {
    bottom: 70px;
    right: 10px;
    max-width: 100px;
  }
}

.ai-chat img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------------------
	CSS For Desktop Have Breakpoint: 1399px ---> 769px
------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
  .topConcept__listPoint {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .topConcept__listPoint__pLeft {
    width: 600px;
  }
  .topConcept__listPoint__pRight {
    width: 620px;
  }
}

@media only screen and (max-width: 1300px) {
  .topConcept__listPoint__pLeft {
    width: 570px;
    height: 950px;
  }
  .topConcept__listPoint__pRight {
    width: 570px;
    height: 950px;
  }
}

@media only screen and (max-width: 1200px) {
  #topInte-bg-1-1 {
    height: auto;
    padding-bottom: 200px;
  }
  #topInte-bg-2-2 {
    height: auto;
    padding-bottom: 200px;
  }
  #topInte-bg-3-3 {
    height: auto;
    padding-bottom: 200px;
  }
  #topInte-bg-4-4 {
    height: auto;
    padding-bottom: 200px;
  }
  #topInte-bg-5-5 {
    height: auto;
    padding-bottom: 200px;
  }
  #topAccess-bg {
    padding-bottom: 40px;
  }
  .topConcept__listPoint__pLeft {
    width: 480px;
  }
  .topConcept__listPoint__pRight {
    width: 480px;
  }
  .topInte__titSec {
    padding-bottom: 20px;
  }
  .topInte__titSec h5 {
    font-size: 26px;
  }
  .topInte__imLeft__im {
    width: 49%;
  }
  .topInte__imLeft__coText {
    width: 49%;
  }
  .topInte__imRight__coText {
    width: 49%;
  }
  .topInte__imRight__im {
    width: 49%;
  }
  .topInte p {
    font-size: 12px;
    line-height: 26px;
  }
  .topAccess__deTab {
    padding: 80px 30px 62px 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .topConcept__listPoint__pLeft {
    width: 420px;
  }
  .topConcept__listPoint__pRight {
    width: 420px;
  }
  .topConcept__listPoint h5 {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  .topConcept__listPoint p {
    font-size: 12px;
    line-height: 30px;
  }
  .topAccess__deTab {
    padding: 80px 30px 62px 30px;
  }
  .topAccess__deTab__left table td {
    padding: 16px 0;
    font-size: 12px;
  }
  .topAccess__deTab__left table tr td:first-child {
    width: 60px;
  }
  .topAccess__deTab__right p {
    font-size: 12px;
  }
  .topAccess__deTab__right table {
    font-size: 12px;
  }
  .topAccess__deTab__right table tr th:first-child, .topAccess__deTab__right table tr td:first-child {
    width: 90px;
  }
  .topAccess__deTab__right table tr th:last-child, .topAccess__deTab__right table tr td:last-child {
    width: 40px;
  }
}

@media only screen and (max-width: 900px) {
  .topConcept__title {
    margin-top: -70px;
  }
  .topConcept__listPoint__pLeft {
    width: 360px;
  }
  .topConcept__listPoint__pRight {
    width: 360px;
  }
  .topConcept__listPoint h5 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .topConcept__listPoint p {
    font-size: 12px;
    line-height: 26px;
  }
  .topAccess__deTab__left table td {
    padding: 4px 0;
  }
}

@media only screen and (max-width: 768px) {
  #topGreeting-bg {
    height: auto;
    background: url(../images/sensei-pic2.png) no-repeat top center, url(../images/top-concept-bg.png) no-repeat bottom -20% center;
    background-color: #fff;
    padding-bottom: 140px;
  }
  #topInte-bg-1-1 {
    height: auto;
    padding-bottom: 170px;
    background: url(../images/Inte-01.png) no-repeat top 10% left, url(../images/ib1.png) no-repeat right -640px bottom 1%;
  }
  #topInte-bg-2-2 {
    height: auto;
    padding-bottom: 170px;
    margin-top: 0;
  }
  #topInte-bg-3-3 {
    background: url(../images/Inte-03.png) no-repeat top 55px left, url(../images/ib3.png) no-repeat right -740px bottom 10px;
    height: auto;
    padding-bottom: 170px;
    margin-top: 0;
  }
  #topInte-bg-4-4 {
    height: auto;
    padding-bottom: 170px;
    margin-top: 0;
  }
  #topInte-bg-5-5 {
    background: url(../images/Inte-05.png) no-repeat top 150px left, url(../images/ib5.png) no-repeat right -640px bottom -40px;
    height: auto;
    padding-bottom: 120px;
    margin-top: 0;
  }
  #topMess-bg {
    height: auto;
    margin-top: -20px;
    display: block;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding-bottom: 130px;
  }
  #topAccess-bg {
    padding-bottom: 40px;
  }
  #topAnchor-bg {
    background-image: url("../images/top-group-btn-bg.jpg");
    height: auto;
    display: block;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding: 50px 0 50px 0;
  }
  .topGreeting {
    padding-top: 600px;
  }
  .topGreeting__text {
    background-color: #fff;
    padding: 30px 0 20px 0;
  }
  .topGreeting__text__title {
    width: unset;
    position: unset;
    top: unset;
    text-align: left;
    margin-top: -96px;
    margin-left: 10px;
  }
  .topGreeting__text__title h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 4px;
  }
  .topGreeting__text__title h1 {
    margin-top: 0px;
    font-size: 45px;
    line-height: 46px;
    font-weight: bold;
  }
  .topGreeting__text__ct {
    width: 90%;
    margin-top: 20px;
  }
  .topGreeting__text__ct p {
    font-size: 12px;
    line-height: 26px;
    padding-bottom: 0;
  }
  .topConcept {
    background-color: #fff;
    padding-top: 0px;
    margin-top: -30px;
  }
  .topConcept__title {
    margin-top: 0;
  }
  .topConcept__title h5 {
    font-size: 16px;
    line-height: 36px;
  }
  .topConcept__title h1 {
    margin-top: 0;
    font-size: 45px;
    font-weight: bold;
  }
  .topConcept__listPoint {
    display: block;
    margin-top: 60px;
  }
  .topConcept__listPoint__pLeft {
    width: 100%;
    height: 700px;
    margin-top: 30px;
  }
  .topConcept__listPoint__pLeft__icon {
    top: 20px;
    left: 20px;
  }
  .topConcept__listPoint__pLeft__icon img {
    width: 60%;
  }
  .topConcept__listPoint__pLeft__text {
    bottom: 30px;
  }
  .topConcept__listPoint__pLeft__text h5, .topConcept__listPoint__pLeft__text p {
    width: 90%;
  }
  .topConcept__listPoint__pRight {
    width: 100%;
    height: 700px;
    margin-top: 30px;
  }
  .topConcept__listPoint__pRight__icon {
    top: 20px;
    left: 20px;
  }
  .topConcept__listPoint__pRight__icon img {
    width: 60%;
  }
  .topConcept__listPoint__pRight__text {
    bottom: 30px;
  }
  .topConcept__listPoint__pRight__text h5, .topConcept__listPoint__pRight__text p {
    width: 90%;
  }
  .topConcept__listPoint h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .topConcept__listPoint p {
    font-size: 12px;
    line-height: 26px;
  }
  .topConcept__listPoint:nth-child(2) .topConcept__listPoint__pLeft {
    margin-top: 0;
    height: 950px;
  }
  .topInte {
    padding-top: 100px;
  }
  .topInte br {
    display: none;
  }
  .topInte__i01 {
    padding-top: 100px;
  }
  .topInte__i01__title {
    text-align: center;
  }
  .topInte__i01__title h5 {
    font-size: 16px;
    line-height: 36px;
  }
  .topInte__i01__title h1 {
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
  }
  .topInte__i01 .topInte__titSec img {
    width: 60px;
  }
  .topInte__i02 {
    padding-top: 70px;
  }
  .topInte__i03 {
    padding-top: 60px;
  }
  .topInte__i04 {
    padding-top: 60px;
  }
  .topInte__i05 {
    padding-top: 60px;
  }
  .topInte__titSec {
    padding-bottom: 20px;
  }
  .topInte__titSec img {
    width: 80px;
  }
  .topInte__titSec h5 {
    font-size: 16px;
    line-height: 26px;
    margin-top: -10px;
    margin-left: 12px;
  }
  .topInte__imLeft {
    display: block;
    margin-top: 20px;
  }
  .topInte__imLeft__im {
    width: 90%;
    margin: 0 auto;
    max-width: unset;
  }
  .topInte__imLeft__im img {
    max-width: unset;
    width: 100%;
  }
  .topInte__imLeft__coText {
    width: 90%;
    margin: 0 auto;
    max-width: unset;
    padding-bottom: 20px;
  }
  .topInte__imRight {
    display: block;
    margin-top: 20px;
  }
  .topInte__imRight__coText {
    width: 90%;
    margin: 0 auto;
    max-width: unset;
    padding-bottom: 20px;
  }
  .topInte__imRight__im {
    width: 90%;
    margin: 0 auto;
    max-width: unset;
    display: block;
  }
  .topInte__imRight__im img {
    max-width: unset;
    width: 100%;
  }
  .topInte p {
    font-size: 12px;
    line-height: 26px;
  }
  .topMess h5 {
    font-size: 14px;
    line-height: 26px;
    padding-top: 80px;
    letter-spacing: 2px;
  }
  .topMess h1 {
    font-size: 45px;
    line-height: 80px;
    font-weight: bold;
  }
  .topMess h4 {
    font-size: 18px;
    line-height: 36px;
    padding-top: 10px;
    letter-spacing: 2px;
  }
  .topMess p {
    font-size: 12px;
    line-height: 26px;
    padding-top: 20px;
  }
  .topMess br {
    display: none;
  }
  .topAccess__title {
    color: #d5b692;
    text-align: center;
    padding-top: 80px;
  }
  .topAccess__title h5 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 46px;
  }
  .topAccess__title h1 {
    margin-top: 14px;
    font-size: 45px;
    font-weight: bold;
    line-height: 46px;
    letter-spacing: 5px;
    font-family: 'Josefin Sans', sans-serif;
  }
  .topAccess__deTab {
    display: block;
    padding: 30px 20px 40px 20px;
    margin-top: 50px;
  }
  .topAccess__deTab table {
    width: 100%;
  }
  .topAccess__deTab__left {
    width: 100%;
  }
  .topAccess__deTab__left table td {
    padding: 5px 0;
    font-size: 12px;
    line-height: 26px;
  }
  .topAccess__deTab__left table tr td:first-child {
    width: 60px;
  }
  .topAccess__deTab__right {
    width: 100%;
    margin-top: 30px;
  }
  .topAccess__deTab__right p {
    margin-top: 10px;
    text-align: left;
    margin-right: unset;
  }
  .topAccess__deTab__right iframe {
    margin-top: 24px;
  }
  .topAccess__deTab__right table {
    color: #d5b692;
    text-align: center;
  }
  .topAccess__deTab__right table th {
    color: #000;
  }
  .topAccess__deTab__right table tr th:first-child, .topAccess__deTab__right table tr td:first-child {
    width: 90px;
    color: #000;
  }
  .topAccess__deTab__right table tr th:last-child, .topAccess__deTab__right table tr td:last-child {
    width: 50px;
  }
  .topAutoslide__slider {
    height: 120px;
  }
  @-webkit-keyframes translateinfinite {
    100% {
      -webkit-transform: translateX(calc(-175px * 12));
              transform: translateX(calc(-175px * 12));
    }
  }
  @keyframes translateinfinite {
    100% {
      -webkit-transform: translateX(calc(-175px * 12));
              transform: translateX(calc(-175px * 12));
    }
  }
  #topAutoslide-infinite .topAutoslide__slider__barrier .topAutoslide__slider__barrier__lane {
    width: calc(175px * 24);
  }
  #topAutoslide-infinite .topAutoslide__slider__barrier .topAutoslide__slider__barrier__lane .topAutoslide_slider__barrier__lane__im {
    width: 175px;
  }
  #topAutoslide-infinite .topAutoslide__slider__barrier .topAutoslide__slider__barrier__lane .topAutoslide_slider__barrier__lane__im img {
    width: 175px;
  }
  .topAnchor {
    display: block;
  }
  .topAnchor img {
    max-width: unset;
    height: unset;
    width: 100%;
  }
  .topAnchor a {
    max-width: unset;
  }
  .topAnchor a:nth-child(2) {
    padding: 0;
  }
  .topAnchor a:nth-child(2) img {
    padding: 10px 0 10px 0;
  }
}

@media only screen and (max-width: 530px) {
  #topGreeting-bg {
    background: url(../images/sensei-pic2.png) no-repeat top center, url(../images/top-concept-bg.png) no-repeat bottom -14% center;
    background-color: #fff;
    padding-bottom: 160px;
  }
}

@media only screen and (max-width: 360px) {
  #topGreeting-bg {
    background: url(../images/sensei-pic2.png) no-repeat top center, url(../images/top-concept-bg.png) no-repeat bottom -11% center;
    background-color: #fff;
    padding-bottom: 140px;
  }
}

#loading.disappear {
  display: none;
}

/* youtube設定 */
#youtube-area {
  position: fixed;
  z-index: 1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#youtube {
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 100vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
/*youtubeがクリックされないためのマスク*/
#youtube-mask {
  position: absolute;
  z-index: 3;
  /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #5d5d5d57;
}

.mov {
  height: 97.3vh;
}

@media only screen and (max-width: 768px) {
  #youtube {
    width: 250vh;
    min-height: 200%;
    min-width: 200%;
  }
}

@media only screen and (max-width: 414px) {
  #youtube {
    width: 220vh;
  }
}

#topHeader-bg {
  width: 100%;
  position: fixed;
  z-index: 99;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  max-width: 100%;
}

.topMenu {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.topMenu__logo {
  width: 25%;
  max-width: 350px;
}

.topMenu__logo img {
  max-width: 100%;
  height: auto;
}

.topMenu__menuItem {
  width: 55%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topMenu__menuItem nav {
  width: 100%;
}

.topMenu__menuItem ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.topMenu__menuItem ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topMenu__menuItem ul li:nth-child(1) {
  width: 15%;
}

.topMenu__menuItem ul li:nth-child(2) {
  width: 15%;
}

.topMenu__menuItem ul li:nth-child(3) {
  width: 18%;
}

.topMenu__menuItem ul li:nth-child(4) {
  width: 20%;
}

.topMenu__menuItem ul li:nth-child(5) {
  width: 32%;
}

.topMenu__menuItem ul a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  height: auto;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 700;
}

.topMenu__menuItem ul a:hover {
  color: #dedede;
}

.topMenu__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  max-width: 280px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topMenu__tel img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1280px) {
  .topMenu__menuItem ul a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .topMenu__menuItem ul a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 900px) {
  .topMenu__menuItem ul a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .topMenu {
    padding: 14px;
  }
  .topMenu__logo {
    width: unset;
    max-width: unset;
  }
  .topMenu__logo img {
    max-width: unset;
    height: auto;
    width: 40%;
  }
  .topMenu__btn {
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    width: 50px;
    height: 50px;
    right: 16px;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    background: transparent;
  }
  .topMenu__btn__1, .topMenu__btn__2 {
    width: 70%;
    height: 2px;
    background: #fff;
    margin: 5px auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
  }
  .topMenu__btn__1 {
    margin-top: 15px;
  }
  .topMenu__btn__3 {
    color: #fff;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1.5px;
  }
  .topMenu__btn__3 p:nth-child(1) {
    display: block;
  }
  .topMenu__btn__3 p:nth-child(2) {
    display: none;
  }
  .topMenu__btnPhone {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 57px;
    background-color: #56559f;
    border-top: 2px solid;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    -webkit-border-image: -webkit-linear-gradient(45deg, #ceb394, #fff3dc, #b79771) 1;
         -o-border-image: linear-gradient(45deg, #ceb394, #fff3dc, #b79771) 1;
            border-image: linear-gradient(45deg, #ceb394, #fff3dc, #b79771) 1;
  }
  .topMenu__btnPhone a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
  }
  .topMenu__btnPhone a img {
    width: 22px;
  }
  .topMenu__btnPhone a p {
    color: #fff;
    font-size: 20px;
    font-family: 500;
    letter-spacing: 2px;
    margin-left: 10px;
  }
  .topMenu__menuItem {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    margin-left: 0;
    z-index: -1;
  }
  .topMenu__menuItem ul {
    background: #5a5ea9d4;
    height: 100vh;
    padding-top: 100px;
    display: block;
    width: 100%;
  }
  .topMenu__menuItem ul li {
    display: block;
    border-bottom: 1px solid #fff;
  }
  .topMenu__menuItem ul li:nth-child(1) {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .topMenu__menuItem ul li:nth-child(2) {
    width: 100%;
  }
  .topMenu__menuItem ul li:nth-child(3) {
    width: 100%;
  }
  .topMenu__menuItem ul li:nth-child(4) {
    width: 100%;
  }
  .topMenu__menuItem ul li:nth-child(5) {
    width: 100%;
  }
  .topMenu__menuItem ul a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    height: 50px;
  }
  .topMenu__tel {
    display: none;
  }
  .topMenu .is-open .topMenu__btn__1 {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
            transform: rotate(45deg) translate(4px, 4px);
    -webkit-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
  }
  .topMenu .is-open .topMenu__btn__2 {
    -webkit-transform: rotate(-45deg) translate(2px, -2px);
            transform: rotate(-45deg) translate(2px, -2px);
    -webkit-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
  }
  .topMenu .is-open .topMenu__btn__3 p:nth-child(1) {
    display: none;
  }
  .topMenu .is-open .topMenu__btn__3 p:nth-child(2) {
    display: block;
    margin-top: 12px;
  }
}

#footMain-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/foot-main-bg2.jpg");
  height: auto;
}

#footMenu-bg {
  background-color: #56559fb1;
}

#footCopyright-bg {
  background-color: #efefef;
}

.footMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 87%;
  margin: 0 auto;
  padding-top: 80px;
  color: #fff;
}

.footMain__left {
  width: 48%;
}

.footMain__left__logo {
  max-width: 436px;
}

.footMain__left__logo img {
  max-width: 100%;
  height: 100%;
}

.footMain__left__address {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 40px;
  margin-top: 25px;
}

.footMain__left__map {
  margin-top: 10px;
}

.footMain__right {
  width: 45%;
}

.footMain__right__phone {
  margin-top: 20px;
  max-width: 380px;
}

.footMain__right__phone img {
  width: 380px;
  max-width: 100%;
  height: auto;
}

.footMain__right__daytab {
  margin-top: 40px;
}

.footMain__right__daytab p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 26px;
  text-align: right;
  margin-top: 5px;
  margin-right: 16px;
}

.footMain__right__daytab table {
  width: 100%;
  text-align: center;
}

.footMain__right__daytab table th, .footMain__right__daytab table td {
  padding: 24px 16px 24px 16px;
  border: 0;
  border-bottom: 1px solid #fff;
}

.footMain__right__daytab table tr th:first-child, .footMain__right__daytab table tr td:first-child {
  width: 150px;
}

.footMain__right__daytab table tr th:last-child, .footMain__right__daytab table tr td:last-child {
  width: 50px;
}

.footMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  padding: 24px 0;
}

.footMenu ul {
  list-style-type: none;
}

.footMenu ul li {
  float: left;
  border-left: 1px solid #fff;
  padding: 0 42px;
}

.footMenu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.footMenu ul li a:hover {
  opacity: .8;
}

.footMenu ul li:first-child {
  border-left: none;
}

.footCopyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.footCopyright img {
  width: 153px;
  height: 41px;
  margin-left: 80px;
}

.footCopyright span {
  font-size: 10px;
  letter-spacing: 1px;
  margin-left: 20px;
  padding-top: 18px;
}

.footCopyright span:before {
  content: '';
  border-left: 1px solid #bfbfbf;
  margin-right: 20px;
}

.footPagetotop {
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 150px;
  right: 0;
  cursor: pointer;
}

.footPagetotop img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .footMain {
    width: 96%;
  }
  .footMain__left {
    width: 46%;
  }
  .footMain__right__daytab table th, .footMain__right__daytab table td {
    padding: 10px;
  }
  .footMain__right__daytab table tr th:first-child, .footMain__right__daytab table tr td:first-child {
    width: 120px;
  }
  .footMain__right__daytab table tr th:last-child, .footMain__right__daytab table tr td:last-child {
    width: 50px;
  }
}

@media only screen and (max-width: 900px) {
  .footMain__left__address {
    font-size: 18px;
  }
  .footMain__right {
    width: 50%;
  }
  .footMain__right__daytab table th, .footMain__right__daytab table td {
    font-size: 12px;
  }
  .footMenu ul li {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  .footMain {
    display: block;
    width: 100%;
    padding-top: 60px;
  }
  .footMain__left {
    width: 100%;
    text-align: center;
  }
  .footMain__left__logo {
    max-width: unset;
  }
  .footMain__left__logo img {
    max-width: unset;
    height: auto;
    width: 70%;
  }
  .footMain__left__address {
    font-size: 16px;
    margin-top: 25px;
  }
  .footMain__left__map {
    margin-top: 40px;
  }
  .footMain__right {
    width: 100%;
  }
  .footMain__right__phone {
    margin-top: 40px;
    max-width: unset;
    text-align: center;
  }
  .footMain__right__phone img {
    width: 70%;
    max-width: unset;
    height: auto;
  }
  .footMain__right__daytab {
    margin-top: 20px;
  }
  .footMain__right__daytab p {
    font-size: 10px;
    text-align: left;
    margin-top: 5px;
    margin-right: unset;
  }
  .footMain__right__daytab table {
    width: 100%;
  }
  .footMain__right__daytab table th, .footMain__right__daytab table td {
    padding: 20px 10px 20px 10px;
    font-size: 12px;
  }
  .footMain__right__daytab table tr th:first-child, .footMain__right__daytab table tr td:first-child {
    width: 86px;
  }
  .footMain__right__daytab table tr th:last-child, .footMain__right__daytab table tr td:last-child {
    width: 40px;
  }
  .footMenu {
    display: block;
    margin-top: 40px;
    padding: 0;
    text-align: center;
  }
  .footMenu ul li {
    float: unset;
    border-left: unset;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  .footMenu ul li a {
    font-size: 12px;
    width: 100%;
    line-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footMenu ul li:first-child {
    border-left: unset;
  }
  .footMenu ul li:last-child {
    border-bottom: none;
  }
  .footCopyright {
    padding: 10px 0 66px 0;
  }
  .footCopyright img {
    width: 80px;
    height: 21px;
    margin-left: 0;
  }
  .footCopyright span {
    padding-top: 8px;
    font-size: 8px;
  }
  .footPagetotop {
    width: 45px;
    height: 45px;
    bottom: 97px;
  }
}

@media only screen and (max-width: 360px) {
  .footMain__right__daytab table th, .footMain__right__daytab table td {
    padding: 20px 5px 20px 5px;
    font-size: 9px;
  }
}

.mScroll {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 64px;
}

.mScroll *, .mScroll *:before, .mScroll *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mScroll__mouse {
  height: 38px;
  width: 20px;
  border-radius: 14px;
  -webkit-transform: none;
          transform: none;
  border: 2px solid white;
  top: 170px;
}

.mScroll__mouse__wheel {
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  border-radius: 8px;
  -webkit-animation: mouse-wheel 0.6s linear infinite;
          animation: mouse-wheel 0.6s linear infinite;
}

.mScroll__line {
  position: absolute;
  width: 2px;
  height: 0px;
  background: #fff;
  -webkit-transform: translateX(9px);
          transform: translateX(9px);
  margin-top: 40px;
  -webkit-animation: pathmove 1s ease-in-out infinite;
          animation: pathmove 1s ease-in-out infinite;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 20px;
    opacity: 1;
  }
  100% {
    height: 10px;
    top: 14px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 20px;
    opacity: 1;
  }
  100% {
    height: 10px;
    top: 14px;
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
  .mScroll {
    width: 20px;
    height: 33px;
  }
  .mScroll__mouse {
    height: 20px;
    width: 10px;
    border: 1px solid white;
  }
  .mScroll__mouse__wheel {
    height: 2px;
    width: 2px;
    border: 1px solid #fff;
  }
  .mScroll__line {
    width: 1px;
    height: 0px;
    -webkit-transform: translateX(4.7px);
            transform: translateX(4.7px);
    margin-top: 20px;
  }
  @-webkit-keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 10px;
      opacity: 1;
    }
    100% {
      height: 10px;
      top: 5px;
      opacity: 0;
    }
  }
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 10px;
      opacity: 1;
    }
    100% {
      height: 10px;
      top: 5px;
      opacity: 0;
    }
  }
}
