@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
#g8093-050-001 {
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	margin: 30px 0 50px;
}

#g8093-050-001 .circle {
    display: inline-grid;
	position: absolute;
    color: #fff;
    background-color: #F82884;
    width: 100px;
    height: 100px;
	font-size: 46px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    align-content: center;
}

#g8093-050-001 .circleB {
    /*display: inline-grid;*/
/*	padding-top: 35px;*/
	position: absolute;
    color: #fff;
    background-color: #F82884;
	white-space: nowrap;
    width: 150px;
    height: 150px;
	font-size: 28px;
	line-height: 1.4;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    align-content: center;
	margin-left: 60px;
}

#g8093-050-001 .circleB span{
	font-size: 46px;
}

#g8093-050-001 .title,
#g8093-050-001 .point1,
#g8093-050-001 .point2,
#g8093-050-001 .point3,
#g8093-050-001 .point4,
#g8093-050-001 .view,
#g8093-050-001 .colors,
#g8093-050-001 .pants {
	margin: 0 20px 60px;
}

#g8093-050-001 .title h3 {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	font-family: "ヒラギノ角ゴシックW7","Hiragino Sans";
	line-height: 1.4;
	padding: 30px 0 30px;
}

#g8093-050-001 .title h3 span {
	font-size: 44px;
	background: linear-gradient(transparent 60%, #F9F766 60%);
}

#g8093-050-001 .point1 .reason, .point2 .reason, .point3 .reason, .point4 .reason {
	text-align: right;
	margin: 80px 15px -30px;
}

#g8093-050-001 .point1 h4 {
	font-size: 34px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0px 0px 20px 120px;
}

#g8093-050-001 .point1 h4 span{
	font-size: 42px;
}

#g8093-050-001 .point2 h4 {
	font-size: 36px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0px 0px 20px 120px;
	padding: 20px 0;
}

#g8093-050-001 .point2 h4 span{
	font-size: 44px;
}

#g8093-050-001 .point2 p {
	font-size: 20px;
	text-align: center;
}

#g8093-050-001 .point3 h4 {
	font-size: 36px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0px 0px 20px 120px;
	padding: 20px 0;
}

#g8093-050-001 .point3 h4 span{
	font-size: 44px;
}

#g8093-050-001 .point4 h4 {
	font-size: 36px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0px 0px 20px 120px;
}

#g8093-050-001 .point4 h4 span{
	font-size: 44px;
}

#g8093-050-001 .point4 .box{
    padding: 10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-content: center;
}

#g8093-050-001 .point4 .box .box1, .point4 .box .box2 {
    width: 46%;                 /* 幅指定 */
	text-align: center;
	padding: 10px;
	margin: 15px 0 15px;
}

#g8093-050-001 .point4 .box .box1 h5, .point4 .box .box2 h5 {
	font-size: 30px;
	background-color: #F82884;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.3;
	margin-top: auto;
	padding: 10px 5px;
}

#g8093-050-001 .point4 .box .box1 p, .point4 .box .box2 p {
	font-size: 22px;
	color: #262626;
	text-align: left;
	line-height: 1.3;
	padding: 3px;
}

#g8093-050-001 .colors h4 {
	font-size: 42px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0px 0px 20px 230px;
	padding: 40px 0;
}

#g8093-050-001 .colors h4 span{
	background: linear-gradient(transparent 60%, #F9F766 60%);
}

#g8093-050-001 .colors .colorbox{
    padding: 10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-content: center;
}

#g8093-050-001 .colors .colorbox .box1, .colors .colorbox .box2, .colors .colorbox .box3 {
    width: 32%;                 /* 幅指定 */
	text-align: center;
}

#g8093-050-001 .colors .colorbox .box1 p, .colors .colorbox .box2 p, .colors .colorbox .box3 p {
	font-size: 20px;
	color: #262626;
	text-align: center;
	line-height: 1.3;
}

#g8093-050-001 .size{
	margin: 60px 20px 60px;
}

#g8093-050-001 .size p {
	font-size: 22px;
	color: #FF0000;
	text-align: center;
	line-height: 1.3;
	padding: 5px;
}

#g8093-050-001 .pants h3 {
	text-align: center;
	font-size: 36px;
	line-height: 1.4;
	font-weight: bold;
    margin: 50px 0 50px;
}

#g8093-050-001 .pants h3 span{
	font-size: 44px;
	background: linear-gradient(transparent 60%, #F9F766 60%);
}


@media screen and ( min-width:521px ){ /* tablet&PC */
#g8093-050-001 #point_3 .fix:after {
	content: "";
	clear: both;
	display: block;
}
	
.sp_display {
	display: none;		
}
	
}

@media screen and ( max-width:520px ){/* SP */
#g8093-050-001 h2 {/* 絶対必要 */
	padding: 0;
	background-color: transparent;
}
	
#g8093-050-001 {
	margin: 50px 0 50px;
}
	
#g8093-050-001 .circle {
    display: inline-grid;
    color: #fff;
    background-color: #F82884;
    width: 65px;
    height: 65px;
	font-size: 28px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    align-content: center;
}

#g8093-050-001 .circleB {
	padding-top: 0px;
    color: #fff;
    background-color: #F82884;
    white-space: nowrap;
    width: 80px;
    height: 80px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    margin-left: 3px;
}

#g8093-050-001 .circleB span{
	font-size: 26px;
}

#g8093-050-001 .title{
	margin: 20px 7px 70px;
	position: static;
}
	
#g8093-050-001 .point1,
#g8093-050-001 .point2,
#g8093-050-001 .point3,
#g8093-050-001 .point4,
#g8093-050-001 .view,
#g8093-050-001 .colors,
#g8093-050-001 .pants {
	margin: 0px 7px 70px;
}

#g8093-050-001 .title h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3;
	padding: 10px 0 20px;
}

#g8093-050-001 .title h3 span {
	font-size: 30px;
	background: linear-gradient(transparent 60%, #F9F766 60%);
}

#g8093-050-001 .point1 .reason, .point2 .reason, .point3 .reason, .point4 .reason {
	width: 50%;
	text-align: right;
	margin: 60px 0 0 145px;
}

#g8093-050-001 .point1 h4 {
	font-size: 17px;
	line-height: 1.2;
	margin: 0px 0px 15px 67px;
	padding: 2px 0 0;
}

#g8093-050-001 .point1 h4 span{
	font-size: 22px;
}

#g8093-050-001 .point2 h4 {
	font-size: 17px;
	line-height: 1.2;
	margin: 0px 0px 15px 67px;
	padding: 2px 0 0;
}

#g8093-050-001 .point2 h4 span{
	font-size: 22px;
}

#g8093-050-001 .point2 p {
    font-size: 14px;
    line-height: 1.3;
    padding: 0px;
}

#g8093-050-001 .point3 h4 {
	font-size: 17px;
	line-height: 1.2;
	margin: 0px 0px 15px 67px;
	padding: 2px 0 0;
}

#g8093-050-001 .point3 h4 span{
	font-size: 22px;
}

#g8093-050-001 .point4 h4 {
	font-size: 17px;
    line-height: 1.2;
    margin: 0px 0px 15px 67px;
    padding: 2px 0 0;
}

#g8093-050-001 .point4 h4 span{
	font-size: 22px;
}

#g8093-050-001 .point4 .box{
    padding: 10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-content: center;
}

#g8093-050-001 .point4 .box .box1, .point4 .box .box2 {
    width: 48%;                 /* 幅指定 */
	text-align: center;
	padding: 2px;
	margin: 0px 0 7px;
}

#g8093-050-001 .point4 .box .box1 h5, .point4 .box .box2 h5 {
	font-size: 15px;
	background-color: #F82884;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.2;
	margin-top: auto;
	padding: 4px 0px;
}

#g8093-050-001 .point4 .box .box1 p, .point4 .box .box2 p {
	font-size: 12px;
	line-height: 1.3;
	padding: 2px;
}

#g8093-050-001 .colors h4 {
	font-size: 20px;
    line-height: 1.2;
    margin: 0px 0px 30px 88px;
    padding: 27px 0 0;
}

#g8093-050-001 .colors h4 span{
	background: linear-gradient(transparent 60%, #F9F766 60%);
}

#g8093-050-001 .colors .colorbox{
    padding: 4px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-content: center;
}

#g8093-050-001 .colors .colorbox .box1, .colors .colorbox .box2, .colors .colorbox .box3 {
    width: 46%;                 /* 幅指定 */
	text-align: center;
}

#g8093-050-001 .colors .colorbox .box1 p, .colors .colorbox .box2 p, .colors .colorbox .box3 p {
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
}

#g8093-050-001 .size {
	margin: 0 20px 50px;
}

#g8093-050-001 .size p {
	font-size: 14px;
	line-height: 1.3;
	padding: 0px;
}

#g8093-050-001 .pants h3 {
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
}

#g8093-050-001 .pants h3 span{
	font-size: 26px;
	background: linear-gradient(transparent 60%, #F9F766 60%);
}
	
}