html {
	box-sizing: border-box;
	overflow-y: scroll;
	font-size: 62.5%; /* 10px = 1rem */
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: 'Noto Serif JP',serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #333;
}

html, body { height: 100%;}


.clearfix::after{
	content: ".";
	display: block;
	height: 0; 
	font-size: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
.palt {
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}
.halt {
	-webkit-font-feature-settings: 'halt' 1;
	font-feature-settings: 'halt' 1;
}

h1, h2, h3, h4, h5, h6,strong,em{
	font-weight: 700;
}

input, textarea, select, optgroup, option, button {
	font: inherit;
}
button, input[type="button"], input[type="submit"] {
	border: none;
	cursor: pointer;
}

a:link{
	color: #444;
}

a:visited{
	color: #444;
}

a:hover{
	color: #444;
}
a:active{
	color: #444;
}

a,
a img{
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

a:hover,
a img:hover{
	opacity: 0.7;
}

h2{font-size: 4.2rem;margin: 0 0 1.5rem 0;}
h3{font-size: 3.6rem;margin: 0 0 1.2rem 0;}
h4{font-size: 3.2rem;margin: 0 0 1.2rem 0;}
h5{font-size: 2.8rem;margin: 0 0 1.2rem 0;}
h6{font-size: 2rem;margin: 0 0 1.2rem 0;}


.tc{text-align: center;}

.sp_none{
	display: block;
}

.read_sp_none{
	display: block;
}

.pc_none{
	display: none;
}

.read_pc_none{
	display: none;
}

/*******************
* animation
*******************/


/*******************
* header
*******************/
header{
	margin: 0;
	padding: 15px 20px;
	background: #fff;
}

header h1{
	width: 128px;
}

/*******************
* hero
*******************/
#hero{
	position: relative;
	background: #888;
	overflow: hidden;
}

#hero h1{
	margin: 0;
	padding: 0;
}

#hero .sankou{
	width: 100%;
	position: absolute;
  top: 5%;
  left: 50%;
  transform: translateY(-5%) translateX(-50%);
  -webkit-transform: translateY(-5%) translateX(-50%);
	z-index: 2;
}

#hero .sankou img{
	width: 100%;
	height: auto;
}

#hero h2{
	position: absolute;
  top: 6.7%;
  left: 3.2%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 3;
}

#hero h2 .anime-p1,
#hero h2 .anime-p2{
	display: flex;
	display: -webkit-flex;
	justify-content:left;
}

#hero h2 .anime-p1{
	position: relative;
	width: 32%;
}

#hero h2 .anime-p2{
	position: relative;
	width: 32%;
	margin-top: 6.4%;
}

#hero h2 .anime-p1 div,
#hero h2 .anime-p2 div{
	position: absolute;
}

#hero h2 div img{
	width: 100%;
	height: auto;
}

#hero h2 .anime-p1 div:nth-child(1){width: 9.7%;top:0;left:0;}
#hero h2 .anime-p1 div:nth-child(2){width: 13.2%;top:2px;left:11.4%;}
#hero h2 .anime-p1 div:nth-child(3){width: 9.1%;top:0;left:31%;}
#hero h2 .anime-p1 div:nth-child(4){width: 6.5%;top:2px;left:42.9%;}
#hero h2 .anime-p1 div:nth-child(5){width: 6%;top:1px;left:54%;}
#hero h2 .anime-p1 div:nth-child(6){width: 6.7%;top:3px;left:64.3%;}
#hero h2 .anime-p1 div:nth-child(7){width: 6.2%;top:1.5px;left:75.38%;}
#hero h2 .anime-p1 div:nth-child(8){width: 12.5%;top:2px;left:84.9%;}

#hero h2 .anime-p2 div:nth-child(1){width: 9.1%;top:0;left:0;}
#hero h2 .anime-p2 div:nth-child(2){width: 6.5%;top:3px;left:12%;}
#hero h2 .anime-p2 div:nth-child(3){width: 6.2%;top:6px;left:23.3%;}
#hero h2 .anime-p2 div:nth-child(4){width: 8.3%;top:3px;left:33.1%;}
#hero h2 .anime-p2 div:nth-child(5){width: 13.6%;top:3px;left:44.5%;}

.anime-p1-01,
.anime-p1-02,
.anime-p1-03,
.anime-p1-04,
.anime-p1-05,
.anime-p1-06,
.anime-p1-07,
.anime-p1-08,
.anime-p2-01,
.anime-p2-02,
.anime-p2-03,
.anime-p2-04,
.anime-p2-05{
	opacity: 0;
}

#hero h2 div{
	width: 90px;
}

#hero h2 div img{
	width: 100%;
	height: auto;
}


#hero .image{
	/*filter: blur(40px);*/
	/*animation: blurAnime .8s ease-out forwards;*/
	overflow: hidden;
}

#hero .image img{
	width: 100%;
	height: auto;
}

/*******************
* read
*******************/
#read{
	display: flex;
	display: -webkit-flex;
	margin: 100px 100px 100px 100px;
}

#read .read_ttl{
	width: 550px;
	margin: 0 70px 0 0;
}

#read .read_ttl h3{
	margin: 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #238ed7;
	color: #238ed7;
	font-size: 3rem;
	font-weight: 400;
	font-family: 'Cardo',serif;
	line-height: 1;
	letter-spacing: .6rem;
}

#read .read_text h4{
	margin: -10px 0 30px 0;
	font-size: 3.2rem;
	font-weight: 400;
	letter-spacing: .2em;
	color: #238ed7;
}

#read .read_text p{
	margin: -10px 0 0 0;
	font-size: 1.8rem;
	line-height: 2.2;
	letter-spacing: .3em;
	color: #238ed7;
}

/*******************
* making
*******************/
#making {
	padding: 80px 0 90px 0;
	background: #238ed7;
}

#making h3{
	width: 550px;
	margin: 0 0 50px 100px;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #fff;
	font-size: 3rem;
	font-weight: 400;
	font-family: 'Cardo',serif;
	letter-spacing: .6rem;
	line-height: 1;
	color: #fff;

}

#making .slider{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#making .slider img{
	width:100%;
	height:auto;
}

#making .slider .slick-slide{
	margin:0;
}

/*******************
* concept
*******************/
#concept{
	display: flex;
	display: -webkit-flex;
	margin: 80px 0;
	padding: 0 100px;
}

#concept .concept_ttl{
	width: 550px;
	margin: 0 70px 0 0;
}
#concept .concept_ttl h3{
	padding: 0 0 25px 0;
	border-bottom: 1px solid #888;
	font-size: 3rem;
	font-weight: 400;
	font-family: 'Cardo',serif;
	letter-spacing: .6rem;
	line-height: 1;
	color: #888;
}

#concept h4{
	margin: -10px 0 30px 0;
	color: #888;
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: .3em;
}

#concept p{
	margin: 0 0 1.5em 0;
	color: #888;
	font-size: 1.8rem;
	line-height: 2.2;
	letter-spacing: .3em;
}

/*******************
* season_nav
*******************/
#season_nav{
	width: 100%;
	margin: 120px 0;
	padding: 0 100px;
}

#season_nav ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}

#season_nav ul li{
	display: block;
	width: 23%;
	padding: 40px 0;
	font-family: 'Cardo',serif;
	font-weight: 400;
	text-align: center;
	font-size: 2.1rem;
	color: #b5b5b6;
	letter-spacing: .2em;
	border-top: 1px solid #b5b5b6;
	border-bottom: 1px solid #b5b5b6;
}

#season_nav ul li span{
	display: block;
	font-size: 1.4rem;
}

#season_nav ul li a{
	text-decoration: none;
}

#season_nav ul li a:link{color: #b5b5b6;}
#season_nav ul li a:visited{color: #b5b5b6;}
#season_nav ul li a:hover{color: #b5b5b6;}
#season_nav ul li a:active{color: #b5b5b6;}

#season_nav ul li.spring{
	border-top: 1px solid #A6E6D0;
	border-bottom: 1px solid #A6E6D0;
	color: #A6E6D0;
}
#season_nav ul li.spring a{
	color: #A6E6D0 !important;
}

#season_nav ul li.summer{
	border-top: 1px solid #238ed7;
	border-bottom: 1px solid #238ed7;
	color: #238ed7;
}
#season_nav ul li.summer a{
	color: #238ed7 !important;
}

#season_nav ul li.autumn{
	border-top: 1px solid #eb9687;
	border-bottom: 1px solid #eb9687;
	color: #eb9687;
}
#season_nav ul li.autumn a{
	color: #eb9687 !important;
}
#season_nav ul li.winter{
	border-top: 1px solid #c0080e;
	border-bottom: 1px solid #c0080e;
	color: #c0080e;
}
#season_nav ul li.winter a{
	color: #c0080e !important;
}
/*
#season_nav ul li.winter{
	border-top: 1px solid #6d8bc6;
	border-bottom: 1px solid #6d8bc6;
	color: #6d8bc6;
}
#season_nav ul li.winter a{
	color: #6d8bc6 !important;
}

#season_nav ul li.spring{
	border-top: 1px solid #fd9f96;
	border-bottom: 1px solid #fd9f96;
	color: #fd9f96;
}
#season_nav ul li.spring a{
	color: #fd9f96 !important;
}
*/

/*******************
* footer
*******************/
footer{
	padding: 92px 0;
	background: #238ed7;
}

footer .ftr_logo{
	width: 111px;
	margin: 0 auto 15px auto;
}

footer p{
	font-family: 'Noto Sans JP',serif;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
}

.pgtop {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #238ed7;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	z-index: 80;
}

.pgtop .arrow {
	height: 10px;
	width: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: translateY(20%) rotate(-45deg);
}




