@charset "UTF-8";

/* おうちメガネとおでかけコンタクト
------------------------------------ */
#ouchimegane {
	margin: 0 auto;
}

/* コンテナ共通スタイル
--------------------------------------- */
#ouchimegane .inner_container {
	/* ページの横幅の固定値 */
	max-width: 1040px;
	margin: auto;
}

/* メインビジュアル
--------------------------------------- */
#ouchimegane .main {
	margin: 0 auto;
	text-align: center;
}
#ouchimegane .main img {
	width: 100%;
}

/* リード文
--------------------------------------- */
#ouchimegane .lead {
	margin: 85px 0 120px;
	text-align: center;
}

#ouchimegane .lead p {
	font-weight: 500;
	font-size: 16px;
	line-height: 2.6;
	letter-spacing: 0.08em;
}

/* クーポン
--------------------------------------- */
#ouchimegane .coupon_box {
	width: 959px;
	margin: 0 auto 125px;
	padding-bottom: 70px;
	background-image: url(/campaign/ouchimegane/img/coupon_line_bottom.png),
	url(/campaign/ouchimegane/img/coupon_line_middle.png);
	background-position: center bottom, center top;
	background-repeat: no-repeat, repeat-y;
	background-size: contain;
}

#ouchimegane .coupon_title {
	margin-bottom: 30px;
}

#ouchimegane .coupon_col2 {
	display: flex;
	justify-content: space-between;
	width: 730px;
	margin: auto;
	background-image: url(/campaign/ouchimegane/img/coupon_divider.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

#ouchimegane .coupon_col2 .coupon_code img {
	cursor: pointer;
}

#ouchimegane .coupon_note {
	margin-top: 35px;
	color: #00aace;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 2;
	text-align: center;
}

#ouchimegane .coupon_catch {
	display: block;
	margin: 15px auto 0;
	padding: 12px 0;
	width: 520px;
	background-color: #00aace;
	color: #ffffff;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: .2em;
	line-height: 1.5;
	text-align: center;
}

/* メガネを探す
--------------------------------------- */
#ouchimegane .search_sec {
	margin: 0 0 115px 0;
}
#ouchimegane .search_sec .aui_search_catelist {
	width: 990px;
}

/* 商品一覧
--------------------------------------- */
#ouchimegane .product_glasse {
	background: #bb8c83;
	margin: 0 auto 142px;
	padding: 26px 0 88px;
	position: relative;
}

#ouchimegane .product_glasse.OVAL {
	background: #749ea4;
}

#ouchimegane .product_glasse.WELLINGTON {
	background: #c26a72;
	margin: 0 auto;
}

#ouchimegane .product_glasse_title {
	margin: 0 auto 64px;
	width: 1040px;
}

#ouchimegane .product_glasse_list {
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	margin: 0 auto 50px;
	width: 1040px;
}

#ouchimegane .product_glasse_list li {
	margin: 0;
	width: 240px;
	background: #fff;
}

#ouchimegane .product_glasse_list li a {
	position: relative;
	background-size: 60px;
	display: block;
	padding: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #3d3d3d;
}

#ouchimegane .product_glasse_list li a:hover {
	opacity: .7;
}

#ouchimegane .product_glasse_name{
	position: absolute;
	left: 0;
	right: 0;
	top: 27px;
	font-size: 11.46px;
	font-weight: bold;
	letter-spacing: .25em;
	line-height: 1.5;
	text-align: center;
	display: block;
}

#ouchimegane .product_glasse_name span{
	font-size: 13.54px;
	font-family: roboto;
}

#ouchimegane .product_glasse_price{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 23px;
	font-size: 20px;
	font-family: roboto;
	font-weight: bold;
	letter-spacing: .25em;
	line-height: 1.5;
	text-align: center;
}
#ouchimegane .product_glasse_link {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .25em;
	line-height: 1.5;
	text-align: center;
}

#ouchimegane .product_glasse_link a {
	border-bottom: solid 2px #fff;
	color: #fff;
	display: inline-block;
	padding: 0 22px 11px 0;
	position: relative;
}

#ouchimegane .product_glasse_link a:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	display: inline-block;
	height: 9px;
	position: absolute;
	right: 8px;
	top: 27%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 9px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#ouchimegane .product_glasse_link a:hover:after {
-webkit-transform: translateX(5px) rotate(45deg);
	transform: translateX(5px) rotate(45deg);
}

/* リンクボタン
--------------------------------------- */
#ouchimegane .links_container {
	width: 640px;
	margin: 130px auto 0;
}
#ouchimegane .links_title {
	padding: 18px 0;
	border: 3px solid currentColor;
	color: #222222;
	font-weight: 700;
	font-size: 20px;
	line-height:1;
	letter-spacing:0.16em;
	text-align: center;
}
#ouchimegane .links_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}
#ouchimegane .links_list > li {
	margin: 30px 0 0;
}
#ouchimegane .links_list > li.col1 {
	width: 100%;
}
#ouchimegane .links_list > li.col2 {
	width: 48.5%;
}
#ouchimegane .links_list .btn {
	display: block;
	position: relative;
	padding: 24px 0;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	line-height:1;
	letter-spacing:0.16em;
	text-align: center;
}
#ouchimegane .links_list .btn::before {
    content: "";
    position: absolute;
    top: calc( 50% - 6px);
    right: 20px;
    width: 11px;
    height: 11px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
#ouchimegane .links_list .btn_mporder {
	background-color: #ca1a1e;
}
#ouchimegane .links_list .btn_1day {
	background-color: #1d90ce;
}
#ouchimegane .links_list .btn_2week {
	background-color: #0dafc2;
}
#ouchimegane .links_list .btn_color {
	background-color: #e07075;
}
#ouchimegane .links_list .btn_toric {
	background-color: #9369a0;
}
