@charset "utf-8";@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&family=Work+Sans:wght@300;400;700&family=Padauk:wght@400;700&family=Kantumruy:wght@300;400;700&display=swap');

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	font-size: 10px;
	overflow-x: hidden;
}
img {
	vertical-align: middle;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding: 0; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-weight: normal; font-style: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
a {outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0); text-decoration: none; }

h1, h2, h3,h4 {
font-family: 'Roboto', 'Work Sans', 'Padauk', 'Kantumruy',sans-serif !important;
font-weight: 700 !important;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
p, a, span, th, td,
.interview_lists h2,
.interview_listTtl span,
.article_lists h3,
.clm2_sub li,
.heading nav li.lang:before {
font-family: 'Roboto', 'Work Sans', 'Padauk', 'Kantumruy',sans-serif !important;
font-weight: 300 !important;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: #000;
}
.copy p,
.conceptmovie_txt,
.conceptmovie_copy p,
.family_copy p,
.article_vol {
font-family: 'Roboto', 'Work Sans', 'Padauk', 'Kantumruy',sans-serif !important;
font-weight: 700 !important;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
sup { font-size: 60%;}
.video_close:before,
.video_close:after,
#mainvisual .link_home a:after,
.conceptmovie_txt:before,
nav a:after,
.nav_close:before,
.nav_close:after,
.caption .circle span:before,
.heading nav a:after,
.heading nav .nav_cur a:after,
.heading nav .nav_cur:before,
.tab_btn span:before,
.caption .circle span:before,
#purchase .link .salesite a:before,
.interview_list a > div:before,
.clm2_item:before {
	position: absolute;
	content: " ";
	display: block;
}

/*
					header
------------------------ */
.closeSite, .logo, nav ul li a, nav ul:after {
	display: block;
}


/*MOD*/
header {
	width: 100%;
	/* border-top: solid 5px #e60027; */
}
.logo-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 45px;
	background-color: #f2f2f2;
}
.logo-wrapper p {
	padding: 8px 0 0 14px;
	margin: 0 auto;
}
.logo {
	width: 95px;
	height: 29px;
	background: url(../img/corp_id_hd.gif) center no-repeat;
	background-size: contain;
}
.closeSite {
	line-height: 1.2;
    position: absolute;
    right: 0;
    top: -5px;
    background-color: #000;
    color: #fff;
    height: 50px;
    width: 50px;
    padding: 18px 9px;
    font-size: 12px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}
header .closeSite:before, header .closeSite:after {
    content: "";
    display: block;
    width: 11px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: 15px;
    left: 21px;
}
header .closeSite:after {
    transform: rotate(-45deg);
    transform-origin: 100% 50%;
    left: auto;
    right: 21px;
}
header .closeSite img {
    opacity: 0;
}
.closeSite img {
	display: block;
	margin: -7px auto 2px;
}
/*MOD*/



/*
					footer
------------------------ */
footer.ar {
	padding: 20px 0 25px;
	background-color: #e5e5e5;
	overflow: hidden;
}

footer.ar .footer p {
	display: inline-block;
}

footer.ar .footer .footer-copy {
	text-align: right;
}

footer.ar .footer .footer-copy:after {
	content: "";
	display: inline-block;
	width: 88px;
	height: 67px;
	background: url(../img/ar_logo.gif) center no-repeat;
	background-size: 100% auto;
	margin: 5px 10px 0;
	vertical-align: middle;
}

@media screen and (max-width: 750px) {
	.footer .footer-copy {
		padding-top: 2px;
	}
	.footer p {
		line-height: 1.4;
		font-weight: normal;
		font-weight: normal;
		padding-right: 5.4vw;
	}
	footer.ar .footer p {
		text-align: center;
		margin-bottom: 5px;
		padding-right: 0;
	}
	footer.ar .footer .footer-copy:after {
		margin: 5px 10px 0;
		display: inline-block;
	}
	footer.ar .footer .footer-copy {
		text-align: center;
	}
}

/*
	Loading
------------------------ */
#loading {
	position: fixed;
	top: 0;
	z-index: 9999;
	background: #fff;
	width: 100%;
	height: 100%;
}
#loading .circle {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
#loading .circle span {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	background: #92959c;
	border-radius: 15px;
	animation-duration: 0.7s;
	animation-timing-function: linear;
	animation-fill-mode: both;
	animation-name: loading;
	animation-iteration-count: infinite;
}
#loading .circle span:before,
#loading .circle span:after {
	position: absolute;
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;

}
#loading .circle span:before {
	top: 2px;
	left: 2px;
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 13px;
}
#loading .circle span:after {
	top: 18px;
	left: 18px;
	background: #fff;
}
@keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*
				common
------------------------ */
.heading {
	font-size: 3.4rem;
}
.heading nav {
	position: relative;
	background: #000;
	text-align: center;
}
.heading nav ul {
	width: 74%;
	max-width: 960px;
	height: 3.4em;
	font-size: 1.5rem;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
.heading nav li {
	position: relative;
	padding-right: 1.2em;
}
.heading nav a {
	display: block;
	color: #fff;
	letter-spacing: 0.06em;
	line-height: 1;
	padding-bottom: 0.3em;
}
.heading nav a:after {
	width: 0;
	height: 0;
	top: calc(50% - 0.35em);
	right: 0;
	border: 0.35em dashed transparent;
	border-left: 0.48em solid #fff;
}
.heading nav .nav_cur a:after {
	top: calc(50% - 0.24em);
	border: 0.35em dashed transparent;
	border-top: 0.48em solid #fff;
}
.heading nav .nav_cur:before {
	bottom: -0.2em;
	width: calc(100% - 1.2em);
	height: 1px;
	background: #fff;
}
.heading nav li:nth-last-child(2) {
    padding-right: 0;
    padding-left: 1.7em;
}
.heading nav li:nth-last-child(2) a:after {
	right: auto;
	left: 0;
}
.heading nav li:nth-last-child(2) a:after {
	border: none;
    top: calc(50% - 0.75em);
	width: 1.2em;
	height: 1.2em;
	background: url(../img/home_ico_pc.png) no-repeat left center;
	background-size: 1.2em auto;
}
.heading nav li.lang {
	position: absolute;
	top: 0;
	right: 0;
	height: 3.4em;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.heading nav li.lang a {
	display: inline-block;
	margin-left: 0.8em;
	padding: 0.1em 0.3em 0.4em;
}
.heading nav li.lang a:after {
	display: none;
}
.heading nav li.lang:before {
	content: "|";
	display: block;
	position: absolute;
	top: calc(50% - 1.2em);
	right: 5.8em;
	color: #fff;
}
.lang .lang--cur {
	opacity: 1;
	background: rgba(256, 256, 256, 0.2);
	pointer-events: none;
}
.heading h1,
.heading p {
	font-size: 2.4rem;
    line-height: 6.25;
	text-align: center;
}

.nav_close {
	display: none;
}
.video_close {
	display: block;
}
.video_close,
.nav_close {
	max-width: 4em;
	max-height: 4em;
	width: 8vw;
	height: 8vw;
	position: absolute;
	top: 5vw;
	right: 3vw;
}
.video_close:before,
.video_close:after,
.nav_close:before,
.nav_close:after {
	left: 46%;
	max-width: 0.4em;
	max-height: 4em;
	height: 8vw;
	width: 0.8vw;
	background: #fff;
	transform-origin: center;
}
.video_close:before,
.video_close:after {
	background: #000;
}
.video_close:before,
.nav_close:before {
	transform: rotate(42deg);
}
.video_close:after,
.nav_close:after {
	transform: rotate(-42deg);
}
.bottommenu {
	display: none;
}
#product .slider {
	max-width: 1200px;
	margin: 0 auto;
}
.clm2 {
    background: #f6f6f6;
}
.content section > div {
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}


.slider {
	background: #f6f6f6;
}
.slider .slider_block {
	max-width: 100%;
}
.slider_block .slide {
	outline: none;
}
.slider_block .slide img {
	width: 100%;
	margin: 0 auto;
}



.tab_btn,
.tab_block tr {
	font-size: 1.8rem;
}
.tab_btn {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 3.3em 0;
}
.tab_btn li {
	width: 50%;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}
.tab_btn li a {
	display: block;
	line-height: 1;
}
.tab_btn li:first-child {
	border-right: none;
}
.tab_btn span {
	position: relative;
	line-height: 1;
	padding-bottom: 0.25em;
	padding-left: 1em;
	letter-spacing: 0.05em;
}
.tab_btn span:before {
	top: calc(50% - 0.1em);
	left: -0.3em;
	border: 0.3em dashed transparent;
	border-top: 0.4em solid #000;
}
.tab_btn-cur {
	pointer-events: none;
	background: #f6f6f6;
}
.tab_block table {
	width: 49%;
}
.tab_block table,
.tab_block th,
.tab_block td {
	border-collapse: collapse;
	box-sizing: border-box;
}
.tab_block tr {
	height: 5.2em;
	border-top: 1px solid #d2d2d2;
}
.tab_block tr:last-child {
	border-bottom: 1px solid #d2d2d2;
}
.tab_block th,
.tab_block td {
	line-height: 1.2;
	padding-bottom: 0.3em;
}
.tab_block .tr_s td {
	font-size: 1.7rem;
}
.tab_block th {
	width: 33.3%;
}
.tab_block .group td {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 5.15em;
}
.tab_block td .sub {
	display: block;
}
.tab_block td .sub span {
	display: block;
	padding-top: 0.1em;
	padding-left: 0;
	font-size: 1.4rem;
}
.tab_block td .sub + span {
	display: block;
}
.tab_block td span {
	padding: 0 0.2em 0 0.7em;

}
.tab_block td span:first-child {
	padding-left: 0;
}
.tab_block + .tab_block {
	display: none;
}
.content .caption {
	max-width: 1000px;
	width: 96%;
	margin: 0 auto;
	margin-top: 8em;
}
.caption p {
	font-size: 1.2rem;
	line-height: 1.3;
	padding-left: 1.2em;
	position: relative;
}
.caption p:not(:last-child) {
	margin-bottom: 1.8em;
}
.caption p span {
	position: absolute;
	left: 0;
	display: block;

}
.caption .circle span:before {
	/* top: 0.4em;
	left: 0;
	width: 0.65em;
	height: 0.65em;
	border-radius: 0.65em;
	border: 1px solid #c5c5c5; */
	content: "◎";
}
.clm2_item {
	background: #f6f6f6;
	overflow: hidden;
}
.clm2_item:nth-of-type(odd) {
	flex-direction: row-reverse;
}
.clm2_item {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
}
.clm2_item:before {
	top: 0;
	width: 50%;
	height: 41vw;
	max-height: 492px;
	background: #fff;
}
.clm2_item:nth-of-type(odd):before {
	left: 0;
}
.clm2_item:nth-of-type(even):before {
	right: 0;
}
.clm2_itemTxt {
	max-width: 600px;
	width: 50%;
}
.clm2_itemTxt h3 {
	font-size: 3rem;
	line-height: 1.3;
	margin-bottom: 0.8em;
	letter-spacing: -0.02em;
}
.tab_block:nth-of-type(1) .clm2_item:last-child h3 {
	margin-bottom: 0.5em;
}
.clm2_itemTxt h4 {
	font-size: 2rem;
	line-height: 1;
    margin: 0.8em 0 0.2em;
}
.clm2_itemTxt p {
	font-size: 1.8rem;
	line-height: 1.4;
}
.clm2_itemTxtInner {
	max-width: 410px;
    width: calc(84% - 5.6em);
    margin-left: 5.6em;
	font-size: 1.8rem;
}
.clm2_item:nth-of-type(even) .clm2_itemTxtInner {
	float: right;
	margin-left: 0;
	margin-right: 5.6em;
}
.clm2_item-img {
	position: relative;
	width: 50%;
	max-width: 600px;
}
.clm2_item-img img,
.clm2_item-img video {
	width: 100%;
}

.pagetop {
	position: relative;
	height: 10em;
	text-align: right;
	line-height: 0;
}
.pagetop span {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 4em;
	bottom: 4em;
	line-height: 1;
	background: url(../img/pagetop_pc.png) no-repeat;
	max-width: 4.5em;
	max-height: 4.5em;
	width: 3.8vw;
	height: 3.8vw;
	background-size: 100% auto;
}

/*
				designer
------------------------ */
.content .profile_block,
.content .interview_lists {
	width: 96%;
	max-width: 960px;
	padding: 0 4em;
	margin: 0 auto;
	box-sizing: border-box;
}
.profile_block,
.interview_lists ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.profile {
	padding: 10em 0;
	background: #f6f6f6;
}
.profile_img {
	width: 29.127%;
}
.profile_img img {
	width: 100%;
}
.profile_cont {
	width: 67.3%;
}
.profile_name {
	line-height: 1;
	font-size: 2.8rem;
}
.profile_name span {
	margin-top: 0.4em;
	display: block;
	font-size: 2rem;
}
.profile_txt {
	margin-top: 1.8em;
	font-size: 1.8rem;
	line-height: 1.4;
}
.interview {
	margin-top: 9.2em !important;
}
.interview_lists h2 {
	font-size: 2.6rem;
	line-height: 1;
	margin-bottom: 0.3em;
}
.interview_lists h2 + p {
	font-size: 1.8rem;
	line-height: 1.4;
	margin-top: 0.8em;
	margin-bottom: 1em;
}
.interview_list {
	width: calc(50% - 1em);
}
.interview_list a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
    height: 10.9em;
    margin-top: 1.12em;
    padding: 0 2.2em 0 1.4em;
	border: 1px solid #a0a0a0;
	box-sizing: border-box;
	font-size: 1.8rem;
}
.interview_list a div {
	position: relative;
	padding-left: 1.7em;
	margin-top: -0.5em;
}
.interview_list a > div:before {
	width: 0;
	height: 0;
	top: calc(50% - 0.1em);
	left: 0;
	border: 0.3em dashed transparent;
	border-left: 0.4em solid #000;
}
.interview_list .comingSoon {
	pointer-events: none;
}
.interview_list span {
	font-size: 2.2rem;
}
.article_vol,
.interview_vol {
	line-height: 0.8;
	padding: 0.3em 0.5em;
	display: inline-block;
	background: #000;
	color: #fff;
}
.interview_listTtl {
	display: block;
	margin-top: 0.56em;
	line-height: 1.2;
}
.interview_listTtl span {
	display: block;
	font-size: 1.8rem;
}

/*
				interview
------------------------ */
.article {
	font-size: 1.8rem;
}
#interview .heading nav .nav_cur {
	pointer-events: all;
}
#interview .article_intro {
	max-width: 100%;
	background: #f6f6f6;
}
.article_intro > div {
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.article_intro > div > div:first-child {
	padding-left: 4em;
	width: 38.8%;
}
.article_vol {
	font-size: 3rem;
    padding: 0.3em 0.46em;
}
.article_ttl {
	font-size: 2.5rem;
	line-height: 1.3;
	padding: 0.9em 0 0.7em;
	margin-bottom: 0.7em;
	border-bottom: 1px solid #000;
}
.article_name {
	line-height: 1.3;
	font-size: 2.4rem;
}
.article_name span {
	display: block;
	font-size: 2rem;
}
.article_img {
	width: 52.3%;
}
.article_img img {
	width: 100%;
}
.article_cont {
	padding: 0 4em;
}
.article_cont p {
	line-height: 1.45;
}
.article_cont img {
	margin: 3.4em 0 2em;
}
.article_cont img {
	width: 100%;
}
.article_interviewer {
	color: #999;
	margin: 4em 0 2.7em;
}
.article_answer {
	margin-top: 4em;
}
.article_interviewer + .article_answer {
	margin-top: 0;
}
.article_answer p {
	margin-top: 1.5em;
}
.article_answer span {
	display: block;
}
.content .article_lists {
	margin-top: 7.2em;
	padding: 0 4em 1.6em;
}
.article_lists h3 {
	line-height: 1;
	font-size: 3rem;
	padding: 3em 0 1.5em;
	letter-spacing: 0.06em;
	border-top: 1px solid #999;
}
.article_lists .interview_list {
	width: 100%;
	padding-top: 1px;
	background-image: linear-gradient(to right, #a0a0a0, #a0a0a0 3px, transparent 1px, transparent 1px);
	background-size: 6px 1px;
	background-position: top;
	background-repeat: repeat-x;
}
.article_lists .interview_list a {
	margin-top: 0;
	border: none;
}
.article_lists ul {
    padding-bottom: 1px;
	background-image: linear-gradient(to right, #a0a0a0, #a0a0a0 3px, transparent 1px, transparent 1px);
	background-size: 6px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
}
.article_lists .interview_list span {
	font-size: 1.8rem;
}
.article_lists .interview_vol {
	padding: 0.4em 0.65em;
}
.article_lists .interview_listTtl span {
	display: inline-block;
	font-size: 1.6rem;
}
.article_lists li .interview_listTtl span {
	margin-left: 0.4em;
}
.article_lists .interview_list a {
	height: 6.8em;
	padding-left: 1.4em;
	padding-right: 0;
}
.article_lists .interview_list a > div:before {
	top: calc(50% - 0.26em);
	border: 0.26em dashed transparent;
	border-left: 0.36em solid #000;
}
.article_lists .interview_list a div {
	padding-left: 2.1em;
	margin-top: 0;
}
.article_lists .interview_listTtl {
	margin-top: 0.4em;
}

/*
			specifications
------------------------ */
#specifications .slider {
	position: relative;
}
.colorselect {
    position: absolute;
    bottom: 2.5em;
    left: 60%;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	width: 21%;
    max-width: 380px !important;
}
.colorselect .dg,
.colorselect .lg {
	cursor: pointer;
	font-size: 1.4rem;
	padding-left: 1.2em;
}
.colorselect .txt {
	position: relative;
	display: block;
	padding-left: 1.8em;
	line-height: 0.8;
    padding-top: 0.05em;
    padding-bottom: 0.4em;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left center;
}
.colorselect .dg .txt { background-image: url(../../specifications/img/radio01.png); }
.colorselect .lg .txt { background-image: url(../../specifications/img/radio02.png); }
.colorselect .dg.active .txt { background-image: url(../../specifications/img/radio01_on.png); }
.colorselect .lg.active .txt { background-image: url(../../specifications/img/radio02_on.png); }
.colorselect .lg:first-child {
	padding-right: 5em;
}
#specifications .slider .slider_block {
	max-width: 808px;
	width: 67.3vw;
}
#specifications .slider .slider_block img {
	max-width: 470px;
    width: 39.2vw;
}

#specifications .tab_btn-cur span:before {
	top: calc(50% - 0.15em);
	left: -0.3em;
	border: 0.3em dashed transparent;
	border-top: 0.4em solid #000;
}
#specifications .tab_block > div {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
#specifications .spec > div {
	width: 96%;
}
#specifications .tab_btn li a,
#specifications .tab_btn li.tab_btn-cur {
	padding: 0.75em 0 0.65em;
}

#specifications .only_ttl {
	font-size: 3rem;
	line-height: 0.8;
	text-align: center;
	margin-bottom: 2em;
	padding-top: 2em;
	font-family: 'Helvetica Neue World W05_45 Lt', sans-serif;
}


/*
			product
------------------------ */
#product .slick-prev {
    left: 7.5em;
}
#product .slick-next {
    right: 7.5em;
}
#product .slick-next:before {
	border-left: 2.2em solid #fff;
	opacity: 0.4;
}
#product .slick-prev:before {
	border-right: 2.2em solid #fff;
	opacity: 0.4;
}
#product .slick-next:hover:before,
#product .slick-prev:hover:before {
	opacity: 0.2;
}
#product .tab_block:nth-of-type(3) .slick-dots li button:before,
#product .slider .slick-dots li button:before {
	background: #fff;
	opacity: 1;
}
#product .tab_block:nth-of-type(3) .slick-dots li.slick-active button:before,
#product .slick-dots li.slick-active button:before {
	background: #000;
}
#product .clm2_item-img {

}
#product .tab {
	max-width: 100%;
}
#product .tab_btn {
	border-bottom: 1px solid #d2d2d2;
	justify-content: center;
}
#product .tab_btn li {
	max-width: 400px;
	margin-bottom: -1px;
	background: #f6f6f6;
	padding: 0.75em 0 0.65em;
}
#product .tab_btn li:first-child,
#product .tab_btn li:nth-of-type(2) {
	border-right: none;
}
#product .tab_btn .tab_btn-cur {
    border-bottom-color: transparent;
	background: #fff;
}
.tab_btn span:before
#product .tab_block .lead,
#product .tab_block .caption {
	width: 96%;
}
#product .tab_btn {
	margin: 3.9em 0 0;
}
#product .tab_btn span {
	letter-spacing: 0;
	padding-left: 0.7em;
}
#product .clm2 {
	border-top: 1px solid #c7c7c7;
}
.clm2_item-video {
	position: relative;
}
.clm2_item-video .clm2_video {
	line-height: 0;
}
.clm2_sub {
	position: absolute;
}
.clm2_sub.sub01 {
	width: 3.7%;
	top: 16.5%;
	right: 0;
	padding-top: 13%;
	padding-right: 15%;
}
.clm2_sub.sub01 img {
	width: 100%;
}
.clm2_sub.sub01 .unit {
	position: absolute;
	height: 100%;
	top: 0;
	display: block;
	font-size: 1.6rem;
	line-height: 1.1;
	text-align: center;
}
.clm2_sub.sub01 .value {
	position: absolute;
	left: 26%;
	bottom: 0;
	width: 2em;
	height: 76%;
	display: block;
	font-size: 1.6rem;
	line-height: 1.1;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.clm2_sub.sub01 .value span {
	display: block;
	line-height: 0.8;
	padding-bottom: 0.3em;
}
.clm2_item-img .slide {
	position: relative;
}
ul.clm2_sub {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 5.3%;
	box-sizing: border-box;
}
ul.clm2_sub.sub02 li {
	position: relative;
	min-width: 31%;
    margin-top: 23.3%;
    margin-bottom: 7.6%;
	font-size: 2rem;
	line-height: 1.1;
	text-align: center;
	height: 1.1em;
}
ul.clm2_sub.sub02 li span {
	position: relative;
	display: block;
	font-size: 1.6rem;
    line-height: 1.5;
}
.slide02 ul.clm2_sub.sub02 li:nth-last-of-type(1),
.slide02 ul.clm2_sub.sub02 li:nth-last-of-type(2) {
	width: 35%;
}
.slide03 ul.clm2_sub.sub02 li:nth-last-of-type(1),
.slide03 ul.clm2_sub.sub02 li:nth-last-of-type(2) {
	width: 38%;
}
.clm2_item-img .slide01 .sub02 li {
	width: 31% !important;
}
ul.clm2_sub + p {
	position: absolute;
	font-size: 1.6rem;
	line-height: 1;
	z-index: 2;
    bottom: 5%;
    right: 6%;
}
.tab_block:nth-of-type(1) .clm2_item:nth-of-type(6) .clm2_item-img {
	background: #d9d9d9;
}
.clm2_sub.sub05 + img {
}
.clm2_sub.sub05 {
	width: 100%;
	height: 100%;
}
.clm2_sub.sub05 p {
	position: absolute;
    left: 50%;
	font-size: 2rem;
	line-height: 1.15;
	z-index: 2;
}
.clm2_sub.sub05 p:nth-of-type(1) {
	margin-left: -38%;
	bottom: 86.8%;
}
.clm2_sub.sub05 p:nth-of-type(2) {
	margin-left: 20%;
	bottom: 9%;
}
.clm2_sub.sub06 {
	width: 80.4%;
	height: auto;
	margin-left: 9.8%;
}
.clm2_sub.sub06 {
	flex-wrap: nowrap;
	padding-top: 8.4%;
	align-items: center;
}
.clm2_sub.sub06 li {
	min-width: auto;
	width: 20%;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.2;
}

.lead {
    font-size: 1.8rem;
	margin: 5.6em auto;
}
.lead_ttl {
	font-size: 3.4rem;
	line-height: 0.8;
	text-align: center;
	margin-bottom: 1em;
}
.lead_txt {
	line-height: 1.4;
	margin: 0 auto;
	max-width: 870px;
	padding: 0 2em;
}
.lead_txt + .lead_txt {
	margin-top: 1.5em;
}

/*
			certificates
------------------------ */
.certificates {
	background: #fafafa;
	margin-bottom: 3em;
}
.certificates .lead {
	padding: 4em 0 5.2em;
	margin: 0 auto;
	line-height: 1.4;
	text-align: center;
}
.certificates h2 {
	font-size: 3rem;
	text-align: center;
	line-height: 1;
	margin-bottom: 1.5em;
}
.certificates_items:nth-of-type(1) .certificates_item {
	margin-left: auto;
	margin-right: auto;
}
.certificates_items {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.certificates_item {
	width: 50%;
	text-align: center;
	margin-bottom: 10em;
}
.certificates_item img {
	padding-bottom: 2em;
	width: 71.2%;
}
.certificates_item p {
	font-size: 1.8rem;
	line-height: 1.5;
}
.certificates_item.allergy img {
	width: 34%;
}
.certificates_item.aham img {
	margin-top: 32%;
	width: 31.5%;
}

/*
				purchase
------------------------ */
#purchase .content {
	padding-bottom: 3em;
}
#purchase .clm2 {
	width: 100%;
	max-width: 100%;
}
#purchase .clm2_item:before {
	display: none;
}
#purchase .link .salesite {
	text-align: center;
	margin-top: 10em;
}
#purchase .link .salesite a {
	position: relative;
	display: inline-block;
	font-size: 2.4rem;
	line-height: 0.8;
	padding-left: 1.2em;
}
#purchase .link .salesite a:before {
	width: 0;
	height: 0;
	top: calc(50% - 0.1em);
	left: 0;
	border: 0.22em dashed transparent;
	border-left: 0.34em solid #000;
}
#purchase .clm2_item:nth-of-type(odd) {
	flex-direction: row;
}
#purchase .clm2_item:nth-of-type(even) {
	flex-direction: row-reverse;
}
#purchase .clm2_itemTxt {
	text-align: center;
}
#purchase .clm2_itemTxtInner {
	display: inline-block;
	min-width: 100%;
	width: auto;
	margin-left: 0;
	margin-right: 0;
}
#purchase .clm2_itemTxtInner a {
	display: inline-block;
}
#purchase .clm2_itemTxtInner a + a {
	margin-top: 1.1em;
}
#purchase .clm2_itemTxtInner a {
	width: 66%;
}
#purchase .clm2_itemTxtInner img {
	width: 100%;
}

/*
	modal window
------------------------ */
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(256,256,256,0.9);
    z-index: 9999;
    display: none;
}
.overlay .youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.overlay .video_close {
    right: 26px;
    top: 26px;
    cursor: pointer;
}

.hover .slick-prev:before,
.hover .slick-next:before,
.hover .tab_btn-cur span:before,
.hover nav a,
.hover #mainvisual .link_home,
.hover #mainvisual .link_lang a,
.hover .pagetop span,
.hover .tab_btn li,
.hover .tab_btn li span,
.hover .interview_list a,
.hover .salesite a,
.hover#purchase .clm2 a {
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.09, 0.64, 0.62, 0.99);
}
.hover nav a:hover,
.hover .pagetop span:hover,
.hover .tab_btn li:hover span,
.hover#purchase .clm2 a:hover,
.hover .salesite a:hover {
	opacity: 0.5;
}
.hover nav .nav_cur a:hover {
	opacity: 1;
}
.hover .interview_list a:hover {
	background: #f6f6f6;
}
.hover .tab_btn li:hover {
	background: #fff !important;
}

@media screen and (max-width:1200px) {
	html {
		font-size: calc(100vw / 120);
	}
}

/* safari */
@media screen and (max-width:1000px) {
	html {
		font-size: calc(100vw / 120);
	}
}
@media screen and (max-width:840px) {
	html {
		font-size: calc(100vw / 120);
	}
}

.sp {
	display: none;
}

@media screen and (max-width:750px) {
	.sp {
		display: block;
	}
	html {
		font-size: calc(100vw / 37.5) !important;
		height: 100%;
	}
	html.modalOpen {
		overflow: hidden;
		height: 100vh;
	}
	/* .footer .footer-copy {
		padding-top: 2px;
	}
	.footer {
		position: relative;
		display: block;
		transform: none;
	}
	.footer {
		margin: 0;
		z-index: -1;
	}
	.footer p {
		line-height: 1.4;
		text-align: right;
		font-weight: normal;
		padding-right: 5.4vw;
	} */
	html:not(.desktop) .nav_close {
		display: block;
	}
	.tab_btn.sp {
		display: block;
	}
	.pagetop {
		height: 7.6em;
	}
	.pagetop span {
		width: 2.9em;
		height: 2.9em;
		right: 2em;
		bottom: 2.5em;
		background-image: url(../img/pagetop_sp.png);
	}

	.content section > div {
		padding: 0 5vw;
	}
	html:not(.desktop) .nav_btn {
		position: absolute;
		display: block;
		top: calc(50% - 3.5vw);
		right: 3vw;
		width: 7vw;
		height: 7vw;
		background: url(../img/menu_ico.png) no-repeat;
		background-size: 100% auto;
		z-index: 999;
	}
	html:not(.desktop) #wrap nav {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		padding-top: 19vw;
		box-sizing: border-box;
		text-align: left;
		z-index: 9999;
		background: #000;
	}
	html:not(.desktop) #wrap nav ul {
		width: 100%;
		height: auto;
		display: block;
		font-size: 1.5rem;
	}
	html:not(.desktop) #wrap nav li {
		position: relative;
		border-top: 1px solid #333;
		padding-right: 0;
		padding-left: 2em;
	}
	html:not(.desktop) #wrap nav a {
		position: relative;
		padding-left: 1.5em;
		padding-top: 0.7em;
		padding-bottom: 1.1em;
		margin: 0;
		font-size: 2rem;
		letter-spacing: 0.06em;
		line-height: 1;
	}
	html:not(.desktop) #wrap nav a:after,
	html:not(.desktop) #wrap nav .nav_cur a:after {
		top: calc(50% - 0.25em);
		right: auto;
		left: 0;
		border: 0.25em dashed transparent;
		border-left: 0.38em solid #fff;
	}
	html:not(.desktop) #top #mainvisual nav li:nth-last-child(2) a:after,
	html:not(.desktop) #wrap .heading nav li:nth-last-child(2) a:after {
		border: none;
		top: calc(50% - 0.65em);
		left: -0.45em;
		width: 1.2em;
		height: 1.2em;
		background-image: url(../img/home_ico_sp.png);
		background-size: 1.2em auto;
		background-repeat: no-repeat;
	}
	html:not(.desktop) #wrap nav .nav_cur:before {
		display: none;
	}
	html:not(.desktop) #wrap nav li.lang {
		border-bottom: 1px solid #333;
		padding-left: 0;
		display: flex;
		display: -webkit-flex;
		height: auto;
	}
	html:not(.desktop) #wrap nav li.lang a {
		display: block;
		width: 50%;
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.heading nav li.lang:before {
		display: none;
	}
	html:not(.desktop) #wrap nav:not(.bottommenu) li a {
		animation-duration: 0.6s;
		animation-timing-function: cubic-bezier(0.09, 0.64, 0.62, 0.99);
		animation-fill-mode: both;
		animation-name: slideIn;
		color: #fff;
	}
	@keyframes slideIn {
		0% {
			-webkit-transform: translateX(-4%);
			-ms-transform: translateX(-4%);
			transform: translateX(-4%);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			opacity: 1;
		 }
	}
	#wrap nav:not(.bottommenu) li:nth-of-type(2) a { animation-delay: 0.1s; }
	#wrap nav:not(.bottommenu) li:nth-of-type(3) a { animation-delay: 0.2s; }
	#wrap nav:not(.bottommenu) li:nth-of-type(4) a { animation-delay: 0.3s; }
	#wrap nav:not(.bottommenu) li:nth-of-type(5) a { animation-delay: 0.4s; }
	#wrap nav:not(.bottommenu) li:nth-of-type(6) a { animation-delay: 0.5s; }
	#wrap nav:not(.bottommenu) li:nth-of-type(7) a { animation-delay: 0.6s; }
	html:not(.desktop) #wrap .bottommenu {
		margin-top: 8vw;
		display: block;
		width: 100%;
		position: static;
		padding-top: 0;
		background: transparent;
	}

	html:not(.desktop) #wrap .bottommenu ul {

		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #eee;
	}

	html:not(.desktop) #wrap .bottommenu li {
		width: 50%;
		padding-left: 1.4em;
		box-sizing: border-box;
		border-top: 1px solid #eee;
	}

	html:not(.desktop) #wrap .bottommenu li:nth-of-type(even) {
		border-left: 1px solid #eee;
	}

	html:not(.desktop) #wrap .bottommenu li:nth-last-child(2) {
		border-bottom: none;
	}

	html:not(.desktop) #wrap .bottommenu a {
		padding-top: 1.4em;
		padding-bottom: 1.8em;
		font-size: 1.7rem;
	}

	html:not(.desktop) #wrap .bottommenu li:nth-of-type(1) a,

	html:not(.desktop) #wrap .bottommenu li:nth-of-type(2) a,

	html:not(.desktop) #wrap .bottommenu li:nth-of-type(4) a {
		padding-top: 0.7em;
		padding-bottom: 1em;
		line-height: 1.2;
	}

	html:not(.desktop) #wrap .bottommenu li:last-child a {
		width: 38%;
		padding-left: 1.9em;
		padding-bottom: 1.5em;
		background: url(../img/btmmenu_ico_sp.png) no-repeat left center;
		background-size: 1.25em 1.05em;
	}

	html:not(.desktop) #wrap .bottommenu a:after,

	html:not(.desktop) #wrap .bottommenu .nav_cur a:after {
		border: 0.25em dashed transparent;
		border-left: 0.38em solid #000;
	}


	html:not(.desktop) #wrap .bottommenu li:last-child a:after  {
		border: none;
	}

	.heading {
		position: relative;
		font-size: 2em;
	}
	.heading .ttl,
	.heading .copy {
		padding: 0;
		height: 5.5em;
		text-align: left;
	}
	.heading h1, .heading p {
		box-sizing: border-box;
		padding-left: 0.8em;
		text-align: left;
	}
	.heading .copy p {
		line-height: 1.2;
	}

	.heading h1, .heading .copy p {
		position: absolute;
		top: 50%;
		width: 100%;
		font-size: 2rem;
		line-height: 1.2;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.content .caption {
		box-sizing: border-box;
		margin: 4.5em 0;
		padding: 0 2em !important;
	}
	.content .clm2 {
		padding: 0;
	}
	.clm2_item {
		display: block;
	}
	.clm2_item:before {
		display: none;
	}
	.clm2_itemTxt {
		width: 100%;
	}
	.clm2_item-img {
		width: 100%;
		max-width: 100%;
	}
	.clm2_item:nth-of-type(even) .clm2_itemTxtInner {
		float: none;
	}
	.clm2_itemTxt h3 {
		font-size: 2.3rem;
	}
	.tab_block:nth-of-type(1) .clm2_item:last-child h3 {
		margin-bottom: 0.8em;
	}
	.clm2_item-video .clm2_video {
		margin-top: 0;
	}
	#product .clm2_itemTxtInner {
		max-width: 100%;
		width: auto;
		margin: 12vw 5vw 10.5vw;
	}
	#product .clm2_itemTxt p {
		font-size: 1.7rem;
	}

	.slider .slider_block {
		min-width: 100%;
		padding: 0;
	}
	.slider_block .slide img {
		margin: 0;
	}
	.slick-prev {
		left: 0 !important;
	}
	.slick-next {
		right: 0 !important;
	}
	.slick-prev:before, .slick-next:before {
		border: 1.3em dashed transparent;
	}
	.slick-prev:before {
		border-right: 1.8em solid #d2d2d2;
	}
	.slick-next:before {
		border-left: 1.8em solid #d2d2d2;
	}
	.slick-dots {
		bottom: 3vw;
	}
	.slick-dots li button {
		padding: 1vw;
	}
	.slick-dots li button:before {
		width: 1.5vw;
		height: 1.5vw;
		border-radius: 0.8vw;
	}

	.tab_btn {
		margin: 0;
		display: block;
	}
	.tab_btn:first-child {
		margin-bottom: 8vw;
	}
	.tab_btn span {
		text-align: left;
		padding-left: 0 !important;
		display: block;
	}
	.tab_btn span:before {
		left: auto;
		right: 0;
		border: 0.3em dashed transparent;
		border-top: 0.4em solid #000;
	}
	.tab_btn.sp span:before {
		top: calc(50% - 0.45em);
		border: 0.3em dashed transparent;
		border-bottom: 0.4em solid #000;
	}
	.tab_btn,
	.tab_block tr {
		font-size: 1.7rem;
	}
	.tab_block table {
		width: 100%;
	}
	.tab_block table:first-child tr:last-child {
		border-bottom: none;
	}
	.tab_block tr {
		height: 4.1em;
		box-sizing: border-box;
	}
	.tab_block th {
		padding: 0.7em 0 1em;
		width: 38vw;
	}
	.tab_block td {
		padding: 0.7em 0 1em;
		padding-left: 8vw;
	}
	.tab_block td span {
		padding: 0 0.4em 0 0;
		margin-bottom: 0.2em;
	}
	.tab_block td .sub {
		width: 100%;
		display: block;
		margin-bottom: 0.2em;
	}
	.tab_block td .sub span {
		display: block;
	}
	.tab_block .group td {
		height: 4.1em;
	}
	.tab_block .group + .group {
		border-top: none;
	}
	.tab_block .group + .group td {
		border-top: 1px solid #d2d2d2;
	}
	.tab_block .group.ttl {
		border-top: 1px solid #d2d2d2;
	}
	.tab_block .group.ttl td {
		border-top: none;
	}
	.tab_block .group + .group td {
		display: block;
		height: auto;
	}
	.tab_block .group td .sub {
		margin-bottom: 0;
	}
	.tab_btn li {
		border-bottom: 1px solid #d2d2d2 !important;
		margin-bottom: 0 !important;
		width: 100%;
	}
	.tab_btn li:first-child {
		border-left: none;
	}
	.tab_btn li + li {
		border-top: none;
	}
	.tab_btn li:nth-last-child(2) {
		border-right: none;
	}

	.lead_ttl {
		font-size: 2.5rem;
		line-height: 1.2;
		text-align: left;
		margin-bottom: 0.4em;
	}
	.lead {
		font-size: 1.7rem;
		padding-top: 3em !important;
		margin: 0 0 2.7em;
	}
	.lead_txt {
		padding: 0;
	}
	.profile {
		padding: 13vw 0;
	}
	.content .profile_block,
	.content .interview_lists {
		width: 100%;
		padding: 0 2em;
	}
	.profile_img {
		width: 100%;
		text-align: center;
	}
	.profile_img img {
		width: 33vw;
	}
	.profile_cont {
		width: 100%;
		margin-top: 5vw;
	}
	.profile_txt {
		margin-top: 5vw;
		font-size: 1.7rem;
	}
	.interview {
		margin-top: 3.8em !important;
	}
	.interview_lists h2 {
		margin-bottom: 0.5em;
		font-size: 2.2rem;
	}
	.interview_lists h2 + p {
		font-size: 1.7rem;
	}
	.interview_list {
		width: 100%;
	}
	.interview_list span {
		font-size: 2rem;
	}
	.interview_listTtl span {
		font-size: 1.7rem;
	}
	.interview_list a {
		height: 9.2em;
		margin-top: 0.9em;
		padding: 0 0.9em;
	}
	.interview_list a div {
		padding-left: 1.2em;
	}
	.article {
		font-size: 1.7rem;
	}
	.article_cont p {
		line-height: 1.3;
	}
	.article_answer {
		margin-top: 2.5em;
	}
	.article_interviewer {
		margin: 2.5em 0 2em;
	}
	#interview .article_intro {
		padding: 0;
	}
	.article_intro > div {
		display: block;
	}
	.article_intro > div > div:first-child {
		padding: 7.8vw 5vw 7.6vw;
		width: auto;
	}
	.article_vol {
		font-size: 2rem;
		padding: 0.35em 0.5em;
	}
	.article_ttl {
		font-size: 2.5rem;
		line-height: 1.1;
		padding: 0.5em 0 0.7em;
		margin-bottom: 0.4em;
	}
	.article_ttl.fz24 {
		font-size: 2.4rem;
	}
	.article_name {
		font-size: 2rem;
		line-height: 1.3 ;
	}
	.article_name span {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.article_img {
		width: 100%;
	}
	.article_cont img {
		margin: 2em 0 0.5em;
	}
	.content .article_lists {
		margin-top: 14vw;
		padding: 0 5vw;
	}
	.article_lists h3 {
		font-size: 2.3rem;
		padding: 1.5em 0 1.4em;
	}
	.article_lists .interview_list span {
		font-size: 1.7rem;
	}
	.article_lists .interview_list a {
		padding: 0.8em 0 1em;
		height: auto;
	}
	.article_lists .interview_vol {
		padding: 0.35em 0.5em 0.6em;
	}
	.article_lists .interview_listTtl span {
		font-size: 1.5rem;
	}

	#product .tab {
		padding: 0;
	}
	#product .tab_block .lead, #product .tab_block .caption {
		width: 100%;
		padding: 0 5vw;
		box-sizing: border-box;
	}
	#product .tab_btn {
		margin-top: 0;
		border-bottom: none;
	}
	#product .tab_btn li {
		max-width: 100%;
		padding: 0.65em 1.2em !important;
	}
	#specifications .only_ttl {
		font-size: 2.4rem;
		margin-bottom: 1.4em;
		padding-top: 1.4em;
	}
	#product .slick-next:before,
	#product .slick-prev:before {
		opacity: 0.6;
	}
	.clm2_sub.sub01 {
		top: 11%;
		padding-top: 18%;
	}
	.clm2_sub.sub01 .unit {
		font-size: 1.4rem;
		line-height: 1;
	}
	.clm2_sub.sub01 .value {
		left: 30%;
		font-size: 1.2rem;
		height: 72%;
	}
	.clm2_sub.sub01 img {
		width: 4.1vw;
	}
	ul.clm2_sub {
		padding-top: 5.3vw;
	}
	ul.clm2_sub.sub02 li {
		font-size: 1.7rem;
		margin-top: 23vw;
		line-height: 1;
		margin-bottom: 6.8vw;

	}
	ul.clm2_sub.sub02 li span {
		font-size: 1.2rem;
	}
	ul.clm2_sub + p {
		font-size: 1.2rem;
		bottom: 4.5vw;
		right: 5vw;
	}
	.clm2_sub.sub05 p {
		font-size: 1.7rem;
	}
	.clm2_sub.sub05 p:nth-of-type(1) {
		bottom: 70.5vw;
		margin-left: -46%;
	}
	.clm2_sub.sub05 p:nth-of-type(2) {
		bottom: 5vw;
	}
	.clm2_sub.sub05 + img {
		transform: none;
		left: 5vw;
	}
	.clm2_sub.sub06 {
		width: 80%;
		padding-top: 4.2vw;
		margin-left: 10%;
	}
	.clm2_sub.sub06 li {
		font-size: 1.5rem;
	}

	.certificates .lead {
		text-align: left;
		padding: 1.8em 0 3em !important;
		line-height: 1.3;
	}
	.certificates h2 {
		font-size: 1.8rem;
	}
	.certificates_items {
		justify-content: space-between;
	}
	.certificates_item {
		width: 44%;
		margin-bottom: 4.8em;
	}
	.certificates_item img {
		width: 100%;
		padding-bottom: 0.5em;
	}

	.certificates_item p {
		font-size: 1.7rem;
		line-height: 1.3;
	}
	.certificates_item.allergy img {
		width: 58%;
	}
	.certificates_item.aham img {
		margin-top: 42.4%;
		width: 58%;
	}

	.colorselect {
		left: auto;
		right: 2em;
		bottom: 4vw;
		display: block;
		width: 30%;
		padding: 0 !important;
		text-align: right;
	}
	.colorselect .dg, .colorselect .lg {
		font-size: 1.2rem;
		padding-bottom: 1.5em;
	}
	.colorselect .txt {
		display: inline-block;
		padding-left: 1.6em;
		padding-bottom: 0.5em;
		background-size: 1.2em auto;
	}
	.colorselect .lg:first-child {
		padding-right: 0;
		padding-bottom: 4em;
	}
	#specifications .slider .slider_block {
		text-align: center;
	}
	#specifications .slider .slider_block img {
		width: 67%;
		display: inline-block;
	}
	#specifications .spec > div {
		width: 100%;
		padding: 0;
	}
	#specifications .tab_block > div {
		display: block;
		padding: 0 5vw;
	}
	#specifications .tab_btn-cur span:before {
		left: auto;
	}
	#specifications .sp .tab_btn-cur span:before {
		top: calc(50% - 0.45em);
		border: 0.3em dashed transparent;
		border-bottom: 0.4em solid #000;
	}
	#specifications .tab_btn li {
		padding: 0;
	}
	#specifications .tab_btn li.tab_btn-cur,
	#specifications .tab_btn li a {
		padding: 0.65em 1.2em !important;
	}
	#purchase .content {
		padding-bottom: 0;
	}
	#purchase .clm2_itemTxtInner {
		padding: 13.6vw 0;
	}
	#purchase .clm2_itemTxtInner a {
		width: 89.5vw;
	}
	#purchase .clm2_itemTxtInner a + a {
		margin-top: 1.4em;
	}
	#purchase .link .salesite {
		margin: 4em 0 4.7em;
	}
	#purchase .link .salesite a {
		font-size: 2rem;
		text-align: left;
		line-height: 1.2;
		letter-spacing: 0.03em;
	}

	/*
		modal window
	------------------------ */
	.overlay .video_close {
		top: 2vw;
		right: 1.5vw;
	}
}
