@charset "UTF-8";
html{
  font-size: 62.5%;
  overflow-x: hidden;
  height: -webkit-fill-available;
  background-color: #111;
}

body{
  font-family: 'Noto Sans JP', sans-serif;	
  font-size: 1.6rem!important;
  color: #fff;
  line-height: 1.75;
  letter-spacing: .05em;
  font-weight: 300;
  min-height: -webkit-fill-available;
}


img{
  max-width: 100%;
  height: auto;
}


img[src$=".svg"] {
    max-width: 100%;
    height: auto;
    font-family: 'Sawarabi Gothic', sans-serif;
}

a{
  text-decoration: none;
  transition: all 0.2s;
  outline: none;
}

a img{
  transition: all 0.2s;
}

p{
  text-align: justify;
}


.en{
	font-family: 'Montserrat', sans-serif!important;
	letter-spacing: .06em;
  font-weight: lighter;
}


/*---------------------------------
nav
---------------------------------*/
.spMenu{
	display: none;
}

#globalHeader{
	background: #111;
	height: 100px;
	padding: 80px 0 25px;
	/*position: fixed;*/
	z-index: 99;
	top: 0;
  width: 100%;
}

#logoTop{
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;  
  width: 230px;
}

#globalNav{
	max-width: 1920px;
  width: 83%;
	margin: 0 auto;
	display: flex;
  justify-content: center;
  position: absolute;
  top: 65px;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
}

#globalNav li{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .07em;
	position: relative;
	height: 30px;
  width: 20%;
  text-align: center;
}

#globalNav li.this::before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #A70CA1;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 3px;
    height: 3px;
    border-radius: 2px;
}

#globalNav li.subMenuHave.this::before {
    left: -30px;
}

#globalNav li.icon img{
	max-width: 24px;
  vertical-align: middle;
}

#globalNav li a {
  color: #fff;
  display: block;
  height: 30px;
  display: flex;
  align-items: center;
  transition: .3s;
  position: relative;
  padding: 0 10px;
}

 #globalNav li a:hover{
  color: #A70CA1;
}

#globalNav li.subMenuHave{
	padding-right: 30px;
	position: relative;
}

#globalNav li.subMenuHave::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 5px 30px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s  ease-out;
}

#globalNav li.subMenuHave:hover::after {
	top: 7px;
	transform: rotate(225deg);
  border-bottom: 1px solid #A70CA1;
  border-right: 1px solid #A70CA1;  
}


#globalNav li .subMenu {
  width: 100%;
  background: rgba(17,17,17,0.6);
  backdrop-filter: saturate(180%) blur(20px);
  position: absolute;
  left: 0;
  top: 40px;
  transition: all 0.3s  ease-out;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}

#globalNav li.subMenuHave:hover .subMenu {
  visibility: visible;
  color: #A70CA1;
  opacity: 1;
}


#globalNav li .subMenu li a{
	color:#fff;
	display: block;
	position: relative;
	padding: 0 10px 0 30px;
  line-height: 40px; 
}

#globalNav li .subMenu li{
	margin-bottom: 10px;
	height: auto;
  margin-left: 30px;
}

@media screen and (max-width: 1440px){
#globalNav li .subMenu li{
  margin-left: 10px;
}

}

#globalNav li .subMenu li:first-child{
  margin-top: 10px;
}

#globalNav li .subMenu li:last-child{
	margin-bottom: 10px; 
}


#globalNav li .subMenu li a::before{
	content: "";
	position: absolute;
	left: 10px;
	top: 6px;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 1px;
	background-color: #fff;
}

#globalNav li .subMenu li a:hover,
#globalNav li a:hover{
  color: #A70CA1;
}

#globalNav li .subMenu li a,
#globalNav li a{
  display: inline-block;
}


#globalNav li .subMenu li a:hover::before{
  background-color: #A70CA1;
}

.mainWrap{
  max-width: 100%;
  margin:0 auto 20px;
}

/*---------------------------------
globalFooter
---------------------------------*/
#globalFooter{
  background:url("../img/common/bg_footer.png") no-repeat center top;
  padding: 70px 0;
  background-size: cover;
}

.footerWrap{
  max-width: calc(100% - 50px * 2);
  margin:0 auto;
}

.footerTopPart{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.footerLogoBox{
  display: flex;
  align-items: flex-end;
}

.footerLogo{
  width: 20%;
  height: auto;
}

.footerNav{
  display: flex;
  border-left:1px solid #fff;
  padding: 0 20px;
  margin-left:20px;
}

.footerNav li a{
  color: #fff;
  font-family: 'Montserrat', sans-serif!important;
  margin-right: 30px;
}  

.footerNav li a:hover{
  color: #A70CA1;
}  
 
.footerBottomPart{
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.footerBottomPart .addressBox{
    border-left:1px solid #fff;
    padding-left: 10px;
}

.footerBottomPart .addressBox:last-child{
  padding-top: 1em;
}

.copyright{
  font-size: 1.2rem;
}

.sideLink img{
  width: 24px;
  height: 24px;
}



/*---------------------------------
title
---------------------------------*/
.pageTtl {
    margin: 0 auto 40px;
    font-size: 3.6rem;
    padding: 30px 5% 0;
}

.about_us_wrap .firstConts .pageTtl{
  margin: 0 auto 30px;
}

.pageTtl.txtCenter{
  text-align: center;
}

.pageIntro{
  max-width: 100%;
  padding: 0 5%;
}

.about_en_text{
  margin-top: 1em;
  text-align: unset;
}

.titleAni {
  overflow: hidden;
}
.titleAni span {
  display: block;
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 100%, 0);
}
.titleAni span.fadeUp {
  transform: translate3d(0, 0, 0);
}


/*---------------------------------
layout
---------------------------------*/

.innerBox{
  max-width: 1020px;
  width: 80%;
  margin:0 auto;
}

.innerBox_s{
  max-width: 900px;
  margin:0 auto;
}

.innerBox_l{
  margin:0 auto;
  padding: 0 5% 0;
}


/*---------------------------------
pager
---------------------------------*/

.pager .pagination {
    text-align: center;
    margin: 0 auto 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pager .pagination li {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center;
  position: relative;
}


.pager .pagination li a {
  color: #fff;
  padding: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
  border-bottom: none;
}

.pager .pagination li:first-child a {
    border-top: none;
}

.pager .pagination li a:hover{
  color: #A70CA1;
}



/*---------------------------------
btn
---------------------------------*/
.btnContact a,
.btnCommon a{
    display: block;
    border:1px solid #fff;
    color: #fff;
    text-align: center;
    margin:0 auto 80px;
    position: relative;
}

.btnContact a{
    width: 580px;
    height: 6%;
    font-size: 2.4rem;
    letter-spacing: .1em;
    padding: 30px 0;
}

.btnCommon a{
    width: 250px;
    height: 60px;
    line-height: 60px;
}


.btnContact a:hover,
.btnCommon a:hover{
  border:1px solid #A70CA1;
  background-color: #A70CA1;
}

.btnContact a:hover::after,
.btnCommon a:hover::after{
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #fff;
  top:0;
  bottom: 0;
  right: -50px;
  margin:auto;
}

.btnTop {
    text-align: center;
    clear: both;
    display: block;
}

.btnTop a{
    color: #fff;
    position: relative;
    display: block;
    padding-bottom: 70px;
    font-size: 1.4rem; 
}
.btnTop a::after{
  content: "";
  position: absolute;
  height: 60px;
  width: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
}

.viewMore{
  display: block;
  text-align: right;
  background: url("../img/common/arrow.svg") no-repeat right center;
  padding-right:20px;
   
}

/*---------------------------------
scroll
---------------------------------*/

.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*---------------------------------
scroll-down
---------------------------------*/

.ScrollDown {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 8px;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.ScrollDown::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

.ScrollDown::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, .4);
}

.ScrollDown::after {
  animation: sdl 2s cubic-bezier(1, 1, 1, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

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

.ScrollDown{
  right: 20px;
  font-size: 1rem;
}

}

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

.ScrollDown{
  right: 10px;
}

}


/*---------------------------------
fadein
---------------------------------*/

.page_list {
  display: none;
}


.fadein {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  background: #000;
  top: 0;
  left: 0;
  transition: all 0.2s  ease-out;
  z-index: 2;
}

.fadein.action {
  height: 100%;
}


.only_sp{
  display: none!important;
}


/*========================

1200px

========================*/

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

  #globalNav {
    width: 100%;
  }

  #globalNav li .subMenu li{
    margin: 8px 0 8px 16px;
  }

}


/*========================

1024px

========================*/

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

  body{
    font-size: 1.4rem!important;
  }

  .pcMenu{
    display: none;
  }

  .spMenu{
    display: block;
  }

  #globalHeader{
    position: fixed;
  }

  #logoTop{
    top: 25px;
    left: 5%;
    width: 160px;
    right: unset;
    z-index: 999;
  }

  #logoTop.show{
    width: 300px;
  }

  #globalNavSP{
    max-width: 100%;
    width: 100%;
    height: 100dvh;
    opacity: 0;
    position: absolute;
    right: -100%;
    top: 0;
    background-color: #111;
    padding: 10% 100px 100px;
    z-index: 99;
    transition: all .3s ease-out;
  }

  #globalNavSP.open{
    opacity: 1;
    right:0;
    position: fixed;
    height: 100vh;
  }

  #globalNavSP li a {
    color: #fff;
    display: block;
    height: 50px;
  }

  #globalNavSP::before{
    content: "";
    position: absolute;
    background: url(../img/common/sp_menu_bg.png) no-repeat center;
    background-size: 100% auto;
    opacity: .7;
    top: -100px;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 40%;
    margin-top: 80px;
  }

  #globalNavSP li{
    font-size: 3rem;
    letter-spacing: .04em;
    margin-left: 40px;
    padding-bottom: 20px;
    text-align: left;
    z-index: 2;
    position: relative;
  }

  #globalNavSP li.spSubMenu{
    font-size: 2.4rem;
    padding-left: 2em;
    position: relative;
  }

  #globalNavSP li.spSubMenu::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    top: 20px;
    bottom: 0;
    left: 1em;
    background-color: #fff;
  }

  .spMenuLogo{
    width: 200px;
  }

  .spMenuList.open{
    transform: translate(0);
    transition: font-size .3s cubic-bezier(.23,1,.32,1);
  }

  .spMenuBtn::before{
    content: "MENU";
    font-size: 1.2rem;
    letter-spacing: .1em;
    font-family: 'Montserrat';
    color: #fff;
    position: absolute;
    left: -60px;
    top: 3px;
    bottom: 0;
  }

  .spMenuBtn.active::before{
    content: "CLOSE";
    font-size: 1.2rem;
    letter-spacing: .1em;
    font-family: 'Montserrat';
    color: #fff;
    position: absolute;
    left: -60px;
    top: -7px;
    bottom: 0;
  }

  .spMenuBtn{
    position: relative;
    width: 20px;
    height: 20px;
    top: -25px;
    left: 97%;
  }

  .spMenuBtn span{
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
  }

   .spMenuBtn span:nth-child(1){
    top: 0;
    transform: translate(-50%, 0);
   }

   .spMenuBtn span:nth-child(2){
    top: 50%;
    transform: translate(-50%, -50%);
   }

   .spMenuBtn span:nth-child(3){
    top: 100%;
    transform: translate(-50%, -100%);
   }

   .spMenuBtn.active{
    transform: rotate(360deg);
    width: 100%;
    height: 100%;
    z-index: 999;
    border-radius: 0;
    left: 95%;
   }

   .spMenuBtn.active span:nth-child(1){
    width: 2rem;
    height: 1px;
    top: 0;
    transform: rotate(45deg) scaleX(1);
   }

   .spMenuBtn.active span:nth-child(2){
    background-color: #111;
    top: 50%;
    left: 10px;
    transform: translate(-50%, -50%);
    width: .5rem;
    height: .5rem;
    z-index: 2;
   }

   .spMenuBtn.active span:nth-child(3){
    width: 2rem;
    height: 1px;
    top: 100%;
    transform: rotate(-45deg) scaleX(1);
   }

  #globalNavSP .icon{
    max-width: 30px;
    max-height: 30px;
    width: 100%;
    height: 100%;
  }

  img[src$=".svg"]{
    max-width: 90%;
  }

  #logoTop.action{
    margin: 0;
    left: 20px;
  }

  #globalHeader{
    padding: 45px 0 25px;
   height: 60px;
  }

  #globalHeader.action{
    background: rgba(0,0,0,0.6);
    backdrop-filter: saturate(180%) blur(20px);
  }

  .mainWrap{
    margin-top: 69px;
  }

  .pageTtl{
    font-size: 2.8rem;
    margin: 0 auto 20px;
  }

  #globalFooter{
    padding: 50px 0;
    background-size: cover;
  }

  .footerTopPart{
    margin-bottom: 60px;
  }

  .footerBottomPart .addressBox{
    font-size: 1.2rem;
  }

  .copyright{
    font-size: 1rem;
  }

  .btnContact a{
    width: 540px;
    font-size: 1.8rem;
  }

  .btnTop a{
    font-size: 1.2rem;
  }

  .footerBottomPart{
    align-items: flex-end;
  }

  .innerBox_s{
    max-width: 760px;
  }

  .only_sp{
    display: none !important;
  }

}

/*========================

820px

========================*/

@media screen and (max-width: 820px){
  #globalNavSP.open{
    padding-top: 20%;
  }

  #globalNavSP::before{
    top: -25%;
  }

}


/*========================

768px

========================*/

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

  body{
    width: 100vw;
    overflow-x: hidden;
  }


  .only_pc{ display: none !important; }
  .only_sp{ display: block !important; }
  .only_sp{ display: inline; }

  #logoTop.show{
    width: 200px;
  }

.mainWrap {
  width: 100vw;
  overflow-x: hidden;
  margin-top: 60px;
}


#globalNavSP::before{
	background-size: 70% auto;
	opacity: .5;
	margin: auto;
  top: 0;
  z-index: 1;
}

.spMenuBtn.active{
  left: 95%;
}

.spMenuBtn{
  top: -28px;
  width: 16px;
  height: 16px;
  left: 98%;
}

.spMenuBtn span{
  width: 2px;
  height: 2px;
}

.spMenuBtn::before{
  top: 0;
}

#logoTop.action{
  top: 25px;
  width: 160px;
  left: 90%;
}

#logoTop {
    top: 20px;
}

#globalNavSP{
  padding-top: 20%;
}

#globalNavSP li{
    font-size: 3rem;
    letter-spacing: .04em;
    margin: 0 auto;
    padding-bottom: 6%;
    text-align: left;
}

#globalNavSP .icon{
  /*display: initial;*/
  /*display: block;*/
  margin: 0;
}

#globalNavSP li.icon img{
	width: 24px;
}

.btnContact a{
  max-width: 335px;
  width: 100%;
  font-size: 1.4rem;
  padding: 20px 0;
}

.footerBottomPart .addressBox{
  display: none;
}

.footerLogoBox, .footerTopPart, .footerNav{
  display: block;
}

.footerNav{
  font-size: 1.2rem;
  margin-left: 0;
  border-left: none;
  padding: 0;
}

.footerWrap{
  max-width: 100%;
  padding: 0 5%;
}

.footerLogo img{
  max-width: 160px;
  width: 100%;
  margin-bottom: 1em;
}

.sideLink img{
  display: block;
  margin: 0 auto;
}

.footerNav li a{
  margin-right: 0;
}

.copyright{
  margin: 0 auto;
}

#globalFooter{
  padding: 20px 0;
}

.footerTopPart{
  margin-bottom: 20px;
}

/*info article*/
  .innerBox{
    max-width: 100%;
    width: 100%;
    padding: 0 5%;
}

.pageIntro{
  max-width: 100%;
  padding: 0 5%;
}

.pageTtl{
  font-size: 2.4rem;
}

}


/*========================

420px

========================*/

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

  #logoTop.action{
    top: 15px;
  }

  #globalHeader.action{
    height: 50px;
  }

  #globalHeader{
    padding: 35px 5% 15px;
  }

  #globalNavSP {
  	padding: 22% 0 20% 8%;
    min-height: 100vh;
  }

  #globalNavSP::before{
    background-size: 100%;
    opacity: .4;
    top: 10px;
  }

  #globalNavSP li{
  	font-size: 2.4rem;
  	padding-bottom: 16px;
  	margin: 0 auto;
    letter-spacing: .05em;
  }

  #globalNavSP li.spSubMenu{
  	font-size: 1.8rem;
  	padding-left: 2em;
  }

  #globalNavSP li.spSubMenu{
    padding-bottom: 8px;
  }

  #globalNavSP li.spSubMenu::before{
    position: absolute;
  	height: 1px;
  	top: 14px;
  }

  .spMenuBtn{
    top: -22px;
  }

  .btnCommon a{
    margin-bottom: 40px;
  }

 .titleAniSp {
  overflow: hidden;
 }
 .titleAniSp span {
  display: block;
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 100%, 0);
 }

 .titleAniSp span.fadeUp {
  transform: translate3d(0, 0, 0);
 }

}

@media (max-width: 480px) {

  .cn-text-container{
    text-align: left;
    padding-bottom: .5em;
  }

  .cookie-notice-container, .cookie-revoke-container {
  padding: 16px 14px!important;
  }

  .cn-close-icon {
    right: 10px !important;
    top: 55% !important;
  }

  .cn-button:first-child{
  margin-left:0!important;
  }
}





















