@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*:focus {
  outline: none;
}

hr{
	margin: 0;
}

#fg_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #333333;
    display: block;
    font-weight: 400;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
    letter-spacing: 1.6px;
	font-feature-settings: "palt";
	background: #fff5e1;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}

#fg_wrap img{
    width: 100%;
    line-height:0;
    vertical-align: bottom;
    border: none;
}


/************************************************************
                main 
************************************************************/
#fg_head {
    max-width: 1000px;
	width: 100%;
	margin: 0 auto;
    position: relative;
	background: #ffffff;
}

.point_section{
	display: flex;
	padding: 7% 0;
	justify-content: center;
	border-bottom: 2px solid #ee7951;
}

.point_box{
	width: 30%;
}

.point_box .txt{
	text-align: center;
	margin: 2% 0 5%;
	line-height: 1.7;
	letter-spacing: 2px;
}

.point_box .txt span{
	font-size: 120%;
	font-weight: bold;
}

.point_box{
	text-align: center;
}

.point_section .point_box .point img{
	width: 65%!important;
}

.other_section{
	display: flex;
	margin: 7% auto 8%;
	width: 90%;
	column-gap: 5%;
	justify-content: center;
}

.other_section .review_box{
	position: relative;
	/*border: 1px solid #ee7951;*/
	/*padding: 5% 3%;*/
	width: 50%;
}
.other_section .super_box{
	position: relative;
	width: 35%;
}
.other_section .super_box .lead{
	text-align: left;
	font-size: 14.5px;
	letter-spacing: 2.4px;
	margin: 5% 5% 0;
	line-height: 1.4;
}

.other_section .super_box .more{
	text-align: left;
	font-size: 13px;
	letter-spacing: 1.4px;
	margin: 1% 5% 0;
}

.other_section .super_box .more a{
	color: #333333;
	font-weight: 600;
}

.other_section .review_box .title{
	position: absolute;
	top: -3%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
}

.other_section .review_box .title span{
	background: #ffffff;
	padding: 0 15px;
}

.other_section .txt{
	text-align: left;
	margin-top: 5%;
	font-size: 14px;
	letter-spacing: 2.5px;
}

.footer{
	width: 100%;
	background: #333333;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
    padding: 1% 0;
    position: relative;
    margin: 0 auto;
    font-weight: 300;
}

.sp {
	display:none;
}
.pc{
    display: block;
}

/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#fg_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
        padding: 0;
    }
	
	.point_section{
		display: block;
	}
	
	.point_box{
		width: 85%;
		margin: 0 auto;
	}
	
	.point_box .txt {
        margin: 2% 0 10%;
    }	
	
    .other_section {
        display: block;
		width: 90%;
		margin: 7% auto 15%;
    }
	
    .other_section .txt {
        font-size: 12px;
    }	
	
	.other_section .review_box {
            width: auto;
    }
	
	.other_section .review_box .title {
        font-size: 20px;
    }	
	
	.other_section .review_box .title {
        top: -4%;
    }	
	
	.other_section .review_box {
        padding: 0;
		margin-bottom: 13%;
    }	
	
	.other_section .review_box img {
        margin-top: 5%;
    }
	
	.other_section .super_box{
		width: 85%;
		margin: 0 auto;
	}
	
	.footer{
		font-size: 13px;
        font-weight: 300;
        margin: 0% auto 0;
    }
	
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
	
}