@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:600|Encode+Sans+Semi+Condensed:400,500|Montserrat:300,400,500|Noto+Sans+JP:100,300,400,500');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,
section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: "Open Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
}

p {
    line-height: 1.6;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #333333;
}

 ul li{
    list-style: none;
 }

img {
    width: 100%;
    max-width: 100%;
    display: block;
}

html {
    height: 100%;
    font-size: 62.5%;
}

@media only screen and (min-width: 769px) {
    html,body{
        font-weight: 300;
    }
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #444;
    position: relative;
    -webkit-text-size-adjust: 100%;
}

h2{
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .sp {
        display: none!important;
    }
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none!important;
    }
}

.inner{
    padding: 0 4.8%;
}

@media only screen and (min-width: 769px) {
    .inner{
        padding: 0;
    }
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}



/*========================================================
▼ヘッダー
========================================================*/
header {
    position: relative;
    z-index: 9990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; /*ヘッダー幅*/
    height: auto; /*ヘッダー高さ*/
    margin: 0 auto;
	padding: 10px; /*ヘッダー余白*/
    background-color: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-inner .logo {
    width: 104px; /*ロゴ幅*/
}

/*SNSアイコン*/
.header-inner .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-inner .sns a {
    display: block;
    padding: 0 1em;
    text-align: center;
    color: #0e0e0e;
}

.header-inner .sns a:last-of-type {
    padding-right: 0;
}

.header-inner .sns a:hover, .header-inner .logo:hover {
    opacity: 0.8;
}

.header-inner .sns a i {
    font-size: 25px; /*アイコンサイズ*/
    vertical-align: middle;
}

@media only screen and (min-width: 769px) {
	header {
		width: 100%; /*ヘッダー幅*/
		height: auto; /*ヘッダー高さ*/
		padding: 15px 0; /*ヘッダー上下余白*/
	}
	.header-inner {
		width: 100%;
		margin: 0 auto;
		padding-left: calc(100vw * 150/1300); /*ヘッダー左余白*/
		padding-right: calc(100vw * 150/1300); /*ヘッダー右余白*/
	}
	
	.header-inner .logo {
		width: 182px; /*ロゴ幅*/
	}
	
	.header-inner .sns a {
		padding: 0 1.5em;
	}
	
	.header-inner .sns a:hover,  .header-inner .logo:hover {
		opacity: 0.8;
	}
	
	.header-inner .sns a i {
		font-size: 42px;
		vertical-align: middle;
	}
}


/*========================================================
▼メインコンテンツ
========================================================*/

#main {
    width: 100%;
    position: relative;
    background-color: #fff;
}

@media only screen and (min-width: 769px) {
    #main {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
    }
}

/*========================================================
▼メインビジュアル
========================================================*/

#mv {
    position: relative;
    z-index: 9996;
    width: 100%;
}

#mv .mv-inner {
    width: 100%;
    margin: 0 auto;
/*    height: 102.67vw;*/
    position: relative;
/*    background: transparent url(../images/mv_sp.png)no-repeat;*/
    background-size: cover;
}

#mv .mv-inner .mv-ttl{
    width: 59.8%;
    position: absolute;
    top: 44%;
    left: 25%;
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);\
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    transform: translateX(-40%);
	padding-left: 3%;
}
@media only screen and (min-width: 1100px) {
	
	    #mv .mv-inner .mv-ttl{
        width: 440px;
        position: absolute;
        top: 22.5%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);\
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
    }
}


@media only screen and (min-width: 769px) {
    #mv {
        
    }

    #mv .mv-inner {
        width: 100%;
        background-size: cover;
        padding-top: 30px;
    }

    #mv .mv-inner .mv-ttl{
        width: 440px;
        position: absolute;
        top: 17.5%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);\
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
    }

}


/*========================================================
▼全体
========================================================*/

#contents {
    width: 100%;
    padding: 9.33% 0;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    font-size: 1.3rem;
    background-color: #fff;
}

@media only screen and (min-width: 769px) {
    #contents {
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        padding: 40px;
        position: relative;
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 769px) {
    #gallery, #coorde{
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

/*========================================================
▼リード
========================================================*/
/*
#lead{
    font-family: 'Hannari'!important;
    margin-bottom: 4.8%;
}

#lead *{
    font: inherit;
}

#lead p{
    margin-bottom: 4.8%;
    line-height: 1.75;
	text-align: center;
	color: #333333;e
}

@media only screen and (min-width: 769px) {


    #lead p{
        margin-bottom: 35px;
        line-height: 2.1;
        font-size: 1.6rem;
		text-align: center;
		color: #333333;
		font-family: 'Hannari'!important;
		
    }

    #lead .lead-box{
        padding-top:  60px;
        margin-bottom:  60px;
        padding-bottom: 0;
        background: none;
    }
	
}
*/

#lead{
    font-family: 'Hannari'!important;
    margin-bottom: 4.8%;
}

#lead *{
    font: inherit;
}

#lead p{
    margin-bottom: 10.8%;
    line-height: 1.75;
	text-align: center;
	color: #333333;
}
 #lead .lead-box .text_01 img{
		  max-width:300px;
		  width:45%;
		 margin: 0 auto;
	}
 #lead .lead-box .text_02 img{
		  max-width:327px;
		  width:49%;
		 margin: 0 auto;
	}
	
#lead .lead-box .text_03 img{
		  max-width:322px;
		  width:46%;
		 margin: 0 auto;
	}


@media only screen and (min-width: 769px) {


    #lead p{
        margin-bottom: 50px;
        line-height: 2.1;
        font-size: 1.6rem;
		text-align: center;
		color: #333333;
		font-family: 'Hannari'!important;
		
    }

    #lead .lead-box{
        padding-top:  60px;
        margin-bottom:  60px;
        padding-bottom: 0;
        background: none;
    }	 
	#lead .lead-box .text_01 img{
		  max-width:241px;
		  width:100%;
		 margin: 0 auto;
	}
	  #lead .lead-box .text_02 img{
		  max-width:266px;
		  width:100%;
		 margin: 0 auto;
	}
	
	  #lead .lead-box .text_03 img{
		  max-width:263px;
		  width:100%;
		 margin: 0 auto;
	}
	
}

/*========================================================
▼ギャラリー
========================================================*/
#gallery{
/*    padding-top: 4%;*/
    padding-bottom: 4%;  
}

#gallery li{
    margin-bottom: 11.9%; 
}

#gallery li:last-of-type{
    margin-bottom: 0; 
}
#gallery ul li ul li{
		  margin-bottom: 11.9%; 
	}
#gallery .item-info {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 1.5%;
    text-align: right;
    color: #808080;
}


@media only screen and (min-width: 769px) {
    #gallery{
        padding: 40px 0 100px;
    }
	#gallery ul li{
		margin-bottom: 100px; 
	}
	#gallery ul .big{
		max-width: 1000px;
		width:100%;
	}
	#gallery ul .smaill{
		max-width: 490px;
		width:100%;
		margin: 0 auto;
		margin-bottom: 100px;
	}
	
    #gallery ul li ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

   #gallery ul li ul li{
        width: 45%;
        max-width: 480px;
	   margin: 0;
    }

    #gallery li:last-of-type{
        margin-bottom: 0; 
    }
	#gallery .item-info {
		font-size: 13px;
		margin-top: 20px;
	}

}
/*========================================================
▼インイスタ
========================================================*/

#insta{
	max-width:750px;
	width:100%;
	margin: 0 auto;
	margin-bottom: 4%;  
}
	.insta_ttl{
		text-align: center;
		font-size:16px;
		color:#333333;
		margin-bottom: 15px;
		margin-top: 30px;
	}
	.col_03{
		display: flex;
		justify-content: space-between;
		margin-bottom: 3%;
	}
.insta_ttl span{
/*	border-bottom: solid 1px #000;*/
    display: inline-block;
	}
.insta_ttl span img{
	max-width: 478px;
	width:80%;
	margin: 0 auto;
	}
	.col_03 li{
		    width: calc(100% / 3 - 2%);
	}
.col_03 li a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
	
@media only screen and (max-width: 374px) {
		.insta_ttl{
		text-align: center;
		font-size:14px;
		color:#333333;
		margin-bottom: 25px;
	}
}
@media only screen and (min-width: 769px) {
#insta{
	max-width:750px;
	width:100%;
	margin: 0 auto;
	margin-bottom: 70px;
}
.insta_ttl{
	text-align: center;
	font-size:24px;
	color:#333333;
	margin-bottom: 15px;
	margin-top: 0px;
	}
.insta_ttl span{
/*	border-bottom: solid 1px #000;*/
    display: inline-block;
	}
.insta_ttl span img{
	max-width: 478px;
	width:100%;
	margin: 0 auto;
	}
.col_03{
	display: flex;
	justify-content: space-between;
	margin-bottom: 3%;
	}
.col_03 li{
	width: calc(100% / 3 - 2%);
	}
.col_03 li a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
	
	
}




/*========================================================
▼クレジット
========================================================*/
#credit{
	background-color:#f7f7f7;
}

.credit_inner{
	width:100%;
	padding:40px 0;
}

.credit_inner ul li{
	font-size:10px;
	color: #333333;
	line-height: 1.7;
	margin: 5px 0;
	
}
.credit_inner ul li ul{
	display: flex;
}
@media only screen and (max-width: 374px) {
	.credit_inner ul li ul .colun02{
    width: 230px;
}
		
	}
@media only screen and (max-width: 420px) {
	
/*
.credit_inner ul li ul .colun01{
	width:231px;
}
.credit_inner ul li ul .colun02{
	width: 370px
}
.credit_inner ul li ul .colun03{
	width:29px;
}
*/

}
@media only screen and (max-width: 374px) {
	
	.credit_inner table .lt{
	/*	width:45.5%;*/
		font-size:10px;
		color: #333333;
		line-height: 1.7;
		}
	.credit_inner table .mld{
		font-size:10px;
		color: #333333;
		line-height: 1.7;
		}
	.credit_inner table .rg{
			font-size:10px;
			color: #333333;
			line-height: 1.7;
	}
}
	


@media only screen and (min-width: 769px) {
	
	#credit{
		background-color:#f7f7f7;
	}
	.credit_inner{
		padding: 70px 0;
		max-width: 1000px;
		width:100%;
		margin:0 auto;
		text-align: center;
	}
	.credit_inner table{
		margin: 0 auto;
	}
	.credit_inner table  dt{
		padding:20px 0;
	}
	.credit_inner table .lt{
		width:45.5%;
		text-align: right;
		font-size:16px;
		color: #333333;
		line-height: 2.1;
		padding:15px 0;
	}
	.credit_inner table .mld{
		width:3%;
		text-align:center;
		font-size:16px;
		color: #333333;
		line-height: 2.1;
		padding:15px 0;
	}
	.credit_inner table .rg{
		width:52.5%;
		text-align:left;
		font-size:16px;
		color: #333333;
		line-height: 2.1;
		padding:15px 0;
	}
	
	
}


/*========================================================
▼フッター
========================================================*/

footer {
    text-align: center;
}

footer small {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    display: block;
}

@media only screen and (max-width: 768px) {
    footer small {
        font-size: 2.6vw;
        line-height: 1.2;
        padding: 10px 0;
    }
}





/* js animation
ーーーーーーーーーーーーーーーーー */
.js-view {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
 transition: opacity 1.2s cubic-bezier(0.5, 0, 0, 1) 0.2s;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 0, 0, 1) 0.2s;
}
.js-view.sl {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.js-view01 {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
}
.js-view.sl {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}


