@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
#g9231702 {
	font-family: "游ゴシック", YuGothic, "Marcellus", "Hiragino Sans", Meiryo, "sans-serif", "HGゴシックE", "ＭＳ Ｐゴシック", "ＭＳ ゴシック",　"sans-serif";
	background-color: #FFFFFF;
	margin: 30px 0 80px;
	padding-bottom: 0.1em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#g9231702 .title {
	margin-bottom: 50px;
}

#g9231702 .title img {
	width: 100%;
}

#g9231702 .top {
    position: relative;
	margin-bottom: 70px;
}

#g9231702 .top h1 {
	position: absolute;
    top: 15%;
    left: 5%;
    transform: translate(-5%,-58%);
    padding: 0;
    margin: 0;
    font-size: 42px;
    line-height: 1.5;
    color: #040000;
    text-align: left;
	font-weight: 500;
}

#g9231702 .top h1 span {
    font-size: 62px;
	font-weight: 600;
}

#g9231702 .top h3 {
	font-family: "Marcellus";
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    font-size: 50px;
	color: #bdc7d2;
	font-weight: bold;
}

#g9231702 .subtitle{
	margin: 40px 10px 20px;
}

#g9231702 .subtitle h2 {
    font-family: "Marcellus";
	font-size: 56px;
	color: #415058;
	text-align: center;
	font-weight: normal;
	line-height: 1.2;
}

#g9231702 .material, .details, .colors, .recommend {
    margin: 120px auto;
}

#g9231702 .material .box{
	display: flex;
	margin: 0 40px;
	background-color: #ededed;
}

#g9231702 .material .box h4{
	font-family: "游ゴシック";
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.2;
	background-color: #5388a3;
	border-radius: 2vh;
	margin: 10px 0 14px;
    width: 96%;
    padding: 12px 2px;
}

#g9231702 .material .box p{
	font-size: 30px;
	line-height: 1.6;
	margin: 0 14px;
}

#g9231702 .material .box .box-l{
	width: 45%;
	padding: 24px;
	text-align: center;
}

#g9231702 .material .box .box-r{
	width: 54%;
	padding: 40px 0;
}

#g9231702 .details .details_box{
    display: flex;
    flex-wrap: wrap;
    -ms-display: flex;
    -ms-flex-wrap: wrap;
    margin: 0 30px;
}

#g9231702 .details .details_box .subbox{
    padding: 0px 5px;
    margin: 34px 0;
    width: 50%;
}

#g9231702 .details p {
	font-size: 25px;
    line-height: 1.3;
    font-weight: bolder;
	text-align: center;
    padding: 2px 10px;
}

#g9231702 .details h4 {
    font-size: 28px;
	padding: 16px 3px;
    text-align: center;
    color: #FFFFFF;
    line-height: 1.3;
    background-color: #5388a3;
    font-weight: bolder;
}

#g9231702 .colors .colorbox {
	display: inline-block;
	text-align: center;
	margin: 10px 0px 10px;
}

#g9231702 .colors .colorbox .itemcolor {
	display: inline-block;
	padding: 10px;
	margin-bottom: 30px;
	width: 32%;
}

#g9231702 .colors .colorbox p {
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
}

#g9231702 .colors .colorbox h4{
	color: #FF0000;
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	font-weight: bolder;
	margin: 0 50px;
}

#g9231702 .recommend .box{
	display: flex;
	margin: 0 30px;
}

#g9231702 .recommend h3{
	font-size: 30px;
	line-height: 1.3;
	margin: 6px;
	font-weight: bold;
}

#g9231702 .recommend p{
	font-size: 24px;
	line-height: 1.3;
	margin: 6px;
}

#g9231702 .recommend p span{
	font-size: 32px;
	line-height: 1.3;
	margin: 6px;
}

#g9231702 .recommend .box .box-l{
	width: 45%;
	padding: 20px;
	text-align: center;
}

#g9231702 .recommend .box .box-r{
	width: 52%;
	padding: 10px 0;
}

#g9231702 .recommend .box .box-r a.btn_1 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 320px;
	font-size: 20px;
	margin: 30px auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #415058;
	color: #fff;
	border-radius: 2vh;
	position: relative;
	transition: 0.5s;
}

#g9231702 .recommend .box .box-r a.btn_1::before {
	content: '';
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

#g9231702 .recommend .box .box-r a.btn_1:hover {
	background: #84a5b6;
	color: #fff;
}



@media screen and ( min-width:521px ){ /* tablet&PC */
#g9231702 #point_3 .fix:after {
	content: "";
	clear: both;
	display: block;
}
	
.sp_display {
	display: none;		
}
	
}

@media screen and ( max-width:520px ){/* SP */
h2 {/* 絶対必要 */
	padding: 0;
	background-color: transparent;
}
	
#g9231702 {
    width: 100%;
	margin: 20px 0 20px;
}

#g9231702 .top {
    position: relative;
	margin-bottom: 70px;
}

#g9231702 .top h1 {
    transform: translate(-1%,-10%);
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
    color: #040000;
    text-align: left;
	font-weight: 400;
}

#g9231702 .top h1 span {
    font-size: 26px;
	font-weight: 800;
}

#g9231702 .top h3 {
	font-family: "Marcellus";
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    font-size: 50px;
	color: #bdc7d2;
	font-weight: bold;
}

#g9231702 .subtitle{
	margin: 10px 2px 8px;
}

#g9231702 .subtitle h2 {
    font-family: "Marcellus";
	font-size: 36px;
	color: #415058;
	text-align: center;
	font-weight: normal;
	line-height: 1.2;
}

#g9231702 .material, .details, .colors, .recommend {
    margin: 70px auto;
}

#g9231702 .material .box{
	display: block;
	margin: 10px;
}
	
#g9231702 .material .box h4{
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	margin: auto;
    width: 94%;
    padding: 4px;
}

#g9231702 .material .box p{
	font-size: 16px;
	line-height: 1.3;
	margin: 14px;
}

#g9231702 .material .box .box-l{
	width: 100%;
	padding: 14px;
	text-align: center;
}

#g9231702 .material .box .box-r{
	width: 100%;
	padding: 2px 6px 10px;
}

#g9231702 .details .details_box{
    display: block;
    margin-left: auto;
	margin-right: auto;
}

#g9231702 .details .details_box .subbox{
    margin: auto;
    width: 96%;
}

#g9231702 .details p {
	font-size: 18px;
    line-height: 1.3;
    font-weight: bolder;
    text-align: center;
    padding: 6px;
	margin-bottom: 50px;
}

#g9231702 .details h4 {
    font-size: 20px;
	padding: 10px 4px;
    text-align: center;
    color: #FFFFFF;
    line-height: 1.3;
    background-color: #5388a3;
    font-weight: bolder;
}

#g9231702 .colors .colorbox {
	display: inline-block;
	text-align: center;
	margin: 10px 0px 10px;
}

#g9231702 .colors .colorbox .itemcolor {
	display: inline-block;
	padding: 4px;
	margin-bottom: 4px;
	width: 32%;
}

#g9231702 .colors .colorbox p {
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 14px;
}

#g9231702 .colors .colorbox h4{
	color: #FF0000;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	font-weight: bolder;
	margin:0 14px;
}

#g9231702 .recommend .box{
	display: inline;
	margin: 2px 10px;
}

#g9231702 .recommend h3{
	font-size: 21px;
	line-height: 1.2;
	margin: 8px 4px;
	font-weight: bold;
}

#g9231702 .recommend p{
	font-size: 16px;
	line-height: 1.2;
	margin: 2px;
	text-align: left;
}

#g9231702 .recommend p span{
	font-size: 12px;
	line-height: 1.3;
	margin: 2px;
}

#g9231702 .recommend .box .box-l{
	width: 100%;
	padding: 4px;
	text-align: center;
}

#g9231702 .recommend .box .box-r{
	width: 100%;
	padding: 8px;
}

#g9231702 .recommend a.btn_1 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 60%;
	font-size: 18px;
	margin: 14px auto;
	padding: 0.5rem 1rem 0.5rem 1rem;
	font-weight: bold;
	background: #415058;
	color: #fff;
	border-radius: 2vh;
	position: relative;
	transition: 0.5s;
}

#g9231702 .recommend a.btn_1::before {
	content: '';
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

#g9231702 .recommend a.btn_1:hover {
	background: #84a5b6;
	color: #fff;
}


