@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Playfair+Display:wght@400;500;600;700;800;900&family=Shippori+Mincho:wght@400;500;600;700;800&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
-------------------------------------------------------------------------------------*/

.eng{font-family: 'Marcellus', serif;}
.playfair{font-family: 'Playfair Display', serif;}

.brown{ color: #be8c7d; }
.underline{ 
  position: relative;
}

.underline:after{ 
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #be8c7d;
}

.flexBox{
  display: flex;
}

/* 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: 'Shippori Mincho', serif;
  color: #1d1d1d;
  font-size: 15px;
  font-size: 1.5rem; /* 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;
  opacity: 1;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
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: 240px;
    text-align: center;
    z-index: 10;
    padding: 15px 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 100vh;
    background: rgba(30,69,128,0.9);
}
#header.active {
  opacity: 1;
}
#header .logo {
    background: #fff;
    z-index: 999;
    width: 150px;
    height: 150px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-bottom: 40px;
}
#header .logo a {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#header .logo img {
  width: 80%;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#header .headerWrap{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#gNav {
}

#gNav ul {
}

#gNav ul li {
    margin: 0 0 30px 10px;
    text-align: left;
}

#gNav ul li:last-child {
  margin-bottom: 0;
}
#gNav ul li a {
  color: #fff;
  font-family: 'Kaisei HarunoUmi', serif;
  font-size: 20px;
  font-size: 2.0rem;
}
#gNav ul li a:hover {
  color: #d8d8d8;
  text-decoration: none;
}
.Menu {
    cursor: pointer;
    display: block;
    height: 80px;
    width: 80px;
    position: fixed;
    right: 25px;
    top: 20px;
    z-index: 1010;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 50px;
    border: 3px solid #FFF;
}
.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;
  *display: inline;
  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) {
  width: 20px;
  top: 43px;
  left: auto;
  right: 8px;
}

.Menu:hover span:nth-of-type(2) {
  width: 40px;
  left: auto;
  right: -3px;
}

.Menu.active {
  height: 80px;
  width: 80px;
}
.Menu.active span {
  left: 24%;
}

.Menu.active span:nth-of-type(2) {
    width: 40px;
    left: 24%;
    right: 0;
}


.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;
  min-width: 280px;
}
#Nav.active {
  visibility: visible;
  right: 0;
}
#Nav #Bg {
  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: rgba(20,51,104,0.95);
  content: "";
  height: 100%;
  right: 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 {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 100%;
}
#Nav nav ul {
  text-align: center;
}
#Nav nav ul li a {
  font-family: 'Kaisei HarunoUmi', serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  display: block;
  padding-bottom: 60px;
}
#Nav nav ul li a span {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  padding-bottom: 10px;
  font-weight: 400;
}
#Nav nav ul li a:hover {
  color: #d8d8d8;
  text-decoration: none;
}
#Nav nav ul li a:hover::before {
  color: #FFF;
}
#Nav .contactBtn {
  display: none
}
#Nav .contactBtn.btn02 {
  display: block;
  text-align: center;
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}
#Nav .contactBtn.btn02 a {
  display: block;
  background: #333;
  color: #fff;
  padding: 28px 0 25px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 auto;
  border-radius: 5px;
}
#Nav .contactBtn.btn02 a:hover {
  text-decoration: none;
  background: #000;
}
#Nav .contactBtn.btn02 a i {
  font-size: 22px;
  font-size: 2.2rem;
  margin-right: 10px;
  vertical-align: middle;
}
*/

/*contents*/
#contents {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.secInr {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

.flexBox{
  display: flex;
}

/*footer*/
/*#footer {
  width: 100%;
  color: #fff;
  background: #1e4580;
  padding-bottom: 30px;
}
.ftAction {
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
  padding: 80px 0 60px;
  text-align: center;
}
.ftAction .ftLogo {
  width: 170px;
  margin: 0 auto;
}

small#copyright {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  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; 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;}
.text30{ font-size: 30px; font-size: 3.0rem; line-height: 1.4; font-weight: 400;}
.text32{ font-size: 32px; font-size: 3.2rem; line-height: 1.4; font-weight: 400;}
.text36{ font-size: 36px; font-size: 3.6rem; line-height: 1.4; }
.text40{ font-size: 40px; font-size: 4.0rem; line-height: 1.4; }
.text48{ font-size: 48px; font-size: 4.8rem; line-height: 1.4; font-weight: 400;}
.text60{ font-size: 60px; font-size: 6.0rem; line-height: 1.4; font-weight: 400;}
.text90{ font-size: 90px; font-size: 9.0rem; line-height: 1.4; font-weight: 400;}


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

.triangle {
  width: 0;
  height: 0;
  border-left: 20px solid #4cb8ea;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: -1px;
  bottom: 13px;
}
.fixPos .triangle {
  right: 0;
  left: inherit;
}

/*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 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.mvTxt .mvCatch span{
  font-family: 'Kaisei HarunoUmi', serif;
  font-size: 58px;
  font-size: 5.8rem;
}

.mvTxt .mvCatch span.underline{
    position: relative;
}

.mvTxt .mvCatch span.underline:after{
  content: "";
  position: absolute;
  width: 100%;
  bottom: 9px;
  left: 0;
  height: 2px;
  background: #fff;
}

.swiper-bg{
  height: 100vh;
}

.swiper-bg img,
#mv .mv .slick-slide img {
  display: block;
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.swiper-slide-active-prev .swiper-bg img, .swiper-slide-active .swiper-bg img {
    -webkit-animation: zoomDown 6s linear 0s 1 normal both;
    animation: zoomDown 6s linear 0s 1 normal both;
}

@keyframes zoomDown {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.img-of {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center", sans-serif;
}
*/

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

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

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


}
@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 span {
    font-size: 90px;
    font-size: 9rem;
  }
  .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) {
  #gNav {
    padding: 15px 0;
  }
}
/* for SP
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 900px) {

}
@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;
  }
}
/*SP END*/
/* for ipad
-------------------------------------------------------------------------------------*/

/* for iphoneX
-------------------------------------------------------------------------------------*/
@media screen and (min-height: 800px) {

}
/* animation
-------------------------------------------------------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.subCatch {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.subCatch.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.mvCatch span {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.mvCatch span.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.desc.brown {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.desc.brown.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}


@media screen and (min-width: 769px) {
li.fadein:nth-of-type(2){
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}

li.fadein:nth-of-type(3){
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}

li.fadein:nth-of-type(4){
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
}

li.fadein:nth-of-type(5){
    -moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
}

li.fadein:nth-of-type(6){
    -moz-transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
}
}
/*.mvInr{
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.mvInr.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);
}
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: #1e4580;
  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;
}
/* アンカーリンク調整 */
#area01 {
  position: absolute;
  left: 0;
  top: 60px;
}
#area02 {
  position: absolute;
  left: 0;
  top: 30px;
}
#area03 {
  position: absolute;
  left: 0;
  top: -140px;
}
@media only screen and (max-width: 480px) {
  #area01 {
    top: 100px;
  }
  #area02 {
    top: 5px;
  }
  #area03 {
    top: -40px;
  }
}