@charset "UTF-8";
/*================================================
積み上げテンプレート専用CSS
================================================*/
.contents_block {}
.contents_block_list {}
.contents_block_list .ls-blur-up-is-loading,
.contents_block_list .lazyload:not([src]) {
	visibility: hidden;
}
.contents_block_list .ls-blur-up-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.contents_block_item {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto 80px;
}
.contents_block_item:last-child {
	margin-bottom: 0;
}
.contents_block_item.contents_block_full {
	width: 100%;
	min-width: 100%;
}
.contents_block_w100 {
	width: 100%;
}
.contents_block_item.contents_block_mb0 {
	margin: 0 auto;
}
.contents_block_item.contents_block_mb60 {
	margin: 0 auto 60px;
}
.contents_block_item.contents_block_mb100 {
	margin: 0 auto 100px;
}
.contents_block_item.contents_block_mb120 {
	margin: 0 auto 120px;
}
.contents_block_item.contents_block_pb80 {
	padding-bottom: 80px;
}
.contents_block_item.contents_block_pb120 {
	padding-bottom: 120px;
}
.contents_block_inner {
	width: 1200px;
	margin: 0 auto;
}
.contents_block_fadeIn {
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	transform: translate(0, 30px);
}
.contents_block_fadeIn.lazyloaded {
	opacity: 1;
	-webkit-transition: opacity .8s ease-out, -webkit-transform .8s ease-out;
	transition: opacity .8s ease-out, -webkit-transform .8s ease-out;
	transition: transform .8s ease-out, opacity .8s ease-out, -webkit-transform .8s ease-out;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.contents_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 60px;
}
.contents_title.contents_title_border {
	padding-top: 20px;
	margin-bottom: 100px;
}
.contents_title_name {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
}
.contents_title_border .contents_title_name {
	padding: 0 0 5px 0;
}
.contents_title_name br {
	display: none;
}
.contents_title_border .contents_title_name:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.contents_heading {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 60px;
}
.contents_row {
	display: flex;
	flex-wrap: wrap;
	margin: 60px -20px;
}
.col_contents {
	padding: 0 20px;
}
.col_contents_2 {
	width: 50%;
	margin-top: 40px;
}
.col_contents_3 {width: 33.3333333%;}
.col_contents_4 {width: 25%;}
.col_contents_2:nth-child(-n+2) {
	margin-top: 0;
}
.contents_html {
	font-size: 14px;
	line-height: 2;
}
.col_contents .contents_photo {
	border: 4px solid #eee;
}
.contents_photo {}
.contents_image {
	max-width: 100%;
	height: auto;
}
.contents_fadein .contents_image {
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.contents_fadein.lazyloaded .contents_image.lazyloaded {
	opacity: 1;
}
.contents_text {
	font-size: 14px;
	line-height: 2;
}
.contents_text * {
	font-size: 14px;
	line-height: 2;
}
.contents_text_en {
	display: block;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 1.8;
}
.contents_text_bold_en {
	display: block;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
}
.contents_text_caution {
	display: block;
	color: #ff3300;
	font-size: 13px;
	line-height: 1.8;
}
.contents_caption {
	font-size: 12px;
	line-height: 2;
}
.contents_caption * {
	font-size: 12px;
	line-height: 2;
}
.contents_text_center {
	text-align: center;
}
.contents_text_link {
	font-size: 14px;
	text-decoration: underline;
}
.contents_text_link:hover {
	color: #000;
	text-decoration: none;
}
.contents_photo + .contents_text {
	margin-top: 80px;
}
.contents_photo + .contents_caption {
	padding-top: 30px;
}
.contents_link {
	font-size: 14px;
	text-decoration: underline;
}
.contents_link:hover {
	color: #000;
	text-decoration: none;
}
.contents_more_link {
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 0 50px 0 0;
	transition: all .2s;
	position: relative;
}
.contents_more_link:hover {
	color: #000;
	text-decoration: none;
}
.contents_more_text {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	transition: all .2s;
}
.contents_more_link:hover .contents_more_text {
	opacity: .5;
}
.contents_more_svg {
	position: absolute;
	top: 50%;
	right: 0;
	transition: all .2s;
}
.contents_more_link:hover .contents_more_svg {
	width: 36px;
	right: 5px;
}
.contents_html * {
	font-size: 14px;
	line-height: 2;
}
.contents_slide {
	padding-bottom: 30px;
}
.contents_slide_list {}
.contents_slide_item {}
.contents_slide_photo {
	margin-bottom: 26px;
}
.contents_slide_text {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 2;
	text-align: center;
}
.contents_slide .slick-arrow {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
	transition: all .5s ease;
}
.contents_slide .slick-arrow:hover {
	opacity: 0;
}
.contents_slide .slick-prev {
	display: none;
	left: 0;
}
.contents_slide .slick-prev:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 25px;
}
.contents_slide .slick-next {
	right: 0;
}
.contents_slide .slick-next:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 25px;
}
.contents_slide .slick-dotted.slick-slider {}
.contents_slide .slick-dots {
	position: absolute;
	bottom: -30px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.contents_slide .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	padding: 0;
	cursor: pointer;
}
.contents_slide .slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	line-height: 8px;
	text-align: center;
	outline: none;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: #ddd;
	-webkit-border-radius: 20px;
	border-radius: 20px;

}
.contents_slide .slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.contents_slide .slick-dots li.slick-active button {
	background-color: #000;
	cursor: default;
}

.block_fullwidth {}
.block_autowidth {}
.block_autowidth .contents_photo {
	text-align: center;
}
.block_column_list {
	display: flex;
	flex-wrap: wrap;
}
.block_column_list.block_column_nowrap {
	flex-wrap: nowrap;
}
.block_column_list + .contents_text {
	padding-top: 80px;
}
.block_column_list + .contents_caption {
	padding-top: 30px;
}
.block_column_item {}
.block_columns_1 .block_column_item {
	width: 50%;
}
.block_columns_2 .block_column_item {
	width: 50%;
}
.block_columns_3 .block_column_item {
	width: 33.3333333%;
}
.block_columns_4 .block_column_item {
	width: 25%;
}
.block_column_1 { width:8.333333333%; }
.block_column_2 { width:16.666666667%; }
.block_column_3 { width:25%; }
.block_column_4 { width:33.333333333%; }
.block_column_5 { width:41.666666667%; }
.block_column_6 { width:50%; }
.block_column_7 { width:58.333333333%; }
.block_column_8 { width:66.666666667%; }
.block_column_9 { width:75%; }
.block_column_10 { width:83.333333333%; }
.block_column_11 { width:91.666666667%; }
.block_column_12 { width:100%; }
.block_separate .block_column_list {
	margin: 0 -30px;
}
.block_separate .block_column_item {
	padding: 0 30px;
}
.block_border .block_column_item {
	padding:  60px;
	border: 4px solid #eee;
}
.block_text_border {
	padding:  60px;
	border: 4px solid #eee;
}
.block_column_subList.block_columns {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}
.block_column_subitem {
	padding: 0 30px;
}
.block_column_subitem + .block_column_subitem {
	margin-top: 30px;
}
.block_column_subList.block_columns .block_column_subitem {
	margin-top: 40px;
}
.block_columns_2 > .block_column_subitem {
	flex: 0 0 50%;
	width: 100%;
	max-width: 50%;
	margin-top: 40px;
}
.block_row_list {}
.block_row_item {}
.block_row_list + .contents_text {
	padding-top: 80px;
}
.block_row_list + .contents_caption {
	padding-top: 30px;
}
.block_border_vertical {
	padding: 40px 60px 40px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.block_background {
	width: 100%;
	min-width: 100%;
	background-color: #f6f6f6;
	padding: 80px 0;
}
.block_hr {
	border-top: 1px solid #ddd;
}

/* 縦軸 */
.block_align_start {
	align-items: flex-start;
}
.block_align_center {
	align-items: center;
}
.block_align_end {
	align-items: flex-end;
}
/* 横軸 */
.block_content_center {
	justify-content: center;
}
.block_content_start {
	justify-content: flex-start;
}
.block_content_end {
	justify-content: flex-end;
}
.block_content_spacebetween {
	justify-content: space-between;
}
.block_html {}
/*.block_html a {
	color: #000;
	text-decoration: underline;
}
.block_html a:hover {
	color: #000;
	text-decoration: none;
}*/
.block_product {}
.block_background .block_product,
.block_background .block_html {
	width: 1200px;
	margin: 0 auto;
}
.block_product + .block_html {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #ddd;
}
.block_product_list:before, .block_product_list:after {
	content: none;
}
.block_product_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -20px;
	margin-right: -20px;
}
.block_product_item {
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	margin-top: 60px;
	padding: 0 20px;
	position:relative;
}
.block_product_item:nth-child(-n+4) {
	margin-top: 0;
}
.block_product_item > a:link,
.block_product_item > a:visited {
	text-decoration: none;
}
.block_product_item > a:hover,
.block_product_item > a:active {
	text-decoration: none;
}
.block_product_link {
	display: block;
}
.block_product_photo {
	margin-bottom: 20px;
	position: relative;
}
.block_product_photo:before {
	content:"";
	display: block;
	padding-top: 133.3333333%;
}
.block_product_image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.block_product_detail {
	margin-bottom: 10px;
}
.block_product_brandname {
	font-family: "Roboto", sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 5px;
}
.block_product_itemname {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 1.3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 10px;
}
.block_product_price {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	color: inherit;
}
.block_product_price_basic {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
}
.block_product_price_proper {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
}
.block_product_price_sale {
	font-family: "Roboto", sans-serif;
	color:#ff3300;
	font-size:13px;
}
.block_product_price_sale .block_product_price_basic {
	text-decoration: line-through;
}
.block_product_price_yen {
	font-family: "Roboto", sans-serif;
	color: inherit;
	font-size:13px;
	padding-left: 5px;
}
.block_product_price_off {
	font-family: "Roboto", sans-serif;
	color:#ff3300;
	font-size:13px;
	padding-left:2px;
}
.block_product_more {
	display: block;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	background-color: rgba(0, 0, 0, 1);
	padding: 18px 10px;
	border-radius: 2px;
	transition: background-color .5s;
}
.block_product_link:hover .block_product_more {
	color: #fff;
	text-decoration: none;
	background-color: rgba(0, 0, 0, .5);
}
.block_movie {}
.contents_movie {
	width: 100%;
}
.contents_movie_cover {
	position: relative;
	padding-bottom: 100%;
}
.contents_video {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.contents_movie_cover .contents_video {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
