@charset "utf-8";

@media screen and (max-width : 768px){
	#contents_area {
		background: var(--c-bg);
	}

	#footer_topic_path,
	footer {
		position: relative;
		z-index: 1;
	}

	#contents_area footer {
		padding-bottom: 50px;
		background: #fff;
	}

	footer .guaranteed {
		margin-bottom: 0;
	}

	.section,
	.section_inner,
	.block {
		position: relative;
		z-index: 1;
	}
	.section {
		color: var(--c-text);
	}
	.section img {
		display: block;
		width: 100%;
	}

	.section .anc {
		position: absolute;
	}

	h3 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: calc(120 / 750 * 100vw);
		letter-spacing: .03em;
		color: #fff;
		font-size: calc(20 / 750 * 100vw);
		background: var(--c-title);
	}

	.section h3 img {
		width: calc(527 / 750 * 100vw);
		margin-bottom: calc(21 / 750 * 100vw);
	}

	.section_style {
		margin-top: calc(45 / 750 * 100vw);
	}
	.section_style h4 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: calc(150 / 750 * 100vw);
		color: #fff;
		font-size: calc(16 / 750 * 100vw);
	}

	.section_style h4 .type {
		display: flex;
		justify-content: center;
		width: calc(450 / 750 * 100vw);
		margin-bottom: calc(13 / 750 * 100vw);
		padding-bottom: calc(10 / 750 * 100vw);
		border-bottom: 1px solid;
		font-size: calc(18 / 750 * 100vw);
	}

	.section_style h4 .title {
		width: auto;
		height: calc(36 / 750 * 100vw);
		margin-bottom: calc(15 / 750 * 100vw);
	}

	.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;
		box-sizing: border-box;
		width: calc(320 / 750 * 100vw);
		height: calc(48 / 750 * 100vw);
		margin: calc(20 / 750 * 100vw) auto 0;
		padding-top: calc(16 / 750 * 100vw);
		border-radius: 3px;
	}
	.section_style .kv .changer img {
		width: auto;
		height: calc(14 / 750 * 100vw);
	}
	.section_style .kv .changer label {
		overflow: hidden;
		position: relative;
		height: calc(21 / 750 * 100vw);
		text-indent: 150%;
		cursor: pointer;
	}
	.section_style .kv .changer label::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		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: calc(28 / 750 * 100vw);
		margin-left: calc(18 / 750 * 100vw);
	}
	.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 {
		height: calc(16 / 750 * 100vw);
		margin: 0 calc(14 / 750 * 100vw);
	}

	.section_style .kv .changer .off {
		position: relative;
		width: calc(39 / 750 * 100vw);
	}
	.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 {
		padding-top: calc(45 / 750 * 100vw);
	}

	.section_style .item h5 {
		display: flex;
		margin: 0 0 calc(30 / 750 * 100vw) calc(45 / 750 * 100vw);
		padding-bottom: calc(10 / 750 * 100vw);
		border-bottom: 1px solid;
		font-size: calc(26 / 750 * 100vw);
	}
	.section_style .item h5 img {
		width: auto;
		height: calc(22 / 750 * 100vw);
		margin-right: calc(18 / 750 * 100vw);
	}

	.section_style .item_list_wrap {
		margin-top: calc(30 / 750 * 100vw);
		padding: calc(30 / 750 * 100vw) 0;
		background: #fff;
	}

	.section_style .item_list {
		width: calc(517 / 750 * 100vw);
		margin-left: calc(130 / 750 * 100vw);
	}
	#contents_area .section_style .item_list li {
		padding-right: calc(27 / 750 * 100vw);
	}
	#contents_area .section_style .item_list a {
		display: block;
		position: relative;
		color: inherit;
		font-size: calc(21 / 750 * 100vw);
	}
	#contents_area .section_style .item_list a::after {
		content: '';
		position: absolute;
		right: calc(50 / 750 * 100vw);
		bottom: 0;
		width: calc(19 / 750 * 100vw);
		height: calc(34 / 750 * 100vw);
		background: url(../img/item_link_arrow.svg) 50% 50% / contain no-repeat;
	}
	.section_style .item_list img {
		margin-bottom: calc(23 / 750 * 100vw);
	}
	.section_style .item_list small {
		margin-left: calc(20 / 750 * 100vw);
		font-size: calc(17 / 750 * 100vw);
		line-height: calc(25 / 17);
	}
	.section_style .item_list br+small {
		display: inline-block;
		margin: calc(6 / 750 * 100vw) 0 calc(-4 / 750 * 100vw);
	}

	.section_style .movie {
		margin-top: calc(45 / 750 * 100vw);
	}

	.section_style .modal_mov_open a::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url(../img/icon_play.svg) 50% 50% / calc(67 / 750 * 100vw) no-repeat;
	}

	.section_style .slick-list {
		overflow: visible;
	}

	.section_style .slick-arrow {
		visibility: visible;
		opacity: 1;
		top: calc(95 / 750 * 100vw);
		z-index: 10;
		width: calc(60 / 750 * 100vw);
		height: calc(106 / 750 * 100vw);
		background: url(../img/item_btn_next.svg) 50% 50% / contain no-repeat;
		transform: none;
		transition: .2s;
		transition-property: visibility, opacity;
		filter: drop-shadow(0 0 4px #000);
	}
	.section_style .slick-arrow::before {
		display: none;
	}

	.section_style .slick-prev {
		left: calc(-99 / 750 * 100vw);
		transform: rotateZ(180deg);
	}

	.section_style .slick-next {
		right: calc(-99 / 750 * 100vw);
	}

	.section_style .slick-disabled {
		visibility: hidden;
		opacity: 0;
	}


/* ----------------------------------------
	section_brown
---------------------------------------- */

	#section_brown {
		margin-top: 0;
	}
	#section_brown h4,
	#section_brown .changer {
		background: var(--c-brown);
	}

	#section_brown h4 .title {
		height: calc(30 / 750 * 100vw);
	}

	#section_brown .changer label::before {
		background: var(--c-brown2);
	}


/* ----------------------------------------
	section_sweet
---------------------------------------- */

	#section_sweet h4 {
		background: var(--c-sweet);
	}

	#section_sweet h4 .title {
		height: calc(30 / 750 * 100vw);
	}


/* ----------------------------------------
	section_casual
---------------------------------------- */

	#section_casual h4 {
		background: var(--c-casual);
	}

	#section_casual h4 .type {
		width: calc(613 / 750 * 100vw);
	}


/* ----------------------------------------
	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: calc(656 / 750 * 100vw);
	}

	#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%;
	}
}