@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*html{ overflow-x:hidden; }*/
html, body {
	width: 100%;
	min-width: 320px;
}

body {height:auto; background:#fff;
	animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

div { animation: anime1 5s ease -2s alternate; }


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*body *{ box-sizing: border-box; border:1px solid #000000; background:rgba(000,000,000,0.1)}*/


/* フォントの指定 */
html { font-size: 62.5%; }
body,input,select,textarea { 
	font-size:14px; font-size:1.4rem; 
	line-height:1.8; 
	letter-spacing:0.05em;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,sans-serif, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";	
	color:#231815; }
	
a {color:#231815; text-decoration: none;}
p {text-align:justify; text-justify:inter-ideograph;}
p a {color:#231815; text-decoration: underline;}

/* セレクト時の色指定 */
::selection {
    background: #0A71B6;
    color: #fff;
}
::-moz-selection {
    background: #0A71B6; /*Firefox*/
    color: #fff;
}

@media screen and (max-width:768px){
}

#main  { overflow: hidden;}

/* --------------------------------------------
									全ページ共通
---------------------------------------------- */ 

.showPc { }
.showSp { display: none;}
@media screen and (max-width:768px){
	.showPc { display: none ; }
	.showSp { display: block ; }
}


/* main */
#main .inner { width: 94%; margin: 0 auto; }

.imgTxt { position: relative; text-align: center; }/* 画像と文字を重ねて文字を見えなくする */
.imgTxt img { max-width: 100%;}
.imgTxt span { display: block; position:absolute; text-indent: -9999px; }

/* -------------- font -------------- */


/* -------------- opening -------------- */

#opening {
	position: fixed; top: 50%; left: 50%;
	margin: -104px 0 0 -355px;
	opacity: 1;
	background-color: #F9C40A;
}


/* -------------- header -------------- */


#header {}
.header__inner {
  width: 92%;
  margin: 0 auto;
  padding-top: 4em;
}

/* top */
.header-top {
  position: absolute; top: 0; left: 0;
  z-index: 1;
  width: 100%;
}

@media screen and (max-width:1280px){
.header__inner {
  width: 100%;
  padding-top: 1em;
}

/* top */
.header-top {
  position: static;
}
}

/*-- logo --*/
.logo img {
  display: block;
  width: 100%;
}

/* top */
.logo-top {
  float: left;
  width: 23.9%;
  max-width: 298px;
}

/* common */
.logo-common {
  float: left;
  width: 30%;
  max-width: 394px;
}
@media screen and (max-width:1280px){
.logo-top {
  float: none;
  width: 50%;
  max-width: 200px;
  margin: 0 0 1em 4%;
}

/* common */
.logo-common {
  float: none;
  width: 50%;
  max-width: 394px;
  margin: .5em 0 1em 4%;
}
}

/*-- navBox --*/
.menu {
  float: right;
  overflow: hidden;
  width: 70%;
  max-width: 643px;
}

/* head */
.menu__head {
  float: left;
  overflow: hidden;
  width: 20%;
  max-width: 127px;
}

.menu__head img {
  display: block;
  width: 100%;
}


/* list */
.menu__list {
  float: right;
  width: 80%;
  max-width: 514px;
}

.menu__listItem {
  float: left;
  width: 25%;
}

.menu__listItem a {
  display: block;
  overflow: hidden;
  width: 100%;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, #F9C40A 50%);
  background-position: 0 0;
  background-size:201% auto;
  transition: all .3s ease 0s;
  text-decoration: none;
}

.menu__listItem a:hover {
  cursor: pointer;
  background-position: -99% 0;
  color: #fff;
}

.menu__listItem img {
  display: block;
  width: 100%;
}

@media screen and (max-width:1280px){
.menu {
  display: none;
  float: none;
  width: 100%;
  max-width: none;
  background: #f9c40a;
}

/* head */
.menu__head {
  float: none;
  width: 100%;
  margin: 1em auto;
}

/* list */
.menu__list {
	float: none;
	width: 100%;
	max-width: none;
}
	
.menu__list .menu__listItem:nth-of-type(1){
	margin-top:2%; 
}

.menu__listItem {
  float: none;
  opacity: 0;
  width: 95%;
  max-width: none;
  margin: 0 auto 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  transition: .6s;
  box-shadow: 3px 3px 0 0 rgba(0,0,0,0.5);
  background: #fff;
}

.menu__listItem a {
  display: block;
  padding: 1.6em 0;
  color: #1e4c91;
}

.menu__listItem span {
  display: block;
  position: static;
  width: 100%;
  text-indent: inherit;
}

.menu__listItem img {
  display: none;
}

.anime .menu__listItem {
  opacity: 1;
}

}

/* button */
.button-menu {
  display: none;
  position: absolute; top: 1.1em; right: .5em;
  width: 20%;
  max-width: 65px;
  height: 65px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  background: #f9b200;
}

.button-menu::after {
  display: block;
  content: "Menu";
  width: 100%;
  padding-top: 35px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  transition: all .4s;
}

.button-menu.active::after {
  content: "Close";
}

.button-menu span {
  display: inline-block;
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  width: 25px;
  height: 3px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.button-menu span:nth-of-type(1) { top: 12px;}
.button-menu span:nth-of-type(2) { top: 20px;}
.button-menu span:nth-of-type(3) { top: 28px;}
.button-menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.button-menu.active span:nth-of-type(2) { opacity: 0;}
.button-menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
@media screen and (max-width: 1280px) {
.button-menu {
  display: block;
}
}
@media screen and (max-width: 440px) {
.button-menu {
  max-width: 45px;
  height: 45px;
}
.button-menu::after,
.button-menu.active::after {
  display: none;
}

}


/* -------------- テキストアニメーション -------------- */

.titleAnime {
  visibility: hidden;
  width: 0%;
}

.titleAnime.check {
  visibility: visible;
  transition: 2s;
}

.titleAnime::after {
  display: block;
  content: "";
  position: absolute;
  top: 0; right: 0;
  height: 100%;
}

.titleAnime.check::after {
  animation-name: check;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@keyframes check{
  0% {
    width: 100%;
    background: #f9c40a;
  }
  
  5% {
    width: 100%;
    background: #f9c40a;
  }
  
  75% {
    background: #f9c40a;
  }
  
  100% {
    width: 0;
  }
}
@-webkit-keyframes check{
  0% {
    width: 100%;
    background: #f9c40a;
  }
  
  5% {
    width: 100%;
    background: #f9c40a;
  }
  
  75% {
    background: #f9c40a;
  }
  
  100% {
    width: 0;
  }
}

.titleAnime02 {
  visibility: hidden;
  width: 0%;
}

.titleAnime02.check2 {
  visibility: visible;
  transition: 5s;
}

.titleAnime02::after {
  display: block;
  content: "";
  position: absolute;
  top: 0; right: 0;
  height: 100%;
}

.titleAnime02.check2::after {
  animation-name: check2;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes check2{
  0% {
    width: 100%;
    background: #fff;
  }
  
  5% {
    width: 100%;
    background: #fff;
  }
  
  75% {
    background: #fff;
  }
  
  100% {
    width: 0;
  }
}


/*---フェードイン---*/

.fadeIn {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 500ms;
}

.fadeIn.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.mojiAnime {
	position: relative;
	display: inline-block;
	font-size: 60px;
	font-size: 6rem;
}

.mojiAnime.mojiActive{
	animation-duration: 2s;
	animation-fill-mode: forwards;
}


.mojiAnime:before {
display: block;
  content: "";
  position: absolute;
  top: -10%;
  left: -100%;
  width: 270%;
  height: 100%;
  background: #fff;
  background: -moz-linear-gradient(center left, transparent, #fff 25%, #fff 50%, #fff 75%, transparent);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, from(transparent), color-stop(0.25, rgb(255, 255, 255)), color-stop(0.5, rgb(255, 255, 255)), color-stop(0.75, rgb(255, 255, 255)), to(transparent));
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.mojiAnime.active:before {
  left: 100%;
}

/*-- pageTop --------------------------*/

.page_top {
	position: fixed; right: 5%; bottom: 5%;
	z-index: 10;
}

.page_top img {
  display: block;
  width: 100%;
}

@media screen and (max-width:898px) {
.page_top {
  max-width: 40px;
}
}


/* -------------- footer -------------- */

#footer {
  padding: 2em 0;
  border-top: .7px solid #000;
}

/* logo */
.footer__logo {
  width: 50%;
  max-width: 256px;
  margin: 0 auto 1em;
}

.footer__logo img {
  display: block;
  width: 100%;
}

/* copy */
.footer__copy {
	display: block;
	width: 93%;
	font-size: 10px;
	font-size: 1rem;
	margin: 0 auto;
	text-align: center;
}

.footer_button {
	display: block;
	width: 80%;
	max-width: 420px;
	height: 54px;
	margin: 2% auto;
	text-align: center;
	text-decoration: none;
	line-height: 80px;
	outline: none;
}

@media screen and (max-width:898px) {

.footer_button {
	margin: 5% auto;
}
}


.footer_button::before,
.footer_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.footer_button,
.footer_button::before,
.footer_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer_button {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #002f67;
  color: #002f67;
  line-height: 50px;
  overflow: hidden;
}
.footer_button:hover {
  color: #fff;
}
.footer_button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.footer_button:hover::after {
  background: #002f67;
  -webkit-transform: scale(1);
  transform: scale(1);
}



.koujou_top {
	overflow: hidden;
	width:30%;
	max-width: 179px;
	height: 180px;
	position: fixed;left: 0;bottom: 0;
	z-index: 2;
}

.koujou_top:hover {
	overflow: inherit;
}

.koujou_top img{
	display: block;
	position: absolute;
	margin: 0 auto;
	width:100%;
}

.koujou_top .anime01 {
opacity: 0;
}
.koujou_top:hover .anime01 {
	animation-name: anime01;
	animation-duration: .8s;
}

.koujou_top_Sp img{
	display: none;
}


@keyframes anime01{
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(-300px) translateX(25px);
  }
}
@-webkit-keyframes anime01{
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-300px) translateX(25px);
  }
}

.koujou_top .anime02 {
  opacity: 0;
  position: absolute; bottom: 0; left: 50px;
}
.koujou_top:hover .anime02 {
	animation-name: anime02;
  animation-delay: .8s;
  animation-duration: 1s;
}
@keyframes anime02{
  0% {
    opacity: 1;
    transform: translateY(-220px) translateX(-50px);
  }
  99% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
  100% {
    opacity: 0;
    transition: .1s;
  }
}

@-webkit-keyframes anime02{
  0% {
    opacity: 1;
    transform: translateY(-220px) translateX(-50px);
  }
  99% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
  100% {
    opacity: 0;
    transition: .1s;
  }
}
.koujou_top .anime03 {
  position: absolute; bottom: 0; left: 80px;
  opacity: 0;
}
.koujou_top:hover .anime03 {
	animation-name: anime03;
  animation-delay: 1.7s;
  animation-duration: .08s;
  animation-fill-mode: forwards;
}
@keyframes anime03{
  0% {
    opacity: 0;
    transform: translateY(0) translateX(0);
  }
  
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes anime03{
  0% {
    opacity: 0;
    transform: translateY(0) translateX(0);
  }
  
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}

@media screen and (max-width:598px) {

.koujou_top_Sp {
	display: block;
	width:30%;
	max-width: 180px;
	/*height: 180px;*/
	position: fixed;left: 0;bottom: 0;
	z-index: 2;
}
	
.koujou_top_Sp img{
	display: block;
	margin: 0 auto;
	width:100%;
}
	
.koujou_top img{
	display: none
}
}




/*---------- cookieポップアップ ----------*/
/* .add-control .btn_close {
  text-align: center;
  cursor: pointer;
  background: url(../img/share/close.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.add-control .btn_close:hover {
  cursor: pointer;
}
.add-control .action-close {
  position: relative;
  margin-top: 2em;
}
.add-control .action-close .btn_close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.add-control {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  visibility: hidden;
}
.add-control.is-show {
  visibility: visible;
}

.add-control .checkbox {
  display: none;
}
.add-control .action-close #close:checked ~ .btn_close {
  display: none;
}
.add-control .action-close #close:checked ~ .box {
  display: none;
} */

.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0,0,0,.8);
  padding: 1em 5%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
  visibility: hidden;
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-consent .cookie-text {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: justify;
}
.cookie-consent .cookie-text a {
  color: #fff;
  text-decoration: underline;
}
.cookie-consent .cookie-agree {
  color: #fff;
  background: dodgerblue;
  border-radius: 2px;
  padding: .2em 2.6em;
  margin: 0 0 0 30px;
  font-size: 15px;
}
.cookie-consent .cookie-agree:hover {
  cursor: pointer;
}
/* パッと消える */
.cc-hide1 {
  display: none;
}
/* ゆっくり消える */
.cc-hide2 {
  animation: hide 0.5s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media screen and (max-width: 768px) {
  .add-control .action-close .btn_close {
    right: 16px;
    top: 8%;
    transform: translateY(0);
  }  
  .cookie-consent {
    flex-direction: column;
    padding: 1.2em 5%;
  }
  .cookie-consent .cookie-text {
    margin-bottom: 1.4em;
  }
  .cookie-consent .cookie-agree {
    padding: .4em 3.8em;
    margin: 0;
    font-size: 13px;
  }
}
