@charset "UTF-8";
/*  -------------------------------------
	Color
  -------------------------------------*/
/*  -------------------------------------
	font
  -------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap");
/**================================================**/

#g8094-000-001 {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	background-color: #fff;
    padding-top: 0px;
}

#g8094-000-001 .moz_line {
	position: relative;
	width: 890px;
	margin: 20px auto;
	padding: 10px;
	color: #12385C;
	text-align: center;
}

#g8094-000-001 .moz_line:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #12385C;
}

#g8094-000-001 .moz_line:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 4px;
	background: #F3E223;
}

#g8094-000-001 #title {
	margin-bottom: 30px;
}

#g8094-000-001 #title .relative {
	position: relative;
	width: 100%;
}
#g8094-000-001 #title .absolute{
	position: absolute;
	top: 8%;
	left: 3%;
	bottom: 80px;
	color: #12385c;
	background: rgba(0,0,0,0);
	width: 600px;
	padding: 10px 0;
	font-size: 62px;
	font-weight: 900;
	line-height: 1.3;
	text-align: left;
}

#g8094-000-001 #title .absolute h1{
	font-size: 62px;
	color: #12385c;
	font-weight: 900;
}

#g8094-000-001 #title .absolute h1 span{
	font-size: 66px;
}

#g8094-000-001 #brand {
	border: solid 2px #262626;
	padding: 15px;
	margin: 0 20px 0; 
}

#g8094-000-001 #brand h4 {
	color: #12385c;
	line-height: 1.3;
	font-size: 25px;
	font-weight: bold;
}

#g8094-000-001 .subtitle {
	margin-top: 100px;
	text-align: center;
}

#g8094-000-001 .subtitle .point_NO p{
	font-size: 60px;
	color: #E8437F;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

#g8094-000-001 .subtitle h1 {
	position: relative;
	line-height: 1.4;
	padding: 0.25em 1em;
	display: inline-block;
	color: #12385c;
	top: 0;
	font-size: 46px;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 15px;
}

#g8094-000-001 .subtitle h1 span {
	font-size: 50px;
	color: #12385c;
	font-weight: 700;
	text-align: center;
}

#g8094-000-001 .subtitle h1:before, h1:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
}

#g8094-000-001 .subtitle h1:before {
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	left: 0;
}

#g8094-000-001 .subtitle h1:after {
	content: '';
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	right: 0;
}

#g8094-000-001 #point_1,
#g8094-000-001 #point_2,
#g8094-000-001 #point_3,
#g8094-000-001 #point_4 {
	margin: 20px 0 70px;
}

#g8094-000-001 #point_1 h3,
#g8094-000-001 #point_2 h3,
#g8094-000-001 #point_3 h3,
#g8094-000-001 #point_4 h3 {
	font-size: 28px;
	text-align: center;
	margin: 20px 0;
	color: #12385c;
	font-weight: bolder;
}

#g8094-000-001 #point_2 .box{
    padding:  5px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-content: center;
}

#g8094-000-001 #point_2 .color_box{
    padding: 2px;
    margin:  0px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    width: 48%;                 /* 幅指定 */
	text-align: center;
}

#g8094-000-001 #point_2 .color_box p {
	font-size: 24px;
	color: #262626;
	text-align: center;
	line-height: 1.3;
}

#g8094-000-001 #point_3 p {
	text-align: center;
	font-size: 25px;
	color: #000;
	font-weight: bolder;
	margin-top: -5px;
}

#g8094-000-001 #point_4 img {
	margin: auto;
	display: block;
}

#g8094-000-001 #point_4 .box{
    padding:  2px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-content: center;
}

#g8094-000-001 #point_4 .box_up {
    padding: 2px;
    margin:  0px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    width: 48%;                 /* 幅指定 */
	text-align: center;
}

#g8094-000-001 #point_4 .box_up p {
	font-size: 24px;
	color: #262626;
	line-height: 1.3;
}

#g8094-000-001 #point_4 p {
	text-align: center;
	font-size: 24px;
	color: #262626;
	line-height: 1.3;
}

#g8094-000-001 #pocket,
#g8094-000-001 #views,
#g8094-000-001 #pants {
	margin: 20px 0 70px;
}

#g8094-000-001 #pocket h1,
#g8094-000-001 #views h1,
#g8094-000-001 #pants h1 {
	font-size: 54px;
	text-align: center;
	color: #12385c;
	font-weight: bold;
}

#g8094-000-001 #pocket p {
	margin-left: 5px;
	font-size: 24px;
	color: #262626;
	line-height: 1.3;
}

#g8094-000-001 #views h3 {
	font-size: 28px;
	text-align: left;
	padding-left: 15px;
	color: #12385c;
	font-weight: bolder;
}

#g8094-000-001 #views h3 span {
	font-size: 20px;
	text-align: left;
	padding-left: 15px;
	color: #12385c;
	font-weight: bolder;
}

#g8094-000-001 #pants {
	margin: 50px 0px 50px 0px;
}

#g8094-000-001 #pants h3 {
	font-size: 28px;
	text-align: center;
	color: #12385c;
	font-weight: bolder;
}

#ttl_review {
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
	text-align: center;
	font-size: 40px;
	margin-bottom: 10px;
}



@media screen and ( min-width:521px ){ /* tablet&PC */
#g8094-000-001 {
    margin-left: auto;
    margin-right: auto;
}
	
.sp {
	display: none;
}

}

@media screen and ( max-width:520px ){/* SP */
#g8094-000-001 h2 {/* 絶対必要 */
	padding: 0;
	background-color: transparent;
}
	
#g8094-000-001 {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	background-color: #fff;
    padding-top: 0px;
}

#g8094-000-001 .moz_line {
	position: relative;
	width: 90%;
	margin: 5px auto;
	padding: 5px;
}

#g8094-000-001 .moz_line:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #12385C;
}

#g8094-000-001 .moz_line:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 3px;
	background: #F3E223;
}

#g8094-000-001 #title {
	margin-bottom: 15px;
}

#g8094-000-001 #title .relative {
	position: relative;
	width: 100%;
}
#g8094-000-001 #title .absolute{
	position: absolute;
	top: 8%;
	left: 3%;
	bottom: 40px;
	color: #12385c;
	background: rgba(0,0,0,0);
	width: 75%;
	padding: 5px 0;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
}

#g8094-000-001 #title .absolute h1{
	font-size: 25px;
	line-height: 1.2;
	color: #12385c;
	font-weight: 700;
}

#g8094-000-001 #title .absolute h1 span{
	font-size: 30px;
}

#g8094-000-001 #brand {
	border: solid 2px #262626;
	padding: 10px;
	margin: 0 8px 0; 
}

#g8094-000-001 #brand h4 {
	line-height: 1.2;
	font-size: 16px;
}

#g8094-000-001 .subtitle {
	margin-top: 80px;
}

#g8094-000-001 .subtitle .point_NO p{
	font-size: 32px;
	color: #E8437F;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}

#g8094-000-001 .subtitle h1 {
	position: relative;
	line-height: 1.2;
	padding: 0.25em 1em;
	display: inline-block;
	color: #12385c;
	top: 0;
	font-size: 22px;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 10px;
}

#g8094-000-001 .subtitle h1 span {
	font-size: 26px;
	color: #12385c;
	font-weight: 700;
	text-align: center;
}

#g8094-000-001 .subtitle h1:before, h1:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 7px;
	height: 100%;
	display: inline-block;
}

#g8094-000-001 .subtitle h1:before {
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	left: 0;
}

#g8094-000-001 .subtitle h1:after {
	content: '';
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	right: 0;
}

#g8094-000-001 #point_1,
#g8094-000-001 #point_2,
#g8094-000-001 #point_3,
#g8094-000-001 #point_4 {
	margin: 15px 0 50px;
}

#g8094-000-001 #point_1 h3,
#g8094-000-001 #point_2 h3,
#g8094-000-001 #point_3 h3,
#g8094-000-001 #point_4 h3 {
	font-size: 14px;
	margin: 15px 0;
	line-height: 1.3;
	text-align: center;
}

#g8094-000-001 #point_2 .box{
    padding:  2px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
}

#g8094-000-001 #point_2 .color_box{
    padding: 2px;
    margin:  0px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    width: 48%;                 /* 幅指定 */
	align: center;
}

#g8094-000-001 #point_2 .color_box p {
	font-size: 10px;
	color: #262626;
	text-align: center;
	line-height: 1.1;
}

#g8094-000-001 #point_3 p {
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	color: #262626;
	font-weight: bolder;
	margin-top: 10px;
}

#g8094-000-001 #point_4 img {
	margin: auto;
	display: block;
}

#g8094-000-001 #point_4 .box{
    padding:  2px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
}

#g8094-000-001 #point_4 .box_up {
    padding: 2px;
    margin:  0px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    width: 48%;                 /* 幅指定 */
	text-align: center;
}

#g8094-000-001 #point_4 .box_up p {
	font-size: 12px;
	color: #262626;
	line-height: 1.3;
}

#g8094-000-001 #point_4 p {
	text-align: center;
	font-size: 12px;
}
	
#g8094-000-001 #pocket,
#g8094-000-001 #views,
#g8094-000-001 #pants {
	margin: 15px 0 50px;
}

#g8094-000-001 #pocket h1,
#g8094-000-001 #views h1,
#g8094-000-001 #pants h1 {
	font-size: 22px;
	text-align: center;
	color: #12385c;
	font-weight: bold;
}
	
#g8094-000-001 #pocket p {
	margin-left: 5px;
	font-size: 12px;
	color: #262626;
	line-height: 1.3;
}

#g8094-000-001 #views h3 {
	font-size: 16px;
	text-align: left;
	padding-left: 5px;
}

#g8094-000-001 #views h3 span {
	font-size: 20px;
	text-align: left;
	padding-left: 15px;
}

#g8094-000-001 #pants {
	margin: 50px 0px 50px 0px;
}

#g8094-000-001 #pants h3 {
	font-size: 16px;
	text-align: center;
}
	
.pc {
	display: none;
}
	
.sp {
	margin: 50px 0 50px;		
}
	
}