@charset "UTF-8";

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;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/*************   共通設定   *************/
img{
	border: none;
	vertical-align: bottom;
}
.clear{
	clear: both;
	display: block;
}
.right{
	float: right;
}
.right_img{
	float: right;
	margin: 0 0 0 15px;
}
.right_sp{
	float: right;
}
.right_img_sp{
	float: right;
	margin: 0 0 0 15px;
}
.left{
	float: left;
}
.left_img{
	float: left;
	margin: 0 15px 0 0;
}
.left_sp{
	float: left;
}
.left_img_sp{
	float: left;
	margin: 0 15px 0 0;
}
.center{
	text-align: center;
}
.normal{
	font-weight: normal;
}
.bold{
	font-weight: bold;
}
.bolder{
	font-weight:bolder;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb35{
	margin-bottom: 35px;
}
.mb40{
	margin-bottom: 40px;
}
.mb45{
	margin-bottom: 45px;
}
.mb50{
	margin-bottom: 50px;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.seasonal02_image{
	width: 100%;
	height: auto;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}
.mt35{
	margin-top: 35px;
}
.mt40{
	margin-top: 40px;
}
.mt45{
	margin-top: 45px;
}
.mt50{
	margin-top: 50px;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}
.ml25{
	margin-left: 25px;
}
.ml30{
	margin-left: 30px;
}
.ml35{
	margin-left: 35px;
}
.ml40{
	margin-left: 40px;
}
.ml45{
	margin-left: 45px;
}
.ml50{
	margin-left: 50px;
}
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.mr25{
	margin-right: 25px;
}
.mr30{
	margin-right: 30px;
}
.mr35{
	margin-right: 35px;
}
.mr40{
	margin-right: 40px;
}
.mr45{
	margin-right: 45px;
}
.mr50{
	margin-right: 50px;
}
.font8{
	font-size: 8px;
}
.font10{
	font-size: 10px;
}
.font12{
	font-size: 12px;
}
.font14{
	font-size: 14px;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
.font20{
	font-size: 20px;
}
.font22{
	font-size: 22px;
}
.font24{
	font-size: 24px;
}
.font26{
	font-size: 26px;
}
.font28{
	font-size: 28px;
}
.font30{
	font-size: 30px;
}
.font35{
	font-size: 35px;
}
.font40{
	font-size: 40px;
}
.font50{
	font-size: 50px;
}
.caution{
	color: #F00;
}
.black01{
	color: #000;
}
.orange01{
	color: #F90;
}
.orange02{
	color: #F60;
}
.gray01{
	color: #CCC;
}
.gray02{
	color: #999;
}
.gray03{
	color: #666;
}
.gray04{
	color: #333;
}
.gray05{
	color: #595757;
}
.red01{
	color: #FF0004;
}

/****************************ボタン設定****************************/
.btn01 {
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.btn01:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
.btn01:active {
	top: 3px;
	box-shadow: none;
}

/*************   リンク設定   *************/
a:link,a:visited{
	color: #000;
	text-decoration:underline;
}
a:hover,a:active{
	color: #000;
	text-decoration:none;
}
a.style01:link,a.style01:visited{
	color: #000;
	text-decoration:none;
}
a.style01:hover,a.style01:active{
	color: #000;
	text-decoration:underline;
}

a.hover:hover img {
        filter: alpha(opacity=80);
        -moz-opacity:0.80;
        opacity:0.80;
    }

.show_sp{
	display: none !important;
}
.show_sp02{
	display: none !important;
}


/****************************段落設定****************************/
h1{
	margin: 0;
	padding: 0;
}

h2{
	margin: 0;
	padding: 0;
}

h3{
	margin: 0;
	padding: 0;
}

/**************************** body ****************************/
body{
	font-size: 1.0em;
	line-height: 1.5;
	color: #000000;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #FFF;
	min-width: 1024px;
}

.font01{
	font-family: 'A1明朝', A1 Mincho;	
}

@font-face {
	font-family: 'Avenir';
	src: url(../font/AvenirLTStd-Medium.otf) format('opentype');
}

/**************************** container ****************************/
#wrapper{
	padding: 20px 20px 0 150px;
}
.top_line{
	height: 20px;
	width: 100%;
	background-color: #FFF;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999999;
}
/* ポップアップ　
.top_popup{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999999;
	left: 0;
	top: 0;
	display: none;
}
.top_popup_in{
	position: absolute;
	display: block;
	width: 649px;
	height: 457px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 80%;
	vertical-align: middle;
}
.top_popup01{
	position: relative;
}
.top_popup_in a img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
*/
.top_popup{position :relative;display: none;}
.floatpop_pc {
	position: absolute;
	z-index: 999999;
	right: 20px;
    bottom:20px;
	}
.floatpop_pc span.btn_close{
	width: 25px;
	height: 26px;
	display: block;
	padding: 0 0 0 0;
	font-size: 30px;
	cursor: pointer;
	right:-12px;
	bottom:-8px;
	position: absolute;
	text-align:center;
	line-height: 100%;
}


#seasonal_link {
   margin-top:-30px;
   padding-top:30px;
}


.mainvisual{
	width: 100%;
	position: relative;
	z-index: -1;
}
.mainvisual .slide01{
	background: URL(../img/top/slide01.jpg) center center no-repeat fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
	position:absolute;
}
.mainvisual .slide02{
	background: URL(../img/top/slide02.jpg) center center no-repeat fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
	position:absolute;
}
.mainvisual .slide03{
	background: URL(../img/top/slide03.jpg) center center no-repeat fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
	position:absolute;
}
.mainvisual .slide04{
	background: URL(../img/top/slide04.jpg) center center no-repeat fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
	position:absolute;
}
.mainvisual .slide05{
	background: URL(../img/top/slide05.jpg) center center no-repeat fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
	position:absolute;
}
.mainvisual .slide06{
	background: URL(../img/top/slide06.jpg) center center no-repeat fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
	position:absolute;
}
.mainvisual .slide07{
	background: URL(../img/top/slide07.jpg) center center no-repeat fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
	position:absolute;
}
.mainvisual .slide08{
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	color: #FFF;
	font-size: 24px;
	letter-spacing: 0.3em;
	z-index: 99999;
	position: fixed;
	top: 54%;
	left: 53.5%;
	transform: translateY(-53.5%) translateX(-50%);
	-webkit-transform: translateY(-53.5%) translateX(-50%);
	display: none;
}

.mainvisual_sp{
	width: 100%;
	position: relative;
	z-index: -1;
	display: none;
	background-color: #AFA184;
}
.mainvisual_sp .slide01::before{
	background:url("../img/top/slide01_sp.jpg") no-repeat left top;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 70px;
	width:100%;
	height: 100%;
	content: "";
	z-index: -1;
	box-sizing: content-box;
} 
.mainvisual_sp .slide02::before{
	background:url("../img/top/slide02_sp.jpg") no-repeat left top;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 70px;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	box-sizing: content-box;
}
.mainvisual_sp .slide03::before{
	background:url("../img/top/slide03_sp.jpg") no-repeat left top;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 70px;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	box-sizing: content-box;
}
.mainvisual_sp .slide04::before{
	background:url("../img/top/slide04_sp.jpg") no-repeat left top;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 70px;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	box-sizing: content-box;
}
.mainvisual_sp .slide05::before{
	background:url("../img/top/slide05_sp.jpg") no-repeat left top;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 70px;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	box-sizing: content-box;
}
.mainvisual_sp .slide06::before{
	background:url("../img/top/slide06_sp.jpg") no-repeat left top;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 70px;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	box-sizing: content-box;
}
.mainvisual_sp .slide07::before{
	background:url("../img/top/slide07_sp.jpg") no-repeat left top;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 70px;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	box-sizing: content-box;
}
.mainvisual_sp .slide08::before{
	background:url("../img/top/slide08_sp.png") no-repeat left top;
	background-size: 100% auto;
	position: fixed;
	top: 0;
	left: 70px;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	box-sizing: content-box;
}
.mainvisual_sp .slide08{
	display: none;
}

#container{
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

.topbox00{
	padding: 45px 0 0;
	width: 810px;
	margin: 0 auto;
}

.topbox01{
	padding: 0 0 0 0;
	position: relative;
	z-index: 1;
}

.topbox01_01 {
	margin: 0 0 0 90px;
	transition: 0.5s;
}
.topbox01_01 h2{
	position: absolute;
	top: 0;
	left: 0;
}
.topbox01_01 h2 img{
	width: 30px;
	height: auto;
}
.topbox01_01 h3.lineup01{
	position: absolute;
	top: 180px;
	left: 0;
}
.topbox01_01 h3.lineup01 img{
	width: 30px;
	height: auto;
}

.topbox01_01 h3.lineup02{
	position: absolute;
	top: 0;
	left: 0;
}
.topbox01_01 h3.lineup02 img{
	width: 30px;
	height: auto;
}

.top_linkbox01{
	padding: 0 0 75px 0;
	text-align: right;
}
.top_linkbox01_mb01{
	padding: 0 0 120px 0;
}
.top_linkbox01_mb02{
	padding: 0 0 110px 0;
}
.top_linkbox01_mb03{
	padding: 0 0 100px 0;
}
.top_linkbox01 a{
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.3em;
	display: inline-block;
	padding: 0 58px 0 0;
	background: URL(../img/top/arrow01.png) right 2px no-repeat;
	background-size: auto 5px;
	line-height: 100%;
}
.top_linkbox01 a:hover{
	opacity: 0.8;
}

.top_news01{
	padding: 70px 0 65px 0;
}
.top_news01 ul{
	list-style: none;
}
.top_news01 ul li{
	width: 200px;
	margin: 0 50px 0 0;
	float: left;
	transition: 0.5s;
}
.top_news01 ul li:last-child{
	margin: 0 0 0 0;
}
.top_news01 ul li span{
	display: block;
	border-bottom: 1px solid #818181;
	width: 30px;
	margin-bottom: 20px;
}
.top_news01 ul li a{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.top_news01 ul li a:hover{
	color: #666;
}
.top_news01 ul li p{
	font-size: 9px;
	color: #636363;
	padding: 10px 0 0 0;
}

.top_lineup01{
	padding: 52px 0 30px 0;
}
.top_lineup01 .top_lineup01_01{
	float: right;
	/*width: 135px;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	letter-spacing: 0.07em;*/
}
.top_lineup01 .top_lineup01_01 .text01{
	/*font-size: 26px;
	line-height: 140%;*/
}
/*.top_lineup01 .top_lineup01_01 .text02{
	font-size: 34px;
	text-indent: -20px;
}*/
.top_lineup01 .top_lineup01_01 .text02 span{
	text-indent: 10px;
	display: block;
	line-height: 120%;
}

.top_lineup01 .top_lineup01_02{
	float: left;
	width: 585px;
	background: URL(../img/top/seasonal/img02_01.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	/*transition: 0.1s;*/
}
.top_lineup01 .top_lineup01_02 .textbox01{
	padding: 400px 0 0 15px;
	width: 275px;
	float: left;
}
.top_lineup01 .top_lineup01_02 .textbox01 h4{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.top_lineup01 .top_lineup01_02 .textbox01 .text01{
	font-size: 12px;
}
.top_lineup01 .top_lineup01_02 .imgbox01{
	padding: 355px 15px 0 0;
	width: 276px;
	float: right;
}
.top_lineup01 .top_lineup01_02 .imgbox01 img{
	width: 100%;
}

.top_lineup02{
	padding: 0 0 50px 0;
}
.top_lineup02 ul{
	list-style: none;
}
.top_lineup02 ul li{
	width: 200px;
	margin: 0 50px 0 0;
	float: left;
	transition: 0.5s;
}
.top_lineup02 ul li:last-child{
	margin: 0 0 0 0;
}
.top_lineup02 ul li img{
	width: 100%;
	margin-bottom: 20px;
}
.top_lineup02 ul li a{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.top_lineup02 ul li a:hover{
	opacity: 0.8;
}
.top_lineup02 ul li a:hover img{
	opacity: 0.8;
}
.top_lineup02 ul li p{
	padding: 5px 0 0 0;
	font-size: 13px;
}
.top_lineup02 ul li p span{
	font-size: 9px;
	margin-right: 10px;
}
.top_lineup02 ul li a:hover{
	color: #666;
}

.top_lineup03{
	text-align: center;
	margin-bottom: 150px;
}
.top_lineup03 .midashi01{
	font-size: 16px;
	padding: 0 0 7px;
	margin-bottom: 13px;
	border-bottom: 1px solid #000;
}
.top_lineup03 .text01{
	font-size: 15px;
	font-weight: bold;
}

.top_days{
	padding: 45px 0 30px 0;
}
.top_days ul{
	list-style: none;
}
.top_days ul li{
	width: 25%;
	margin-bottom: 10px;
	float: left;
	transition: 0.5s;
}
.top_days ul li img{
	width: 100%;
}

.top_index{
	padding: 85px 0 140px;
}
.top_index ul{
	list-style: none;
}
.top_index ul li{
	width: 18%;
	margin: 0 2.5% 0 0;
	float: left;
	transition: 0.5s;
}
.top_index ul li:last-child{
	margin: 0 0 0 0;
}
.top_index ul li a{
	text-decoration: none;
	font-size: 20px;
	line-height: 110%;
	display: block;
}
.top_index ul li a:hover{
	opacity: 0.8;
}
.top_index ul li a .f1{
	font-size: 16px;
}
.top_index ul li a .f2{
	font-size: 10px;
	display: inline-block;
	padding: 0 32px 0 0;
	background: URL(../img/top/arrow02.png) right 7px no-repeat;
	background-size: auto 5px;
	margin-bottom: 5px;
}
.top_index ul li img{
	width: 100%;
}

/**************************** header ****************************/
header{
	margin: 0;
	padding: 0;
}

#headerbox{
	margin: 0;
	padding: 45px 0 0 0;
	width: 150px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background-color: #FFF;
	transition: 0.2s;
	letter-spacing: 0.2em;
}
#headerbox .top_logo{
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	margin: 0 auto;
	text-align: center;
	width: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 114px;
	font-weight: bold;
	padding: 0 5px 0 0;
}
#headerbox .logobox{
	text-align: center;
	padding: 0 0 0 0;
	width: 150px;
	position: absolute;
	bottom: 30px;
}
#headerbox .logobox img{
	width: 84px;
	height: auto;
	transition: 0.5s;
}

/**************************** footer ****************************/

footer .footer_wrapper{
	clear: both;
	width:100%;
	margin:0 auto;
	background-color:#40210F;
	color:#fff;
	overflow: hidden;
	position: relative;
	z-index:9999;
}

/* フッターロゴ */
footer .footer_wrapper .logo{
	width:80%;
	margin:20px auto 0 auto;
}

footer .footer_wrapper .logo a{
	display:block;
	width:100%;
	height:0;
	padding-top:12.07%;
	overflow:hidden;
	line-height:1.5;

	background:url(../img/common/logo_sp.png) no-repeat;
	background-size:100% auto;
}

/* フッターナビ */
footer .footer_wrapper .footer_nav{ display:none;}

/* コピーライト */
footer .footer_wrapper .copyright{
	width:95%;
	margin:20px auto;
	font-size:0.7rem;
	text-align:right;
	transition: 0.5s;
}

/* インスタ　*/
.top_instabox{
	width:98%;
	padding:20px 0 20px 20px;
	margin: 0 auto;
}
.insta_image_box{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.insta_image_box li{
	width: 25%;
	height: auto;
}
.insta_image_box li img{
	width: 100%;
	height: auto;
}

@media screen and (min-width: 600px) {

footer .footer_wrapper{margin:0 auto;}
footer .footer_box{
	width:95%;
	max-width:960px;
	margin:auto;
}

/* フッターロゴ */
footer .footer_wrapper .logo{
	width:40%;
	max-width:360px;
	margin:25px 0 0 0;
	float:left;
}

footer .footer_wrapper .logo a{
	padding-top:11.94%;

	background:url(../img/common/logo_pc.png) no-repeat;
	background-size:100% auto;
}

/* フッターナビ */
footer .footer_wrapper .footer_nav{
	display: block;
	width:40%;
	float:right;
	font-size:12px;
	margin-top:25px;
}

footer .footer_wrapper .footer_nav li{ float:left; text-align:right; margin-top:8px; list-style: none;}
footer .footer_wrapper .footer_nav li:nth-child(odd){ width:60%;}
footer .footer_wrapper .footer_nav li:nth-child(even){ width:40%;}



footer .footer_wrapper .footer_nav a{
	color:#fff;
	text-decoration:none;
}
footer .footer_wrapper .footer_nav a:hover{ color: #AB7A59;}

/* コピーライト */
footer .footer_wrapper .copyright{
	width:95%;
	max-width:960px;
	margin:25px auto 20px auto;
	font-size:12px;
	text-align:right;
	clear:both;
}
}



/*topに戻る*/
/*#page_top_box {position: relative; z-index: 9999999;}
#page_top_box a { text-decoration:none;}*/

a#pageTop{
	width: 80px;
	height: 60px;
	display: block;
	font-size: 10px;
	text-align: center;
	padding-top: 30px;
	margin: 0 auto;
	background-image: url(../img/common/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 60%;
	color: #666;
	z-index: 9999999;
	text-decoration: none;
}

a#pageTop:hover{
	color: #CCC;
}


/*///////スマフォ/////////////////////////////*/
@media screen and (max-width:950px ){
	
	/*#page_top_box {
		background:#FFF;
		width: 90px;
		height: 60px;
		opacity:0.9;
		z-index: 9999999;
	}*/
	
	a#pageTop{
		font-size: 7px;
		text-align: center;
		padding-top: 30px;
		background-image: url(../img/common/top.gif);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 50%;
		color: #666;
		z-index: 9999999;
	}

}

/**************************** section ****************************/
section{
	margin: 0;
	padding: 0;
}

article{
	margin: 0;
	padding: 0;
}

/**************************** sp header ****************************/
 
#overlay{
	display: none;
	width: 350px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 150px;
	z-index: 99999;
	background: #FFF;
	padding: 45px 30px 0 105px;
}
#overlay .snsbox01{
	text-align: right;
	margin-bottom: 45px;
	width: 215px;	
}
#overlay .snsbox01 img{
	width: 30px;
	height: auto;
}
#overlay .link_home{
	width: 215px;	
	text-align: left;
	margin-bottom: 55px;
}
#overlay .link_home a{
	text-decoration: none;
	font-size: 12px;
}

ul.spmenu{
	margin: 0;
	padding: 0 0 0 0;
	display: block;
	width: 215px;	
}
ul.spmenu li{
	margin: 0 0 30px;
	padding: 0;
}
ul.spmenu li a{
	margin: 0;
	padding: 0 0 0 0;
	display: block;
	text-align: left;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.3em;
	font-family: Avenir;
}
ul.spmenu li a:hover{
	color: #666;
}
ul.spmenu li a span{
	display: block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

/********* ハンバーガーメニュー設定 *********/
.menu-trigger {
	display: block;
	width: 35px;
	height: 24px;
	background: URL(../img/common/nav01.png) 0 0 no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
	transition: 0.5s;
}
.menu-trigger.active{
	background: URL(../img/common/nav01_on.png) 0 0 no-repeat;
	background-size: 100% auto;
	transition: 0.5s;
}

.slide01,.slide02,.slide03,.slide04,.slide05,.slide06,.slide07{
	display: none;
}


/********* 購入ボタン *********/
.purchase_link{padding: 20px 0;}
.purchase_link ul li{
}
.purchase_link ul li .shop_link_btn{
	display: block;
	font-size: 12px;
	padding: 0;
}
.shop_arrow{
	display: inline-block;
	width: 30px;
	height: 5px;
	padding: 0px;
	margin-left: 5px;
	background-image: url(../img/common/shop_arrow.png);
	background-repeat: no-repeat;
	background-size: auto 5px;
	background-position: center center;
}

.shop_lineup{padding:0 0 20px 0;}
.shop_lineup h4{font-size: 14px;}

.special_bnr{text-align: center; margin: 20px 0;}
.special_bnr img {width: 100%;} 



