
@import url('https://fonts.googleapis.com/css?family=Muli:400,900');

@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 : #364145;
	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;
	background-position : center center;
	background-repeat : no-repeat;
	background-size : cover;
	background-attachment : fixed;
	background-image : url(../images/page_bg_sp.jpg);
	font-size : 12px;
	font-size : 12px;
	font-size : 1.2rem;
}
@media screen and (min-width: 768px), print {
	body {
		background-image : url(../images/page_bg_pc.jpg);
		font-size : 16px;
		font-size : 1.6rem;
	}
}

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

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

/* header style */
#l-header {
	background : url(../images/main_sp_anchorbg.png) top center repeat-y;
	background-size : 100% auto;
	/*
	@include viewPCL() {
		background-size: 1600px auto;
	}
	*/
}
@media screen and (min-width: 768px), print {
	#l-header {
		background : url(../images/main_pc_anchorbg.png) bottom center no-repeat #fd9a25;
		background-size : 100% auto;
	}
}
#l-header .header-inner {
	background : url(../images/main_sp_bg.jpg) top center no-repeat;
	background-size : 100% auto;
	/*
		@include viewPCL() {
			width: 1600px;
			margin: 0 auto;
		}
		*/
}
@media screen and (min-width: 768px), print {
	#l-header .header-inner {
		background-image : url(../images/main_pc_bg.jpg);
	}
}
@media screen and (min-width: 768px), print {
	#l-header .header-inner h1 .img-sp {
		display : none;
	}
}
#l-header .header-inner h1 .img-pc {
	display : none;
}
@media screen and (min-width: 768px), print {
	#l-header .header-inner h1 .img-pc {
		display : block;
	}
}
#l-header .header-inner h1 img {
	width : 100%;
}
#l-header .header-inner .header-top {
	position : relative;
}
#l-header .header-inner .header-top .u-box-youtube {
	display : block;
	position : absolute;
	width : 90%;
	left : 0;
	right : 0;
	margin : auto;
	top : 55%;
	border : solid 4px #fff;
	overflow : hidden;
}
@media screen and (min-width: 768px), print {
	#l-header .header-inner .header-top .u-box-youtube {
		width : 35%;
		left : 5%;
		right : auto;
		top : 35%;
		border-width : 8px;
	}
}
#l-header .header-inner .header-top .u-box-youtube:before {
	content : '';
	display : block;
	padding-top : 56.25%;
}
#l-header .header-inner .header-top .u-box-youtube > iframe {
	position : absolute;
	top : 0;
	left : 0;
	bottom : 0;
	right : 0;
	width : 100%;
	height : auto;
	min-height : 100%;
}
#l-header .header-inner .header-anchor {
	margin-top : calc(6.3vw);
	/*
			@include viewPCL() {
				margin-top: -46px;
			}
			*/
}
@media screen and (min-width: 768px), print {
	#l-header .header-inner .header-anchor {
		margin-top : calc(-2.875vw);
	}
}
@media screen and (min-width: 768px), print {
	#l-header .header-inner .header-anchor h2 .img-sp {
		display : none;
	}
}
#l-header .header-inner .header-anchor h2 .img-pc {
	display : none;
}
@media screen and (min-width: 768px), print {
	#l-header .header-inner .header-anchor h2 .img-pc {
		display : block;
	}
}
#l-header .header-inner .header-anchor h2 img {
	width : 100%;
}
@media screen and (min-width: 768px), print {
	#l-header .header-inner .header-anchor h2 img {
		width : 35.625%;
	}
}
#l-header .header-inner .header-anchor .anchor-list {
	margin-top : -25px;
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : inline-flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
	/*
				@include viewPCL() {
					margin-top: -35px;
				}
				*/
}
@media screen and (min-width: 1025px), print {
	#l-header .header-inner .header-anchor .anchor-list {
		margin-top : -30px;
	}
}
#l-header .header-inner .header-anchor .anchor-list .list-item {
	border-top : 1px solid rgba(0, 0, 0, 0.15);
	display : block;
	position : relative;
	width : 50%;
	text-decoration : none;
	text-align : center;
	padding : 25px 10px 60px;
}
@media screen and (min-width: 768px), print {
	#l-header .header-inner .header-anchor .anchor-list .list-item {
		width : 25%;
		border-top : none;
	}
}
@media screen and (min-width: 1025px), print {
	#l-header .header-inner .header-anchor .anchor-list .list-item {
		padding : 25px 40px 100px;
	}
}
#l-header .header-inner .header-anchor .anchor-list .list-item:nth-child(-n + 2) {
	border-top : none;
}
#l-header .header-inner .header-anchor .anchor-list .list-item:before {
	content : '';
	display : inline-block;
	width : 50px;
	height : 15px;
	background : url(../images/ico_sp_arrow.png) no-repeat;
	background-size : 50px 15px;
	position : absolute;
	left : 50%;
	margin-left : -25px;
	bottom : 25px;
}
@media screen and (min-width: 1025px), print {
	#l-header .header-inner .header-anchor .anchor-list .list-item:before {
		width : 68px;
		height : 21px;
		background : url(../images/ico_pc_arrow.png) no-repeat;
		background-size : 68px 21px;
		margin-left : -34px;
		bottom : 45px;
	}
}
#l-header .header-inner .header-anchor .anchor-list .list-item .list-img {
	position : relative;
	z-index : +1;
	width : 125px;
	margin : 0 auto;
}
@media screen and (min-width: 1025px), print {
	#l-header .header-inner .header-anchor .anchor-list .list-item .list-img {
		width : 200px;
		-webkit-transition : all 0.3s ease;
		        transition : all 0.3s ease;
	}
}
@media screen and (min-width: 1600px), print {
	#l-header .header-inner .header-anchor .anchor-list .list-item .list-img {
		width : 250px;
	}
}
#l-header .header-inner .header-anchor .anchor-list .list-item dl {
	margin-top : -10px;
}
@media screen and (min-width: 768px), print {
	#l-header .header-inner .header-anchor .anchor-list .list-item dl {
		margin-top : -15px;
		width : calc(25vw - 20px);
	}
}
@media screen and (min-width: 1025px), print {
	#l-header .header-inner .header-anchor .anchor-list .list-item dl {
		margin-top : -20px;
		width : calc(25vw - 80px);
	}
}
#l-header .header-inner .header-anchor .anchor-list .list-item dl dt .list-en {
	display : block;
	font-family : 'Muli', sans-serif;
	font-weight : 900;
	letter-spacing : +4px;
	font-size : 22px;
	font-size : 22px;
	font-size : 2.2rem;
	opacity : 0.1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=10)';
	line-height : 1.3;
}
@media screen and (min-width: 768px), print {
	#l-header .header-inner .header-anchor .anchor-list .list-item dl dt .list-en {
		font-size : 28px;
		font-size : 2.8rem;
	}
}
@media screen and (min-width: 1025px), print {
	#l-header .header-inner .header-anchor .anchor-list .list-item dl dt .list-en {
		font-size : 42px;
		font-size : 4.2rem;
	}
}
#l-header .header-inner .header-anchor .anchor-list .list-item dl dt .list-ja {
	display : block;
	font-weight : bold;
	font-size : 14px;
	font-size : 14px;
	font-size : 1.4rem;
}
@media screen and (min-width: 768px), print {
	#l-header .header-inner .header-anchor .anchor-list .list-item dl dt .list-ja {
		font-size : 18px;
		font-size : 1.8rem;
	}
}
@media screen and (min-width: 1025px), print {
	#l-header .header-inner .header-anchor .anchor-list .list-item dl dt .list-ja {
		font-size : 22px;
		font-size : 2.2rem;
	}
}
#l-header .header-inner .header-anchor .anchor-list .list-item dl dd {
	margin-top : 10px;
}
@media screen and (min-width: 1025px), print {
	#l-header .header-inner .header-anchor .anchor-list .list-item:hover {
		background : -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), color-stop(56%, rgba(198, 159, 102, 0)), to(#ff8a00));
		background : -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(198, 159, 102, 0) 56%, #ff8a00 100%);
		background :         linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(198, 159, 102, 0) 56%, #ff8a00 100%);
	}
	#l-header .header-inner .header-anchor .anchor-list .list-item:hover:before {
		background-image : url(../images/ico_pc_arrow_hover.png);
	}
	#l-header .header-inner .header-anchor .anchor-list .list-item:hover .list-img {
		opacity : 0.7;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	}
}

/* content style */
#l-content .subt-top {
	text-align : center;
}
@media screen and (min-width: 1600px), print {
	#l-content .subt-top {
		width : 1400px;
		margin : 0 auto;
	}
}
#l-content .subt-top .subt-en {
	display : inline-block;
	position : relative;
	font-family : 'Muli', sans-serif;
	font-weight : 900;
	letter-spacing : +4px;
	font-size : 22px;
	font-size : 22px;
	font-size : 2.2rem;
}
@media screen and (min-width: 768px), print {
	#l-content .subt-top .subt-en {
		letter-spacing : +10px;
		font-size : 53px;
		font-size : 5.3rem;
	}
}
#l-content .subt-top .subt-en:before {
	content : '';
	display : inline-block;
	width : 25px;
	height : 2px;
	background : #fd9a25;
	position : absolute;
	left : -15px;
	top : 50%;
	margin-top : -1px;
}
@media screen and (min-width: 768px), print {
	#l-content .subt-top .subt-en:before {
		width : 80px;
		height : 4px;
		left : -54px;
		margin-top : -2px;
	}
}
#l-content .subt-top .subt-en span {
	display : inline-block;
	position : relative;
}
#l-content .subt-top .subt-jp {
	display : block;
	font-weight : bold;
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
}
@media screen and (min-width: 768px), print {
	#l-content .subt-top .subt-jp {
		font-size : 16px;
		font-size : 1.6rem;
	}
}

#l-content .lineup-area {
	margin-top : 25px;
}
@media screen and (min-width: 768px), print {
	#l-content .lineup-area {
		margin-top : 95px;
	}
}
#l-content .lineup-area .subt-top {
	margin : 0 20px;
}
@media screen and (min-width: 1600px), print {
	#l-content .lineup-area .subt-top {
		width : 1400px;
		margin : 0 auto;
	}
}

#l-content .lineup-cat {
	margin-top : 30px;
	position : relative;
}
@media screen and (min-width: 768px), print {
	#l-content .lineup-cat {
		margin-top : 100px;
	}
}
#l-content .lineup-cat .cat-main {
	position : relative;
	height : 205px;
	background-position : top center;
	background-repeat : no-repeat;
	background-size : auto 205px;
	background-color : #fd9a25;
}
@media screen and (min-width: 768px), print {
	#l-content .lineup-cat .cat-main {
		height : 300px;
		background-size : auto 300px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .lineup-cat .cat-main {
		height : 390px;
		background-size : auto 390px;
	}
}
#l-content .lineup-cat .cat-main.laser {
	background-image : url(../images/cat_sp_laser.jpg);
}
@media screen and (min-width: 768px), print {
	#l-content .lineup-cat .cat-main.laser {
		background-image : url(../images/cat_pc_laser.jpg);
	}
}
#l-content .lineup-cat .cat-main.watch {
	background-image : url(../images/cat_sp_watch.jpg);
}
@media screen and (min-width: 768px), print {
	#l-content .lineup-cat .cat-main.watch {
		background-image : url(../images/cat_pc_watch.jpg);
	}
}
#l-content .lineup-cat .cat-main.display {
	background-image : url(../images/cat_sp_display.jpg);
}
@media screen and (min-width: 768px), print {
	#l-content .lineup-cat .cat-main.display {
		background-image : url(../images/cat_pc_display.jpg);
	}
}
#l-content .lineup-cat .cat-main.voice {
	background-image : url(../images/cat_sp_voice.jpg);
}
@media screen and (min-width: 768px), print {
	#l-content .lineup-cat .cat-main.voice {
		background-image : url(../images/cat_pc_voice.jpg);
	}
}
#l-content .lineup-cat .cat-main h3 {
	color : #fff;
	position : absolute;
	top : 25px;
	left : 20px;
	font-weight : bold;
	font-size : 27px;
	font-size : 27px;
	font-size : 2.7rem;
}
@media only screen and (orientation: landscape) {
	#l-content .lineup-cat .cat-main h3 {
		left : calc(50vw - 205px);
	}
}
@media screen and (min-width: 768px), print {
	#l-content .lineup-cat .cat-main h3 {
		top : 70px;
		left : 20px;
		font-size : 40px;
		font-size : 4rem;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .lineup-cat .cat-main h3 {
		top : 100px;
		font-size : 66px;
		font-size : 6.6rem;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .lineup-cat .cat-main h3 {
		left : calc(50vw - 700px);
	}
}
#l-content .lineup-cat .cat-main .main-en {
	color : #fff;
	position : absolute;
	top : 70px;
	left : 20px;
	font-family : 'Muli', sans-serif;
	font-weight : 900;
	letter-spacing : +4px;
	font-size : 18px;
	font-size : 18px;
	font-size : 1.8rem;
}
@media only screen and (orientation: landscape) {
	#l-content .lineup-cat .cat-main .main-en {
		left : calc(50vw - 195px);
	}
}
@media screen and (min-width: 768px), print {
	#l-content .lineup-cat .cat-main .main-en {
		top : 50%;
		-webkit-transform : translateY(-50%);
		    -ms-transform : translateY(-50%);
		        transform : translateY(-50%);
		left : auto;
		right : 20px;
		letter-spacing : +12px;
		font-size : 38px;
		font-size : 3.8rem;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .lineup-cat .cat-main .main-en {
		font-size : 60px;
		font-size : 6rem;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .lineup-cat .cat-main .main-en {
		right : calc(50vw - 700px);
	}
}
#l-content .lineup-cat .cat-main .main-en:before {
	content : '';
	display : inline-block;
	width : 32px;
	height : 2px;
	background : #fd9a25;
	position : absolute;
	left : -20px;
	top : 50%;
	margin-top : -1px;
}
@media screen and (min-width: 768px), print {
	#l-content .lineup-cat .cat-main .main-en:before {
		width : 100px;
		height : 4px;
		left : -70px;
		margin-top : -2px;
	}
}
#l-content .lineup-cat .cat-main .main-en span {
	display : block;
	position : relative;
}
#l-content .lineup-cat .cat-desc {
	margin : 15px 20px 0;
}
@media screen and (min-width: 768px), print {
	#l-content .lineup-cat .cat-desc {
		margin : 0;
		position : absolute;
		top : 160px;
		left : 20px;
		color : #fff;
		width : 47%;
		font-size : 20px;
		font-size : 2rem;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .lineup-cat .cat-desc {
		top : 225px;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .lineup-cat .cat-desc {
		left : calc(50vw - 700px);
		width : 640px;
	}
}
@media screen and (min-width: 768px), print {
	#l-content .lineup-cat .cat-desc span {
		background-color : rgba(0, 0, 0, 0.25);
	}
}

#l-content .lineup-subcat {
	margin-top : 20px;
	border-top : 1px solid rgba(0, 0, 0, 0.15);
	border-bottom : 1px solid rgba(0, 0, 0, 0.15);
	position : relative;
	text-align : center;
	font-size : 20px;
	font-size : 20px;
	font-size : 2rem;
	font-weight : bold;
	padding : 15px 20px 30px;
}
@media screen and (min-width: 768px), print {
	#l-content .lineup-subcat {
		margin : 75px 20px 0;
		border-top : none;
		padding : 0 0 25px;
		text-align : left;
		font-size : 30px;
		font-size : 3rem;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .lineup-subcat {
		width : 1400px;
		margin : 75px auto 0;
	}
}
#l-content .lineup-subcat:before {
	content : '';
	display : inline-block;
	width : 17px;
	height : 2px;
	background : #fd9a25;
	position : absolute;
	bottom : 23px;
	left : 50%;
	margin-left : -8px;
}
@media screen and (min-width: 768px), print {
	#l-content .lineup-subcat:before {
		width : 167px;
		height : 3px;
		left : 0;
		margin-left : 0;
		bottom : -2px;
	}
}

#l-content .item-list {
	margin : 0 3px;
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list {
		margin : 0 20px;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .item-list {
		width : 1400px;
		margin : 0 auto;
	}
}
#l-content .item-list > li {
	width : 50%;
	position : relative;
	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;
	margin-top : 20px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li {
		width : calc(25% - 15px);
		margin-left : 20px;
		margin-top : 100px;
	}
	#l-content .item-list > li:nth-child(4n + 1) {
		margin-left : 0;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .item-list > li {
		width : 305px;
		margin-left : 60px;
	}
}
#l-content .item-list > li.delay-show {
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	-webkit-transform : translateY(0px);
	    -ms-transform : translateY(0px);
	        transform : translateY(0px);
}
#l-content .item-list > li .item-box {
	padding : 15px 10px;
	position : relative;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box {
		padding : 95px 0 0;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-list > li .item-box {
		padding : 130px 0 0;
	}
}
#l-content .item-list > li .item-box .item-info {
	min-height : 46px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-info {
		position : absolute;
		top : 0;
		left : 0;
		width : 90px;
		min-height : 10px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-list > li .item-box .item-info {
		width : 110px;
	}
}
#l-content .item-list > li .item-box .item-info .info-opt {
	background : #fd9a25;
	color : #fff;
	text-align : center;
	border-radius : 10px;
	padding : 2px;
	font-weight : bold;
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
	margin-bottom : 10px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-info .info-opt {
		border-radius : 15px;
		padding : 5px;
		font-size : 12px;
		font-size : 1.2rem;
	}
}
#l-content .item-list > li .item-box .item-info .info-opt.color-green {
	background : #8bc34a;
}
#l-content .item-list > li .item-box .item-info .info-ico {
	*zoom : 1;
}
#l-content .item-list > li .item-box .item-info .info-ico:after {
	content : ' ';
	display : table;
	clear : both;
}
#l-content .item-list > li .item-box .item-info .info-ico li {
	width : calc(50% - 2px);
	float : left;
	margin-right : 4px;
	background : #fff;
	text-align : center;
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
}
#l-content .item-list > li .item-box .item-info .info-ico li:nth-child(even) {
	margin-right : 0;
}
#l-content .item-list > li .item-box .item-info .info-ico li:nth-child(n + 3) {
	margin-top : 4px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-info .info-ico li {
		width : auto;
		float : none;
		margin-right : 0;
	}
	#l-content .item-list > li .item-box .item-info .info-ico li + li {
		margin-top : 3px;
	}
	#l-content .item-list > li .item-box .item-info .info-ico li:nth-child(n + 3) {
		margin-top : 3px;
	}
}
#l-content .item-list > li .item-box .item-logo {
	text-align : center;
	margin-top : 10px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-logo {
		margin-top : 0;
		position : absolute;
		right : 0;
		top : 0;
	}
}
#l-content .item-list > li .item-box .item-logo img {
	width : 100px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-logo img {
		width : 70px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-list > li .item-box .item-logo img {
		width : 100px;
	}
}
#l-content .item-list > li .item-box .item-img {
	text-align : center;
	margin-top : 20px;
	position : relative;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-img {
		margin-top : 0;
	}
}
#l-content .item-list > li .item-box .item-img img {
	width : 125px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-img img {
		width : auto;
	}
}
#l-content .item-list > li .item-box .item-img.is-campaign:after {
	content : '';
	display : inline-block;
	width : 40px;
	height : 40px;
	background : url(../images/ico_cmp.png) no-repeat;
	background-size : 40px 40px;
	position : absolute;
	bottom : 0;
	right : 0;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-img.is-campaign:after {
		width : 80px;
		height : 80px;
		background-size : 80px 80px;
	}
}
#l-content .item-list > li .item-box h3 {
	font-weight : bold;
	text-align : center;
	margin-top : 10px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box h3 {
		margin-top : 30px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-list > li .item-box h3 {
		margin-top : 40px;
	}
}
#l-content .item-list > li .item-box .item-price {
	text-align : center;
}
#l-content .item-list > li .item-box .item-shop {
	margin-top : 10px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-shop {
		margin-top : 15px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-list > li .item-box .item-shop {
		margin : 25px 20px 0;
	}
}
#l-content .item-list > li .item-box .item-shop li {
	margin-top : 5px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-shop li {
		margin-top : 10px;
	}
}
#l-content .item-list > li .item-box .item-shop li.reservation {
	background : #b9baba;
	color : #fff;
	padding : 6px 0;
	font-size : 12px;
	font-size : 1.2rem;
	text-align : center;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-shop li.reservation {
		font-size : 1.4rem;
		padding : 10px 0;
	}
}
#l-content .item-list > li .item-box .item-shop li a {
	display : block;
	padding : 0 5px;
	text-decoration : none;
	font-weight : bold;
	position : relative;
	line-height : 1;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-shop li a {
		font-size : 14px;
		font-size : 1.4rem;
		padding : 0 10px;
	}
}
#l-content .item-list > li .item-box .item-shop li a:before {
	content : '';
	display : inline-block;
	width : 6px;
	position : absolute;
	top : 0;
	left : 0;
	bottom : 0;
	background-position : left;
	background-repeat : no-repeat;
	background-size : auto 100%;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-shop li a:before {
		width : 10px;
	}
}
#l-content .item-list > li .item-box .item-shop li a:after {
	content : '';
	display : inline-block;
	width : 6px;
	position : absolute;
	top : 0;
	right : 0;
	bottom : 0;
	background-position : right;
	background-repeat : no-repeat;
	background-size : auto 100%;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-shop li a:after {
		width : 10px;
	}
}
#l-content .item-list > li .item-box .item-shop li a span {
	display : block;
	padding : 9px 0 10px;
	text-align : center;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-shop li a span {
		padding : 14px 0;
	}
}
#l-content .item-list > li .item-box .item-shop li a.shop-official:before {
	background-image : url(../images/btn_sp_official_l.png);
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-shop li a.shop-official:before {
		background-image : url(../images/btn_pc_official_l.png);
	}
}
#l-content .item-list > li .item-box .item-shop li a.shop-official:after {
	background-image : url(../images/btn_sp_official_r.png);
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-shop li a.shop-official:after {
		background-image : url(../images/btn_pc_official_r.png);
	}
}
#l-content .item-list > li .item-box .item-shop li a.shop-official span {
	background : #364145;
	color : #fff;
}
#l-content .item-list > li .item-box .item-shop li a.shop-rakuten:before {
	background-image : url(../images/btn_sp_rakuten_l.png);
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-shop li a.shop-rakuten:before {
		background-image : url(../images/btn_pc_rakuten_l.png);
	}
}
#l-content .item-list > li .item-box .item-shop li a.shop-rakuten:after {
	background-image : url(../images/btn_sp_rakuten_r.png);
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-shop li a.shop-rakuten:after {
		background-image : url(../images/btn_pc_rakuten_r.png);
	}
}
#l-content .item-list > li .item-box .item-shop li a.shop-rakuten span {
	background : url(../images/btn_sp_rakuten_c.png) center repeat-x;
	background-size : auto 100%;
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li .item-box .item-shop li a.shop-rakuten span {
		background-image : url(../images/btn_pc_rakuten_c.png);
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-list > li .item-box .item-shop li a:hover {
		color : #fff;
	}
	#l-content .item-list > li .item-box .item-shop li a:hover:before {
		background-image : url(../images/btn_pc_hoverl_l.png);
	}
	#l-content .item-list > li .item-box .item-shop li a:hover:after {
		background-image : url(../images/btn_pc_hoverl_r.png);
	}
	#l-content .item-list > li .item-box .item-shop li a:hover span {
		background : #fd9a25;
	}
}
#l-content .item-list > li:before {
	content : '';
	display : block;
	position : absolute;
	top : 0;
	left : 2px;
	right : 2px;
	bottom : 0;
	background : rgba(255, 255, 255, 0.45);
	-webkit-box-shadow : 0 0 35px rgba(0, 0, 0, 0.1);
	        box-shadow : 0 0 35px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px), print {
	#l-content .item-list > li:before {
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-list > li:before {
		top : -40px;
		left : -15px;
		right : -15px;
		bottom : -40px;
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		-webkit-transition : all 0.3s ease;
		        transition : all 0.3s ease;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .item-list > li:before {
		left : -40px;
		right : -40px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-list > li:hover:before {
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
}

#l-content .item-more {
	padding : 20px 20px 0;
}
@media screen and (min-width: 768px), print {
	#l-content .item-more {
		border-top : none;
		margin : 100px 20px 0;
		padding : 0;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .item-more {
		width : 1400px;
		margin : 100px auto 0;
	}
}
#l-content .item-more a {
	display : block;
	background : #fff;
	text-align : center;
	text-decoration : none;
	padding : 17px 10px;
	border-radius : 30px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-more a {
		padding : 40px 10px;
		border-radius : 60px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-more a {
		-webkit-transition : all 0.3s ease;
		        transition : all 0.3s ease;
	}
}
#l-content .item-more a span {
	display : inline-block;
	position : relative;
	padding-left : 32px;
	font-family : 'Muli', sans-serif;
	letter-spacing : +4px;
	font-size : 16px;
	font-size : 16px;
	font-size : 1.6rem;
}
@media screen and (min-width: 768px), print {
	#l-content .item-more a span {
		font-size : 26px;
		font-size : 2.6rem;
	}
}
#l-content .item-more a span:before {
	content : '';
	display : inline-block;
	width : 12px;
	height : 2px;
	position : absolute;
	left : 0;
	top : 50%;
	margin-top : -1px;
	background : #364145;
}
@media screen and (min-width: 768px), print {
	#l-content .item-more a span:before {
		width : 18px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-more a span:before {
		-webkit-transition : all 0.3s ease;
		        transition : all 0.3s ease;
	}
}
#l-content .item-more a span:after {
	content : '';
	display : inline-block;
	width : 2px;
	height : 12px;
	position : absolute;
	left : 5px;
	top : 50%;
	margin-top : -6px;
	background : #364145;
}
@media screen and (min-width: 768px), print {
	#l-content .item-more a span:after {
		height : 18px;
		left : 8px;
		margin-top : -9px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-more a span:after {
		-webkit-transition : all 0.3s ease;
		        transition : all 0.3s ease;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-more a:hover {
		background : #fd9a25;
		color : #fff;
	}
	#l-content .item-more a:hover span:before {
		background : #fff;
	}
	#l-content .item-more a:hover span:after {
		background : #fff;
	}
}

#l-content .item-pdf {
	padding : 20px 20px 0;
}
@media screen and (min-width: 768px), print {
	#l-content .item-pdf {
		border-top : none;
		margin : 50px 20px 0;
		padding : 0;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .item-pdf {
		width : 1400px;
		margin : 100px auto 0;
	}
}
#l-content .item-pdf a {
	display : block;
	background : #fff;
	text-align : center;
	text-decoration : none;
	padding : 17px 10px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-pdf a {
		padding : 40px 10px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-pdf a {
		-webkit-transition : all 0.3s ease;
		        transition : all 0.3s ease;
	}
}
#l-content .item-pdf a span {
	display : inline-block;
	position : relative;
	padding-right : 40px;
	font-size : 16px;
	font-size : 16px;
	font-size : 1.6rem;
}
@media screen and (min-width: 768px), print {
	#l-content .item-pdf a span {
		padding-right : 55px;
		font-size : 26px;
		font-size : 2.6rem;
	}
}
#l-content .item-pdf a span:before {
	content : '';
	display : inline-block;
	width : 27px;
	height : 27px;
	position : absolute;
	right : 0;
	top : 50%;
	margin-top : -14px;
	background : url(../images/ico_pdf.png) no-repeat;
	background-size : 100% 100%;
}
@media screen and (min-width: 768px), print {
	#l-content .item-pdf a span:before {
		width : 40px;
		height : 40px;
		margin-top : -20px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-pdf a:hover {
		background : #fd9a25;
		color : #fff;
	}
	#l-content .item-pdf a:hover span:before {
		background : url(../images/ico_pdf_hover.png) no-repeat;
		background-size : 100% 100%;
	}
}

#l-content .item-desc {
	margin-top : 10px;
	padding : 20px;
	border-top : 1px dotted #364145;
}
@media screen and (min-width: 768px), print {
	#l-content .item-desc {
		margin : 20px 20px 0;
		border-top : 1px solid rgba(0, 0, 0, 0.08);
		border-bottom : 1px solid rgba(0, 0, 0, 0.08);
		padding : 50px 0;
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		-webkit-box-align : center;
		-ms-flex-align : center;
		align-items : center;
		-webkit-box-pack : justify;
		-ms-flex-pack : justify;
		justify-content : space-between;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .item-desc {
		width : 1400px;
		margin : 20px auto 0;
	}
}
@media screen and (min-width: 768px), print {
	#l-content .item-desc .desc-mark {
		width : 36.3%;
		padding-right : 20px;
		border-right : 1px solid rgba(0, 0, 0, 0.08);
	}
}
#l-content .item-desc .desc-mark dl {
	position : relative;
	padding-left : 95px;
	min-height : 25px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-desc .desc-mark dl {
		padding : 35px 0 0 25px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-desc .desc-mark dl {
		padding : 0 0 0 200px;
		min-height : 30px;
	}
}
#l-content .item-desc .desc-mark dl + dl {
	margin-top : 5px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-desc .desc-mark dl + dl {
		margin-top : 10px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-desc .desc-mark dl + dl {
		margin-top : 4px;
	}
}
#l-content .item-desc .desc-mark dl:before {
	content : '…';
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
	color : rgba(54, 65, 69, 0.4);
	font-weight : bold;
	position : absolute;
	left : 77px;
	top : 0;
}
@media screen and (min-width: 768px), print {
	#l-content .item-desc .desc-mark dl:before {
		font-size : 13px;
		font-size : 1.3rem;
		left : 0;
		top : 38px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-desc .desc-mark dl:before {
		left : 160px;
		top : 4px;
	}
}
#l-content .item-desc .desc-mark dl dt {
	position : absolute;
	left : 0;
	top : 0;
	background : #fff;
	display : inline-block;
	text-align : center;
	min-width : 70px;
	padding : 5px 0 4px;
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
}
@media screen and (min-width: 768px), print {
	#l-content .item-desc .desc-mark dl dt {
		font-size : 13px;
		font-size : 1.3rem;
		min-width : 140px;
		font-weight : bold;
	}
}
#l-content .item-desc .desc-mark dl dd {
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
}
@media screen and (min-width: 768px), print {
	#l-content .item-desc .desc-mark dl dd {
		padding-top : 4px;
		font-size : 13px;
		font-size : 1.3rem;
	}
}
#l-content .item-desc .desc-opt {
	margin-top : 20px;
	border-top : 1px solid rgba(54, 65, 69, 0.4);
	padding-top : 20px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-desc .desc-opt {
		width : 28%;
		margin-top : 0;
		border-top : 0;
		padding-top : 0;
	}
}
#l-content .item-desc .desc-opt dl {
	position : relative;
	padding-left : 147px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-desc .desc-opt dl {
		padding : 40px 0 0 25px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-desc .desc-opt dl {
		padding : 0 0 0 195px;
	}
}
#l-content .item-desc .desc-opt dl:before {
	content : '…';
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
	color : rgba(54, 65, 69, 0.4);
	font-weight : bold;
	position : absolute;
	left : 127px;
	top : 0;
}
@media screen and (min-width: 768px), print {
	#l-content .item-desc .desc-opt dl:before {
		font-size : 13px;
		font-size : 1.3rem;
		left : 0;
		top : 44px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .item-desc .desc-opt dl:before {
		left : 160px;
		top : 5px;
	}
}
#l-content .item-desc .desc-opt dl dt {
	position : absolute;
	left : 0;
	top : 0;
	background : #fd9a25;
	color : #fff;
	font-weight : bold;
	display : inline-block;
	text-align : center;
	min-width : 118px;
	padding : 2px 0 2px;
	border-radius : 10px;
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
}
@media screen and (min-width: 768px), print {
	#l-content .item-desc .desc-opt dl dt {
		min-width : 140px;
		padding : 7px 0 7px;
		border-radius : 20px;
		font-size : 13px;
		font-size : 1.3rem;
	}
}
#l-content .item-desc .desc-opt dl .color-green {
	background : #8bc34a;
}
#l-content .item-desc .desc-opt dl dd {
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
}
@media screen and (min-width: 768px), print {
	#l-content .item-desc .desc-opt dl dd {
		padding-top : 5px;
		font-size : 13px;
		font-size : 1.3rem;
	}
}
#l-content .item-desc .desc-att {
	margin-top : 12px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-desc .desc-att {
		width : 30%;
		margin-top : 0;
	}
}
#l-content .item-desc .desc-att dl dt {
	position : relative;
	padding-left : 25px;
	font-weight : bold;
	font-size : 11px;
	font-size : 11px;
	font-size : 1.1rem;
}
@media screen and (min-width: 768px), print {
	#l-content .item-desc .desc-att dl dt {
		padding-left : 30px;
		font-size : 13px;
		font-size : 1.3rem;
	}
}
#l-content .item-desc .desc-att dl dt:before {
	content : '';
	display : inline-block;
	width : 15px;
	height : 15px;
	background : url(../images/ico_sp_att.png) no-repeat;
	background-size : 15px 15px;
	position : absolute;
	left : 0;
	top : 50%;
	margin-top : -9px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-desc .desc-att dl dt:before {
		width : 20px;
		height : 20px;
		background : url(../images/ico_pc_att.png) no-repeat;
		background-size : 20px 20px;
		margin-top : -11px;
	}
}
#l-content .item-desc .desc-att dl dd {
	margin-top : 12px;
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
}
@media screen and (min-width: 768px), print {
	#l-content .item-desc .desc-att dl dd {
		font-size : 12px;
		font-size : 1.2rem;
	}
}

#l-content .item-campaign {
	padding : 0 20px 20px;
	border-bottom : 1px dotted #364145;
}
@media screen and (min-width: 768px), print {
	#l-content .item-campaign {
		margin : 50px 20px 0;
		padding : 0 0 50px;
		border-bottom : 1px solid rgba(0, 0, 0, 0.08);
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .item-campaign {
		width : 1400px;
		margin : 50px auto 0;
	}
}
#l-content .item-campaign dl {
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
}
#l-content .item-campaign dl dt {
	width : 40px;
	margin-right : 10px;
}
@media screen and (min-width: 768px), print {
	#l-content .item-campaign dl dt {
		width : 80px;
		margin-right : 20px;
	}
}
#l-content .item-campaign dl dd {
	position : relative;
	padding-left : 20px;
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
}
@media screen and (min-width: 768px), print {
	#l-content .item-campaign dl dd {
		padding-left : 40px;
		font-size : 13px;
		font-size : 1.3rem;
	}
}
#l-content .item-campaign dl dd:before {
	content : '…';
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
	color : rgba(54, 65, 69, 0.4);
	font-weight : bold;
	position : absolute;
	left : 0;
	top : 50%;
	margin-top : -0.8em;
}
@media screen and (min-width: 768px), print {
	#l-content .item-campaign dl dd:before {
		font-size : 13px;
		font-size : 1.3rem;
	}
}

#l-content .blog-area {
	margin-top : 40px;
	background : #eaf1f3;
	padding : 30px 20px 40px;
}
@media screen and (min-width: 768px), print {
	#l-content .blog-area {
		margin-top : 120px;
		padding : 95px 20px;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .blog-area {
		padding : 95px 0;
	}
}
#l-content .blog-area .blog-list {
	margin-top : 25px;
	border-top : 1px solid #d7e0e2;
}
@media screen and (min-width: 768px), print {
	#l-content .blog-area .blog-list {
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		border-top : none;
		-ms-flex-wrap : wrap;
		    flex-wrap : wrap;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .blog-area .blog-list {
		width : 1400px;
		margin : 25px auto;
	}
}
#l-content .blog-area .blog-list li {
	border-bottom : 1px solid #d7e0e2;
	padding : 20px 0;
}
@media screen and (min-width: 768px), print {
	#l-content .blog-area .blog-list li {
		margin-top : 40px;
		border-bottom : none;
		width : calc(25% - 30px);
		margin-right : 40px;
	}
	#l-content .blog-area .blog-list li:nth-child(4n) {
		margin-right : 0;
	}
}
#l-content .blog-area .blog-list li a {
	display : block;
	*zoom : 1;
	text-decoration : none;
}
#l-content .blog-area .blog-list li a:after {
	content : ' ';
	display : table;
	clear : both;
}
#l-content .blog-area .blog-list li a .item-img {
	width : 100px;
	float : left;
	margin-right : 15px;
	position : relative;
	background-color : #000;
	overflow : hidden;
}
@media screen and (min-width: 768px), print {
	#l-content .blog-area .blog-list li a .item-img {
		width : auto;
		float : none;
		margin-right : 0;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .blog-area .blog-list li a .item-img {
		height : 240px;
	}
}
#l-content .blog-area .blog-list li a .item-img img {
	width : 100%;
	height : auto;
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto;
}
@media screen and (min-width: 768px), print {
	#l-content .blog-area .blog-list li a .item-img img {
		-webkit-transition : all 0.3s ease;
		        transition : all 0.3s ease;
	}
}
#l-content .blog-area .blog-list li a .item-img:before {
	content : '';
	position : relative;
	top : 0;
	left : 0;
	padding-top : 75%;
	height : 100%;
	display : block;
}
#l-content .blog-area .blog-list li a dl {
	overflow : hidden;
}
@media screen and (min-width: 768px), print {
	#l-content .blog-area .blog-list li a dl {
		margin-top : 20px;
	}
}
#l-content .blog-area .blog-list li a dl dt {
	*zoom : 1;
}
#l-content .blog-area .blog-list li a dl dt:after {
	content : ' ';
	display : table;
	clear : both;
}
#l-content .blog-area .blog-list li a dl dt .item-date {
	float : left;
	font-weight : bold;
	opacity : 0.5;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
	padding-top : 3px;
}
@media screen and (min-width: 768px), print {
	#l-content .blog-area .blog-list li a dl dt .item-date {
		font-size : 14px;
		font-size : 1.4rem;
	}
}
#l-content .blog-area .blog-list li a dl dt .item-shop {
	display : inline-block;
	float : right;
	padding : 2px 5px;
	border : 1px solid rgba(54, 65, 69, 0.15);
	border-radius : 10px;
	font-size : 10px;
	font-size : 10px;
	font-size : 1rem;
}
@media screen and (min-width: 768px), print {
	#l-content .blog-area .blog-list li a dl dt .item-shop {
		font-size : 11px;
		font-size : 1.1rem;
	}
}
#l-content .blog-area .blog-list li a dl dd {
	margin-top : 7px;
}
@media screen and (min-width: 768px), print {
	#l-content .blog-area .blog-list li a dl dd {
		text-decoration : underline;
		font-size : 15px;
		font-size : 1.5rem;
		-webkit-transition : all 0.3s ease;
		        transition : all 0.3s ease;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .blog-area .blog-list li a:hover .item-img img {
		-webkit-transform : scale(1.1);
		    -ms-transform : scale(1.1);
		        transform : scale(1.1);
	}
	#l-content .blog-area .blog-list li a:hover dl dd {
		color : #f0870a;
	}
}
#l-content .blog-area .blog-btn {
	margin-top : 25px;
}
@media screen and (min-width: 768px), print {
	#l-content .blog-area .blog-btn {
		width : 440px;
		margin : 55px auto 0;
	}
}
#l-content .blog-area .blog-btn a {
	display : block;
	position : relative;
	color : #364145;
	text-decoration : none;
	text-align : center;
	padding : 0 10px;
}
#l-content .blog-area .blog-btn a:before {
	content : '';
	display : inline-block;
	width : 10px;
	position : absolute;
	left : 0;
	top : 0;
	bottom : 0;
	background : url(../images/btn_sp_blog_l.png) left no-repeat;
	background-size : auto 100%;
}
@media screen and (min-width: 768px), print {
	#l-content .blog-area .blog-btn a:before {
		background : url(../images/btn_pc_blog_l.png) left no-repeat;
		background-size : auto 100%;
	}
}
#l-content .blog-area .blog-btn a:after {
	content : '';
	display : inline-block;
	width : 10px;
	position : absolute;
	right : 0;
	top : 0;
	bottom : 0;
	background : url(../images/btn_sp_blog_r.png) right no-repeat;
	background-size : auto 100%;
}
@media screen and (min-width: 768px), print {
	#l-content .blog-area .blog-btn a:after {
		background : url(../images/btn_pc_blog_r.png) right no-repeat;
		background-size : auto 100%;
	}
}
#l-content .blog-area .blog-btn a .btn-inner {
	display : block;
	position : relative;
	background : url(../images/btn_sp_blog_c.png) repeat-x;
	background-size : auto 100%;
	padding : 20px 0 19px;
}
@media screen and (min-width: 768px), print {
	#l-content .blog-area .blog-btn a .btn-inner {
		background : url(../images/btn_pc_blog_c.png) repeat-x;
		background-size : auto 100%;
		padding : 27px 0;
	}
}
#l-content .blog-area .blog-btn a .btn-inner .btn-txt {
	font-size : 13px;
	font-size : 13px;
	font-size : 1.3rem;
	font-weight : bold;
	display : inline-block;
	vertical-align : middle;
}
@media screen and (min-width: 768px), print {
	#l-content .blog-area .blog-btn a .btn-inner .btn-txt {
		font-size : 20px;
		font-size : 2rem;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .blog-area .blog-btn a:hover {
		color : #fff;
	}
	#l-content .blog-area .blog-btn a:hover:before {
		background : url(../images/btn_pc_shophover_l.png) left no-repeat;
		background-size : auto 100%;
	}
	#l-content .blog-area .blog-btn a:hover:after {
		background : url(../images/btn_pc_shophover_r.png) right no-repeat;
		background-size : auto 100%;
	}
	#l-content .blog-area .blog-btn a:hover .btn-inner {
		background : #fd9a25;
	}
}

#l-content .campaign-area {
	margin-top : 40px;
	background : #fff;
	padding : 30px 20px 0;
}
@media screen and (min-width: 768px), print {
	#l-content .campaign-area {
		margin-top : 120px;
		padding : 95px 20px;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .campaign-area {
		padding : 95px 0;
	}
}
#l-content .campaign-area .campaign-att {
	margin-top : 10px;
	text-align : center;
}
#l-content .campaign-area .campaign-img {
	margin : 25px -20px 0;
	text-align : center;
}
@media screen and (min-width: 768px), print {
	#l-content .campaign-area .campaign-img {
		margin : 65px 0 0;
	}
}
#l-content .campaign-area .campaign-img img {
	width : 100%;
}
@media screen and (min-width: 768px), print {
	#l-content .campaign-area .campaign-img img {
		width : auto;
	}
}
@media screen and (min-width: 768px), print {
	#l-content .campaign-area .campaign-img .img-sp {
		display : none;
	}
}
#l-content .campaign-area .campaign-img .img-pc {
	display : none;
}
@media screen and (min-width: 768px), print {
	#l-content .campaign-area .campaign-img .img-pc {
		display : inline-block;
	}
}
#l-content .campaign-area .campaign-list {
	margin-top : 25px;
}
@media screen and (min-width: 768px), print {
	#l-content .campaign-area .campaign-list {
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		margin : 65px -20px 0;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .campaign-area .campaign-list {
		width : 1440px;
		margin : 65px auto 0;
	}
}
#l-content .campaign-area .campaign-list li {
	text-align : center;
	margin-top : 10px;
}
@media screen and (min-width: 768px), print {
	#l-content .campaign-area .campaign-list li {
		margin : 0;
		width : calc(100% / 3);
		padding : 0 20px;
	}
}

#l-content .shop-area {
	background : url(../images/bg_sp_shop.png) center center no-repeat #364145;
	background-size : 400px 400px;
	color : #fff;
	padding : 30px 20px 40px;
}
@media screen and (min-width: 768px), print {
	#l-content .shop-area {
		background : url(../images/bg_pc_shop.png) center center no-repeat #364145;
		padding : 95px 20px;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .shop-area {
		padding : 95px 0;
	}
}
#l-content .shop-area .shop-text {
	margin-top : 25px;
	text-align : center;
}
@media screen and (min-width: 768px), print {
	#l-content .shop-area .shop-text {
		margin-top : 55px;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .shop-area .shop-text {
		width : 1400px;
		margin : 55px auto 0;
	}
}
#l-content .shop-area .shop-btn {
	margin-top : 25px;
}
@media screen and (min-width: 768px), print {
	#l-content .shop-area .shop-btn {
		width : 440px;
		margin : 55px auto 0;
	}
	#l-content .shop-area .shop-btn + .shop-btn {
		margin-top : 30px;
	}
}
#l-content .shop-area .shop-btn a {
	display : block;
	position : relative;
	color : #fff;
	text-decoration : none;
	text-align : center;
	padding : 0 10px;
}
#l-content .shop-area .shop-btn a:before {
	content : '';
	display : inline-block;
	width : 10px;
	position : absolute;
	left : 0;
	top : 0;
	bottom : 0;
	background : url(../images/btn_sp_shop_l.png) left no-repeat;
	background-size : auto 100%;
}
@media screen and (min-width: 768px), print {
	#l-content .shop-area .shop-btn a:before {
		background : url(../images/btn_pc_shop_l.png) left no-repeat;
		background-size : auto 100%;
	}
}
#l-content .shop-area .shop-btn a:after {
	content : '';
	display : inline-block;
	width : 10px;
	position : absolute;
	right : 0;
	top : 0;
	bottom : 0;
	background : url(../images/btn_sp_shop_r.png) right no-repeat;
	background-size : auto 100%;
}
@media screen and (min-width: 768px), print {
	#l-content .shop-area .shop-btn a:after {
		background : url(../images/btn_pc_shop_r.png) right no-repeat;
		background-size : auto 100%;
	}
}
#l-content .shop-area .shop-btn a .btn-inner {
	display : block;
	position : relative;
	background : url(../images/btn_sp_shop_c.png) repeat-x;
	background-size : auto 100%;
	padding : 20px 0 19px;
}
@media screen and (min-width: 768px), print {
	#l-content .shop-area .shop-btn a .btn-inner {
		background : url(../images/btn_pc_shop_c.png) repeat-x;
		background-size : auto 100%;
		padding : 27px 0;
	}
}
#l-content .shop-area .shop-btn a .btn-inner .btn-logo {
	display : inline-block;
	width : 87px;
	height : 19px;
	background : url(../images/golf5_sp_logo.png) no-repeat;
	background-size : 87px 19px;
	text-indent : -9999px;
	overflow : hidden;
	vertical-align : middle;
	margin-right : 8px;
}
@media screen and (min-width: 768px), print {
	#l-content .shop-area .shop-btn a .btn-inner .btn-logo {
		width : 115px;
		height : 25px;
		background : url(../images/golf5_pc_logo.png) no-repeat;
		background-size : 115px 25px;
	}
}
#l-content .shop-area .shop-btn a .btn-inner .btn-txt {
	font-size : 13px;
	font-size : 13px;
	font-size : 1.3rem;
	font-weight : bold;
	display : inline-block;
	vertical-align : middle;
}
@media screen and (min-width: 768px), print {
	#l-content .shop-area .shop-btn a .btn-inner .btn-txt {
		font-size : 17px;
		font-size : 1.7rem;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .shop-area .shop-btn a:hover:before {
		background : url(../images/btn_pc_shophover_l.png) left no-repeat;
		background-size : auto 100%;
	}
	#l-content .shop-area .shop-btn a:hover:after {
		background : url(../images/btn_pc_shophover_r.png) right no-repeat;
		background-size : auto 100%;
	}
	#l-content .shop-area .shop-btn a:hover .btn-inner {
		background : #fd9a25;
	}
}

#l-content .news-area {
	margin-top : 40px;
	background : #fff;
	padding : 30px 10px;
}
@media screen and (min-width: 768px), print {
	#l-content .news-area {
		margin-top : 120px;
		padding : 95px 20px;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .news-area {
		padding : 95px 0;
	}
}
#l-content .news-area .news-list {
	margin-top : 25px;
}
@media screen and (min-width: 768px), print {
	#l-content .news-area .news-list {
		margin-top : 75px;
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		-ms-flex-wrap : wrap;
		    flex-wrap : wrap;
	}
}
@media screen and (min-width: 1600px), print {
	#l-content .news-area .news-list {
		width : 1400px;
		margin : 80px auto;
	}
}
#l-content .news-area .news-list > li {
	border-top : solid 1px #eaf1f3;
	width : 100%;
	position : relative;
	overflow : hidden;
}
#l-content .news-area .news-list > li:before, #l-content .news-area .news-list > li:after {
	content : '';
	display : block;
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0;
	top : 0;
	z-index : 0;
	-webkit-transform : translateX(-100%);
	    -ms-transform : translateX(-100%);
	        transform : translateX(-100%);
}
#l-content .news-area .news-list > li:after {
	background : rgba(234, 241, 243, 0.7);
}
@media screen and (min-width: 1025px), print {
	#l-content .news-area .news-list > li:hover:after {
		-webkit-animation : cover 0.55s cubic-bezier(0.57, 0.43, 0.2, 0.9) forwards;
		        animation : cover 0.55s cubic-bezier(0.57, 0.43, 0.2, 0.9) forwards;
	}
}

@-webkit-keyframes cover {
	45% {
		-webkit-transform : translateX(0%);
		        transform : translateX(0%);
	}
	100% {
		-webkit-transform : translateX(100%);
		        transform : translateX(100%);
	}
}

@keyframes cover {
	45% {
		-webkit-transform : translateX(0%);
		        transform : translateX(0%);
	}
	100% {
		-webkit-transform : translateX(100%);
		        transform : translateX(100%);
	}
}
#l-content .news-area .news-list > li:last-child {
	border-bottom : solid 1px #eaf1f3;
}
#l-content .news-area .news-list > li .list-item {
	text-decoration : none;
	padding : 15px 35px 15px 10px;
	display : block;
	position : relative;
	z-index : 1;
}
@media screen and (min-width: 768px), print {
	#l-content .news-area .news-list > li .list-item {
		padding : 30px 60px 30px 20px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .news-area .news-list > li .list-item {
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
		-ms-flex-wrap : nowrap;
		    flex-wrap : nowrap;
		-webkit-box-align : start;
		-ms-flex-align : start;
		align-items : flex-start;
		margin-top : 0;
	}
}
#l-content .news-area .news-list > li .list-item:before, #l-content .news-area .news-list > li .list-item:after {
	position : absolute;
	content : '';
	margin : auto;
	top : 0;
	bottom : 0;
	right : 10px;
}
@media screen and (min-width: 768px), print {
	#l-content .news-area .news-list > li .list-item:before, #l-content .news-area .news-list > li .list-item:after {
		right : 20px;
	}
}
#l-content .news-area .news-list > li .list-item:before {
	width : 15px;
	height : 2px;
	background-color : #364145;
}
@media screen and (min-width: 768px), print {
	#l-content .news-area .news-list > li .list-item:before {
		width : 20px;
	}
}
#l-content .news-area .news-list > li .list-item:after {
	width : 8px;
	height : 8px;
	border-top : solid 2px #364145;
	border-right : solid 2px #364145;
	-webkit-transform : rotate(45deg);
	    -ms-transform : rotate(45deg);
	        transform : rotate(45deg);
}
@media screen and (min-width: 768px), print {
	#l-content .news-area .news-list > li .list-item:after {
		width : 10px;
		height : 10px;
	}
}
#l-content .news-area .news-list > li .list-item .item-date {
	display : inline-block;
	font-size : 12px;
	font-size : 12px;
	font-size : 1.2rem;
}
@media screen and (min-width: 768px), print {
	#l-content .news-area .news-list > li .list-item .item-date {
		font-size : 15px;
		font-size : 1.5rem;
		margin-top : 2px;
	}
}
#l-content .news-area .news-list > li .list-item .item-label {
	display : inline-block;
	font-size : 12px;
	font-size : 12px;
	font-size : 1.2rem;
	min-width : 100px;
	text-align : center;
	padding : 5px 10px 3px;
	line-height : 1;
	margin-left : 5px;
	border : solid 1px #364145;
}
@media screen and (min-width: 768px), print {
	#l-content .news-area .news-list > li .list-item .item-label {
		font-size : 15px;
		font-size : 1.5rem;
		margin-left : 15px;
		padding : 5px 15px 3px;
		min-width : 140px;
	}
}
#l-content .news-area .news-list > li .list-item .item-ttl {
	font-size : 14px;
	font-size : 14px;
	font-size : 1.4rem;
	font-weight : bold;
	line-height : 1.5;
	margin-top : 10px;
}
@media screen and (min-width: 768px), print {
	#l-content .news-area .news-list > li .list-item .item-ttl {
		line-height : 1;
		font-size : 18px;
		font-size : 1.8rem;
		margin-top : 15px;
	}
}
@media screen and (min-width: 1025px), print {
	#l-content .news-area .news-list > li .list-item .item-ttl {
		margin-left : 25px;
		margin-top : 3px;
	}
}
#l-content .news-area .news-list > li .list-item .item-ttl span {
	font-size : 12px;
	font-size : 12px;
	font-size : 1.2rem;
}
@media screen and (min-width: 768px), print {
	#l-content .news-area .news-list > li .list-item .item-ttl span {
		font-size : 16px;
		font-size : 1.6rem;
	}
}

.m-txt-date {
	padding : 0 20px;
	font-weight : bold;
	letter-spacing : 0.1em;
	margin-top : 20px;
}
@media screen and (min-width: 768px), print {
	.m-txt-date {
		margin-top : 80px;
	}
}
@media screen and (min-width: 1600px), print {
	.m-txt-date {
		padding : 0;
		width : 1400px;
		margin : 80px auto 0;
	}
}
.m-txt-date span {
	background-color : #fd9a25;
	padding : 2px 10px;
	margin-right : 10px;
	color : #fff;
}
@media screen and (min-width: 1600px), print {
	.m-txt-date span {
		padding : 2px 15px;
		margin-right : 15px;
	}
}

/* footer style */
#l-footer {
	background : #fff;
	padding : 30px 20px;
}
@media screen and (min-width: 1600px), print {
	#l-footer {
		padding : 30px 0;
	}
}
#l-footer .footer-copy {
	text-align : center;
}
@media screen and (min-width: 1600px), print {
	#l-footer .footer-copy {
		width : 1400px;
		margin : 0 auto;
	}
}
#l-footer .footer-copy .copy-logo {
	display : inline-block;
	width : 150px;
	height : 24px;
	overflow : hidden;
	text-indent : -9999px;
	background : url(../images/alpen_logo_sp_footer.png) no-repeat;
	background-size : 150px 24px;
}
@media screen and (min-width: 768px), print {
	#l-footer .footer-copy .copy-logo {
		width : 160px;
		height : 26px;
		background : url(../images/alpen_logo_pc_footer.png) no-repeat;
		background-size : 160px 26px;
		vertical-align : middle;
		margin-right : 25px;
	}
}
#l-footer .footer-copy .cory-rights {
	display : block;
	margin-top : 7px;
	font-size : 11px;
	font-size : 11px;
	font-size : 1.1rem;
}
@media screen and (min-width: 768px), print {
	#l-footer .footer-copy .cory-rights {
		display : inline-block;
		font-size : 12px;
		font-size : 1.2rem;
	}
}
#l-footer .footer-ptop {
	display : inline-block;
	width : 40px;
	height : 40px;
	overflow : hidden;
	text-indent : -9999px;
	border-radius : 50%;
	background : #fd9a25;
	position : fixed;
	bottom : 15px;
	right : 15px;
	display : none;
}
@media screen and (min-width: 768px), print {
	#l-footer .footer-ptop {
		width : 70px;
		height : 70px;
		bottom : 30px;
		right : 30px;
	}
}
#l-footer .footer-ptop:before {
	content : '';
	display : inline-block;
	width : 12px;
	height : 12px;
	border-top : 2px solid #fff;
	border-right : 2px solid #fff;
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : -3px;
	margin-left : -6px;
	-webkit-transform : rotate(-45deg);
	    -ms-transform : rotate(-45deg);
	        transform : rotate(-45deg);
}
@media screen and (min-width: 768px), print {
	#l-footer .footer-ptop:before {
		width : 20px;
		height : 20px;
		border-top : 4px solid #fff;
		border-right : 4px solid #fff;
		margin-top : -6px;
		margin-left : -10px;
	}
}

[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;
	}
}
