@charset "utf-8";

#contents_area {
	--c-bg: #edebea;
	--c-text: #333;
	--c-title: #535353;
	--c-brown: #3c2617;
	--c-brown2: #7b4e2a;
	--c-sweet: #a9b8c0;
	--c-casual: #9a000d;
	--c-classy: #50586f;
	--c-heritage: #c40024;
	--c-heritage2: #e06078;
}

@media print, screen and (min-width : 769px){
	#contents_area {
		background: var(--c-bg);
	}

	#footer_topic_path,
	footer {
		position: relative;
		z-index: 1;
	}

	#contents_area footer {
		margin-bottom: 0;
		padding-bottom: 110px;
		background: #fff;
	}

	.section,
	.block {
		position: relative;
		z-index: 1;
	}
	.section {
		color: var(--c-text);
		line-height: 1;
	}
	.section img {
		display: block;
		max-width: 100%;
	}

	.section .anc {
		position: absolute;
	}

	h3 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 150px;
		letter-spacing: .03em;
		color: #fff;
		font-size: 24px;
		background: var(--c-title);
	}

	h3 img {
		margin-bottom: 22px;
	}

	.section_style {
		margin-top: 80px;
	}
	.section_style h4 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 180px;
		color: #fff;
		font-size: 20px;
	}

	.section_style h4 .type {
		display: flex;
		justify-content: center;
		width: 550px;
		margin-bottom: 17px;
		padding-bottom: 13px;
		border-bottom: 1px solid;
		font-size: 22px;
	}

	.section_style h4 .title {
		margin-bottom: 15px;
	}

	.section_style .kv input {
		position: absolute;
		visibility: hidden;
	}
	.section_style .kv>img {
		position: relative;
		top: 0;
		z-index: 2;
		width: 100%;
		transition: .5s opacity;
	}
	
	.section_style .kv [id$='_on']:checked~.off,
		.section_style .kv [id$='_off']:checked~.on {
		opacity: 0;
		position: absolute;
		z-index: 1;
	}
	
	.section_style .kv .changer {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		position: absolute;
		left: 50%;
		bottom: 25px;
		z-index: 2;
		box-sizing: border-box;
		width: 230px;
		height: 34px;
		margin-left: -115px;
		padding-top: 11px;
		border-radius: 3px;
	}
	.section_style .kv .changer label {
		overflow: hidden;
		position: relative;
		height: 16px;
		text-indent: 150%;
		cursor: pointer;
	}
	.section_style .kv .changer label::before {
		content: '';
		position: absolute;
		left: 1px;
		right: 1px;
		height: 100%;
		background: #fff;
		-webkit-mask: 0 0 / 100% no-repeat;
		mask: 0 0 / 100% no-repeat;
		transition: .3s background-color;
	}
	.section_style .kv .changer label::after {
		content: '';
		position: absolute;
		opacity: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		background: #fff;
		z-index: 1;
		transition: .3s opacity;
	}

	.section_style .kv .changer .on {
		width: 23px;
		margin-left: 13px;
	}
	.section_style .kv .changer .on::before {
		-webkit-mask-image: url(../img/kv_accessory_on.svg);
		mask-image: url(../img/kv_accessory_on.svg);
	}

	.section_style .kv .changer .line {
		margin: 0 10px;
	}

	.section_style .kv .changer .off {
		position: relative;
		width: 31px;
	}
	.section_style .kv .changer .off::before {
		-webkit-mask-image: url(../img/kv_accessory_off.svg);
		mask-image: url(../img/kv_accessory_off.svg);
	}

	.section_style .kv .changer label:hover::before,
	.section_style .kv [id$='_on']:checked~.changer .on::before,
	.section_style .kv [id$='_off']:checked~.changer .off::before {
		background: #fff !important;
	}
	.section_style .kv [id$='_on']:checked~.changer .on::after,
	.section_style .kv [id$='_off']:checked~.changer .off::after {
		opacity: 1;
	}

	.section_style .item {
		box-sizing: border-box;
		height: 760px;
		padding-top: 35px;
	}

	.section_style .item .block_inner {
		width: 950px;
		margin: auto;
	}

	.section_style .item h5 {
		display: flex;
		width: 100vw;
		margin-bottom: 55px;
		padding-bottom: 10px;
		border-bottom: 1px solid;
		font-size: 26px;
	}
	.section_style .item h5 img {
		margin-right: 18px;
	}

	.section_style .item_list_wrap {
		position: relative;
		z-index: 2;
	}

	.section_style .item_list {
		display: flex;
		gap: 27px;
		position: absolute;
		left: 50%;
		z-index: 1;
		margin-left: 150px;
	}

	.section_style .item_list li {
		flex-shrink: 0;
		width: 490px;
		background: var(--c-bg);
	}
	#contents_area .section_style .item_list a {
		display: block;
		color: inherit;
		font-size: 21px;
	}
	.section_style .item_list img {
		margin-bottom: 20px;
	}
	.section_style .item_list small {
		margin-left: 10px;
		font-size: 17px;
		line-height: calc(25 / 17);
	}
	.section_style .item_list br+small {
		display: inline-block;
		margin: 6px 0 -4px;
	}

	.section_style .scroll_guide {
		opacity: 0;
		position: relative;
		z-index: 1;
		padding: 0 19px;
	}
	
	.section_style .scroll_guide.anim_end {
		animation: anim-fade-in-out 2.5s ease forwards;
	}

	.section_style .scroll_guide .bg {
		opacity: 0;
		position: absolute;
		left: 0;
		top: 20px;
		transform: translateX(-150px);
	}

	.section_style .scroll_guide.anim_end .bg {
		opacity: 1;
		transform: translateX(0);
		transition: 1.5s;
	}

	.section_style .scroll_guide .frame {
		position: relative;
	}

	.section_style .movie {
		width: 950px;
		margin: 105px auto 0;
		padding-bottom: 300px;
	}

	.section_style .modal_mov_open a::after {
		background-image: url(../img/icon_play.svg);
	}


/* ----------------------------------------
	section_brown
---------------------------------------- */

	#section_brown {
		margin-top: 0;
	}
	#section_brown h4,
	#section_brown .changer {
		background: var(--c-brown);
	}

	#section_brown .changer label::before {
		background: var(--c-brown2);
	}


/* ----------------------------------------
	section_sweet
---------------------------------------- */

	#section_sweet h4 {
		background: var(--c-sweet);
	}


/* ----------------------------------------
	section_casual
---------------------------------------- */

	#section_casual h4 {
		background: var(--c-casual);
	}

	#section_casual h4 .type {
		width: 750px;
	}


/* ----------------------------------------
	section_classy
---------------------------------------- */

	#section_classy h4 {
		background: var(--c-classy);
	}


/* ----------------------------------------
	section_heritage
---------------------------------------- */

	#section_heritage h4,
	#section_heritage .changer {
		background: var(--c-heritage);
	}

	#section_heritage h4 .type {
		width: 800px;
	}

	#section_heritage .changer label::before {
		background: var(--c-heritage2);
	}


/* ----------------------------------------
	movie_modal
---------------------------------------- */

	#movie_modal {
		position: fixed;
		text-align: center;
		white-space: nowrap;
	}
	#movie_modal::after,
	#movie_modal_inner {
		display: inline-block;
		vertical-align: middle;
	}
	#movie_modal::after {
		content: '';
		width: 0;
		height: 100%;
	}
	#movie_modal_inner {
		position: relative;
		width: 90%;
		max-width: 800px;
	}
	#movie_modal_data {
		position: relative;
		padding-top: 56.25%;
	}
	#movie_modal_data iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
}

@keyframes anim-fade-in-out {
	0%, 100% {
		opacity: 0;
	}
	33%, 66% {
		opacity: 1;
	}
}