@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
#g8089-248-001 {
	font-family: 'Noto Sans JP', '02うつくし明朝体 Regular Version 1.00',sans-serif;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto; 
	margin-bottom: 60px;
	width: 100%;
}

#g8089-248-001 img {
	display: block;
	width: 100%;
}

#g8089-248-001 .sub, .colorvariation, .size, .strap, .three-way, .battery {
	margin: 60px 0 60px;
}

#g8089-248-001 .sub h3 {
	font-family: serif;
	font-size: 48px;
	color: #262626;
	line-height: 1.3;
	text-align: center;
	margin: 20px 0;
}

#g8089-248-001 .sub h3 span {
	font-size: 54px;
	color: #FF8486;
	font-weight: 600;
}

#g8089-248-001 .colorvariation h3 {
	font-family: serif;
	font-size: 60px;
	color: #524F3B;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
    border-bottom: 3px solid #524F3B;
}

#g8089-248-001 .colorvariation p {
	font-family: serif;
	font-size: 34px;
	color: #524F3B;
	text-align: center;
	line-height: 1.3;
	margin: 20px;
}

#g8089-248-001 .colorvariation .box{
    padding:  10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-content: center;
}

#g8089-248-001 .colorvariation .box_item{
    padding: 5px;
    margin:  7px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    width: 45%;                 /* 幅指定 */
	text-align: center;
}

#g8089-248-001 .colorvariation .box_item p {
	font-family: serif;
	font-size: 24px;
	color: #262626;
	text-align: center;
	line-height: 1.3;
}

#g8089-248-001 .size h3 {
	font-family: serif;
	font-size: 60px;
	color: #524F3B;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
    border-bottom: 3px solid #524F3B;
}

#g8089-248-001 .size p {
	font-family: serif;
	font-size: 34px;
	color: #524F3B;
	text-align: center;
	line-height: 1.3;
	margin: 20px;
}

#g8089-248-001 .strap h3 {
	font-family: serif;
	font-size: 60px;
	color: #524F3B;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
    border-bottom: 3px solid #524F3B;
}

#g8089-248-001 .strap p {
	font-family: serif;
	font-size: 34px;
	color: #524F3B;
	text-align: center;
	line-height: 1.3;
	margin: 20px;
}

#g8089-248-001 .strap .box{
    padding: 10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-content: center;
}

#g8089-248-001 .strap .box .box1{
    width: 46%;                 /* 幅指定 */
	text-align: center;
}

#g8089-248-001 .strap .box .box2 p {
	font-size: 42px;
	color: #262626;
	text-align: center;
	line-height: 1.3;
    margin: 150px 50px;

}

#g8089-248-001 .three-way h3 {
	font-family: serif;
	font-size: 60px;
	color: #524F3B;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
    border-bottom: 3px solid #524F3B;
}

#g8089-248-001 .battery h3 {
	font-family: serif;
	font-size: 60px;
	color: #524F3B;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
    border-bottom: 3px solid #524F3B;
}

#g8089-248-001 .battery .box{
    padding: 10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	
}

#g8089-248-001 .battery .box .box_item{
    width: 46%;                 /* 幅指定 */
	text-align: center;
}

#g8089-248-001 .battery .box .box_item p {
	font-size: 36px;
    color: #262626;
    text-align: center;
    line-height: 1.3;
    padding: 10px;
}

#g8089-248-001 hr{
	height: 3px;
	border: solid;
	color: #524F3B;
	width: 100%;
}



@media screen and ( min-width:521px ){ /* tablet&PC */
#g8089-248-001 #point_3 .fix:after {
	content: "";
	clear: both;
	display: block;
}
	
.sp_display {
	display: none;		
}
	
}

@media screen and ( max-width:520px ){/* SP */
#g8089-248-001 {
	width: 100%;
}
	
 #g8089-248-001 h2 {/* 絶対必要 */
	padding: 0;
	background-color: transparent;
}
	
#g8089-248-001 .sp_block {
	display: block;
}

.pc_display {
	display: none;		
}

#g8089-248-001 .sub, .colorvariation, .size, .strap, .three-way, .battery {
	margin: 30px 0 30px;
}

#g8089-248-001 .sub h3 {
	font-size: 18px;
	line-height: 1.3;
	margin: 10px 0;
}

#g8089-248-001 .sub h3 span {
	font-size: 22px;
	font-weight: 500;
}

#g8089-248-001 .colorvariation h3,
#g8089-248-001 .size h3,
#g8089-248-001 .strap h3,
#g8089-248-001 .three-way h3,
#g8089-248-001 .battery h3 {
	font-size: 22px;
	font-weight: bold;
	padding: 0px 0px 0px 7px;
    border-bottom: 2px solid #524F3B;
}

#g8089-248-001 .colorvariation p {
	font-size: 16px;
	line-height: 1.3;
	margin: 10px;
}

#g8089-248-001 .colorvariation .box{
    padding:  5px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
}

#g8089-248-001 .colorvariation .box_item{
    padding: 3px;
    margin:  5px;              /* 外側の余白 */
    border-radius:  3px;        /* 角丸指定 */
    width: 45%;                 /* 幅指定 */
}

#g8089-248-001 .colorvariation .box_item p {
	font-size: 16px;
	line-height: 1.2;
}

#g8089-248-001 .size p {
	font-size: 20px;
	line-height: 1.3;
	margin: 20px;
}

#g8089-248-001 .strap p {
	font-size: 20px;
	line-height: 1.3;
	margin: 20px;
}

#g8089-248-001 .strap .box{
    padding: 10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-content: center;
}

#g8089-248-001 .strap .box .box1{
    width: 46%;                 /* 幅指定 */
	text-align: center;
}

#g8089-248-001 .strap .box .box2 p {
    font-size: 20px;
    color: #262626;
    text-align: center;
    line-height: 1.3;
    margin: 24px 0px;
}

#g8089-248-001 .battery .box{
    padding: 5px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	
}

#g8089-248-001 .battery .box .box_item{
    width: 46%;                 /* 幅指定 */
	text-align: center;
}

#g8089-248-001 .battery .box .box_item p {
	font-size: 18px;
    color: #262626;
    text-align: center;
    line-height: 1.3;
    padding: 5px;
}

#g8089-248-001 hr{
	height: 1px;
	border: solid;
	color: #524F3B;
	width: 100%;
}

}