@charset "utf-8";


/*=======================================================
	アテント
=======================================================*/
/*---------------------------------------------
	cms・brand上書き
---------------------------------------------*/
body{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, 'HiraginoSans-W3', 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
}
#content_header h1{
	margin-bottom: 20px;
}
.lp .header_note,
.lp .movie_time{
	font-size: 1.3rem;
	line-height: 1.6;
}

/*---------------------------------------------
	style
---------------------------------------------*/
#content_header{
	padding: 20px 0 0;
}
.anchor_path{
	margin: 40px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.anchor_path li{
	width: 32%;
}
.anchor_path li a{
	padding: 15px 15px 30px;
	display: block;
	position: relative;
	border: 2px solid #009adb;
	color: #0755a8;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.5;
}
.anchor_path li a:after{
	content: '';
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	width: 18px;
	height: 14px;
	background: url(../img/anchor_arrow.svg) no-repeat center top;
	background-size: 100% auto;
}
.anchor_path li a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.anchor_path li a span{
	font-size: 1.8rem;
	font-weight: bold;
}
.useful_info_lead{
	margin-bottom: 0;
	padding: 0 0 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	color: #4a4a4a;
	font-size: 1.6rem;
	line-height: 1.7;
}
.basic_cont_wrap{
	margin: 0;
	padding: 5px 3px 3px 5px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
#brand_wrap.lineup_list{
	margin-bottom: 0;
	padding: 30px 0 0;
	box-sizing: border-box;
}
#brand_wrap.lineup_list h2{
	margin: 10px 0 0;
	padding: 0;
	background-color: #009adb;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
#brand_wrap.lineup_list h2:first-child{
	margin-top: 0;
}
h2 > span{
	margin-left: -40px;
	padding: 10px 0 10px 100px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 86px 86px;
	font-size: 2.4rem;
}
.tape_ttl > span{
	background-image: url(../img/mark_outer_tape.png);
}
.pants_ttl > span{
	background-image: url(../img/mark_outer.png);
}
.inner_ttl > span{
	background-image: url(../img/mark_inner.png);
}
#brand_wrap.lineup_list .page_anchor{
	display: inline-block;
	background-position: left center;
}
#brand_wrap.lineup_list .sukkiri_ttl.page_anchor,
#brand_wrap.lineup_list .anshin_ttl.page_anchor{
	display: block;
}
h2 .inner_ttl_note{
	font-size: 1.4rem;
	vertical-align: middle;
}
h3{
	margin: 20px 0 15px;
	padding: 0;
	color: #009adb;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.4;
}
h3 > span{
	padding: 0 45px 10px;
	display: inline-block;
	border-bottom: 2px dotted #7fcaea;
}
h3 .type_mark{
	margin: 0 10px 0 -5px;
	width: 70px;
	vertical-align: middle;
}
h3.sukkiri_ttl{
	color: #004a86;
	font-weight: bold;
}
h3.sukkiri_ttl span{
	border-bottom: 2px dotted #6493b9;
}
h3.anshin_ttl{
	color: #e8437e;
}
h3.anshin_ttl span{
	border-bottom: 2px dotted #ea78a1;
}
.this_item{
	margin: 0 0 20px;
	font-size: 1.8rem;
	text-align: center;
}
.item_wrap{
	margin: 0 0 20px;
	padding-bottom: 5px;
	background-color: #caeefc;
}
.item_cont{
	padding: 0 0 5px;
}
.item_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.series{
	margin: 25px 35px;
	padding: 10px 10px 15px;
	border-radius: 15px;
	background-color: #fff;
}
.item_list > li{
	margin: 0 20px 0 0;
	padding: 15px 0 0;
	position: relative;
	background-color: #fff;
	text-align: center;
}
.w50per{
	margin: 0 2%;
	box-sizing: border-box;
	width: 46%;
}
.w30per{
	width: 30%;
}
.w45per{
	width: 45%;
}
.w60per{
	width: 60%;
}
.w90per{
	width: 90%;
}
.item_list > li:last-child{
	margin: 0;
}
.list_s{
	margin: 0 auto;
	width: 600px;
}
.flat_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.item_img img{
	margin: 0;
	max-width: none !important;
	width: auto !important;
	height: 150px !important;
	text-align: center;
}
/* サイズ調整 */
.item_img img.sport_pants{
	margin: 30px 0 0;
	height: 140px !important;
}
.item_img img.pants_outer_underwear_refresh{
	height: 170px !important;
}
.item_list li .item_img{
	margin: 0;
	display: flex;
	flex-flow: row-reverse;
	justify-content: center;
	text-align: center;
}
.item_name{
	margin-top: 5px;
	font-size: 1.3rem;
	text-align: center;
}
.item_list li .item{
	margin: 0 auto;
	padding: 0 10px 15px;
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex: 1;
	position: relative;
	min-width: 160px;
	max-width: 290px;
	background-color: #fff;
	color: #2782c3;
	text-decoration: none;
	line-height: 1.4;
}
/* サイズ調整 */
.item_list li .item.pants_outer_underwear_refresh_plus{
	min-width: 190px;
}
.item_list li .item.tape_inner_night_10{
	min-width: 190px;
}
.item_list .w60per .item{
	min-width: 0;
}
.item_list li:last-child .item,
.item_list li .item:last-child{
	margin: 0 auto;
}

.item_list li a:hover{
	opacity: 0.8;
	text-decoration: none;
}
/* 商品グループ 補足 */
.item_note{
	margin: -15px 0 15px;
	padding: 5px 25px;
	display: inline-block;
	position: relative;
	z-index: 10;
	border-radius: 15px;
	background-color: #e5f6fc;
	color: #333;
	font-size: 1.35rem;
}
/* 商品単体 補足 */
.item .item_note{
	margin: 11px 0 0;
	display: inline-block;
}
.item_info{
	margin: 10px 0 0;
	color: #333;
	font-size: 1.3rem;
	text-align: left;
}
.note_balloon_wrap{
	margin: 0 auto;
	padding: 0 20px 0 15px;
	position: relative;
}
.note_balloon{
	position: absolute;
	z-index: 10;
	top: 0;
}
.note_balloon img{
	width: 120px;
}
.item_list .balloon_cont_1{
	padding-right: 38px;
}
.balloon_cont_1 .note_balloon{
	right: -84px;
}
.balloon_cont_2 .note_balloon{
	right: -74px;
}
.level_list_cont{
	margin: 0 auto 15px;
	padding: 15px 35px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	max-width: 385px;
	width: 100%;
	border: 2px solid #a8e5ff;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
}
.level_list_cont:before{
	content: '';
	margin-left: -15px;
	position: absolute;
	z-index: 2;
	top: -24px;
	left: 50%;
	border: 12px solid transparent;
	border-bottom: 12px solid #fff;
}
.level_list_cont:after{
	content: '';
	margin-left: -17px;
	position: absolute;
	z-index: 1;
	top: -29px;
	left: 50%;
	border: 14px solid transparent;
	border-bottom: 14px solid  #a8e5ff;
}
.level_list_ttl{
	font-size: 1.5rem;
	font-weight: bold;
}
.level_list{
	width: 100%;
	color: #585858;
	letter-spacing: -0.4em;/*隙間をなくすためのハック*/
	box-sizing: border-box;
}
.level_list_ttl + .level_list{
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #cecece;
}
.level_list li{
	display: inline-block;
	text-align: center;
	letter-spacing: normal;/*隙間をなくすためのハック*/
}
.level_list li:after{
	content: '・';
	display: inline-block;
}
.level_list li:last-child:after{
	content: none;
}
.link_box{
	margin-top: 70px;
	padding-top: 30px;
	border-top: 1px dotted #666;
}
.link_box_ttl{
	text-align: center;
}
.link_box .arrow_link_list{
	margin-bottom: 30px;
	padding-left: 100px;
	display: flex;
	flex-wrap: wrap;
}
.link_box .arrow_link_list li{
	margin-right: 20px;
	width: 46%;
}
.link_box .arrow_link_list li:nth-child(2n){
	margin-right: 0;
}
.select_easy a{
	margin: 10px 0 0;
	padding: 10px;
	display: block;
	border: 1px solid #d1d1d1;
	background: url(/attento/select/easy/img/select_cont_bg.png) repeat left top;
	background-color: #efefef;
	box-shadow: 0 0 0 2px #fff inset;
	color: #535353;
	text-align: center;
}
.select_easy a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.brand_wrap{
	display: flex;
	overflow: hidden;
	justify-content: center;
}
.combination{
	margin: 50px 0 50px;
	padding: 30px 50px;
	position: relative;
	border: 2px dashed #ccc;
	border-radius: 15px;
	background: #fff;
	background: #fff;
}
.combination_ttl{
	color: #0d7fa0;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.combination p span{
	font-size: 1.5rem;
}
.combination:before{
	content: ' ';
	margin: 0 auto;
	display: block;
	position: absolute;
	top: -44px;
	right: 0;
	left: 0;
	width: 35px;
	height: 35px;
	background: url(../img/combination_ico1.svg) no-repeat center bottom;
	background-size: 100% auto;
}
.belt_color_info{
	margin: 10px 0 15px;
	padding: 15px 35px 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	border-top: 2px dotted #74afb7;
}
.belt_color_ttl{
	margin: 0 0 5px -3px;
}
.belt_color_ttl img{
	width: 230px;
}
.belt_color_cont{
	overflow: visible;
}
.belt_color_cont p{
	color: #333;
	font-size: 1.5rem;
}
.belt_color_img{
	margin: 0 10px 0 0;
}
.belt_color_img img{
	margin: 0;
	width: 230px;
}
.combination .set{
	margin: 0;
	padding: 20px 20px 0;
}
.combination .set p{
	color: #333;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.6;
}
.combination_arrow{
	margin: -40px 0 10px;
	text-align: center;
}
.combination_arrow img{
	width: 35px;
	height: auto;
}
.featured_cont{
	margin: 0;
	position: relative;
	z-index: 10;
}
.featured_cont .combination_arrow{
	margin: -5px 0 5px;
}
.featured_cont .combination_arrow img{
	width: 25px;
}
.featured_cont .featured_item{
	margin: 5px 0;
	font-size: 2.0rem;
}
/* 動画 */
.movie_cont{
	margin: 40px auto 30px;
	padding: 30px 60px 0;
	width: 725px;
	border-top: 1px solid #ccc;
}
.movie_img{
	background-color: #ecf6ff;
	text-align: center;
}
.movie_ttl{
	margin: 0 0 15px;
	font-size: 1.6rem;
	text-align: center;
}
.movie_mark{
	padding: 5px;
	color: #d767a2;
;
	vertical-align: middle;
}
.movie_mark img{
	margin-right: 3px;
}
.movie_ttl_lv2{
	margin: 10px 0 5px;
	font-size: 1.4rem;
}
.arrow_link_list li{
	font-size: 1.4rem;
}


/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	/*---------------------------------------------
	cms・brand上書き
---------------------------------------------*/
	#brand_btm{
		margin: 0;
	}
	#content_header h1{
		margin-bottom: 10px;
		font-size: 1.8rem;
		line-height: 1.4;
	}

	/*---------------------------------------------
	style
---------------------------------------------*/
	#content_header{
		padding: 10px 0 0;
	}
	.anchor_path{
		margin: 20px 10px 25px;
		align-content: center;
	}
	.anchor_path li{
		display: flex;
		align-content: center;
	}
	.anchor_path li a{
		padding: 10px 5px 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		width: 100%;
		font-size: 1.25rem;
		line-height: 1.4;
	}
	.anchor_path li a:after{
		bottom: 5px;
	}
	.anchor_path li a span{
		font-size: 1.4rem;
		font-weight: bold;
	}
	.useful_info_lead{
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.useful_info_lead .lead{
		margin: 0 0 15px;
		line-height: 1.4;
	}
	#brand_wrap.lineup_list{
		padding: 0;
	}
	#brand_wrap.lineup_list h2{
		margin: 0;
		line-height: 1.3;
	}
	.header_note{
		margin: 0 10px 15px;
		padding-left: 1em;
		text-indent: -1em;
	}
	h2 > span{
		margin-left: -68px;
		padding: 20px 0 20px 102px;
		font-size: 1.8rem;
	}
	h2 .inner_ttl_note{
		margin: 0 0 3px;
		font-size: 1.3rem;
		line-height: 1.0;
	}
	h2 .inner_ttl_note span{
		display: block;
	}
	h2.inner_ttl > span{
		margin-left: -30px;
		padding: 12px 0 12px 98px;
		font-size: 1.8rem;
	}
	#brand_wrap.lineup_list .page_anchor{
		background-position: left center;
	}
	.tape_ttl > span,
	.pants_ttl > span{
		background-size: auto 85px;
	}
	.inner_ttl > span{
		background-size: auto 85px;
	}
	h3{
		margin: 0 0 10px;
		padding-top: 10px;
		font-size: 1.8rem;
	}
	.this_item{
		margin: 0 10px 15px;
		font-size: 1.6rem;
		text-align: center;
	}
	.item_wrap{
		padding-bottom: 15px;
	}
	.combination + .item_wrap{
		margin-top: 50px;
	}
	.item_cont{
		margin: 0 10px 0;
	}
	.useful_info_lead{
		padding: 5px 10px;
	}
	.useful_info_lead .note_indent1{
		margin-bottom: 15px;
		line-height: 1.4;
		font-size: 1.3rem;
	}
	.brand_wrap{
		display: block;
	}
	.level_list{
		width: 95%;
	}
	.list_s{
		width: 100%;
	}
	.item_list > li{
		margin: 0;
		padding: 0 0 10px;
	}
	.item_list{
		margin: 0;
		padding: 10px 0 0;
		box-sizing: border-box;
	}
	.series{
		margin-top: 15px;
		padding: 10px 10px 0;
	}
	.item_list li .item{
		margin: 0;
		flex: auto;
		box-sizing: border-box;
		min-width: 0;
		max-width: none;
	}
	/* サイズ調整 */
	.item_list li .item.pants_outer_underwear_refresh_plus,
	.item_list li .item.tape_inner_night_10{
		min-width: 0;
	}
	
	.item_list li.s_50per,
	#brand_wrap .s_50per{
		min-width: 0;
		max-width: 1000px;
		width: 45%;
	}
	.item_list li.s_100per,
	#brand_wrap .s_100per,
	.w30per.s_100per{
		min-width: 0;
		max-width: 1000px;
		width: 100%;
	}
	.item_name{
		font-size: 1.25rem;
	}
	.item_list li:last-child .item,
	.item_list li .item:last-child{
		margin: 0;
	}
	.item_list li a:nth-child(2n){
		margin-right: 0;
	}
	/* 商品グループ 補足 */
	.item_note{
		padding: 5px 15px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	/* 商品単体 補足 */
	.item .item_note{
		margin-top: 5px;
	}
	#brand .item_img img{
		max-width: none !important;
		width: auto;
		height: 120px !important;
	}
	/* サイズ調整 */
	#brand .item_img img.sport_pants{
		margin: 20px 0 0;
		height: 110px !important;
	}
	#brand .item_img img.pants_outer_underwear_refresh{
		height: 130px !important;
	}
	.note_balloon{
		width: 95px;
	}
	.balloon_cont_1 .note_balloon{
		right: -67px;
	}
	.balloon_cont_2 .note_balloon{
		right: -51px;
	}
	.set{
		font-size: 1.4rem;
		text-align: left;
	}
	.level_list_cont{
		padding: 10px 15px;
	}
	.level_list_cont{
		width: 95%;
	}
	.level_list{
		margin: 0 auto;
		padding: 0;
	}
	.level_list_ttl{
		font-size: 1.4rem;
	}
	.level_list.width_s{
		max-width: 100%;
	}
	.item_list .balloon_cont_1{
		padding-right: 0;
	}
	.belt_color_info{
		margin: 10px;
		display: block;
		text-align: center;
	}
	.belt_color_ttl{
		margin: 0 0 5px 0;
	}
	.belt_color_cont p{
		font-size: 1.4rem;
	}
	.combination{
		margin: 55px 10px 10px;
		padding: 15px;
		display: block;
	}
	.combination_ttl{
		font-size: 1.6rem;
	}
	.combination .set{
		padding: 10px 0 0;
	}
	.combination .set p{
		font-size: 1.3rem;
		text-align: left;
	}
	.combination_arrow{
		margin: 10px 0 10px;
	}
	.featured_cont .combination_arrow{
		margin: 10px 0 5px;
	}
	.link_box{
		margin: 0 10px 0;
		padding-top: 15px;
	}
	.combination + .link_box{
		margin-top: 30px;
	}
	h3 > span{
		margin: 0 10px;
		padding: 0 0 10px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	h3 .type_mark{
		display: block;
	}
	.featured_cont .featured_item{
		margin: 5px 0 0;
		font-size: 1.5rem;
	}
	/* 動画 */
	.movie_cont{
		margin-top: 20px;
		padding: 30px 10px 30px;
		box-sizing: border-box;
		width: 100%;
	}
	.link_box .arrow_link_list{
		margin-bottom: 30px;
		padding-left: 0;
		display: block;
	}
	.link_box .arrow_link_list li{
		margin-right: 0;
		width: 100%;
		font-size: 1.3rem;
	}
}
