@charset 'UTF-8';
/* =========================================================

アルコン商品一覧 202211

========================================================= */
#al * {
	font-family: 'YakuHanJP_Noto', 'Roboto', 'Noto Sans JP', sans-serif;
}

#al {
	font-weight: 400;
	color: #162805;
	line-height: 1.6;
	letter-spacing: 0.2em;
}

#al div, #al p, #al h1, #al h2, #al h3, #al ul, #al li, #al a {
	padding: 0px;
	margin: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#al em {
	font-style: normal;
}

/* 共通コンテナ
--------------------------------------- */
#al .inner_container {
	margin: auto 5vw;
}

@media screen and (min-width: 640px) {
	#al .inner_container {
		max-width: 640px;
		margin: auto;
	}
}

/* ヘッダー
--------------------------------------- */
#al .header_area {
    display: block;
    max-width: 960px;
    width: auto;
    margin: 0 auto 8%;
}

#al .top_coupon_bg {
	background: -webkit-gradient(linear, left top, right top, from(#d9f7ff), color-stop(50%, #d9f7ff), color-stop(50%, #d9f7ff), to(#d9f7ff));
	background: linear-gradient(to right, #d9f7ff 0%, #d9f7ff 50%, #d9f7ff 50%, #d9f7ff 100%);
}

/*#al .top_coupon_bg {
	background: -webkit-gradient(linear, left top, right top, from(#00A0EA), color-stop(50%, #00A0EA), color-stop(50%, #F0F7FF), to(#F0F7FF));
	background: linear-gradient(to right, #00A0EA 0%, #00A0EA 50%, #F0F7FF 50%, #F0F7FF 100%);
}*/

#al .top_coupon {
	display: block;
	max-width: 960px;
	width: auto;
	margin: 0 auto;
}

#al .top_coupon img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}

#al .main {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}

/*#al .main {
	max-width: 960px;
	margin: 0 auto;
	padding: 5% 0 0;
	background: url(../img/sp_main_bg.png) no-repeat center top;
	background-size: 100%;
}*/
#al .subtitle {
	max-width: 181px;
	width: 18.85%;
	margin: 0 auto 5%;
}

#al .subtitle img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}

#al .title {
	display: block;
	color: #181D46;
	text-align: center;
	font-size: 4.7vw;
	font-weight: bold;
	margin: 0 auto 2%;
	line-height: 2;
	letter-spacing: 0.04em;
}

#al .title span {
	color: #003595;
}

#al .title small {
	color: #003595;
	font-size: 3vw;
}

#al .catch {
	color: #181D46;
	font-size: 3.2vw;
	font-weight: normal;
	margin: 0 auto 8%;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.8;
}

/* レンズアップルが選ばれている理由 */
#al .reason_toggle {
	max-width: 880px;
	width: 84%;
	margin: 3% auto;
}

#al .reason_toggle.open a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 46%;
	right: 6%;
	width: 2%;
	height: 14%;
	border-bottom: 0.1em solid #FFFFFF;
	border-right: 0.1em solid #FFFFFF;
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}

#al .reason_toggle a {
	position: relative;
	display: block;
	background: #D61D2D;
	color: #FFFFFF;
	font-size: min(3.75vw, 17px); /*幅320px→12px、幅464px→17px*/
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 4% 0;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}

#al .reason_toggle a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 41%;
	right: 6%;
	width: 2%;
	height: 14%;
	border-bottom: 0.1em solid #FFFFFF;
	border-right: 0.1em solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}

#al .reason_baloon_warp {
	display: none;
	position: relative;
	max-width: 960px;
	height: auto;
	margin: 0 auto 10%;
	padding: 0;
}

#al .reason_baloon_warp::before {
	content: "";
    width: 11%;
    padding: 3% 0;
    margin: 0 auto 0;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: #feeeef;
    display: block;
}

#al .reason_baloon_main {
	background: #FEEEEF;
	padding: 10% 0 2%;
}

#al .reason_baloon_title {
	color: #D61D2D;
	text-align: center;
	font-size: min(4.6875vw, 22px); /*幅320px→15px、幅464px→22px*/
	font-weight: bold;
	margin: 0 auto 8%;
	letter-spacing: 0.1em;
}

#al .reason_service_warp {
	max-width: 880px;
	width: 91.67%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#al .reason_service {
	max-width: 420px;
	width: 47.73%;
	margin: 0 4.5% 4.5% 0;
	padding: 6% 5% 5%;
	background: #FFFFFF;
	border-radius: 8px;
	-webkit-box-shadow: 0 0.32em 0 0 #CA001A;
	        box-shadow: 0 0.32em 0 0 #CA001A;
}

#al .reason_service:nth-child(2n) {
	margin: 0 0 4.5%  0;
}

#al .reason_service_subtitle {
	max-width: 181px;
	width: 51.5%;
	margin: 0 auto 3%;
}

#al .reason_service_subtitle img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}

#al .reason_service_title {
	color: #0C0D45;
	text-align: center;
	font-size: min(5vw, 23px);      /*幅320px→16px、幅464px→23px*/
	font-weight: bold;
	margin: 0 auto 8.3%;
	letter-spacing: 0.05em;
}

#al .reason_service_text {
	color: #0C0D45;
	font-size: min(3.4375vw, 16px); /*幅320px→11px、幅464px→16px*/
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

#al .coupon_area {
	margin: 8% 0 10%;
	padding: 10% 0 10%;
	background: #FDF5ED;
}

#al .coupon_title {
	max-width: 482px;
	width: 85%;
	margin: auto;
	text-align: center;
}

#al .coupon_menu {
	width: 91.67%;
	margin: auto;
}

#al .coupon_menu_ttl {
	background: #CCCCCC;
	color: #FFFFFF;
	display: block;
	margin: 30px auto;
	max-width: 880px;
	margin-bottom: 1px;
	position: relative;
}

#al .coupon_menu.welcome .coupon_menu_ttl {
	background: #95C931;
	margin: 7% auto 0;
	text-align: center;
}

#al .coupon_menu.welcome .coupon_menu_ttl_img {
	width: 74%;
	padding: 2.5% 0;
	margin-left: 5%;
}

#al .coupon_menu.okaeri .coupon_menu_ttl {
	background: #d61d2d;
	margin: 7% auto 0;
}

#al .coupon_menu.okaeri .coupon_menu_ttl_img {
	width: 74%;
	padding: 2.5% 0;
	margin-left: 5%;
}

#al .coupon_menu_content {
	/* display: none; */
	margin: 0 auto;
	padding: 6% 8%;
	background: #FFFFFF;
}

#al .coupon_row {
	line-height: normal;
	opacity: 1;
	text-align: center;
	background: #FFFFFF;
}

#al .coupon_row > .coupon {
	margin: 5% auto;
}

#al .coupon_note {
	margin-top: 4%;
	text-align: left;
	color: #222222;
	font-weight: normal;
	font-size: min(2.8125vw, 13px); /*幅320px→9px、幅464px→13px*/
	line-height: 1.8;
}

#al .tap_btn {
	display: inline-block;
	position: absolute;
	font-size: 3.7vw;
	top: 30%;
	width: 15%;
	right: 3%;
}

#al .tyuusyaku {
	max-width: 880px;
	width: 91.67%;
	margin: 0 auto;
}

#al .banner_box_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 880px;
	width: 96%;
	margin: auto;
}

#al .banner_box_wrap .banner_box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	    flex: 1;
}

#al .banner_box_wrap.col2 > .banner_box:nth-child(odd) {
	margin-right: 1%;
}

#al .banner_box_wrap.col2 > .banner_box:nth-child(even) {
	margin-left: 1%;
}

.hover_opacity {
	-webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hover_opacity:hover {
	opacity: 0.8;
}

#al .syouhin_ttl {
    margin: 0 auto;
    text-align: center;
    width: 84%;
    padding-top: 4%;
}

/* タブ部分
------------------------------------ */
#al .tab_area {
	max-width: 960px;
	margin: 0 auto;
	padding: 5% 0 0;
}

#al .tab_list {
	position: relative;
	bottom: -1px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#al .tab {
	position: relative;
	width: 20%;
	width: calc(100% / 3);
	margin: 0;
	padding: 3% 0;
	background: #003595;
	outline: none;
}

#al .tab.active {
	background: #e3f5ff;
}

#al .tab .tab_text {
	color: #FFFFFF;
	font-size: min(3.75vw, 17px);   /*幅320px→12px、幅464px→17px*/
	font-weight: bold;
	text-align: center;
	margin: 0 0 3%;
	letter-spacing: 0.1em;
}

#al .tab .tab_text span {
	color: #FFFFFF;
	font-family: Roboto;
	line-height: 1.7;
}

#al .tab.active .tab_text span {
	color: #003595;
}

#al .wide_tab {
	position: relative;
	width: 20%;
	width: calc(100% / 2);
	margin: 0;
	padding: 3% 0;
	background: #003595;
	outline: none;
}



/* タブコンテンツ部分
------------------------------------ */
#al .content_area {
	position: relative;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 5% 0 ;
	background: #e3f5ff;
}

#al .content_wrap {
	display: none;
	max-width: 880px;
	width: 91.67%;
	margin: 0 auto;
	background: #e3f5ff;
}

#al .content_wrap.active {
	display: block;
	max-width: 880px;
	width: 91.67%;
	margin: 0 auto;
	background: #e3f5ff;
}

#al .product_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 auto 5%;
}

/* もっと見るボタン部分
------------------------------------ */
#al .more_btn_wrap {
	max-width: 880px;
	margin: 0 auto;
}

#al .more_btn_top {
	margin: 0 auto 5%;
}

#al .more_btn_top a {
	position: relative;
	display: block;
	padding: 3% 0;
	border: solid 0.1em #D61D2E;
	border-radius: 4px;
	background: #FFFFFF;
	color: #D61D2E;
	font-size: 3.4vw;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

#al .more_btn_top a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 41%;
	right: 5%;
	width: 0.4em;
	height: 0.4em;
	border-top: 0.1em solid #D61D2E;
	border-right: 0.1em solid #D61D2E;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#al .more_btn_bottom_wrap {
	display: block;
}

#al .more_btn_bottom_left {
	width: auto;
	margin: 0 auto 5%;
}

#al .more_btn_bottom_left a {
	position: relative;
	display: block;
	padding: 3% 0;
	border: solid 0.1em #D61D2E;
	border-radius: 4px;
	background: #D61D2E;
	color: #FFFFFF;
	font-size: 3.4vw;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

#al .more_btn_bottom_left a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 41%;
	right: 5%;
	width: 0.4em;
	height: 0.4em;
	border-top: 0.1em solid #FFFFFF;
	border-right: 0.1em solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#al .more_btn_bottom_right {
	width: auto;
	margin: 0;
}

#al .more_btn_bottom_right a {
	position: relative;
	display: block;
	padding: 3% 0;
	border: solid 0.1em #D61D2E;
	border-radius: 4px;
	background: #D61D2E;
	color: #FFFFFF;
	font-size: 3.4vw;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

#al .more_btn_bottom_right a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 41%;
	right: 5%;
	width: 0.4em;
	height: 0.4em;
	border-top: 0.1em solid #FFFFFF;
	border-right: 0.1em solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#al .tempSP_pbox {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 420px;
	width: 47.73%;
	margin: 0 4.5% 4.5% 0;
	padding: 0;
	background: #FFFFFF;
}

#al .tempSP_pbox a {
	text-decoration: none;
	text-align: center;
	color: inherit;
}

#al .tempSP_pbox:nth-child(2n) {
	margin: 0 0 4.5%  0;
}

#al .tempSP_pbox .image_box {
	margin: 10px;
	background: #FFFFFF;
}

#al .tempSP_pbox .box_wrap .main_box .photo {
	width: 90%;
	margin: auto;
}

#al .tempSP_pbox .box_wrap .main_box .photo img {
	display: block;
	width: 100%;
	max-width: 204px;
	height: auto;
	margin: auto;
}

#al .tempSP_pbox .sub_box {
	padding: 0 10px 10px;
}

#al .tempSP_pbox .name {
	font-size: min(3.125vw, 14px);
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 6% 0;
}

#al .tempSP_pbox .price_box {
	margin: 0 auto 10px;
	color: #E50000;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.02em;
}

#al .tempSP_pbox_S .price_box .text, #al .tempSP_pbox_S .price_box .price {
	display: block;
}

#al .tempSP_pbox .price_box .text {
	font-weight: bold;
	font-size: min(3.4375vw, 16px);
	color: #BD1E1E;
}

#al .tempSP_pbox .price_box .price {
	color: #BD1E1E;
	font-weight: bold;
    font-size: min(3.4375vw, 16px);
	font-family: Roboto;
}

#al .tempSP_pbox .comment_box {
	padding: 5px 0 10px 0;
}

#al .tempSP_pbox .brand {
	display: block;
	padding: 5% 0 3%;
	text-align: center;
}

#al .tempSP_pbox_S .brand img {
	max-height: 26px;
}

#al .roboto {
	font-family: Roboto;
}

#al .y_channel {
	text-align: center;
	margin: 12% auto 0;
}

#al .instagram_coupon {
	text-align: center;
	margin: 4% auto 0;
}

@media screen and (max-width: 475px) {
	#al .tempSP_pbox_S .brand img {
		max-height: 18px;
	}
}

@media screen and (min-width: 950px) {
	#al .title {
		font-size: 48px;
	}
	#al .catch {
		font-size: 33px;
	}
	#al .btn_toggle a {
		font-size: 36px;
	}
	#al .baloon_title {
		font-size: 45px;
	}
	#al .service_title {
		font-size: 49px;
	}
	#al .service_text {
		font-size: 33px;
	}
	#al .name {
		font-size: 30px;
	}
	#al .btn_more a {
		font-size: 36px;
	}
	#al .coupon_code {
		font-size: 70px;
		position: absolute;
		left: 39%;
		top: 37.5%;
	}
	#al .coupon_code2 {
		font-size: 33px;
	}
}

/* 動画アコーディオン 2021.11.30
--------------------------------------- */
#al .movie_acd .aui_accordion_title {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
}
#al .movie_acd .aui_accordion_title::before,
#al .movie_acd .aui_accordion_title::after {
	display: none;
}
#al .movie_acd .aui_accordion_content {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 56.25% 0 0 0;
}
#al .movie_acd .aui_accordion_content iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* カラコン特集リンクバナー設置 2022.4.8
--------------------------------------- */
#al .colorconlist {
    display: block;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 4.5%;
}


/* スライダー設置 2022.4
------------------------------------ */
#al .slider_area{
	margin-top: 5%;
}
#al .slider_area_in{
	margin: 0 5vw;
}
#al .slider_area_slider01_wrap{
	width: 100%;
	overflow: hidden;
}
#al .slider_area_slider01{
	position: relative;
	margin: 0 -0.9vw;
	padding-bottom: 28px;
}
#al .slider_area_slider01_link{
	display: block;
	padding: 0 0.9vw;
	cursor: pointer;
}
#al .slider_area_slider01_link img{
	width: 100%;
	height: auto;
	display: block;
}
#al .slider_area_slider01 .slide-arrow{
	position: absolute;
	top: calc(50% - 14px);
	transform: translate(0,-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 0;
	z-index: 2;
	cursor: pointer;
}
#al .slider_area_slider01 .slide-arrow:hover{
	opacity: 0.75;
}

#al .slider_area_slider01 .slide-arrow::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	content: "";
	border: 2px solid #222222;
	width: 9px;
	height: 9px;
	border-color: #222222;
	border-width: 2px;
}
#al .slider_area_slider01 .slide-arrow.prev-arrow{
	left: -24px;
}
#al .slider_area_slider01 .slide-arrow.next-arrow{
	right: -24px;
}
#al .slider_area_slider01 .slide-arrow.prev-arrow::after {
	margin-left: 14px;
	border-right: 0;
	border-top: 0;
}
  
#al .slider_area_slider01 .slide-arrow.next-arrow::after {
	margin-left: -14px;
	border-left: 0;
	border-bottom: 0;
}
#al .slider_area_slider01 .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#al .slider_area_slider01 .slick-dots li {
	width: 10px;
	height: 10px;
}

#al .slider_area_slider01 .slick-dots li + li {
	margin-left: 14px;
}
#al .slider_area_slider01 .slick-dots li button {
	width: auto;
	height: auto;
	padding: 0;
}
#al .slider_area_slider01 .slick-dots li button:before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #c3c3c3;
	border-radius: 100%;
}
#al .slider_area_slider01 .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #bbb;
}
#al .slider_area_slider01_wrap .slick-counter{
	display: none;
}

/* スライダーのクーポンモーダル 2022.4
------------------------------------ */
#al .modal_area_overlay{
	display: none;
	z-index: 200002;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.65;
}
#al .modal_area_modal01{
	display: none;
	z-index: 200003;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#al .modal_area_modal01_close{
	position: absolute;
	left: calc(100% + 4px);
	bottom: calc(100% + 4px);
	width: 36px;
	height: 36px;
}
#al .modal_area_modal01_close:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: rotate(45deg);
}
#al .modal_area_modal01_close:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: rotate(-45deg);
}
#al .modal_area_modal01_in .coupon + *{
	margin-top: 5%;
}

/* cmnパーツ調整 2022.4
------------------------------------ */
.js_clipboard_msgbox {
	z-index: 200010 !important;
}
/*ios safariのモーダル展開のオーバーレイ崩れ防止*/
html.mfp-bg-fix {
	height:100vh;
}
body.mfp-bg-fix {
	position: fixed;
	width: 100%;
	height:100vh;
}
#al #lp_reason_container{
	margin-bottom: 10%;
}