@charset "UTF-8";
@import url("https://use.typekit.net/ygl8dwa.css");

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}

html{
font-size: 62.5%;
height: -webkit-fill-available;
/*\*/
_font-size: 62.5%;
/**/
}

a{
	color: #010101;
	text-decoration: none;
}

a:hover, a:focus{text-decoration: none;}

a:hover,a:focus,
a:hover img,
a:focus img{
	filter: alpha(opacity=9) !important;
	-moz-opacity: 0.9 !important;
	opacity: 0.9 !important;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ol {
list-style: none;
}

.clearfix:after {
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.embed{
	width: 100%;
	display: block;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.embed iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.embed video{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-size: contain;
}
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
	overflow:hidden;
}
video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}


body{
	min-height: 100vh;
	min-height: -webkit-fill-available;
	font-family: quasimoda,'HiraKakuProN-W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.4rem;
	line-height: 1.8;
	background-color: #ffffff;
	color: #010101;
	/*overflow: hidden;*/
}

/* Layout */
section{
	width:100%;
	display:block;
}
#page{
  width: 100%;
	height: 100%;
  display: block;
	z-index: auto;
	/*overflow: scroll;*/
	top: 0;
}
#page::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	background:linear-gradient(to right, #FFCB6E, #FF3C3C, #FF6CE3);
}
.wrapper{
	width: 1000px;
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
  overflow: visible;
}
.wrapper *{

}

.nolink{
	color: #666666;
	pointer-events: none;
	cursor: default;
}

.pcHide{
	display: none !important;
}
.spHide{
	display: block !important;
}
.pc_br{
	display: inline;
}
.sp_br{
	display: none;
}

.btnDetail{
display: block;
margin: 46px 0 0 0;
text-align: center;
}
.btnDetail a{
width: 80%;
display: inline-block;
padding: 0;
line-height: 54px;
border: 1px solid #010101;
border-radius: 27px;
}
.btnDetail a span{
display: inline-block;
padding: 0 16px 0 0;
background: url(../img/ico_out.png) no-repeat right center;
background-size: 10px auto;
}

.backBtn{
width: 460px;
height: 64px;
	display: block;
	margin: 46px auto 0 auto;
	text-align: center;
}
.backBtn a{
width: 460px;
	display: inline-block;
	border: 1px solid #010101;
line-height: 64px;
border-radius: 32px;
}
.backBtn a span{
}

/* header */
#commuHeader{
	height: 70px;
	display: block;
	background-color: #ffffff;
	z-index: 9000;
	position: fixed;
	top: 22px;
	left: 0;
}
#commuHeader .wrapper{
	width: auto;
	margin: 16px 22px 0 22px;
}
#commuHeader h1 a{
	opacity: 0;
}
#commuHeader h1 a{
	height: 0;
	display: block;
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
	background: url(../img/logo.png) no-repeat center center;
	background-size: auto 32px;
	z-index: 9999;
	opacity: 0;
	overflow: hidden;
}
#index #commuHeader h1{
	width: 100%;
	height: 0;
	display: block;
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
	background: url(../img/logo.png) no-repeat center center;
	background-size: auto 32px;
	z-index: 9999;
	opacity: 0;
	overflow: hidden;
}
#commuHeader .funcList{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10100;
}
#commuHeader .funcList ul{
	display: inline-block;
}

#commuHeader .funcList ul li{
	height: 30px;
	display: inline-block;
	margin: 0 0 0 8px;
	overflow: hidden;
}
#commuHeader .funcList ul li:first-child{
	margin: 0 0 0 0;
}
#commuHeader .funcList ul li.search{
	width: 24px;
	height: 0;
	padding-top: 30px;
	background: url(../img/ico_search.png) no-repeat center center;
	background-size: auto 24px;
	overflow: hidden;
	cursor: pointer;
}
#commuHeader .funcList ul li.twitter a{
	width: 27px;
	height: 30px;
	display: block;
	background: url(../img/ico_x.svg) no-repeat center center;
	background-size: auto 21px;
	text-indent: 9999px;
}

/* menu btn */
#commuHeader #menu{
	width: 18px;
  height: 13px;
	position: absolute;
	top: 8px;
	left: 20px;
  cursor: pointer;
  appearance: none;
	z-index: 10000;
}
#commuHeader #menu,
#commuHeader #menu span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#commuHeader #menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #010101;
}
#commuHeader #menu span:nth-of-type(1) {
  top: 0;
}
#commuHeader #menu span:nth-of-type(2) {
  top: 6px;
}
#commuHeader #menu span:nth-of-type(3) {
  bottom: 0;
}

#commuHeader #menu span:nth-of-type(1) {
  animation: menu-bar01 .75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(13px) rotate(45deg);
  }
  50% {
    transform: translateY(13px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#commuHeader #menu span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
#commuHeader #menu span:nth-of-type(3) {
  animation: menu-bar02 .75s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-13px) rotate(-45deg);
  }
  50% {
    transform: translateY(-13px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#commuHeader #menu.active span:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(6px) rotate(45deg);
  }
}
#commuHeader #menu.active span:nth-of-type(2) {
  opacity: 0;
}
#commuHeader #menu.active span:nth-of-type(3) {
  animation: active-menu-bar03 .75s forwards;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(-6px) rotate(-45deg);
  }
}

/* nav */
#commuHeader nav{
	display: none;
	padding: 0 0 0 0;
	text-align: left;
	top: 24px;
}
#commuHeader nav ul{
	display: block;
	padding: 5% 0 5% 0;
	background:linear-gradient(to right, #FFCB6E, #FF3C3C, #FF6CE3);
	background:linear-gradient(to right, #252525, #232424, #252525);
	height: 80vh;
    overflow: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
#commuHeader nav ul::-webkit-scrollbar{
  display: none;
}
#commuHeader nav ul li{
	width: 50vw;
	display: block;
	margin: 0 auto 12px auto;
}
#commuHeader nav ul li a{
	display: block;
	padding: 24px 0 24px 22px;

	background-color: #ffffff;
}
#commuHeader nav ul li.search{
	display: block;
}


.newsFixedBlock{
	width: 224px;
	display: block;
	margin: 0;
	padding: 32px 20px 32px 22px;
	-webkit-background-size: 7px 7px;
	box-sizing: border-box;
}
.newsFixedBlock h4{
	font-weight: normal;
}
#commuHeader nav .newsFixedBlock ul{
	margin: 12px 0 0 0;
	padding: 0;
	background-color: transparent;
	border-top: 1px solid #d8d8d8;
}
#commuHeader nav .newsFixedBlock ul li{
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #d8d8d8;
}
#commuHeader nav .newsFixedBlock li:first-child{
	padding: 12px 0 12px 0;
}
#commuHeader nav .newsFixedBlock　.newsTxt{

}
#commuHeader nav .newsFixedBlock　.newsTxt .date{

}
#commuHeader nav .newsFixedBlock .btnDetail{
	text-align: left;
}
#commuHeader nav .newsFixedBlock .btnDetail a{
	color: #ffffff;
}
.btnDetail a span{
display: inline-block;
padding: 0 16px 0 0;
background: url(../img/ico_out.png) no-repeat right center;
background-size: 10px auto;
}

.contentBox{
	min-width: 1000px;
	display: block;
	padding: 64px 0 0 0;
	box-sizing: border-box;
}



/* search box */
.searchBox{
	width: 100%;
	display: none;
	padding: 20px 0 20px 0;
	background-color: #ffffff;
	position: fixed;
	top: 70px;
	left: 0;
	text-align: center;
	z-index: 92000;
}

.searchBlock{
	width: 85%;
	min-width: 1000px;
	display: block;
	margin: 0 auto 0 auto;
}
.searchBlock label .screen-reader-text{
	display: none;
}
.searchBlock label input.search-field{
	width: 100%;
	height: 50px;
	display: block;
	padding: 0 80px 0 25px;
	border: solid 1px #cccccc;
	border-radius: 25px;
	font-size: 1.6rem;
	line-height: 50px;
}
.search-submit{
	position: absolute;
	top: 10px;
	right: 25px;
	padding: 0 10px 0 10px;
	cursor: pointer;
	border:1px solid #333333;
	border-radius:5px;
	color: #333333;
	background: #ffffff;
	font-size:1.6rem;
	line-height: 30px;
}
.search-submit:hover {
	opacity: 1;
}


/* contact */
#commuContact{
	display: block;
	padding: 42px 0 42px 0;
	background: #373441;
}
#commuContact .contactBtn{
	display: block;
}
#commuContact .contactBtn a{
	display: block;
	background:linear-gradient(to top, #e6a277, #fe7ba6);
	font-weight: bold;
	color: #ffffff;
	border-radius: 8px;
}
#commuContact .contactBtn a span{
	display: inline-block;
	padding: 0 0 0 36px;
	background: url(../img/ico_contact.png) no-repeat left center;
	background-size: 30px auto;
	line-height: 72px;
}



/* footer */
#pagetop{
width:30px;
height:110px;
display: block;
position: fixed;
bottom: 10px;
right: 15px;
overflow:hidden;
cursor:pointer;
}
#pagetop span{
width:30px;
height:0;
display: block;
padding-top: 110px;
background:url(../img/arr_top.png) no-repeat center center;
background-size: 14px auto;
overflow:hidden;
}

#pagetop.fp span{
filter:invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
transition-duration: .4s
}

#commuFooter{
	display: block;
	padding: 0 0 64px 0;
	background-color: #373441;
	color: #ffffff;
}
#commuFooter .wrapper{
height: 100px;
}
#commuFooter .footerLine{
	width: 100%;
	height: 4px;
	display: block;
	background:linear-gradient(to right, #FFCB6E, #FF3C3C, #FF6CE3);
}
#footerMenu{
	display: block;
	padding: 24px 0 0 22px;
}
#footerMenu ul{
	display: block;
}
#footerMenu ul li{
	display: block;
	margin: 12px 0 0 0;
	text-align: left;
}
#footerMenu ul li:first-child{
	margin: 0 0 0 0;
}
#footerMenu ul li a{
	color: #ffffff;
}
#copyright{
	display: block;
	margin: 32px 0 0 0;
	text-align: right;
}
#management{
	display: block;
	margin: 4px 0 0 0;
	text-align: right;
}
#footerMenuOut{
	display: block;
	position: absolute;
	top: 0;
	left: 0
}
#footerMenuOut ul{
	display: block;
	text-align: left;
}
#footerMenuOut ul li{
	display: block;
	margin-left: 0;
	margin: 4px 0 0 0;
}
#footerMenuOut ul li:first-child{
	margin-left: 0;
	margin: 0;
}
#footerMenuOut ul li a{
	color: #ffffff;
}
#footerMenuOut ul li a span{
	display: inline-block;
	padding: 0 16px 0 0;
	background: url(../img/ico_out_w.png) no-repeat right center;
	background-size: 10px auto;
}


/* Pager */
.sec_pager{
display:block;
margin: 84px 0 0 0;
}
.sec_pager .page-numbers{
display:inline-block;
margin: 0 0 0 0;
}
.sec_pager .page-numbers li{
display:inline-block;
margin: 0 6px 0 6px;
}
.sec_pager .page-numbers li a.prev:before{
content:"<";
display:inline-block;
margin: 0 3px 0 0;
}
.sec_pager .page-numbers li a.next:after{
content:">";
display:inline-block;
margin: 0 0 0 3px;
}
.sec_pager li .current{
padding:0 8px 0 8px;
line-height:24px;
border-radius: 3px;
background-color: #ee589f;
color: #ffffff;
}
.sec_pager li a.page-numbers{
padding:0 8px 0 8px;
line-height:24px;
border-radius: 3px;
background-color: #cccccc;
color: #ffffff;
}
.sec_pager li a.page-numbers:hover{
background-color: #ee589f;
}
.sec_pager li a.page-numbers:hover{
background-color: #ee589f;
color: #ffffff;
}
.sec_pager li a.page-numbers.prev,
.sec_pager li a.page-numbers.next{
padding:0;
line-height:24px;
background-color:transparent;
color: #010101;
}
.sec_pager li a.page-numbers.prev:hover,
.sec_pager li a.page-numbers.next:hover{
color: #ee589f;
}

/* banner */
#banner{
display:block;
margin: 80px 0 80px 0;
}
.b_col1{
display:block;
}
.b_col1 li{
width:100%;
display:block;
}
.b_col1 li img{
width:100%;
height:auto;
}


/* -- */
/* -- */
/* SP */
/* -- */
/* -- */
@media screen and (max-width: 768px) {
/* */
/* */
.br-sp {
	display: block !important;
}

a{
	color: #010101;
	text-decoration: none;
}

a:hover, a:focus{text-decoration: none;}

a:hover,a:focus,
a:hover img,
a:focus img{
	filter: alpha(opacity=1) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}


body{
	background-color: #ffffff;
	font-family: 'HiraKakuProN-W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.2rem;
}

.pcHide{
	display: block !important;
}
.spHide{
	display: none !important;
}
.pc_br{
	display: none;
}
.sp_br{
	display: inline;
}

/* Layout */
section{
}
#page{
	width: 100%;
  display: block;
	padding: 0 0 0 0;
	z-index: auto;
	position: absolute;
	top: 22px;
	left: 0;
}
.wrapper{
	width: auto;
	display: block;
	margin: 0 20px 0 20px;
}
.wrapper *{
}
.btnDetail{
	display: block;
	margin: 46px 0 0 0;
	text-align: center;
}
.btnDetail a{
width: 90%;
line-height: 54px;
border-radius: 27px;
}
.btnDetail a span{
padding: 0 16px 0 0;
background: url(../img/ico_out.png) no-repeat right center;
background-size: 10px auto;
}

.backBtn{
width: 90%;
height: 60px;
}
.backBtn a{
width: 100%;
line-height: 60px;
border-radius: 30px;
}
.backBtn a span{
}

/* header */
#commuHeader{
	height: auto;
	display: block;
	padding: 0 0 0 0;
	overflow: visible;
	z-index: 9990;
}
#commuHeader .wrapper{
	width: auto;
	margin: 10px 0 10px 0;
	padding: 0;
}
	
#commuHeader h1 a{
	opacity: 0;
}
#commuHeader h1 a{
	height: 0;
	display: block;
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
	background: url(../img/logo.png) no-repeat center center;
	background-size: auto 20px;
	z-index: 9999;
	opacity: 0;
	overflow: hidden;
}
#index #commuHeader h1{
	width: 100%;
	height: 0;
	display: block;
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
	background: url(../img/logo.png) no-repeat center center;
	background-size: auto 20px;
	z-index: 9999;
	opacity: 0;
	overflow: hidden;
}
	
/* menu btn */
#commuHeader #menu{
	width: 18px;
  height: 13px;
	position: absolute;
	top: 8px;
	left: 20px;
  cursor: pointer;
  appearance: none;
	z-index: 10000;
}
#commuHeader #menu,
#commuHeader #menu span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#commuHeader #menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #010101;
}
#commuHeader #menu span:nth-of-type(1) {
  top: 0;
}
#commuHeader #menu span:nth-of-type(2) {
  top: 6px;
}
#commuHeader #menu span:nth-of-type(3) {
  bottom: 0;
}

#commuHeader #menu span:nth-of-type(1) {
  animation: menu-bar01 .75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(13px) rotate(45deg);
  }
  50% {
    transform: translateY(13px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#commuHeader #menu span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
#commuHeader #menu span:nth-of-type(3) {
  animation: menu-bar02 .75s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-13px) rotate(-45deg);
  }
  50% {
    transform: translateY(-13px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#commuHeader #menu.active span:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(6px) rotate(45deg);
  }
}
#commuHeader #menu.active span:nth-of-type(2) {
  opacity: 0;
}
#commuHeader #menu.active span:nth-of-type(3) {
  animation: active-menu-bar03 .75s forwards;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(-6px) rotate(-45deg);
  }
}

/* nav */
#commuHeader nav{
	display: none;
	top: 0;
}
#commuHeader nav ul{
display: block;
/* padding: 64px 20px 0px 20px; */
background-color: #ffffff;
/* height: 100vh; */
overflow: scroll;
min-height: 100vh;
min-height: -webkit-fill-available;
z-index: 1;
padding-bottom: 30px;
}
#commuHeader nav ul li{
	width: auto;
	display: block;
	width: 90vw;
}
#commuHeader nav ul li a{
	display: block;
	color: #010101;
}
#commuHeader nav ul li.search{
	display: block;
}
#commuHeader .funcList{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 15px;
}
#commuHeader .funcList ul{
	display: inline-block;
}

#commuHeader .funcList ul li{
	display: inline-block;
	margin: 0 0 0 6px;
	overflow: hidden;
}
#commuHeader .funcList ul li:first-child{
	margin: 0 0 0 0;
}
#commuHeader .funcList ul li.search{
	width: 18px;
	background: url(../img/ico_search.png) no-repeat center center;
	background-size: auto 18px;
}
#commuHeader .funcList ul li.twitter a{
	width: 20px;
	height: 30px;
	display: block;
	background: url(../img/ico_x.svg) no-repeat center center;
	background-size: auto 16px;
}

.contentBox{
	min-width: inherit;
	padding: 0;
}
	

/* search box */
.searchBox{
	width: 100%;
	display: none;
	padding: 10px 20px 10px 20px;
	background-color: #ffffff;
	position: fixed;
	top: 70px;
	left: 0;
	text-align: center;
	z-index: 9200;
	box-sizing: border-box;
}
.searchBlock{
	width: 100%;
	min-width: auto;
	display: block;
	margin: 0 auto 0 auto;
}
.searchBlock label input.search-field{
	height: 32px;
	padding: 0 30px 0 10px;
	border: solid 1px #cccccc;
	border-radius: 16px;
	font-size: 1.6rem;
	line-height: 32px;
}
.search-submit{
	position: absolute;
	top: 5px;
	right: 12px;
	padding: 0 5px 0 5px;
	cursor: pointer;
	border:1px solid #333333;
	border-radius:5px;
	color: #333333;
	background: #ffffff;
	font-size:1.2rem;
	line-height: 20px;
}
.search-submit:hover {
	opacity: 1;
}

	
/* contact */
#commuContact{
	display: block;
	padding: 24px 0 24px 0;
	background:linear-gradient(to top, #e6a277, #fe7ba6);
}
#commuContact .contactBtn{

}
#commuContact .contactBtn a{
	font-weight: bold;
	background: transparent;
	color: #ffffff;
}
#commuContact .contactBtn a span{
	display: inline-block;
	padding: 0 0 0 30px;
	background: url(../img/ico_contact.png) no-repeat left center;
	background-size: 24px auto;
	line-height: 24px;
}

/* footer */
#pagetop{
width:20px;
height:110px;
bottom: 10px;
right: 5px;
}
#pagetop span{
width:20px;
padding-top: 110px;
background:url(../img/arr_top.png) no-repeat center center;
background-size: 12px auto;
}

#commuFooter{
	width: auto;
	display: block;
	padding: 0 0 42px 0;
	background-color: #373441;
	color: #ffffff;
	position: relative;
	font-size: 1.1rem;
}
#commuFooter .wrapper{
height: auto;
}
#footerMenu{
	display: block;
	padding: 32px 0 32px 0;
}
#footerMenu ul{
	display: block;
}
#footerMenu ul li{
	display: block;
	margin: 12px 0 0 0;
	text-align: left;
}
#footerMenu ul li:first-child{
	margin: 0 0 0 0;
}
#footerMenu ul li a{
	color: #ffffff;
}
#copyright{
	display: block;
	margin: 32px 0 0 0;
	text-align: left;
}
#management{
	display: block;
	margin: 4px 0 0 0;
	text-align: left;
}
#footerMenuOut{
	display: block;
	margin: 24px 0 0 0;
	position: relative;
	top: auto;
	right: auto;
}
#footerMenuOut ul{
	display: block;
	text-align: left;
}
#footerMenuOut ul li{
	display: block;
	margin-left: 16px;
	margin-left: 0;
}
#footerMenuOut ul li:first-child{
	margin-left: 0;
}
#footerMenuOut ul li a{
	color: #ffffff;
}
#footerMenuOut ul li a span{
	display: inline-block;
	padding: 0 16px 0 0;
	background: url(../img/ico_out_w.png) no-repeat right center;
	background-size: 10px auto;
}
#footerMenu ul:after{
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
	
/* banner */
#banner{
width:90%;
margin: 80px auto 80px auto;
}
.b_col1{
}
.b_col1 li{
}
.b_col1 li img{
}


/* */
/* */
}
/* -- */
/* -- */
/* SP */
/* -- */
/* -- */


#page.inview::after {
  -webkit-animation-name: page-open-top;
  animation-name: page-open-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes page-open-top {
  0% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}


h1.inview{
  -webkit-animation-name: h1-open;
  animation-name: h1-open;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
		width: 60%;
    margin: auto;
}
h1.inview a{
  -webkit-animation-name: h1-open;
  animation-name: h1-open;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes h1-open {
	0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}


.searchBox.on{
display: block;
opacity: 1;
  -webkit-animation-name: search-display;
  animation-name: search-display;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes search-display {
0% {
display: none;
opacity: 0;
}
1% {
display: block;
opacity: 0;
transform: translateY(-30px) scaleY(0);
}
100% {
display: block;
opacity: 1;
transform: translateY(0) scaleY(1);
}
}
.br-sp {display: none; }

/*newアイコン*/
.newIcon {
display: inline-block;
padding: 4px 8px 4px 8px;
top: 0;
left: 0;
background: linear-gradient(to right,#ffcb6e,#ff3c3c,#ff6ce3);
font-size: 1.0rem;
font-style: italic;
font-weight: 300;
line-height: 1;
color: #fff;
}
.fany2021 {
	position: fixed;
    z-index: 2;
    width: 100%;
	top: 0px;
}
.bodyblock {
	overflow: hidden;
}

.fany2021 {
position: fixed;
z-index: 2;
width: 100%;
top: 0px;
}
div.fany2021 .fany2021-header {
background: black !important;
}
div.fany2021 .fany2021-header {
height: 22px;
text-align: center;
position: relative;
}
div.fany2021 .fany2021-header_logo {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
line-height: 0;
}
div.fany2021 .fany2021-header_logo a {
display: block;
width: 47px;
height: 12px;
background-size: 100% auto;
background-repeat: no-repeat;
background-position:center center;
}