@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@charset "UTF-8";
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form
-------------------------------------------------------------------------------------*/

.ft-poppins{font-family: 'Poppins', sans-serif;}
.ft-c-orange{ color: #ff4a11; }
.ft-c-blue{ color: #05a3e8; }

/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0;
  width: 100%
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/* reset
-------------------*/
html {
  background-color: #FFF;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 400;
  line-height: 1.7;
}

body {
  position: relative;
  background: #fff;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 500;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#fancybox-wrap, #fancybox-wrap *, #fancybox-tmp, #fancybox-loading {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  -ms-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
a, a:link, a:hover, a:focus {
  color: #584f4b;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  opacity: 0.6;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}

picture{
  display: block;
}

.flexBox,
.flexList{
  display: flex;
}

.gridBox{
  display: grid;
}

.grad {
  background: linear-gradient(90deg, rgba(5,163,232,1) 0%, rgba(79,201,255,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(5,163,232,1) 0%, rgba(79,201,255,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* base contents
-------------------*/
/*header*/

.Menu{
  display: none;
}

#header {
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0 auto;
  position: relative;
}

#header .headWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin: 15px 5% 0;
  width: 90%;
  border-radius: 0 0 10px 10px;
}

.hd-logo-01{
  margin-right: 10%;
}

#header.active {
  opacity: 1;
}

#header .logo.top {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 120px;
  position: absolute;
  margin-top: -38px;
}

#header .logo img {
  z-index: 999;
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 100%;
}

.hd-left{
  width: 50%;
}

.hd-right {
    width: 100%;
    max-width: 420px;
    position: fixed;
    right: 5%;
}

/*contents*/
#contents {
  margin: 0 auto;
  overflow-x: hidden; 
  width: 100%;
}
.secInr {
  margin: 0 auto;
  max-width: 1300px;
  width: 90%;
}

.text12{ font-size: 12px; font-size: 1.2rem;}
.text13{ font-size: 13px; font-size: 1.3rem;}
.text14{ font-size: 14px; font-size: 1.4rem;}
.text15{ font-size: 15px; font-size: 1.5rem;}
.text16{ font-size: 16px; font-size: 1.6rem;}
.text17{ font-size: 17px; font-size: 1.7rem;}
.text18{ font-size: 18px; font-size: 1.8rem;}
.text19{ font-size: 19px; font-size: 1.9rem;}
.text20{ font-size: 20px; font-size: 2.0rem;}
.text21{ font-size: 21px; font-size: 2.1rem; line-height: 1.4; font-weight: 400;}
.text22{ font-size: 22px; font-size: 2.2rem; line-height: 1.4; font-weight: 400;}
.text24{ font-size: 24px; font-size: 2.4rem; line-height: 1.4; font-weight: 400;}
.text26{ font-size: 26px; font-size: 2.6rem; line-height: 1.4; font-weight: 400;}
.text28{ font-size: 28px; font-size: 2.8rem; line-height: 1.4; font-weight: 400;}
.text32{ font-size: 32px; font-size: 3.2rem; line-height: 1.4; font-weight: 400;}
.text38{ font-size: 38px; font-size: 3.8rem; line-height: 1.4; font-weight: 400;}
.text48{ font-size: 48px; font-size: 4.8rem; line-height: 1.4; font-weight: 400;}

.head14{ font-size: 14px; font-size: 1.4rem;}
.head15{ font-size: 15px; font-size: 1.5rem;}
.head16{ font-size: 16px; font-size: 1.6rem;}
.head18{ font-size: 18px; font-size: 1.8rem;}
.head20{ font-size: 20px; font-size: 2.0rem; font-weight: 500;}
.head21{ font-size: 21px; font-size: 2.1rem;}
.head24{ font-size: 24px; font-size: 2.4rem;}
.head28{ font-size: 28px; font-size: 2.8rem;}
.head30{ font-size: 30px; font-size: 3.0rem;}
.head32{ font-size: 32px; font-size: 3.2rem; line-height: 1.4; }
.head36{ font-size: 36px; font-size: 3.6rem; line-height: 1.4;}
.head40{ font-size: 40px; font-size: 4.0rem; letter-spacing: 0.05em;}
.head42{ font-size: 42px; font-size: 4.2rem; line-height: 1.4; letter-spacing: 0.05em;}
.head44{ font-size: 44px; font-size: 4.4rem; letter-spacing: 0.05em;}
.head50{ font-size: 50px; font-size: 5.0rem; line-height: 1.4; font-weight: 600;}
.head52{ font-size: 52px; font-size: 5.2rem; line-height: 1.4; font-weight: 600;}
.head60{ font-size: 60px; font-size: 6.0rem; line-height: 1.2;}

/*common btn*/

.flex-btn{
  justify-content: space-between;
  align-items: flex-end;
  max-width: 420px;
}

.flex-btn div{
  width: 49%;
}

.flex-btn a{
  display: block;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  border-radius: 100px;
  padding: 15px 20px;
  text-align: center;
  width: 100%;
}

.flex-btn a:hover {
  transition: 0.3s ease;
  opacity: 1 !important;
}

.flex-btn a p{
  transition: 0.3s ease;
}

.flex-btn a:hover p{
    opacity: 0.6;
}

.flex-btn .btn-blue a{
  background: #6EC14A;
  color: #fff !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative; 
}

.flex-btn .btn-blue a span{
  position: absolute;
  width: 63%;
  left: 50%;
  animation: MoveUpDown 1.5s linear infinite; 
  transition: 0.3s ease;
  opacity: 1;
}

@keyframes MoveUpDown {
  0%, 100% {
    transform: translate(-50%, -40px);
  }
  50% {
    transform: translate(-50%, -35px);
  }
}

.flex-btn .btn-blue a:hover span{
  opacity: 0;
}

.flex-btn .btn-white a{
  background: #fff;
  color: #025fa7; 
  font-size: 15px;
  font-size: 1.5rem;
}

.corner-wrap{
  background: #fff;
  border-radius: 5px;
  padding: 10px 5px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  overflow: hidden;
  position: relative;
  text-align: center;
}

.corner-wrap:after{
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #05A3E8 transparent;
  transform: rotate(0deg);
  right: 0;
  bottom: 0;
}

/*hamburger */


/* mv */
#mv {
  background: url(../../img/mv_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 730px;
  position: relative;
  z-index: 1;
  margin-top: -240px;
}

#mv .secInr{
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}

#mv .secInr > .is-pc{
  margin-top: 120px;
}

#mv .flex-mv{
  justify-content: space-between;
  align-items: center;
}

#mv .mv-left{
  width: 38%;
}

#mv .mv-h1{
  margin-bottom: 20px;
}

#mv .mv-h2{
  margin: 0 auto 50px;
  text-align: center;
  width: 80%;
}

#mv .mv-h3{
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.mv-list{
  margin: auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mv-list li{
  margin: 0 1% 2%;
  width: 31%;
}

.mv-list li .corner-wrap{
  width: 100%;
}


#mv .mv-right{
  position: relative;
  margin-top: 80px;
  width: 56%;
}

.mv-right .mv-img-01{
  margin:0 0 3% 3%;
  width: 45%;
}    

.mv-right .mv-img-02{
  position: absolute;
  right: 17%;
  top: 10%;
  width: 31%;
}

.mv-right .mv-img-03{
  position: absolute;
  right: -5%;
  top: 19%;
  width: 28%;
  z-index: 1;
}

.mv-right .mv-img-04 {
  position: absolute;
  right: 15%;
  top: 27%;
  width: 29%;
}

.mv-right .mv-img-05{
  width: 100%;
}

/*footer*/

#sec-footer {
  background: #333333;
  color: #fff;
  padding: 90px 0;
  text-align: center;
  width: 100%;
}

.ft-wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.ft-wrap .flex-ft{
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
}

.ft-wrap .flex-ft .ft-logo{
  margin-right: 80px;
  width: 85px;
}

.ft-wrap .flex-ft .ft-com-info{
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: -10px;
  text-align: left;
  width: calc(100% - 165px);
}

.ft-wrap .flex-ft .ft-com-info a{
  color: #fff;
}

.ft-wrap .flex-ft .ft-com-info .official{
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.ft-copyright{
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  width: 30%;
}

/* indent
-------------------*/
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.top0 {
  margin-top: 0 !important;
}
.top5 {
  margin-top: 5px !important;
}
.top10 {
  margin-top: 10px !important;
}
.top15 {
  margin-top: 15px !important;
}
.top20 {
  margin-top: 20px !important;
}
.top25 {
  margin-top: 25px !important;
}
.top30 {
  margin-top: 30px !important;
}
.top35 {
  margin-top: 35px !important;
}
.top40 {
  margin-top: 40px !important;
}
.btm0 {
  margin-bottom: 0 !important;
}
.btm5 {
  margin-bottom: 5px !important;
}
.btm10 {
  margin-bottom: 10px !important;
}
.btm15 {
  margin-bottom: 15px !important;
}
.btm20 {
  margin-bottom: 20px !important;
}
.btm25 {
  margin-bottom: 25px !important;
}
.btm30 {
  margin-bottom: 30px !important;
}
.btm35 {
  margin-bottom: 35px !important;
}
.btm40 {
  margin-bottom: 40px !important;
}
.btm45 {
  margin-bottom: 45px !important;
}
.btm50 {
  margin-bottom: 50px !important;
}
.btm55 {
  margin-bottom: 55px !important;
}
.btm60 {
  margin-bottom: 60px !important;
}
.btm65 {
  margin-bottom: 65px !important;
}
.btm70 {
  margin-bottom: 70px !important;
}
.btm75 {
  margin-bottom: 75px !important;
}
.btm80 {
  margin-bottom: 80px !important;
}
.btm85 {
  margin-bottom: 85px !important;
}
.btm90 {
  margin-bottom: 90px !important;
}
.btm95 {
  margin-bottom: 90px !important;
}
.pT0 {
  padding-top: 0 !important;
}
.pT5 {
  padding-top: 5px !important;
}
.pT10 {
  padding-top: 10px !important;
}
.pT15 {
  padding-top: 15px !important;
}
.pT20 {
  padding-top: 20px !important;
}
.pT25 {
  padding-top: 25px !important;
}
.pT30 {
  padding-top: 30px !important;
}
.pT35 {
  padding-top: 35px !important;
}
.pT40 {
  padding-top: 40px !important;
}
.pT45 {
  padding-top: 45px !important;
}
.pB0 {
  padding-bottom: 0 !important;
}
.pB5 {
  padding-bottom: 5px !important;
}
.pB10 {
  padding-bottom: 10px !important;
}
.pB15 {
  padding-bottom: 15px !important;
}
.pB20 {
  padding-bottom: 20px !important;
}
.lm5 {
  margin-left: 5px !important;
}
.lm10 {
  margin-left: 10px !important;
}
.lm15 {
  margin-left: 15px !important;
}
.lm20 {
  margin-left: 20px !important;
}
.lm50 {
  margin-left: 50px !important;
}
.lm60 {
  margin-left: 60px !important;
}
.lm70 {
  margin-left: 70px !important;
}
.rm5 {
  margin-right: 5px !important;
}
.rm10 {
  margin-right: 10px !important;
}
.rm15 {
  margin-right: 15px !important;
}
.rm20 {
  margin-right: 20px !important;
}
.vAT {
  vertical-align: top !important;
}
.vAM {
  vertical-align: middle !important;
}
.vAB {
  vertical-align: bottom !important;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.is-pc {
  display: block;
}
.is-sp {
  display: none;
}
.is-ipad {
  display: none;
}
.is-spS {
  display: none;
}
.spTel {
  pointer-events: none;
}
/* wide
-------------------*/
.w5 {
  width: 5% !important;
}
.w10 {
  width: 10% !important;
}
.w15 {
  width: 15% !important;
}
.w18 {
  width: 18% !important;
}
.w20 {
  width: 20% !important;
}
.w25 {
  width: 25% !important;
}
.w30 {
  width: 30% !important;
}
.w35 {
  width: 35% !important;
}
.w40 {
  width: 40% !important;
}
.w45 {
  width: 45% !important;
}
.w50 {
  width: 50% !important;
}
.w55 {
  width: 55% !important;
}
.w60 {
  width: 60% !important;
}
.w65 {
  width: 65% !important;
}
.w70 {
  width: 70% !important;
}
.w75 {
  width: 75% !important;
}
.w80 {
  width: 80% !important;
}
.w85 {
  width: 85% !important;
}
.w90 {
  width: 90% !important;
}
.w95 {
  width: 95% !important;
}
.wFull {
  width: 100% !important;
}
/* section
-------------------*/
section {
  clear: both;
}
/* compo parts
-------------------*/
/*btn*/

/*head*/

/*topcontrol*/
/*
#topcontrol {
  z-index: 900;
}
#topcontrol a {
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  background: url(../cmn_img/scrollup.gif) center center no-repeat\9 #000; 
  *background: url(../cmn_img/scrollup.gif) center center no-repeat #000; 
  _background: url(../cmn_img/scrollup.gif) center center no-repeat #000; 
  display: block;
  height: 60px;
  width: 60px;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#topcontrol a:hover {
  filter: alpha(opacity=10) !important;
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
*/

/* Adjustment
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {

.text13 { font-size: 1.2rem;}
.text21 { font-size: 1.8rem;}

.head21 { font-size: 1.8rem;}
.head32 { font-size: 2.2rem;}
.head40 { font-size: 3rem;}
.head50 { font-size: 4rem;}
}

@media only screen and (max-width: 1500px) {

}

@media only screen and (max-width: 1420px) {

/*#header .logo.top,
.rest #header .logo.fix, 
#header.fixed .logo.fix{
  width: 180px;
}

#header .logo img {
    max-width: 180px;
}

#gNav{
  width: calc(100% - 180px);
}*/
}

@media only screen and (max-width: 1200px) {

#header .logo.top{
  width: 120px;
}

#header .headWrap {
  border-radius: 0;
  margin: 0;
  width: 100%;
}

#mv .mv-btn {
    display: block;
}

#mv .mv-btn .btn-green {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 100%;
}

#mv .mv-btn .btn-orange {
    margin-left: 0;
    max-width: 100%;
}

}

@media only screen and (max-width: 1200px) {

.is-ipad{
  display: block;
}

.cm-head h4 {
    font-size: 4.2rem;
}

.cm-head {
    margin-bottom: 30px;
}

.head30 {
    font-size: 2.5rem;
}


}

@media only screen and (max-width: 1050px) {


}

/* for responsive
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1330px) {

.head42 {font-size: 3.2rem;}
.head52 {font-size: 4.2rem;}

}

@media only screen and (max-width: 1250px) {

#mv {
    height: 630px;
    margin-top: -280px;
}

#mv .secInr > .is-pc {
    margin-top: 160px;
}

#mv .mv-h2 {
  margin: 0 auto 20px;
}

#mv .mv-h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.mv-list .corner-wrap .text16 {
  font-size: 1.2rem;
}

}

@media only screen and (max-width: 900px) {
#mv{
  height: 500px;
  margin-top: -230px;
}

#mv .secInr > .is-pc {
    margin-top: 130px;
}

.head30 {
    font-size: 2.4rem;
}
}

/* for SP
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {

.is-pc {
  display: none !important;
} 

.is-sp {
  display: block !important;
} 

body,
.text16,
.head16{
  font-size: 1.4rem;
}
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* indent
-------------------*/
  .is-spS {
    display: block !important;
  }
  .spImg {
    max-width: 100%;
  }
  a.spTel {
    pointer-events: auto;
  }
  /* compo parts
-------------------*/
  /*btn*/
  .bscBtn01 a {
    display: block;
    padding: 20px 5%;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  small#copyright {
    font-size: 10px;
    font-size: 1.0rem;
  }
  
  /* top parts
-------------------*/
  .mvInr .mvTxt h1 {
    font-weight: 400;
  }
}
/*SP END*/
/* for ipad
-------------------------------------------------------------------------------------*/
.portrait.ipad #mv {
  height: 50vh;
}
.portrait.ipad #mv .mvInr {
  height: 50vh;
}
/* for iphoneX
-------------------------------------------------------------------------------------*/
@media screen and (min-height: 800px) {
  .portrait.iphone #mv {
    height: 64vh;
  }
}
/* animation
-------------------------------------------------------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.mv-h1,
.mv-h2,
.mv-h3,
.mv-img-02,
.mv-img-03,
.mv-img-04,
.mv-list-wrap,
.mv-h1-sp,
.mv-h2-sp,
.mv-h3-sp,
.mv-list-wrap-sp,
.mv-illu-sp{
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1000ms;
}

.mv-h1.scrollin,
.mv-h2.scrollin,
.mv-h3.scrollin,
.mv-img-02.scrollin,
.mv-img-03.scrollin,
.mv-img-04.scrollin,
.mv-list-wrap.scrollin,
.mv-h1-sp.scrollin,
.mv-h2-sp.scrollin,
.mv-h3-sp.scrollin,
.mv-list-wrap-sp.scrollin,
.mv-illu-sp.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: #222222;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading .ldInr {
  position: relative;
  width: 100vw;
  height: 100vh;
}
#loading .ldBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.loader {
  color: #9e0000;
  margin: 0 auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 930px) {

}

@media only screen and (max-width: 920px) {

}

@media screen and (max-width: 768px) {
.text15 { font-size: 1.3rem;}
.text18 { font-size: 1.5rem;}
.text32 { font-size: 2.0rem;}
.text48 { font-size: 2.4rem;}

.head15 { font-size: 1.4rem;}
.head21 { font-size: 1.6rem;}
.head22 { font-size: 1.7rem;}
.head24 { font-size: 1.8rem;}
.head30 { font-size: 2.2rem;}
.head32 { font-size: 2.4rem;}
.head28 { font-size: 2.0rem; line-height: 1.4;}
.head42 { font-size: 2.4rem; line-height: 1.4;}
.head52 { font-size: 2.6rem;}

#mv .flex-mv{
    display: block;
    margin-top: 100px;
}

#mv .mv-left{
    left: 0;
    width: 100%;
    height: auto!important;
}

#mv .mv-right{
    width: 100%;
    margin-bottom: 0;
}    

#header .headWrap {
    height: auto;
}

#mv {
    background: url(../../img/mv_bg_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 0 30px;
    margin-top: 0;
    height: auto;
}

#header .logo.top {
    width: 60px;
    margin-top: 10px;
    margin-left: 10px;
}

#mv .label{
  margin: 0 auto 40px;
  max-width: 330px;
  width: 40%;
}

#mv .mv-h1-sp {
    margin: 0 auto 40px;
    width: 70%;
}

#mv .mv-h2-sp{
  margin: 0px auto 25px;
  width: 70%;
}

.mv-h3-sp {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

#sec-footer {
    padding: 65px 0 120px;
}

.ft-wrap {
    display: block;
}

.ft-wrap .flex-ft {
    width: 100%;
    display: block;
}

.ft-wrap .flex-ft .ft-logo {
    margin: 0 auto 20px;
    width: 85px;
    text-align: center;
}

.ft-wrap .flex-ft .ft-com-info {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.ft-copyright {
    font-size: 1.0rem;
    text-align: center;
    width: 100%;
}

.hd-right {
    width: 100%;
    max-width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.hd-right .flex-btn {
    max-width: 100%;
}

.hd-right .flex-btn div.btn-blue {
  height: 60px;
  width: 60%;
}

.hd-right .flex-btn div.btn-white {
  height: 60px;  
  width: 40%;
}

.hd-right .flex-btn a {
    border-radius: 0;
}

.hd-right .flex-btn a:hover {
    opacity: 1 !important;
}

.hd-right .flex-btn a:hover p{
    opacity: 0.8;
}

.hd-right .flex-btn .btn-blue a span {
    width: 100px;
}

@media screen and (max-width: 480px) {

.head42 {
    font-size: 1.8rem;
}

#header .logo.top {
    width: 50px;
}

#mv .label {
    margin: 0 auto 20px;
    max-width: 330px;
    width: 40%;
}

#mv .mv-h1-sp {
    margin: 0px auto 10px;
    width: 90%;
}

#mv .mv-h2-sp {
    margin: 0px auto 15px;
    width: 80%;
}

.mv-h3-sp {
    font-size: 2rem;
    margin-bottom: 10px;
}

.mv-list {
    margin: 0 0 15px;
}

.mv-list .corner-wrap {
    border-radius: 20px;
    padding: 0 0 3px;
}

.mv-list .corner-wrap .text16 {
    font-size: 1.1rem;
}

.mv-list .corner-wrap:after{
  display: none;
}

.illu-sp-02{
  margin-bottom: 10px;
}


}




