@charset "UTF-8";
/*===============================================*/
/*  common.css */
/*===============================================*/
/*//////////////////////////////////

reset
///////////////////////////////////*/
/* Fonts
---------------------------------------------------------------------*/
/*localfont  -------------------------*/
@font-face {
  font-family: hvR;
  src: url("../fonts/Outfit-Medium.ttf"); }
@font-face {
  font-family: hvB;
  src: url("../fonts/Outfit-Bold.ttf"); }
@font-face {
  font-family: bs;
  src: url("../fonts/bahnschrift.ttf"); }
/*iconfont  -------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?j943vk");
  src: url("../fonts/icomoon.eot?j943vk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?j943vk") format("truetype"), url("../fonts/icomoon.woff?j943vk") format("woff"), url("../fonts/icomoon.svg?j943vk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow_right_alt:before {
  content: "\e910"; }

.icon-tiktok:before {
  content: "\e90e"; }

.icon-x:before {
  content: "\e90c"; }

.icon-back:before {
  content: "\e90a"; }

.icon-hide:before {
  content: "\e90b"; }

.icon-content-copy:before {
  content: "\e905"; }

.icon-view:before {
  content: "\e90d"; }

.icon-link:before {
  content: "\e901"; }

.icon-line:before {
  content: "\e009"; }

.icon-search:before {
  content: "\e902"; }

.icon-mail:before {
  content: "\e903"; }

.icon-mail2:before {
  content: "\e904"; }

.icon-tel:before {
  content: "\e907"; }

.icon-home:before {
  content: "\e908"; }

.icon-youtube:before {
  content: "\e909"; }

.icon-mobile:before {
  content: "\e958"; }

.icon-heart1:before {
  content: "\e9db"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-pdf:before {
  content: "\e906"; }

.icon-question:before {
  content: "\e90f"; }

.icon-search1:before {
  content: "\e900"; }

.icon-mobile2:before {
  content: "\e959"; }

.icon-file-word:before {
  content: "\eae1"; }

.icon-file-excel:before {
  content: "\eae2"; }

.icon-mail:before {
  content: "\e903";
  font-size: 2rem;
  position: relative;
  top: 3px;
  margin-right: 5px; }

@media screen and (max-width: 768px) {
  .icon-columun:before {
    width: 40px;
    height: 40px; }

  .icon-mov:before {
    width: 40px;
    height: 40px; } }
/**/
/*site main rules
---------------------------------------------------------------------*/
/*color  ------------------*/
/*テキストのハイライトカラーを変える  ------------------*/
::selection {
  /* Safari and Opera */
  background: #b1b1b1;
  color: #fff; }

::-moz-selection {
  /* Firefox */
  background: #b1b1b1;
  color: #fff; }

/*link  ------------------*/
a:link {
  color: #151515;
  text-decoration: none; }

a:visited {
  color: #151515;
  text-decoration: none; }

a:hover {
  color: #151515;
  text-decoration: none; }

a:active {
  text-decoration: none; }

/* reset
---------------------------------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1.6rem;
  /* 16px*/
  line-height: 2;
  color: #151515;
  background-color: #fff;
  font-family: "smg","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /*游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;*/
  font-weight: 600;
  -webkit-text-size-adjust: none; }

.fs-Yugo {
  font-family: "smg", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-weight: 800 !important; }

/*responsive FONTS*/
.tx-80 {
  font-size: clamp(3rem, 5vw, 8rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.000001em; }

.tx-60 {
  font-size: clamp(3rem, 4.5vw, 6rem);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-feature-settings: "palt"; }

.tx-54 {
  font-size: clamp(3rem, 3.4vw, 5.4rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-feature-settings: "palt"; }

.tx-48 {
  font-size: clamp(2.4rem, 3.4vw, 4.8rem);
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-feature-settings: "palt"; }

.tx-44 {
  font-size: clamp(2rem, 3vw, 4.4rem);
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-feature-settings: "palt"; }

.tx-40 {
  font-size: clamp(2rem, 3vw, 4rem);
  line-height: 1.6;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-feature-settings: "palt"; }

.tx-36 {
  font-size: clamp(2.4rem, 2.6vw, 3.6rem);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-feature-settings: "palt"; }

.tx-32 {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-feature-settings: "palt"; }

.tx-26 {
  font-size: clamp(2rem, 2.6vw, 2.6rem);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-feature-settings: "palt"; }

.tx-24 {
  font-size: clamp(1.6rem, 1.5vw, 2.4rem);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-feature-settings: "palt"; }

.tx-22 {
  font-size: clamp(1.6rem, 1.5vw, 2.2rem);
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-feature-settings: "palt"; }

.tx-20 {
  font-size: clamp(1.6rem, 1.7vw, 2rem);
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-feature-settings: "palt"; }

.tx-18 {
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "palt"; }

.tx-16 {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-feature-settings: "palt"; }

.tx-14 {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-feature-settings: "palt"; }

.tx-12 {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-feature-settings: "palt"; }

.tx-10 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-feature-settings: "palt"; }

/*responsive FONTS*/
h1 {
  font-size: 36px;
  /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
  /* 24px~36pxで可変*/
  line-height: 1.3; }

h2 {
  font-size: 24px;
  /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
  /* 20px~24pxで可変*/
  line-height: 1.3; }

@media (min-width: 1200px) {
  h1 {
    font-size: 3.6rem;
    /* 36px*/ }

  h2 {
    font-size: 2.4rem;
    /* 24px*/ } }
@media screen and (max-width: 768px) {
  body {
    line-height: 2; }

  h1 {
    font-size: 2.4rem;
    /* 24px*/ }

  h2 {
    font-size: 2rem;
    /* 20px*/ } }
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0; }

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  list-style-type: none; }

video {
  max-width: 100%;
  /* はみ出ないように */ }

/* Layout
 * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: inherit; }

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea {
  font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img {
  border: 0;
  vertical-align: bottom; }

img {
  max-width: 100%;
  height: auto;
  width: auto; }

/* hr 要素は不可視で使う */
hr {
  display: none; }

/* br 要素のレスポンシブ化 */
@media screen and (max-width: 768px) {
  .pc-Only {
    display: none; } }
@media screen and (min-width: 768px) {
  .sp-Only {
    display: none; } }
/* テキストインデント */
.txtindent {
  padding-left: 1em;
  text-indent: -1em; }

/*float
----------------------------------*/
.left {
  float: left; }

.right {
  float: right; }

#left {
  float: left; }

#right {
  float: right; }

/*txt-align
----------------------------------*/
.txt-al {
  text-align: left; }

.txt-ar {
  text-align: right; }

@media screen and (max-width: 768px) {
  .txt-ar {
    text-align: left; } }
.font-color {
  color: #151515 !important; }

/*underLine*/
.underLine {
  background: linear-gradient(transparent 60%, #f7ed82 60%); }

/*inner
---------------------------*/
.inner {
  position: relative;
  margin: 0 auto;
  padding: 14rem 0rem;
  /*max-width: 1160px;*/
  width: min(100%, 1240px); }

.inner-Blog {
  position: relative;
  margin: 0 auto;
  padding: 0rem 0 10rem;
  /*max-width: 1160px;*/
  width: min(100%, 1240px); }

@media screen and (max-width: 959px) {
  .inner {
    padding: 4rem 0rem; }

  .inner-Blog {
    padding: 4rem 0rem; } }
/**/
.inner__Sub {
  position: relative;
  margin: 0 auto;
  padding: 2rem 2rem 9.6rem;
  max-width: 1020px; }

.inner__Contact {
  position: relative;
  margin: 0 auto;
  padding: 9rem 2rem;
  max-width: 1000px; }

@media screen and (max-width: 959px) {
  .inner__Sub {
    padding: 4rem 2rem 5rem; }

  .inner__Contact {
    padding: 6rem 2rem; } }
.inner2 {
  position: relative;
  margin: 100px auto;
  padding: 0rem 1rem;
  width: calc(100% - 200px); }

@media screen and (max-width: 768px) {
  .inner2 {
    margin: 30px auto; } }
/*flex-box
---------------------------*/
.flex-Sb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.flex-Center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.flex-St {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.flex-Nomal {
  display: flex;
  flex-wrap: wrap; }

.flex--reverse {
  flex-direction: row-reverse; }

@media screen and (max-width: 768px) {
  .flex--reverse {
    flex-direction: row; } }
/* カーソルポインター装飾 */
#cursor {
  position: fixed;
  z-index: 100000000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #e8340c;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  pointer-events: none; }

#cursor.active {
  transform: scale(0); }

#stalker {
  position: fixed;
  z-index: 10000000000000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #e8340c;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.2s;
  opacity: .8;
  pointer-events: none; }

#stalker.active {
  background: #e8340c;
  transform: scale(2.5) translate(-20%, -20%);
  opacity: .3; }

/*circle-icon*/
.circle:before {
  padding-right: 10px;
  content: url("../images/common/circle-wh.png");
  position: relative;
  top: 1px; }

/*bg_common*/
.bg_common {
  background: url("../images/common/bgimg.jpg") repeat center top; }

.bg_Top {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  display: block;
  width: 660px;
  height: 400px;
  background: url("../images/common/bg_top.png") no-repeat right top; }

@media screen and (max-width: 959px) {
  .bg_Top {
    display: none; } }
/**/
.curtainWrap01 {
  position: relative;
  width: 100%;
  height: 460px;
  background: no-repeat center bottom;
  background-size: cover;
  overflow: hidden; }

@media screen and (max-width: 959px) {
  .curtainWrap01 {
    height: 460px; } }
.curtainWrap02 {
  position: relative;
  width: 100%;
  height: auto;
  background: no-repeat center center;
  background-size: cover;
  overflow: hidden; }

.curtainWrap03 {
  background-size: cover; }

/*//////////////////////////////////

module
///////////////////////////////////*/
.blcWrap {
  position: relative;
  width: 100%; }

.bgTx {
  position: absolute;
  top: 40%;
  font-size: 20rem;
  line-height: 220px;
  color: #000;
  font-feature-settings: "palt";
  font-family: dcb;
  letter-spacing: 0em;
  font-weight: 700;
  overflow: hidden; }

.bgTx-Center {
  left: 50%;
  transform: translateX(-50%); }

.bgTx-Right {
  right: 0%; }

@media screen and (max-width: 1110px) {
  .bgTx {
    font-size: 12rem;
    line-height: 120px; } }
@media screen and (max-width: 768px) {
  .bgTx {
    display: none; } }
/*工事中
---------------------------*/
.construction {
  margin: 0px 0px 50px;
  padding: 100px 0 0;
  width: 100%;
  box-sizing: border-box; }

.construction h2 {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 20px;
  text-align: center; }

.construction p {
  text-align: center;
  font-size: 14px; }

.construction p span {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #ea608e;
  font-weight: bold; }

/*//////////////////////////////////

 animation
///////////////////////////////////*/
/*bg animation
---------------------------------*/
.bgAnm-grd {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh; }

.bgAnm-grd span {
  width: 70vmin;
  height: 70vmin;
  border-radius: 70vmin;
  backface-visibility: hidden;
  position: absolute;
  animation-name: move;
  animation-duration: 350s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }
  .bgAnm-grd span:nth-child(1) {
    color: #ff9077;
    top: 36%;
    left: 70%;
    animation-duration: 61.9s;
    animation-delay: -188.3s;
    transform-origin: 1vw 25vh;
    box-shadow: -140vmin 0 22.385464163vmin currentColor; }
  .bgAnm-grd span:nth-child(2) {
    color: #ff9077;
    top: 78%;
    left: 71%;
    animation-duration: 80.6s;
    animation-delay: -41.8s;
    transform-origin: -14vw 17vh;
    box-shadow: -140vmin 0 22.783296873vmin currentColor; }
  .bgAnm-grd span:nth-child(3) {
    color: #5255bf;
    top: 18%;
    left: 95%;
    animation-duration: 154.6s;
    animation-delay: -199.9s;
    transform-origin: -20vw 3vh;
    box-shadow: 140vmin 0 50.9965956023vmin currentColor; }
  .bgAnm-grd span:nth-child(4) {
    color: #ff9077;
    top: 53%;
    left: 29%;
    animation-duration: 232.3s;
    animation-delay: -115.4s;
    transform-origin: -17vw -10vh;
    box-shadow: 140vmin 0 20.750692849vmin currentColor; }
  .bgAnm-grd span:nth-child(5) {
    color: #ff9077;
    top: 1%;
    left: 69%;
    animation-duration: 162.4s;
    animation-delay: -343.6s;
    transform-origin: -9vw -9vh;
    box-shadow: 140vmin 0 35.5409255721vmin currentColor; }
  .bgAnm-grd span:nth-child(6) {
    color: #5255bf;
    top: 41%;
    left: 96%;
    animation-duration: 237.9s;
    animation-delay: -345.1s;
    transform-origin: 12vw 18vh;
    box-shadow: 140vmin 0 48.1250645776vmin currentColor; }
  .bgAnm-grd span:nth-child(7) {
    color: #ff9077;
    top: 88%;
    left: 92%;
    animation-duration: 191.4s;
    animation-delay: -353.9s;
    transform-origin: 22vw 24vh;
    box-shadow: 140vmin 0 42.9215069045vmin currentColor; }
  .bgAnm-grd span:nth-child(8) {
    color: #ff9077;
    top: 28%;
    left: 91%;
    animation-duration: 92.9s;
    animation-delay: -180.3s;
    transform-origin: 20vw -3vh;
    box-shadow: 140vmin 0 48.6555583477vmin currentColor; }

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg); } }
/*要素出現
---------------------------------*/
/*curtain
---------------------------------*/
.curtainIn {
  position: relative;
  /*opacity: 0;*/
  z-index: 0; }

.maskWH {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
  background-color: #fff; }

.maskWH-wh {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 4;
  background-color: #e7e5e5; }

.wht {
  background-color: #fff; }

.gly {
  background-color: #f3f3f3; }

/*animation ------------*/
.ef-animation {
  animation: ef-animation 0s ease-out 0s forwards; }

@keyframes ef-animation {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.ef-animation .maskWH {
  animation: maskWH 0.5s ease-out 0.5s forwards;
  margin-left: 0; }

.ef-animation .maskWH-wh {
  animation: maskWH 0.7s ease-out 0.8s forwards;
  margin-left: 0; }

@keyframes maskWH {
  0% {
    margin-left: 0; }
  100% {
    margin-left: 100%; } }
/*fade motion---------------------*/
.move,
.move:hover {
  transition: all 0.4s ease-in-out 0.5s; }

.fade_box {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0; }

@media screen and (max-width: 768px) {
  .fade_box {
    transform: none;
    opacity: 1; } }
/*fade motion---------------------*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0; }

@keyframes bgextendAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #151515;
  /*伸びる背景色の設定*/ }

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0); }
  50% {
    transform-origin: left;
    transform: scaleX(1); }
  50.001% {
    transform-origin: right; }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0; }

/*button
---------------------------------*/
/**/
.button-Main {
  cursor: pointer;
  display: block;
  position: relative;
  transition: all 0.3s;
  padding: 4rem 2.5rem;
  width: 100px;
  height: 100px;
  font-size: 1.2rem;
  text-align: left;
  color: #fff !important;
  background: #151515;
  font-weight: 600;
  border-radius: 50px;
  font-family: rw;
  overflow: hidden; }

.button-Main:hover {
  color: #fff !important;
  background: #e8340c;
  border-radius: 5px;
  box-shadow: 0 0px 30px 0 rgba(111, 173, 108, 0.6); }

/**/
.button-Sub {
  cursor: pointer;
  display: block;
  position: relative;
  transition: all 0.3s;
  padding: 1rem 2.5rem;
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  text-align: left;
  color: #fff !important;
  background: #151515;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
  overflow: hidden; }

.button-Sub:hover {
  color: #fff !important;
  background: #e8340c;
  border-radius: 5px;
  box-shadow: 0 0px 30px 0 rgba(88, 70, 10, 0.3); }

@media screen and (max-width: 768px) {
  .button-Sub {
    margin: 10px 0 0;
    padding: 0.5rem 0;
    width: 100%;
    font-size: 14px; } }
/**/
.button-Cntct {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 0;
  transition: all 0.25s;
  padding: 1rem 0 2rem;
  width: 100%;
  height: auto;
  font-size: 3rem;
  line-height: 30px;
  color: #fff !important;
  font-feature-settings: "palt";
  font-family: smgl;
  font-weight: 400;
  border-bottom: 1px solid #fff; }

.button-Cntct:before {
  display: block;
  position: absolute;
  bottom: -1px;
  right: 0;
  height: 1px;
  width: 0;
  z-index: -1;
  content: '';
  background: #e8340c;
  transition: all 0.25s;
  border-radius: 50px; }

.button-Cntct:hover {
  color: #e8340c !important; }

.button-Cntct:hover:before {
  left: 0%;
  right: auto;
  width: 100%; }

@media screen and (max-width: 768px) {
  .button-Cntct {
    padding: 1rem 0 1rem; }

  .button-Cntct {
    font-size: 3rem;
    line-height: 30px; } }
/**/
.button-Wrap {
  position: relative;
  margin: 50px auto;
  padding: 0;
  max-width: 1100px;
  height: auto; }
  .button-Wrap .button-Main {
    width: 48%;
    padding: 2rem 3rem; }

@media screen and (max-width: 768px) {
  .button-Wrap {
    margin: 30px auto; }
    .button-Wrap .button-Main {
      margin-bottom: 10px;
      width: 100%;
      padding: 1rem 2rem; } }
/**/
.button-Wrap-Single {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
  height: auto;
  text-align: center; }
  .button-Wrap-Single .button-Main {
    margin: 0 auto;
    width: 60%;
    padding: 2rem 3rem; }

@media screen and (max-width: 768px) {
  .button-Wrap-Single {
    margin: 0 auto 30px; }
    .button-Wrap-Single .button-Main {
      width: 90%;
      padding: 1rem 2rem; } }
/**/
.button-Wrap-Single2 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
  height: auto;
  text-align: center; }
  .button-Wrap-Single2 .button-Main {
    margin: 0 auto;
    width: 80%;
    padding: 2rem 3rem;
    font-size: 2.4rem; }

@media screen and (max-width: 768px) {
  .button-Wrap-Single2 {
    margin: 0 auto 30px; }
    .button-Wrap-Single2 .button-Main {
      width: 90%;
      padding: 1rem 2rem; } }
/**/
.g-Scale {
  filter: grayscale(100%); }

/**/
.mcurtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: mcurtain 1s;
  -webkit-animation-iteration-count: 1;
  z-index: 99; }

@-webkit-keyframes mcurtain {
  0% {
    width: 100%;
    background-color: #fff; }
  100% {
    width: 0%;
    background-color: #fff; } }
/**/
.tf-Scale {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

/*//////////////////////////////////

Header
///////////////////////////////////*/
#first-View {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }

/*- @media 768px-*/
@media screen and (max-width: 768px) {
  #first-View {
    padding: 0; } }
/*//////////////////////////////////

Header
///////////////////////////////////*/
header {
  margin: 0 auto 200px;
  padding: 8rem 0 0rem;
  max-width: 1300px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

header h1 {
  width: 80px;
  position: relative; }

/*- @media 1299px-*/
@media screen and (max-width: 1299px) {
  header {
    width: 90%;
    margin: 0 auto 50px;
    padding: 3rem 0; } }
/*//////////////////////////////////

Contents
/////////////////////////////////*/
main {
  margin: 0 auto;
  padding: 0;
  max-width: 1300px;
  height: auto;
  position: relative;
  overflow: hidden; }
  main .sec-Side {
    width: 10%;
    position: relative; }
    main .sec-Side h2 {
      width: 80px; }
  main .sec-Main {
    width: 80%;
    position: relative; }

/*- @media 1299px-*/
@media screen and (max-width: 1299px) {
  main {
    width: 90%; } }
/*- @media 959px-*/
@media screen and (max-width: 959px) {
  main .sec-Side {
    width: 100%; }
    main .sec-Side h2 {
      width: 40px;
      margin-bottom: 30px; }
  main .sec-Main {
    width: 100%; } }
/*h2ttl-Wrap
---------------------------*/
.h2ttl-Wrap {
  margin-bottom: 32px;
  font-family: hvB !important;
  letter-spacing: 0.01em !important; }

/*page-top
---------------------------*/
#page-top {
  width: 70px;
  height: 70px;
  display: none;
  position: fixed;
  right: 35px;
  bottom: 50px;
  z-index: 1000; }

#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

#move-page-top {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer; }

/*- @media 768px-*/
@media screen and (max-width: 768px) {
  #page-top p {
    display: none; } }
/*////////////////////////////////

footer
////////////////////////////////*/
footer {
  margin: 0 auto;
  max-width: 1300px;
  height: auto;
  position: relative; }

#copy {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 2rem;
  text-align: right;
  font-size: 1rem;
  line-height: 12px;
  font-weight: 600;
  font-family: hvR; }

/*- @media 959x-*/
@media screen and (max-width: 959px) {
  .fInner {
    display: none; }

  #copy {
    margin: 0 auto 40px; } }
