@charset "utf-8";
@import url("https://use.typekit.net/eiu6umc.css");

/************************************************************************************
RESET
*************************************************************************************/
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

table,
p,
img,
fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
}


body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	color: #555555;
	/*background: #ccc url("../img/common/bg_common.png");*/
	font-size: .8em;
	line-height: 1.4em;
	letter-spacing: 1px;
	height: 100%;
}

li {
	list-style-type: none;
}


/*間隔
----------------------------------------------- */
.pdr5 {
	padding-right: 5px;
}

.pdr10 {
	padding-right: 10px;
}

.pdr14 {
	padding-right: 14px;
}

.pdr15 {
	padding-right: 15px;
}

.pdl5 {
	padding-left: 5px;
}

.pdl10 {
	padding-left: 10px;
}

.pdlr5 {
	padding-left: 5px;
	padding-right: 5px;
}

.pdlr10 {
	padding-left: 10px;
	padding-right: 10px;
}

.pd10 {
	padding: 10px;
}

.pdtb10 {
	padding: 10px 0;
	line-height: 1.3rem;
}

.pdt15 {
	padding-top: 15px;
}

.mga10 {
	margin: 10px;
}

.mga15 {
	margin: 15px;
}

.mgt10 {
	margin-top: 10px;
}

.mgt20 {
	margin-top: 20px;
}

.mgt30 {
	margin-top: 30px;
}

.mgb10 {
	margin-bottom: 10px;
}

.mgb15 {
	margin-bottom: 15px;
}

.mgb20 {
	margin-bottom: 20px;
}

.mgtb10 {
	margin: 10px 0;
}

.mgtb15 {
	margin: 15px 0;
}


/*回り込み*/
.fl_r {
	float: right;
}

.fl_l {
	float: left;
}


/*配置*/
.pst-7 {
	position: relative;
	top: -7px
}

.pst3 {
	position: relative;
	top: 3px;
}

.pst4 {
	position: relative;
	top: 4px;
}

.pst5 {
	position: relative;
	top: 5px;
}

.pst7 {
	position: relative;
	top: 7px;
}

.pst10 {
	position: relative;
	top: 10px;
}

.pst13 {
	position: relative;
	top: 13px;
}

.pst15 {
	position: relative;
	top: 15px;
}

.pst20 {
	position: relative;
	top: 20px;
}

.psl30 {
	position: relative;
	left: 30px;
}


/* Select --------------------------------- */
select {
	border: solid 1px #ccc;
	float: left;
	height: 30px;
	border: 1px solid #ccc;
	font-size: 1rem;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0;
}


#select_pay {
	border: solid 1px #ccc;
	float: center;
}


/* Text Field --------------------------------- */
input[type='text'] {
	border: 1px solid #C4CCCE;
	box-shadow: none;
	font-size: 1rem;
	height: 20px;
	line-height: 1.1;

	/*border-radius*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px !important;
	;
}


input[type='password'] {
	border: 1px solid #C4CCCE;
	box-shadow: none;
	font-size: 1rem;
	height: 20px;
	line-height: 1.1;

	/*border-radius*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px !important;
	;
}

input,
button,
select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}


textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 5px 0;
}


input[type="radio"] {
	font-size: x-large;
}


/* -------------------------------
 セレクト装飾用
 -------------------------------*/
form .custom-selectbox {
	display: inline-block;
	position: relative;
	background-color: white;
	border: 1px solid #c8c8c8;
	vertical-align: middle;
	z-index: 1;

	/*box-sizing*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/*border-radius*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

}

form .custom-selectbox:before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
	padding: 0 0.35em;
	background: url(../img/common/select_arrow_all.png) no-repeat center center;
	text-align: center;
	content: '';
	z-index: 1;
	pointer-events: none;
}

form .custom-selectbox select {
	display: block;
	width: 100%;
	padding: 0 10px !important;
	height: 30px;
	margin: 0;
	border: 0 none;
	line-height: normal;
	box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 1em;
	/*background:#fff;*/

	/*box-sizing*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/*border-radius*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

}


/*お届け変更用セレクト*/
form .custom-regselectbox {
	display: inline-block;
	position: relative;
	background-color: white;
	border: 1px solid #c8c8c8;
	vertical-align: middle;
	z-index: 1;

	/*box-sizing*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/*border-radius*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

form .custom-regselectbox:before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
	padding: 0 0.35em;
	background: url(../img/common/select_arrow_all.png) no-repeat center center;
	text-align: center;
	content: '';
	z-index: 1;
	pointer-events: none;
}

form .custom-regselectbox select {
	display: block;
	width: 100%;
	padding: 0 20px 0 10px !important;
	height: 30px;
	margin: 0;
	border: 0 none;
	line-height: normal;
	box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 1em;
	/*background:#fff;*/

	/*box-sizing*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/*border-radius*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.w10 {
	width: 10%;
}

.w15 {
	width: 15%;
}

.w20 {
	width: 20%;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

.w65 {
	width: 65%;
}

.w70 {
	width: 70%;
}

.w80 {
	width: 80%;
}

.w90 {
	width: 90%;
}

.w95 {
	width: 95%;
}

.w98 {
	width: 98%;
}

.w100 {
	width: 100%;
}


/*PHOTO --------------------------------- */

.picture {
	/*border: 1px solid #ccc;*/
}

/* 大枠
----------------------------------------------- */
#wrapper {
	margin: 0 auto;
	height: 0;
	width: 100%;
	height: 100%;
}

/* フロート回り込み解除
----------------------------------------------- */
br.clear {
	clear: both;
	display: none;
	font-size: 0px;
	line-height: 0%;
	height: 0px
}

/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
	font-size: 100%;
	line-height: 150%;
}

.price {
	color: #e20000;
	font-weight: bold;
}

.attention {
	color: #e20000;
	font-size: 12px;
	line-height: 1.5rem;
}

.mini {
	font-size: 12px;
	clear: both;
}

em {
	font-size: 12px;
	font-style: normal;
	color: #e20000;
	margin: 5px 0;
}

.pr_amt em {
	font-size: 16px;
	font-weight: bold;
}

div#red01 {
	color: #e20000;
}

div.red02 {
	color: #e20000;
}

.phototd {
	width: 75px;
	text-align: center;
}

.centertd {
	text-align: center;
}

.pricetd {
	text-align: right;
}

.pricetd em {
	font-weight: bold;
}

div#completetext {
	width: 90%;
	margin: 3% auto 0 auto;
	padding: 3%;
	border: 1px solid #ccc;
	overflow: hidden;
}

div#completetext em {
	font-weight: normal;
}

div#completetext p {
	padding: 4% 0 0 0;
	text-align: left;
	clear: both;
}

/*shopping_ポイント*/
.bd_solid {
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

.bd_dash {
	border: 1px dashed #aaa;
	padding: 10px;
	margin: 10px;
	width: 43%;
}

.allbg_blue {
	background: rgb(235, 246, 255);
	padding: 10px;
	overflow: hidden;
}

.allbg_gray {
	background: #f6f6f6;
	padding: 10px;
	overflow: hidden;
}

/* ラベル
----------------------------------------------- */
span.required {
	margin: 0 0 0 1em;
	padding: 0.1em 0.5em;
	font-size: 70%;
	background: #E54848;
	color: #fff;
	border-radius: 0.4em;
	vertical-align: middle;
	position: relative;
	top: -0.25em;
}

span.any {
	margin: 0 0 0 1em;
	padding: 0.1em 0.5em;
	font-size: 70%;
	background: #999;
	color: #fff;
	border-radius: 0.4em;
	vertical-align: middle;
	position: relative;
	top: -0.25em;
}

/*住所自動入力
------------------------------------------------*/
.zipimg {
	margin: 0;
	padding: 0;
}

.zipimg img {
	margin: 5px 0 0 0;
}

.zipimg a {
	color: #666;
	text-decolation: none;
}

.zipimg a:hover {
	color: #666;
}

.zip_bt {
	padding: 5px 10px;
	line-height: 1rem;
	margin: 0 0 0 5px;
	cursor: pointer;
	font-weight: noramal;
	font-size: 100%;
	letter-spacing: 0.002rem;
	text-decoration: none;
	border: 1px solid #ccc;
	position: relative;
	background-color: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background: -webkit-linear-gradient(top, #fff, #f1f1f1);
	background: -moz-linear-gradient(top, #fff, #f1f1f1);
	background: -ms-linear-gradient(top, #fff, #f1f1f1);
	background: -o-linear-gradient(top, #fff, #f1f1f1);
	background: linear-gradient(top, #fff, #f1f1f1);
	-pie-background: linear-gradient(top, #fff, #f1f1f1);

	/*border-radius*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	/*box-shadow*/
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

/*------------------------------------------------*/

/*=======================
		 reset
========================*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	overflow-y: scroll;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

button,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	background-color: transparent;
}

textarea {
	resize: vertical;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

/* Link */
a {
	/* color: #0066ff; */
	color: inherit;
	text-decoration: none;
	transition: .3s
}

a:link:hover {
	opacity: 0.7;
}

a:hover {
	text-decoration: none;
}

a.hover:hover {
	opacity: .5;
}

a:active,
a:focus,
input:active,
input:focus {
	outline: 0;
}


/*=======================

========================*/
body {
	font-size: 13px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 300;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Firefox */
	font-smoothing: antialiased;
	text-rendering: auto;
	color: #333;
}

img {
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

/***********************
        color
***********************/
.color_red {
	color: #c1272d;
}

.color_white {
	color: #fff;
}

.color_black {
	color: #000;
}

.color_green {
	color: #3c9199;
}

.bg_gray {
	background-color: #f2f2f2;
}

/***********************
        margin
***********************/
.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb65 {
	margin-bottom: 65px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb75 {
	margin-bottom: 75px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb85 {
	margin-bottom: 85px;
}

.mb90 {
	margin-bottom: 90px;
}

.mb95 {
	margin-bottom: 95px;
}

.mb100 {
	margin-bottom: 100px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 55px;
}

.mt60 {
	margin-top: 60px;
}

.mt65 {
	margin-top: 65px;
}

.mt70 {
	margin-top: 70px;
}

.mt75 {
	margin-top: 75px;
}

.mt80 {
	margin-top: 80px;
}

.mt85 {
	margin-top: 85px;
}

.mt90 {
	margin-top: 90px;
}

.mt95 {
	margin-top: 95px;
}

.mt100 {
	margin-top: 100px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mr35 {
	margin-right: 35px;
}

.mr40 {
	margin-right: 40px;
}

.mr45 {
	margin-right: 45px;
}

.mr50 {
	margin-right: 50px;
}

.mr55 {
	margin-right: 55px;
}

.mr60 {
	margin-right: 60px;
}

.mr65 {
	margin-right: 65px;
}

.mr70 {
	margin-right: 70px;
}

.mr75 {
	margin-right: 75px;
}

.mr80 {
	margin-right: 80px;
}

.mr85 {
	margin-right: 85px;
}

.mr90 {
	margin-right: 90px;
}

.mr95 {
	margin-right: 95px;
}

.mr100 {
	margin-right: 100px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.ml45 {
	margin-left: 45px;
}

.ml50 {
	margin-left: 50px;
}

.ml55 {
	margin-left: 55px;
}

.ml60 {
	margin-left: 60px;
}

.ml65 {
	margin-left: 65px;
}

.ml70 {
	margin-left: 70px;
}

.ml75 {
	margin-left: 75px;
}

.ml80 {
	margin-left: 80px;
}

.ml85 {
	margin-left: 85px;
}

.ml90 {
	margin-left: 90px;
}

.ml95 {
	margin-left: 95px;
}

.ml100 {
	margin-left: 100px;
}


/* .dtl_content .mb5{margin-bottom: 0.5rem;}
.dtl_content .mb10{margin-bottom: 1.0rem;}
.dtl_content .mb15{margin-bottom: 1.5rem;}
.dtl_content .mb20{margin-bottom: 2.0rem;}
.dtl_content .mb25{margin-bottom: 2.5rem;}
.dtl_content .mb30{margin-bottom: 3.0rem;}
.dtl_content .mb35{margin-bottom: 3.5rem;}
.dtl_content .mb40{margin-bottom: 4.0rem;}
.dtl_content .mb45{margin-bottom: 4.5rem;}
.dtl_content .mb50{margin-bottom: 5.0rem;}
.dtl_content .mb55{margin-bottom: 5.5rem;}
.dtl_content .mb60{margin-bottom: 6.0rem;}
.dtl_content .mb65{margin-bottom: 6.5rem;}
.dtl_content .mb70{margin-bottom: 7.0rem;}
.dtl_content .mb75{margin-bottom: 7.5rem;}
.dtl_content .mb80{margin-bottom: 8.0rem;}
.dtl_content .mb85{margin-bottom: 8.5rem;}
.dtl_content .mb90{margin-bottom: 9.0rem;}
.dtl_content .mb95{margin-bottom: 9.5rem;}
.dtl_content .mb100{margin-bottom: 10rem;} */
/***********************
        padding
***********************/
.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb35 {
	padding-bottom: 35px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb45 {
	padding-bottom: 45px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb55 {
	padding-bottom: 55px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb65 {
	padding-bottom: 65px;
}

.pb70 {
	padding-bottom: 70px;
}

.pb75 {
	padding-bottom: 75px;
}

.pb80 {
	padding-bottom: 80px;
}

.pb85 {
	padding-bottom: 85px;
}

.pb90 {
	padding-bottom: 90px;
}

.pb95 {
	padding-bottom: 95px;
}

.pb100 {
	padding-bottom: 100px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt35 {
	padding-top: 35px;
}

.pt40 {
	padding-top: 40px;
}

.pt45 {
	padding-top: 45px;
}

.pt50 {
	padding-top: 50px;
}

.pt55 {
	padding-top: 55px;
}

.pt60 {
	padding-top: 60px;
}

.pt65 {
	padding-top: 65px;
}

.pt70 {
	padding-top: 70px;
}

.pt75 {
	padding-top: 75px;
}

.pt80 {
	padding-top: 80px;
}

.pt85 {
	padding-top: 85px;
}

.pt90 {
	padding-top: 90px;
}

.pt95 {
	padding-top: 95px;
}

.pt100 {
	padding-top: 100px;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl25 {
	padding-left: 25px;
}

.pl30 {
	padding-left: 30px;
}

.pl35 {
	padding-left: 35px;
}

.pl40 {
	padding-left: 40px;
}

.pl45 {
	padding-left: 45px;
}

.pl50 {
	padding-left: 50px;
}

.pl55 {
	padding-left: 55px;
}

.pl60 {
	padding-left: 60px;
}

.pl65 {
	padding-left: 65px;
}

.pl70 {
	padding-left: 70px;
}

.pl75 {
	padding-left: 75px;
}

.pl80 {
	padding-left: 80px;
}

.pl85 {
	padding-left: 85px;
}

.pl90 {
	padding-left: 90px;
}

.pl95 {
	padding-left: 95px;
}

.pl100 {
	padding-left: 100px;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr25 {
	padding-right: 25px;
}

.pr30 {
	padding-right: 30px;
}

.pr35 {
	padding-right: 35px;
}

.pr40 {
	padding-right: 40px;
}

.pr45 {
	padding-right: 45px;
}

.pr50 {
	padding-right: 50px;
}

.pr55 {
	padding-right: 55px;
}

.pr60 {
	padding-right: 60px;
}

.pr65 {
	padding-right: 65px;
}

.pr70 {
	padding-right: 70px;
}

.pr75 {
	padding-right: 75px;
}

.pr80 {
	padding-right: 80px;
}

.pr85 {
	padding-right: 85px;
}

.pr90 {
	padding-right: 90px;
}

.pr95 {
	padding-right: 95px;
}

.pr100 {
	padding-right: 100px;
}

/***********************
        font
***********************/
.font60 {
	font-size: 60px;
}

.font54 {
	font-size: 54px;
}

.font50 {
	font-size: 50px;
}

.font48 {
	font-size: 48px;
}

.font44 {
	font-size: 44px;
}

.font42 {
	font-size: 42px;
}

.font40 {
	font-size: 40px;
}

.font38 {
	font-size: 38px;
}

.font36 {
	font-size: 36px;
}

.font34 {
	font-size: 34px;
}

.font32 {
	font-size: 32px;
}

.font30 {
	font-size: 30px;
}

.font28 {
	font-size: 28px;
}

.font26 {
	font-size: 26px;
}

.font24 {
	font-size: 24px;
}

.font22 {
	font-size: 22px;
}

.font20 {
	font-size: 20px;
}

.font19 {
	font-size: 19px;
}

.font18 {
	font-size: 18px;
}

.font17 {
	font-size: 17px;
}

.font16 {
	font-size: 16px;
}

.font14 {
	font-size: 14px;
}

.font13 {
	font-size: 13px;
}

.font12 {
	font-size: 12px;
}

.font11 {
	font-size: 11px;
}

.font10 {
	font-size: 10px;
}

.line10 {
	line-height: 1;
}

.line11 {
	line-height: 1.1;
}

.line12 {
	line-height: 1.2;
}

.line13 {
	line-height: 1.3;
}

.line14 {
	line-height: 1.4;
}

.line15 {
	line-height: 1.5;
}

.line16 {
	line-height: 1.6;
}

.line17 {
	line-height: 1.7;
}

.line18 {
	line-height: 1.8;
}

.line19 {
	line-height: 1.9;
}

.line20 {
	line-height: 2;
}

.line25 {
	line-height: 2.5;
}

.ls00 {
	letter-spacing: 0em;
}

.ls01 {
	letter-spacing: 1px;
}

.ls02 {
	letter-spacing: 2px;
}

.ls03 {
	letter-spacing: 3px;
}

.ls04 {
	letter-spacing: 4px;
}

.ls05 {
	letter-spacing: 5px;
}

.ta-c {
	text-align: center;
}

.ta-l {
	text-align: left;
}

.ta-r {
	text-align: right;
}

.ttl_underline {
	position: relative;
	letter-spacing: 0.2rem;
	padding-bottom: 2%;
}

.ttl_underline::before {
	content: "";
	position: absolute;
	width: 20%;
	height: 2px;
	background-color: #3c9199;
	left: 30%;
	bottom: -2px;
}

.ttl_underline::after {
	content: "";
	position: absolute;
	width: 20%;
	height: 2px;
	background-color: #b3b3b3;
	left: 50%;
	bottom: -2px;
}

.dtl_content {
	font-size: 10px;
}

.dtl_content .font60 {
	font-size: 6em;
}

.dtl_content .font54 {
	font-size: 5.4em;
}

.dtl_content .font50 {
	font-size: 5em;
}

.dtl_content .font48 {
	font-size: 4.8em;
}

.dtl_content .font44 {
	font-size: 4.4em;
}

.dtl_content .font42 {
	font-size: 4.2em;
}

.dtl_content .font40 {
	font-size: 4em;
}

.dtl_content .font38 {
	font-size: 3.8em;
}

.dtl_content .font36 {
	font-size: 3.6em;
}

.dtl_content .font34 {
	font-size: 3.4em;
}

.dtl_content .font32 {
	font-size: 3.2em;
}

.dtl_content .font30 {
	font-size: 3em;
}

.dtl_content .font28 {
	font-size: 2.8em;
}

.dtl_content .font26 {
	font-size: 2.6em;
}

.dtl_content .font24 {
	font-size: 2.4em;
}

.dtl_content .font22 {
	font-size: 2.2em;
}

.dtl_content .font20 {
	font-size: 2em;
}

.dtl_content .font19 {
	font-size: 1.9em;
}

.dtl_content .font18 {
	font-size: 1.8em;
}

.dtl_content .font17 {
	font-size: 1.7em;
}

.dtl_content .font16 {
	font-size: 1.6em;
}

.dtl_content .font14 {
	font-size: 1.4em;
}

.dtl_content .font13 {
	font-size: 1.3em;
}

.dtl_content .font12 {
	font-size: 1.2em;
}

.dtl_content .font11 {
	font-size: 1.1em;
}

.dtl_content .font10 {
	font-size: 1em;
}

/******************
      list
*******************/
.flex_list {
	display: flex;
	justify-content: space-between;
}

.flex_list.start {
	justify-content: flex-start;
}

.flex_list.end {
	justify-content: flex-end;
}

.flex_list.center {
	justify-content: center;
}

.flex_list.around {
	justify-content: space-around;
}

.flex_list.middle {
	align-items: center;
}

.flex_list.bottom {
	align-items: flex-end;
}

.flex_list.wrap {
	flex-wrap: wrap;
}

.flex_list.nowrap {
	flex-wrap: nowrap;
}

.culm-3::after {
	content: "";
	display: block;
	width: 30%;
}

.w-5 {
	width: 5%
}

.w-10 {
	width: 10%
}

.w-15 {
	width: 15%
}

.w-17 {
	width: 17%
}

.w-20 {
	width: 20%
}

.w-22 {
	width: 22%
}

.w-23 {
	width: 23%
}

.w-24 {
	width: 24%
}

.w-25 {
	width: 25%
}

.w-30 {
	width: 30%
}

.w-31 {
	width: 31%
}

.w-32 {
	width: 32%
}

.w-33 {
	width: 33%
}

.w-34 {
	width: 34%
}

.w-35 {
	width: 35%
}

.w-38 {
	width: 38%
}

.w-40 {
	width: 40%
}

.w-41 {
	width: 41%
}

.w-42 {
	width: 42%
}

.w-43 {
	width: 43%
}

.w-45 {
	width: 45%
}

.w-47 {
	width: 47%
}

.w-48 {
	width: 48%
}

.w-50 {
	width: 50%
}

.w-55 {
	width: 55%
}

.w-60 {
	width: 60%
}

.w-65 {
	width: 65%
}

.w-70 {
	width: 70%
}

.w-73 {
	width: 73%
}

.w-75 {
	width: 75%
}

.w-80 {
	width: 80%
}

.w-85 {
	width: 85%
}

.w-90 {
	width: 90%
}

.w-95 {
	width: 95%
}

.w-100 {
	width: 100%
}

/***********************
        other
***********************/
.is-pc {
	display: block;
}

.is-sp {
	display: none;
}

.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

.op1 {
	opacity: 1 !important;
}

.op {
	display: block;
	cursor: pointer;
	transition: .3s;
}

.op:hover {
	opacity: 0.7;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.medium {
	font-weight: 500;
}

.bold {
	font-weight: bold;
}

.auto {
	margin: 0 auto;
}

.inline {
	display: inline-block;
}

.block {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.boxsize {
	box-sizing: border-box;
}

.mainvidual.rel {
	padding-top: 100px;
}

@media screen and (max-width:1040px) {
	.font80 {
		font-size: 50px;
	}

	.font50 {
		font-size: 40px;
	}

	.font40 {
		font-size: 36px;
	}

	.font48 {
		font-size: 36px;
	}

	.font38 {
		font-size: 34px;
	}

	.font36 {
		font-size: 32px;
	}

	.font34 {
		font-size: 30px;
	}

	.font32 {
		font-size: 28px;
	}

	.font30 {
		font-size: 26px;
	}

	.font28 {
		font-size: 26px;
	}

	.font26 {
		font-size: 24px;
	}

	.font24 {
		font-size: 22px;
	}

	.font22 {
		font-size: 20px;
	}
}

@media screen and (max-width:767px) {
	.font50 {
		font-size: 24px;
	}

	.font40,
	.font48 {
		font-size: 24px;
	}

	.font38 {
		font-size: 24px;
	}

	.font36 {
		font-size: 22px;
	}

	.font34 {
		font-size: 22px;
	}

	.font32 {
		font-size: 22px;
	}

	.font30 {
		font-size: 20px;
	}

	.font28 {
		font-size: 20px;
	}

	.font26 {
		font-size: 18px;
	}

	.font24 {
		font-size: 18px;
	}

	.font22 {
		font-size: 16px;
	}

	.font20,
	.font19,
	.font18 {
		font-size: 16px;
	}

	.font16 {
		font-size: 14px;
	}

	.font14 {
		font-size: 12px;
	}

	.font13,
	.font12 {
		font-size: 11px;
	}

	.is-pc {
		display: none;
	}

	.is-sp {
		display: block;
	}

	.mb15,
	.mb20,
	.mb25,
	.mb30,
	.mb35 {
		margin-bottom: 10px;
	}

	.mb40,
	.mb45,
	.mb50,
	.mb55 {
		margin-bottom: 20px;
	}

	.mb60,
	.mb65,
	.mb70,
	.mb75 {
		margin-bottom: 30px;
	}

	.mb80,
	.mb85,
	.mb90,
	.mb95 {
		margin-bottom: 40px;
	}

	.mb100 {
		margin-bottom: 50px;
	}

	.mt15,
	.mt20,
	.mt25,
	.mt30,
	.mt35 {
		margin-top: 10px;
	}

	.mt40,
	.mt45,
	.mt50,
	.mt55 {
		margin-top: 20px;
	}

	.mt60,
	.mt65,
	.mt70,
	.mt75 {
		margin-top: 30px;
	}

	.mt80,
	.mt85,
	.mt90,
	.mt95 {
		margin-top: 40px;
	}

	.mt100 {
		margin-top: 50px;
	}

	.mr15,
	.mr20,
	.mr25,
	.mr30,
	.mr35 {
		margin-right: 10px;
	}

	.mr40,
	.mr45,
	.mr50,
	.mr55 {
		margin-right: 20px;
	}

	.mr60,
	.mr65,
	.mr70,
	.mr75 {
		margin-right: 30px;
	}

	.mr80,
	.mr85,
	.mr90,
	.mr95 {
		margin-right: 40px;
	}

	.mr100 {
		margin-top: 50px;
	}

	.ml15,
	.ml20,
	.ml25,
	.ml30,
	.ml35 {
		margin-left: 10px;
	}

	.ml40,
	.ml45,
	.ml50,
	.ml55 {
		margin-left: 20px;
	}

	.ml60,
	.ml65,
	.ml70,
	.ml75 {
		margin-left: 30px;
	}

	.ml80,
	.ml85,
	.ml90,
	.ml95 {
		margin-left: 40px;
	}

	.ml100 {
		margin-top: 50px;
	}

	.pb15,
	.pb20,
	.pb25,
	.pb30,
	.pb35 {
		padding-bottom: 10px;
	}

	.pb40,
	.pb45,
	.pb50,
	.pb55 {
		padding-bottom: 20px;
	}

	.pb60,
	.pb65,
	.pb70,
	.pb75 {
		padding-bottom: 30px;
	}

	.pb80,
	.pb85,
	.pb90,
	.pb95 {
		padding-bottom: 40px;
	}

	.pb100 {
		padding-bottom: 50px;
	}

	.pt15,
	.pt20,
	.pt25,
	.pt30,
	.pt35 {
		padding-top: 10px;
	}

	.pt40,
	.pt45,
	.pt50,
	.pt55 {
		padding-top: 20px;
	}

	.pt60,
	.pt65,
	.pt70,
	.pt75 {
		padding-top: 30px;
	}

	.pt80,
	.pt85,
	.pt90,
	.pt95 {
		padding-top: 40px;
	}

	.pt100 {
		padding-top: 50px;
	}

	.pr15,
	.pr20,
	.pr25,
	.pr30,
	.pr35 {
		padding-right: 10px;
	}

	.pr40,
	.pr45,
	.pr50,
	.pr55 {
		padding-right: 20px;
	}

	.pr60,
	.pr65,
	.pr70,
	.pr75 {
		padding-right: 30px;
	}

	.pr80,
	.pr85,
	.pr90,
	.pr95 {
		padding-right: 40px;
	}

	.pr100 {
		padding-right: 50px;
	}

	.pl15,
	.pl20,
	.pl25,
	.pl30,
	.pl35 {
		padding-left: 10px;
	}

	.pl40,
	.pl45,
	.pl50,
	.pl55 {
		padding-left: 20px;
	}

	.pl60,
	.pl65,
	.pl70,
	.pl75 {
		padding-left: 30px;
	}

	.pl80,
	.pl85,
	.pl90,
	.pl95 {
		padding-left: 40px;
	}

	.pl100 {
		padding-left: 50px;
	}

	.w-100_sp {
		width: 100%;
	}

	.w-83_sp {
		width: 83%;
	}

	.mb10_sp {
		margin-bottom: 10px;
	}

	.mb20_sp {
		margin-bottom: 20px;
	}

	.mb30_sp {
		margin-bottom: 30px;
	}
}

/***********************
        content
***********************/
header {
	position: fixed;
	right: 0;
	z-index: 100;
	text-align: right;
/*	overflow: hidden;*/
	width: 140px;
}

header .menu a {
	display: block;
	text-align: left;
	width: 140px;
	height: 50px;
	line-height: 50px;
	position: relative;
	margin-bottom: 1px;
	background-color: #ccc;
	transition: .3s;
	transform: translateX(90px);
}

header .menu a .icon {
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: .3s;
}

header .menu a:first-child .icon {
	width: 15px;
	height: 22px;
	background: url(../img/top/icon_menu01.png) center / cover no-repeat;
}

header .menu a:nth-child(2) .icon {
	width: 15px;
	height: 19px;
	background: url(../img/top/icon_menu02.png) center / cover no-repeat;
}

header .menu a:last-child .icon {
	width: 20px;
	height: 20px;
	background: url(../img/top/icon_menu03.png) center / cover no-repeat;
}

header .menu a:first-child:hover .icon {
	background: url(../img/top/icon_menu01_w.png) center / cover no-repeat;
}

header .menu a:nth-child(2):hover .icon {
	background: url(../img/top/icon_menu02_w.png) center / cover no-repeat;
}

header .menu a:last-child:hover .icon {
	background: url(../img/top/icon_menu03_w.png) center / cover no-repeat;
}

.op0 {
	padding-left: 50px;
}

header .menu a:hover {
	transform: translateX(0);
	background-color: #000;
	color: #fff;
}

footer {
	line-height: 2.1;
}

h1 {
	width: 147px;
	top: 20px;
	left: 20px;
}

.woomen_logo {
	width: 143px;
	margin: 0 auto 50px;
}

/* header */


.wrapper {
	box-sizing: border-box;
	width: 100%;
	max-width: 1070px;
	padding: 0 20px;
	margin: 0 auto;
}

#dma-lab {
	line-height: 2.1;
}

#dma-lab h2 {
	position: relative;
	width: 100%;
	transform: scaleX(0.7);
	letter-spacing: 6px;
	max-width: 400px;
	margin: 0 auto;
	font-family: acumin-pro, sans-serif;
	font-weight: 200;
	font-style: normal;
	border-bottom: 2px solid #b3b3b3;
}

#dma-lab h2::before {
	content: "";
	position: absolute;
	width: 50%;
	height: 2px;
	background-color: #3c9199;
	left: 0;
	bottom: -2px;
}

.concept {
	padding: 90px 0 160px;
}

.thought {
	padding-bottom: 60px;
	background-color: #f2f2f2;
	background-size: 100% 90%;
}

.thought .wrapper {
	z-index: 1;
}

.thought .img_area {
	margin-top: -40px;
}

.thought .bg_logo {
	width: 40%;
	max-width: 500px;
	left: 30px;
	bottom: -5px;
	z-index: 0;
}

.product,
.company,
.salon {
	padding: 150px 0 0;
}

.product_content::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25%;
	height: 1px;
	background-color: #000;
	transform: rotate(-45deg);
	transform-origin: left bottom;
	transition: .3s;
	z-index: 2;
}

.product_content::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
	height: 1px;
	background-color: #000;
	transform: rotate(-45deg);
	transform-origin: right top;
	transition: .3s;
	z-index: 2;
}

.product_content a {
	display: block;
	position: relative;
}

.product_content a:after {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	transition: .3s;
}

.product_content a:hover {
	opacity: 1;
}

.product_content:hover::before,
.product_content:hover::after {
	background-color: #fff;
}

.product_content:hover a::after {
	opacity: 1;
}

.product_name {
	position: absolute;
	opacity: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #fff;
	z-index: 2;
}

.product_content:hover .product_name {
	opacity: 1;
}

.product_name .jp {
	position: relative;
	margin-bottom: 10px;
}

.product_name .jp::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	background-color: #3c9199;
	left: calc(50% - 20px);
	bottom: -5px;
}

.product_name .en {
	transform: scaleX(0.7);
	font-weight: 200;
	font-family: acumin-pro, sans-serif;
}

.company dl {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	display: table;
}

.company dl dt,
.company dl dd {
	display: table-cell;
}

.company dl dt {
	width: 100px;
	text-align: right;
}

.company dl dd {
	width: calc(100% - 110px);
	padding-left: 10px;
}

.salon .txt_area {
	box-sizing: border-box;
	padding: 60px 40px 80px;
}

.salon .hakata .img_area01 {
	background: url(../img/top/woomen_img05.png) center / cover no-repeat;
}

.salon .hakata .img_area02 {
	background: url(../img/top/woomen_img06.png) center / cover no-repeat;
}

.salon .westside .img_area01 {
	background: url(../img/top/woomen_img07.png) center / cover no-repeat;
}

.salon .westside .img_area02 {
	background: url(../img/top/woomen_img08.png) center / cover no-repeat;
}

.bottom {
	padding: 150px 0;
}

.bottom figure {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

footer {
	padding-bottom: 20px;
}

footer .sns a {
	padding: 0 5px;
	width: 30px;
}

footer nav li {
	cursor: pointer;
}

footer nav li:hover {
	opacity: 0.7;
}

.footer_logo {
	width: 200px;
	margin: 50px auto;
}

.modal_list {
	transition: .3s;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal_list .close {
	position: fixed;
	width: 36px;
	height: 36px;
	background-color: #000;
	text-align: center;
/*	line-height: 40px;*/
	border-radius: 50%;
	color: #fff;
	right: 7%;
	top: 8%;
	font-size: 30px;
	cursor: pointer;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal_list li {
	display: none;
	position: absolute;
	width: 90%;
	height: 90%;
	overflow-y: scroll;
	padding: 50px 30px;
	box-sizing: border-box;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal_list dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.modal_list dl dt,
.modal_list dl dd {
	display: table-cell;
	padding: 10px 0;
}

.modal_list dl dt {
	position: relative;
	width: 150px;
	text-align: right;
}

.modal_list dl dt::after {
	content: ":";
	position: absolute;
	right: -15px;
}

.modal_list dl dd {
	padding-left: 30px;
	width: calc(100% - 180px);
}

.modal_list .ttl {
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 30px;
	font-style: normal;
	border-bottom: 2px solid #b3b3b3;
}

.modal_list .ttl::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 2px;
	background-color: #3c9199;
	left: 0;
	bottom: -2px;
}

footer {
	padding-top: 100px;
}

.dtl_wrap {
	padding: 0 5%;
}

@media screen and (max-width:767px) {
	.mainvidual {
		padding-top: 60px;
	}

	.woomen_logo {
		width: 112px;
		margin: 0 auto 30px;
	}

	.concept {
		padding: 30px 0 100px;
	}

	.concept p.font28.ta-c {
		text-align: center;
	}

	.concept p.ta-c {
		text-align: left;
	}

	.order1 {
		order: 1;
	}

	.order2 {
		margin-top: 30px;
		order: 2;
	}

	.thought .bg_logo {
		width: 80%;
		left: 10%;
	}

	.product,
	.company,
	.salon {
		padding: 80px 0 0;
	}

	#dma-lab h2 {
		max-width: 260px;
	}

	.salon .img_area01 {
		width: 100%;
		height: 50vw;
	}

	.salon .img_area02 {
		display: none;
	}

	.salon .txt_area {
		padding: 30px 20px 40px;
		width: 100%;
		box-sizing: border-box;
	}

	.bottom {
		padding: 0 0 80px;
	}

	footer {
		text-align: center;
	}

	.sns.flex_list.start {
		width: 100%;
		justify-content: center;
		margin-bottom: 10px;
	}

	.copyright {
		padding: 0 0 50px;
		width: 100%;
	}

	header .fr {
		float: none;
		right: 0;
		bottom: 0;
		width: 100%;
		display: flex;
		font-size: 12px;
	}

	header .menu a {
		width: 34%;
		height: 40px;
		border-right: 1px solid #fff;
		margin-bottom: 0px;
		transform: translateX(0);
	}

	header .menu a .icon {
		left: 14px;
	}

	header .menu a:first-child .icon {
		width: 11px;
		height: 17px;
	}

	header .menu a:nth-child(2) .icon {
		width: 11px;
		height: 15px;
	}

	header .menu a:last-child .icon {
		width: 13px;
		height: 13px;
	}

	.op0 {
		padding-left: 20px;
		width: 100%;
		text-align: center;
	}

	.modal_list dl dt,
	.modal_list dl dd {
		display: block;
		width: 100%;
	}

	.modal_list dl dt {
		text-align: left;
		padding: 10px 0 0;
		font-weight: bold;
	}

	.modal_list dl dt::after {
		display: none;
	}

	.modal_list dl dd {
		padding-left: 0;
		text-align: left;
		padding: 0 0 10px
	}

	.modal_list li {
		text-align: left;
		padding: 50px 20px;
	}

	.modal_list .close {
		font-size: 30px;
	}
}

/******************
      detail
*******************/
.dtl_content .nayami {
	padding: 20% 0 16%;
	background: url(../img/detail/detail05/dtl05_img06.png)
}

.dtl_content .nayami .inner {
	width: 50%;
	line-height: 2.6;
	margin: 0 auto;
}

.dtl_content .nayami .ttl_underline {
	padding-bottom: 3%;
	margin-bottom: 5%;
}

.dtl_content .nayami .ttl_underline::before {
	width: 40%;
	left: 10%;
}

.dtl_content .nayami .ttl_underline::after {
	width: 40%;
	height: 2px;
}

.dtl_content [data-ruby] {
	position: relative;
}

.dtl_content [data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -1.2em;
	left: 0;
	right: 0;
	margin: auto;
	color: #3c9199;
}

.dtl_content rt {
	display: none;
}

.dtl_content .hoshitsu {
	margin-top: -20%;
	margin-bottom: 15%;
}

.dtl_content .otoko_nayami01 {
	top: 5%;
	left: 26%;
}

.dtl_content .nayami_bg img {
	margin-bottom: -3%;
}

.dtl_content .otoko_nayami {
	padding-top: 15%;
	margin-bottom: 15%;
}

.dtl_content .num {
	font-family: acumin-pro, sans-serif;
	font-weight: 100;
}

.dtl_content .kome {
	font-size: 1.2em;
	vertical-align: top;
	display: inline-block;
}

.dtl_content .otoko_nayami02 {
	top: 50%;
	left: 16%;
}

.dtl_content .otoko_nayami02 .font34 {
	display: inline-block;
	line-height: 1;
	padding-top: 0.5em;
}

.dtl_content .otoko_nayami02 .font18 {
	margin-bottom: 1.5em;
}

.dtl_content .otoko_nayami02 .kome {
	padding-top: 1em;
}

.dtl_content .otoko_nayami .caution {
	right: 4%;
	bottom: -4%;
}

.dtl_content .care_point .num {
	position: relative;
	padding-bottom: 0.5em;
	margin-bottom: 0.4em;
}

.dtl_content .care_point .font34 {
	display: inline-block;
	line-height: 1;
	padding-top: 0.5em;
}

.dtl_content .care_point .kome {
	padding-top: 1em;
}

.dtl_content .care_point .num::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 1em;
	height: 0.1em;
	background-color: #3c9199;
}

.dtl_content .care_point .bdr_top {
	padding-top: 1em;
	margin-top: 1em;
	border-top: 2px solid #000;
}

.mr_5 {
	margin-right: 5%;
}

.ml_5 {
	margin-left: 5%;
}

.mb_5 {
	margin-bottom: 5%;
}

.mt_5 {
	margin-top: 5%;
}

.dtl_content .series_wrap {
	max-width: 80%;
	margin: 0 auto;
}

.dtl_content .series_content {
	top: 5%;
	width: 88%;
	left: 12%;
}

.dtl_content .series .item {
	z-index: 1;
}

.dtl_content .sc_link {
	background-color: #333333;
}

.dtl_content .series_content h4 {
	box-sizing: border-box;
	text-align: right;
	width: 40%;
	padding: 0.2em 1em 0.2em;
	background-color: #808080;
}

.dtl_content .series_content a {
	position: relative;
	padding-left: 2em;
	box-sizing: border-box;
	width: 60%;
}

.dtl_content .series_content a::after {
	position: absolute;
	content: "";
	width: 0.4em;
	height: 0.4em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	right: 1em;
	top: calc(50% - 0.2em);
}

.dtl_content .series_content .sc_dtl {
	padding: 3% 10% 0 20%;
}

@media screen and (max-width:767px) {
	.dtl03 .dt_comment {
		width: 100% !important;
	}

	.dtl_content {
		font-size: 1.3vw;
	}

	.dtl_wrap {
		padding: 0 2%;
	}

	.dtl_content .nayami .inner {
		width: 55%;
	}

	.dtl_content .otoko_nayami02 {
		width: 72%;
		top: 46%;
		left: 14%;
	}

	.dtl_content .series_content .sc_dtl {
		padding: 3% 10% 0 18%;
	}

	.dtl_content .series_wrap {
		max-width: 90%;
	}

	.dtl_content .care_point .mr_5 {
		margin-right: 3%;
	}

	.dtl_content .care_point .ml_5 {
		margin-left: 3%;
	}
}