@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&family=Lato:wght@300;400;700;900&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
@import url(//use.fontawesome.com/releases/v5.2.0/css/all.css);
/*----------------------------------------------------
font-family
----------------------------------------------------*/
/*
font-family: 'Crimson Text', serif;
font-family: 'Lato', sans-serif;
font-family: 'Noto Serif JP', serif;
*/

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,:after,:before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}main{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}address,blockquote,dl,figure,form,iframe,ol,p,pre,table,ul{margin:0}ol,ul{padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type=checkbox]{-webkit-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer;-webkit-appearance:none;appearance:none}[type="button"][disabled],[type="reset"][disabled],[type="submit"][disabled],button[disabled]{cursor:default}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}select::-ms-expand{display:none}fieldset,option{padding:0}fieldset{margin:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]{outline:0}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}[hidden],template{display:none}

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 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ",
  color: #343434;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
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;
}
a, a:link, a:hover, a:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #343434;
  color: #FFF;
  /* Safari */
}
::-moz-selection {
  background-color: #343434;
  color: #FFF;
  /* Firefox */
}
#contents p, #contents dl dt, #contents dl dd, #contents ul li, #contents ol li {
  line-height: 1.7;
}

#contents img{
  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:5pc!important}.btm85{margin-bottom:85px!important}.btm90,.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:700}.normal{font-weight:400}.is-pc{display:block}.is-sp{display:none}.is-ipad{display:none;}.spTel{pointer-events:none}@media only screen and (max-width:768px){.is-sp{display:block!important}.is-pc{display:none!important}.spImg{max-width:100%}a.spTel{color:#b69260;pointer-events:auto}}.size10{font-size:1rem!important}.size11{font-size:1.1rem!important}.size12{font-size:1.2rem!important}.size13{font-size:1.3rem!important}.size14{font-size:1.4rem!important}.size15{font-size:1.5rem!important}.size16{font-size:1.6rem!important}.size17{font-size:1.7rem!important}.size18{font-size:1.8rem!important}.size19{font-size:1.9rem!important}.size20{font-size:2rem!important}.size21{font-size:2.1rem!important}.size22{font-size:2.2rem!important}.size23{font-size:2.3rem!important}.size24{font-size:2.4rem!important}.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}

/*------------------------------------common--*/

body {
    -webkit-animation: contentScale 2.6s forwards;
    animation: contentScale 2.6s forwards;
}

.flexBox{
	display: flex;
}	

.headEng{
  font-family: 'Crimson Text', serif;
  font-size: 180px;
  font-size: 18rem;
}

.headWrap{
  margin-bottom: 30px;
  text-align: center;
}

.headNum{
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.headWhite{
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-size: 3.6rem;
}


/*------------------------------------for pc header--*/
#header {
  background: rgba(255,255,255,0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#header .hdInr {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
#header .hdInr h1 {
width: 38%;
min-width: 305px;
}

#header .hdInr h1 img{
  max-width: 100%;
}

#header .hdInr h1 a {
  color: #40487a;
  display: flex;
  align-items: center;
}

#header .hdInr h1 a:hover {
  text-decoration: none;
}
#header .hdInr h1 a small {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 15px;
}

@media only screen and (min-width: 480px) {
#header.fixed {
width: 100%;
position: fixed;
background:rgb(0,0,0,0.7);
}
#header.fixed .hdInr {
    padding: 18px 0;
}
}

#actionList {
  max-width: 340px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#actionList ul {
  display: flex;
  justify-content: space-between;
}

#actionList ul li.tel a {
  background: #fbba51;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Lato', sans-serif;
  text-align: center;
  width: 220px;
  height: 90px;
  padding: 18px 0;
  line-height: 1.4 !important;
}

#actionList ul li.tel a small{
  font-size: 14px;
  font-size: 1.4rem;
}

#actionList ul li.tel a:hover {
  text-decoration: none;
}
#actionList ul li.tel i {
  margin-right: 3px;
}

#actionList ul li.official a {
  background: #222222;
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  text-align: center;
  width: 120px;
  height: 90px;
  padding: 22px 0;
  line-height: 1.4 !important;
}

#gNav {
width: 80%;
padding-right: 250px;
}
#gNav ul {
display: flex;
justify-content: flex-end;
width: 100%;
}
#gNav ul li {
margin: 0 10px;
}
#gNav ul li a {
font-size: 14px;
font-size: 1.4rem;
color: #333333;
display: block;
position: relative;
}
#gNav ul li a .en {
    transition: opacity .3s;
}
#gNav ul li a .ja {
    font-size: 13px;
    font-size: 1.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    pointer-events: none;
    transition: opacity .3s;
}
#gNav ul li a:hover {
text-decoration: none;
}
#gNav ul li a:hover .en {
opacity: 0
}
#gNav ul li a:hover .ja {
opacity: 1
}

/*----------------------------------------------------
hamburgerMenu
----------------------------------------------------*/
.hamburger {
display: none;
}
#Nav {
display: none;
}

/*topcontrol*/
#topcontrol {
  z-index: 900;
}
#topcontrol a {
  background: url(../cmn_img/scrollup.svg) 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);
}

/*------------------------------------for mv--*/
#mv {
	background: url("../../images/mv.jpg") center right no-repeat;
	background-size: cover;
	height: calc(90vh - 80px);
	position: relative;
  margin: 80px 0 240px;
  background-size: 80%;
}

#mv:after {
  content: "";
  background: #40487a;
  position: absolute;
  left: 0;
  top: 80px;
  height: calc(90vh - 80px);
  width: 30%;
  z-index: -1;
}

#mv .mvInr {
	width: 90%;
	position: absolute;
  top: 15%;
  left: 5%;
}

#mv .mvInr .catch{
  position: absolute;
  left: 0;
  top: 25%;
  transform: translateY(25%);
  max-width: 475px;
  width: 100%;
}

.catch.is-spS{
  display: none;
}

#mv .mvInr .catch h1 {
  font-family: 'Noto Serif JP', serif;
  color: #fff;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 2!important;
	margin-bottom: 30px;
}

#mv .mvInr .catch p{
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.4;
}

#mv{
  position: relative;
}

.scroll{
    position: absolute;
    bottom: -80px;
    left: 5%;
}

.scroll a {
    color: rgba(255,255,255,0.6);
    display: block;
    height: 5em;
    text-align: right;
    padding-bottom: 5px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.scroll .line {
    display: block;
    height: 60px;
    width: 1px;
    margin-left: 5px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.scroll .line span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(#999),to(#fff));
    background: linear-gradient(0deg,#fff,#999,#fff);
    -webkit-animation: drop 1.5s cubic-bezier(.5,.05,.6,.15) infinite;
    animation: drop 1.5s cubic-bezier(.5,.05,.6,.15) infinite;
    z-index: 1;
}
@-webkit-keyframes drop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}
 
@keyframes drop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}


/*------------------------------------for pc contents--*/

.secInrWide {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

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

.grayscale_100 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#footer {
  background: #40487a; 
  color: #fff;
  text-align: center;
  padding: 170px 0 160px;
}

#footer .flexBox{
  justify-content: center;
  align-items: center;
}

#footer .flexBox .yellowBtn{
  background: #fbba51;
  border-radius: 30px;
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  margin-right: 20px;
  padding: 10px 25px;
  width: 30%;
}

#footer .tel{
  font-size: 60px;
  font-size: 6.0rem;
  font-family: 'Crimson Text', serif;
  margin-right: 20px;
}

#footer .tel small{
  font-size: 12px;
  font-size: 1.2px;
}

@media only screen and (min-width: 1750px) {
#gNav {
  padding-right: 220px;
}
}

@media only screen and (min-width: 1900px) {
#gNav {
  padding-right: 150px;
}
}

@media only screen and (max-width: 1600px) {
#gNav {
    padding-right: 280px;
}
}

/*------------------------------------for pc resize--*/

@media only screen and (min-width: 1300px) {
#header .hdInr h1{
  width: 30%;
}

#header .hdInr h1 img {
  width: 200px;
  height: fit-content;
}
#mv {
  margin: 90px 0 160px;
}
}

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

#header .hdInr h1 a {
    display: block;
}

#actionList ul li a {
    font-size: 16px;
    font-size: 1.6rem;
}

#header .hdInr h1 {
    min-width: 240px;
}

#header .hdInr h1 a small {
    padding-left: 0;
    display: block;
}

#gNav {
  width: 75%;
}  

#mv .mvInr .catch h1 {
    font-size: 26px;
    font-size: 2.6rem;
}

#footer {
    padding: 130px 0 130px;
}

#footer .flexBox .yellowBtn {
    font-size: 18px;
    font-size: 1.8rem;
}    

#footer .tel {
    font-size: 38px;
    font-size: 3.8rem;
}    



}

@media only screen and (max-width: 1024px) {
#gNav {
display: none;
}

#actionList{
  display: none;
} 

.hamburger {
  display: block;
  position: fixed;
  z-index: 991;
  right: 0;
  top: 0;
  width: 60px;
  height: 57px;
  cursor: pointer;
  background: #fbba51;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 14px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 17px;
}
.hamburger span:nth-child(2) {
  top: 27px;
}
.hamburger span:nth-child(3) {
  top: 37px;
}
.hamburger.active span:nth-child(1) {
  top: 27px;
  left: 14px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 27px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#Nav {
  height: 100%;
  display: block;
  transition: all 550ms ease 0.25s;
  visibility: hidden;
  padding-top: 80px;
  width: 90%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 990;
}
#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:after {
  background: rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 550ms ease 0.25s;
}
#Nav:before {
  opacity: 0;
  transition: all 550ms ease 0.25s;
}
#Nav.active {
  visibility: visible;
  right: 0;
}
#Nav.active #Bg {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}
#Nav.active:before, #Nav.active:after {
  opacity: 1;
}
#Nav ul li a{
  color: #343434;
}

#Nav ul li {
margin-bottom: 40px;
text-align: center;
}
#Nav ul li a:hover {
text-decoration: none;
color: #b69260;
}

#Nav ul li.tel{
  margin-bottom: 20px;
}

#Nav ul li.tel a{
  display: block;
  background: #fbba51;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
}

#Nav ul li.official a{
  display: block;
  background: #222;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 23.5px 0;
}

#mv .mvInr{
  width: 90%;
  position: absolute;
  top: 26%;
  max-width: 1300px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

#actionList {
right: 60px;
}
}

@media only screen and (max-width: 920px) {
.head01 {
    margin-bottom: 50px;
}
.head01 .en {
    font-size: 36px;
    font-size: 3.6rem;
}
}
/*------------------------------------for sp--*/

@media only screen and (max-width: 768px) {	
.actionList{
  display: none;
}

.hamburger {
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
}
.hamburger span {
    width: 28px;
    height: 2px;
    left: 11px;
}
.hamburger span:nth-child(1) {
    top: 14px;
}
.hamburger span:nth-child(2) {
    top: 24px;
}
.hamburger span:nth-child(3) {
    top: 34px;
}	
.hamburger.active span:nth-child(1) {
    top: 24px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}	
.hamburger.active span:nth-child(2), 
.hamburger.active span:nth-child(3) {
    top: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
#Nav {
    padding-top: 50px;
    width: 100%;
}

#Nav ul li a {
    font-size: 16px;
    font-size: 1.6rem;
}

#Nav.active #Bg {
    display: none;
}

#mv .info {
    max-width: 100%;
    width: 100%;
}
#mv .info a {
    padding: 20px 0;
    border-radius: 0;
}
#header .hdInr {
    padding: 0;
}	

#mv {
    margin: 85px 0 120px;
    height: 60vh;
}

#mv:after {
    top: 0;
    height: 60vh;
    width: 80%;
}    

#mv .mvInr h1 {
    font-size: 22px;
    font-size: 2.2rem;
}
#mv .mvInr h1 small {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
}

.scroll {
    bottom: 0;
    left: 5%;
}

.scroll a {
    font-size: 10px;
    font-size: 1.0rem;
}    

.scroll .line {
    display: block;
    height: 50px;
}    

#header .hdInr {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 84px;
}

#footer {
    font-size: 10px;
    font-size: 1.0rem;
    padding: 40px 0 80px;
}

#footer .flexBox .yellowBtn {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 20px;
    padding: 10px 25px;
    width: 100%;
}

#footer .tel {
     margin: 0 0 20px;
}

}

@media only screen and (max-width: 480px) {
body {
    font-size: 13px;
    font-size: 1.3rem;
}

#header .hdInr h1 {
    min-width: 170px;
}

#header .hdInr h1 a small {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 0;
}

.secInr {
    padding: 20px 0;
}

.flexBox{
    display: block;
}

#header .hdInr .logo {
    width: 135px;
}

.scrolldown {
    left: 90% !important;
}

#mv {
  margin-bottom: 20px;
}

#mv .mvInr {
  width: 90%;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#mv .mvInr .catch{
  display: none;
}

.catch.is-spS{
  display: block;
  margin-bottom: 40px;
}

.catch.is-spS h1 {
  color: #222;
  font-size: 20px;
  line-height: 2!important;
  font-size: 2.0rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 10px;
}

.catch.is-spS p {
  color: #222;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.4;
}

}

/*------------------------------------for ipad--*/
@media screen and (min-width:768px) and (max-width:1024px) {
.is-ipad{
display: block !important;
}	
}
/* animation
-------------------*/

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*
.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b69260;
  z-index: 9999;
}
.shutter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
}
.shutter {
  -webkit-animation: byeShutter 2.6s forwards;
  animation: byeShutter 2.6s forwards;
}
.shutter::before {
  -webkit-animation: shutterOpen 2.6s forwards;
  animation: shutterOpen 2.6s forwards;
}
.main {
  -webkit-animation: contentScale 2.6s forwards;
  animation: contentScale 2.6s forwards;
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes contentScale {
  70% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
  100% {
    opacity: 1;
  }
}
*/
@media only screen and (min-width: 1024px) {
/*
  #area05 .col3List li.fadein:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
  #area05 .col3List li.fadein:nth-of-type(3) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
  #area05 .col3List li.fadein:nth-of-type(5) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
  #area05 .col3List li.fadein:nth-of-type(6) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
*/
}
@media only screen and (max-width: 1024px) {
/*
  #area05 .col3List li.fadein:nth-of-type(2), #area05 .col3List li.fadein:nth-of-type(4), #area05 .col3List li.fadein:nth-of-type(6) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
*/
}

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

}