@import url('//fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500&family=Noto+Sans+JP:wght@300;400;700&family=Noto+Serif+JP:wght@400;500&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
-------------------------------------------------------------------------------------*/

.ftTsu{ font-family: fot-tsukuardgothic-std, sans-serif;}
.ftRoboto{ font-family: roboto, sans-serif; }
.ftNotoSan{ font-family: noto-sans, sans-serif; }


/* 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
}
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;
}
body {
  position: relative;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}
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: #333;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}
#contents p {
  line-height: 1.7;
}
hr.ancHr {
  font-size: 0 !important;
  line-height: 0 !important;
  visibility: hidden !important;
  margin: 0;
  padding: 0;
}
/* base contents
-------------------*/
/*header*/
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  padding: 15px 0;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#header.active {
  opacity: 1;
}
#header .logo {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 999;
  width: 160px;
  height: 28px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#header .logo a {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#header .logo img {
  /*width: 98px;
  height: 118px;*/
  position: absolute;
  z-index: 999;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
/*#header .logo.change {
  width: 80px;
  height: 80px;
}
#header .logo.change img {
  width: 42px;
  height: 50px;
}*/
#gNav {
  display: flex;
  flex-direction: row-reverse;
  widows: 100%;
  padding: 40px 0;
}
#gNav ul {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding-right: 10px;
}
#gNav ul li {
  margin: 0 20px;
}
#gNav ul li a {
  font-size: 15px;
  font-size: 1.5rem;
}
#gNav ul li a:hover {
  color: #51bded;
  text-decoration: none;
}
.Menu {
  cursor: pointer;
  display: block;
  height: 80px;
  width: 80px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1010;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.Menu span {
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  zoom: 1; /* Fix for IE7 */
  *display: inline; /* Fix for IE7 */
  height: 3px;
  width: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.Menu span:nth-of-type(1) {
  top: 30px;
}
.Menu span:nth-of-type(2) {
  top: 43px;
}
.Menu.active {
  height: 80px;
  width: 80px;
  right: 0;
}
.Menu.active span {
  left: 24%;
}
.Menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.Menu.active span:nth-of-type(2) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}
.Menu.active small {
  color: #000;
}

/*spNav*/
#Nav {
  height: 100%;
  display: block;
  transition: all 550ms ease 0.25s;
  visibility: hidden;
  padding-top: 59px;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 990;
}
#Nav.active {
  visibility: visible;
  right: 0;
}
#Nav #Bg {
  /*	background: rgba(0,0,0,0.5);*/
  height: 100%;
  width: 500%;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 550ms ease 0.25s;
  pointer-events: none;
}
#Nav.active #Bg {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}
#Nav::after {
  background: linear-gradient(180deg, #6bc8cf, #0089bf);
  background-size: 200% 200%;
  animation: Gradient 6s ease infinite;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#Nav::before, #Nav::after {
  opacity: 0;
  transition: all 550ms ease 0.25s;
}
#Nav.active::before, #Nav.active::after {
  opacity: 1;
}
#Nav .closeBtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 3%;
  text-align: right;
}

#Nav nav {
  position: relative;
  width: 100%;
  height: 100%;
}

#Nav nav > div{
  top: 50%; 
  transform: translate(-50%,-50%); 
  left: 50%; 
  max-width: 700px;
  position: absolute;
  width: 100%;
}

#Nav .logo {
    margin: 0px auto 65px;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 45px;
}

#Nav .logo img {
    max-width: 250px;
    width: 100%;
}

#Nav nav ul {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
#Nav nav ul li {
  width: 33%;
}
#Nav nav ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  display: block;
  padding-bottom: 60px;
}
#Nav nav ul li a span {
  color: #185990;
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  padding-bottom: 10px;
  font-weight: 400;
}
#Nav nav ul li a:hover {
  color: #185990;
  text-decoration: none;
}
#Nav nav ul li a:hover::before {
  color: #FFF;
}
/*contents*/
#contents {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.secInr {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
/*footer*/
small#copyright {
  background: #008ABC;
  color: #fff;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 40px 0;
  text-align: center;
  width: 100%;
}
/* 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-spS {
  display: none;
}
.spTel {
  pointer-events: none;
}
/* size
-------------------*/
.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; }
.text22{ font-size: 22px; font-size: 2.2rem; }
.text23{ font-size: 23px; font-size: 2.3rem; }
.text24{ font-size: 24px; font-size: 2.4rem; }
.text25{ font-size: 25px; font-size: 2.5rem; }
.text26{ font-size: 26px; font-size: 2.6rem; }
.text27{ font-size: 27px; font-size: 2.7rem; }
.text28{ font-size: 28px; font-size: 2.8rem; }
.text29{ font-size: 29px; font-size: 2.9rem; }
.text30{ font-size: 30px; font-size: 3.0rem; }
.text38{ font-size: 38px; font-size: 3.8rem; }

.head18{ font-size: 18px; font-size: 1.8rem; line-height: 1.4;}
.head21{ font-size: 21px; font-size: 2.1rem; line-height: 1.4;}
.head24{ font-size: 24px; font-size: 2.4rem; line-height: 1.4;}
.head30{ font-size: 30px; font-size: 3.0rem; line-height: 1.4;}
.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; line-height: 1.4;}
.head42{ font-size: 42px; font-size: 4.2rem; line-height: 1.4;}
.head48{ font-size: 48px; font-size: 4.8rem; line-height: 1.4;}
.head72{ font-size: 72px; font-size: 7.2rem; line-height: 1.4;}
.head96{ font-size: 96px; font-size: 9.6rem; line-height: 1.4;}

/* 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
-------------------*/

/*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);
}
*/
/* top contents for pc
-------------------------------------------------------------------------------------*/
/* mv
-------------------*/
#mv {
  background: linear-gradient(180deg, #6bc8cf, #0089bf);
  background-size: 200% 200%;
  animation: Gradient 6s ease infinite;
  width: 100%;
  height: 90vh;
  min-height: 700px;
  position: relative;
  z-index: 1;
}

@keyframes Gradient {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}

#mv:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../img/mv_bg.png);
  background-position: top center;
  width: 100%;
  height: 260px;
}

#mv .illust{
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
    width: 100%;
    z-index: 3;
}

#mv .illust img{
  width: 100%;
}

#mv .batch{
    position: absolute;
    right: 24%;
    top: 8%;
    opacity: 0;
    transition: 1s ease;
    z-index: 3;
    width: 200px;
}

#mv .batch.active{
  opacity: 1;
}

#mv .batch img{
  width: 100%;
} 

.mvInr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  height: 100%;
  overflow: hidden;
}

.mvInr .bgImg{
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.mvInr .bgImg img{
  position: relative;
  z-index: 1;
}

.mvInr .mvTxt {
    position: absolute;
    left: 50%;
    top: 47%;
    z-index: 4;
    transform: translate(-50%, -50%);
}

.mvInr h1 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 32px;
  font-size: 3.2rem;
  padding-top: 20px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.mvInr h1 span{
  position: relative;
  margin: 0 0.5px;
}

.mvInr h1 span:before{
  content: "";
  position: absolute;
  background: #ffea00;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  top: 47px;
  left: calc( 50% - 5px);
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

#mv .illust{
  opacity: 0;
  transition: 1s ease;
}

#mv .illust.active{
  opacity: 1;
}

/* Adjustment
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1540px) {

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

}
@media only screen and (max-width: 1350px) {
.mvInr h1 {
    font-size: 2.8rem;
}

.head18{ font-size: 1.6rem;}
.head21{ font-size: 1.8rem;}
.head24{ font-size: 2.0rem;}
.head32{ font-size: 2.6rem;}
.head42{ font-size: 3.2rem;}


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

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

}
@media only screen and (max-width: 1080px) {
  #gNav {
    display: none;
  }
  .mvInr .mvTxt .mvCatch img{
    max-width: 400px; 
    width: 90%;
  }
  .mvInr .mvTxt .mvCatch {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .mvInr .mvTxt h1 {
    padding-top: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* height */
@media (max-height: 720px) {
  .landscape.other .mvInr .mvTxt .mvCatch span {
    font-size: 100px;
    font-size: 10rem;
  }
  .landscape.other .mvInr .mvTxt {
    bottom: 10%;
  }
  .landscape.other .mvInr .mvTxt h1 {
    padding-top: 20px;
  }
  .landscape.other .mvInr .circle {
    width: 47%;
  }
  #gNav {
    padding: 15px 0;
  }
}


@media only screen and (max-width: 110px) {
#mv .batch {
    width: 170px;
}
}


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

#mv {
    height: 80vh;
    min-height: auto;
}

.mvInr .mvTxt {
    width: 100%;
}

.mvInr .mvTxt h1 {
    padding-top: 10px;
}

.mvInr .mvTxt .mvCatch img {
    max-width: 300px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

#mv .batch{
  width: 130px;
}

}
@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* indent
-------------------*/
  .is-sp {
    display: block !important;
  }
  .is-pc {
    display: none !important;
  }
  .is-spS {
    display: block !important;
  }
  .spImg {
    max-width: 100%;
  }
  a.spTel {
    pointer-events: auto;
  }
  /* compo parts
-------------------*/
  small#copyright {
    font-size: 10px;
    font-size: 1.0rem;
  }
  #Nav nav ul li a span {
    font-size: 30px;
    font-size: 3.0rem;
  }
  /* top parts
-------------------*/
  .mvInr .mvTxt .mvCatch {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.7;
  }
  .mvInr .mvTxt .mvCatch span {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.1;
    padding-bottom: 0px;
  }

  .mvInr .bgImg {
    width: 95%;
  }

  .mvInr {
    width: 100%;
  }

  .mvInr .mvTxt {
    width: 90%;
    bottom: 30%;
  }

  .mvInr h1 span:before {
    width: 3px;
    height: 3px;
    top: 25px;
    left: calc( 50% - 1.5px);
}


#mv .batch{
  width: 90px;
  right: 5%;
  top: 12%; 
}

  small#copyright {
    padding: 20px 0 110px;
  }
  .Menu {
    height: 60px;
    width: 60px;
  }
  .Menu span {
    width: 34px;
  }
  .Menu span:nth-of-type(1) {
    top: 23px;
  }
  .Menu span:nth-of-type(2) {
    top: 35px;
  }
  /*
.Contact {
    height: 60px;
    width: 60px;
    top: 60px;
}
.Contact i {
    font-size: 22px;
    font-size: 2.2rem;
}
.Contact a {
    height: 60px;
    width: 60px;
}
*/
  .Menu.active {
    height: 60px;
    width: 60px;
  }
  #header .logo img {
    top: 10px;
  }
  #header .logo {
    width: 100px;
    height: 100px;
    position: absolute;
  }

#Nav .logo {
    margin: 0px auto 35px;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
}

#Nav .logo img {
    max-width: 155px;
    width: 100%;
}

  #Nav nav ul {
    width: 90%;
  }
  #Nav nav ul li {
    width: 100%;
  }
  #Nav nav ul li a span {
    font-size: 26px;
    font-size: 2.6rem;
    padding-bottom: 5px;
  }
  #Nav nav ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 40px;
  }
  #Nav .contactBtn {
    padding-top: 20px;
    display: block;
  }
  #Nav .contactBtn a {
    display: block;
    background: #185990;
    color: #fff;
    padding: 18px 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
  }
  #Nav .contactBtn.btn02 {
    text-align: center;
    width: 100%;
    padding-top: 10px;
  }
  #Nav .contactBtn.btn02 a {
    padding: 24px 0 22px;
  }
  #Nav .contactBtn a i {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 10px;
    vertical-align: middle;
  }
}
/*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);
}
.mvCatch {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.mvCatch.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.mvInr .mvTxt h1 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.mvInr .mvTxt h1.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.circle {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2000ms;
}
.circle.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: linear-gradient(180deg, #6bc8cf, #0089bf);
  background-size: 200% 200%;
  animation: Gradient 6s ease infinite;
  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: #ffffff;
  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: 480px) {
.text12{ font-size: 1.0rem; line-height: 1.5 !important; display: block;}
.text13{ font-size: 0.8rem;}
.text15{ font-size: 1.3rem;}
.text16{ font-size: 1.4rem;}
.text38{ font-size: 2.0rem;}

.head18{ font-size: 1.4rem;}
.head21{ font-size: 1.6rem;}
.head24{ font-size: 1.8rem;}
.head32{ font-size: 1.8rem;}
.head42{ font-size: 2.4rem;}

#mv:after {
    width: 100%;
    height: 90px;
    background-size: cover;
}

#mv .illust {
    bottom: -50px;
    max-width: 220px;
}

}