
/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

* {
	margin: 0;
	padding: 0px;
    font-family: 'Lato', sans-serif;
}
body {
	background: #fff;
	margin: 0;
	/*color: #5a5a5a;*/
}
/*-------------------------------------------------------------------------*/


.site-header{
    /*background: #fff;*/
    display: flex;
    padding: 20px 20px;
    position: fixed;
    justify-content: space-between;
    width: 100%;
	z-index: 100;
	
}
nav.gnav{
	width: 100%;
	
}

.gnav__menu{
    /*display: flex;*/
	list-style: none;
	
}
.gnav__menu__item{
    /*margin-left: 20px;*/
}
.gnav__menu__item a{
    color: #333;
    text-decoration: none;
}
.gnav__menu__item h2.brand_name{
	text-align: center;
	

}


h1{
	font-weight: lighter; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	color:#353131;
}

h2{
	font-size:300%;
}

/*h2.brand_season{
	position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
	
	
}*/
.brand_season h2{
	margin-bottom:20px;
}


h2.brand_season_ti{
	
	color:#A7A192;
	font-size: 150%;
}

p {
	padding: 0;
	margin-bottom: 12px;
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	margin: 30px 0 10px;
	letter-spacing: 0.05em;
}
p.between_row {
  margin: 30px 0;
}

p.brand_season_ti{
	
	color:#B1A9A7;

}

p.photo_credit{
	
	font-size: 100%;
}

div.other_brand_season p{
	margin:20px 0px;
}

div.other_brand_season {
	margin-top:50px;
	margin-bottom:70px;
}

html,
body {
	height: 100%;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color:#666;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
	
 opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

.nopadding {
	padding: 0px !important;
	margin: 0px;
}


/*--------------------------------------マウスオン下線--------------*/	

.other_brand_season a{
	
  position: relative;
  display: inline-block;
  transition: .3s;

}

.other_brand_season a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color:#000000;
  opacity: 0;
  transition: .3s;
}
.other_brand_season a:hover::after {
  bottom: 0;
  opacity: 1;
}


/*---------------------------------------左固定メニュー-------*/
.container {
  /*width: 1200px;*/
  display: -webkit-flex;
  display: flex;
}
.main {
  display: block;
	border-bottom: 2px solid #000000;
  /*width: 660px;*/
  /*margin-right: 20px;*/
}
.sidebar {
  width: 40%;
}
.sidebar__item {
  margin-bottom: 20px;
}

.container .sidebar__item p a{
	/*font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif!important;*/
	font-size:small;

}

.sidebar__item--fixed {
  position: sticky;
  margin-bottom: 0;
  top: 10px;
  z-index: 1;
  
}

/*--▼左固定メニュー　左揃え--------------------
ul.season{
  list-style: none;
  padding-left: 0;
  display: table;
  width:200px;
  background-color: antiquewhite;
}

.ul.season li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
 
.ul.season li {
  display: table-row;
}
.ul.season li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}
 
li {
  margin-bottom: 0.5em;
}-----*/

/* HEADER SECTION */
#h {
	/*background: url(../img/header.jpg) no-repeat center top;*/
	padding-top: 80px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 670px;
	width: 100%;
	color: white;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#h h1 bold {
	font-weight: 900;
	font-size: 40px;
	letter-spacing: 1px;
}

#h h1 {
	font-size: 40px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}



/* Grey Section */
#g {
	padding-bottom: 80px;
	padding-top: 80px;
	background: #f8f8f8;
}

i {
	font-size: 60px;
}

/* FOOTER */

#f {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #2f2f2f;
	color: white;
	text-align: center;
}

#f h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 24px;
}



/* Copyrights */

#copyrights {
  background:#ffffff;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color:#2f2f2f;;
  font-size: 15px;
}

#copyrights a {
  color: #52B3D9;
}

ul.brand_sns_icon{
	list-style: none;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-top:20px;
}

ul.brand_sns_icon a img{
	width:60%;
	
}


span.smalltxt{
font-size:80%;	
	
}





/*▼----------------------------------------------------------付け足し（マウスオンで出現アニメーション）*/


.staffcredit{
	text-align: left;}

/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    /*padding: 15px;
    font-weight: bold;*/
    /*border: solid 2px black;*/
    /*cursor :pointer;*/
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
	cursor:crosshair;
	
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}


/* 幅いっぱいにする設定 */
.container {
  width: auto;
}

/* 幅いっぱいにする設定(IE8対応用) */
@media (min-width: 768px) {
    width: auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: auto;
  }
}

/*----------------------------------------------------------------------------------付け足し*/