@charset "utf-8";


/* web fonts
======================================================= */

.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*------------------------------------------------------------------------------------------【ベース】*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');



/*
font-family: 'Noto Sans', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Sawarabi Gothic', sans-serif;
font-family: 'Sawarabi Mincho', serif;
*/
.mincho{
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
}
/*===================================================== */
/* html tags
======================================================= */
html{
	height: 100%;
	font-size: 16px;
    scroll-behavior: smooth;
}
body {
	position: relative;
	text-align:left;
	padding:0;
	margin:0 auto;
	line-height:1.5;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	overflow-x:hidden;
	color:#272626;
}
body a{
	text-decoration:none;
	color:#482915;
}
body a:hover{
	color:#482915;
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
h2{
	margin-bottom:3em;
	width:100%;
	padding:0px;
	color: #252525;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
}
h2 span{
	display: block;
}

p,ul,li{
	margin:0;
	padding:0;
}
li{
	list-style:none;
}
img{
	border:0;
}



/*ユーティリティ*/
.font-mincho{
	font-family: 'Noto Serif Japanese',serif;
}


.section{width:auto;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.circle{     /*角丸*/
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/*===================================================== */
/* BOX
======================================================= */
.listArea{
 	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
.box{
}
.box .img{
}

.box .img * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.box .img img.scale-img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
     transition: all .3s ease-out;
}
.box .img:hover img.scale-img,
.box .img.hover img.scale-img {
    opacity: 0.8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/*===================================================== */
/* UTILITY
======================================================= */
.tableFrame{
	display:table;
	table-layout: auto;
	width:100%;
}
.tableCell{
	display:table-cell;
	vertical-align: top;
}
.flexSection{
	display: flex;
	width:100%;
	/*flex-wrap: wrap;*/
}
.flexSection .flexLeft{}
.flexSection .flexRight{}

/*===================================================== */
/* BEHAVIOR
======================================================= */



#container > h2 {
	-webkit-animation: 2.4s ease 0s 1 normal h2fadein;
	animation: 2.4s ease 0s 1 normal h2fadein;
}
@-webkit-keyframes h2fadein {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes h2fadein {0% {opacity: 0;}100% {opacity: 1;}}

#contentsContainer {
	/* -webkit-animation: 2.6s ease 0s 1 normal topfadein;
	animation: 2.6s ease 0s 1 normal topfadein; */
}
@-webkit-keyframes topfadein {0% {opacity: 0;}28% {opacity: 0;}100% {opacity: 1;}}
@keyframes topfadein {0% {opacity: 0;}28% {opacity: 0;}100% {opacity: 1;}}


.scview {
	opacity: 0.0;
	transform: translate(0,120px);
	-ms-transform: translate(0,120px);
	-webkit-transform: translate(0,120px);
	-webkit-transition: 1.2s;
	 transition: 1.2s;
}
.scview.effect {
	opacity: 1.0;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-webkit-transition: 1.2s;
	 transition: 1.2s;
}

.scview1 {
	opacity: 0.0;
	transform: translate(120px,0);
	-ms-transform: translate(120px,0);
	-webkit-transform: translate(120px,0);
	-webkit-transition: 0.4s;
	 transition: 0.4s;
}
.scview1.effect {
	opacity: 1.0;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-webkit-transition: 0.4s;
	 transition: 0.4s;
}

.scview2 {
	opacity: 0.0;
	transform: translate(120px,0);
	-ms-transform: translate(120px,0);
	-webkit-transform: translate(120px,0);
	-webkit-transition: 0.7s;
	 transition: 0.7s;
}
.scview2.effect {
	opacity: 1.0;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-webkit-transition: 0.7s;
	 transition: 0.7s;
}

.scview3 {
	opacity: 0.0;
	transform: translate(120px,0);
	-ms-transform: translate(120px,0);
	-webkit-transform: translate(120px,0);
	-webkit-transition: 1.2s;
	 transition: 1.2s;
}
.scview3.effect {
	opacity: 1.0;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-webkit-transition: 1.2s;
	 transition: 1.2s;
}

.scview4 {
	opacity: 0.0;
	transform: translate(120px,0);
	-ms-transform: translate(120px,0);
	-webkit-transform: translate(120px,0);
	-webkit-transition: 1.6s;
	 transition: 1.6s;
}
.scview4.effect {
	opacity: 1.0;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-webkit-transition: 1.6s;
	 transition: 1.6s;
}

/*===================================================== */
/* pankuzu
======================================================= */
ul.pankuzu{
	position: fixed;
	width:100% !important;
	height: 22px;
	margin:0 0 ;
	padding:0px 10px ;
	line-height: 22px;
	background:#f9f9f9;
	z-index: 999;
}
ul.pankuzu li{
	display: inline-block;
	margin-right: 12px;
	font-size:11px;
	color:#666;
}
ul.pankuzu li a{
	font-size:11px;
	color:#666;
}
ul.pankuzu li i{
	margin-right: 12px;
	font-size:11px
}

