@charset "UTF-8";
/*
* top.css
*
*/
/* --------------------------------
  COMMON
-------------------------------- */
.s5-container {
	margin: 0 auto !important;
	padding: 0 !important; 
	max-width: 100%;
}

.s5-breadcrumbs {
	margin: 10px auto 10px;
}

.s5-returnToTop {
	margin: 0;
}

body.modal_active {
	overflow-y: hidden; 
	height: 100vh;
}

#model_wrapper {
	overflow: hidden; 
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#model_wrapper * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#model_wrapper img {
	width: 100%;
	height: auto;
}
#model_wrapper a {
	-webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#model_wrapper a:hover {
	text-decoration: none;
}
#model_wrapper .wrapper {
	margin: 0 auto;
	width: 100%; 
	max-width: 1500px;
}
#model_wrapper .pc {
	display: block;
}
@media screen and (max-width: 768px) {
	#model_wrapper .pc {
		display: none;
	}
}
#model_wrapper .sp {
	display: none;
}
@media screen and (max-width: 768px) {
	#model_wrapper .sp {
		display: block;
	}
}
#model_wrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0; 
	padding: 0;
	list-style: none;

	-webkit-box-pack: justify;

	    -ms-flex-pack: justify;

	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 768px) {
	#model_wrapper ul {
		display: block;
	}
}
#model_wrapper .side {
	position: fixed;
	z-index: 100;
	right: -73px;
	bottom: 100px;
	-webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 768px) {
	#model_wrapper .side {
		right: auto;
		bottom: -100%; 
		left: 0;
	}
}
#model_wrapper .side a {
	display: block;
	width: 73px;
	background: url("/headphone/special/modelroom/img/side_ov.png");
	background-size: cover;
	line-height: 0;
}
@media screen and (max-width: 768px) {
	#model_wrapper .side a {
		margin: 0 auto;
		width: 93%;
		background: none;
	}
}
#model_wrapper .side a img {
	-webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#model_wrapper .side a:hover {
	opacity: 1;
}
#model_wrapper .side a:hover img {
	opacity: 0;
}
@media screen and (max-width: 768px) {
	#model_wrapper .side a:hover img {
		opacity: 1;
	}
}
#model_wrapper .side.scrollin {
	right: 0;
}
@media screen and (max-width: 768px) {
	#model_wrapper .side.scrollin {
		right: auto;
		bottom: 10px; 
		left: 0;
	}
}
#model_wrapper a .arrow {
	position: relative;
}
#model_wrapper a .arrow:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 21px;
	margin-top: -6px;
	width: 9px;
	height: 14px;
	-webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); 
	background: url("/headphone/special/modelroom/img/cnt/arrow.png") no-repeat;
	background-size: contain;
}
@media screen and (max-width: 768px) {
	#model_wrapper a .arrow:before {
		right: 17px;
	}
}
#model_wrapper a:hover {
	opacity: 0.7;
}
#model_wrapper a:hover .arrow:before {
	right: 16px;
}
@media screen and (max-width: 768px) {
	#model_wrapper a:hover .arrow:before {
		right: 12px;
	}
}

/* --------------------------------
  KV
-------------------------------- */
#kv {
	width: 100%;
	background:         linear-gradient(45deg, #d0cbc6 0%, #e4e1de 100%);
}
@media screen and (max-width: 768px) {
	#kv {
		background-size: 100% 80%;
	}
}
#kv ul li:nth-child(1) {
	width: 28%;
}
@media screen and (max-width: 768px) {
	#kv ul li:nth-child(1) {
		width: 100%;
	}
}
#kv ul li:nth-child(1) .logo {
	margin-top: -5%; 
	margin-left: 17%;
}
@media screen and (max-width: 768px) {
	#kv ul li:nth-child(1) .logo {
		margin: 0 auto 25px auto;
		padding-top: 30px; 
		width: 61.7%;
	}
}
#kv ul li:nth-child(2) {
	width: 72%;
}
@media screen and (max-width: 768px) {
	#kv ul li:nth-child(2) {
		width: 100%;
	}
}

/* --------------------------------
  CNT
-------------------------------- */
#cnt {
	width: 100%;
	background: url("../img/bg.jpg") no-repeat;
	background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
	#cnt {
		background: none;
	}
}
#cnt h2 {
	margin: 0 auto;
	padding: 70px 0 90px 0; 
	width: 610px;
}
@media screen and (max-width: 768px) {
	#cnt h2 {
		padding: 45px 0 75px 0; 
		width: 80%;
	}
}
#cnt .cullums {
	padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
	#cnt .cullums {
		padding-top: 75px;
		padding-bottom: 35px; 
		background: url("../img/bg_sp.jpg") no-repeat;
		background-size: 100% 100%;
	}
}
#cnt .cullums ul {
	margin-bottom: 50px; 
	padding-right: 5.4%;

	-webkit-box-align: stretch;

	    -ms-flex-align: stretch;

	        align-items: stretch;
}
@media screen and (max-width: 768px) {
	#cnt .cullums ul {
		margin-bottom: 65px; 
		padding-right: 7.5%;
	}
}
#cnt .cullums ul li.img {
	position: relative;
	width: 50%;
}
@media screen and (max-width: 768px) {
	#cnt .cullums ul li.img {
		width: 100%;
	}
}
#cnt .cullums ul li.img .icon {
	display: none; 
	position: absolute;
	top: 0;
	right: 0;
	width: 16%;
	line-height: 0;
}
@media screen and (max-width: 768px) {
	#cnt .cullums ul li.img .icon {
		display: block;
	}
}
#cnt .cullums ul li.txt {
	position: relative;
	width: 50%;
	background: #fff;

	-webkit-filter: drop-shadow(2px 4px 8px rgba(233, 231, 227, 0.6));

	        filter: drop-shadow(2px 4px 8px rgba(233, 231, 227, 0.6));
}
@media screen and (max-width: 768px) {
	#cnt .cullums ul li.txt {
		width: 100%;
	}
}
#cnt .cullums ul li.txt .icon {
	display: block; 
	position: absolute;
	top: 0;
	right: 0;
	width: 75px;
	line-height: 0;
}
@media screen and (max-width: 1000px) {
	#cnt .cullums ul li.txt .icon {
		width: 60px;
	}
}
@media screen and (max-width: 768px) {
	#cnt .cullums ul li.txt .icon {
		display: none;
	}
}
#cnt .cullums ul li.txt .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 330px; 
	-webkit-transform: translate(-50%, -50%);
	        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
	#cnt .cullums ul li.txt .inner {
		width: 240px;
	}
}
@media screen and (max-width: 768px) {
	#cnt .cullums ul li.txt .inner {
		position: static;
		margin: 0 auto;
		padding: 30px 0 30px;
		width: 260px;
		-webkit-transform: translate(0%, 0%);
		        -ms-transform: translate(0%, 0%);
		    transform: translate(0%, 0%);
	}
}
#cnt .cullums ul li.txt .inner .read {
	margin: 0 0 17px 0;
}
@media screen and (max-width: 768px) {
	#cnt .cullums ul li.txt .inner .read {
		margin: 0 0 8px 0;
	}
}
#cnt .cullums ul li.txt .inner .read img {
	width: auto; 
	height: 120px;
}
@media screen and (max-width: 1000px) {
	#cnt .cullums ul li.txt .inner .read img {
		height: 100px;
	}
}
@media screen and (max-width: 768px) {
	#cnt .cullums ul li.txt .inner .read img {
		height: 84px;
	}
}
#cnt .cullums ul li.txt .inner p {
	margin: 0 0 20px 0; 
	letter-spacing: 3px;
	font-size: 16px;
	line-height: 1.8em;
}
@media screen and (max-width: 1000px) {
	#cnt .cullums ul li.txt .inner p {
		margin: 0 0 10px 0; 
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	#cnt .cullums ul li.txt .inner p {
		letter-spacing: 2.5px; 
		font-size: 12px;
	}
}
#cnt .cullums ul li.txt .inner p.name {
	margin-bottom: 0; 
	letter-spacing: 0;
}
#cnt .cullums ul li.txt .inner p.name span {
	margin-right: 10px; 
	font-size: 12px;
}
#cnt .cullums ul li.txt .inner a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px; 
	width: 225px;
	height: 49px;
	background: #000;
	color: #fff;
	font-size: 18px;

	-webkit-box-pack: justify;

	    -ms-flex-pack: justify;

	        justify-content: space-between;
}
@media screen and (max-width: 768px) {
	#cnt .cullums ul li.txt .inner a {
		width: 200px;
		height: 45px;
		font-size: 16px;
	}
}
#cnt .cullums ul li.txt .inner a img.face {
	width: 51px;
	height: 49px;
}
@media screen and (max-width: 768px) {
	#cnt .cullums ul li.txt .inner a img.face {
		width: 46px;
		height: 45px;
	}
}
#cnt .cullums ul li.txt .inner a span {
	display: block;
	padding: 10px 17px 10px 0; 
	width: 174px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#cnt .cullums ul li.txt .inner a span {
		padding: 8px 17px 8px 0;
		width: 150px;
	}
}
#cnt .cullums ul.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse; 
	padding-right: 0;
	padding-left: 5.4%;
}
@media screen and (max-width: 768px) {
	#cnt .cullums ul.reverse {
		padding-left: 7.5%;
	}
}
#cnt .cullums ul.reverse li .icon {
	right: auto;
	left: 0;
}

_:-ms-fullscreen,
:root #cnt .cullums ul li.txt {
	box-shadow: 0px 0px 5px 1px #e9e7e3; 

	filter: none;
}

#sns {
	position: relative; 
	margin: 0 auto;
	padding: 40px 80px 40px 20px;
	max-width: 1280px;
}
@media screen and (max-width: 768px) {
	#sns {
		padding: 35px 0 35px 0;
	}
}
#sns .all {
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	#sns .all {
		width: 84%;
		font-size: 13px;
	}
}
#sns .all a {
	display: inline-block;
	padding: 15px 45px 15px 30px;
	border: 1px solid #bcbcbc;
	background: #fff;
}
@media screen and (max-width: 768px) {
	#sns .all a {
		display: block;
		margin-bottom: 15px; 
		padding: 12px 0 12px 0;
	}
}
#sns .all a span.arrow {
	margin-right: 5px;
}
#sns .all a span.arrow:before {
	right: -18px;
}
#sns .all a:hover {
	opacity: 1;
	background: #494949;
	color: #fff;
}
#sns .all a:hover span.arrow:before {
	right: -26px;
}
#sns ul {
	position: absolute;
	top: 50px;
	right: 80px;

	-webkit-box-pack: end;

	    -ms-flex-pack: end;

	        justify-content: flex-end;
}
@media screen and (max-width: 768px) {
	#sns ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; 
		position: static;
		top: auto;
		right: auto;

		-webkit-box-pack: center;

		    -ms-flex-pack: center;

		        justify-content: center;
	}
}
#sns ul li {
	margin-left: 15px; 
	width: 33px;
}
@media screen and (max-width: 768px) {
	#sns ul li {
		margin: 0 10px 0 10px; 
		width: 41px;
	}
}

/* --------------------------------
  PRODUCT
-------------------------------- */
#model_wrapper .product {
	width: 100%;
	background:         -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f2f0));
	background:         linear-gradient(to bottom, #fff 0%, #f3f2f0 100%);
}
#model_wrapper .product ul {
	margin: 0 auto !important;
	width: 100%;
	max-width: 970px;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: reverse;

	    -ms-flex-flow: row-reverse;

	        flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
	#model_wrapper .product ul {
		width: 84%;
	}
}
#model_wrapper .product ul li.txt {
	margin-top: -70px; 
	width: 325px;
}
@media screen and (max-width: 768px) {
	#model_wrapper .product ul li.txt {
		margin-top: -30px; 
		width: 100%;
	}
}
#model_wrapper .product ul li.txt p {
	margin-top: 0; 
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	#model_wrapper .product ul li.txt p {
		text-align: center; 
		font-size: 12px;
	}
	#model_wrapper .product ul li.txt p img {
		width: 67.6%;
	}
}
#model_wrapper .product ul li.txt ul {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row;
	        flex-flow: row;
}
@media screen and (max-width: 768px) {
	#model_wrapper .product ul li.txt ul {
		width: 100%;
	}
}
#model_wrapper .product ul li.txt ul li {
	width: 48%;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	#model_wrapper .product ul li.txt ul li {
		margin-bottom: 10px; 
		width: 100%;
	}
}
#model_wrapper .product ul li.txt ul li a {
	display: block;
	padding: 10px;
	background: #000;
	text-align: center;
	color: #fff;
}
#model_wrapper .product ul li.txt ul li a span {
	position: relative; 
	padding-right: 10px;
}
#model_wrapper .product ul li.txt ul li a span.arrow:before {
	right: -4px;
	margin-top: -5px; 
	width: 6px;
	height: 11px;
}
#model_wrapper .product ul li.txt ul li a:hover span.arrow:before {
	right: -9px;
}
#model_wrapper .product ul li.txt a.more {
	display: block;
	position: relative; 
	margin-top: 10px;
	padding: 15px 30px;
	border: 1px solid #bcbcbc;
	background: #fff;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	#model_wrapper .product ul li.txt a.more {
		margin-top: 0;
		margin-bottom: 10px;
	}
}
#model_wrapper .product ul li.txt a.more:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 21px;
	margin-top: -6px;
	width: 9px;
	height: 14px;
	-webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); 
	background: url("/headphone/special/modelroom/img/cnt/arrow.png") no-repeat;
	background-size: contain;
}
@media screen and (max-width: 768px) {
	#model_wrapper .product ul li.txt a.more:before {
		right: 17px;
	}
}
#model_wrapper .product ul li.txt a.more:hover {
	opacity: 1;
	background: #494949;
	color: #fff;
}
#model_wrapper .product ul li.txt a.more:hover:before {
	right: 16px;
}
#model_wrapper .product ul li.img {
	margin-top: -45px; 
	width: 56%;
}
@media screen and (max-width: 768px) {
	#model_wrapper .product ul li.img {
		margin-top: 0;
		padding: 0 10%;
		width: 100%;
	}
	#model_wrapper .product ul li.img img {
		margin-top: -45px;
	}
}
#model_wrapper .product .wrapper {
	margin-top: -45px;
	padding-bottom: 20px;
	padding-left: 30px; 
	font-size: 10px;
}
@media screen and (max-width: 768px) {
	#model_wrapper .product .wrapper {
		margin-top: 0;
		padding-left: 0; 
		width: 84%;
	}
}

/* --------------------------------
  MODAL
-------------------------------- */
#modal {
	opacity: 1;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
	pointer-events: none;

	-webkit-perspective: 1300px;

	        perspective: 1300px;
	-webkit-perspective-origin: right center;
	        perspective-origin: right center;
}
@media screen and (max-width: 768px) {
	#modal {
		-webkit-perspective: 600px;
		        perspective: 600px;
	}
}
#modal .modal_close {
	position: fixed;
	top: -60px;
	right: 0;
	-webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 768px) {
	#modal .modal_close {
		right: 5.3%;
	}
}
#modal .modal_close a {
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #000;
	line-height: 0;
}
@media screen and (max-width: 768px) {
	#modal .modal_close a {
		width: 44px;
		height: 44px;
	}
}
#modal .modal_close a:hover {
	background: #494949;
}
#modal .modal_close.win {
	right: 18px;
}
#modal .modal_inner {
	overflow: auto;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 5.8%;
	padding: 0 0 0 0;
	width: 94.2%;
	height: 100%;
	-webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transform: rotateY(-90deg);
	        transform: rotateY(-90deg);

	-webkit-overflow-scrolling: touch;
	will-change: transform;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner {
		margin: 0;
		padding: 60px 0 0 0; 
		width: 100%;
	}
}
#modal .modal_inner .modal_cullum {
	background: #fff;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum {
		margin: 0 5.3% 60px 5.3%;
		width: 89.4%;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner {
	opacity: 0;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .head.head_int_2 {
	background: url("/headphone/special/modelroom/img/interview_2/head_pc.jpg") no-repeat right top;
	background-size: cover;
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .head.head_int_2 .inner h2 span {
	width: 429px;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .head.head_int_2 .inner h2 span {
		width: 100%;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .head.head_int_3 {
	background: url("/headphone/special/modelroom/img/interview_3/head_pc.jpg") no-repeat right top;
	background-size: cover;
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .head {
	display: none; 
	padding: 55px 0 120px 0;
	width: 100%;
	background: url("/headphone/special/modelroom/img/interview_1/head_pc.jpg") no-repeat right top;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .head {
		padding: 0; 
		background: none;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .head .inner {
	width: 57%;
	background: #fff;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .head .inner {
		width: 100%;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .head .inner ul {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .head .inner ul {
		display: table;

		-webkit-box-pack: stretch;

		    -ms-flex-pack: stretch;

		        justify-content: stretch;
		-webkit-box-align: initial;
		    -ms-flex-align: initial;
		        align-items: initial;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .head .inner ul li.txt {
	padding: 10px 10px 10px 20px; 
	letter-spacing: 2px;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .head .inner ul li.txt {
		display: table-cell;
		width: 73%;
		background: #ededed;
		text-align: center;
		vertical-align: middle; 
		font-size: 10px;
		line-height: 16px;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .head .inner ul li.icon {
	width: 95px;
	line-height: 0;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .head .inner ul li.icon {
		display: table-cell;
		width: 27%;
		background: #000;
		vertical-align: middle; 

		-webkit-box-align: center; 

		    -ms-flex-align: center; 

		        align-items: center;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .head .inner h2 {
	padding: 20px 0 50px 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .head .inner h2 {
		padding: 10px 0 10px 0;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .head .inner h2 img {
	margin: 0 auto 10px auto; 
	width: auto;
	height: 60px;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .head .inner h2 img {
		margin: 0 auto 10px auto; 
		width: 60%;
		height: auto;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .head .inner h2 span {
	display: block;
	margin: 0 auto; 
	padding: 0 20px;
	width: 456px;
	text-align: left;
	letter-spacing: 3px;
	font-size: 12px;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .head .inner h2 span {
		padding: 0 0;
		width: 100%; 
		text-align: center;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt {
	position: relative; 
	margin: -50px 3% 0 3%;
	padding: 80px 7%;
	width: 94%;
	background: #fff;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt {
		margin: -50px 5.7% 0 5.7%;
		padding: 0 0 30px 0; 
		width: 88.6%;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .sp_wrap {
	display: none;
	margin: 0 auto; 
	max-width: 1150px;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .sp_wrap {
		padding: 35px 9.3% 0;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt h3 {
	position: relative;
	margin: 0; 
	padding: 30px 0 22px 0;
	line-height: 0;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt h3 {
		padding: 15px 0 15px 0;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt h3:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background: #c8a867;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt h3:before {
		width: 42px;
		height: 2px;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt p {
	margin: 0; 
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 30px;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt p {
		line-height: 24px;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt p + p {
	padding-top: 20px;
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt p + h3 {
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt p + h3 {
		margin-top: 30px;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .float_wrap {
	margin-bottom: 80px; 
	padding-bottom: 80px;
	border-bottom: 2px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .float_wrap {
		margin-bottom: 0;
		padding-bottom: 30px;
		border-bottom: none;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .float_wrap h3 {
	display: inline-block;
	width: 47%;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .float_wrap h3 {
		display: block;
		width: 100%;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .float_wrap .float_img_right {
	float: right;
	margin-bottom: 30px; 
	margin-left: 6%;
	width: 47%;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .float_wrap .float_img_right {
		display: none;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .float_wrap .float_img_left {
	float: left;
	margin-right: 6%;
	margin-bottom: 30px; 
	width: 47%;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .float_wrap .float_img_left {
		display: none;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .float_wrap .float_img_sp {
	display: none;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .float_wrap .float_img_sp {
		display: block;
		margin-top: 30px;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .float_wrap:after {
	content: "";
	display: block;
	clear: both;
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .block + .float_wrap {
	margin-top: 80px; 
	padding-top: 80px;
	border-top: 2px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .block + .float_wrap {
		margin-top: 0;
		padding-top: 30px;
		border-top: 0;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .product.modal {
	margin-top: 70px; 
	padding: 50px 7.6% 0 8.7%;
	background: #f3f2f0;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .product.modal {
		margin: 30px 0 30px 0; 
		padding: 30px 9.3% 0;
	}
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .product.modal ul {
		width: 100%;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .product.modal ul li.txt {
	margin-top: -50px;
	width: 43%; 
	max-width: 325px;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .product.modal ul li.txt {
		margin: 0 auto; 
		width: 100%;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .product.modal ul li.txt p + p {
	padding-top: 5px;
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .product.modal ul li.txt ul {
	padding-top: 10px;
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .product.modal ul li.img {
	margin-top: 0;
	width: 50%;
	line-height: 0;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .product.modal ul li.img {
		width: 100%;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .product.modal ul li.img img {
	margin-top: 0;
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .attention {
	margin: 10px 0 0 0;
	padding-bottom: 70px;
	font-size: 10px;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .attention {
		padding-bottom: 30px;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .modal_cnt_close {
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .modal_cnt_close {
		padding: 0 9.3%;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .modal_cnt_close a {
	display: inline-block;
	padding: 10px 35px 10px 40px;
	background: #000; 
	color: #fff;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .modal_cnt_close a {
		display: block;
	}
}
#modal .modal_inner .modal_cullum .modal_cullum_inner .modal_cnt .modal_cnt_close a img {
	display: inline;
	margin-left: 10px;
	width: 12px;
	line-height: 0;
}

#modal.active {
	opacity: 1;
	pointer-events: auto;
}
#modal.active .modal_close {
	top: 0;
	-webkit-transition-delay: 1s;
	        transition-delay: 1s;
}
#modal.active .modal_inner {
	opacity: 1;
	left: 0;
	-webkit-transform: rotateY(0);
	        transform: rotateY(0);
}
#modal.active .modal_inner .modal_cullum .modal_cullum_inner {
	opacity: 1;
	-webkit-transition-delay: 1s;
	        transition-delay: 1s;
}

#modal_bg {
	opacity: 0;
	position: fixed;
	z-index: 100; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	background: rgba(0, 0, 0, 0.4);
	pointer-events: none;
}

#modal_bg.active {
	opacity: 1;
	pointer-events: auto;
}

/* --------------------------------
  Scroll transition
-------------------------------- */
.fade {
	opacity: 0;
	-webkit-transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1); 
	-webkit-transform: translate(0, 50px);
	        -ms-transform: translate(0, 50px);
	    transform: translate(0, 50px);
}

.fade.scrollin {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        -ms-transform: translate(0, 0);
	    transform: translate(0, 0);
}