@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: inherit;
	line-height: 1;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	color: #3c3c50;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
a{
	color: #3c3c50;
	text-decoration: none;
}
li{
	list-style-type: none;
}
img{
	vertical-align: bottom;
}

.cf:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.no-scroll{
	overflow: hidden;
}
#wrap{
	width: 100%;
	overflow: hidden;
}
main{
	display: block;
}
img{
	max-width: 100%;
	vertical-align: top;
}
*, *:before, *:after{
	box-sizing: border-box;
}

.sec-contents-wrap{
	height: 0;
	overflow: hidden;
	transition: all 800ms ease;
}
/* 20220201 */
/*.sec-contents-wrap{
	height: auto;
	overflow: hidden;
	transition: all 800ms ease;
}*/
/* /20220201 */


#br-bodywild_kodawaripoint{
	color: #3c3c50;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;	
}

.kv-title-txt i{

}
.br-bodywild_content *,
.br-bodywild_content *::after,
.br-bodywild_content *::before {
  -webkit-box-sizing: unset;
          box-sizing: unset;
}
.sec-contents-wrap *,
.sec-contents-wrap *::after,
.sec-contents-wrap *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}




.kv-title-txt > div{
	display: inline-block;
}
.kv-title-txt i{
	width: 0;
	overflow: hidden;
	transition: width 300ms linear;
}
.kv-title-txt.on i{
	width: 100%;
}



.kv-title-txt img{
	width: auto;
	max-width: inherit;
}
.kv-title-bal{
	transform: scale(0);
	transform-origin: bottom left;
	transition: transform 300ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.kv-title-bal.on{
	transform: scale(1);
}


@keyframes btnsd{
	0%{transform: translateY(-100%)}
	100%{transform: translateY(100%)}
}

@keyframes spKv1{
	0%{opacity: 1}
	50%{opacity: 0}
	100%{opacity: 0}
}
@keyframes spKv2{
	0%{opacity: 0}
	50%{opacity: 1}
	100%{opacity: 1}
}
#brand-common-header{
	background: #fff;
}
#globalnav{
	position: relative;
	z-index: 100;
}



@media screen and (min-width: 769px) {

	body {
		font-size: 14px;
		width: 100%;
		background: #c2c7c7 url(../images/topics/kodawaripoint/bg.png) 0 0 repeat;

	}
	.ignore-pc{
		display: none;
	}

	#wrap{
		position: relative;
		width: 100%;
		min-width: 1200px;
		overflow: hidden;
	}
	main{
		margin: auto;
		width: 1200px;
	}

	/* kv
	------------------------------------------------------------------------*/

	#kv{
		position: relative;
		margin: auto;
		width: 1200px;
		height: 830px;
		overflow: hidden;
	}
	.kv-title-sp{
		display: none;
	}
	.kv-title{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 30;
		pointer-events: none;
	}
	.kv-title-txt + .kv-title-txt{
		margin-top: 10px;
	}
	.kv-title-txt:nth-child(5),
	.kv-title-txt:nth-child(6){
		margin-top: 18px;
	}


	.kv-title-txt i{
		display: inline-block;
	}
	.kv-title-txt i span{
		display: inline-block;
		padding: 10px 30px;
		background: #fff;
	}
	.kv-sub-title1 i span,
	.kv-sub-title2 i span{
		display: inline-block;
		padding: 10px 18px;
		background: #fff;
	}
	.kv-title-bal{
		position: absolute;
		top: -34px;
		left: 362px;
	}


	.kv-slide{
		position: absolute;
		margin: auto;
		top: 40px;
		right: 0;
		border: 4px solid #3c3c50;
		width: 620px;
		height: 620px;
		z-index: 10;
		overflow: hidden;
	}
	.kv-slide-list{
		position: relative;
		width: 100%;
		height: 100%;
	}
	.kv-slide-item{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: opacity 800ms ease;
		z-index: 10;
	}
	.kv-slide-item.on{
		opacity: 1;
		z-index: 20;
	}
	.kv-slide-item a{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}

	.kv-slide-item figure{
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.kv-slide:hover{
		opacity: 0.7;
		transition: opacity 300ms ease;
	}	


	.kv-slide-item .kv-slide-cap{
		position: absolute;
		right: 0;
		bottom: 0;
		display: inline-block;
		padding: 10px 15px 10px 30px;
		background: #3c3c50;
		text-align: center;
		z-index: 50;
	}
	.kv-slide-item .kv-slide-cap span{
		position: relative;
		display: inline-block;
		padding: 0 35px 0 0;
	}
	.kv-slide-item .kv-slide-cap span:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 2px;
		bottom: 0;
		display: inline-block;
		width: 12px;
		height: 22px;
		background: url(../images/topics/kodawaripoint/arrow_r_wh.png) 0 0 no-repeat;
		background-size: 100% 100%;
		transform: rotate(90deg);
	}
	.kv-slide-item .kv-slide-cap img{
		height: 25px;
	}
	.swiper-container{
		width: 620px;
		height: 100%;
	}
	.btn-sd{
		position: relative;
		margin: auto;
		width: 100%;
		max-width: 1480px;
		min-width: 1260px;
		background: #eee;
	}
	.btn-sd > div{
		position: absolute;
		min-width: 1260px;
		max-width: 1480px;
		width: 100%;
		left: 50%;
		background: #000;
		transform: translateX(-50%);
	}
	.btn-sd a{
		position: absolute;
		right: 15px;
		bottom: -100px;
		width: 10px;
	}
	.btn-sd a em{
		position: relative;
		margin: 10px auto 0;
		display: block;
		width: 1px;
		height: 200px;
		overflow: hidden;
	}
	.btn-sd a em span{
		position: absolute;
		display: block;
		width: 1px;
		height: 100%;
		background: #3c3c50;
		animation: btnsd 2000ms linear infinite;
	}
	/* gheader
	------------------------------------------------------------------------*/

	#gheader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background: #fff;
		border-bottom: 1px solid #3c3c50;
		z-index: 1000;
	}
	#gheader h1{
		position: absolute;
		margin: auto;
		top: 0;
		left: 50px;
		bottom: 0;
		height: 38px;
	}
	#gheader .btn-menu-open{
		position: absolute;
		margin: auto;
		top: 0;
		right: 38px;
		bottom: 0;
		width: 34px;
		height: 25px;
	}
	#gheader .btn-menu-open a{
		display: block;
		width: 100%;
		height: 100%;
	}
	#gheader .btn-menu-open i{
		position: absolute;
		margin: auto;
		display: block;
		width: 100%;
		height: 2px;
		background: #3c3c50;
	}
	#gheader .btn-menu-open i:nth-child(1){
		top: 0;
		left: 0;
	}
	#gheader .btn-menu-open i:nth-child(2){
		top: 0;
		bottom: 0;
	}
	#gheader .btn-menu-open i:nth-child(3){
		bottom: 0;
		left: 0;
	}

	#gheader .btn-menu-close{
		position: absolute;
		margin: auto;
		top: 0;
		right: 38px;
		bottom: 0;
		width: 34px;
		height: 25px;
		background: #fff;
		display: none;
	}
	#gheader .btn-menu-close a{
		display: block;
		width: 100%;
		height: 100%;
	}
	#gheader .btn-menu-close i{
		position: absolute;
		margin: auto;
		display: block;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 2px;
		background: #3c3c50;
	}
	#gheader .btn-menu-close i:nth-child(1){
		transform: rotate(30deg);
	}
	#gheader .btn-menu-close i:nth-child(2){
		transform: rotate(-30deg);
	}
	.nav-on #gheader .btn-menu-close{
		display: block;
	}


	/* gnav
	------------------------------------------------------------------------*/

	#gnav{
		position: absolute;
		top: 80px;
		right: -440px;
		width: 440px;
		z-index: 1000;
		background: #fff;
		border-left: 1px solid #3c3c50;
		transform: translateX(0);
		transition: transform 300ms ease;
	}
	.nav-on #gnav{
		transform: translateX(-100%);
	}
	#gnav li{
		position: relative;
		border-bottom: 1px solid #3c3c50;
	}
	#gnav li a{
		display: block;
		padding: 20px 0 20px 35px;
	}
	#gnav li a:hover{
		transition: opacity 300ms ease;
		opacity: 0.7;
	}
	#gnav li a strong,
	#gnav li a span{
		display: inline-block;
		vertical-align: bottom;
	}
	#gnav li.nav-street a strong img{
		height: 31px;
	}
	#gnav li.nav-fashionable a strong img{
		height: 33px;
	}
	#gnav li.nav-lifehack a strong img{
		height: 32px;
	}
	#gnav li.nav-business a strong img{
		height: 33px;
	}


	#gnav li a span img{
		height: 15px;
	}
	#gnav li a span {
		margin: 0 0 0 10px;
	}

	#gnav li.cs:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.95) url(../images/topics/kodawaripoint/cs.png) 50% 50% no-repeat;
		background-size: auto 12px;
		z-index: 50;
	}






	/* section
	------------------------------------------------------------------------*/

	section{
		position: relative;
		border-width: 20px 4px 4px;
		border-color: #3c3c50;
		border-style: solid;
		background: #fff;
	}
	section + section{
		margin-top: 30px;
	}
	section.cs:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.95) url(../images/topics/kodawaripoint/cs.png) 50% 50% no-repeat;
		z-index: 50;
	}


	.sec-header figure{
		width: 84px;
		border: 2px solid #3c3c50;
	}
	.sec-header a{
		position: relative;
		display: flex;
		padding: 38px 90px;
		align-items: center;
	}
	.sec-header a em{
		position: absolute;
		margin: auto;
		width: 24px;
		height: 24px;
		top: 0;
		right: 90px;
		bottom: 0;
		transition: transform 500ms ease;
	}
	.sec-header a em:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: inline-block;
		width: 100%;
		height: 2px;
		background: #3c3c50;
	}
	.sec-header a em:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: inline-block;
		width: 2px;
		height: 100%;
		background: #3c3c50;
		transition: transform 500ms ease;
	}

	.pd-open .sec-header a em:after{
		transform: rotate(90deg);
	}
	.sec-header a:hover em{
		transform: rotate(180deg);
	}
	.pd-open .sec-header a:hover em{
		transform: rotate(0);
	}


	.sec-header h2{
		margin: 0 0 0 25px;
	}
	.sec-header h2 strong,
	.sec-header h2 span{
		display: inline-block;
		vertical-align: bottom;
	}
	.sec-header h2 span{
		margin: 0 0 0 20px;
	}

	#street .sec-header h2 strong img{
		height: 63px;
	}
	#street .sec-header h2 span img{
		height: 25px;
	}

	#fashionable .sec-header h2 strong img{
		height: 66px;
	}
	#fashionable .sec-header h2 span img{
		height: 25px;
	}

	#lifehack .sec-header h2 strong img{
		height: 65px;
	}
	#lifehack .sec-header h2 span img{
		height: 25px;
	}

	#business .sec-header h2 strong img{
		height: 66px;
	}
	#business .sec-header h2 span img{
		height: 25px;
	}


	.sec-contents{
		padding: 38px 96px 96px;
	}


	/* sec-recommend
	------------------------------------------------------------------------*/

	.sec-recommend{
		margin-top: 80px;
	}

	.sec-recommend h4{
		font-size: 20px;
		font-weight: 700;
	}

	.sec-recommend-box{
		margin-top: 35px;
		display: flex;
	}
	.sec-recommend-box dl{
		padding: 0 30px 0 0;
		width: calc(100% - 620px);
	}
	.sec-recommend-box dt{
		position: relative;
		height: 156px;
		text-align: center;
		border-bottom: 1px solid #c8c8c8;
	}
	.sec-recommend-box dt span{
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		text-align: center;
		transform: translateY(-50%);
	}
	.sec-recommend-box dt span img{
		width: 200px;
	}

	.sec-recommend-box dd{
		position: relative;
		height: 240px;
		text-align: center;
		border-bottom: 1px solid #c8c8c8;
	}
	.sec-recommend-box dd > div{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		text-align: center;
		transform: translate(-50%,-50%);
	}
	.sec-recommend-box dd ul{
		display:inline-block;
	}
	.sec-recommend-box dd ul li{
		text-align: left;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.8;
		text-indent: -1em;
		padding-left: 1em;
	}

	.sec-recommend-box figure{
		width: 590px;
	}
	.sec-recommend-box figure img{
		border: 1px solid #ddd;
	}

	#street .sec-recommend-box dd ul li + li{
		margin-top: 15px;
	}
	#fashionable .sec-recommend-box dd ul li + li{
		margin-top: 15px;
	}
	#lifehack .sec-recommend-box dd ul li + li{
		margin-top: 30px;
	}
	#business .sec-recommend-box dd ul li + li{
		margin-top: 30px;
	}

	/* sec-profile
	------------------------------------------------------------------------*/
	.sec-profile{
		position: relative;
		margin: 90px 0 0;
		padding: 90px 0 0;
	}

	.sec-profile:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 1px;
		background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 10px);
		background-size: 10px 1px;
		background-repeat: repeat-x;
	}
	.sec-profile h4{
		font-size: 28px;
		line-height: 1.5;
		font-weight: 700;
	}
	.sec-profile-header{
		margin: 60px 0 0;
		display: flex;
		align-items: center;
	}
	.sec-profile-header figure{
		width: 80px;
		height: 80px;
		border-radius: 40px;
		overflow: hidden;
		border: 1px solid #ddd;
	}
	.sec-profile-header h3{
		margin: 0 0 0 20px;
		font-size: 12px;
	}
	.sec-profile-header h3 strong{
		display: inline-block;
		margin: 10px 10px 0 0;
		font-size: 20px;
		font-weight: 700;
	}
	.sec-profile-header h3 strong a:hover{
		text-decoration: underline;
	}


	.sec-profile-intro{
		margin-top: 20px;
		display: flex;
	}
	.sec-profile-intro figure{
		width: 220px;
	}
	.sec-profile-intro figure img{
		border: 1px solid #ddd;
	}

	.intro-txt a.pd-txt-open{
		display: none;
	}
	.intro-txt .pd-txt{
		display: block !important;
	}
	.intro-txt .profile-recommend-link{
		margin: 40px 0 0;
	}


	.sec-profile-intro .intro-txt{
		padding: 0 0 0 40px;
		width: calc(100% - 220px);
	}
	.sec-profile-intro .intro-txt p{
		line-height: 1.8;
	}
	.sec-profile-intro .intro-txt p + p{
		margin-top: 10px;
	}
	.sec-profile-intro .intro-txt p.note{
		line-height: 1.8;
		font-size: 10px;
	}
	.sec-profile-intro .intro-txt p.note br{
		display: none;
	}

	.sec-profile-enquete{
		margin-top: 50px;
		display: flex;
	}
	.sec-profile-enquete .enquete-fig{
		position: relative;
		width: 480px;
	}
	.sec-profile-enquete .enquete-fig-inner{
		position: absolute;
		top: 0;
		left: 0;
	}
	.sec-profile-enquete .enquete-fig-inner.fixed{
		position: fixed;
		top: 50%;
		margin-top: -184px;
		width: 100%;
	}
	.sec-profile-enquete .enquete-fig-inner.fixed.stop{
		position: absolute;
		top: inherit;
		bottom: 0;
		width: auto;
	}
	.sec-profile-enquete .enquete-fig-inner.fixed .enquete-fig-elm{
		margin: auto;
		padding: 0 100px;
		max-width: 1200px;
	}
	.sec-profile-enquete .enquete-fig-inner.fixed figure{
		width: 480px;
	}
	.sec-profile-enquete .enquete-fig-inner.fixed figure img{
		width: 480px;
		vertical-align: top;
	}

	.sec-profile-enquete .enquete-fig-inner.fixed.stop .enquete-fig-elm{
		margin: auto;
		padding: 0;
		max-width: inherit;
	}
	.sec-profile-enquete .enquete-fig-elm .link-txt{
		margin-top: 15px;
	}





	.sec-profile-enquete figure img{
		border: 1px solid #ddd;
	}
	.sec-profile-enquete .enquete-txt{
		padding: 0 0 0 40px;
		width: calc(100% - 480px);
	}
	.sec-profile-enquete .enquete-txt dt,
	.sec-profile-enquete .enquete-txt dd{
		line-height: 1.8;
	}
	.sec-profile-enquete .enquete-txt h4{
		font-size: 12px;
		font-weight: 500;
	}
	.sec-profile-enquete .enquete-txt h4 strong{
		margin: 15px 0 0;
		display: inline-block;
		font-size: 20px;
		font-weight: 700;
	}
	
	.sec-profile-enquete .enquete-txt dl{
		margin: 40px 0 0;
	}
	.sec-profile-enquete .enquete-txt dt{
		position: relative;
		padding: 0 0 0 20px;
		font-size: 12px;
		vertical-align: middle;
	}
	.sec-profile-enquete .enquete-txt dt span{
		position: absolute;
		top: 2px;
		left: 0;
		display: inline-block;
		font-size: 15px;
		font-weight: 700;
	}
	.sec-profile-enquete .enquete-txt dd{
		position: relative;
		margin: 20px 0 0;
		padding: 25px 0 25px 25px;
		border-style: solid;
		border-color: #3c3c50;
		border-width: 0 0 1px 1px;
		border-radius: 0 0 0 20px;
	}
	.sec-profile-enquete .enquete-txt dd:before{
		content: "";
		position: absolute;
		margin: auto;
		left: -13px;
		top: 40px;
		display: inline-block;
		width: 15px;
		height: 13px;
		background: url(../images/topics/kodawaripoint/bal_angle.jpg) 0 0 no-repeat;
		background-size: 100% 100%;
	}


	
	.bnr-list{
		margin: 65px 0 0;
	}
	.bnr-list ul{
		display: flex;
		justify-content: space-between;
	}
	.bnr-list ul li{
		width: calc(50% - 20px);
		text-align: center;
	}
	.bnr-list ul li > a{
		position: relative;
		width: 100%;
		height: 160px;
		display: block;
		transition: opacity 300ms ease;
		border: 1px solid #ddd;
	}
	.bnr-list ul li > a img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.bnr-list ul li > a:hover{
		opacity: 0.7;
	}
	.bnr-list ul li p{
		text-align: left;
	}
	.bnr-ezx a img,
	.bnr-bw a img{
		height: 122px;
		width: auto;
	}
	.bnr-insta a img{
		width: 277px;
	}




	/* sec-point
	------------------------------------------------------------------------*/

	.sec-point h4{
		font-size: 28px;
		font-weight: 700;
		line-height: 1.5;
	}
	.sec-point-list{
		display: flex;
		flex-direction: row-reverse;
		margin: 40px 0 0;
	}
	.sec-point-list:after{
		content: "";
		display: block;
		visibility: hidden;
		clear: both;
	}
	.sec-point-list .point-list{
		width: 480px;
	}
	.sec-point-list figure{
		padding: 0 0 0 40px;
		width: calc(100% - 480px);
	}
	.sec-point-list li{
		position: relative;
		padding: 0 0 0 75px;
	}
	.sec-point-list li span{
		display: block;
		padding: 25px 10px;
		border-bottom: 1px solid #e1e1e1;
	}
	.sec-point-list li span a{
		position: relative;
		display: block;
		transition: opacity 300ms ease;
	}
	.sec-point-list li span a:hover{
		opacity: 0.7;
	}
	.sec-point-list li span a:after{
		position: absolute;
		content: "";
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 9px;
		height: 5px;
		background: url(../images/topics/kodawaripoint/arrow_d_bl_s.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.sec-point-list li img{
		height: 21px;
	}
	.sec-point-list .point-item1 img,
	.sec-point-list .point-item2 img,
	.sec-point-list .point-item3 img{
		height: 26px;
	}
	.sec-point-list li i{
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		width: 44px;
		height: 44px;
	}
	.sec-point-list li i:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 44px;
		height: 44px;
	}
	.sec-point-list li.point-item4 i:before,
	.sec-point-list li.point-item5 i:before{
		width: 35px;
		height: 35px;
	}
	.sec-point-list .point-item1 i:before{
		background: #c4962b url(../images/topics/kodawaripoint/point_list_num1.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.sec-point-list .point-item2 i:before{
		background: #7c8b9f url(../images/topics/kodawaripoint/point_list_num2.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.sec-point-list .point-item3 i:before{
		background: #dea196 url(../images/topics/kodawaripoint/point_list_num3.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.sec-point-list .point-item4 i:before{
		background: #d0d0d5 url(../images/topics/kodawaripoint/point_list_num4.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.sec-point-list .point-item5 i:before{
		background: #d0d0d5 url(../images/topics/kodawaripoint/point_list_num5.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.point-credit{
		margin: 17px 0 0;
		text-align: center;
	}
	.point-credit img{
		width: auto;
		height: 28px;
	}
	.sec-point dl{
		margin: 60px 0 0;
	}
	.sec-point dl dt{
		font-size: 20px;
		font-weight: 700;
	}
	.sec-point dl dd{
		margin-top: 30px;
		line-height: 1.8;
	}



	/* sec-point-detail
	------------------------------------------------------------------------*/

	.point-col-header{
		position: relative;
		padding: 0 0 0 95px;
	}
	.point-col-header h3{
		position: relative;
		padding: 0 0 25px;
	}
	.point-col-header:after{
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 10px);
		background-size: 10px 1px;
		background-repeat: repeat-x;
	}
	.point-col-header h3 img{
		height: 37px;
	}
	.point-col-header i{
		margin: 0 0 15px;
		display: inline-block;
		font-weight: 700;
}

	.point-col-header .num1,
	.point-col-header .num2,
	.point-col-header .num3{
		position: absolute;
		margin: auto;
		bottom: 24px;
		left: 0;
		display: inline-block;
		width: 70px;
		height: 70px;
	}
	.point-col-header .num1{
		background: #c4962b url(../images/topics/kodawaripoint/point_num1.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.point-col-header .num2{
		background: #7c8b9f url(../images/topics/kodawaripoint/point_num2.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.point-col-header .num3{
		background: #dea196 url(../images/topics/kodawaripoint/point_num3.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.point-col-inner{
		margin: 60px 0 0;
		display: flex;
		justify-content: space-between;
	}
	.point-col1 .point-col-inner{
		flex-direction: row-reverse;
	}
	.point-col{
		margin-top: 50px;
		padding-top: 50px;
	}


	.point-col-inner .comment{
		width: 50%;
	}
	.point-col-inner .comment dl{
		display: flex;
		align-items: center;
	}
	.point-col-inner .comment dl + dl{
		margin-top: 30px;
	}
	.point-col-inner .comment dt{
		text-align: center;
		line-height: 1.5;
		width: 80px;
	}
	.point-col-inner .comment dt strong{
		font-size: 17px;
	}
	.point-col-inner .comment dd{
		position: relative;
		margin: 0 0 0 20px;
		width: calc(100% - 80px);
		border-style: solid;
		border-color: #3c3c50;
		border-width: 0 0 1px 1px;
		border-radius: 0 0 0 20px;
	}
	.point-col-inner .comment dd span{
		position: relative;
		display: table-cell;
		margin: 0 0 0 20px;
		height: 95px;
		line-height: 1.5;
		vertical-align: middle;
		padding: 0 15px 0 25px;
	}
	.point-col-inner .comment dd:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: -13px;
		bottom: 0;
		display: inline-block;
		width: 15px;
		height: 13px;
		background: url(../images/topics/kodawaripoint/bal_angle.jpg) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.point-col-inner figure{
		position: relative;
		width: 480px;
		height: 350px;
	}
	.point-col-inner figure img{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);

	}
	.point-col .link-txt{
		margin-top: 60px;
	}

	/* sec-product-detail
	------------------------------------------------------------------------*/

	.sec-product-detail .lead{
		text-align: center;
		font-size: 26px;
		font-weight: 700;
		line-height: 1.5;
	}

	.detail-col{
		position: relative;
		margin-top: 90px;
		display: flex;
	}
	.detail-col dl{
		width: 50%;
		padding: 0 20px 0 0;
	}
	.detail-col .fig-box{
		width: 50%;
		padding: 0 0 0 20px;
	}
	.detail-col dl dt{
		position: relative;
		padding: 0 0 20px;
		font-weight: 700;
		font-size: 24px;
		line-height: 1.3;
	}
	.detail-col dl dt:after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		background: #3c3c50;
	}
	.detail-col dl dd{
		margin-top: 30px;
		line-height: 1.5;
	}
	.detail-col dl dd strong{
		font-size: 20px;
		line-height: 1.5;
	}
	.detail-col dl dd .note{
		font-size: 10px;
		line-height: 1.5;
	}
	.detail-col .fig-box-bd img{
		border: 1px solid #d7d7d7;
	}

	#street .detail-col .fig-box figure:nth-child(2){
		position: absolute;
		left: 0;
		bottom: 28px;
	}
	#street .detail-col .fig-box figure:nth-child(2) img{
		border: 1px solid #ddd;
	}



	#fashionable .detail-col-sp{
		display: none;
	}
	#fashionable .detail-col2{
		display: block;
	}
	#fashionable .detail-col2 dl{
		padding: 0;
		width: 100%;
	}
	#fashionable .detail-col2 .fig-box{
		padding: 40px 0 0;
		width: 100%;
	}

	#fashionable .detail-col3 dl:nth-child(1){
		padding: 0 22px 0 0;
	}
	#fashionable .detail-col3 dl:nth-child(2){
		padding: 0 0 0 22px;	
	}


	#lifehack .detail-col2{
		display: block;
	}
	#lifehack .detail-col2 dl{
		width: 100%;
	}
	#lifehack .detail-col2 .fig-box{
		width: 100%;
		margin: 40px 0 0;
		padding: 0;
	}
	#lifehack .detail-col2 .fig-box-inner{
		display: flex;
		padding: 30px 20px 20px;
		border: 1px solid #d7d7d7;
		justify-content: center;
	}
	#lifehack .detail-col2 .fig-box .fig-cap{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: #d7d7d7;
	}
	#lifehack .detail-col2 .fig-box-inner figure{
		position: relative;
	}
	#lifehack .detail-col2 .fig-box-inner figure + figure{
		padding-left: 74px;
		margin-left: 74px;
	}
	#lifehack .detail-col2 .fig-box-inner figure + figure:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: -14px;
		bottom: 0;
		display: block;
		width: 29px;
		height: 23px;
		background: url(../images/topics/kodawaripoint/arrow_fig.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}



	/* bnr-ex
	------------------------------------------------------------------------*/

	.bnr-ex{
		position: relative;
		padding-top: 80px;
		margin-top: 80px;
	}
	.bnr-ex:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 1px;
		background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 10px);
		background-size: 10px 1px;
		background-repeat: repeat-x;
	}
	.bnr-ex .bnr-lead{
		position: relative;
		text-align: center;
		font-size: 20px;
		font-weight: 700;
	}
	.bnr-ex p{
		font-size: 20px;
		font-weight: 700;
		line-height: 1.8;
	}
	.bnr-ex p strong{
		font-size: 26px;
		font-weight: 700;
	}
	.bnr-ex p + p{
		margin-top: 40px;
	}
	.bnr-ex figure{
		margin: 40px 0 0;
		text-align: center;
	}
	.bnr-ex figure img{
		border: 1px solid #ddd;
	}
	.bnr-link{
		display: block;
		transition: opacity 300ms ease;
	}
	.bnr-link:hover{
		opacity: 0.7;		
	}


	/* product-detail-link
	------------------------------------------------------------------------*/

	.product-detail-link{
		margin: 100px auto 0;
		padding-top: 100px;
		border-top: 1px solid #e1e1e1;
	}
	.product-detail-link h4{
		font-size: 24px;
		font-weight: 700;
		text-align: center;
	}
	.product-detail-link ul{
		margin: 55px auto 0;
		width: 560px;
	}
	.product-detail-link ul + ul{
		margin-top: 30px;
		text-align: center;
	}
	.product-detail-link ul + ul li{
		display: inline-block;
	}
	.product-detail-link ul + ul li + li{
		margin-left: 30px;
	}
	.product-detail-link .link-txt{
		text-align: center;
	}
	.product-detail-link .link-txt a {
		position: relative;
		display: inline-block;
		padding: 0 24px 0 0;
		font-size: 18px;
		text-decoration: none;
	}
	.product-detail-link .link-txt a:after{
		content: "";
		position: absolute;
		margin: -5px auto 0;
		top: 50%;
		right: 0;
		bottom: 0;
		display: inline-block;
		width: 14px;
		height: 14px;
		background: url(../images/topics/kodawaripoint/icon_blank_bl.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.product-detail-link .link-txt a:hover{
		text-decoration: underline;
	}

	/* btn
	------------------------------------------------------------------------*/


	.btn-l a{
		position: relative;
		display: block;
		height: 80px;
		text-align: center;
		color: #fff;
	}


	.link-txt{
		margin: auto;
		text-align: center;
	}

	.link-txt a {
		position: relative;
		display: inline-block;
		padding: 0 24px 0 0;
		font-size: 18px;
	}
	.sec-point-detail .link-txt a br{
		display: none;
	}
	.link-txt{
		margin: 10px 0 0;
		text-align: right;
	}
	.link-txt a{
		position: relative;
		display: inline-block;
		padding: 0 12px 0 0;
		font-size: 12px;
		text-decoration: underline;
	}
	.link-txt a:hover{
		text-decoration: none;
	}
	.link-txt a:after{
		content: "";
		position: absolute;
		margin: auto;
		right: 0;
		bottom: 0;
		display: inline-block;
		width: 5px;
		height: 9px;
		background: url(../images/topics/kodawaripoint/arrow_r_bl_s.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.sec-profile .link-txt{
		margin-top: 40px;
		text-align: left;
	}



	.btn-gunze a{
		font-size: 12px;
		background: #004c9e;
	}
	.btn-gunze a span{
		position: absolute;
		display: block;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
	.btn-gunze a strong{
		display: block;
		padding: 0 0 10px;
		font-size: 18px;
	}
	.btn-gunze a:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 15px;
		bottom: 0;
		display: inline-block;
		width: 14px;
		height: 14px;
		background: url(../images/topics/kodawaripoint/icon_blank.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.btn-gunze a:hover{
		transition: opacity 300ms ease;
		opacity: 0.7;
	}



}



@media screen and (max-width: 768px) {

	body {
		width: 100%;
		font-size: 13px;
		background: #c2c7c7 url(../images/topics/kodawaripoint/bg.png) 0 0 repeat;
		background-size: 140px 117px;
	}

	.ignore-sp{
		display: none;
	}

	#wrap{
		position: relative;
/*		padding: 50px 0 0;
*/		width: 100%;
		overflow: hidden;
	}
	main{
		margin: 40px 20px 0;
	}

	/* kv
	------------------------------------------------------------------------*/

	#kv{
		position: relative;
		margin: 0 20px;
		overflow: hidden;
	}
	.kv-title-pc{
		display: none;
	}
	.kv-title-txt + .kv-title-txt{
		margin-top: 10px;
	}
	.kv-title-txt:nth-child(5),
	.kv-title-txt:nth-child(7){
		margin-top: 26px;
	}
	.kv-title-sp .kv-title-inner{
		padding: 60px 0;
		transform-origin: top left;
		width: 670px;
	}



	.kv-title-txt i{
		display: inline-block;
	}
	.kv-title-txt i span{
		display: inline-block;
		background: #fff;
	}
	.kv-title-bal{
		position: absolute;
		top: 5px;
		left: 170px;
		width: 67px;
		height: 67px;
	}
	.kv-title-bal{
		position: absolute;
		top: 30px;
		left: 385px;
		width: 155px;
		height: 155px;
	}


	.kv-slide{
		position: relative;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		border: 4px solid #3c3c50;
		z-index: 10;
		overflow: hidden;
	}
	.kv-slide-list{
		position: relative;
		width: 100%;
		height: 100%;
		padding-top: 59.701%;
	}
	.kv-slide-item{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: opacity 800ms ease;
		z-index: 10;
	}
	.kv-slide-item.on{
		opacity: 1;
		z-index: 20;
	}
	.kv-slide-item figure span:nth-child(1){
		display: none;
	}


	.kv-slide-item .kv-slide-cap{
		position: absolute;
		right: 0;
		bottom: -2px;
		display: inline-block;
		padding: 5px 15px;
		background: #3c3c50;
		text-align: center;
		z-index: 50;
	}
	.kv-slide-item .kv-slide-cap span{
		position: relative;
		display: inline-block;

		padding: 0 15px 0 0;
	}
	.kv-slide-item .kv-slide-cap span img{
		height: 12px;
	}
	.kv-slide-item .kv-slide-cap span:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: -2px;
		bottom: 0;
		display: inline-block;
		width: 6px;
		height: 11px;
		background: url(../images/topics/kodawaripoint/arrow_r_wh.png) 0 0 no-repeat;
		background-size: 100% 100%;
		transform: rotate(90deg);
	}
	.kv-slide-item .kv-slide-cap img{
		height: 25px;
	}
	.btn-sd{
		display: none;
	}



	/* gheader
	------------------------------------------------------------------------*/

	#gheader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background: #fff;
		border-bottom: 1px solid #3c3c50;
		z-index: 1000;
	}
	#gheader h1{
		position: absolute;
		margin: auto;
		top: 0;
		left: 25px;
		bottom: 0;
		width: 63px;
		height: 23px;
	}

	#gheader .btn-menu-open{
		position: absolute;
		margin: auto;
		top: 0;
		right: 13px;
		bottom: 0;
		width: 22px;
		height: 16px;
	}
	#gheader .btn-menu-open a{
		display: block;
		width: 100%;
		height: 100%;
	}
	#gheader .btn-menu-open i{
		position: absolute;
		margin: auto;
		display: block;
		width: 100%;
		height: 2px;
		background: #3c3c50;
	}
	#gheader .btn-menu-open i:nth-child(1){
		top: 0;
		left: 0;
	}
	#gheader .btn-menu-open i:nth-child(2){
		top: 0;
		bottom: 0;
	}
	#gheader .btn-menu-open i:nth-child(3){
		bottom: 0;
		left: 0;
	}

	#gheader .btn-menu-close{
		position: absolute;
		margin: auto;
		top: 0;
		right: 13px;
		bottom: 0;
		width: 22px;
		height: 16px;
		background: #fff;
		display: none;
	}
	#gheader .btn-menu-close a{
		display: block;
		width: 100%;
		height: 100%;
	}
	#gheader .btn-menu-close i{
		position: absolute;
		margin: auto;
		display: block;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 2px;
		background: #3c3c50;
	}
	#gheader .btn-menu-close i:nth-child(1){
		transform: rotate(30deg);
	}
	#gheader .btn-menu-close i:nth-child(2){
		transform: rotate(-30deg);
	}
	.nav-on #gheader .btn-menu-close{
		display: block;
	}


	/* gnav
	------------------------------------------------------------------------*/

	#gnav{
		position: fixed;
		top: 50px;
		right: -100%;
		width: 100%;
		z-index: 1000;
		background: #fff;
		transform: translateX(0);
		transition: transform 300ms ease;
	}
	.nav-on #gnav{
		transform: translateX(-100%);
	}
	#gnav li{
		position: relative;
		border-bottom: 1px solid #3c3c50;
	}
	#gnav li a{
		display: block;
		padding: 20px 0 20px 35px;
	}
	#gnav li a strong,
	#gnav li a span{
		display: inline-block;
		vertical-align: bottom;
	}
	#gnav li.nav-street a strong img{
		height: 38px;
	}
	#gnav li.nav-fashionable a strong img{
		height: 39px;
	}
	#gnav li.nav-lifehack a strong img{
		height: 38px;
	}
	#gnav li.nav-business a strong img{
		height: 39px;
	}

	#gnav li a span {
		margin: 0 0 0 10px;
	}

	#gnav li.cs:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.95) url(../images/topics/kodawaripoint/cs.png) 50% 50% no-repeat;
		background-size: auto 12px;
		z-index: 50;
	}






	/* section
	------------------------------------------------------------------------*/

	section{
		position: relative;
		border-width: 10px 2px 2px;
		border-color: #3c3c50;
		border-style: solid;
		background: #fff;
	}
	section + section{
		margin-top: 12px;
	}
	section.cs:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.95) url(../images/topics/kodawaripoint/cs.png) 50% 50% no-repeat;
		background-size: auto 12px;
		z-index: 50;
	}


	.sec-header figure{
		width: 36px;
		border: 1px solid #3c3c50;
	}
	.sec-header a{
		position: relative;
		display: flex;
		padding: 18px 18px;
		align-items: center;
	}
	.sec-header a em{
		position: absolute;
		margin: auto;
		width: 13px;
		height: 13px;
		top: 0;
		right: 18px;
		bottom: 0;
		transition: transform 500ms ease;
	}
	.sec-header a em:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: inline-block;
		width: 100%;
		height: 1px;
		background: #3c3c50;
	}
	.sec-header a em:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: inline-block;
		width: 1px;
		height: 100%;
		background: #3c3c50;
		transition: transform 500ms ease;
	}

	.pd-open .sec-header a em:after{
		transform: rotate(90deg);
	}

	.sec-header h2{
		margin: 0 0 0 10px;
	}
	.sec-header h2 strong,
	.sec-header h2 span{
		display: block;
	}
	.sec-header h2 span{
		margin: 5px 0 0 0;
	}
	#street .sec-header h2 strong img{
		height: 27px;
	}
	#street .sec-header h2 span img{
		height: 12px;
	}

	#fashionable .sec-header h2 strong img{
		height: 28px;
	}
	#fashionable .sec-header h2 span img{
		height: 12px;
	}

	#lifehack .sec-header h2 strong img{
		height: 27px;
	}
	#lifehack .sec-header h2 span img{
		height: 12px;
	}

	#business .sec-header h2 strong img{
		height: 28px;
	}
	#business .sec-header h2 span img{
		height: 12px;
	}


	.sec-contents{
		padding: 18px 26px 26px;
	}



	/* sec-recommend
	------------------------------------------------------------------------*/

	.sec-recommend{
		margin-top: 50px;
	}

	.sec-recommend h4{
		font-size: 14px;
		font-weight: 700;
		line-height: 1.5;
	}

	.sec-recommend-box{
		margin-top: 30px;
/*		display: flex;
*/	}
	.sec-recommend-box dl{
/*		padding: 0 30px 0 0;
*//*		width: calc(100% - 620px);
*/	}
	.sec-recommend-box dt{
		padding: 0 0 16px;
		text-align: center;
		border-bottom: 1px solid #c8c8c8;
	}
/*	.sec-recommend-box dt img{
		width: auto;
		height: 65px;
	}*/

	.sec-recommend-box dt span img{
		width: 140px;
	}

	.sec-recommend-box dd{
		padding: 23px 0;
		text-align: center;
		border-bottom: 1px solid #c8c8c8;
	}
	.sec-recommend-box dd ul{
		display:inline-block;
	}
	.sec-recommend-box dd ul li{
		text-align: left;
		font-size: 12px;
		font-weight: 700;
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.8;
	}
	.sec-recommend-box dd ul li + li{
		margin-top: 20px;
	}
	.sec-recommend-box figure{
		padding: 23px 0 0;
	}
	.sec-recommend-box figure img{
		width: 100%;
		height: auto;
		border: 1px solid #ddd;
	}


	/* sec-profile
	------------------------------------------------------------------------*/

	.sec-profile{
		margin: 38px 0 0;
	}

	.sec-profile{
		position: relative;
		margin: 45px 0 0;
		padding: 45px 0 0;
	}
	.sec-profile:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 1px;
		background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 10px);
		background-size: 10px 1px;
		background-repeat: repeat-x;
	}
	.sec-profile h4{
		font-size: 16px;
		line-height: 1.5;
		font-weight: 700;
	}

	.sec-profile-header{
		margin: 25px 0 0;
		display: flex;
		align-items: center;
	}
	.sec-profile-header figure{
		width: 55px;
		height: 55px;
		border-radius: 40px;
		overflow: hidden;
		border: 1px solid #ddd;
	}
	.sec-profile-header h3{
		margin: 0 0 0 7px;
		font-size: 7px;
	}
	.sec-profile-header h3 strong{
		display: inline-block;
		margin: 10px 10px 0 0;
		font-size: 14px;
		font-weight: 700;
	}


	.sec-profile-intro{
		margin-top: 20px;
	}
	.sec-profile-intro figure{
		width: 100%;
	}
	.sec-profile-intro figure img{
		width: 100%;
		border: 1px solid #ddd;
	}
	.sec-profile-intro .intro-txt{
		padding-top: 22px;
	}

	.intro-txt a.pd-txt-open{
		position: relative;
		text-align: center;
		display: block;
		font-size: 13px;
		color: #3c3c52;
	}
	.intro-txt a.pd-txt-open em{
		position: relative;
		display: inline-block;
		padding: 0 25px 0 0;
	}
	.intro-txt a.pd-txt-open span{
		position: absolute;
		display: inline-block;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		width: 13px;
		height: 13px;
	}
	.intro-txt a.pd-txt-open span i{
		position: absolute;
		display: inline-block;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: #3c3c52;
		transition: transform 300ms ease;
	}
	.intro-txt a.pd-txt-open span i:nth-child(2){
		height: 100%;
		width: 1px;		
	}
	.intro-txt a.pd-txt-open.on span i:nth-child(2){
		transform: rotate(90deg);
	}


	.intro-txt .pd-txt{
		display: none;
	}
	.intro-txt .pd-txt p{
		padding: 25px 0 0;
	}

	.sec-profile-intro .intro-txt p{
		line-height: 1.8;
	}
	.sec-profile-intro .intro-txt p + p{
		margin-top: 15px;
	}
	.sec-profile-intro .intro-txt p.note{
		line-height: 1.8;
		font-size: 10px;
	}


	.sec-profile-enquete{
		margin-top: 40px;
	}
	.sec-profile-enquete .enquete-fig-inner{
		margin: 0 !important;
	}

	.sec-profile-enquete figure{
		width: 100%;
	}
	.sec-profile-enquete figure img{
		width: 100%;
		height: auto;
		border: 1px solid #ddd;
	}
	.sec-profile-enquete .enquete-txt{
		padding-top: 25px;
	}



	.sec-profile-enquete .enquete-txt dt,
	.sec-profile-enquete .enquete-txt dd{
		line-height: 1.8;
	}
	.sec-profile-enquete .enquete-txt h4{
		font-size: 10px;
		font-weight: 500;
	}
	.sec-profile-enquete .enquete-txt h4 strong{
		margin: 8px 0 0;
		display: inline-block;
		font-size: 14px;
		font-weight: 700;
	}
	
	.sec-profile-enquete .enquete-txt dl{
		margin: 35px 0 0;
	}
	.sec-profile-enquete .enquete-txt dt{
		position: relative;
		padding: 0 0 0 15px;
		font-size: 10px;
		vertical-align: middle;
		font-weight: 700;
	}
	.sec-profile-enquete .enquete-txt dt span{
		position: absolute;
		top: 3px;
		left: 0;
		display: inline-block;
		font-size: 11px;
		font-weight: 700;
	}
	.sec-profile-enquete .enquete-txt dd{
		position: relative;
		margin: 15px 0 0;
		padding: 10px 0 15px 15px;
		border-style: solid;
		border-color: #3c3c50;
		border-width: 0 0 1px 1px;
		border-radius: 0 0 0 8px;
	}
	.sec-profile-enquete .enquete-txt dd:before{
		content: "";
		position: absolute;
		margin: auto;
		left: -11px;
		top: 22px;
		display: inline-block;
		width: 12px;
		height: 10px;
		background: url(../images/topics/kodawaripoint/bal_angle.jpg) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	
	
	.bnr-list{
		margin: 65px 0 0;
	}
/*	.bnr-list ul{
		display: flex;
		justify-content: space-between;
	}*/
	.bnr-list ul li{
/*		width: calc(50% - 20px);*/
		text-align: center;
	}
	.bnr-list ul li+ li{
		margin-top: 30px;
	}
	.bnr-list ul li > a{
		position: relative;
		width: 100%;
		height: 95px;
		display: block;
		border: 1px solid #ddd;
	}
	.bnr-list ul li > a img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.bnr-ezx a img,
	.bnr-bw a img{
		max-height: 70px;
		width: auto;
	}
	.bnr-insta a img{
		width: 162px;
	}



	/* sec-point
	------------------------------------------------------------------------*/

	.sec-point h4{
		font-size: 16px;
		line-height: 1.5;
		font-weight: 700;
	}
	.sec-point-list{
		margin: 40px 0 0;
	}
	.sec-point-list:after{
		content: "";
		display: block;
		visibility: hidden;
		clear: both;
	}
	.sec-point-list ul:nth-child(1){
		width: 100%;
	}
	.sec-point-list figure{
		padding: 0 0 20px;
	}

	.sec-point-list li{
		position: relative;
		padding: 0 0 0 45px;
	}
	.sec-point-list li span{
		display: block;
		padding: 18px 5px;
		border-bottom: 1px solid #e1e1e1;
	}

	.sec-point-list li span a{
		position: relative;
		display: block;
	}
	.sec-point-list li span a:after{
		position: absolute;
		content: "";
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 9px;
		height: 5px;
		background: url(../images/topics/kodawaripoint/arrow_d_bl_s.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.sec-point-list li img{
		height: 11px;
	}
	.sec-point-list .point-item1 img,
	.sec-point-list .point-item2 img,
	.sec-point-list .point-item3 img{
		height: 14px;
	}
	.sec-point-list li i{
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		width: 26px;
		height: 26px;
	}
	.sec-point-list li i:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 26px;
		height: 26px;
	}
	.sec-point-list li.point-item4 i:before,
	.sec-point-list li.point-item5 i:before{
		width: 20px;
		height: 20px;
	}
	.sec-point-list .point-item1 i:before{
		background: #c4962b url(../images/topics/kodawaripoint/point_list_num1.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.sec-point-list .point-item2 i:before{
		background: #7c8b9f url(../images/topics/kodawaripoint/point_list_num2.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.sec-point-list .point-item3 i:before{
		background: #dea196 url(../images/topics/kodawaripoint/point_list_num3.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.sec-point-list .point-item4 i:before{
		background: #d0d0d5 url(../images/topics/kodawaripoint/point_list_num4.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.sec-point-list .point-item5 i:before{
		background: #d0d0d5 url(../images/topics/kodawaripoint/point_list_num5.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.point-credit{
		margin: 10px 0 0;
		text-align: left;
		font-size: 10px;
	}
	.point-credit img{
		width: 100%;
		max-width: 477px;
		height: auto;
	}
	.sec-point dl{
		margin: 40px 0 0;
	}
	.sec-point dl dt{
		font-size: 14px;
		font-weight: 700;
	}
	.sec-point dl dd{
		margin-top: 20px;
		line-height: 1.8;
	}



	/* sec-point-detail
	------------------------------------------------------------------------*/

	.point-col-header{
		position: relative;
		text-align: center;
	}
	.point-col-header h3{
		position: relative;
		padding: 12px 0 15px;
	}
	.point-col-header h3:after{
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 10px);
		background-size: 10px 1px;
		background-repeat: repeat-x;
	}
	.point-col-header h3 img{
		height: 22px;
	}
	.point-col-header i{
		font-size: 10px;
		font-weight: 700;
	}

	.point-col-header .num1,
	.point-col-header .num2,
	.point-col-header .num3{
		margin: 0 auto 12px;
		display: block;
		width: 35px;
		height: 35px;
	}
	.point-col-header .num1{
		background: #c4962b url(../images/topics/kodawaripoint/point_num1.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.point-col-header .num2{
		background: #7c8b9f url(../images/topics/kodawaripoint/point_num2.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.point-col-header .num3{
		background: #dea196 url(../images/topics/kodawaripoint/point_num3.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.point-col-inner{
		margin: 40px 0 0;
	}
	.point-col2 .point-col-inner{
		flex-direction: row-reverse;
	}
	.point-col{
		margin-top: 30px;
		padding-top: 30px;
	}


	.point-col-inner .comment{
		margin-top: 30px;
	}
	.point-col-inner .comment dl{
		display: flex;
	}
	.point-col-inner .comment dl + dl{
		margin-top: 30px;
	}
	.point-col-inner .comment dt{
		position: relative;
		text-align: center;
		top: 4px;
		line-height: 1.5;
		width: 70px;
		font-size: 11px;
	}
	.point-col-inner .comment dt strong{
		font-size: 13px;
	}
	.point-col-inner .comment dd{
		position: relative;
		margin: 0 0 0 10px;
		width: calc(100% - 70px);
		border-style: solid;
		border-color: #3c3c50;
		border-width: 0 0 1px 1px;
		border-radius: 0 0 0 10px;
	}
	.point-col-inner .comment dd span{
		position: relative;
		display: block;
		line-height: 1.5;
		vertical-align: top;
		padding: 8px 15px 16px;
	}
	.point-col-inner .comment dd:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 20px;
		left: -11px;
		display: inline-block;
		width: 12px;
		height: 10px;
		background: url(../images/topics/kodawaripoint/bal_angle.jpg) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.point-col-inner figure{
		margin: auto;
		max-width: 480px;
	}
	.point-col .btn{
		margin-top: 35px;
	}
	.point-col .link-txt{
		margin-top: 30px;
	}

	/* sec-product-detail
	------------------------------------------------------------------------*/


	.sec-product-detail .lead{
		text-align: center;
		font-size: 17px;
		font-weight: 700;
		line-height: 1.5;
	}

	.detail-col{
		position: relative;
		margin-top: 70px;
	}
	.detail-col .fig-box{
		margin-top: 30px;
	}
	.detail-col dl dt{
		position: relative;
		padding: 0 0 20px;
		font-weight: 700;
		font-size: 16px;
		line-height: 1.3;
	}
	.detail-col dl dt:after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		background: #3c3c50;
	}
	.detail-col dl dd{
		margin-top: 15px;
		line-height: 1.5;
	}
	.detail-col dl dd strong{
		font-size: 15px;
		line-height: 1.5;
	}
	.detail-col dl dd .note{
		font-size: 10px;
		line-height: 1.5;
	}


	.detail-col .fig-box-bd img{
		border: 1px solid #d7d7d7;
	}

	#street .detail-col .fig-box figure:nth-child(2){
		position: absolute;
		left: 0;
		bottom: 28px;
	}
	#street .detail-col .fig-box figure:nth-child(2) img{
		border: 1px solid #ddd;
	}


	#fashionable .detail-col + .detail-col{
		margin-top: 50px;
	}
	#fashionable .detail-col .fig-box{
		display: none
	}
	#fashionable .detail-col-sp .fig-box{
		display: block;
	}
	#fashionable .detail-col3 dl + dl{
		margin-top: 50px;
	}


	#lifehack .detail-col2{
		display: block;
	}
	#lifehack .detail-col2 dl{
		width: 100%;
	}
	#lifehack .detail-col2 .fig-box{
		width: 100%;
		margin: 40px 0 0;
		padding: 0;
	}
	#lifehack .detail-col2 .fig-box-inner{
		padding: 30px 25px 20px;
		border: 1px solid #d7d7d7;
		justify-content: center;
	}
	#lifehack .detail-col2 .fig-box .fig-cap{
		font-size: 10px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #d7d7d7;
	}
	#lifehack .detail-col2 .fig-box-inner figure{
		position: relative;
	}
	#lifehack .detail-col2 .fig-box-inner figure + figure{
		padding-top: 25px;
		margin-top: 25px;
	}
	#lifehack .detail-col2 .fig-box-inner figure + figure:before{
		content: "";
		position: absolute;
		margin: auto;
		top: -13px;
		left: 0;
		right: 0;
		display: block;
		width: 14px;
		height: 12px;
		background: url(../images/topics/kodawaripoint/arrow_fig.png) 0 0 no-repeat;
		background-size: 100% 100%;
		transform: rotate(90deg);
	}




	/* bnr-ex
	------------------------------------------------------------------------*/

	.bnr-ex{
		position: relative;
		padding-top: 45px;
		margin-top: 45px;
	}
	.bnr-ex:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 1px;
		background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 10px);
		background-size: 10px 1px;
		background-repeat: repeat-x;
	}
	.bnr-ex .bnr-lead{
		position: relative;
		text-align: center;
		font-size: 24px;
		font-weight: 700;
	}
	.bnr-ex p{
		font-size: 14px;
		font-weight: 700;
		line-height: 1.8;
	}
	.bnr-ex p strong{
		font-size: 17px;
		font-weight: 700;
	}
	.bnr-ex p + p{
		margin-top: 20px;
	}
	.bnr-ex figure{
		margin: 40px 0 0;
		text-align: center;
	}
	.bnr-ex figure img{
		border: 1px solid #ddd;
	}
	.bnr-link{
		display: block;
		transition: opacity 300ms ease;
	}

	/* product-detail-link
	------------------------------------------------------------------------*/

	.product-detail-link{
		margin-top: 45px;
		padding-top: 45px;
		border-top: 1px solid #e1e1e1;
	}
	.product-detail-link h4{
		font-size: 16px;
		font-weight: 700;
		text-align: center;
	}
	.product-detail-link ul{
		margin-top: 20px;

	}
	.product-detail-link ul + ul{
		margin-top: 35px;
	}
	.product-detail-link ul + ul li .link-txt{
		text-align: left;
	}
	.product-detail-link ul + ul li + li{
		margin-top: 15px;
	}

	.product-detail-link .link-txt{
		text-align: center;
	}

	.product-detail-link .link-txt a {
		position: relative;
		display: inline-block;
		padding: 0 18px 0 0;
		font-size: 12px;
	}
	.product-detail-link .link-txt a:after{
		content: "";
		position: absolute;
		margin: -5px auto 0;
		top: 50%;
		right: 0;
		bottom: 0;
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url(../images/topics/kodawaripoint/icon_blank_bl.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}


	/* btn
	------------------------------------------------------------------------*/

	.btn a{
		position: relative;
		display: block;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 11px;
		color: #fff;
	}
	.btn a:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 8px;
		bottom: 0;
		display: inline-block;
		width: 4px;
		height: 7px;
		background: url(../images/topics/kodawaripoint/arrow_r_wh_s.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.btn-l a{
		position: relative;
		display: block;
		height: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 11px;
		color: #fff;
	}

	.btn-link{
		margin: auto;
		width: 100%;
	}



	.link-txt a {
		position: relative;
		display: inline-block;
		padding: 0 12px 0 0;
		font-size: 10px;
		text-decoration: underline;
		font-weight: 700;
	}
	.sec-point-detail .link-txt a{
		line-height: 1.8;
	}
	.link-txt{
		margin: 10px 0 0;
		text-align: center;
	}
	.bnr-ex .link-txt{
		text-align: right;
	}


	.link-txt a:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		display: inline-block;
		width: 5px;
		height: 9px;
		background: url(../images/topics/kodawaripoint/arrow_r_bl_s.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}




	

	.btn-gunze a{
		font-size: 10px;
		background: #004c9e;
	}
	.btn-gunze a span{
		position: absolute;
		display: block;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
	.btn-gunze a strong{
		display: block;
		padding: 0 0 8px;
		font-size: 14px;
	}
	.btn-gunze a:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 15px;
		bottom: 0;
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url(../images/topics/kodawaripoint/icon_blank.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}




}


@media screen  and (max-width: 374px){

	.sec-contents {
	    padding: 18px;
	}

	.bnr-ex p {
	   font-size: 12px;
	   font-weight: 700;
	   line-height: 1.8;
	}
	.bnr-ex p strong {
	    font-size: 15px;
	    font-weight: 700;
	}


	#street .sec-header h2 strong img{
		height: 23px;
	}
	#fashionable .sec-header h2 strong img{
		height: 24px;
	}
	#lifehack .sec-header h2 strong img{
		height: 23px;
	}
	#business .sec-header h2 strong img{
		height: 24px;
	}


}




