
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600');

@charset 'UTF-8';
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family : sans-serif;
	/* 1 */
	    -ms-text-size-adjust : 100%;
	/* 2 */
	-webkit-text-size-adjust : 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin : 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display : block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display : inline-block;
	/* 1 */
	vertical-align : baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display : none;
	height : 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display : none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color : transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
	outline : 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom : 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight : bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style : italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size : 2em;
	margin : 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background : #ff0;
	color : #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size : 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size : 75%;
	line-height : 0;
	position : relative;
	vertical-align : baseline;
}

sup {
	top : -0.5em;
}

sub {
	bottom : -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border : 0;
	max-width : 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow : hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin : 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-webkit-box-sizing : content-box;
	        box-sizing : content-box;
	height : 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow : auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-family : monospace, monospace;
	font-size : 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
	color : inherit;
	/* 1 */
	font : inherit;
	/* 2 */
	margin : 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow : visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
	text-transform : none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type='button'], input[type='reset'], input[type='submit'] {
	-webkit-appearance : button;
	/* 2 */
	cursor : pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor : default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
	border : 0;
	padding : 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height : normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'], input[type='radio'] {
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
	/* 1 */
	padding : 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
	height : auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search'] {
	-webkit-appearance : textfield;
	/* 1 */
	-webkit-box-sizing : content-box;
	        box-sizing : content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
	-webkit-appearance : none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border : 1px solid #c0c0c0;
	margin : 0 2px;
	padding : 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border : 0;
	/* 1 */
	padding : 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow : auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight : bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse : collapse;
	border-spacing : 0;
}

td, th {
	padding : 0;
}

/* Slider */
.slick-slider {
	position : relative;
	display : block;
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
	-webkit-touch-callout : none;
	-webkit-user-select : none;
	   -moz-user-select : none;
	    -ms-user-select : none;
	        user-select : none;
	-ms-touch-action : pan-y;
	    touch-action : pan-y;
	-webkit-tap-highlight-color : transparent;
}

.slick-list {
	position : relative;
	overflow : hidden;
	display : block;
	margin : 0;
	padding : 0;
}
.slick-list:focus {
	outline : none;
}
.slick-list.dragging {
	cursor : pointer;
	cursor : hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform : translate3d(0, 0, 0);
	    -ms-transform : translate3d(0, 0, 0);
	        transform : translate3d(0, 0, 0);
}

.slick-track {
	position : relative;
	left : 0;
	top : 0;
	display : block;
}
.slick-track:before, .slick-track:after {
	content : '';
	display : table;
}
.slick-track:after {
	clear : both;
}
.slick-loading .slick-track {
	visibility : hidden;
}

.slick-slide {
	float : left;
	height : 100%;
	min-height : 1px;
	display : none;
}
[dir='rtl'] .slick-slide {
	float : right;
}
.slick-slide img {
	display : block;
}
.slick-slide.slick-loading img {
	display : none;
}
.slick-slide.dragging img {
	pointer-events : none;
}
.slick-initialized .slick-slide {
	display : block;
}
.slick-loading .slick-slide {
	visibility : hidden;
}
.slick-vertical .slick-slide {
	display : block;
	height : auto;
	border : 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display : none;
}

/*
	Colorbox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position : absolute;
	top : 0;
	left : 0;
	z-index : 9999;
	-webkit-transform : translate3d(0, 0, 0);
}

#cboxWrapper {
	max-width : none;
}

#cboxOverlay {
	position : fixed;
	width : 100%;
	height : 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
	clear : left;
}

#cboxContent {
	position : relative;
}

#cboxLoadedContent {
	overflow : auto;
	-webkit-overflow-scrolling : touch;
}

#cboxTitle {
	margin : 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor : pointer;
}

.cboxPhoto {
	float : left;
	margin : auto;
	border : 0;
	display : block;
	max-width : none;
	-ms-interpolation-mode : bicubic;
}

.cboxIframe {
	width : 100%;
	height : 100%;
	display : block;
	border : 0;
	padding : 0;
	margin : 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
	        box-sizing : content-box;
	   -moz-box-sizing : content-box;
	-webkit-box-sizing : content-box;
}

/*
	User Style:
	Change the following styles to modify the appearance of Colorbox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background-color : #000;
}

#colorbox {
	outline : 0;
}

.cboxIframe {
	background : #fff;
}

#cboxError {
	padding : 50px;
	border : 1px solid #ccc;
}

#cboxTitle {
	position : absolute;
	bottom : 4px;
	left : 0;
	text-align : center;
	width : 100%;
	color : #949494;
}

#cboxCurrent {
	position : absolute;
	bottom : 4px;
	left : 58px;
	color : #949494;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border : 0;
	padding : 0;
	margin : 0;
	overflow : visible;
	width : auto;
	background : none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline : 0;
}

#cboxSlideshow {
	position : absolute;
	bottom : 4px;
	right : 30px;
	color : #0092ef;
}

#cboxPrevious {
	position : absolute;
	bottom : 0;
	left : 0;
	width : 25px;
	height : 25px;
	text-indent : -9999px;
}

#cboxNext {
	position : absolute;
	bottom : 0;
	left : 27px;
	width : 25px;
	height : 25px;
	text-indent : -9999px;
}

#cboxClose {
	position : absolute;
	bottom : 0;
	right : 0;
	width : 25px;
	height : 25px;
	text-indent : -9999px;
}

/* google maps api */
.gm-style .gm-style-iw {
	max-width : 200px;
}
@media screen and (min-width: 768px), print {
	.gm-style .gm-style-iw {
		max-width : 300px;
	}
}

/*! minimum_reset.css v0.0.1 */
h1, h2, h3, h4, h5, h6 {
	margin : 0;
	font-size : 100%;
	font-weight : normal;
}

ul, ol {
	margin : 0;
	padding : 0;
	list-style : none;
	list-style-type : none;
}

ul li, ol li {
	margin : 0;
	padding : 0;
	list-style : none;
	list-style-type : none;
}

dl, dt, dd {
	margin : 0;
	padding : 0;
}

p {
	margin : 0;
}

address {
	font-style : normal;
}

img {
	vertical-align : bottom;
}

*, *:before, *:after {
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
}

.w5p {
	width : 5% !important;
}

.w10p {
	width : 10% !important;
}

.w15p {
	width : 15% !important;
}

.w20p {
	width : 20% !important;
}

.w25p {
	width : 25% !important;
}

.w30p {
	width : 30% !important;
}

.w35p {
	width : 35% !important;
}

.w40p {
	width : 40% !important;
}

.w45p {
	width : 45% !important;
}

.w50p {
	width : 50% !important;
}

.w55p {
	width : 55% !important;
}

.w60p {
	width : 60% !important;
}

.w65p {
	width : 65% !important;
}

.w70p {
	width : 70% !important;
}

.w75p {
	width : 75% !important;
}

.w80p {
	width : 80% !important;
}

.w85p {
	width : 85% !important;
}

.w90p {
	width : 90% !important;
}

.w95p {
	width : 95% !important;
}

.w100p {
	width : 100% !important;
}

.mat0 {
	margin-top : 0 !important;
}

.mats {
	margin-top : 20px !important;
}

.matm {
	margin-top : 30px !important;
}
@media screen and (min-width: 768px), print {
	.matm {
		margin-top : 40px !important;
	}
}

.matl {
	margin-top : 60px !important;
}
@media screen and (min-width: 768px), print {
	.matl {
		margin-top : 80px !important;
	}
}

.txt-r {
	text-align : right;
}

.txt-c {
	text-align : center;
}

.txt-l {
	text-align : left;
}

.tar {
	text-align : right !important;
}

.tac {
	text-align : center !important;
}

.tal {
	text-align : left !important;
}

.fw-bold {
	font-weight : bold !important;
}

.cred {
	color : #c00 !important;
}

.fzs {
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
}
@media screen and (min-width: 768px), print {
	.fzs {
		font-size : 12px;
		font-size : 1.2rem;
	}
}

.fzl {
	font-size : 14px;
	font-size : 14px;
	font-size : 1.4rem;
}
@media screen and (min-width: 768px), print {
	.fzl {
		font-size : 20px;
		font-size : 2rem;
	}
}

.tdu {
	text-decoration : underline;
}

.view-pc {
	display : none !important;
}
@media screen and (min-width: 768px), print {
	.view-pc {
		display : block !important;
	}
}

@media screen and (min-width: 768px), print {
	.view-sp {
		display : none !important;
	}
}

.display-none {
	display : none !important;
}

html {
	color : #000;
	font-size : 62.5%;
	background : #fff;
	font-family : '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic','Hiragino Maru Gothic W4 JIS2004', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	overflow : auto;
}

body {
	line-height : 1.625;
	letter-spacing : normal;
	overflow-x : hidden;
	font-size : 12px;
	font-size : 12px;
	font-size : 1.2rem;
}
@media screen and (min-width: 768px), print {
	body {
		font-size : 16px;
		font-size : 1.6rem;
	}
}
@media screen and (min-width: 1025px), print {
	body {
		min-width : 1020px;
	}
}

/* link style */
a {
	color : #000;
	text-decoration : underline;
}

a:hover, a:active {
	color : #000;
	text-decoration : none;
}

/* header style */
#l-header {
	border-bottom : 3px solid #000;
	position : relative;
	background : #2b883a;
}
@media screen and (min-width: 768px), print {
	#l-header {
		padding : 0 20px;
		border-bottom : 6px solid #000;
	}
	#l-header:before {
		content : '';
		display : block;
		position : absolute;
		top : 0;
		left : 50%;
		right : 0;
		bottom : 0;
		background : #000;
	}
}
@media screen and (min-width: 1025px), print {
	#l-header {
		padding : 0;
	}
}
#l-header h1 {
	position : relative;
}
@media screen and (min-width: 1025px), print {
	#l-header h1 {
		width : 1010px;
		margin : 0 auto;
	}
}
#l-header h1 img {
	width : 100%;
}
#l-header .header-scroll {
	display : inline-block;
	width : 30px;
	height : 30px;
	text-indent : -9999px;
	overflow : hidden;
	background : url(../images/head_arrow.png) no-repeat;
	background-size : 30px 30px;
	position : absolute;
	left : 50%;
	margin-left : -15px;
	bottom : -15px;
	z-index : 1;
}
@media screen and (min-width: 768px), print {
	#l-header .header-scroll {
		width : 42px;
		height : 42px;
		background-size : 42px 42px;
		margin-left : -21px;
		bottom : -30px;
	}
}

/* content style */
#l-content .section-ttl {
	text-align : center;
}
@media screen and (min-width: 1025px), print {
	#l-content .section-ttl {
		width : 1000px;
		margin : 0 auto;
	}
}
#l-content .section-ttl .ttl-main {
	display : inline-block;
	font-size : 35px;
	font-size : 35px;
	font-size : 3.5rem;
	font-weight : 500;
	letter-spacing : 0.13em;
	line-height : 1.2;
	font-family : 'Barlow Condensed', sans-serif;
	position : relative;
}
@media screen and (min-width: 768px), print {
	#l-content .section-ttl .ttl-main {
		font-size : 55px;
		font-size : 5.5rem;
	}
}
#l-content .section-ttl .ttl-main .ttl-icon {
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	margin : auto;
	width : 25px;
	-webkit-transform : translateY(0.05em);
	    -ms-transform : translateY(0.05em);
	        transform : translateY(0.05em);
}
@media screen and (min-width: 768px), print {
	#l-content .section-ttl .ttl-main .ttl-icon {
		width : 35px;
	}
}
#l-content .section-ttl .ttl-main.is-icon {
	padding-left : 35px;
}
@media screen and (min-width: 768px), print {
	#l-content .section-ttl .ttl-main.is-icon {
		padding-left : 50px;
	}
}
#l-content .section-ttl .ttl-sub {
	display : block;
}
@media screen and (min-width: 768px), print {
	#l-content .section-ttl .ttl-sub {
		font-size : 14px;
		font-size : 1.4rem;
	}
}
#l-content .section-ttl.color-gd .ttl-main {
	color : #d9b775;
}

#l-content .area-concept {
	position : relative;
	background : url(../images/concept_bg.jpg) center center no-repeat;
	background-size : cover;
	color : #fff;
	padding : 25px 20px 50px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-concept {
		padding : 83px 20px 80px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-concept {
		padding : 83px 0 80px;
	}
}
#l-content .area-concept .concept-txt {
	margin-top : 15px;
	font-weight : bold;
	text-align : center;
	font-size : 14px;
	font-size : 14px;
	font-size : 1.4rem;
}
@media screen and (min-width: 768px), print {
	#l-content .area-concept .concept-txt {
		margin-top : 18px;
		font-size : 21px;
		font-size : 2.1rem;
		line-height : 2;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-concept .concept-txt {
		width : 1000px;
		margin : 18px auto 0;
	}
}
#l-content .area-concept .concept-txt.txt-main {
	font-size : 16px;
	font-size : 16px;
	font-size : 1.6rem;
}
@media screen and (min-width: 768px), print {
	#l-content .area-concept .concept-txt.txt-main {
		margin-top : 28px;
		font-size : 26px;
		font-size : 2.6rem;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-concept .concept-txt.txt-main {
		margin-top : 28px;
	}
}
#l-content .area-concept .concept-wrap:before {
	content : '';
	height : 50px;
	position : absolute;
	bottom : 0;
	left : -20px;
	right : -20px;
	margin : auto;
	background : -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
	background : -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
	background :         linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
@media screen and (min-width: 768px), print {
	#l-content .area-concept .concept-wrap:before {
		height : 100px;
	}
}
#l-content .area-concept .concept-wrap .concept-accordion {
	display : none;
}
#l-content .area-concept .concept-wrap .concept-toggle .toggle-btn {
	border : none;
	display : inline-block;
	width : 200px;
	height : 30px;
	overflow : hidden;
	position : absolute;
	right : 0;
	left : 0;
	bottom : 7px;
	margin : auto;
	z-index : 1;
	background-color : transparent;
	color : #fff;
	padding-top : 12px;
	outline : none;
}
@media screen and (min-width: 768px), print {
	#l-content .area-concept .concept-wrap .concept-toggle .toggle-btn {
		height : 42px;
		font-size : 12px;
		font-size : 1.2rem;
	}
}
#l-content .area-concept .concept-wrap .concept-toggle .toggle-btn:before {
	content : '';
	background : url(../images/brand_btn.png) no-repeat;
	background-size : 100% auto;
	top : 0;
	left : 0;
	right : 0;
	width : 15px;
	height : 11px;
	display : block;
	position : absolute;
	margin : auto;
}
@media screen and (min-width: 768px), print {
	#l-content .area-concept .concept-wrap .concept-toggle .toggle-btn:before {
		width : 18px;
		height : 12px;
	}
}
#l-content .area-concept .concept-wrap.is-active:before {
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
#l-content .area-concept .concept-wrap.is-active .concept-toggle .toggle-btn:before {
	-webkit-transform : rotateZ(180deg);
	    -ms-transform : rotate(180deg);
	        transform : rotateZ(180deg);
}

#l-content .area-blog {
	margin : 100px 20px 0;
}
@media screen and (min-width: 768px), print {
	#l-content .area-blog {
		margin : 200px 20px 0;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-blog {
		width : 1000px;
		margin : 200px auto 0;
	}
}
#l-content .area-blog .blog-list {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
	margin : 30px -10px 0;
}
@media screen and (min-width: 768px), print {
	#l-content .area-blog .blog-list {
		margin : 30px -15px 0;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-blog .blog-list {
		margin : 40px -22.5px 0;
	}
}
#l-content .area-blog .blog-list .blog-item {
	width : 50%;
	padding : 0 10px;
	display : -webkit-box !important;
	display : -ms-flexbox !important;
	display : flex !important;
}
@media screen and (min-width: 768px), print {
	#l-content .area-blog .blog-list .blog-item {
		width : calc( 100% / 3);
		width : calc( (100% / 3) - 0.1px) \0;
		padding : 0 15px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-blog .blog-list .blog-item {
		padding : 0 22.5px;
	}
}
#l-content .area-blog .blog-list .blog-item:nth-child(n+3) {
	margin-top : 20px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-blog .blog-list .blog-item:nth-child(n+3) {
		margin-top : 0;
	}
}
@media screen and (min-width: 768px), print {
	#l-content .area-blog .blog-list .blog-item:nth-child(n+4) {
		margin-top : 46px;
	}
}
@media screen and (max-width: 767px), print {
	#l-content .area-blog .blog-list .blog-item:nth-child(n+7) {
		display : none !important;
	}
}
#l-content .area-blog .blog-list .blog-item .item-inner {
	border : solid 1px #b2b2b2;
	display : block;
	padding : 10px 10px 40px;
	text-decoration : none;
	position : relative;
	width : 100%;
}
@media screen and (min-width: 768px), print {
	#l-content .area-blog .blog-list .blog-item .item-inner {
		padding : 19px 19px 40px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-blog .blog-list .blog-item .item-inner {
		padding : 19px 19px 60px;
	}
}
#l-content .area-blog .blog-list .blog-item .item-inner .item-image {
	background-position : center;
	background-size : cover;
	height : 80px;
	margin : 0;
}
@media screen and (min-width: 768px), print {
	#l-content .area-blog .blog-list .blog-item .item-inner .item-image {
		height : 120px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-blog .blog-list .blog-item .item-inner .item-image {
		height : 164px;
	}
}
#l-content .area-blog .blog-list .blog-item .item-inner .item-image img {
	display : none;
}
#l-content .area-blog .blog-list .blog-item .item-inner .item-text .text-date {
	color : #d9b775;
	padding : 10px 0 0;
}
@media screen and (min-width: 768px), print {
	#l-content .area-blog .blog-list .blog-item .item-inner .item-text .text-date {
		font-size : 12px;
		font-size : 1.2rem;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-blog .blog-list .blog-item .item-inner .item-text .text-date {
		padding : 15px 19px 0;
		font-size : 14px;
		font-size : 1.4rem;
	}
}
#l-content .area-blog .blog-list .blog-item .item-inner .item-text .text-title {
	font-size : 13px;
	font-size : 13px;
	font-size : 1.3rem;
	padding : 0 10px 0;
}
@media screen and (min-width: 1025px), print {
	#l-content .area-blog .blog-list .blog-item .item-inner .item-text .text-title {
		padding : 3px 19px 0;
		font-size : 16px;
		font-size : 1.6rem;
	}
}
#l-content .area-blog .blog-list .blog-item .item-inner .item-text .text-shopname {
	background : #b2b2b2;
	color : #fff;
	position : absolute;
	bottom : -1px;
	left : 0;
	padding : 7px 7px;
	line-height : 1;
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
}
@media screen and (min-width: 768px), print {
	#l-content .area-blog .blog-list .blog-item .item-inner .item-text .text-shopname {
		padding : 9px 10px;
		font-size : 12px;
		font-size : 1.2rem;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-blog .blog-list .blog-item .item-inner .item-text .text-shopname {
		padding : 8px 15px;
		font-size : 14px;
		font-size : 1.4rem;
	}
}
#l-content .area-blog .blog-list .blog-item .item-inner .item-text:before {
	content : '';
	display : inline-block;
	position : absolute;
	bottom : -1px;
	left : 0;
	right : 0;
	background : #d9b775;
	height : 24px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-blog .blog-list .blog-item .item-inner .item-text:before {
		height : 30px;
	}
}
#l-content .area-blog .blog-list .blog-item .item-inner .item-text:after {
	content : '';
	display : inline-block;
	width : 16px;
	height : 13px;
	background : url(../images/blog_btn.png) center no-repeat;
	background-size : 15px 13px;
	position : absolute;
	right : 10px;
	bottom : 5px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-blog .blog-list .blog-item .item-inner .item-text:after {
		width : 22px;
		height : 14px;
		background : url(../images/detail_btn.png) center no-repeat;
		background-size : 22px 14px;
		bottom : 8px;
	}
}

#l-content .area-insta {
	margin : 50px 20px 0;
}
@media screen and (min-width: 768px), print {
	#l-content .area-insta {
		margin : 70px 20px 0;
	}
}
#l-content .area-insta .insta-account {
	font-size : 17px;
	font-size : 17px;
	font-size : 1.7rem;
	font-weight : bold;
}
@media screen and (min-width: 768px), print {
	#l-content .area-insta .insta-account {
		font-size : 21px;
		font-size : 2.1rem;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-insta .insta-gallery-wrap {
		width : 1000px;
		margin : 0 auto;
	}
}
#l-content .area-insta .insta-gallery-wrap .insta-gallery {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
	margin : 25px  -8px 0;
}
@media screen and (min-width: 768px), print {
	#l-content .area-insta .insta-gallery-wrap .insta-gallery {
		margin : 60px  -11.5px 0;
	}
}
#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item {
	padding : 0 8px;
	width : 50%;
}
@media screen and (min-width: 768px), print {
	#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item {
		padding : 0 11.5px;
		width : calc( 100% / 3);
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item {
		padding : 0 11.5px;
		width : 25%;
	}
}
#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item:nth-child(n+3) {
	margin-top : 20px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item:nth-child(n+3) {
		margin-top : 0;
	}
}
@media screen and (min-width: 768px), print {
	#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item:nth-child(n+4) {
		margin-top : 23px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item:nth-child(n+4) {
		margin-top : 0;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item:nth-child(n+5) {
		margin-top : 23px;
	}
}
#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item .item-date {
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
	margin-top : 5px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item .item-date {
		font-size : 12px;
		font-size : 1.2rem;
	}
}
#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item > a {
	display : block;
	width : 100%;
	padding-top : 100%;
	position : relative;
	text-decoration : none;
	overflow : hidden;
}
#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item > a:before {
	content : '';
	background-color : #000;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	display : block;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	position : absolute;
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item > a:after {
	content : '';
	display : block;
	background : url(../images/i_insta2.png) center no-repeat;
	background-size : 100% auto;
	width : 30px;
	height : 30px;
	position : absolute;
	top : 20px;
	left : 0;
	right : 0;
	margin : auto;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	-webkit-transition : all 0.5s ease-out;
	        transition : all 0.5s ease-out;
}
#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item > a .insta-img {
	display : none;
}
#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item > a .insta-txt {
	color : #fff;
	font-size : 14px;
	font-size : 14px;
	font-size : 1.4rem;
	position : absolute;
	top : 76px;
	left : 20px;
	right : 20px;
	bottom : 20px;
	overflow : hidden;
}
#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item > a .insta-txt > span {
	display : block;
	-webkit-transition : all 0.3s ease-out;
	        transition : all 0.3s ease-out;
	position : absolute;
	top : 100%;
	word-wrap : break-word;
	overflow-wrap : break-word;
	display : -webkit-box;
	-webkit-box-orient : vertical;
	-webkit-line-clamp : 6;
	overflow : hidden;
	width : 100%;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item > a .insta-txt > span br {
	display : none;
}
@media screen and (min-width: 768px), print {
	#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item > a:hover:before {
		opacity : 0.6;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
	}
	#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item > a:hover:after {
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
	#l-content .area-insta .insta-gallery-wrap .insta-gallery .gallery-item > a:hover .insta-txt > span {
		top : 0;
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
		-webkit-transition : top 0.5s ease-out 0.0s,opacity 0.2s ease-out 0.2s;
		        transition : top 0.5s ease-out 0.0s,opacity 0.2s ease-out 0.2s;
	}
}

#l-content .area-movie {
	margin : 100px 20px 0;
}
@media screen and (min-width: 768px), print {
	#l-content .area-movie {
		margin : 200px 20px 0;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-movie {
		width : 1000px;
		margin : 200px auto 0;
	}
}
#l-content .area-movie .movie-mov {
	margin-top : 20px;
	position : relative;
	padding-top : 56.25%;
}
@media screen and (min-width: 768px), print {
	#l-content .area-movie .movie-mov {
		margin-top : 40px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-movie .movie-mov {
		width : 800px;
		margin : 60px auto 0;
		padding-top : 0;
	}
}
#l-content .area-movie .movie-mov iframe {
	position : absolute;
	top : 0;
	right : 0;
	width : 100%;
	height : 100%;
}
@media screen and (min-width: 1025px), print {
	#l-content .area-movie .movie-mov iframe {
		position : relative;
		width : 800px;
		height : 450px;
	}
}
#l-content .area-movie + .area-hasimg {
	margin-top : 170px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-movie + .area-hasimg {
		margin-top : 210px;
	}
}

#l-content .area-hasimg {
	margin-top : 120px;
	position : relative;
	padding : 40px 20px 0;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg {
		margin-top : 210px;
	}
}
#l-content .area-hasimg:before {
	content : '';
	display : inline-block;
	position : absolute;
}
#l-content .area-hasimg.is-backgound-none {
	margin-top : 15px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg.is-backgound-none {
		margin-top : 100px;
	}
}
#l-content .area-hasimg.is-backgound-none:before {
	display : none;
}
#l-content .area-hasimg.is-backgound-none h2 {
	text-align : center;
}
#l-content .area-hasimg.cs-l {
	padding-bottom : 40px;
}
#l-content .area-hasimg.cs-l:before {
	top : 0;
	left : 0;
	bottom : 0;
	width : 50%;
	background : #f4f4f4;
}
#l-content .area-hasimg.cs-l + .area-hasimg {
	margin-top : 0;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg.cs-l + .area-hasimg {
		margin-top : -130px;
	}
}
#l-content .area-hasimg.cs-r {
	padding-bottom : 40px;
}
#l-content .area-hasimg.cs-r:before {
	top : 0;
	right : 0;
	bottom : 0;
	width : 50%;
	background : #f4f4f4;
}
#l-content .area-hasimg.cs-r .hasimg-area h2 {
	text-align : right;
}
#l-content .area-hasimg.cs-r .hasimg-area h2 .ttl-main {
	margin-right : -6px;
}
#l-content .area-hasimg.cs-r .hasimg-area .area-catch {
	text-align : right;
	margin-right : -8px;
}
#l-content .area-hasimg.cs-r + .area-hasimg {
	margin-top : 0;
}
#l-content .area-hasimg.img-b {
	padding-bottom : 145px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg.img-b {
		padding-bottom : 60px;
	}
}
#l-content .area-hasimg.img-b:before {
	top : 0;
	left : 0;
	bottom : 20px;
	width : 50%;
	background : #f4f4f4;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg.img-b:before {
		bottom : 94px;
		width : 320px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-hasimg.img-b:before {
		width : calc(50vw - 200px);
	}
}
#l-content .area-hasimg.img-r:before {
	top : 0;
	left : 0;
	bottom : 50px;
	width : 50%;
	background : #f4f4f4;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg.img-r:before {
		width : 320px;
		bottom : 20px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-hasimg.img-r:before {
		width : calc(50vw - 200px);
	}
}
#l-content .area-hasimg.img-l:before {
	top : 0;
	right : 0;
	bottom : 50px;
	width : 50%;
	background : #f4f4f4;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg.img-l:before {
		width : 320px;
		bottom : 20px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-hasimg.img-l:before {
		width : calc(50vw - 200px);
	}
}
#l-content .area-hasimg.img-l .hasimg-area h2 {
	text-align : right;
}
#l-content .area-hasimg.img-l .hasimg-area h2 .ttl-main {
	margin-right : -6px;
}
#l-content .area-hasimg.img-l .hasimg-area .area-catch {
	text-align : right;
	margin-right : -8px;
}
#l-content .area-hasimg.img-l.noarrow:before {
	bottom : -20px;
}
#l-content .area-hasimg .img-clubs {
	position : absolute;
	top : -92px;
	right : 0;
	width : 220px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg .img-clubs {
		top : -150px;
		width : 320px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-hasimg .img-clubs {
		top : -200px;
		width : 502px;
	}
}
#l-content .area-hasimg .img-wears1 {
	position : absolute;
	top : -75px;
	right : 0;
	width : 137px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg .img-wears1 {
		top : -100px;
		width : 200px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-hasimg .img-wears1 {
		top : -60px;
		width : 275px;
	}
}
#l-content .area-hasimg .img-wears2 {
	position : absolute;
	top : -100px;
	right : 80px;
	width : 150px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg .img-wears2 {
		top : -120px;
		right : 130px;
		width : 250px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-hasimg .img-wears2 {
		top : -60px;
		right : 190px;
		width : 382px;
	}
}
#l-content .area-hasimg .img-shoes {
	position : absolute;
	top : -70px;
	left : 0;
	width : 230px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg .img-shoes {
		top : -90px;
		width : 450px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-hasimg .img-shoes {
		width : 567px;
	}
}
#l-content .area-hasimg .img-fitting {
	position : absolute;
	top : -90px;
	left : 0;
	width : 160px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg .img-fitting {
		top : -120px;
		width : 300px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-hasimg .img-fitting {
		top : -140px;
		width : 473px;
	}
}
#l-content .area-hasimg .hasimg-area {
	position : relative;
	z-index : +1;
}
@media screen and (min-width: 1025px), print {
	#l-content .area-hasimg .hasimg-area {
		width : 1000px;
		margin : 0 auto;
	}
}
#l-content .area-hasimg .hasimg-area h2 {
	position : relative;
}
#l-content .area-hasimg .hasimg-area h2 .ttl-main {
	display : block;
	font-size : 40px;
	font-size : 40px;
	font-size : 4rem;
	font-weight : 600;
	letter-spacing : +3px;
	line-height : 1.2;
	color : #d9b775;
	font-family : 'Barlow Condensed', sans-serif;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg .hasimg-area h2 .ttl-main {
		font-size : 80px;
		font-size : 8rem;
	}
}
#l-content .area-hasimg .hasimg-area h2 .ttl-sub {
	display : block;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg .hasimg-area h2 .ttl-sub {
		font-size : 18px;
		font-size : 1.8rem;
	}
}
#l-content .area-hasimg .hasimg-area .area-catch {
	font-size : 16px;
	font-size : 16px;
	font-size : 1.6rem;
	font-weight : bold;
	letter-spacing : normal;
	text-indent : -0.6em;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg .hasimg-area .area-catch {
		margin-top : 10px;
		font-size : 20px;
		font-size : 2rem;
	}
	#l-content .area-hasimg .hasimg-area .area-catch br {
		display : none;
	}
}
#l-content .area-hasimg .hasimg-area .area-col4 {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}
#l-content .area-hasimg .hasimg-area .area-col4 .col {
	width : calc(50% - 14px);
	margin-right : 28px;
	margin-top : 25px;
}
#l-content .area-hasimg .hasimg-area .area-col4 .col:nth-child(even) {
	margin-right : 0;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg .hasimg-area .area-col4 .col {
		width : calc(25% - 18px);
		margin-right : 24px;
		margin-top : 55px;
	}
	#l-content .area-hasimg .hasimg-area .area-col4 .col:nth-child(even) {
		margin-right : 24px;
	}
	#l-content .area-hasimg .hasimg-area .area-col4 .col:nth-child(4n) {
		margin-right : 0;
	}
}
#l-content .area-hasimg .hasimg-area .area-col4 .col dl dt img {
	width : 100%;
}
#l-content .area-hasimg .hasimg-area .area-col4 .col dl .logo {
	margin-top : 10px;
	text-align : center;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg .hasimg-area .area-col4 .col dl .logo {
		margin-top : 20px;
	}
}
#l-content .area-hasimg .hasimg-area .area-col4 .col dl .logo img {
	width : 100px;
}
@media screen and (min-width: 1025px), print {
	#l-content .area-hasimg .hasimg-area .area-col4 .col dl .logo img {
		width : 160px;
	}
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg .hasimg-area .area-col2 {
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		-ms-flex-wrap : wrap;
		    flex-wrap : wrap;
		-webkit-box-pack : center;
		-ms-flex-pack : center;
		justify-content : center;
		margin-top : 30px;
	}
}
#l-content .area-hasimg .hasimg-area .area-col2 .col {
	margin-top : 25px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg .hasimg-area .area-col2 .col {
		width : calc(50% - 15px);
		margin-right : 30px;
		margin-top : 30px;
	}
	#l-content .area-hasimg .hasimg-area .area-col2 .col:nth-child(even) {
		margin-right : 0;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-hasimg .hasimg-area .area-col2 .col {
		width : calc(50% - 30px);
		margin-right : 60px;
	}
}
#l-content .area-hasimg .hasimg-area .area-col2 .col dl dt img {
	width : 100%;
}
#l-content .area-hasimg .hasimg-area .area-col2 .col dl .desc {
	margin-top : 10px;
	text-align : center;
	font-weight : bold;
	font-size : 13px;
	font-size : 13px;
	font-size : 1.3rem;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg .hasimg-area .area-col2 .col dl .desc {
		font-size : 16px;
		font-size : 1.6rem;
	}
}
#l-content .area-hasimg .hasimg-area .area-txt {
	margin-top : 20px;
	font-size : 15px;
	font-size : 15px;
	font-size : 1.5rem;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg .hasimg-area .area-txt {
		margin-top : 40px;
		font-size : 16px;
		font-size : 1.6rem;
		text-align : center;
	}
}
#l-content .area-hasimg .hasimg-area .area-txt br {
	display : none;
}
@media screen and (min-width: 768px), print {
	#l-content .area-hasimg .hasimg-area .area-txt br {
		display : inline-block;
	}
}

#l-content .area-cs {
	background : #2b883a;
	color : #fff;
	font-weight : bold;
	text-align : center;
	padding : 20px;
	font-size : 20px;
	font-size : 20px;
	font-size : 2rem;
}
@media screen and (min-width: 768px), print {
	#l-content .area-cs {
		font-size : 24px;
		font-size : 2.4rem;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-cs {
		padding : 30px 0;
		font-size : 30px;
		font-size : 3rem;
	}
	#l-content .area-cs p {
		width : 1000px;
		margin : 0 auto;
	}
}
#l-content .area-cs + .area-hasimg {
	margin-top : 0;
}

#l-content .area-brands {
	margin : 90px 20px 0;
}
@media screen and (min-width: 768px), print {
	#l-content .area-brands {
		margin : 130px 20px 0;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-brands {
		width : 1000px;
		margin : 130px auto 0;
	}
}
#l-content .area-brands .brands-list {
	margin-top : 35px;
	border-top : 1px solid #b2b2b2;
	border-bottom : 1px solid #b2b2b2;
	padding-bottom : 20px;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}
@media screen and (min-width: 768px), print {
	#l-content .area-brands .brands-list {
		padding-bottom : 35px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-brands .brands-list {
		padding-bottom : 40px;
	}
}
#l-content .area-brands .brands-list li {
	width : 33.33%;
	padding : 0 25px;
	margin-top : 25px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-brands .brands-list li {
		width : 20%;
		padding : 0 30px;
		margin-top : 40px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-brands .brands-list li {
		padding : 0 50px;
		margin-top : 50px;
	}
}
#l-content .area-brands .brands-list.cs li:nth-child(n + 4) {
	display : none;
}
@media screen and (min-width: 768px), print {
	#l-content .area-brands .brands-list.cs li:nth-child(n + 4) {
		display : block;
	}
}
#l-content .area-brands .brand-txt {
	margin-top : 15px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-brands .brand-txt {
		margin-top : 30px;
	}
}
#l-content .area-brands .brands-cs {
	background : -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, white), to(white));
	background : -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 40%, white 100%);
	background :         linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 40%, white 100%);
	text-align : center;
	padding : 45px 20px 0;
	margin-top : -50px;
	position : relative;
	font-size : 20px;
	font-size : 20px;
	font-size : 2rem;
}
@media screen and (min-width: 768px), print {
	#l-content .area-brands .brands-cs {
		background : -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, white), to(white));
		background : -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 40%, white 100%);
		background :         linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 40%, white 100%);
		padding-top : 100px;
		margin-top : -95px;
		font-size : 24px;
		font-size : 2.4rem;
	}
}

#l-content .area-store {
	background-color : #f4f4f4;
}
#l-content .area-store .store-wrap {
	padding : 65px 20px 35px;
	position : relative;
}
@media screen and (min-width: 768px), print {
	#l-content .area-store .store-wrap {
		padding : 140px 0 80px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-store .store-wrap {
		width : 1000px;
		margin : 0 auto 0;
	}
}
#l-content .area-store .store-wrap.is-active .store-toggle .toggle-btn:before {
	-webkit-transform : rotate(180deg);
	    -ms-transform : rotate(180deg);
	        transform : rotate(180deg);
}
#l-content .area-store .store-wrap.is-active .store-toggle .toggle-btn:after {
	-webkit-transform : rotate(180deg);
	    -ms-transform : rotate(180deg);
	        transform : rotate(180deg);
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
@media screen and (min-width: 768px), print {
	#l-content .area-store .store-wrap .store-inner {
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		margin : 60px -10px 0;
	}
}
@media screen and (min-width: 768px), print {
	#l-content .area-store .store-wrap .store-inner .store-col {
		width : 50%;
		padding : 0 10px;
	}
}
#l-content .area-store .store-wrap .store-inner .store-info {
	text-align : center;
	font-size : 13px;
	font-size : 13px;
	font-size : 1.3rem;
}
@media screen and (min-width: 768px), print {
	#l-content .area-store .store-wrap .store-inner .store-info {
		text-align : left;
		font-size : 16px;
		font-size : 1.6rem;
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		-ms-flex-wrap : wrap;
		    flex-wrap : wrap;
	}
}
@media screen and (min-width: 768px), print {
	#l-content .area-store .store-wrap .store-inner .store-info .info-box {
		margin-right : 10px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-store .store-wrap .store-inner .store-info .info-box {
		margin-right : 40px;
	}
}
#l-content .area-store .store-wrap .store-inner .store-info dl {
	margin-top : 25px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-store .store-wrap .store-inner .store-info dl {
		margin-top : 0;
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		-ms-flex-wrap : wrap;
		    flex-wrap : wrap;
	}
}
#l-content .area-store .store-wrap .store-inner .store-info dl + dl {
	margin-top : 25px;
}
@media screen and (min-width: 768px), print {
	#l-content .area-store .store-wrap .store-inner .store-info dl + dl {
		margin-top : 15px;
	}
}
#l-content .area-store .store-wrap .store-inner .store-info dl dt {
	font-weight : bold;
}
@media screen and (min-width: 768px), print {
	#l-content .area-store .store-wrap .store-inner .store-info dl dt {
		margin-right : 10px;
		font-weight : normal;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .area-store .store-wrap .store-inner .store-info dl dt {
		margin-right : 20px;
	}
}
#l-content .area-store .store-wrap .store-inner .store-map {
	margin : 20px -20px 0;
	background : #ccc;
	line-height : 0.1;
}
@media screen and (min-width: 768px), print {
	#l-content .area-store .store-wrap .store-inner .store-map {
		margin : 0;
	}
}
#l-content .area-store .store-wrap .store-inner .store-map iframe {
	width : 100%;
	height : 230px;
	border : none;
}
@media screen and (min-width: 768px), print {
	#l-content .area-store .store-wrap .store-inner .store-map iframe {
		height : 460px;
	}
}

#l-content .btn-brand {
	margin-top : 25px;
	text-align : right;
}
@media screen and (min-width: 768px), print {
	#l-content .btn-brand {
		margin-top : 60px;
	}
}
#l-content .btn-brand a {
	font-size : 15px;
	font-size : 15px;
	font-size : 1.5rem;
	text-decoration : none;
	text-align : center;
	display : block;
	position : relative;
	padding : 0 0 0 30px;
	margin-right : 0;
	display : inline-block;
}
@media screen and (min-width: 768px), print {
	#l-content .btn-brand a {
		font-size : 16px;
		font-size : 1.6rem;
	}
}
#l-content .btn-brand a span {
	display : block;
	position : relative;
}
#l-content .btn-brand a:after {
	content : '';
	display : inline-block;
	width : 18px;
	height : 12px;
	background : url(../images/brand_btn.png) no-repeat;
	background-size : 18px 12px;
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	margin : auto;
}

#l-content .btn-detail {
	margin-top : 15px;
	text-align : right;
}
@media screen and (min-width: 768px), print {
	#l-content .btn-detail {
		margin-top : 60px;
		text-align : center;
	}
}
#l-content .btn-detail a {
	font-size : 15px;
	font-size : 15px;
	font-size : 1.5rem;
	color : #fff;
	text-decoration : none;
	text-align : center;
	display : inline-block;
	position : relative;
	padding : 3px;
}
@media screen and (min-width: 768px), print {
	#l-content .btn-detail a {
		font-size : 16px;
		font-size : 1.6rem;
		display : inline-block;
	}
}
#l-content .btn-detail a span {
	display : block;
	background : #d9b775;
	position : relative;
	padding : 13px 35px 13px 15px;
}
@media screen and (min-width: 768px), print {
	#l-content .btn-detail a span {
		padding : 13px 70px;
	}
}
#l-content .btn-detail a span:before {
	content : '';
	display : inline-block;
	position : absolute;
	top : -3px;
	left : -3px;
	right : -3px;
	bottom : -3px;
	border : 1px solid #d9b775;
}
#l-content .btn-detail a:after {
	content : '';
	display : inline-block;
	width : 22px;
	height : 14px;
	background : url(../images/detail_btn.png) no-repeat;
	position : absolute;
	top : 50%;
	margin-top : -7px;
	right : 10px;
}

#l-content .btn-detail2 {
	margin-top : 25px;
	text-align : right;
}
@media screen and (min-width: 768px), print {
	#l-content .btn-detail2 {
		margin-top : 60px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .btn-detail2 {
		width : 1000px;
		margin : 60px auto 0;
	}
}
#l-content .btn-detail2 a {
	font-size : 15px;
	font-size : 15px;
	font-size : 1.5rem;
	text-decoration : none;
	text-align : center;
	display : block;
	position : relative;
	padding : 0 26px 0 0;
	margin-right : 0;
	display : inline-block;
}
@media screen and (min-width: 768px), print {
	#l-content .btn-detail2 a {
		font-size : 16px;
		font-size : 1.6rem;
	}
}
#l-content .btn-detail2 a span {
	display : block;
	position : relative;
}
#l-content .btn-detail2 a:after {
	content : '';
	display : inline-block;
	width : 18px;
	height : 12px;
	background : url(../images/detail_btn2.png) no-repeat;
	background-size : 18px 12px;
	position : absolute;
	top : 0;
	bottom : 0;
	right : 0;
	margin : auto;
}
@media screen and (min-width: 768px), print {
	#l-content .btn-detail2 a:after {
		bottom : 2px;
	}
}

#l-content .btn-txt {
	margin-top : 7px;
	text-align : center;
}
@media screen and (min-width: 768px), print {
	#l-content .btn-txt {
		margin-top : 15px;
		font-size : 14px;
		font-size : 1.4rem;
	}
}

#shopBlog {
	margin-bottom : 30px;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}
@media screen and (min-width: 768px), print {
	#shopBlog {
		margin : 0;
	}
}
@media screen and (min-width: 1025px), print {
	#shopBlog {
		margin-top : 5px;
	}
}
#shopBlog .RssInfo {
	width : calc(50% - 10px);
	margin-top : 20px;
	margin-right : 20px;
	border : 1px solid #b2b2b2;
	position : relative;
	padding-bottom : 40px;
}
#shopBlog .RssInfo:nth-child(even) {
	margin-right : 0;
}
@media screen and (min-width: 768px), print {
	#shopBlog .RssInfo {
		width : calc(33.3% - 20px);
		margin-right : 30px;
		margin-top : 30px;
	}
	#shopBlog .RssInfo:nth-child(even) {
		margin-right : 30px;
	}
	#shopBlog .RssInfo:nth-child(3n) {
		margin-right : 0;
	}
}
@media screen and (min-width: 1025px), print {
	#shopBlog .RssInfo {
		width : calc(33.3% - 30px);
		margin-right : 45px;
		margin-top : 45px;
		padding-bottom : 60px;
	}
	#shopBlog .RssInfo:nth-child(even) {
		margin-right : 45px;
	}
}
#shopBlog .RssInfo .rssBoxImage {
	margin : 0;
}
#shopBlog .RssInfo .rssBoxImage a {
	display : block;
	padding : 10px 10px 0;
}
@media screen and (min-width: 1025px), print {
	#shopBlog .RssInfo .rssBoxImage a {
		padding : 19px 19px 0;
	}
}
#shopBlog .RssInfo .rssBoxImage a .img {
	height : 80px;
	background-position : center;
	background-size : cover;
}
@media screen and (min-width: 768px), print {
	#shopBlog .RssInfo .rssBoxImage a .img {
		height : 120px;
	}
}
@media screen and (min-width: 1025px), print {
	#shopBlog .RssInfo .rssBoxImage a .img {
		height : 164px;
	}
}
#shopBlog .RssInfo .RssText a {
	text-decoration : none;
	display : block;
}
#shopBlog .RssInfo .RssText a .rssDate {
	color : #d9b775;
	padding : 10px 10px 0;
}
@media screen and (min-width: 768px), print {
	#shopBlog .RssInfo .RssText a .rssDate {
		font-size : 12px;
		font-size : 1.2rem;
	}
}
@media screen and (min-width: 1025px), print {
	#shopBlog .RssInfo .RssText a .rssDate {
		padding : 15px 19px 0;
		font-size : 14px;
		font-size : 1.4rem;
	}
}
#shopBlog .RssInfo .RssText a .rssTitle {
	font-size : 13px;
	font-size : 13px;
	font-size : 1.3rem;
	padding : 0 10px 0;
}
@media screen and (min-width: 1025px), print {
	#shopBlog .RssInfo .RssText a .rssTitle {
		padding : 3px 19px 0;
		font-size : 16px;
		font-size : 1.6rem;
	}
}
#shopBlog .RssInfo .RssText .rssShopname {
	background : #b2b2b2;
	color : #fff;
	position : absolute;
	bottom : -1px;
	left : 0;
	padding : 7px 7px;
	line-height : 1;
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
}
@media screen and (min-width: 768px), print {
	#shopBlog .RssInfo .RssText .rssShopname {
		padding : 9px 10px;
		font-size : 12px;
		font-size : 1.2rem;
	}
}
@media screen and (min-width: 1025px), print {
	#shopBlog .RssInfo .RssText .rssShopname {
		padding : 8px 15px;
		font-size : 14px;
		font-size : 1.4rem;
	}
}
#shopBlog .RssInfo .RssText:before {
	content : '';
	display : inline-block;
	position : absolute;
	bottom : -1px;
	left : 0;
	right : 0;
	background : #d9b775;
	height : 24px;
}
@media screen and (min-width: 768px), print {
	#shopBlog .RssInfo .RssText:before {
		height : 30px;
	}
}
#shopBlog .RssInfo .RssText:after {
	content : '';
	display : inline-block;
	width : 16px;
	height : 13px;
	background : url(../images/blog_btn.png) center no-repeat;
	background-size : 15px 13px;
	position : absolute;
	right : 10px;
	bottom : 5px;
}
@media screen and (min-width: 768px), print {
	#shopBlog .RssInfo .RssText:after {
		width : 22px;
		height : 14px;
		background : url(../images/detail_btn.png) center no-repeat;
		background-size : 22px 14px;
		bottom : 8px;
	}
}

.m-box-lightbox {
	position : fixed;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	z-index : -1;
	visibility : hidden;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
	-webkit-box-orient : vertical;
	-webkit-box-direction : normal;
	-ms-flex-direction : column;
	    flex-direction : column;
}
.m-box-lightbox.is-active {
	z-index : 10;
	visibility : visible;
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.m-box-lightbox .lightbox-outer {
	position : relative;
	margin : auto;
	max-height : 85%;
	z-index : 1;
	width : 100%;
}
.m-box-lightbox .lightbox-outer .lightbox-inner {
	background-color : #fff;
	padding : 20px 15px 20px;
	margin : auto;
	max-height : 85vh;
	max-height : calc(var(--vh, 1vh) * 85);
	width : calc( 100% - 40px);
	overflow-x : auto;
}
.m-box-lightbox .lightbox-outer .lightbox-close {
	position : absolute;
	top : -15px;
	right : 5px;
	text-align : center;
}
.m-box-lightbox .lightbox-outer .lightbox-close .close-btn {
	width : 30px;
	border : none;
	background-color : transparent;
	padding : 0;
	margin : auto;
}
.m-box-lightbox .lightbox-overlay {
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	background-color : #000;
	opacity : 0.6;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

.m-box-insta {
	position : relative;
	padding-top : 34px;
	display : block;
	text-decoration : none;
}
.m-box-insta:hover {
	text-decoration : none;
}
.m-box-insta:before {
	content : '';
	display : block;
	background : url(../images/i_insta.png) center no-repeat;
	background-size : 100% auto;
	width : 24px;
	height : 24px;
	position : absolute;
	top : 0;
	left : 0;
	right : 0;
	margin : auto;
}
.m-box-insta .insta-img {
	text-align : center;
}
.m-box-insta .insta-img > img {
	max-height : 128px;
	max-width : 128px;
}
.m-box-insta .insta-txt {
	font-size : 12px;
	font-size : 12px;
	font-size : 1.2rem;
	margin-top : 15px;
}

.m-box-tab {
	margin-top : 20px;
}
@media screen and (min-width: 768px), print {
	.m-box-tab {
		margin-top : 55px;
	}
}
.m-box-tab > .m-box-tabhead {
	margin-top : 0;
}
.m-box-tab .tab-content .content-item {
	display : none;
}
.m-box-tab .tab-content .content-item:first-child {
	display : block;
}

.m-box-tabhead .tabhead-inner {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
	margin : -10px -17.5px 0;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
}
@media screen and (min-width: 768px), print {
	.m-box-tabhead .tabhead-inner {
		margin : -10px -31px 0;
	}
}
.m-box-tabhead .tabhead-inner > li {
	padding : 0 17.5px;
	position : relative;
	margin-top : 10px;
}
@media screen and (min-width: 768px), print {
	.m-box-tabhead .tabhead-inner > li {
		padding : 0 31px;
	}
}
.m-box-tabhead .tabhead-inner > li:before {
	content : '';
	top : 0.2em;
	bottom : calc( 0.0em + 10px);
	right : 0;
	width : 1px;
	background : #b2b2b2;
	-webkit-transform : rotateZ(15deg);
	    -ms-transform : rotate(15deg);
	        transform : rotateZ(15deg);
	display : block;
	position : absolute;
	margin : auto;
}
@media screen and (min-width: 768px), print {
	.m-box-tabhead .tabhead-inner > li:before {
		top : 0.3em;
		bottom : calc( 0.1em + 12px);
	}
}
.m-box-tabhead .tabhead-inner > li:last-child:before {
	display : none;
}
.m-box-tabhead .tabhead-inner > li > a {
	font-size : 13px;
	font-size : 13px;
	font-size : 1.3rem;
	text-decoration : none;
	position : relative;
	padding-bottom : 10px;
	display : inline-block;
	line-height : 1;
}
@media screen and (min-width: 768px), print {
	.m-box-tabhead .tabhead-inner > li > a {
		font-size : 16px;
		font-size : 1.6rem;
		padding-bottom : 12px;
	}
}
.m-box-tabhead .tabhead-inner > li > a:before {
	content : '';
	width : 100%;
	bottom : 0;
	height : 2px;
	background-color : #d9b775;
	position : absolute;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	-webkit-transition : all 0.2s ease-out;
	        transition : all 0.2s ease-out;
}
.m-box-tabhead .tabhead-inner > li > a.is-active, .m-box-tabhead .tabhead-inner > li > a:hover {
	font-weight : bold;
	color : #d9b775;
}
.m-box-tabhead .tabhead-inner > li > a.is-active:before, .m-box-tabhead .tabhead-inner > li > a:hover:before {
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

/* footer style */
#l-footer {
	background : url(../images/footer_bg.jpg) center center no-repeat;
	background-size : cover;
	padding : 28px 20px 10px;
	color : #fff;
	position : relative;
	margin-top : 50px;
}
@media screen and (min-width: 768px), print {
	#l-footer {
		margin-top : 110px;
		padding : 100px 0 35px;
	}
}
#l-footer .footer-sns .sns-list {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
}
#l-footer .footer-sns .sns-list .list-item {
	padding : 0 10px;
}
#l-footer .footer-sns .sns-list .list-item > a {
	width : 50px;
	display : inline-block;
}
#l-footer .footer-info {
	width : 200px;
	margin : 0 auto;
}
@media screen and (min-width: 768px), print {
	#l-footer .footer-info {
		width : 345px;
	}
}
#l-footer .footer-policy {
	text-align : center;
	margin-top : 15px;
}
@media screen and (min-width: 768px), print {
	#l-footer .footer-policy {
		position : absolute;
		left : 20px;
		bottom : 30px;
		font-size : 14px;
		font-size : 1.4rem;
	}
}
#l-footer .footer-policy a {
	color : #fff;
	text-decoration : none;
}
#l-footer .footer-copy {
	text-align : center;
	margin-top : 5px;
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
}
@media screen and (min-width: 768px), print {
	#l-footer .footer-copy {
		margin-top : 70px;
		font-size : 14px;
		font-size : 1.4rem;
	}
}

[data-delay='delay'] {
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	-webkit-transform : translateY(20px);
	    -ms-transform : translateY(20px);
	        transform : translateY(20px);
	-webkit-transition : all 0.6s ease 0.2s;
	        transition : all 0.6s ease 0.2s;
}
[data-delay='delay'].delay-show {
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	-webkit-transform : translateY(0px);
	    -ms-transform : translateY(0px);
	        transform : translateY(0px);
}

/* print style */
@media print {
	html {
		background : none;
		min-width : 1200px;
	}
	body {
		padding : 0;
		background : none;
	}
	/* for IE7 */
	*:first-child + html body {
		zoom : 67%;
	}
	#l-header {
		position : relative;
	}
	#l-content {
		padding-top : 0 !important;
	}
}
