@charset "UTF-8";

/* -----------------------------------------------
 *  	         base style setting
 * ----------------------------------------------- */

/* =========== font =========== */
@font-face {
    font-family: 'alamain';
    src: url('/members/common/fonts/alamain.eot');
    src: url('/members/common/fonts/alamain.eot?#iefix') format('embedded-opentype'),
         url('/members/common/fonts/alamain.woff') format('woff'),
         url('/members/common/fonts/alamain.ttf') format('truetype'),
        url('/members/common/fonts/alamain.svg#alamainregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =========== base =========== */
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #000000;
	background-color:#faf8f3;
  word-wrap: break-word;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans Japanese", "メイリオ", "Meiryo", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;

  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
		opacity:0;
}
@media only screen and (max-width: 48em) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*font-family: 'Oswald', sans-serif;*/

article,
aside,
figure,
figcaption,
details,
footer,
header,
hgroup,
nav,
section,
summary,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
}

ul,
input {
  padding: 0;
}

article,
aside,
figure,
figcaption,
details,
footer,
header,
hgroup,
nav,
section,
summary,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
th,
td {
  box-sizing: border-box;
}

address{font-style:normal;}

article,
aside,
figure,
figcaption,
details,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

img {
    width: 100%;
    width: 100%\9;
    border: none;
    vertical-align: middle;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    touch-callout:none;
    user-select:none;
}

svg{width:100%;}

a {
	color:#000;
	text-decoration: underline;
	}
a:hover {
	text-decoration:none;
	}
a:visited {
	color:#000;
	}
/* =========== youtube setting =========== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.19%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* =========== Loading =========== 
div#loading{
	position: fixed;
	width:100%;
	height:100vh;
	background-color:#000;
	z-index:10000;
	}
div#loading img{
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:25px;
	height:25px;
	}
/* =========== Loading =========== */


/* =========== backToTop =========== */
div#backToTop{
	position:fixed;
	bottom:3%;
	right:3%;
	width:40px;
	height:40px;
	border:solid 1px #000000;
	background:url(/members/common/img/backtotop_off.png) no-repeat center center;
	background-size:cover;
	cursor:pointer;
	z-index:99999;
	}
div#backToTop:hover{
	opacity:0.8;
	transition:0.6s;
	background:url(/members/common/img/backtotop_on.png) no-repeat center center;
	background-size:cover;
	}




/* =========== pageBase =========== */
div.base_area {
  position: relative;
  margin:0;
  padding:0;
  min-width: 320px;
  width: 100%;
}
/* =========== pageBase =========== */


/* =========== mainArea =========== */
div.main_area {
	position:relative;
  margin:0;
  padding:0;
}
/* =========== mainArea =========== */





/* =========== headerArea =========== */
header.header_area{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 120px;
	margin:0;
	padding:0;
	background-color:#faf8f3;
	z-index:101;
	}

/*=====header_logo=====*/
div.header_logo_box{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 60px;
	width: 60px;
	z-index: 101;
	background-color:#9f8f3;
}
div.header_logo_box > a{
	display: block;
	margin: 0;
	padding: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	text-align: center;
}
svg.svg_header_logo{
	display: inline;
	height: 60px;
	width: 60px;
	fill:#000;
}
/* headerArea_768px */
@media only screen and (max-width: 48em) {
header.header_area{
	height: 60px;
	border-bottom: solid 1px #000;
	}
/*=====header_logo=====*/
div.header_logo_box{
	height: 40px;
	width: 40px;

}
div.header_logo_box > a{
	width: 40px;
	height: 40px;
}
svg.svg_header_logo{
	height: 40px;
	width: 40px;
}
}


/*=====■navigation_area=====*/
section.navigation_area{
	position: fixed;
	top: 120px;
	left:0;
	padding: 0 0 0 0;
	width: 100%;
	z-index: 100;
	height: 0;
	background-color: #faf8f3;
}
section.navigation_area nav.global_navigation{
	display: none;
	margin: 0 auto;
	padding: 0;
	z-index: 100;
}

/*メインナビリスト*/
ul.global_navigation_list{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	height: auto;
	font-family:  "Noto Sans Japanese";
}
ul.global_navigation_list:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

ul.global_navigation_list li.global_navigation_list_item{
	float: left;
	width: 20%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
}
ul.global_navigation_list li.global_navigation_list_item > a{
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 2.8rem;
	font-size: 28px;
    letter-spacing: 2.0px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}

ul.global_navigation_list li.global_navigation_list_item > a > span{
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: 1.4px;
}
/*メインナビ詳細リスト*/
ul.gn_detail_list{
	list-style: none;
	padding: 30px 0 0 0;
}
ul.gn_detail_list li.gn_detail_list_item{
	margin: 0 0 10px 0;
	font-size: 16px;
	font-size: 1.6rem;
}
ul.gn_detail_list li.gn_detail_list_item:first-child{
    margin-top: 10px;
}
ul.gn_detail_list li.gn_detail_list_item > a{
	text-decoration: none;
}

/*サブナビゲーション*/
ul.global_navigation_sub_list{
	list-style: none;
	border-top: solid 1px #000;
}
ul.global_navigation_sub_list li.gn_sub_list_item{
	display: inline-block;
	margin: 0 15px 0 0;
}
ul.global_navigation_sub_list li.gn_sub_list_item > a{
	text-decoration: none;
}
/* navigation_area_768px */
@media only screen and (max-width: 48em) {
section.navigation_area{
	top: 0;
	overflow: scroll;
}

/*メインナビリスト*/
ul.global_navigation_list{
	margin: 0 0 20px 0;
	padding: 60px 0 0 0;
}

ul.global_navigation_list li.global_navigation_list_item{
	float: none;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	border-bottom: solid 1px #000;
}
ul.global_navigation_list li.global_navigation_list_item > a{
	position: relative;
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 2.8rem;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}
/* +icon */
ul.global_navigation_list li.global_navigation_list_item > a::after{
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	background-image: url(/members/common/svg/svg_icon_plus.svg);
	background-position: center center;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	transform: rotate(0deg);
	transition: all 0.2s;
}
ul.global_navigation_list li.global_navigation_list_item > a.is_open::after{
	transform: rotate(45deg);
}

ul.global_navigation_list li.global_navigation_list_item > a > span{
	display: inline-block;
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: 1.4px;
}
/*メインナビ詳細リスト*/
ul.gn_detail_list{
	display: none;
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
}
ul.gn_detail_list li.gn_detail_list_item{
	margin: 0 0 15px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
ul.gn_detail_list li.gn_detail_list_item > a{
	text-decoration: none;
}

/*サブナビゲーション*/
ul.global_navigation_sub_list{
	list-style: none;
	border-top: solid 1px #000;
}
ul.global_navigation_sub_list li.gn_sub_list_item{
	display: inline-block;
	margin: 0 15px 0 0;
}
ul.global_navigation_sub_list li.gn_sub_list_item > a{
	text-decoration: none;
}

}


/*=====header_trigger=====*/
div.navigation_trigger{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	height: 30px;
	width: 40px;
	cursor: pointer;
	z-index: 101;
}
div.navigation_trigger span.navigation_trigger_parts{
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background-color: #000;
	transition: all 0.3s;
}

div.navigation_trigger span.navigation_trigger_parts.trigger_parts1{
	top: 0;
}
div.navigation_trigger span.navigation_trigger_parts.trigger_parts2{
	top: 0;
	bottom: 0;
	margin: auto;
}
div.navigation_trigger span.navigation_trigger_parts.trigger_parts3{
	bottom: 0;
}

/*=====header_trigger__is_open=====*/
div.navigation_trigger.is_open{

}
div.navigation_trigger.is_open span.navigation_trigger_parts{
	margin: auto;
}
div.navigation_trigger.is_open span.navigation_trigger_parts.trigger_parts1{
	top: 0;
	bottom: 0;
	transform: rotate(45deg);
}
div.navigation_trigger.is_open span.navigation_trigger_parts.trigger_parts2{
	opacity: 0;
}
div.navigation_trigger.is_open span.navigation_trigger_parts.trigger_parts3{
	top: 0;
	bottom: 0;
	transform: rotate(-45deg);
}
/* header_trigger_768px */
@media only screen and (max-width: 48em) {
div.navigation_trigger{
	right: 20px;
	height: 20px;
	width: 30px;
}
div.navigation_trigger span.navigation_trigger_parts{
	width: 30px;
	height: 2px;
}
}


/* =========== headerArea =========== */








/* =========== contentArea =========== */

div.mainvisual{
    width: 100%;
}
/* 480px */
@media only screen and (max-width: 30em) {
div.mainvisual{
    overflow: hidden;
    width: 100%;
    height: 60vh;
    position: relative;
}
div.mainvisual > img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
}

div.content_area {
  position: relative;
	width:100%;
	margin:0;
	padding:120px 0 8% 0;
}
div.content_area_inner {
  position: relative;
	width:100%;
	margin:0 auto;
	padding:0;
}

/* 960px */
@media only screen and (max-width: 60em) {
div.content_area {
	}
}
/* headerArea_768px */
@media only screen and (max-width: 48em) {
div.content_area {
	padding:0 0 8% 0;
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
div.content_area {
	}
}
/* =========== contentArea =========== */


/* ===========breadcrumb_list */
section.breadcrumb_list{
	padding:3% 0 0 0;
	}
section.breadcrumb_list > ul{
	margin:0 auto;
	list-style:none;
	}
section.breadcrumb_list > ul li{
	display:inline-block;
	}



/* =========== asideArea =========== */


/*instagram*/
article.aside_instagram_arti{
}

h2.aside_instagram_title{
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Oswald', sans-serif;
}

p.aside_instagram_txt{
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Oswald', sans-serif;
}
svg.svg_aside_intragram_icon{
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align:middle;
}



/* instafeed */
ul.aside_instafeed{
	width:100%;
	margin:0 auto;
	list-style:none;
	}
ul.aside_instafeed:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
ul.aside_instafeed li{
	float:left;
	width:11.111111111%;
	margin:0;
	padding:0;
	outline:solid 3px #FFFFFF;
	}
ul.aside_instafeed li img{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	line-height:0;
	}

/* 768px */
@media only screen and (max-width: 48em) {
ul.aside_instafeed{
	width:94%;
	margin:0 auto;
	}
ul.aside_instafeed li{
	width:33.333333%;
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
article.aside_instagram_arti{
	margin: 0 0 10px 0;
}
}


/* =========== asideArea =========== */










/* =========== footerArea =========== */
footer.footer_area {
	position:relative;
	width:100%;
    margin:0;
    padding:30px 0 0 0;
	background-color: #000;
}

/*footerLogo*/
div.footer_logo_box{
	margin: 0 auto 20px;
	padding: 0;
	height: 60px;
	width: 60px;
}
div.footer_logo_box a{
	display: block;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 60px;
}
svg.svg_footer_logo{
	margin: 0;
	padding: 0;
	height: 60px;
	width: 60px;
	fill:#fff;
}

/* footerNavi */
nav.footer_nav{
	margin: 0 0 30px 0;
	}
ul.footer_nav_list{
	text-align:center;
	}
ul.footer_nav_list li{
	display:inline-block;
	margin-right:10px;
	padding-right: 10px;
	line-height: 1.2;
	color: #fff;
	border-right: solid 1px #fff;
	}
ul.footer_nav_list li:last-child{
	margin-right:0px;
	padding-right: 0px;
	border-right: none;
	}
ul.footer_nav_list li a{
	font-size:1.2em;
	font-size:12px;
	text-decoration:none;
	color: #fff;
	}
ul.footer_nav_list li a:hover{
	}

/* footer_copy */
small.footer_copy{
	display: block;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	font-size:1.0em;
	font-size:10px;
	}


/* 960px */
@media only screen and (max-width: 60em) {
div.footer_area_inner {
	width:98%;
	margin:0 auto;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
div.content_area {
}
}
/* =========== footerArea =========== */




/* =========== asideArea =========== */
/* brandLogo 中身のリストはcompornent */
aside.aside_area{

	}

/* =========== asideArea =========== */





/* ============================■■共通CLASS■■============================ */
/* =========== clearfix =========== */
.clearfix:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

/* =========== flexSetting =========== */
/*flex-direction*/
.row-reverse{flex-direction: row-reverse !important;}
.column{flex-direction: column !important;}
.column-reverse{flex-direction: column-reverse !important;}

/* =========== fullwidth_type =========== */
/* 背景白_上下ボーダー */
.fullwidth_typeA{
	width:100%;
	background-color:#faf8f3 ;
	border-top:#d8d6d5 1px solid;
	border-bottom:#d8d6d5 1px solid;
	}
/* 背景ベージュ_上下ボーダー */
.fullwidth_typeB{
	width:100%;
	background-color:#faf8f3;
	border-top:#d8d6d5 1px solid;
	border-bottom:#d8d6d5 1px solid;
	}
/* 背景ベージュ_ボーダー無し */
.fullwidth_typeC{
	width:100%;
	background-color:#faf8f3;
	}

/* =========== inner_type =========== */
.inner_typeA{
	position:relative;
	margin:0 auto;
	padding:20px 0;	
	}
/* 960px */
@media only screen and (max-width: 60em) {
.inner_typeA{ width:98%;}
}

/* typeB backWhite */
.inner_typeB{
	position:relative;
	margin:0 auto;
	padding:20px 0;
	background-color:#FFF;	
	}
/* 960px */
@media only screen and (max-width: 60em) {
.inner_typeB{ width:98%;}
}


/* =========== br =========== */
br.appear768, br.appear480{
    display: none;
}
/* 768px */
@media only screen and (max-width: 48em) {
br.erase768{
	display:none;
	}
br.appear768{
	display:block !important;
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
br.erase480{
	display:none;
	}
br.appear480{
	display:block !important;
	}
}

/* =========== txt_color =========== */
.txt_white{ color:white !important;}

/* =========== txt_weight =========== */
.txt_nomal{ font-weight: normal !important;}
.txt_bold{ font-weight: bold !important;}

/* =========== bg_color =========== */
.bg_white{ background-color:white !important;}
.bg_black{ background-color:black !important;}

/* =========== limit =========== */
.limited{width:94%;}

.limit{max-width:1050px; margin: 0 auto;}/*可変width 基本的にこれを使う*/

.limit1600{max-width:1600px !important;}
.limit1400{max-width:1400px !important;}
.limit1200{max-width:1200px !important;}
.limit1050{max-width:1050px !important;}
.limit1024{max-width:1024px !important;}
.limit960{max-width:960px !important;}
.limit768{max-width:768px !important;}
.limit480{max-width:480px !important;}

/* ========== marginBottom ========== */
.mb0{ margin-bottom:0 !important; }
.mb05{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb15{ margin-bottom:15px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }
.mb60{ margin-bottom:60px !important; }
.mb70{ margin-bottom:70px !important; }
.mb80{ margin-bottom:80px !important; }
.mb90{ margin-bottom:90px !important; }
.mb100{ margin-bottom:100px !important; }

/* ========== marginBottomParcent ========== */
.mb0p{ margin-bottom:0 !important; }
.mb01p{ margin-bottom:1% !important; }
.mb02p{ margin-bottom:2% !important; }
.mb03p{ margin-bottom:3% !important; }
.mb05p{ margin-bottom:5% !important; }
.mb10p{ margin-bottom:10% !important; }
.mb15p{ margin-bottom:15% !important; }
.mb20p{ margin-bottom:20% !important; }
.mb30p{ margin-bottom:30% !important; }
.mb40p{ margin-bottom:40% !important; }
.mb50p{ margin-bottom:50% !important; }
.mb60p{ margin-bottom:60% !important; }
.mb70p{ margin-bottom:70% !important; }
.mb80p{ margin-bottom:80% !important; }
.mb90p{ margin-bottom:90% !important; }
.mb100p{ margin-bottom:100% !important; }

/* ========== padding ========== */
.pd0{ padding:0 !important; }
.pd05{ padding:5px !important; }
.pd10{ padding:10px !important; }
.pd15{ padding:15px !important; }
.pd20{ padding:20px !important; }
.pd30{ padding:30px !important; }
.pd40{ padding:40px !important; }
.pd50{ padding:50px !important; }
.pd60{ padding:60px !important; }
.pd70{ padding:70px !important; }
.pd80{ padding:80px !important; }
.pd90{ padding:90px !important; }
.pd100{ padding:100px !important; }

/* ========== border ========== */
.bd_typeA{border: solid 1px #acacac;}
.bd_typeB{border: solid 2px #000000;}
.bd_typeC{border-right: solid 1px #000000;}
@media only screen and (max-width: 30em) {
.bd_typeC{ border-right: none; }
}
.bd_typeD{border-bottom: solid 1px #acacac;}
.bd_typeE{border: solid 1px #000000;}

/* ========== marginBottomTypeSetting ========== */
.mb_typeA{ margin-bottom:10% !important; }
@media only screen and (max-width: 48em) {
.mb_typeA{ margin-bottom:10% !important; }
}
@media only screen and (max-width: 30em) {
.mb_typeA{ margin-bottom:5% !important; }
}

/* ========== txt-align ========== */
.txt_left{text-align:left !important;}
.txt_center{text-align:center !important;}
.txt_right{text-align:right !important;}
.txt_just{text-align:justify !important;}

/* ========== txt-align ========== */
.bg_pos_left{background-position: left center !important;}
.bg_pos_center{background-position: center center !important;}
.bg_pos_right{background-position: right center !important;}

/* ========== overflow ========== */
.hidden{overflow: hidden !important;}

/* ========== display ========== */
.display_none_sp{display: block;}
/* 768px */
@media only screen and (max-width: 48em) {
    .display_none_sp{display:none !important;}
}
/* 1024-600px */
@media (max-width: 64em) and (min-width: 30em){
    .display_none_tab{
        display: none !important;
    }
}
.display_none_pc{display:none !important;}
/* 768px */
@media only screen and (max-width: 48em) {
    .display_none_pc{display:block !important;}
}

/* ========== position ========== */
.relative{position: relative !important;}

/* =====================underLine===================== */
.underline_01{ border-bottom:solid 1px #d8d6d5;}



/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1024px */
@media only screen and (max-width: 64em) {
}
/* 960px */
@media only screen and (max-width: 60em) {
}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 720px */
@media only screen and (max-width: 45em) {
}
/* 600px */
@media only screen and (max-width: 37.5em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}
/* 320px */
@media only screen and (max-width: 20em) {
}