@charset "UTF-8";
/* 特別キャンペーン実施中-デザイン・着色直径が選べるカラコン「IamMe」 */
#iamme-m {
	-webkit-text-size-adjust: 100%;
	margin: 0 auto;
	max-width: 960px;
	font-family: "Noto Sans JP", sans-serif;
	text-align: left;
	font-weight: 800;
}
#iamme-m a, #iamme-m a:hover, #iamme-m a:active {
	color: #fff;
}
#iamme-m p {
	margin-top: 0;
}

#iamme-m * {
	box-sizing: border-box;
}

/* 共通レイアウト
----------------------------------------------------- */
#iamme-m .sec_item {
	margin-bottom: 6%;
	padding: 3% 0 10%;
}
#iamme-m .item_title {
	margin-bottom: 3%;
}
#iamme-m .read_flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10%;
}
#iamme-m .read_flex .read_img {
	width: 45%;
}
#iamme-m .read_flex .read_text {
	width: 55%;
	padding: 5% 0 5% 5%;
	font-size: 3.4vw;
	line-height: 1.8;
	font-weight: 800;
}

#iamme-m .under_line {
	border-bottom: 1px solid #aaa;
	margin: 0 auto 7%;
	width: 92%;
	padding-bottom: 7%;
}

#iamme-m .item_dl:last-child .under_line {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#iamme-m .item_button {
	background: #111;
	color: #fff;
	font-weight: 200;
	font-size: 3.5vw;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
}

#iamme-m .item_button a {
	display: block;
	padding: 4%;
}

#iamme-m .item_button a::after {
	content: "＞";
	display: inline-block;
	position: absolute;
	right: 4%;
	font-size: 4vw;
	font-weight: 800;
	transform: scaleX(0.6);
}

#iamme-m .page_title {
	background: #111;
	color: #fff;
	text-align: center;
	font-size: 3.6vw;
	line-height: 3.5em;
	margin-bottom: 8%;
}
#iamme-m .step_title {
	margin: 0 auto 5%;
	width: 90%;
}
#iamme-m .item_price {
	text-align: center;
	font-size: 4.6vw;
	font-weight: 500;
	margin-bottom: 2%;
}

#iamme-m .price_main {
	font-size: 1.5em;
	display: inline-block;
	margin-right: -1vw;
}

#iamme-m .price_free {
	font-size: 0.75em;
	letter-spacing: 0.1em;
	display: inline-block;
	margin-left: -2vw;
	color: #d94246;
}

#iamme-m .donashi {
	position: relative;
}

#iamme-m .donashi:after {
    content: "※こちらの商品は「度なし」のみ。";
    position: absolute;
    bottom: 0;
    z-index: 10;
    display: block;
    left: 39%;
    font-size: 2vw;
}


/* 各セクション
----------------------------------------------------- */

/* MATU-MARU */
#iamme-m .sec_maru {
	background-color: #fff8fa;
}
#iamme-m .sec_maru .under_line {
	border-bottom: 1px solid #ff7a96;
}

/* KURI-KURI */
#iamme-m .sec_kuri {
	background-color: #fffbf8;
}
#iamme-m .sec_kuri .under_line {
	border-bottom: 1px solid #ffaf78;
}

/* HAKI-HAKI */
#iamme-m .sec_haki {
	background-color: #f9fefa;
}
#iamme-m .sec_haki .read_text {
	letter-spacing: 0.02em;
}
#iamme-m .sec_haki .under_line {
	border-bottom: 1px solid #98e4a4;
}

/* SIZU-SIZU */
#iamme-m .sec_sizu {
	background-color: #f9fbff;
}
#iamme-m .sec_sizu .read_text {
	letter-spacing: 0.02em;
	padding: 2% 0 2% 5%;
}
#iamme-m .sec_sizu .text_br {
	display: block;
	margin-bottom: 3%;
}
#iamme-m .sec_sizu .under_line {
	border-bottom: 1px solid #85abff;
}

/* 着色直径を選ぶ
----------------------------------------------------- */

#iamme-m .sec_choice {
	text-align: left;
	margin-bottom: 12%;
	background-color: #fff8fa;
	padding: 7% 4% 9%;
}
#iamme-m .sec_choice .area_choicesize .sec_title {
	width: 70%;
	margin: 0 auto 6%;
}
#iamme-m .sec_choice .area_choicesize .choicesize_group {
	overflow-x: scroll;
	width: 100%;
	padding-bottom: 8%;
	margin-bottom: 2%;
}
#iamme-m .sec_choice .area_choicesize .choicesize_flex {
	display: flex;
	justify-content: space-between;
	width: 158vW;
}
#iamme-m .sec_choice .area_choicesize .choicesize_size {
	width: 30%;
	margin-top: 0;
}
#iamme-m .sec_choice .area_choicesize .choicesize_button a {
	background: #111;
	width: 92%;
	color: #fff;
	padding: 5%;
	font-size: 2vw;
	text-align: center;
	border-radius: 1em;
	margin-top: 0;
}
#iamme-m .sec_choice .area_choicesize .choicesize_button{
	margin-top: 0;
}
#iamme-m .button_text {
	display: inline-block;
}
#iamme-m .sec_choice .area_choicesize .choicesize_button a::after {
	content: "▼";
	transform: rotate(-90deg) translate(100%, 10%);
	display: inline-block;
	margin-left: 3%;
}
#iamme-m .choicesize_button a {
    width: 100%;
    display: block;
}
#iamme-m .sec_choice .area_choicesize .choicesize_scroll {
	font-size: 4vw;
}


/* -----------------------------------------------------
JS関連CSS
----------------------------------------------------- */


/* スクロールバー表示(SimpleBar)
----------------------------------------------------- */

#iamme-m .sec_choice .area_choicesize .choicesize_group{
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	}

/* スクロールバー本体 */
#iamme-m .simplebar-scrollbar::before {
	background: #111;
	height: 10px;
	border-radius:0px;
	opacity:1;
	/* 余白分拡張 */
	transform: translate(0px,-2px);
	margin: 0 -1px;
}

/* スクロールバー本体の透明度（デフォルトだと透過しています） */
	#iamme-m .simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;

}
/* スクロールバーの背景色(オレンジ色の部分) */
	#iamme-m .simplebar-track {
	background-color: #ccc;
	height: 10px;
	padding: 0;
}

/* 追従バナー
----------------------------------------------------- */
#iamme-m .fix_coupon_btn {
	display: none;
	z-index: 200001;
	margin: 0;
	position: fixed;
	bottom: 0;
	width: 92%;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
}
#iamme-m .fix_coupon_btn img {
	max-width: inherit;
	width: 100%;
}
#iamme-m .fix_coupon_btn_close {
	position: absolute;
	top: -8.70833vw;
	right: 0;
	font-size: 0;
	width: 7.29167vw;
	height: 7.29167vw;
	background-color: #fff;
	border: 1px solid #4a4a4a;
	border-radius: 100px;
	box-sizing: border-box;
}
#iamme-m .fix_coupon_btn_close::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 64%;
	padding-top: 6.6%;
	border-radius: 1%;
	background-color: #4a4a4a;
}
#iamme-m .fix_coupon_btn_close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 64%;
	padding-top: 6.6%;
	border-radius: 1%;
	background-color: #4a4a4a;
}
#iamme-m .fix_coupon_content {
	display: none;
	z-index: 200003;
	position: fixed;
	top: 50%;
	left: 5.05%;
	right: 5.05%;
	transform: translate(0, -50%);
}
#iamme-m .fix_coupon_content_img img {
	max-width: inherit;
	vertical-align: bottom;
	width: 100%;
}
#iamme-m .fix_coupon_content_img_close {
	position: absolute;
	top: -16.5vw;
	right: -2.5vw;
	font-size: 0;
	width: 15vw;
	height: 15vw;
	border-radius: 100px;
	box-sizing: border-box;
}
#iamme-m .fix_coupon_content_img_close::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 58%;
	padding-top: 2.5%;
	background-color: #888;
	line-height: 3.1em;
}
#iamme-m .fix_coupon_content_img_close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 58%;
	padding-top: 2.5%;
	border-radius: 1%;
	background-color: #888;
}
#iamme-m .fix_coupon_overlay {
	display: none;
	z-index: 200002;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.8;
}

/* 共通 */
#page_top_button{
	margin-bottom: 21%;
	margin-right: 9%;
}
#page_top_button.bottom_button {
    margin-bottom: 0px;
    margin-right: 0px;
}

/*  PCレイアウト
---------------------------------------------------------------*/
@media screen and (min-width: 768px) {

	#iamme-m .read_flex .read_text {
		font-size: 16px;
	}
	#iamme-m .item_button {
		font-size: 16px;
	}
	#iamme-m .item_button a::after {
		font-size: 18px;
	}
	#iamme-m .page_title {
		font-size: 17px;
	}
	#iamme-m .item_price {
		font-size: 21px;
	}
	#iamme-m .price_main {
		margin-right: -4px;
	}
	#iamme-m .price_free {
		margin-left: -8px;
	}
	#iamme-m .sec_choice .area_choicesize .choicesize_flex {
		width: 733px;
	}
	#iamme-m .sec_choice .area_choicesize .choicesize_button a {
		font-size: 12px;
	}
	#iamme-m .donashi:after {
		font-size: 12px;
	}
	#iamme-m .sec_kime .donashi::before {
		font-size: 12px;
	}
	#iamme-m .sec_choice .area_choicesize .choicesize_scroll {
		font-size: 18px;
	}
	#iamme-m .fix_coupon_btn {
		width: 428px;
	}
	#iamme-m .fix_coupon_btn_close {
		top: -31px;
		width: 27px;
		height: 27px;
	}

	#iamme-m .sec_choice .area_choicesize .choicesize_group {
		overflow-x:auto;
	}
	/* モーダル調整 */
	body.mfp-bg-fix {
		overflow-y: scroll;
	}

	#iamme-m .fix_coupon_content {
		width: 464px;
		margin: 0 auto;
	}
	#iamme-m .fix_coupon_content_img{
		width: 417px;
		margin: 0 auto;
	}
	#iamme-m .fix_coupon_overlay {
		width: 464px;
		margin: 0 auto;
	}
	#iamme-m .fix_coupon_content_img_close {
		top: -66px;
		right: 5px;
		width: 70px;
		height: 70px;
	}

	#page_top_button {
		margin-bottom: 0%;
		margin-right: 0%;
	}
}