@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
/*----------------------------------------------------
font-family
----------------------------------------------------*/

.ft-play {font-family: 'Playfair Display', serif;}
.ft-cin {font-family: 'Cinzel', serif;}
.ft-gar {font-family: 'EB Garamond', serif;}
.ft-ship {font-family: 'Shippori Mincho', 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}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: #131313;
  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 {
  background: #131313;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7;
  overflow-x: hidden;
  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 {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

img{
  width: 100%;
}

ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #040000;
  color: #FFF;
  /* Safari */
}
::-moz-selection {
  background-color: #040000;
  color: #FFF;
  /* Firefox */
}
#contents p, #contents dl dt, #contents dl dd, #contents ul li, #contents ol li {
  line-height: 1.7;
}
/* 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--*/
.flexBox{
	display: flex;
}	

.flexList{
  display: flex;
  justify-content: space-between;
} 

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

#contents{
  overflow-x: hidden !important; 
}

.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; }
.text31{ font-size: 31px; font-size: 3.1rem; }
.text32{ font-size: 32px; font-size: 3.2rem; }
.text33{ font-size: 33px; font-size: 3.3rem; }
.text34{ font-size: 34px; font-size: 3.4rem; }
.text35{ font-size: 35px; font-size: 3.5rem; }
.text36{ font-size: 36px; font-size: 3.6rem; }
.text37{ font-size: 37px; font-size: 3.7rem; }
.text38{ font-size: 38px; font-size: 3.8rem; }
.text39{ font-size: 39px; font-size: 3.9rem; }
.text40{ font-size: 40px; font-size: 4.0rem; }
.text42{ font-size: 42px; font-size: 4.2rem; }
.text46{ font-size: 46px; font-size: 4.6rem; }
.text48{ font-size: 48px; font-size: 4.8rem; }
.text50{ font-size: 50px; font-size: 5.0rem; }
.text60{ font-size: 60px; font-size: 6.0rem; }
.text70{ font-size: 70px; font-size: 7.0rem; }
.text90{ font-size: 90px; font-size: 9.0rem; }
.text120{ font-size: 120px; font-size: 12rem; line-height: 1.1;}
.text130{ font-size: 130px; font-size: 13rem; line-height: 1;}

.head19{ font-family: 'Shippori Mincho', serif; font-size: 19px; font-size: 1.9rem; }
.head20{ font-family: 'Shippori Mincho', serif; font-size: 20px; font-size: 2.0rem; }
.head21{ font-family: 'Shippori Mincho', serif; font-size: 21px; font-size: 2.1rem; }
.head22{ font-family: 'Shippori Mincho', serif; font-size: 22px; font-size: 2.2rem; }
.head24{ font-family: 'Shippori Mincho', serif; font-size: 24px; font-size: 2.4rem; }
.head26{ font-family: 'Shippori Mincho', serif; font-size: 26px; font-size: 2.6rem; }
.head28{ font-family: 'Shippori Mincho', serif; font-size: 28px; font-size: 2.8rem; }
.head30{ font-family: 'Shippori Mincho', serif; font-size: 30px; font-size: 3.0rem; }
.head32{ font-family: 'Shippori Mincho', serif; font-size: 32px; font-size: 3.2rem; }
.head34{ font-family: 'Shippori Mincho', serif; font-size: 34px; font-size: 3.4rem; }
.head35{ font-family: 'Shippori Mincho', serif; font-size: 35px; font-size: 3.5rem; }
.head36{ font-family: 'Shippori Mincho', serif; font-size: 36px; font-size: 3.6rem; }
.head37{ font-family: 'Shippori Mincho', serif; font-size: 37px; font-size: 3.7rem; font-weight: 600;}
.head40{ font-family: 'Shippori Mincho', serif; font-size: 40px; font-size: 4.0rem; }
.head42{ font-family: 'Shippori Mincho', serif; font-size: 42px; font-size: 4.2rem; line-height: 1.4;}
.head45{ font-family: 'Shippori Mincho', serif; font-size: 45px; font-size: 4.5rem; }
.head46{ font-family: 'Shippori Mincho', serif; font-size: 46px; font-size: 4.6rem; }
.head48{ font-family: 'Shippori Mincho', serif; font-size: 48px; font-size: 4.8rem; }
.head50{ font-family: 'Shippori Mincho', serif; font-size: 50px; font-size: 5.0rem; line-height: 1.4;}
.head52{ font-family: 'Shippori Mincho', serif; font-size: 52px; font-size: 5.2rem; line-height: 1.4;}
.head58{ font-family: 'Shippori Mincho', serif; font-size: 58px; font-size: 5.8rem; line-height: 1.4;}
.head60{ font-family: 'Shippori Mincho', serif; font-size: 60px; font-size: 6.0rem; }
.head70{ font-family: 'Shippori Mincho', serif; font-size: 70px; font-size: 7.0rem; line-height: 1.4;}
.head72{ font-family: 'Shippori Mincho', serif; font-size: 72px; font-size: 7.2rem; }
.head80{ font-family: 'Shippori Mincho', serif; font-size: 80px; font-size: 8.0rem; font-weight: 100;}
.head90{ font-family: 'Shippori Mincho', serif; font-size: 90px; font-size: 9.0rem; line-height: 1.4; font-weight: 100;}
.head96{ font-family: 'Shippori Mincho', serif; font-size: 96px; font-size: 9.6rem; }
.head100{ font-family: 'Shippori Mincho', serif; font-size: 100px; font-size: 10rem; line-height: 1; font-weight: 800;}
.head120{ font-family: 'Shippori Mincho', serif; font-size: 120px; font-size: 12rem; line-height: 1; font-weight: 800;}


.ft-c-red{ color: #e72410;}
.ft-c-wh{ color: #fff;}

/*------------------------------------for header--*/
#header {
  position: absolute;
  width: 100%;
  z-index: 2;
}
#header .hdInr {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}
#header .hdInr .logo {
  margin: 0 auto;
  width: 180px;
}

.spBg{
  transition: 0.5s ease;
}

.spBg.fixed {
  background: rgba(255,255,255,0.6);
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 2;
}

.pageLogo{
  position: absolute;
  left: 5%;
  top: 25px;
  width: 170px;
  z-index: 990;
  position: fixed;
  transition: 0.5s ease;
}

.spBg.fixed .pageLogo{
  width: 120px;
}

/* hamburger
-------------------*/
.Menu {
  display: block;
  position: fixed;
  z-index: 991;
  right: 30px;
  top: 18px;
  width: 68px;
  height: 68px;
  cursor: pointer;
  background: #0055a7;
  border-radius: 50px;
  border: 1px solid #0055a7;
}
.Menu span {
  display: block;
  position: absolute;
  width: 34px;
  height: 1px;
  left: 17px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.Menu span:nth-child(1) {
  top: 27px;
}
.Menu span:nth-child(2) {
  top: 33px;
}
.Menu span:nth-child(3) {
  top: 39px;
}

.Menu.active{
  border: 1px solid #fff;
}

.Menu.active span:nth-child(1) {
  top: 33px;
  left: 17px;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.Menu.active span:nth-child(2),
.Menu.active span:nth-child(3) {
  top: 33px;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  transform: rotate(25deg);
}
#Nav {
  height: 100%;
  display: block;
  transition: all 550ms ease 0.25s;
  visibility: hidden;
  padding-top: 100px;
  width: 100%;
  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-color: #0055a8;
  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: auto;
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  height: 100vh;
  background-size: cover;
  left: 0;
}
#Nav.active:before, 
#Nav.active:after {
  opacity: 1;
}

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

#Nav .logo{
  max-width: 130px;
  margin: 0 auto 30px;
}

#Nav ul.navList{
  margin: 0 auto;
  width: 80%;
}

#Nav ul.navList li{
  margin: 0 auto 2%;
  width: 40%;  
}

#Nav ul.navList li a{
  border-radius: 30px;  
  color: #fff; 
  padding: 3% 5%;
  display: block;
  text-align: center;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;    
}

#Nav ul.navList li a:hover{
  background: rgba(255,255,255,0.2);
  border-radius: 30px;  
}

#Nav ul.navList li a .text48.ftEn{
  display: flex;
  align-items: center;
}

#Nav ul.navList li a .text48.ftEn span{
  margin-left: 20px;
}

#Nav .navLine.first{
  margin-bottom: 20px;
}

#Nav .navLine span{
  position: relative;
  padding-left: 65px;
}

#Nav .navLine span:before{
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: #fff;
  left: 0;
  top: 50%;
}

#Nav .navFollow{
  color: #fff;
  margin-bottom: 5.5%;
  text-align: center;
}

#Nav ul.navSns{
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

#Nav ul.navSns li{
  margin: 0 5px;
}

#Nav ul.navSns li a{
  background: #fff;
  height: 60px;
  width: 60px;
  border-radius: 60px;
  display: block;
  line-height: 60px;
  transition: ease 0.5s;
}

#Nav ul.navSns li a:hover{
  opacity: 0.7;
}

#Nav ul.navSns li a i{
  color: #a13964;
  font-size: 25px;
  font-size: 2.5rem;
}

#Nav small{
  font-size: 12px;
  font-size: 1.2rem;
  color: #d29ab1;
  text-align: center;
  display: block;
}

/*------------------------------------for font--*/


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


/*------------------------------------for mv--*/


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

.innerS {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
}

.innerM {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

.innerL {
  width: 90%;
  max-width: 1800px;
  margin: 0 auto;
}

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

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

@media only screen and (max-width: 1300px) {
.head100 { font-size: 9rem;}
}

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

.cm-btn a {
    padding: 20px 20px;
    max-width: 325px;
}

}
/*------------------------------------for sp--*/

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

.spBg.fixed {
  height: 80px;
  background: #fff;
}

.pageLogo {
    top: 20px;
    width: 120px;
    position: fixed;
    left: 50%;
    transform: translate(-50%);
}

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

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

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

#Nav ul.navList {
    display: block;
    margin: 0px auto 20%;
}    

#Nav ul.navList li {
    width: 100%;
    margin-bottom: 20px;
}

#Nav ul.navList li a .text48.ftEn {
    font-size: 3rem;
}

footer .ft-first{
  display: none;
}

footer .ft-second{
  border-top: 1px solid #eeeeee;
}

footer .ft-second .ft-sec-list a {
  font-size: 1.2rem;
}

footer small {
  font-size: 1.0rem;
  text-align: right;
}

footer ul {
  display: block;
  justify-content: start;
  width: 65%;
}

footer ul li {
  margin: 0;
}

.ft-sec-list{
  text-align: left;
}

}

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

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

.scrolldown {
    left: 90% !important;
}

}

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

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

@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: 1450px) {
.head32 { font-size: 2.8rem;}  
.head34 { font-size: 3rem;}
.head40 { font-size: 3.2rem;}
.head42 { font-size: 3.4rem;}
}


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

.text21 { font-size: 1.7rem;}

.head21 { font-size: 1.9rem;}
.head24 { font-size: 1.8rem;}
.head30 { font-size: 2.4rem;}
.head42 { font-size: 3.0rem;}
}


@media only screen and (max-width: 1175px) {
.text16{ font-size: 1.4rem; }
.text18{ font-size: 1.6rem; }
.text24{ font-size: 2.0rem; }
.text30{ font-size: 2.4rem; }
.text36{ font-size: 2.8rem; }

.head24{ font-size: 2.1rem; }
.head26{ font-size: 2.6rem; }
.head36{ font-size: 3.0rem; }
.head40{ font-size: 3.4rem; }
.head80 { font-size: 6rem; }
.head90 { font-size: 6rem; }
.head100{ font-size: 7rem; }

footer ul.ft-logo li a {
    height: 50px;
    width: 50px;
}
}

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

.text12{ font-size: 1.2rem; }
.text13{ font-size: 1.3rem; }
.text14{ font-size: 1.4rem; }
.text15{ font-size: 1.4rem; }
.text16{ font-size: 1.4rem; }
.text17{ font-size: 1.4rem; }
.text18{ font-size: 1.5rem; }
.text19{ font-size: 1.9rem; }
.text20{ font-size: 1.6rem; }
.text21{ font-size: 2.1rem; }
.text22{ font-size: 2.2rem; }
.text23{ font-size: 2.3rem; }
.text24{ font-size: 2.4rem; }
.text25{ font-size: 2.5rem; }
.text26{ font-size: 2.0rem; }
.text27{ font-size: 2.7rem; }
.text28{ font-size: 2.8rem; }
.text29{ font-size: 2.9rem; }
.text30{ font-size: 2.0rem; }
.text40{ font-size: 3.0rem; }

.head21{ font-size: 1.7rem; }
.head24{ font-size: 1.8rem; }
.head30{ font-size: 2.4rem; }
.head32{ font-size: 2.6rem; }
.head34{ font-size: 2.6rem; }
.head36{ font-size: 2.6rem; line-height: 1.4;}
.head40{ font-size: 3.2rem; }
.head42{ font-size: 2.4rem; }
.head48{ font-size: 3.0rem; }
.head60{ font-size: 4.0rem; }
.head96{ font-size: 9.6rem; }

.catch .head40 {
    font-size: 2.6rem;
}

.pinkTtl span {
    padding: 2px 15px;
}
}

@media only screen and (max-width: 1024px) {
.head100{ font-size: 6rem; }
}

@media only screen and (max-width: 480px) {
.text12{ font-size: 1.0rem; }
.text13{ font-size: 1.2rem; }
.text14{ font-size: 1.3rem; }
.text15{ font-size: 1.3rem; }
.text16{ font-size: 1.4rem; }
.text17{ font-size: 1.4rem; }
.text18{ font-size: 1.6rem; }
.text19{ font-size: 1.9rem; }
.text20{ font-size: 1.6rem; }
.text21{ font-size: 2.1rem; }
.text22{ font-size: 2.2rem; }
.text23{ font-size: 2.3rem; }
.text24{ font-size: 2.0rem; }
.text25{ font-size: 2.5rem; }
.text26{ font-size: 2.0rem; }
.text27{ font-size: 2.7rem; }
.text28{ font-size: 2.8rem; }
.text29{ font-size: 2.9rem; }
.text30{ font-size: 1.8rem; }

.head21{ font-size: 1.7rem; }
.head24{ font-size: 1.8rem; }
.head30{ font-size: 2.4rem; }
.head36{ font-size: 2.3rem; }
.head40{ font-size: 3.2rem; }
.head48{ font-size: 2.4rem; }
.head72{ font-size: 7.2rem; }
.head96{ font-size: 9.6rem; }
}

@media only screen and (max-width: 400px) {
.head42 { font-size: 1.6rem; }
}

/*-------------------------------------------------loading-----*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align:center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}

/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration: 2s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.txt-ani span{
  transition-duration: 1s;
  transition-timing-function: ease;
  opacity: 1;
  display: inline-block;
  letter-spacing: -0.25em;  
}

.txt-ani span.sW{
  -webkit-text-stroke: 0.8px #fff;
  text-stroke: 0.8px #fff;  
  color: #1c1c1c;
}   

.txt-ani span.sP{
  -webkit-text-stroke: 0.8px #db6a75;
  text-stroke: 0.8px #db6a75;  
  color: #1c1c1c;
} 

.txt-ani span.sPW{
  -webkit-text-stroke: 0.8px #db6a75;
  text-stroke: 0.8px #db6a75;  
  color: #fbf7ec;
} 

.txt-ani span.sB{
  -webkit-text-stroke: 0.8px #817676;
  text-stroke: 0.8px #817676;  
  color: #fff;
  letter-spacing: -0.5em;
} 

.txt-ani span:nth-of-type(0) {transition-delay: 0s;}
.txt-ani span:nth-of-type(1) {transition-delay: 0.05s;}
.txt-ani span:nth-of-type(2) {transition-delay: 0.10s;}
.txt-ani span:nth-of-type(3) {transition-delay: 0.15s;}
.txt-ani span:nth-of-type(4) {transition-delay: 0.20s;}
.txt-ani span:nth-of-type(5) {transition-delay: 0.25s;}
.txt-ani span:nth-of-type(6) {transition-delay: 0.30s;}
.txt-ani span:nth-of-type(7) {transition-delay: 0.35s;}
.txt-ani span:nth-of-type(8) {transition-delay: 0.40s;}
.txt-ani span:nth-of-type(9) {transition-delay: 0.45s;}
.txt-ani span:nth-of-type(10) {transition-delay: 0.50s;}
.txt-ani span:nth-of-type(11) {transition-delay: 0.55s;}
.txt-ani span:nth-of-type(12) {transition-delay: 0.60s;}
.txt-ani span:nth-of-type(13) {transition-delay: 0.65s;}
.txt-ani span:nth-of-type(14) {transition-delay: 0.70s;}
.txt-ani span:nth-of-type(15) {transition-delay: 0.75s;}
.txt-ani span:nth-of-type(16) {transition-delay: 0.80s;}
.txt-ani span:nth-of-type(17) {transition-delay: 0.85s;}
.txt-ani span:nth-of-type(18) {transition-delay: 0.90s;}
.txt-ani span:nth-of-type(19) {transition-delay: 0.95s;}
.txt-ani span:nth-of-type(20) {transition-delay: 1.0s;}
.txt-ani span:nth-of-type(21) {transition-delay: 1.05s;}
.txt-ani span:nth-of-type(22) {transition-delay: 1.10s;}
.txt-ani span:nth-of-type(23) {transition-delay: 1.15s;}
.txt-ani span:nth-of-type(24) {transition-delay: 1.20s;}
.txt-ani span:nth-of-type(25) {transition-delay: 1.25s;}
.txt-ani span:nth-of-type(26) {transition-delay: 1.30s;}
.txt-ani span:nth-of-type(27) {transition-delay: 1.35s;}
.txt-ani span:nth-of-type(28) {transition-delay: 1.40s;}
.txt-ani span:nth-of-type(29) {transition-delay: 1.45s;}
.txt-ani span:nth-of-type(30) {transition-delay: 1.50s;}
.txt-ani span:nth-of-type(31) {transition-delay: 1.55s;}
.txt-ani span:nth-of-type(32) {transition-delay: 1.60s;}
.txt-ani span:nth-of-type(33) {transition-delay: 1.65s;}
.txt-ani span:nth-of-type(34) {transition-delay: 1.70s;}
.txt-ani span:nth-of-type(35) {transition-delay: 1.75s;}
.txt-ani span:nth-of-type(36) {transition-delay: 1.80s;}
.txt-ani span:nth-of-type(37) {transition-delay: 1.85s;}
.txt-ani span:nth-of-type(38) {transition-delay: 1.90s;}
.txt-ani span:nth-of-type(39) {transition-delay: 1.95s;}
.txt-ani span:nth-of-type(40) {transition-delay: 2.0s;}

.txt-ani span.sB.last{
  margin-right: 20px;
}

.txt-ani.active span.sW{
  color: #fff;
}

.txt-ani.active span.sP,
.txt-ani.active span.sPW{
  color: #db6a75;
}

.txt-ani.active span.sB{
  color: #817676;
}

.txt-ani span.pink{
  letter-spacing: -0.5em;  
}

.txt-ani span.pink.last{
  margin-right: 20px; 
}

.txt-ani span{
  transition-duration: 1s;
  transition-timing-function: ease;
  opacity: 1;
  display: inline-block;
  letter-spacing: -0.25em;  
}

@media only screen and (max-width: 480px) {
.txt-ani span.sW{
  -webkit-text-stroke: 0.3px #fff;
  text-stroke: 0.3px #fff;  
}   

.txt-ani span.sP{
  -webkit-text-stroke: 0.3px #db6a75;
  text-stroke: 0.5px #db6a75;  
} 

.txt-ani span.sPW{
  -webkit-text-stroke: 0.3px #db6a75;
  text-stroke: 0.3px #db6a75;  
} 

.txt-ani span.sB{
  -webkit-text-stroke: 0.3px #1c1c1c;
  text-stroke: 0.3px #1c1c1c;  
} 

.txt-ani span:nth-of-type(0) {transition-delay: 0s;}
.txt-ani span:nth-of-type(1) {transition-delay: 0.02s;}
.txt-ani span:nth-of-type(2) {transition-delay: 0.04s;}
.txt-ani span:nth-of-type(3) {transition-delay: 0.06s;}
.txt-ani span:nth-of-type(4) {transition-delay: 0.08s;}
.txt-ani span:nth-of-type(5) {transition-delay: 0.10s;}
.txt-ani span:nth-of-type(6) {transition-delay: 0.12s;}
.txt-ani span:nth-of-type(7) {transition-delay: 0.14s;}
.txt-ani span:nth-of-type(8) {transition-delay: 0.16s;}
.txt-ani span:nth-of-type(9) {transition-delay: 0.18s;}
.txt-ani span:nth-of-type(10) {transition-delay: 0.20s;}
.txt-ani span:nth-of-type(11) {transition-delay: 0.22s;}
.txt-ani span:nth-of-type(12) {transition-delay: 0.24s;}
.txt-ani span:nth-of-type(13) {transition-delay: 0.26s;}
.txt-ani span:nth-of-type(14) {transition-delay: 0.28s;}
.txt-ani span:nth-of-type(15) {transition-delay: 0.30s;}
.txt-ani span:nth-of-type(16) {transition-delay: 0.32s;}
.txt-ani span:nth-of-type(17) {transition-delay: 0.34s;}
.txt-ani span:nth-of-type(18) {transition-delay: 0.36s;}
.txt-ani span:nth-of-type(19) {transition-delay: 0.38s;}
.txt-ani span:nth-of-type(20) {transition-delay: 0.40s;}
.txt-ani span:nth-of-type(21) {transition-delay: 0.42s;}
.txt-ani span:nth-of-type(22) {transition-delay: 0.44s;}
.txt-ani span:nth-of-type(23) {transition-delay: 0.46s;}
.txt-ani span:nth-of-type(24) {transition-delay: 0.48s;}
.txt-ani span:nth-of-type(25) {transition-delay: 0.50s;}
.txt-ani span:nth-of-type(26) {transition-delay: 0.52s;}
.txt-ani span:nth-of-type(27) {transition-delay: 0.54s;}
.txt-ani span:nth-of-type(28) {transition-delay: 0.56s;}
.txt-ani span:nth-of-type(29) {transition-delay: 0.58s;}
.txt-ani span:nth-of-type(30) {transition-delay: 0.60s;}
.txt-ani span:nth-of-type(31) {transition-delay: 0.62s;}
.txt-ani span:nth-of-type(32) {transition-delay: 0.64s;}
.txt-ani span:nth-of-type(33) {transition-delay: 0.66s;}
.txt-ani span:nth-of-type(34) {transition-delay: 0.68s;}
.txt-ani span:nth-of-type(35) {transition-delay: 0.70s;}
.txt-ani span:nth-of-type(36) {transition-delay: 0.72s;}
.txt-ani span:nth-of-type(37) {transition-delay: 0.74s;}
.txt-ani span:nth-of-type(38) {transition-delay: 0.76s;}
.txt-ani span:nth-of-type(39) {transition-delay: 0.78s;}
.txt-ani span:nth-of-type(40) {transition-delay: 0.80s;}
}
