@charset "utf-8";
/* CSS Document */

/*google fonts*/

/*Adobe fonts*/
@import url("https://use.typekit.net/hze2vcb.css");
/*Inter Variable
font-family: "inter-variable", sans-serif;
font-variation-settings: "slnt" 0, "wght" 400;
*/

/*================================
目次
================================

■FSの設定打消し
■PC版とSP版での表示切替設定（見出しや改行などPCとSPの表示を分けたい場合に使用）

1.全体
2.共通フォーマット（ボタンデザインなど）
3.メインビジュアル
4.イントロダクション
5.アイテム
7.フッター

*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■FSの設定打消し
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.fs-l-main *{
	min-width: initial;
    min-width: auto;
    min-height: initial;
    min-height: auto;
}

/*メインエリアの横幅制限解除ここから*/
.fs-l-pageMain {
	max-width: 100%;
}

.fs-l-main{
	max-width: 100%;
	padding:0;
	margin:0;
}
/*メインエリアの横幅制限解除ここまで*/

@media screen and (max-width:768px) {
	.fs-l-main{
		padding-top:0!important;
	}
}

.fs-c-breadcrumb{
	padding-top:80px;
}
@media screen and (max-width:768px) {
	.fs-c-breadcrumb{
		padding-top:80px;
	}
}

/* 「現在登録されている商品はありません。」を非表示 */
.fs-c-noResultMessage { display: none }

/*「商品グループ表示」を非表示*/
.fs-c-subgroup { display: none }

/*「商品グループエリア」を非表示*/
.fs-c-productList { display: none }

/* 文字サイズ調整 */
.fs-l-main{
	font-size:1.1em;
}

/*共通フッターのマージン調整*/
.footer-sp{
	margin-top: 0 !important;
}

/*フッターの色変更*/
#footer.second-page .footer-sp,
#footer.second-page .footer__follow{
	background-color: #e69d8e ; 
}
#footer.second-page .footer__info{
	background-color: #fcf5f5 ; 
}

/*パンくずの変更*/
.fs-c-breadcrumb__list{
	background-color: #fff;
	
	margin: 0 calc(50% - 50vw);  /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
	width: 100vw;
	max-width: 100vw;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■PC版とSP版での表示切替設定（見出しや改行などPCとSPの表示を分けたい場合に使用）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*例：brタグにclassを追加
PCのみで改行→pc <br class="pc">
SPのみで改行→sp <br class="sp">
※両方共通の改行の場合は<br>のみでOK

他、PCとSPで表示を分けたい部分にも使用可能
*/

@media screen and (min-width: 768px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 450px){   
  .pc { display:none; }
  .sp { display:block; }
}



/*================================
1.全体
================================*/

body{
/*背景色*/
	background-color: #f5f5f5;
}

/*全体の設定/フォントなど*/
.js-main{
	text-align: left;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0.04em;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 400;
	color:#000;
}
/*@media screen and (max-width:768px) {
	.js-main{
		padding-top:50px;
	}
}*/

/*リンクの設定*/
.js-main a{
	text-decoration:none;
	color:#000;
}
.js-main a:hover,a:hover img{
	opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity = 80);
}


/*widthなどの適応範囲をborder基準に変更*/
.js-main *, .js-main *:before, .js-main *:after{
	-webkit-box-sizing: border-box; /* Webkit */
	-moz-box-sizing: border-box; /* Firefox */
	box-sizing: border-box; /* 標準 */
}

/*SP版画像サイズ制御*/
@media screen and (max-width:768px) {
    /*　画面サイズが768px以下の時はここを読み込む　*/
	.js-main img{
	width:100%;
	height: auto;
	}
}

/*PC800px、SP95%*/
.js-container{
	width:95%;
	max-width:500px;
	margin:auto;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
2.共通フォーマット（ボタンデザインなど）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*ボタン*/
.button a {
    background: #000;
   /* border-radius: 0;*/
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 3px 3em 0;
    color:#fff;
    transition: 0.3s ease-in-out;
    /*font-weight: 500;*/
	border:solid 1px #000;
}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}
.button a:hover:after {
  right: 0.8rem;
}

/*ボタン02　mapリンク用*/
.button02 a {
    background: #fff;
   /* border-radius: 0;*/
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 3px 3em 0;
    color:#000;
    transition: 0.3s ease-in-out;
    /*font-weight: 500;*/
	border:solid 1px #000;
}
.button02 a:hover {
  background: #000;
  color: #fff;
  opacity: 0.2;
}

/*ボタン03 comingsoon用（リンク無し）*/
.button03 {
    background: #fff;
   /* border-radius: 0;*/
    margin: 0 auto;
    max-width: 280px;
    padding: 3px 3em 0;
    color:#bfbfbf;
    transition: 0.3s ease-in-out;
    /*font-weight: 500;*/
	border:solid 1px #bfbfbf;
}


/*共通padding設定*/
.main-padding{
	padding: 100px 0;
}
@media screen and (max-width: 450px){
	.main-padding{
		padding: 3em 0;
	}
}

/*共通margin設定*/
.main-margin{
	margin: 50px auto;
}
@media screen and (max-width: 450px){
	.main-margin{
		margin: 3em auto;
	}
}

/*見出し*/



/*テキスト色*/

/*フォント*/
/*フォント指定*/
.font-01{ /*明朝系*/
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.font-02{ /*ゴシック系*/
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}
.font-03{ /*Inter 500*/
	font-family: "inter-variable", sans-serif;
	font-variation-settings: "slnt" 0, "wght" 500;
}
.font-04{ /*Inter 400*/
	font-family: "inter-variable", sans-serif;
	font-variation-settings: "slnt" 0, "wght" 400;
}
.font-05{ /*Inter 700*/
	font-family: "inter-variable", sans-serif;
	font-variation-settings: "slnt" 0, "wght" 700;
}
.bold{ /*太字*/
	font-weight: bold;
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
3.ヘッダ部分
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*タイトル*/
.main_title{
	letter-spacing: 0.15em;
	margin-top:30px;
}
.main_title h1{
	margin: 0;
}
.main_title .title_t01{
	font-size: 16px;
}
.main_title .title_t02{
	margin-top:0.2em;
	font-size: 30px;
	line-height: 1.2;
}
.main_title img{
	width:100%;
}


/*メニュー*/
.main_menu{
	
}
.menu_container{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素の寄せ*/
	justify-content: flex-start;
	align-items: flex-start;
}
.menu_item{
	font-size: 14px;
	border: 1px solid #000;
	margin-right: 10px;
	margin-bottom: 10px;
}
.menu_item a{
	display: block;
	padding : 0em 2em 0em 2em ;
	transition: 0.3s ease-in-out;	
}
.menu_item a:hover{
	background-color: #000;
	color: #fff;
	opacity: 1;
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
3.メインコンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.main_contents{
	
}

.main_contents_wrapper{
	
}


.main_contents_wrapper h2{
	font-weight: 400;
	font-size: 18px;
	width: 100%;
	border-bottom: 1px solid #000;
	padding-bottom: 7px;
	padding-left: 0.5em;
	margin: 0;
}


.main_contents_item{
	background-color: #fff;
	margin: 25px auto;
	padding: 20px;
	/*font-size: 14px;*/
}
.item_head{
	margin-bottom:1em;
	font-weight: 700;
}
.item_head h3{
	margin: 0 0 0.1em 0;
	font-size: 16px;
}
.item_head .item_date{
	
}

@media screen and (max-width: 769px){
	.main_contents_item{
		/*font-size: 13px;*/
	}
}


.item_linkarea{
	margin: 2em auto;
	
	/*フレックスボックスの設定*/
	/*display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;*/
	/*フレックスボックスの要素の寄せ*/
	/*justify-content: flex-start;
	align-items: flex-start;*/
}
.item_linkarea > div{
	/*margin-right:10px;
	margin-left:0;*/
}
.item_linkarea > div:last-child{
	/*margin-left:0;
	margin-right:auto;*/
}


/*終了*/
.main_end{
	margin: 8em auto;
}
.end_title_wrapper{
	text-align: center;
	margin-bottom:2em;
}
.end_title_text01{
	font-size:1.5em;
	letter-spacing: 0.2em;
}
.end_title_text02{
	margin-top:0.5em;
}

.main_end .main_contents_item,
.main_end .item_title,
.main_end .item_date,
.main_end .item_detail{
	color: #888;
	font-weight: 400;
}
.main_end .item_head{
	margin-bottom: 0;
}
.main_end .main_contents_item{
	margin: 10px auto;
}

h4.item_title{
	margin: 0;
}
.detail_set{
	margin-bottom: 1em;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
7.フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.contents-footer{
	text-align: center;
	margin: 8em auto;
}

.contents-footer img{
	width:100%;
}

.footer_brandlogo{
	width:80%;
	max-width: 250px;
	margin: 3em auto;
}

@media screen and (max-width: 450px){

}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ex.フェードインエフェクト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.fadein-top {
    animation: fadeIn 2s ease 0s 1 both;
    -webkit-animation: fadeIn 2s ease 0s 1 both;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



