@charset "utf-8";
html {
 -webkit-text-size-adjust: 100%;
 
}
@media (max-width: 767px) {

.pc{
	display:none;
}

.sp{
	display:block;
}

body{
	min-width:auto;
	overflow-x:hidden !important;
	background:#000;
}

#contents{
	min-width:auto;
	width:100%;
	font-size:14px;
}

/* --------------------------
共通
-------------------------- */

img{
    max-width:100%;
}

a{
    text-decoration:none;
}

.wrap{
    margin:0 auto;
}

.contents_inner{
    margin:auto;
}

.contents_inner p{
	color:#fff;
}
/* ----------------------------------
Hero
---------------------------------- */

#head{
    position:relative;
    background:url("../img/head_bg.jpg") center center/cover no-repeat;
	padding:0 0 10px;
}
section p {
	margin-bottom:0;
}

#head p{
	color:#fff;
}
.h1_wrap{
}

#head .product{
	padding:30px 0 20px;
	width:80vw;
}
#head .copy{
    font-size:20px;
    line-height:1.8;
    letter-spacing:.1em;
    margin-bottom:20px;
}

#head .ruby{
    font-size:12px;
    letter-spacing:.2em;
    margin-bottom:0;
	color:#ddd;
}

#head h1{
	  font-family: "Oswald", "Roboto", "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
    font-size:38px;
    font-weight:400;
    margin-bottom:10px;
	color:#fff;
	line-height:1.3 !important;
}

#head .sub{
    font-size:14px;
    margin-bottom:20px;
	letter-spacing:0.04em;
	color:#ddd;
}

/* ----------------------------------
Button
---------------------------------- */

#contents .btn_detail{
}

#contents .btn_detail a{
    display:inline-block;
    padding:10px 30px;
    border:1px solid #fff;
    border-radius:999px;
    color:#fff;
    transition:.3s;
    font-size:12px;
}

.btn_detail a:hover{
    background:rgba(255,255,255,0.2);
}

/* ----------------------------------
Common Section
---------------------------------- */

section{
    position:relative;
}

section h2{
    font-size:28px;
    font-weight:700;
    line-height:1.5;
    text-align:center;
}

.exp{
    color:#ccc;
}

/* ----------------------------------
Tech
---------------------------------- */

#tech{
    height:100vw;
    background:url("../img/smart_bg.jpg")
    left -400px center/cover no-repeat;
	position:relative;
}

#tech .wrap{
    padding-top:40px;

}

#tech h2{
    margin-bottom:20px;
    color:#fff;
	        filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.9));
}

#tech .exp{
    font-size:12px;
	padding:0 20px;
    color:#fff;
	        filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.9));
}

/* ----------------------------------
Design
---------------------------------- */

#design{
    height:100vw;
    background:url("../img/design_bg.jpg")
    center center/cover no-repeat;
}

#design .wrap{
    padding-top:40vw;
}


#design h2{
    margin-bottom:20px;
    color:#fff;
	        filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.9));
}

#design .exp{
    font-size:12px;
	padding:0 20px;
    color:#fff;
	        filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.9));
}


/* ----------------------------------
Scene
---------------------------------- */

#scene{
    background:url("../img/scene_bg.jpg")
    center center/cover no-repeat;
    padding:60px 0 0;
}

#scene h2{
    margin-bottom:20px;
	font-size:20px;
    color:#fff;
}

#scene .sub{
    text-align:center;
	font-size:16px;
    margin-bottom:30px;
    color:#fff;
}

#scene .scroll{
	overflow-y:scroll;
}
#scene .item_wrap{
	padding:0 0 0 40px;
    display:flex;
    justify-content:left;
    gap:40px;
    width:1000px;
    margin:auto;
}

#scene .item{
    width:280px;
}

#scene .pic{
    width:180px;
    margin:25px auto;
    border-radius:50%;
    background-size:cover;
    background-position:center;
}

#scene h3{
	font-size: 18px;
    text-align:center;
    line-height:1.7;
    margin-bottom:15px;
    color:#fff;
}

#scene .exp{
    font-size:12px;
    color:#ddd;
}

/* ----------------------------------
Comfort
---------------------------------- */

#comfort{
    padding:60px 0;
    background:
    url("../img/comfort_bg.jpg")
    center center/cover;
}

#comfort h2{
    margin-bottom:30px;
    color:#fff;
}

#comfort .item_wrap{
    display:flex;
	padding:0 10px;
    justify-content:center;
    gap:10px;
}

#comfort .item{
    width:320px;
}

#comfort .pic{
}
#comfort .rear{
    margin-top:30px;
	text-align:center;
	padding:0 10px;
}

/* ----------------------------------
Health
---------------------------------- */

#health{
    background:#000;
    padding:0 0;
}
#health .h_wrap{
	height:172px;
    background:
    url("../img/health_headbg.jpg")
    center center/cover;
	padding:60px 0 0;
}
#health h2{
    margin-bottom:10px;
    color:#fff;
}

#health .sub{
    text-align:center;
	font-size:14px;
    margin-bottom:70px;
    color:#fff;
}
#health .scroll{
	overflow-y:scroll;
}
#health .item_wrap{
	padding:0 0 0 10px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
    width:1000px;
    margin:20px auto;
}

#health .item{
    background:#171717;
    padding:20px;
}

#health .pic{
    margin:10px 0 30px;
}

#health h3{
    color:#fff;
    text-align:center;
	font-size:20px;
}
#health .exp{
	font-size:12px;
}

/* ----------------------------------
Sports
---------------------------------- */

#sports{
    padding:60px 0;
}

#sports h2{
    margin-bottom:20px;
    color:#fff;
	font-size:22px;
}

#sports .scroll{
	overflow-y:scroll;
}
#sports .item_wrap{
	padding:0 0 0 10px;
    width:1500px;
	margin:0 0 30px;
	display:flex;	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	justify-content: left;/*-- 左揃え --*/
	gap:10px;
}

#sports .item{
	width:280px;
	height:400px;
	background-size:cover;
}
#sports .item:nth-child(1){
	background-image:url(../img/sports1.jpg);
}
#sports .item:nth-child(2){
	background-image:url(../img/sports2.jpg);
}
#sports .item:nth-child(3){
	background-image:url(../img/sports3.jpg);
}
#sports .item:nth-child(4){
	background-image:url(../img/sports4.jpg);
}
#sports .item:nth-child(5){
	background-image:url(../img/sports5.jpg);
}

#sports .pic{
    height:260px;
    background:#333;
}

#sports h3{
    padding:20px;
	color:#fff;
	font-size:20px;
	padding-top:200px;
	line-height:1.6 !important;
	margin:0;
}

#sports .exp{
    padding:0 20px 20px;
    font-size:12px;
}
#sports .caution{
    padding:0 20px 0px;
    font-size:12px;
	color: #ccc;
}

/* ----------------------------------
App
---------------------------------- */

#app{
    padding:60px 0;
    background:
    url("../img/app_bg.jpg")
    top center/auto;
}

#app h2{
    margin-bottom:20px;
	font-size:20px;
    color:#fff;
}
#app .scroll{
	overflow-y:scroll;
}
#app .item_wrap{
    width:1200px;
    margin:0 auto 0;
    display:grid;
    grid-template-columns:repeat(3,1fr);
	gap:40px;
}

#app .item{
    background:rgba(0,0,0,.9);
    padding:40px;
}

#app h3{
	padding:20px 0 20px;
	margin:0;
    color:#fff;
}
#app .exp{
    padding:0 20px 20px;
    font-size:14px;
}
#app .caution{
    padding:0 20px 0px;
    font-size:12px;
	color: #ccc;
}
/* ----------------------------------
Lineup
---------------------------------- */

#lineup{
    padding:60px 0;
}

#lineup h2{
    margin-bottom:20px;
	font-size:20px;
    color:#fff;
}
#lineup .item_wrap{
    margin:40px auto 0;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

#lineup .item{
    text-align:center;
}

#lineup .pic{
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

#lineup .color{
    margin-top:10px;
    font-size:16px;
    color:#ddd;
}

#lineup .price{
    margin:10px 0 20px;
    font-size:14px;
    color:#ccc;
}
#lineup .price span{
	font-size:14px;
}

#lineup .btn_detail a{
	font-size:12px;
    display:inline-block;
    margin-bottom:10px;
padding: 5px 20px;
}
#lineup .caution{
	margin:30px 20px 0;
	font-size:10px;
	color:#ccc;
}
/* ========================================
   ACCESSORY
======================================== */

#acc{
    padding:60px 0;
    background:#4c4c4c;
    color:#fff;
    text-align:center;
}

#acc h2{
    font-size:20px;
    margin-bottom:30px;
	color:#fff;
}

#acc h3{
    font-size:18px;
    margin-bottom:40px;
    font-weight:700;
	color:#fff;
}

/* 手首用 */

#acc .item_wrap{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    justify-content:center;
    gap:30px;
    margin-bottom:50px;
	padding:0 10px;
}

#acc .item{
    text-align:center;
}

#acc .pic{
    width:100%;
    margin-bottom:15px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
}

#acc .color{
    font-size:13px;
    margin-bottom:15px;
	color:#fff;
}

#acc .btn_detail a{
    display:block;
    width:100%;
    padding:4px 0;
    margin-bottom:8px;
    border:1px solid #fff;
    border-radius:999px;
    color:#fff;
    font-size:10px;
    transition:.3s;
}

#acc .btn_detail a:hover{
    background:#fff;
    color:#000;
}

/* 上腕用 */

#acc .item_wrap:last-of-type{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    justify-content:center;
    align-items:center;
    gap:40px;
    margin-bottom:0;
}

#acc .item_wrap:last-of-type .pic{
}
/* ----------------------------------
Group
---------------------------------- */

#group{
    padding:60px 0;
    background:#000;
    text-align:center;
}

#group h2{
    font-size:16px;
    margin-bottom:30px;
	color:#fff;
}

#group .pic{
}

#group .exp{
    margin:30px 10px 30px;
	font-size:11px;
    color:#ccc;
}
}
