@charset "UTF-8";
/*! Writen  by SCSS */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=EB+Garamond:wght@400;500;600&display=swap");
/* RESET */
a, img, ul, li, table, tr, td, p, h1, h2, h3, h4, h5, h6, ol, div, body, html, dl, dt, dd, h1, h2, h3, h4, h5, h6, hr, header, footer, section, figure, figcaption, aside, main, span {
  padding: 0px;
  margin: 0px;
  border: none;
  list-style: none;
  font-weight: inherit;
  font-size: 1em; }

header, footer, section, figure, figcaption, aside, main {
  display: block; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden; }

a img {
  border: none; }

/*font-style
---------------------------------------*/
body {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /*	ゴシック体	*/
  /*	明朝体	*/
  font-family: "Yu Mincho","游明朝",YuMincho,"游明朝体","Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; }
  body *, body *:before, body *:after {
    box-sizing: border-box; }
  body *.bs_cb {
    box-sizing: content-box; }
  body .wrap {
    position: relative;
    overflow: hidden; }

i.iefontfix {
  transform: translateY(0.2em);
  font-style: inherit; }

.kerning {
  font-feature-settings: "palt"; }

.bold {
  font-weight: bold; }

.nobold {
  font-weight: normal; }

/*fontfamily-style
---------------------------------------*/
.mincho {
  font-family: YakuHanMP,"游明朝","Yu Mincho",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", serif; }
  @media screen and (max-width: 768px) {
    .mincho {
      font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","Yu Mincho","游明朝",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; } }

.gothic {
  font-family: YakuHanJP,"游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo, sans-serif; }
  @media screen and (max-width: 768px) {
    .gothic {
      font-family: YakuHanJP,"Noto Sans JP","游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN", Meiryo,sans-serif; } }

.cinzel {
  font-family: "Cinzel", "游明朝", "Yu Mincho", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif; }

.garamond {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif; }

/*color-style
---------------------------------------*/
.color_red {
  color: #990000; }

.bg_red {
  background-color: #990000; }

.color_blue {
  color: #000099; }

.bg_blue {
  background-color: #000099; }

.color_green {
  color: #009900; }

.bg_green {
  background-color: #009900; }

.color_yellow {
  color: #FFFF00; }

.bg_yellow {
  background-color: #FFFF00; }

/*link-style
---------------------------------------*/
a {
  text-decoration: none;
  color: inherit; }

/* NEW! */
body > img, body > iframe {
  display: none; }

/*** CLEAR-FIX ***/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

/* ふんわりアルファオーバー */
.alpha a img {
  transition: all 0.2s ease-in-out 0s;
  will-change: opacity; }
body:not(.mobile) .alpha a:hover img {
  opacity: 0.7; }

/* fade utility  ふんわりマウスオーバー画像置換 */
.fadeimg_wrap {
  display: inline-block;
  position: relative; }
  .fadeimg_wrap img {
    transition: all 0.3s ease-in-out 0s; }
    .fadeimg_wrap img.off {
      position: relative;
      z-index: 1; }
    .fadeimg_wrap img.on {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0; }
  body:not(.mobile) .fadeimg_wrap:hover img.off {
    opacity: 0; }
  body:not(.mobile) .fadeimg_wrap:hover img.on {
    opacity: 1; }

.cl_b {
  clear: both; }

/* NEW! */
/*caption*/
.cap_c {
  text-align: center;
  font-size: 12px; }
  @media screen and (max-width: 480px) {
    .cap_c {
      font-size: 10px; } }

.cap_l {
  text-align: left;
  font-size: 12px; }
  @media screen and (max-width: 480px) {
    .cap_l {
      font-size: 10px; } }

.cap_r {
  text-align: right;
  font-size: 12px; }
  @media screen and (max-width: 480px) {
    .cap_r {
      font-size: 10px; } }

.center {
  margin-left: auto !important;
  margin-right: auto !important; }

/*** ALIGN ***/
.ta_c {
  text-align: center; }

.ta_r {
  text-align: right; }

.ta_l {
  text-align: left; }

@media screen and (max-width: 768px) {
  .ta_c_pc {
    text-align: center; }

  .ta_r_pc {
    text-align: right; }

  .ta_l_pc {
    text-align: left; } }
@media not screen, screen and (min-width: 769px) {
  .ta_c_sp {
    text-align: center; }

  .ta_r_sp {
    text-align: right; }

  .ta_l_sp {
    text-align: left; } }
body:not(.mobile) a.sp_link {
  pointer-events: none; }

.shiny a {
  display: inline-block;
  max-width: 100%;
  position: relative;
  overflow: hidden; }

.shiny a:before {
  display: block;
  position: absolute;
  z-index: 10;
  left: -100%;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  animation: shiny 4s infinite linear 0s; }

/*光の起点と終点の指定*/
@keyframes shiny {
  0% {
    left: -100%; }
  20%,100% {
    left: 100%; } }
@media screen and (max-width: 480px) {
  .w10_sp {
    width: 10%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w20_sp {
    width: 20%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w30_sp {
    width: 30%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w40_sp {
    width: 40%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w50_sp {
    width: 50%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w60_sp {
    width: 60%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w70_sp {
    width: 70%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w80_sp {
    width: 80%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w90_sp {
    width: 90%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w100_sp {
    width: 100%;
    margin: 0 auto; } }

@media screen and (max-width: 1900px) {
  .vpc1900 {
    display: none; } }
@media not screen, screen and (min-width: 1901px) {
  .vsp1900 {
    display: none; } }
@media screen and (max-width: 1800px) {
  .vpc1800 {
    display: none; } }
@media not screen, screen and (min-width: 1801px) {
  .vsp1800 {
    display: none; } }
@media screen and (max-width: 1600px) {
  .vpc1600 {
    display: none; } }
@media not screen, screen and (min-width: 1601px) {
  .vsp1600 {
    display: none; } }
@media screen and (max-width: 1580px) {
  .vpc1580 {
    display: none; } }
@media not screen, screen and (min-width: 1581px) {
  .vsp1580 {
    display: none; } }
@media screen and (max-width: 1500px) {
  .vpc1500 {
    display: none; } }
@media not screen, screen and (min-width: 1501px) {
  .vsp1500 {
    display: none; } }
@media screen and (max-width: 1400px) {
  .vpc1400 {
    display: none; } }
@media not screen, screen and (min-width: 1401px) {
  .vsp1400 {
    display: none; } }
@media screen and (max-width: 1300px) {
  .vpc1300 {
    display: none; } }
@media not screen, screen and (min-width: 1301px) {
  .vsp1300 {
    display: none; } }
@media screen and (max-width: 1200px) {
  .vpc1200 {
    display: none; } }
@media not screen, screen and (min-width: 1201px) {
  .vsp1200 {
    display: none; } }
@media screen and (max-width: 1024px) {
  .vpc1024 {
    display: none; } }
@media not screen, screen and (min-width: 1025px) {
  .vsp1024 {
    display: none; } }
@media screen and (max-width: 960px) {
  .vpc960 {
    display: none; } }
@media not screen, screen and (min-width: 961px) {
  .vsp960 {
    display: none; } }
@media screen and (max-width: 900px) {
  .vpc900 {
    display: none; } }
@media not screen, screen and (min-width: 901px) {
  .vsp900 {
    display: none; } }
@media screen and (max-width: 768px) {
  .vpc768 {
    display: none; } }
@media not screen, screen and (min-width: 769px) {
  .vsp768 {
    display: none; } }
@media screen and (max-width: 767px) {
  .vpc767 {
    display: none; } }
@media not screen, screen and (min-width: 768px) {
  .vsp767 {
    display: none; } }
@media screen and (max-width: 480px) {
  .vpc480 {
    display: none; } }
@media not screen, screen and (min-width: 481px) {
  .vsp480 {
    display: none; } }
@media screen and (max-width: 375px) {
  .vpc375 {
    display: none; } }
@media not screen, screen and (min-width: 376px) {
  .vsp375 {
    display: none; } }
@media screen and (max-width: 360px) {
  .vpc360 {
    display: none; } }
@media not screen, screen and (min-width: 361px) {
  .vsp360 {
    display: none; } }
@media screen and (max-width: 320px) {
  .vpc320 {
    display: none; } }
@media not screen, screen and (min-width: 321px) {
  .vsp320 {
    display: none; } }
.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.mt1 {
  margin-top: 1px !important; }

.mr1 {
  margin-right: 1px !important; }

.ml1 {
  margin-left: 1px !important; }

.mb1 {
  margin-bottom: 1px !important; }

.pt1 {
  padding-top: 1px !important; }

.pr1 {
  padding-right: 1px !important; }

.pl1 {
  padding-left: 1px !important; }

.pb1 {
  padding-bottom: 1px !important; }

.mt2 {
  margin-top: 2px !important; }

.mr2 {
  margin-right: 2px !important; }

.ml2 {
  margin-left: 2px !important; }

.mb2 {
  margin-bottom: 2px !important; }

.pt2 {
  padding-top: 2px !important; }

.pr2 {
  padding-right: 2px !important; }

.pl2 {
  padding-left: 2px !important; }

.pb2 {
  padding-bottom: 2px !important; }

.mt3 {
  margin-top: 3px !important; }

.mr3 {
  margin-right: 3px !important; }

.ml3 {
  margin-left: 3px !important; }

.mb3 {
  margin-bottom: 3px !important; }

.pt3 {
  padding-top: 3px !important; }

.pr3 {
  padding-right: 3px !important; }

.pl3 {
  padding-left: 3px !important; }

.pb3 {
  padding-bottom: 3px !important; }

.mt4 {
  margin-top: 4px !important; }

.mr4 {
  margin-right: 4px !important; }

.ml4 {
  margin-left: 4px !important; }

.mb4 {
  margin-bottom: 4px !important; }

.pt4 {
  padding-top: 4px !important; }

.pr4 {
  padding-right: 4px !important; }

.pl4 {
  padding-left: 4px !important; }

.pb4 {
  padding-bottom: 4px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.mt6 {
  margin-top: 6px !important; }

.mr6 {
  margin-right: 6px !important; }

.ml6 {
  margin-left: 6px !important; }

.mb6 {
  margin-bottom: 6px !important; }

.pt6 {
  padding-top: 6px !important; }

.pr6 {
  padding-right: 6px !important; }

.pl6 {
  padding-left: 6px !important; }

.pb6 {
  padding-bottom: 6px !important; }

.mt7 {
  margin-top: 7px !important; }

.mr7 {
  margin-right: 7px !important; }

.ml7 {
  margin-left: 7px !important; }

.mb7 {
  margin-bottom: 7px !important; }

.pt7 {
  padding-top: 7px !important; }

.pr7 {
  padding-right: 7px !important; }

.pl7 {
  padding-left: 7px !important; }

.pb7 {
  padding-bottom: 7px !important; }

.mt8 {
  margin-top: 8px !important; }

.mr8 {
  margin-right: 8px !important; }

.ml8 {
  margin-left: 8px !important; }

.mb8 {
  margin-bottom: 8px !important; }

.pt8 {
  padding-top: 8px !important; }

.pr8 {
  padding-right: 8px !important; }

.pl8 {
  padding-left: 8px !important; }

.pb8 {
  padding-bottom: 8px !important; }

.mt9 {
  margin-top: 9px !important; }

.mr9 {
  margin-right: 9px !important; }

.ml9 {
  margin-left: 9px !important; }

.mb9 {
  margin-bottom: 9px !important; }

.pt9 {
  padding-top: 9px !important; }

.pr9 {
  padding-right: 9px !important; }

.pl9 {
  padding-left: 9px !important; }

.pb9 {
  padding-bottom: 9px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.mt105 {
  margin-top: 105px !important; }

.mr105 {
  margin-right: 105px !important; }

.ml105 {
  margin-left: 105px !important; }

.mb105 {
  margin-bottom: 105px !important; }

.pt105 {
  padding-top: 105px !important; }

.pr105 {
  padding-right: 105px !important; }

.pl105 {
  padding-left: 105px !important; }

.pb105 {
  padding-bottom: 105px !important; }

.mt110 {
  margin-top: 110px !important; }

.mr110 {
  margin-right: 110px !important; }

.ml110 {
  margin-left: 110px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.pt110 {
  padding-top: 110px !important; }

.pr110 {
  padding-right: 110px !important; }

.pl110 {
  padding-left: 110px !important; }

.pb110 {
  padding-bottom: 110px !important; }

.mt115 {
  margin-top: 115px !important; }

.mr115 {
  margin-right: 115px !important; }

.ml115 {
  margin-left: 115px !important; }

.mb115 {
  margin-bottom: 115px !important; }

.pt115 {
  padding-top: 115px !important; }

.pr115 {
  padding-right: 115px !important; }

.pl115 {
  padding-left: 115px !important; }

.pb115 {
  padding-bottom: 115px !important; }

.mt120 {
  margin-top: 120px !important; }

.mr120 {
  margin-right: 120px !important; }

.ml120 {
  margin-left: 120px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.pt120 {
  padding-top: 120px !important; }

.pr120 {
  padding-right: 120px !important; }

.pl120 {
  padding-left: 120px !important; }

.pb120 {
  padding-bottom: 120px !important; }

.mt125 {
  margin-top: 125px !important; }

.mr125 {
  margin-right: 125px !important; }

.ml125 {
  margin-left: 125px !important; }

.mb125 {
  margin-bottom: 125px !important; }

.pt125 {
  padding-top: 125px !important; }

.pr125 {
  padding-right: 125px !important; }

.pl125 {
  padding-left: 125px !important; }

.pb125 {
  padding-bottom: 125px !important; }

.mt130 {
  margin-top: 130px !important; }

.mr130 {
  margin-right: 130px !important; }

.ml130 {
  margin-left: 130px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.pt130 {
  padding-top: 130px !important; }

.pr130 {
  padding-right: 130px !important; }

.pl130 {
  padding-left: 130px !important; }

.pb130 {
  padding-bottom: 130px !important; }

.mt135 {
  margin-top: 135px !important; }

.mr135 {
  margin-right: 135px !important; }

.ml135 {
  margin-left: 135px !important; }

.mb135 {
  margin-bottom: 135px !important; }

.pt135 {
  padding-top: 135px !important; }

.pr135 {
  padding-right: 135px !important; }

.pl135 {
  padding-left: 135px !important; }

.pb135 {
  padding-bottom: 135px !important; }

.mt140 {
  margin-top: 140px !important; }

.mr140 {
  margin-right: 140px !important; }

.ml140 {
  margin-left: 140px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.pt140 {
  padding-top: 140px !important; }

.pr140 {
  padding-right: 140px !important; }

.pl140 {
  padding-left: 140px !important; }

.pb140 {
  padding-bottom: 140px !important; }

.mt145 {
  margin-top: 145px !important; }

.mr145 {
  margin-right: 145px !important; }

.ml145 {
  margin-left: 145px !important; }

.mb145 {
  margin-bottom: 145px !important; }

.pt145 {
  padding-top: 145px !important; }

.pr145 {
  padding-right: 145px !important; }

.pl145 {
  padding-left: 145px !important; }

.pb145 {
  padding-bottom: 145px !important; }

.mt150 {
  margin-top: 150px !important; }

.mr150 {
  margin-right: 150px !important; }

.ml150 {
  margin-left: 150px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.pt150 {
  padding-top: 150px !important; }

.pr150 {
  padding-right: 150px !important; }

.pl150 {
  padding-left: 150px !important; }

.pb150 {
  padding-bottom: 150px !important; }

.mt155 {
  margin-top: 155px !important; }

.mr155 {
  margin-right: 155px !important; }

.ml155 {
  margin-left: 155px !important; }

.mb155 {
  margin-bottom: 155px !important; }

.pt155 {
  padding-top: 155px !important; }

.pr155 {
  padding-right: 155px !important; }

.pl155 {
  padding-left: 155px !important; }

.pb155 {
  padding-bottom: 155px !important; }

.mt160 {
  margin-top: 160px !important; }

.mr160 {
  margin-right: 160px !important; }

.ml160 {
  margin-left: 160px !important; }

.mb160 {
  margin-bottom: 160px !important; }

.pt160 {
  padding-top: 160px !important; }

.pr160 {
  padding-right: 160px !important; }

.pl160 {
  padding-left: 160px !important; }

.pb160 {
  padding-bottom: 160px !important; }

.mt165 {
  margin-top: 165px !important; }

.mr165 {
  margin-right: 165px !important; }

.ml165 {
  margin-left: 165px !important; }

.mb165 {
  margin-bottom: 165px !important; }

.pt165 {
  padding-top: 165px !important; }

.pr165 {
  padding-right: 165px !important; }

.pl165 {
  padding-left: 165px !important; }

.pb165 {
  padding-bottom: 165px !important; }

.mt170 {
  margin-top: 170px !important; }

.mr170 {
  margin-right: 170px !important; }

.ml170 {
  margin-left: 170px !important; }

.mb170 {
  margin-bottom: 170px !important; }

.pt170 {
  padding-top: 170px !important; }

.pr170 {
  padding-right: 170px !important; }

.pl170 {
  padding-left: 170px !important; }

.pb170 {
  padding-bottom: 170px !important; }

.mt175 {
  margin-top: 175px !important; }

.mr175 {
  margin-right: 175px !important; }

.ml175 {
  margin-left: 175px !important; }

.mb175 {
  margin-bottom: 175px !important; }

.pt175 {
  padding-top: 175px !important; }

.pr175 {
  padding-right: 175px !important; }

.pl175 {
  padding-left: 175px !important; }

.pb175 {
  padding-bottom: 175px !important; }

.mt180 {
  margin-top: 180px !important; }

.mr180 {
  margin-right: 180px !important; }

.ml180 {
  margin-left: 180px !important; }

.mb180 {
  margin-bottom: 180px !important; }

.pt180 {
  padding-top: 180px !important; }

.pr180 {
  padding-right: 180px !important; }

.pl180 {
  padding-left: 180px !important; }

.pb180 {
  padding-bottom: 180px !important; }

.mt185 {
  margin-top: 185px !important; }

.mr185 {
  margin-right: 185px !important; }

.ml185 {
  margin-left: 185px !important; }

.mb185 {
  margin-bottom: 185px !important; }

.pt185 {
  padding-top: 185px !important; }

.pr185 {
  padding-right: 185px !important; }

.pl185 {
  padding-left: 185px !important; }

.pb185 {
  padding-bottom: 185px !important; }

.mt190 {
  margin-top: 190px !important; }

.mr190 {
  margin-right: 190px !important; }

.ml190 {
  margin-left: 190px !important; }

.mb190 {
  margin-bottom: 190px !important; }

.pt190 {
  padding-top: 190px !important; }

.pr190 {
  padding-right: 190px !important; }

.pl190 {
  padding-left: 190px !important; }

.pb190 {
  padding-bottom: 190px !important; }

.mt195 {
  margin-top: 195px !important; }

.mr195 {
  margin-right: 195px !important; }

.ml195 {
  margin-left: 195px !important; }

.mb195 {
  margin-bottom: 195px !important; }

.pt195 {
  padding-top: 195px !important; }

.pr195 {
  padding-right: 195px !important; }

.pl195 {
  padding-left: 195px !important; }

.pb195 {
  padding-bottom: 195px !important; }

.mt200 {
  margin-top: 200px !important; }

.mr200 {
  margin-right: 200px !important; }

.ml200 {
  margin-left: 200px !important; }

.mb200 {
  margin-bottom: 200px !important; }

.pt200 {
  padding-top: 200px !important; }

.pr200 {
  padding-right: 200px !important; }

.pl200 {
  padding-left: 200px !important; }

.pb200 {
  padding-bottom: 200px !important; }

.side_spc {
  padding-left: 20px;
  padding-right: 20px; }

@media screen and (max-width: 768px) {
  .mb0_sp {
    margin-bottom: 0px !important; }

  .mb1_sp {
    margin-bottom: 1px !important; }

  .mb2_sp {
    margin-bottom: 2px !important; }

  .mb3_sp {
    margin-bottom: 3px !important; }

  .mb4_sp {
    margin-bottom: 4px !important; }

  .mb5_sp {
    margin-bottom: 5px !important; }

  .mb6_sp {
    margin-bottom: 6px !important; }

  .mb7_sp {
    margin-bottom: 7px !important; }

  .mb8_sp {
    margin-bottom: 8px !important; }

  .mb9_sp {
    margin-bottom: 9px !important; }

  .mb10_sp {
    margin-bottom: 10px !important; }

  .mb15_sp {
    margin-bottom: 15px !important; }

  .mb20_sp {
    margin-bottom: 20px !important; }

  .mb25_sp {
    margin-bottom: 25px !important; }

  .mb30_sp {
    margin-bottom: 30px !important; }

  .mb35_sp {
    margin-bottom: 35px !important; }

  .mb40_sp {
    margin-bottom: 40px !important; }

  .mb45_sp {
    margin-bottom: 45px !important; }

  .mb50_sp {
    margin-bottom: 50px !important; }

  .mb55_sp {
    margin-bottom: 55px !important; }

  .mb60_sp {
    margin-bottom: 60px !important; }

  .mb65_sp {
    margin-bottom: 65px !important; }

  .mb70_sp {
    margin-bottom: 70px !important; }

  .mb75_sp {
    margin-bottom: 75px !important; }

  .mb80_sp {
    margin-bottom: 80px !important; }

  .mb85_sp {
    margin-bottom: 85px !important; }

  .mb90_sp {
    margin-bottom: 90px !important; }

  .mb95_sp {
    margin-bottom: 95px !important; }

  .mb100_sp {
    margin-bottom: 100px !important; }

  .mb105_sp {
    margin-bottom: 105px !important; }

  .mb110_sp {
    margin-bottom: 110px !important; }

  .mb115_sp {
    margin-bottom: 115px !important; }

  .mb120_sp {
    margin-bottom: 120px !important; }

  .mb125_sp {
    margin-bottom: 125px !important; }

  .mb130_sp {
    margin-bottom: 130px !important; }

  .mb135_sp {
    margin-bottom: 135px !important; }

  .mb140_sp {
    margin-bottom: 140px !important; }

  .mb145_sp {
    margin-bottom: 145px !important; }

  .mb150_sp {
    margin-bottom: 150px !important; }

  .mb155_sp {
    margin-bottom: 155px !important; }

  .mb160_sp {
    margin-bottom: 160px !important; }

  .mb165_sp {
    margin-bottom: 165px !important; }

  .mb170_sp {
    margin-bottom: 170px !important; }

  .mb175_sp {
    margin-bottom: 175px !important; }

  .mb180_sp {
    margin-bottom: 180px !important; }

  .mb185_sp {
    margin-bottom: 185px !important; }

  .mb190_sp {
    margin-bottom: 190px !important; }

  .mb195_sp {
    margin-bottom: 195px !important; }

  .mb200_sp {
    margin-bottom: 200px !important; } }
.global-navi .links li.val a,
.sp-navi .inner .in .links li.val a,
.f_navi_wrap .f_navi li.val a {
  opacity: 0.4;
  pointer-events: none; }

.global-navi .links li,
.sp-navi .inner .in .links li,
.f_navi_wrap .f_navi li {
  /*&.pla {
  	a{
  		position: relative;
  		&::after{
  			content: "NEW";
  			display: block;
  			position: absolute;
  			z-index: 2;
  			left: 0;
  			right: 0;
  			top: -3px;
  			font-size: 12px;
  			line-height: 1;
  			color: #b81c22;
  		}
  	}
  }*/ }

.sp-navi .inner .in .links li.pla a {
  position: relative; }
  .sp-navi .inner .in .links li.pla a::after {
    top: 1px; }

.f_navi_wrap .f_navi li.pla a {
  position: relative; }
  .f_navi_wrap .f_navi li.pla a::after {
    top: -1em; }
    @media screen and (max-width: 768px) {
      .f_navi_wrap .f_navi li.pla a::after {
        font-size: 11px;
        top: 0; } }

h1 {
  display: none; }

.haeder-cv-button01 {
  display: block;
  padding: 8px 20px 8px;
  color: #0e3a5df;
  box-sizing: border-box;
  width: 145px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  background: #fff;
  background-position: left center;
  background-size: 200%;
  border: solid 1px #0e3a5d;
  transition: background-position .5s; }
  @media screen and (min-width: 1025px) {
    body:not(.mobile) .haeder-cv-button01:hover {
      opacity: 1 !important;
      transition: background-position .5s;
      background-position: right center; } }
  .haeder-cv-button01.color02 {
    background: #0e3a5d;
    background-position: left center;
    background-size: 200%;
    color: #fff; }
    @media screen and (min-width: 1025px) {
      body:not(.mobile) .haeder-cv-button01.color02:hover {
        opacity: 1 !important;
        transition: background-position .5s;
        background-position: right center; } }

/*==================================================================================
 site-header
==================================================================================*/
header {
  /* ----------------------------------------
  responsible-contents sp 
  */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  transform: translateY(0%);
  transition: transform .35s; }
  @media screen and (min-width: 1025px) {
    header span.pc {
      display: inline !important; }
    header img.pc {
      display: inline-block !important; }
    header .pc {
      display: block !important; }
    header .sp, header .tb {
      display: none !important; } }
  @media screen and (max-width: 1024px) {
    header .sp {
      display: none !important; }
    header .tb {
      display: block !important; }
    header img.tb {
      display: inline-block !important; }
    header span.tb {
      display: inline !important; } }
  @media screen and (max-width: 1024px) {
    header .sp {
      display: none !important; }
    header .tb {
      display: block !important; }
    header img.tb {
      display: inline-block !important; }
    header span.tb {
      display: inline !important; } }
  @media screen and (max-width: 768px) {
    header .pc, header .tb {
      display: none !important; }
    header .sp {
      display: block !important; }
    header img.sp {
      display: inline-block !important; } }
  @media (max-width: 768px) {
    header sup {
      font-size: 8px; }
    header .pc {
      display: none !important; }
    header .sp {
      display: block !important; } }
  header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #dbd8b8, #7e7729); }
  header.on {
    transform: translateY(-100%); }
  header .header {
    position: relative;
    height: 130px;
    margin: 0 auto;
    max-width: 1200px; }
    @media screen and (max-width: 768px) {
      header .header {
        height: 70px; } }
    @media (max-width: 1500px) {
      header .header {
        width: 94%; } }
  header .logo {
    padding: 6px 0px 5px;
    padding: calc(14% / 15) 0px calc(14% / 15);
    padding: calc(9% / 15) 0px calc(14% / 15);
    width: 154px;
    width: 130px;
    width: 118px;
    display: block; }
    @media (max-width: 900px) {
      header .logo {
        padding: 4px 0px 5px;
        width: 90px;
        width: 75px; } }
  header .tools-wrap {
    position: absolute;
    top: 12px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header .tool-outline,
  header .tool-map {
    margin-right: 25px; }
    header .tool-outline a,
    header .tool-map a {
      color: #393939;
      font-size: 12px;
      display: block;
      position: relative; }
      header .tool-outline a::after,
      header .tool-map a::after {
        content: "";
        position: absolute;
        display: block;
        top: calc(50% - 3px);
        right: 100%;
        margin-right: 5px;
        width: 4px;
        height: 4px;
        border-top: 1px solid #393939;
        border-right: 1px solid #393939;
        transform: rotate(45deg); }
  header .tool-outline {
    margin-right: 12px; }
  @media screen and (max-width: 1024px) {
    header .haeder-cv-button01 {
      width: 160px; } }
  @media screen and (max-width: 768px) {
    header .logo {
      padding: 8px 0px 8px;
      width: 180px; }
    header .menu {
      position: absolute;
      top: 50%;
      width: 40px;
      height: 22px;
      right: 20px;
      transform: translateY(-50%); }
      header .menu .lines {
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #172D54;
        display: block;
        right: 0;
        transition: width .6s; }
      header .menu .line01 {
        top: 0; }
      header .menu .line02 {
        top: 50%; }
      header .menu .line03 {
        top: 100%; }
      header .menu.on .line02 {
        width: 70%; } }

/*==================================================================================
 navi
==================================================================================*/
.global-navi {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: calc(100% - 170px); }
  @media (max-width: 900px) {
    .global-navi {
      width: 100%; } }
  .global-navi .links {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-around; }
    .global-navi .links li {
      position: relative; }
    .global-navi .links a {
      position: relative;
      padding: 10px 0;
      display: block;
      color: #393939;
      text-align: center;
      line-height: 1.4; }
      .global-navi .links a span {
        display: block; }
      .global-navi .links a::before {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0%;
        height: 2px;
        background: linear-gradient(90deg, #78787c, #dbdbe0);
        transition: width .4s; }
      body:not(.mobile) .global-navi .links a:hover {
        opacity: 1 !important; }
        body:not(.mobile) .global-navi .links a:hover::before {
          width: 100%; }
    .global-navi .links .en {
      font-size: clamp(12px, 1.334vw, 16px);
      letter-spacing: 0.08em;
      color: #70532b; }
    .global-navi .links .ja {
      font-size: clamp(8px, 0.834vw, 10px); }
  .global-navi .current a::before {
    width: 100%; }
  .global-navi .disable a::before {
    display: none; }

@media screen and (min-width: 1025px) {
  .sp-navi {
    display: none !important; } }
@media screen and (min-width: 768px) {
  .sp-navi {
    display: none !important; } }
.sp-buttons {
  display: none; }

@media (max-width: 768px) {
  .sp-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 199;
    transition: transform .35s;
    transform: translateY(100%);
    display: flex; }
    .sp-buttons.on {
      transform: translateY(0%); }
    .sp-buttons li {
      width: calc(100% / 3);
      text-align: center; }
    .sp-buttons a {
      display: block;
      padding: 20px 0 20px;
      color: #fff;
      line-height: 1;
      font-size: 13px;
      background: #dadadb;
      color: #000; }
      .sp-buttons a img {
        height: 25px;
        margin-bottom: 5px; }
        .sp-buttons a img.icn02 {
          height: 20px; }
    .sp-buttons .button01 a {
      background: #152e55;
      color: #fff; }
    .sp-buttons .button02 a {
      background: #80191e;
      color: #fff; }
    .sp-buttons .button03 a {
      padding-top: 18.5px; }
      .sp-buttons .button03 a img {
        margin-bottom: 7.5px; }

  .sp-navi {
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 200;
    box-sizing: border-box;
    background: #021534;
    padding-top: 0px !important; }
    .sp-navi .inner {
      width: 100%; }
    .sp-navi .close a {
      display: block;
      height: 84px;
      position: relative; }
    .sp-navi .close span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      width: 32px;
      height: 32px;
      border: 2px solid rgba(255, 255, 255, 0.6); }
      .sp-navi .close span::after, .sp-navi .close span::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        width: 26px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.6); }
      .sp-navi .close span::before {
        transform: translate(-50%, -50%) rotate(-45deg); }
    .sp-navi .navi-logo {
      background-color: #fff;
      padding: 20px 36%; }
    .sp-navi .links {
      box-sizing: border-box;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      margin: auto;
      display: flex;
      flex-wrap: wrap; }
      .sp-navi .links li {
        width: 50%;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        box-sizing: border-box; }
        .sp-navi .links li:nth-child(2n - 1) {
          border-right: none; }
        .sp-navi .links li:first-child {
          width: 100%; }
      .sp-navi .links a {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        display: block;
        padding: 16px 0;
        text-align: center;
        color: #fff; }
      .sp-navi .links .en {
        display: block;
        font-size: 16px; }
      .sp-navi .links .ja {
        padding-top: 6px;
        display: block;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.4); }
    .sp-navi .button-links li {
      width: 100%;
      box-sizing: border-box;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .sp-navi .button-links a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      color: #fff;
      padding: 20px 0;
      font-size: 16px;
      background: linear-gradient(90deg, #263B72 50%, #050F29); }
    .sp-navi .button-links .button02 {
      background: linear-gradient(90deg, #7F8589 0%, #5E6164 50%); } }
.sp-navi .links .new a,
.global-navi .links .new a {
  position: relative; }
  .sp-navi .links .new a::after,
  .global-navi .links .new a::after {
    content: "New";
    display: inline-block;
    padding: 4px 8px;
    background: #BFA3A5;
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0; }

.sp-navi .links .new a::after {
  padding: 0px 2px;
  background: transparent;
  color: #AA8C5D; }

ul.breadlist {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 10px;
  box-sizing: content-box; }
  ul.breadlist li {
    display: inline-block; }
    ul.breadlist li:after {
      content: "> "; }
    ul.breadlist li:last-child:after {
      content: none; }
    ul.breadlist li a {
      text-decoration: underline; }
      body:not(.mobile) ul.breadlist li a:hover {
        text-decoration: none; }

.inner {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px); }

.flex {
  display: flex;
  justify-content: space-between; }

.caption_area {
  padding: 40px 0; }
  .caption_area .inner p {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em; }
    @media screen and (max-width: 480px) {
      .caption_area .inner p {
        font-size: 10px; } }

footer {
  width: 100%;
  text-align: center; }
  footer .inner {
    max-width: 1600px; }
  footer .f_navi_wrap {
    background: #efefef;
    padding: 20px 10px; }
    @media screen and (max-width: 768px) {
      footer .f_navi_wrap {
        padding: 0; } }
    footer .f_navi_wrap ul {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        footer .f_navi_wrap ul {
          flex-wrap: wrap;
          border-top: solid 1px #969696; } }
      footer .f_navi_wrap ul li {
        padding: 0 calc(24% / 12);
        border-right: solid 1px #666464; }
        footer .f_navi_wrap ul li:first-child {
          padding-left: 0; }
        footer .f_navi_wrap ul li:last-child {
          padding-right: 0;
          border-right: none; }
        @media screen and (max-width: 768px) {
          footer .f_navi_wrap ul li {
            width: 50%;
            padding: 0;
            border-bottom: solid 1px #969696;
            border-right: solid 1px #969696;
            /*&:nth-child(2n) {
            	border-right: none;
            }*/ }
            footer .f_navi_wrap ul li:first-child {
              width: 100%;
              border-right: none; }
            footer .f_navi_wrap ul li:nth-child(2n + 1) {
              border-right: none; } }
        footer .f_navi_wrap ul li a {
          display: block;
          text-align: center;
          font-size: clamp(10px, 1.476vw, 18px);
          color: #666464;
          line-height: 1.2; }
          @media screen and (max-width: 768px) {
            footer .f_navi_wrap ul li a {
              padding: 16px 10px;
              font-size: 14px;
              display: flex;
              flex-direction: column-reverse;
              align-items: center;
              justify-content: center; } }
          footer .f_navi_wrap ul li a .en {
            display: block;
            color: #70532b;
            letter-spacing: 0.1em; }
            @media screen and (max-width: 768px) {
              footer .f_navi_wrap ul li a .en {
                font-size: 60%;
                color: #666464; } }
          footer .f_navi_wrap ul li a .ja {
            display: block;
            font-size: 60%; }
            @media screen and (max-width: 768px) {
              footer .f_navi_wrap ul li a .ja {
                font-size: 100%;
                margin-bottom: 0.2em;
                color: #70532b; } }
  footer .cap_wrap {
    padding-top: 40px;
    padding-bottom: 0; }
    @media screen and (max-width: 480px) {
      footer .cap_wrap {
        padding-top: 20px;
        padding-bottom: 0; } }
  footer .footer {
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px; }
    @media screen and (max-width: 1200px) {
      footer .footer {
        padding: 30px 0; } }
    @media screen and (max-width: 1200px) {
      footer .footer {
        display: block; } }
    footer .footer .tel_wrap {
      text-align: left; }
      footer .footer .tel_wrap .tel1 {
        font-size: 12px;
        line-height: 1; }
        @media screen and (max-width: 1200px) {
          footer .footer .tel_wrap .tel1 {
            font-size: 14px;
            line-height: 1.3; } }
      footer .footer .tel_wrap .tel2 {
        font-size: 10px;
        line-height: 1.3; }
        @media screen and (max-width: 1200px) {
          footer .footer .tel_wrap .tel2 {
            font-size: 12px;
            letter-spacing: -0.03em; } }
      footer .footer .tel_wrap .tel {
        margin: 15px 0 10px; }
        @media screen and (max-width: 1200px) {
          footer .footer .tel_wrap .tel {
            width: 75%;
            margin: 12px auto 15px; } }
      @media screen and (max-width: 1200px) {
        footer .footer .tel_wrap {
          width: 100%;
          margin-bottom: 35px;
          text-align: center; } }
    footer .footer .logo_wrap a .tx {
      text-align: left;
      font-size: clamp(12px, 1.066vw, 13px);
      line-height: 1;
      letter-spacing: 0.1em;
      font-feature-settings: "palt";
      padding-bottom: calc(7% / 3.6);
      padding-left: calc(115% / 3.6); }
    @media screen and (min-width: 1200px) {
      footer .footer .logo_wrap img {
        height: 70px;
        width: auto; } }
    @media screen and (max-width: 1200px) {
      footer .footer .logo_wrap {
        max-width: 361px;
        margin: 0 auto; } }
    @media screen and (max-width: 480px) {
      footer .footer .logo_wrap {
        max-width: 70%;
        margin: 0 auto; } }
    footer .footer .logo_wrap2 a .tx {
      text-align: left;
      font-size: clamp(12px, 1.066vw, 13px);
      line-height: 1;
      letter-spacing: 0.1em;
      font-feature-settings: "palt";
      padding-bottom: calc(7% / 3.6);
      padding-left: calc(90% / 3.6); }
    @media screen and (min-width: 1200px) {
      footer .footer .logo_wrap2 img {
        height: 70px;
        width: auto; } }
    @media screen and (max-width: 1200px) {
      footer .footer .logo_wrap2 {
        max-width: 458px;
        margin: 30px auto 0; } }
    @media screen and (max-width: 480px) {
      footer .footer .logo_wrap2 {
        max-width: 95%; } }

.copyright {
  font-size: 11px;
  text-align: center;
  padding: 8px 10px;
  background: #0d385a;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .copyright {
      margin-bottom: 53px; } }
  @media screen and (max-width: 480px) {
    .copyright {
      font-size: 10px; } }

.cap {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  display: block;
  padding: 3px 5px;
  line-height: 1.5;
  color: #FFF;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8), 0px 0px 1px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8);
  text-align: right; }
  .cap.bg {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.8));
    padding: 3px 5px 3px 15px; }
  .cap.left {
    left: 0;
    right: auto;
    text-align: left;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.8));
    padding: 3px 15px 3px 5px; }
  .cap.black {
    color: #000;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8), 0px 0px 1px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 3px rgba(255, 255, 255, 0.8), 0px 0px 4px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 6px rgba(255, 255, 255, 0.8), 0px 0px 7px rgba(255, 255, 255, 0.8), 0px 0px 8px rgba(255, 255, 255, 0.8); }

.img_cap {
  position: relative; }
  .img_cap .cap {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    display: block;
    padding: 3px 5px;
    line-height: 1.5;
    color: #FFF;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8), 0px 0px 1px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8);
    text-align: right; }
  .img_cap.black .cap {
    color: #000;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8), 0px 0px 1px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 3px rgba(255, 255, 255, 0.8), 0px 0px 4px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 6px rgba(255, 255, 255, 0.8), 0px 0px 7px rgba(255, 255, 255, 0.8), 0px 0px 8px rgba(255, 255, 255, 0.8); }
  .img_cap.no_shadow .cap {
    text-shadow: none; }
  .img_cap.left .cap {
    right: auto;
    left: 0; }
  .img_cap.bg .cap {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.8));
    padding: 3px 5px 3px 15px; }
  .img_cap.bg.left .cap {
    text-align: left;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.8));
    padding: 3px 15px 3px 5px; }

.pagetop {
  position: fixed;
  bottom: 20px;
  right: -60px;
  transition: all 0.5s ease-in-out 0s; }
  .pagetop.scrolled {
    right: 20px; }

.pagetop2 {
  position: fixed;
  bottom: 80px;
  right: -60px;
  transition: all 0.5s ease-in-out 0s; }
  .pagetop2.scrolled {
    right: 20px; }

.cap_wrap {
  padding-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .cap_wrap {
      padding-bottom: 20px; } }

/*	スクロールアクション	*/
.parallax.opa {
  transition: opacity 2.6s linear 0s;
  opacity: 0; }
  .parallax.opa.p-view {
    opacity: 1; }

.parallax.rotate {
  transition: opacity 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, transform 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  opacity: 0;
  transform: rotate(180deg);
  will-change: opacity, transform; }

.parallax.rotate.p-view {
  opacity: 1;
  transform: rotate(0deg); }

.parallax.fadeup {
  transition: opacity 2.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, transform 2.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  opacity: 0;
  transform: translateY(40px);
  will-change: opacity, transform; }

.parallax.fadeup.p-view {
  opacity: 1;
  transform: translateY(0px); }

.parallax.scaleimg {
  overflow: hidden; }

.parallax.scaleimg img {
  transition: transform 2s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  transform: scale(1.05); }

.parallax.scaleimg.p-view img {
  transform: scale(1); }

.parallax.slideimg {
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: opacity 1.2s linear,mask-size 1.2s ease-in-out;
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  -webkit-mask-size: 0 100%;
  mask-size: 0 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; }

.parallax.slideimg.r {
  -webkit-mask-image: -webkit-linear-gradient(right, #fff 0%, #fff 80%, transparent 100%);
  mask-image: -o-linear-gradient(right, #fff 0%, #fff 80%, transparent 100%);
  mask-image: linear-gradient(to left, #fff 0%, #fff 80%, transparent 100%);
  -webkit-mask-position: top right;
  mask-position: top right; }

.parallax.slideimg.l {
  -webkit-mask-image: -webkit-linear-gradient(left, #fff 0%, #fff 80%, transparent 100%);
  mask-image: -o-linear-gradient(left, #fff 0%, #fff 80%, transparent 100%);
  mask-image: linear-gradient(to right, #fff 0%, #fff 80%, transparent 100%);
  -webkit-mask-position: top left;
  mask-position: top left; }

.parallax.slideimg.p-view {
  opacity: 1;
  -webkit-mask-size: 120% 100%;
  mask-size: 120% 100%; }

.parallax.slideupimg {
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: opacity 1.2s linear,mask-size 1.2s ease-in-out;
  -webkit-mask-image: -webkit-linear-gradient(top, #fff 0%, #fff 80%, transparent 100%);
  mask-image: -o-linear-gradient(top, #fff 0%, #fff 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, #fff 0%, #fff 80%, transparent 100%);
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  -webkit-mask-size: 100% 0;
  mask-size: 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top right;
  mask-position: top right; }

.parallax.slideupimg.p-view {
  opacity: 1;
  -webkit-mask-size: 100% 120%;
  mask-size: 100% 120%; }

.parallax.blur {
  opacity: 0;
  filter: blur(20px);
  transition: all 0.6s ease-in-out 0s;
  transform: translateY(0);
  will-change: opacity,filter,transform; }
  .parallax.blur.p-view {
    opacity: 1;
    filter: blur(0); }

.w_img {
  width: 100%; }

@media screen and (max-width: 480px) {
  .sp_w {
    width: calc(100% + 40px);
    margin: 0 -20px; } }

.pos_re {
  position: relative; }

.dmy_txt {
  display: inline-block;
  transform: scale(-1, 1); }

.gracia_bnr {
  margin: 50px 0; }
  .gracia_bnr .banner_head {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
    color: #133a5d; }
    @media screen and (max-width: 768px) {
      .gracia_bnr .banner_head {
        font-size: 18px; } }
    .gracia_bnr .banner_head span {
      display: inline-block;
      width: 1em; }
      @media screen and (max-width: 768px) {
        .gracia_bnr .banner_head span {
          display: block;
          width: 0; } }
  .gracia_bnr .banner_list {
    max-width: 1030px;
    max-width: 1380px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 1.94%;
    gap: 20px 1.44%; }
    @media screen and (max-width: 768px) {
      .gracia_bnr .banner_list {
        max-width: 330px;
        width: 95%;
        margin: 3% auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px 0; } }
    .gracia_bnr .banner_list li {
      width: calc(330% / 10.3);
      width: calc(330% / 13.8); }
      @media screen and (max-width: 768px) {
        .gracia_bnr .banner_list li {
          width: 100%; } }
      .gracia_bnr .banner_list li a {
        display: block;
        transition: opacity 0.3s ease-in-out; }
        @media (hover: hover) {
          .gracia_bnr .banner_list li a:hover {
            opacity: 0.7; } }

ul.banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0; }

ul.banners > li {
  display: inline-block; }

ul.banners > li a {
  border: 1px solid #cfcfcf;
  display: block;
  padding: 20px 40px;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }

ul.banners > li a:hover {
  opacity: 0.6; }

ul.banners > li ol {
  align-items: center;
  display: flex; }

ul.banners > li ol li {
  display: inline-block; }

ul.banners > li ol li:first-child img {
  width: 326px; }

ul.banners > li ol li:last-child img {
  width: 355px; }

ul.banners > li ol li.cross {
  display: flex;
  justify-content: center;
  margin: 4em;
  width: 55px; }

ul.banners > li ol li.cross:before {
  background-color: #cfcfcf;
  content: "";
  height: 1px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 80px; }

ul.banners > li ol li.cross:after {
  background-color: #cfcfcf;
  content: "";
  height: 1px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 80px; }

ul.banners + span.annotation {
  display: block;
  font-size: 60%;
  line-height: 2em;
  text-align: center; }

@media (max-width: 959px) {
  ul.banners {
    flex-direction: column;
    margin: 5% 0 0; }

  ul.banners > li {
    margin: 0 5%;
    padding: 5%; }

  ul.banners > li ol {
    flex-direction: column; }

  ul.banners > li ol li img {
    width: 100% !important; }

  ul.banners > li ol li.cross {
    margin: 2em;
    width: 24px; }

  ul.banners > li ol li.cross:after, ul.banners > li ol li.cross:before {
    width: 40px; }

  ul.banners + span {
    line-height: 1.5em;
    margin: 5% 5% 0;
    text-align: justify !important; } }
.brand {
  padding: 20px;
  max-width: 930px;
  margin: 0 auto 40px; }
  @media (max-width: 959px) {
    .brand {
      padding: 8% 13%; } }
  .brand div.container2 {
    margin: 0 auto;
    -webkit-perspective: 100px;
    perspective: 100px; }
  @media (max-width: 1133px) {
    .brand div.container2 {
      min-width: 0;
      min-width: auto;
      padding: 0 1%;
      width: 100%; } }
  .brand ol {
    align-items: center;
    background-size: cover;
    display: flex;
    position: relative;
    background-size: cover;
    position: relative;
    background-image: url("../images/top/top_menu_brand_bg.webp"); }
  .brand ol:before {
    background-color: #e5b77b;
    content: "";
    height: calc(100% + 15px);
    left: -15px;
    position: absolute;
    top: -15px;
    width: calc(100% + 15px);
    z-index: -1; }
  .brand ol:after {
    background-color: #7aabb7;
    bottom: -15px;
    content: "";
    height: calc(100% + 15px);
    position: absolute;
    right: -15px;
    width: calc(100% + 15px);
    z-index: -2; }
  .brand ol li {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 50%;
    padding: 30px;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .brand ol li img.logo {
    width: 360px; }
  .brand ol li .headcopy {
    font-size: 140%;
    margin: 2em 0;
    text-align: center; }
  .brand ol li button {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    display: flex;
    justify-content: center;
    padding: .5em 0;
    pointer-events: none;
    position: relative;
    width: 20em; }
  .brand ol li button p {
    font-family: A1 Gothic R;
    margin-left: -20%; }
  .brand ol li button img.ar {
    position: absolute;
    right: 20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: right 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 24px; }
  body:not(.mobile) .brand:hover ol li button img.ar {
    right: 5%; }

.box_sld {
  position: relative; }

.scroll-hint-icon-wrap {
  display: none; }

@media screen and (max-width: 767px) {
  .sld {
    overflow-x: auto;
    overflow-y: hidden; }

  .scroll-hint-icon-wrap {
    display: block; } }
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0; }
  10% {
    opacity: 1; }
  50%,
	100% {
    transform: translateX(-40px);
    opacity: 0; } }
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)); }

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)); }

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)); }

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  transition-delay: .3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px; }

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none; }

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8; }

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=); }

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2; }

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4); }

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=); }

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==); }

.scroll-hint-icon-white .scroll-hint-text {
  color: #000; }

.ls_00 {
  letter-spacing: 0em !important; }

.ls_01 {
  letter-spacing: -0.01em !important; }

.ls_02 {
  letter-spacing: -0.02em !important; }

.ls_03 {
  letter-spacing: -0.03em !important; }

.ls_04 {
  letter-spacing: -0.04em !important; }

.ls_05 {
  letter-spacing: -0.05em !important; }

.ls_06 {
  letter-spacing: -0.06em !important; }

.ls_07 {
  letter-spacing: -0.07em !important; }

.ls_08 {
  letter-spacing: -0.08em !important; }

.ls_09 {
  letter-spacing: -0.09em !important; }

.ls_10 {
  letter-spacing: -0.1em !important; }

@media screen and (max-width: 480px) {
  .ls_00_sp {
    letter-spacing: 0em !important; }

  .ls_01_sp {
    letter-spacing: -0.01em !important; }

  .ls_02_sp {
    letter-spacing: -0.02em !important; }

  .ls_03_sp {
    letter-spacing: -0.03em !important; }

  .ls_04_sp {
    letter-spacing: -0.04em !important; }

  .ls_05_sp {
    letter-spacing: -0.05em !important; }

  .ls_06_sp {
    letter-spacing: -0.06em !important; }

  .ls_07_sp {
    letter-spacing: -0.07em !important; }

  .ls_08_sp {
    letter-spacing: -0.08em !important; }

  .ls_09_sp {
    letter-spacing: -0.09em !important; }

  .ls_10_sp {
    letter-spacing: -0.1em !important; } }
.mtxt span {
  display: inline-block;
  opacity: 0;
  transform: translateX(50px) translateY(-20px);
  filter: blur(10px); }

@media screen and (max-width: 768px) {
  .ft02.mtxt span {
    text-shadow: 0 0 3px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff; } }

.mtxt span:nth-child(1) {
  transition-delay: 0.04s !important;
  animation-delay: 0.04s !important; }

.mtxt span:nth-child(2) {
  transition-delay: 0.08s !important;
  animation-delay: 0.08s !important; }

.mtxt span:nth-child(3) {
  transition-delay: 0.12s !important;
  animation-delay: 0.12s !important; }

.mtxt span:nth-child(4) {
  transition-delay: 0.16s !important;
  animation-delay: 0.16s !important; }

.mtxt span:nth-child(5) {
  transition-delay: 0.2s !important;
  animation-delay: 0.2s !important; }

.mtxt span:nth-child(6) {
  transition-delay: 0.24s !important;
  animation-delay: 0.24s !important; }

.mtxt span:nth-child(7) {
  transition-delay: 0.28s !important;
  animation-delay: 0.28s !important; }

.mtxt span:nth-child(8) {
  transition-delay: 0.32s !important;
  animation-delay: 0.32s !important; }

.mtxt span:nth-child(9) {
  transition-delay: 0.36s !important;
  animation-delay: 0.36s !important; }

.mtxt span:nth-child(10) {
  transition-delay: 0.4s !important;
  animation-delay: 0.4s !important; }

.mtxt span:nth-child(11) {
  transition-delay: 0.44s !important;
  animation-delay: 0.44s !important; }

.mtxt span:nth-child(12) {
  transition-delay: 0.48s !important;
  animation-delay: 0.48s !important; }

.mtxt span:nth-child(13) {
  transition-delay: 0.52s !important;
  animation-delay: 0.52s !important; }

.mtxt span:nth-child(14) {
  transition-delay: 0.56s !important;
  animation-delay: 0.56s !important; }

.mtxt span:nth-child(15) {
  transition-delay: 0.6s !important;
  animation-delay: 0.6s !important; }

.mtxt span:nth-child(16) {
  transition-delay: 0.64s !important;
  animation-delay: 0.64s !important; }

.mtxt span:nth-child(17) {
  transition-delay: 0.68s !important;
  animation-delay: 0.68s !important; }

.mtxt span:nth-child(18) {
  transition-delay: 0.72s !important;
  animation-delay: 0.72s !important; }

.mtxt span:nth-child(19) {
  transition-delay: 0.76s !important;
  animation-delay: 0.76s !important; }

.mtxt span:nth-child(20) {
  transition-delay: 0.8s !important;
  animation-delay: 0.8s !important; }

.mtxt span:nth-child(21) {
  transition-delay: 0.84s !important;
  animation-delay: 0.84s !important; }

.mtxt span:nth-child(22) {
  transition-delay: 0.88s !important;
  animation-delay: 0.88s !important; }

.mtxt span:nth-child(23) {
  transition-delay: 0.92s !important;
  animation-delay: 0.92s !important; }

.mtxt span:nth-child(24) {
  transition-delay: 0.96s !important;
  animation-delay: 0.96s !important; }

.mtxt span:nth-child(25) {
  transition-delay: 1s !important;
  animation-delay: 1s !important; }

.mtxt span:nth-child(26) {
  transition-delay: 1.04s !important;
  animation-delay: 1.04s !important; }

.mtxt span:nth-child(27) {
  transition-delay: 1.08s !important;
  animation-delay: 1.08s !important; }

.mtxt span:nth-child(28) {
  transition-delay: 1.12s !important;
  animation-delay: 1.12s !important; }

.mtxt span:nth-child(29) {
  transition-delay: 1.16s !important;
  animation-delay: 1.16s !important; }

.mtxt span:nth-child(30) {
  transition-delay: 1.2s !important;
  animation-delay: 1.2s !important; }

.mtxt span:nth-child(31) {
  transition-delay: 1.24s !important;
  animation-delay: 1.24s !important; }

.mtxt span:nth-child(32) {
  transition-delay: 1.28s !important;
  animation-delay: 1.28s !important; }

.mtxt span:nth-child(33) {
  transition-delay: 1.32s !important;
  animation-delay: 1.32s !important; }

.mtxt span:nth-child(34) {
  transition-delay: 1.36s !important;
  animation-delay: 1.36s !important; }

.mtxt span:nth-child(35) {
  transition-delay: 1.4s !important;
  animation-delay: 1.4s !important; }

.mtxt span:nth-child(36) {
  transition-delay: 1.44s !important;
  animation-delay: 1.44s !important; }

.mtxt span:nth-child(37) {
  transition-delay: 1.48s !important;
  animation-delay: 1.48s !important; }

.mtxt span:nth-child(38) {
  transition-delay: 1.52s !important;
  animation-delay: 1.52s !important; }

.mtxt span:nth-child(39) {
  transition-delay: 1.56s !important;
  animation-delay: 1.56s !important; }

.mtxt span:nth-child(40) {
  transition-delay: 1.6s !important;
  animation-delay: 1.6s !important; }

.mtxt span:nth-child(41) {
  transition-delay: 1.64s !important;
  animation-delay: 1.64s !important; }

.mtxt span:nth-child(42) {
  transition-delay: 1.68s !important;
  animation-delay: 1.68s !important; }

.mtxt span:nth-child(43) {
  transition-delay: 1.72s !important;
  animation-delay: 1.724s !important; }

.mtxt span:nth-child(44) {
  transition-delay: 1.74s !important;
  animation-delay: 1.74s !important; }

.mtxt span:nth-child(45) {
  transition-delay: 1.78s !important;
  animation-delay: 1.78s !important; }

.mtxt span:nth-child(46) {
  transition-delay: 1.82s !important;
  animation-delay: 1.82s !important; }

.mtxt span:nth-child(47) {
  transition-delay: 1.86s !important;
  animation-delay: 1.86s !important; }

.mtxt span:nth-child(48) {
  transition-delay: 1.9s !important;
  animation-delay: 1.9s !important; }

.mtxt span:nth-child(49) {
  transition-delay: 1.94s !important;
  animation-delay: 1.94s !important; }

.mtxt span:nth-child(50) {
  transition-delay: 1.98s !important;
  animation-delay: 1.98s !important; }

.mtxt span:nth-child(51) {
  transition-delay: 2.02s !important;
  animation-delay: 2.02s !important; }

.mtxt span:nth-child(52) {
  transition-delay: 2.06s !important;
  animation-delay: 2.06s !important; }

.mtxt span:nth-child(53) {
  transition-delay: 2.1s !important;
  animation-delay: 2.1s !important; }

.mtxt span:nth-child(54) {
  transition-delay: 2.14s !important;
  animation-delay: 2.14s !important; }

.mtxt span:nth-child(55) {
  transition-delay: 2.18s !important;
  animation-delay: 2.18s !important; }

.mtxt span:nth-child(56) {
  transition-delay: 2.22s !important;
  animation-delay: 2.22s !important; }

.mtxt span:nth-child(57) {
  transition-delay: 2.26s !important;
  animation-delay: 2.26s !important; }

.mtxt span:nth-child(58) {
  transition-delay: 2.3s !important;
  animation-delay: 2.3s !important; }

.mtxt span:nth-child(59) {
  transition-delay: 2.34s !important;
  animation-delay: 2.34s !important; }

.mtxt span:nth-child(60) {
  transition-delay: 2.38s !important;
  animation-delay: 2.38s !important; }

.mtxt span:nth-child(61) {
  transition-delay: 2.42s !important;
  animation-delay: 2.42s !important; }

.mtxt span:nth-child(62) {
  transition-delay: 2.44s !important;
  animation-delay: 2.44s !important; }

.mtxt span:nth-child(63) {
  transition-delay: 2.48s !important;
  animation-delay: 2.48s !important; }

.mtxt span:nth-child(64) {
  transition-delay: 2.52s !important;
  animation-delay: 2.52s !important; }

.mtxt span:nth-child(65) {
  transition-delay: 2.56s !important;
  animation-delay: 2.56s !important; }

.mtxt span:nth-child(66) {
  transition-delay: 2.6s !important;
  animation-delay: 2.6s !important; }

.mtxt span:nth-child(67) {
  transition-delay: 2.64s !important;
  animation-delay: 2.64s !important; }

.mtxt span:nth-child(68) {
  transition-delay: 2.68s !important;
  animation-delay: 2.68s !important; }

.mtxt span:nth-child(69) {
  transition-delay: 2.72s !important;
  animation-delay: 2.72s !important; }

.mtxt span:nth-child(70) {
  transition-delay: 2.74s !important;
  animation-delay: 2.74s !important; }

.mtxt span:nth-child(71) {
  transition-delay: 2.78s !important;
  animation-delay: 2.78s !important; }

.mtxt span:nth-child(72) {
  transition-delay: 2.82s !important;
  animation-delay: 2.82s !important; }

.mtxt span:nth-child(73) {
  transition-delay: 2.86s !important;
  animation-delay: 2.86s !important; }

.mtxt span:nth-child(74) {
  transition-delay: 2.9s !important;
  animation-delay: 2.9s !important; }

.mtxt span:nth-child(75) {
  transition-delay: 2.94s !important;
  animation-delay: 2.94s !important; }

.mtxt span:nth-child(76) {
  transition-delay: 2.98s !important;
  animation-delay: 2.98s !important; }

.mtxt span:nth-child(77) {
  transition-delay: 3.02s !important;
  animation-delay: 3.02s !important; }

.mtxt span:nth-child(78) {
  transition-delay: 3.06s !important;
  animation-delay: 3.06s !important; }

.mtxt span:nth-child(79) {
  transition-delay: 3.1s !important;
  animation-delay: 3.1s !important; }

.mtxt span:nth-child(80) {
  transition-delay: 3.14s !important;
  animation-delay: 3.14s !important; }

.mtxt span:nth-child(81) {
  transition-delay: 3.16s !important;
  animation-delay: 3.16s !important; }

.mtxt span:nth-child(82) {
  transition-delay: 3.2s !important;
  animation-delay: 3.2s !important; }

.mtxt span:nth-child(83) {
  transition-delay: 3.24s !important;
  animation-delay: 3.24s !important; }

.mtxt span:nth-child(84) {
  transition-delay: 3.28s !important;
  animation-delay: 3.28s !important; }

.mtxt span:nth-child(85) {
  transition-delay: 3.324s !important;
  animation-delay: 3.32s !important; }

.mtxt span:nth-child(86) {
  transition-delay: 3.34s !important;
  animation-delay: 3.34s !important; }

.mtxt span:nth-child(87) {
  transition-delay: 3.38s !important;
  animation-delay: 3.38s !important; }

.mtxt span:nth-child(88) {
  transition-delay: 3.42s !important;
  animation-delay: 3.42s !important; }

.mtxt span:nth-child(89) {
  transition-delay: 3.46s !important;
  animation-delay: 3.46s !important; }

.mtxt span:nth-child(90) {
  transition-delay: 3.5s !important;
  animation-delay: 3.5s !important; }

.mtxt span:nth-child(91) {
  transition-delay: 3.54s !important;
  animation-delay: 3.54s !important; }

.mtxt span:nth-child(92) {
  transition-delay: 3.58s !important;
  animation-delay: 3.58s !important; }

.mtxt span:nth-child(93) {
  transition-delay: 3.62s !important;
  animation-delay: 3.62s !important; }

.mtxt span:nth-child(94) {
  transition-delay: 3.66s !important;
  animation-delay: 3.66s !important; }

.mtxt span:nth-child(95) {
  transition-delay: 3.7s !important;
  animation-delay: 3.7s !important; }

.mtxt span:nth-child(96) {
  transition-delay: 3.74s !important;
  animation-delay: 3.74s !important; }

.mtxt span:nth-child(97) {
  transition-delay: 3.78s !important;
  animation-delay: 3.78s !important; }

.mtxt span:nth-child(98) {
  transition-delay: 3.82s !important;
  animation-delay: 3.82s !important; }

.mtxt span:nth-child(99) {
  transition-delay: 3.86s !important;
  animation-delay: 3.86s !important; }

.mtxt span:nth-child(100) {
  transition-delay: 3.9s !important;
  animation-delay: 3.9s !important; }

.mtxt.p-view span {
  animation: pcpy7bani1 1s ease-in-out forwards; }

.mtxt2 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  transition: all 2s ease-in-out; }

.mtxt2 span:nth-child(1) {
  transition-delay: 0.04s !important;
  animation-delay: 0.04s !important; }

.mtxt2 span:nth-child(2) {
  transition-delay: 0.08s !important;
  animation-delay: 0.08s !important; }

.mtxt2 span:nth-child(3) {
  transition-delay: 0.12s !important;
  animation-delay: 0.12s !important; }

.mtxt2 span:nth-child(4) {
  transition-delay: 0.16s !important;
  animation-delay: 0.16s !important; }

.mtxt2 span:nth-child(5) {
  transition-delay: 0.2s !important;
  animation-delay: 0.2s !important; }

.mtxt2 span:nth-child(6) {
  transition-delay: 0.24s !important;
  animation-delay: 0.24s !important; }

.mtxt2 span:nth-child(7) {
  transition-delay: 0.28s !important;
  animation-delay: 0.28s !important; }

.mtxt2 span:nth-child(8) {
  transition-delay: 0.32s !important;
  animation-delay: 0.32s !important; }

.mtxt2 span:nth-child(9) {
  transition-delay: 0.36s !important;
  animation-delay: 0.36s !important; }

.mtxt2 span:nth-child(10) {
  transition-delay: 0.4s !important;
  animation-delay: 0.4s !important; }

.mtxt2 span:nth-child(11) {
  transition-delay: 0.44s !important;
  animation-delay: 0.44s !important; }

.mtxt2 span:nth-child(12) {
  transition-delay: 0.48s !important;
  animation-delay: 0.48s !important; }

.mtxt2 span:nth-child(13) {
  transition-delay: 0.52s !important;
  animation-delay: 0.52s !important; }

.mtxt2 span:nth-child(14) {
  transition-delay: 0.56s !important;
  animation-delay: 0.56s !important; }

.mtxt2 span:nth-child(15) {
  transition-delay: 0.6s !important;
  animation-delay: 0.6s !important; }

.mtxt2 span:nth-child(16) {
  transition-delay: 0.64s !important;
  animation-delay: 0.64s !important; }

.mtxt2 span:nth-child(17) {
  transition-delay: 0.68s !important;
  animation-delay: 0.68s !important; }

.mtxt2 span:nth-child(18) {
  transition-delay: 0.72s !important;
  animation-delay: 0.72s !important; }

.mtxt2 span:nth-child(19) {
  transition-delay: 0.76s !important;
  animation-delay: 0.76s !important; }

.mtxt2 span:nth-child(20) {
  transition-delay: 0.8s !important;
  animation-delay: 0.8s !important; }

.mtxt2.p-view span {
  opacity: 1;
  transform: translateY(0); }

@keyframes pcpy7bani1 {
  0% {
    opacity: 0;
    transform: translateX(80px) translateY(-20px);
    filter: blur(10px); }
  to {
    opacity: 1;
    transform: scale(1, 1);
    filter: blur(0); } }

/*# sourceMappingURL=common.css.map */
