@charset "UTF-8";

.rslides {
	position: fixed!important;
	
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	width: 100%;
	font-family: 'Noto Sans Japanese';
	font-size: 62.5%;
}

body {
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.75;
	letter-spacing: 0.40rem;
	font-weight: 200;
	color: rgba(50,50,50,1.0);
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	background: url('/img/cmn_background.jpg');
	background-size: cover;
	background-attachment: fixed;
}

a:link {color: rgba(50,50,50,1.0);}
a:visited {color: rgba(50,50,50,1.0);}
a:hover {color: rgba(50,50,50,1.0);}
a:active {color: rgba(50,50,50,1.0);}

.background {
	width: 200%;
	height: 200%;
	position: fixed;
	top: -50%;
	left: -50%;
	z-index: -1000;
}

.background > img {
	min-width: 50%;
	min-height: 50%;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
}

main {
	width: 100%;
	position: relative;
	overflow: hidden;
}

main > * {
	position: relative;
}

main article > label {
	width: 0;
	height: 0;
	display: block;
}

main aside {
	width: 100%;
	font-size: 1.3rem;
	margin-left: auto;
	margin-right: auto;
}

main section > aside:only-child {
	width: 100%!important;
	padding: 20px;
	background-color: rgba(242,245,247,1.0);
	border: 1px solid rgba(222,222,221,1.0);
}

.carousel {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.carousel li {
	margin-left: 16px;
	margin-right: 16px;
	overflow: hidden;
	position: relative;
}

.carousel li > a > figure > figcaption > .link {
	display: table;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}

.carousel li:before {
	content:"";
	display: block;
	padding-top: 200%;
}

.carousel .slick-prev,
.carousel .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	width: 20px;
	height: 100%;
	max-height: -webkit-calc(100% - 44px);
	max-height: -moz-calc(100% - 44px);
	max-height: -o-calc(100% - 44px);
	max-height: -ms-calc(100% - 44px);
	max-height: calc(100% - 44px);
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	transform: translate(0,0);
}

.carousel .slick-prev:before,
.carousel .slick-next:before {
	content: "";
}

.carousel .slick-prev {
	top: 0;
	left: -5px;
	background-image: url('/img/cmn_arrow_w.svg')!important;
	background-color: rgba(0,0,0,0.0);
	background-repeat: no-repeat!important;
	background-position: 2px 50%!important;
	z-index: +1;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

.carousel .slick-prev:hover {
	background-color: rgba(0,0,0,1.0);
}

.carousel .slick-next {
	top: 0;
	right: -5px;
	background-image: url('/img/cmn_arrow_w.svg')!important;
	background-color: rgba(0,0,0,0.0);
	background-repeat: no-repeat!important;
	background-position: 2px 50%!important;
	z-index: +1;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

.carousel .slick-next:hover {
	background-color: rgba(0,0,0,1.0);
}

.carousel .slick-dots {
	position: static!important;
	margin-top: 16px!important;
}

.carousel .slick-dots li {
	width: 16px!important;
	height: 16px!important;
	margin-left: 8px!important;
	margin-right: 8px!important;
	background-color: rgba(0,0,0,1.0)!important;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

.carousel .slick-dots li.slick-active {
	background-color: rgba(200,200,200,1.0)!important;
}

.carousel .slick-dots li > button {
	width: 16px;
	height: 16px;
}

.carousel .slick-dots li > button::before {
	content: "";
}

.parallax {
	background-size: cover!important;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table tr {
	border-bottom: 1px solid rgba(200,200,200,1.0);
}

table th {
	text-align: left;
	white-space: nowrap;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 32px;
	padding-right: 32px;
}

table td {
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 32px;
	padding-right: 32px;
}

table tr:nth-of-type(1) > th,
table tr:nth-of-type(1) > td {
	padding-bottom: 8px;
	border-bottom: 2px solid rgba(0,0,0,1.0);
}

table tr > td:first-child {
	white-space: nowrap;
}

/* 基本ボタン */
span.btn {
	width: 200px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: rgba(50,50,50,1.0);
	display: block;
	position: relative;
	overflow: hidden;
	z-index: +1;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

label.btn {
	width: 200px;
	height: 40px;
	background-color: rgba(0,0,0,1.0);
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: +1;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	transition: 0.25s ease;
}

span.btn::before,
label.btn::before {
	width: 100%;
	max-width: -webkit-calc(100% - 4px);
	max-width: -moz-calc(100% - 4px);
	max-width: -o-calc(100% - 4px);
	max-width: -ms-calc(100% - 4px);
	max-width: calc(100% - 4px);
	height: 100%;
	max-height: -webkit-calc(100% - 4px);
	max-height: -moz-calc(100% - 4px);
	max-height: -o-calc(100% - 4px);
	max-height: -ms-calc(100% - 4px);
	max-height: calc(100% - 2px);
	background-color: rgba(255,255,255,1.0);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	z-index: +1;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	transition: 0.25s ease;
}

span.btn:hover::before,
label.btn:hover::before {
	width: 0;
	height: 0;

}

span.btn::after,
label.btn::after {
	width: 5px;
	height: 5px;
	margin-top: auto;
	margin-bottom: auto;
	border-top: 1px solid rgba(0,0,0,1.0);
	border-right: 1px solid rgba(0,0,0,1.0);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	margin-top: auto;
	margin-bottom: auto;
	z-index: +1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	transition: 0.25s ease;
}

span.btn:hover::after,
label.btn:hover::after {
	border-color: rgba(255,255,255,1.0);
	right: 8px;
}

span.btn > a,
span.btn > button,
span.btn > label {
	width: 100%;
	height: 100%;
	color: rgba(0,0,0,1.0);
	line-height: 40px;
	display: block;
	border: none;
	background-color: transparent;
	cursor: pointer;
	position: relative;
	z-index: +1;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

span.btn:hover > a,
span.btn:hover > button,
span.btn:hover > label {
	color: rgba(255,255,255,1.0);
}

span.btn > a > small {
	font-size: 1.0rem;
	color: rgba(255,0,0,1.0);
	margin-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: rgba(255,255,255,1.0);
	border: 2px solid rgba(255,0,0,1.0);
}


/* スモールボタン */
span.btn-s,
label.btn-s {
	width: 100px;
	height: 25px;
	font-size: 1.3rem;
}

span.btn-s::after,
label.btn-s::after {
	width: 6px;
	height: 6px;
	top: 10px;
	right: 10px;
}

span.btn-s:hover::after,
label.btn-s:hover::after {
	right: 6px;
}

span.btn-s > a,
span.btn-s > button,
span.btn-s > label {
	line-height: 25px;
	padding-left: 0;
}

/* ラージボタン */
span.btn-l {
	width: 450px;
}

/* 外部サイトボタン */
.btn-out {
	width: 300px;
	height: 45px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}

.btn-out > a {
	margin-top: 0;
	position: absolute;
	margin-right: auto;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

.btn-out > .btn {
	height: 45px;
}

.btn-out:hover > .btn {
	height: 70px;
}

.btn-out > .btn-s {
	height: 40px;
}

.btn-out:hover > .btn-s {
	height: 70px;
}

.btn-out > a > small,
.btn-out > a > span {
	width: 100%;
	font-size: 1.3rem;
	font-weight: 100;
	margin-top: 8px;
	display: block;
}

.btn-out:hover > small,
.btn-out:hover > span {
	height: 20px;
}


/* トグルボタン */
span.toggle {
	width: 40px;
	height: 40px;
	font-weight: 100!important;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	font-size: 1.5rem;
	font-weight: 100;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.5);
	background-color: rgba(0,0,0,1.0);
	display: block;
	position: relative;
	overflow: hidden;
	z-index: +1;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

span.toggle:hover,
input[type="checkbox"]:checked ~ span.toggle {
	width: 300px;
	padding-left: 20px;
}

span.toggle::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 19px;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border-left: 1px solid rgba(255,255,255,1.0);
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	-ms-transition: 0.15s ease;
	transition: 0.15s ease;
}

span.toggle:hover::before {
	width: 12px;
	height: 12px;
	top: -6px;
	bottom: 0;
	left: 12px;
	right: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input[type="checkbox"]:checked ~ span.toggle::before {
	width: 12px;
	height: 12px;
	top: 10px;
	bottom: 0;
	left: 12px;
	right: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

span.toggle::after {
	content: "";
	position: absolute;
	top: 16px;
	bottom: 0;
	left: 12px;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border-top: 1px solid rgba(255,255,255,1.0);
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	-ms-transition: 0.15s ease;
	transition: 0.15s ease;
}

span.toggle:hover::after {
	width: 12px;
	height: 12px;
	top: 10px;
	bottom: 0;
	left: 20px;
	right: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input[type="checkbox"]:checked ~ span.toggle::after {
	width: 12px;
	height: 12px;
	top: 10px;
	bottom: 0;
	left: 12px;
	right: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

span.toggle > label {
	width: 100%;
	height: 100%;
	color: rgba(255,255,255,1.0);
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

.link {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	transition: 0.25s ease;
}

/*
.link::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-top: 1px solid rgba(100,100,100,1.0);
	border-right: 1px solid rgba(100,100,100,1.0);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	transition: 0.25s ease;
}
*/

/*
.link:hover::before {
	right: 6px;
}
*/

.link::after {
		width: 0;
		height: 1px;
		content: "";
		background-color: rgba(50,50,50,1.0);
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		-webkit-transition: 0.25s ease;
		-moz-transition: 0.25s ease;
		-o-transition: 0.25s ease;
		-ms-transition: 0.25s ease;
		transition: 0.25s ease;
}

.link:hover::after,
.link.current::after {
	width: 100%;
}

.link > a,
.link > label {
	font-size: 1.1rem;
	color: rgba(255,255,255,1.0);
	cursor: pointer;
}

.link.link-a {
	padding-left: 8px;
	background-color: rgba(0,0,0,1.0);
}

.link.link-a::before {
	border-color: rgba(255,255,255,1.0);
}

.link.link-a:hover {
	color: rgba(255,255,255,1.0)!important;
	background-color: rgba(50,50,50,1.0);
}

.link.link-b:hover {
	color: rgba(255,255,255,1.0);
	background-color: rgba(0,0,0,1.0)!important;
}

.link.link-b:hover::before {
	border-color: rgba(255,255,255,1.0);
}


.link-out + small {
	height: 0;
	font-size: 1.3rem;
	font-weight: 100;
	color: rgba(255,255,255,1.0);
	background-color: rgba(0,0,0,0.5);
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	overflow: hidden;
	content: "外部サイトをタブで開きます";
	position: absolute;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.link-out:hover + small {
	height: auto;
}

.scroll {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

main .sub-article {
	padding-top: 64px;
	padding-bottom: 64px;
	background-color: rgba(226,226,226,1.0);
}

main .sub-article > h2 {
	font-size: 3.0rem;
}

main .sub-article > a {
	width: 400px;
	height: 50px;
	line-height: 50px;
	color: rgba(255,255,255,1.0);
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(82,82,82,1.0);
	display: block;
	position: relative;
}

main .sub-article > a > label {
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,1.0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: +1;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
	cursor: pointer;
}

main .sub-article > a:hover > label {
	width: 400px;
}
	
main .sub-article > a > label::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border-left: 1px solid rgba(255,255,255,1.0);
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	-ms-transition: 0.15s ease;
	transition: 0.15s ease;
}

main .sub-article > a:hover > label::before {
	width: 12px;
	height: 12px;
	top: -16px;
	bottom: 0;
	left: 20px;
	right: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

main .sub-article > a > label::after {
	content: "";
	position: absolute;
	top: 14px;
	bottom: 0;
	left: 18px;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border-top: 1px solid rgba(255,255,255,1.0);
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	-ms-transition: 0.15s ease;
	transition: 0.15s ease;
}

main .sub-article > a:hover > label::after {
	width: 12px;
	height: 12px;
	top: 16px;
	bottom: 0;
	left: 20px;
	right: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

main .sub-article > a > span {
	position: absolute;
	left: 80px;
	z-index: +2;
}


/* 基本レイアウト */
.column {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.column > * {
	position: relative;
	overflow: hidden;
}

.column > *:only-child {
	width: 100%;
	float: none;
}


/* 基本ウォール */
.wall {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.wall > * {
	background-color: rgba(255,255,255,1.0);
}

.wall > * > a,
.wall > * > label {
	position: relative;
	overflow: hidden;
	display: block;
}


.wall > * > a::before,
.wall > * > label::before {
	content:"";
	display: block;
	padding-top: 66.66%;
}



/* 1:1 */
.ratio-11 > * > a:before {
	padding-top: 100.00%!important;
}

/* 16:9 */
.ratio-169 > * > a:before {
	padding-top: 56.25%!important;
}

/* 2:3 */
.ratio-23 > * > a:before {
	padding-top: 150.00%!important;
}


/* リスト基本 */
dl.list,
ul.list,
ol.list {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid rgba(200,200,200,1.0);
}

dl.list > dt {
	width: 200px;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-left: 32px;
	display: inline-block;
	vertical-align: middle;
}

dl.list > dd {
	width: 100%;
	margin-left: -200px;
	padding-left: 200px;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-right: 32px;
	border-bottom: 1px solid rgba(200,200,200,1.0);
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

dl.list > dd > a:not(.link) {
	width: 100%;
	height: 100%;
	display: block;
}

dl.list > dd > a:not(.link)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,1.0);
	-webkit-transform: scaleX(0.0);
	-moz-transform: scaleX(0.0);
	-o-transform: scaleX(0.0);
	-ms-transform: scaleX(0.0);
	transform: scaleX(0.0);
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}

dl.list > dd > a:not(.link):hover::after {
	-webkit-transform: scaleX(1.0);
	-moz-transform: scaleX(1.0);
	-o-transform: scaleX(1.0);
	-ms-transform: scaleX(1.0);
	transform: scaleX(1.0);
}

dl.list > dd > span {
	display: inline-block;
	vertical-align: top;
}

.list > dt span,
.list > li a > span,
.list > li a ~ span,
.list > dd a > span,
.list > dd a ~ span {
	width: 60px;
	height: 23px;
	font-size: 1.3rem;
	line-height: 23px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

ul.list > li,
ol.list > li {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 32px;
	padding-right: 32px;
	border-bottom: 1px solid rgba(200,200,200,1.0);
	position: relative;
	overflow: hidden;
}

ul.list > li > a:not(.link),
ol.list > li > a:not(.link) {
	width: 100%;
	height: 100%;
	display: block;
}

ul.list > li > a:not(.link)::after,
ol.list > li > a:not(.link)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(4,52,90,1.0);
	-webkit-transform: scaleX(0.0);
	-moz-transform: scaleX(0.0);
	-o-transform: scaleX(0.0);
	-ms-transform: scaleX(0.0);
	transform: scaleX(0.0);
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

ul.list > li > a:not(.link):hover::after,
ol.list > li > a:not(.link):hover::after {
	-webkit-transform: scaleX(1.0);
	-moz-transform: scaleX(1.0);
	-o-transform: scaleX(1.0);
	-ms-transform: scaleX(1.0);
	transform: scaleX(1.0);
}

ul.list > li > div,
ol.list > li > div {
	padding-top: 10px;
}


/* リストdt*2 */
dl.list-a > dt:nth-child(3n - 2) {
	width: 120px;
}

dl.list-a > dt:nth-child(3n - 1) {
	width: 120px;
}

dl.list-a > dd {
	margin-left: -240px;
	padding-left: 240px;
}


dl.list-a dt span,
dl.list-d dt span {
	width: 70px;
}

dl.list-b > dt {
	width: 110px;
}

dl.list-b > dd {
	margin-left: -312px;
	padding-left: 312px;
}

dl.list-b dt:nth-child(3n - 1),
dl.list-e dt:nth-child(3n - 1) {
	width: 200px;
}

dl.list-b dt span,
dl.list-e dt span {
	width: 170px;
}

dl.list-b dd {
	margin-left: -312px;
	padding-left: 312px;
}

dl.list-c dt {
	width: 100%;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

dl.list-c dd {
	width: 100%;
	margin-left: 0;
	padding-left: 0;
}

dl.list-d dt,
dl.list-e dt {
	padding-bottom: 0;
}

dl.list-d dd,
dl.list-e dd {
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	display: block;
}

dl.list-e dt:nth-child(3n - 1),
dl.list-e dt span {
	width: 170px;
}

dl.list-d dd > a,
dl.list-e dd > a,
dl.list-d dd > span,
dl.list-e dd > span {
	padding-top: 10px;
}




/* アニメーション01 */
.anm-1 {
	cursor: pointer;
}

.anm-1 > figure {
	position: absolute;
	top: 0;
/*	bottom: 0; */
/*	left: 0; */
/*	right: 0; */
	margin: auto;
	overflow: hidden;
	display: block;
}

.anm-1 > figure > h4 {
	width: 100%;
	height: 30px;
	font-size: 1.5rem;
	color: rgba(255,255,255,1.0);
	text-align: left;
	position: absolute;
	top: 8px;
	left: 8px;
	display: block;
	z-index: +1;
	-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,0.8), 0px 0px 5px rgba(0,0,0,0.8);
	-moz-text-shadow: 0px 0px 10px rgba(0,0,0,0.8), 0px 0px 5px rgba(0,0,0,0.8);
	-o-text-shadow: 0px 0px 10px rgba(0,0,0,0.8), 0px 0px 5px rgba(0,0,0,0.8);
	-ms-text-shadow: 0px 0px 10px rgba(0,0,0,0.8), 0px 0px 5px rgba(0,0,0,0.8);
	text-shadow: 0px 0px 10px rgba(0,0,0,0.8), 0px 0px 5px rgba(0,0,0,0.8);
}

.anm-1 > figure > img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: 1.0s ease;
	-moz-transition: 1.0s ease;
	-o-transition: 1.0s ease;
	-ms-transition: 1.0s ease;
	transition: 1.0s ease;
}

.anm-1:hover > figure > img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.anm-1 > figure > figcaption {
	font-size: 1.3rem;
	color: rgba(255,255,255,1.0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: +1;
	width: 100%;
	height: 100%;
	padding: 16px;
	background-color: rgba(255,255,255,0.3);
	-webkit-opacity: 0.0;
	-moz-opacity: 0.0;
	-o-opacity: 0.0;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	-webkit-transition: 1.0s ease;
	-moz-transition: 1.0s ease;
	-o-transition: 1.0s ease;
	-ms-transition: 1.0s ease;
	transition: 1.0s ease;
}

.anm-1:hover > figure > figcaption {
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
	-o-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100);
}

.anm-1 > figure > figcaption > h4 {
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.anm-1:hover > figure > figcaption > h4 {
	overflow: visible;
	white-space: normal;
	text-overflow: clip;
}

.anm-1 > figure > figcaption > p {
	margin-top: 16px;
}

.anm-1 > figure > figcaption > .link {
		margin-top: 16px;
}

.anm-1 > figure > figcaption > ul > li {
	margin-right: 16px;
	display: inline-block;
}

.anm-1 > figure > figcaption > ul > li:nth-child(2n) {
	margin-right: 0;
}




.anm-2 {
	cursor: pointer;
}

.anm-2 > figure {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}

.anm-2 > figure > h3 {
	width: 100%;
	height: 30px;
	font-size: 1.5rem;
	color: rgba(255,255,255,1.0);
	text-align: left;
	position: absolute;
	top: 8px;
	left: 8px;
	display: block;
	z-index: +1;
	-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,0.8), 0px 0px 5px rgba(0,0,0,0.8);
	-moz-text-shadow: 0px 0px 10px rgba(0,0,0,0.8), 0px 0px 5px rgba(0,0,0,0.8);
	-o-text-shadow: 0px 0px 10px rgba(0,0,0,0.8), 0px 0px 5px rgba(0,0,0,0.8);
	-ms-text-shadow: 0px 0px 10px rgba(0,0,0,0.8), 0px 0px 5px rgba(0,0,0,0.8);
	text-shadow: 0px 0px 10px rgba(0,0,0,0.8), 0px 0px 5px rgba(0,0,0,0.8);
}

.anm-2 > figure > img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	display: block;
	-webkit-transition: 1.0s ease;
	-moz-transition: 1.0s ease;
	-o-transition: 1.0s ease;
	-ms-transition: 1.0s ease;
	transition: 1.0s ease;
}

.anm-2:hover > figure > img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.anm-2 > figure > figcaption {
	font-size: 1.3rem;
	color: rgba(255,255,255,1.0);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: +1;
	width: 100%;
	height: 100%;
	margin-top: -64px;
	padding: 8px;
	background-color: rgba(0,0,0,0.9);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}

.anm-2:hover > figure > figcaption {
	top: 0;
	margin-top: 0;
}

.anm-2 > figure > figcaption > h4 {
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.anm-2:hover > figure > figcaption > h4 {
	overflow: visible;
	white-space: normal;
	text-overflow: clip;
}

.anm-2 > figure > figcaption > p {
	margin-top: 16px;
}

.anm-2 > figure > figcaption > .link {
		margin-top: 16px;
}

.anm-2 > figure > figcaption > ul > li {
	margin-right: 16px;
	display: inline-block;
}

.anm-2 > figure > figcaption > ul > li:nth-child(2n) {
	margin-right: 0;
}


@media print, screen and (min-width: 737px) {
	
	header,
	main,
	footer {
		min-width: 1024px;
	}
	
	h1 {
		font-size: 4.0rem;
		font-weight: 100;
		letter-spacing: 1.5rem;
		display: block;
	}
	
	h1 > span {
		font-size: 1.3rem;
		display: block;
	}
	
	h1 > span::before {
		content: "";
		width: 160px;
		height: 1px;
		background-color: rgba(255,255,255,1.0);
		margin-bottom: 16px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	h2 {
		width: 100%;
		font-size: 3.0rem;
		font-weight: 100;
		text-align: center;
		display: block;
	}
	
	h2 > span {
		font-size: 1.5rem;
		font-weight: 500;
		display: block;
	}
	
	h2 > span::before {
		content: "";
		width: 160px;
		height: 1px;
		background-color: rgba(50,50,50,1.0);
		margin-top: 16px;
		margin-bottom: 24px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	h3 {
		width: 100%;
		font-size: 3.0rem;
		font-weight: 100;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	h4 {
		font-size: 1.7rem;
		font-weight: 500;
		display: block;
	}
	
	h4::after {
		content: "";
		width: 120px;
		height: 1px;
		background-color: rgba(50,50,50,1.0);
		margin-top: 12px;
		display: block;
	}
	
	h5 {
		font-size: 1.3rem;
		font-weight: 500;
		display: block;
	}
	
	.column.col-2 > * {
		width: 50.00%;
		float: left;
	}
	
	.wall.col-2 > * {
		width: 50.00%;
		max-width: -webkit-calc(50.00% - 20px);
		max-width: -moz-calc(50.00% - 20px);
		max-width: -o-calc(50.00% - 20px);
		max-width: -ms-calc(50.00% - 20px);
		max-width: calc(50.00% - 20px);
		margin-right: 40px;
		margin-bottom: 40px;
		float: left;
	}
	
	.wall.col-2 > *:nth-child(2n) {
		margin-right: 0;
	}
	
	.wall.col-3 > * {
		width: 33.33%;
		max-width: -webkit-calc(33.33% - 26.66px);
		max-width: -moz-calc(33.33% - 26.66px);
		max-width: -o-calc(33.33% - 26.66px);
		max-width: -ms-calc(33.33% - 26.66px);
		max-width: calc(33.33% - 26.66px);
		margin-right: 40px;
		margin-bottom: 40px;
		float: left;
	}
	
	.wall.col-3 > *:nth-child(3n) {
		margin-right: 0;
	}
	
	.wall.col-4 > * {
		width: 25.00%;
		max-width: -webkit-calc(25.00% - 1px);
		max-width: -moz-calc(25.00% - 1px);
		max-width: -o-calc(25.00% - 1px);
		max-width: -ms-calc(25.00% - 1px);
		max-width: calc(25.00% - 1px);
		margin-right: 1px;
		margin-bottom: 1px;
		float: left;
	}
	
	.col-4 > *:nth-child(4n) {
		margin-right: 0
	}
	
	.col-5 > * {
		width: 20.00%;
		max-width: -webkit-calc(20.00% - 52px);
		max-width: -moz-calc(20.00% - 52px);
		max-width: -o-calc(20.00% - 52px);
		max-width: -ms-calc(20.00% - 52px);
		max-width: calc(20.00% - 52px);
		margin-right: 64px;
		margin-bottom: 64px;
		float: left;
	}
	
	.wall.col-5 > *:nth-child(5n) {
		margin-right: 0;
	}
	
	.promotion {
		width: 100%;
		min-width: 960px;
		height: 300px;
		background-image: url('/img/cmn_promotion.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.promotion > h1 {
		width: 100%;
		text-align: center;
		color: rgba(255,255,255,1.0);
		padding-top: 100px;
	}
	
	main article {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		z-index: 100;
		background-size: cover;
		background-attachment: fixed;
	}
	
	main article > section {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 64px;
		padding-bottom: 64px;
		background-color: rgba(255,255,255,1.0);
		position: relative;
	}
	
	main article > section:last-child,
	main article > section:only-child {
		margin-top: 0;
	}
	
	.nav-category {
		width: 100%;
		margin-bottom: 24px;
		position: relative;
	}
	
	.nav-category > ul {
		display: table;
		overflow: hidden;
	}
	
	.nav-category > ul > li {
		width: 100px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-left: 1px solid rgba(0,0,0,1.0);
		float: left;
		position: relative;
	}
	
	.nav-category > ul > li:nth-of-type(1) {
		width: 75px;
		font-weight: 500;
		text-align: left;
		border-left: none;
	}
	
	.nav-category > ul > li:last-child {
		border-right: 1px solid rgba(0,0,0,1.0);
	}
	
	.nav-category > ul > li > a {
		width: 100%;
		height: 100%;
		font-size: 1.3rem;
		text-align: center;
		display: block;
		position: relative;
		overflow: hidden;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
		z-index: +1;
	}
	
	.nav-category > ul > li > a::before,
	.nav-category > ul > li > a::before {
		width: 0;
		height: 1px;
		background-color: rgba(100,100,100,1.0);
		content: "";
		position: absolute;
		bottom: 0;
		left: 5px;
		margin: auto;
		display: block;
		z-index: -1;
		-webkit-transition: 0.25s ease;
		-moz-transition: 0.25s ease;
		-o-transition: 0.25s ease;
		-ms-transition: 0.25s ease;
		transition: 0.25s ease;
	}
	
	.nav-category > ul > li > a:hover::before,
	.nav-category > ul > li > a:hover::before {
		width: 90px;
	}
	
	.nav-refine {
		width: 100%;
		margin-bottom: 24px;
		position: relative;
	}
	
	.nav-refine > ul {
		display: table;
		overflow: hidden;
	}
	
	.nav-refine > ul > li {
		width: 100px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-left: 1px solid rgba(0,0,0,1.0);
		float: left;
		position: relative;
	}
	
	.nav-refine > ul > li:nth-of-type(1) {
		width: 75px;
		font-weight: 500;
		text-align: left;
		border-left: none;
	}
	
	.nav-refine > ul > li:last-child {
		border-right: 1px solid rgba(0,0,0,1.0);
	}
	
	.nav-refine > ul > li > a {
		width: 100%;
		height: 100%;
		font-size: 1.3rem;
		text-align: center;
		display: block;
		position: relative;
		overflow: hidden;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
		z-index: +1;
	}
	
	.nav-refine > ul > li > a::before,
	.nav-refine > ul > li > a::before {
		width: 0;
		height: 1px;
		background-color: rgba(100,100,100,1.0);
		content: "";
		position: absolute;
		bottom: 0;
		left: 5px;
		margin: auto;
		display: block;
		z-index: -1;
		-webkit-transition: 0.25s ease;
		-moz-transition: 0.25s ease;
		-o-transition: 0.25s ease;
		-ms-transition: 0.25s ease;
		transition: 0.25s ease;
	}
	
	.nav-refine > ul > li > a:hover::before,
	.nav-refine > ul > li > a:hover::before {
		width: 90px;
	}
	
	.nav-pager {
		width: 100%;
		text-align: center;
		position: relative;
	}
	
	.nav-pager > ul {
		display: table;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}
	
	.nav-pager > ul > li {
		width: 48px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-right: 1px solid rgba(0,0,0,1.0);
		float: left;
		position: relative;
	}
	
	.nav-pager > ul > li:last-child {
		border-right: none;
	}
	
	.nav-pager > ul > li > a {
		width: 100%;
		height: 100%;
		text-align: center;
		display: inline-block;
		position: relative;
		overflow: hidden;
		-webkit-transition: 0.25s ease;
		-moz-transition: 0.25s ease;
		-o-transition: 0.25s ease;
		-ms-transition: 0.25s ease;
		transition: 0.25s ease;
		z-index: +1;
	}
	
	.nav-pager > ul > li > a.prev::before {
		content: "";
		width: 12px;
		height: 12px;
		border-top: 1px solid rgba(0,0,0,1.0);
		border-left: 1px solid rgba(0,0,0,1.0);
		position: absolute;
		top: 12px;
		left: 20px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.nav-pager > ul > li > a.next::before {
		content: "";
		width: 12px;
		height: 12px;
		border-top: 1px solid rgba(0,0,0,1.0);
		border-left: 1px solid rgba(0,0,0,1.0);
		position: absolute;
		top: 12px;
		left: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	.nav-pager > ul > li > a::after {
		content: "";
		width: 0;
		height: 1px;
		background-color: rgba(0,0,0,1.0);
		display: block;
		position: absolute;
		bottom: 0;
		left: 5px;
		z-index: -1;
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	
	.nav-pager > ul > li > a:hover::after {
		width: 38px;
	}
	
	.nav-pager > ul > li > label::after {
		background-color: rgba(179,194,205,1.0);

	}
	
	.nav-pager > ul > li > label:hover {
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
	
	.nav-pager > ul > li > a > img {
		width: 20px;
		height: 20px;
		margin-top: 10px;
		margin-left: -2px;
	}
	
	.nav-pager > ul > li:last-child > a > img {
		margin-left: 2px;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	
	.nav-pager > ul > li > .btn.prev::before {
		content: "";
		width: 12px;
		height: 12px;
		border-top: 1px solid rgba(255,255,255,1.0);
		border-left: 1px solid rgba(255,255,255,1.0);
		position: absolute;
		top: 13px;
		left: 17px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.nav-pager > ul > li > .btn.prev::after {
		display: none;
	}
	
	.nav-pager > ul > li > .btn.next::before {
		content: "";
		width: 12px;
		height: 12px;
		border-top: 1px solid rgba(255,255,255,1.0);
		border-left: 1px solid rgba(255,255,255,1.0);
		position: absolute;
		top: 13px;
		left: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	.nav-pager > ul > li > .btn.next::after {
		display: none;
	}
	
	.nav-pager > ul > li > .btn.back::before {
		content: "";
		width: 12px;
		height: 12px;
		border-top: 1px solid rgba(255,255,255,1.0);
		border-left: 1px solid rgba(255,255,255,1.0);
		position: absolute;
		top: 17px;
		left: 14px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.nav-pager > ul > li > .btn.back::after {
		display: none;
	}
	
	.nav-sub {
		padding-top: 40px;
		border-top: 1px solid rgba(200,200,200,1.0);
	}
	
	.nav-sub > div {
		width: 100%;
		min-width: 960px;
		max-width: 1152px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 32px;
		padding-right: 32px;
	}
	
	.nav-sub > div > strong {
		font-size: 1.5rem;
	}
	
	.nav-sub > div > ul {
		margin-bottom: 48px;
	}
	
	.nav-sub > div > ul > li {
		margin-right: 8px;
		display: inline-block;
		vertical-align: top;
	}
	
	/* スクロールフェードイン */
	.fade > * {
		-webkit-opacity: 0.0;
		-moz-opacity: 0.0;
		-o-opacity: 0.0;
		-ms-opacity: 0.0;
		opacity: 0.0;
		filter:alpha(opacity = 0);
		position: relative;
		top: 40px;
		overflow: hidden;
	}
	
	.fade > *.fadein {
		top: 0;
		-webkit-opacity: 1.0;
		-moz-opacity: 1.0;
		-o-opacity: 1.0;
		-ms-opacity: 1.0;
		opacity: 1.0;
		filter:alpha(opacity = 100);
		-webkit-transition: 1.0s ease;
		-moz-transition: 1.0s ease;
		-o-transition: 1.0s ease;
		-ms-transition: 1.0s ease;
		transition: 1.0s ease;
	}
	
	.fade.col-2 > *:nth-child(2n - 1) {
		-webkit-transition: 1.0s ease;
		-moz-transition: 1.0s ease;
		-o-transition: 1.0s ease;
		-ms-transition: 1.0s ease;
		transition: 1.0s ease;
	}
	
	.fade.col-2 > *:nth-child(2n) {
		-webkit-transition: 1.0s ease 0.25s;
		-moz-transition: 1.0s ease 0.25s;
		-o-transition: 1.0s ease 0.25s;
		-ms-transition: 1.0s ease 0.25s;
		transition: 1.0s ease 0.25s;
	}
	
	.fade.col-3 > *:nth-child(3n - 2) {
		-webkit-transition: 1.0s ease;
		-moz-transition: 1.0s ease;
		-o-transition: 1.0s ease;
		-ms-transition: 1.0s ease;
		transition: 1.0s ease;
	}
	
	.fade.col-3 > *:nth-child(3n - 1) {
		-webkit-transition: 1.0s ease 0.25s;
		-moz-transition: 1.0s ease 0.25s;
		-o-transition: 1.0s ease 0.25s;
		-ms-transition: 1.0s ease 0.25s;
		transition: 1.0s ease 0.25s;
	}
	
	.fade.col-3 > *:nth-child(3n) {
		-webkit-transition: 1.0s ease 0.5s;
		-moz-transition: 1.0s ease 0.5s;
		-o-transition: 1.0s ease 0.5s;
		-ms-transition: 1.0s ease 0.5s;
		transition: 1.0s ease 0.5s;
	}
}

@media only screen and (max-width: 736px) {
	
	body {
		position: relative;
	}
    
    body::before {
       background: url('/img/cmn_background.jpg');
       background-size: auto 100%;
       display: block;
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       content: "";
       z-index: -1;
    }
	
	main {
		min-width: 320px;
	}
	
    .promotion {
        width: 100%;
        height: 160px;
        background-image: url('/img/cmn_promotion.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .promotion > h1 {
        width: 100%;
        text-align: center;
        color: rgba(255,255,255,1.0);
        padding-top: 64px;
    }
	
	main article {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		z-index: 100;
		position: relative;
	}
	
	main article > section {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 32px;
		padding-bottom: 32px;
		background-color: rgba(255,255,255,1.0);
		position: relative;
	}
	
	main article > section:last-child,
	main article > section:only-child {
		border-bottom: none;
		margin-bottom: 0;
	}
	
	table th,
	table td {
		font-size: 1.3rem;
	}
	
    h1 {
        font-size: 2.2rem;
        font-weight: 100;
        letter-spacing: 1.5rem;
        display: block;
    }
    
    h1 > span {
        font-size: 1.3rem;
        display: block;
    }
    
    h1 > span::before {
        content: "";
        width: 160px;
        height: 1px;
        background-color: rgba(255,255,255,1.0);
        margin-bottom: 16px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
	
	
	h2 {
		width: 100%;
		font-size: 2.5rem;
		font-weight: 100;
		letter-spacing: 0.8rem;
		text-align: center;
		display: block;
	}
	
	h3 {
		width: 100%;
		font-size: 1.7rem;
		font-weight: 500;
		letter-spacing: 0.4rem;
		display: block;
	}
	
	h4 {
		font-size: 1.7rem;
		font-weight: 500;
		display: block;
	}
	
	h5 {
		font-size: 1.7rem;
		font-weight: 100;
		display: block;
	}
	
	main h5 ~ span {
		display: inline-block;
	}
	
	.nav-category {
		width: 100%;
		margin-bottom: 24px;
		position: relative;
	}
	
	.nav-category > ul {
		display: table;
		overflow: hidden;
	}
	
	.nav-category > ul > li {
		width: 100px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-left: 1px solid rgba(0,0,0,1.0);
		float: left;
		position: relative;
	}
	
	.nav-category > ul > li:nth-of-type(1) {
		width: 75px;
		font-weight: 500;
		text-align: left;
		border-left: none;
		float: none;
	}
	
	.nav-category > ul > li:last-child {
		border-right: 1px solid rgba(0,0,0,1.0);
	}
	
	.nav-category > ul > li > a {
		width: 100%;
		height: 100%;
		font-size: 1.3rem;
		text-align: center;
		display: block;
		position: relative;
		overflow: hidden;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
		z-index: +1;
	}
	
	.nav-category > ul > li > a::before,
	.nav-category > ul > li > a::before {
		width: 0;
		height: 1px;
		background-color: rgba(100,100,100,1.0);
		content: "";
		position: absolute;
		bottom: 0;
		left: 5px;
		margin: auto;
		display: block;
		z-index: -1;
		-webkit-transition: 0.25s ease;
		-moz-transition: 0.25s ease;
		-o-transition: 0.25s ease;
		-ms-transition: 0.25s ease;
		transition: 0.25s ease;
	}
	
	.nav-category > ul > li > a:hover::before,
	.nav-category > ul > li > a:hover::before {
		width: 90px;
	}
	
	.nav-refine {
		width: 100%;
		margin-bottom: 24px;
		position: relative;
	}
	
	.nav-refine > ul {
		display: table;
		overflow: hidden;
	}
	
	.nav-refine > ul > li {
		width: 100px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-left: 1px solid rgba(0,0,0,1.0);
		float: left;
		position: relative;
	}
	
	.nav-refine > ul > li:nth-of-type(1) {
		width: 75px;
		font-weight: 500;
		text-align: left;
		border-left: none;
		float: none;
	}
	
	.nav-refine > ul > li:last-child {
		border-right: 1px solid rgba(0,0,0,1.0);
	}
	
	.nav-refine > ul > li > a {
		width: 100%;
		height: 100%;
		font-size: 1.3rem;
		text-align: center;
		display: block;
		position: relative;
		overflow: hidden;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
		z-index: +1;
	}
	
	.nav-refine > ul > li > a::before,
	.nav-refine > ul > li > a::before {
		width: 0;
		height: 1px;
		background-color: rgba(100,100,100,1.0);
		content: "";
		position: absolute;
		bottom: 0;
		left: 5px;
		margin: auto;
		display: block;
		z-index: -1;
		-webkit-transition: 0.25s ease;
		-moz-transition: 0.25s ease;
		-o-transition: 0.25s ease;
		-ms-transition: 0.25s ease;
		transition: 0.25s ease;
	}
	
	.nav-refine > ul > li > a:hover::before,
	.nav-refine > ul > li > a:hover::before {
		width: 90px;
	}
	
	.nav-pager {
		width: 100%;
		text-align: center;
		position: relative;
	}
	
	.nav-pager > ul {
		display: table;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}
	
	.nav-pager > ul > li {
		width: 48px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-right: 1px solid rgba(0,0,0,1.0);
		float: left;
		position: relative;
	}
	
	.nav-pager > ul > li:nth-child(1n + 5) {
		display: none;
	}
	
	.nav-pager > ul > li:last-child {
		border-right: none;
		display: block;
	}
	
	.nav-pager > ul > li > a {
		width: 100%;
		height: 100%;
		text-align: center;
		display: inline-block;
		position: relative;
		overflow: hidden;
		-webkit-transition: 0.25s ease;
		-moz-transition: 0.25s ease;
		-o-transition: 0.25s ease;
		-ms-transition: 0.25s ease;
		transition: 0.25s ease;
		z-index: +1;
	}
	
	.nav-pager > ul > li > a.prev::before {
		content: "";
		width: 12px;
		height: 12px;
		border-top: 1px solid rgba(0,0,0,1.0);
		border-left: 1px solid rgba(0,0,0,1.0);
		position: absolute;
		top: 12px;
		left: 20px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.nav-pager > ul > li > a.next::before {
		content: "";
		width: 12px;
		height: 12px;
		border-top: 1px solid rgba(0,0,0,1.0);
		border-left: 1px solid rgba(0,0,0,1.0);
		position: absolute;
		top: 12px;
		left: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	.nav-pager > ul > li > a::after {
		content: "";
		width: 0;
		height: 1px;
		background-color: rgba(0,0,0,1.0);
		display: block;
		position: absolute;
		bottom: 0;
		left: 5px;
		z-index: -1;
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	
	.nav-pager > ul > li > a:hover::after {
		width: 38px;
	}
	
	.nav-pager > ul > li > label::after {
		background-color: rgba(179,194,205,1.0);

	}
	
	.nav-pager > ul > li > label:hover {
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
	
	.nav-pager > ul > li > a > img {
		width: 20px;
		height: 20px;
		margin-top: 10px;
		margin-left: -2px;
	}
	
	.nav-pager > ul > li:last-child > a > img {
		margin-left: 2px;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	
	.nav-pager > ul > li > .btn.prev::before {
		content: "";
		width: 12px;
		height: 12px;
		border-top: 1px solid rgba(255,255,255,1.0);
		border-left: 1px solid rgba(255,255,255,1.0);
		position: absolute;
		top: 13px;
		left: 17px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.nav-pager > ul > li > .btn.prev::after {
		display: none;
	}
	
	.nav-pager > ul > li > .btn.next::before {
		content: "";
		width: 12px;
		height: 12px;
		border-top: 1px solid rgba(255,255,255,1.0);
		border-left: 1px solid rgba(255,255,255,1.0);
		position: absolute;
		top: 13px;
		left: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	.nav-pager > ul > li > .btn.next::after {
		display: none;
	}
	
	.nav-pager > ul > li > .btn.back::before {
		content: "";
		width: 12px;
		height: 12px;
		border-top: 1px solid rgba(255,255,255,1.0);
		border-left: 1px solid rgba(255,255,255,1.0);
		position: absolute;
		top: 17px;
		left: 14px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.nav-pager > ul > li > .btn.back::after {
		display: none;
	}
	
	.nav-sub {
		padding-top: 40px;
		border-top: 1px solid rgba(200,200,200,1.0);
	}
	
	.nav-sub > div {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.nav-sub > div > strong {
		font-size: 1.5rem;
	}
	
	.nav-sub > div > ul {
		margin-bottom: 48px;
	}
	
	.nav-sub > div > ul > li {

	}
	
	main .column.col-2 > section > ul > li {
		margin-bottom: 25px;
	}
	
	main .column.col-2 > * {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
		float: none;
	}
	
	.wall.col-2 > * {
		width: 100%;
		max-width: 100%;
		margin-bottom: 1px;
		float: none;
	}
	
	.wall.col-2 > *:nth-child(2n) {
		margin-right: 0;
	}
	
	
	.wall.col-3 > * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        float: none;
	}
	
	.wall.col-3 > *:nth-child(2n) {
		margin-right: 0;
	}
	
	.wall.col-4 > *,
	.wall.col-5 > * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        float: none;
	}
	
	.wall.col-4 > *:nth-child(2n-1),
	.wall.col-5 > *:nth-child(2n-1) {
		margin-right: 0;
	}
	

	.wall.col-4 > *:nth-child(2n),
	.wall.col-5 > *:nth-child(2n) {
		margin-right: 0;
	}
	
	/* リスト基本 */
	main dl.list,
	main ul.list,
	main ol.list {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}
	
	main dl.list > dt {
		width: 100%;
		padding-top: 8px;
		padding-bottom: 0;
		padding-left: 0;
		display: inline-block;
	}
	
	main dl.list > dd {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 8px;
		padding-right: 0;
		border-bottom: 1px solid rgba(200,200,200,1.0);
		display: block;
	}
	
	main dl.list > dd > a:not(.link) {
		width: 100%;
		height: 100%;
		display: block;
	}
	
	main dl.list > dd > a:not(.link)::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: rgba(4,52,90,1.0);
		-webkit-transform: scaleX(0.0);
		-moz-transform: scaleX(0.0);
		-o-transform: scaleX(0.0);
		-ms-transform: scaleX(0.0);
		transform: scaleX(0.0);
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	
	main dl.list > dd > a:not(.link):hover::after {
		-webkit-transform: scaleX(1.0);
		-moz-transform: scaleX(1.0);
		-o-transform: scaleX(1.0);
		-ms-transform: scaleX(1.0);
		transform: scaleX(1.0);
	}
	
	main dl.list > dd > span {
		display: inline-block;
		vertical-align: top;
	}
	
	main .list > dt span,
	main .list > li a > span,
	main .list > li a ~ span,
	main .list > dd a > span,
	main .list > dd a ~ span {
		width: 60px;
		height: 23px;
		font-size: 1.3rem;
		line-height: 23px;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}
	
	main ul.list > li,
	main ol.list > li {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 32px;
		border-bottom: 1px solid rgba(200,200,200,1.0);
		position: relative;
	}
	
	main ul.list > li > a:not(.link),
	main ol.list > li > a:not(.link) {
		width: 100%;
		height: 100%;
		display: block;
	}
	
	main ul.list > li > a:not(.link)::after,
	main ol.list > li > a:not(.link)::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: rgba(4,52,90,1.0);
		-webkit-transform: scaleX(0.0);
		-moz-transform: scaleX(0.0);
		-o-transform: scaleX(0.0);
		-ms-transform: scaleX(0.0);
		transform: scaleX(0.0);
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	
	main ul.list > li > a:not(.link):hover::after,
	main ol.list > li > a:not(.link):hover::after {
		-webkit-transform: scaleX(1.0);
		-moz-transform: scaleX(1.0);
		-o-transform: scaleX(1.0);
		-ms-transform: scaleX(1.0);
		transform: scaleX(1.0);
	}
	
	main ul.list > li > div,
	main ol.list > li > div {
		padding-top: 10px;
	}
	
	main aside {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	main .parallax {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	
	main .parallax > div {
		width: 100%;
		padding: 16px;
	}
	
	main .sub-article {
		padding-top: 24px;
		padding-bottom: 23px;
		background-color: rgba(226,226,226,1.0);
	}
	
	main .sub-article > h2 {
		font-size: 2.0rem;
	}
	
	main .sub-article > a {
		width: 300px;
		height: 40px;
		line-height: 40px;
		color: rgba(255,255,255,1.0);
		margin-left: auto;
		margin-right: auto;
		background-color: rgba(82,82,82,1.0);
		display: block;
		position: relative;
	}
	
	main .sub-article > a > label {
		width: 40px;
		height: 40px;
		background-color: rgba(0,0,0,1.0);
		position: absolute;
		top: 0;
		left: 0;
		z-index: +1;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
		cursor: pointer;
	}
	
	main .sub-article > a:hover > label {
		width: 300px;
	}
		
	main .sub-article > a > label::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 20px;
		right: 0;
		margin-top: auto;
		margin-bottom: auto;
		vertical-align: middle;
		width: 16px;
		height: 16px;
		border-left: 1px solid rgba(255,255,255,1.0);
		-webkit-transition: 0.15s ease;
		-moz-transition: 0.15s ease;
		-o-transition: 0.15s ease;
		-ms-transition: 0.15s ease;
		transition: 0.15s ease;
	}
	
	main .sub-article > a:hover > label::before {
		width: 12px;
		height: 12px;
		top: -16px;
		bottom: 0;
		left: 20px;
		right: 0;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	main .sub-article > a > label::after {
		content: "";
		position: absolute;
		top: 15px;
		left: 13px;
		margin-top: auto;
		margin-bottom: auto;
		vertical-align: middle;
		width: 16px;
		height: 16px;
		border-top: 1px solid rgba(255,255,255,1.0);
		-webkit-transition: 0.15s ease;
		-moz-transition: 0.15s ease;
		-o-transition: 0.15s ease;
		-ms-transition: 0.15s ease;
		transition: 0.15s ease;
	}
	
	main .sub-article > a:hover > label::after {
		width: 12px;
		height: 12px;
		top: 17px;
		left: 20px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	main .sub-article > a > span {
		font-size: 1.2rem;
		position: absolute;
		left: 50px;
		z-index: +2;
	}
	
	.anm-1 .btn {
		width: 24px;
		height: 24px;
		font-weight: 100!important;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.5rem;
		font-weight: 100;
		text-align: center;
		background-color: rgba(0,0,0,1.0);
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		overflow: hidden;
		z-index: +1;
		cursor: pointer;
	}
	
	.anm-1 .btn::before {
		content: "";
		position: absolute;
		top: 7px;
		left: 12px;
		margin-top: auto;
		margin-bottom: auto;
		vertical-align: middle;
		width: 11px;
		height: 11px;
		border-left: 1px solid rgba(255,255,255,1.0);
	}
	
	.anm-1 .btn::after {
		content: "";
		position: absolute;
		top: 12px;
		left: 7px;
		margin-top: auto;
		margin-bottom: auto;
		vertical-align: middle;
		width: 11px;
		height: 11px;
		border-top: 1px solid rgba(255,255,255,1.0);
	}
	
	/* トグルボタン */
	span.toggle {
		width: 300px;
		padding-left: 20px;
	}
	
	.fade > *,
	.fade > *.fadein,
	.fade-2 > *,
	.fade-2 > *.fadein-2 {
		position: relative;
		top: 0;
		-webkit-opacity: 1.0!important;
		-moz-opacity: 1.0!important;
		-o-opacity: 1.0!important;
		-ms-opacity: 1.0!important;
		opacity: 1.0!important;
		filter:alpha(opacity = 100)!important;
	}
	
}

@media print and (min-width: 737px) {
	
	body {
		width: 1024px!important;
		overflow-x: hidden!important;
	}
	
	.column {
		page-break-before: avoid!important;
	}
	
	footer .nav-float {
		display: none!important;
	}
	
}
