@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

*:last-child {
	margin-bottom: 0 !important;
}
html {
  scroll-behavior: smooth;
}
body,html {margin: 0;padding:0;}
dd,dt,li,ul,h1,h2,h3,h4,p,div {
	margin: 0;
	padding: 0;
	font-feature-settings: "palt";
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
dd,dt,li,ul {
	list-style:none;
}
svg,img {
	width: 100%;
	vertical-align: top; 
	height: auto;
}
a {
	outline:none;
	border: none;
	text-decoration: none;
}
body {
	width: 100%;
	min-height: 100%;
	color: #000;
	font-style: normal;
}
::-moz-selection {
    background: #747474;
}
::selection {
    background: #747474;
}

/*contents*/
	.pc {display: none;}
	.sp {display: block;}
#lp_select101 {
}
#lp_select101 header {
	position: relative;
	display:flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column-reverse;
	width: 100%;
	height: 100%;
	aspect-ratio: 15 / 28;
}
#lp_select101 header .mvImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
#lp_select101 header h2,
#lp_select101 header h1{
	position: relative;
	z-index: 2;
}
#lp_select101 header h1{
	width: 70%;
	top:; 50%
}
#lp_select101 header h2{
	width: 70%;
	height: 37.9%;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	padding-top: 26px;
}
#lp_select101 header h2::before{
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	content:'';
	display: block;
	background: #002A4D;
	border-radius: 50%;
	position: absolute;
	top: 0;
	transform: translateY(-44%);
}
#lp_select101 header h2 img {
	width: 32%;
	position: relative;
	z-index: 2;
}
/*menu*/
#lp_menu {
    position: sticky;
    top: 0;
    bottom:0;
    z-index: 10;
}
#lp_menu .menuinner {
}
#lp_menu .menuinner ul {
	display: flex;
	overflow:scroll;
	background: #EAE8E5;
}
#lp_menu .menuinner ul li {
	padding: 20px 1.5%;
}
#lp_menu .menuinner ul li a {
	color: #111;
	display: inline-block;
	background: #FFF;
	padding: 0.5em 3em 0.5em 1.5em;
	border-radius: 40px;
	white-space: nowrap;
	box-sizing: border-box;
	position: relative;
}
#lp_menu .menuinner ul li a::after {
	width: 20px;
	height: 20px;
	display: block;
	content:'';
	border-radius: 50%;	
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}
#lp_menu .menuinner ul li:nth-child(3n+1) a::after {
	background: #F8BC18;
}
#lp_menu .menuinner ul li:nth-child(3n+2) a::after {
	background: #46A7D7;
}
#lp_menu .menuinner ul li:nth-child(6) a::after,
#lp_menu .menuinner ul li:nth-child(3) a::after {
	background: #F75252;
}
#lp_menu .menuinner {
    position: relative;
}
.progress-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #eee;
}
#progress-bar {
	height: 100%;
	width: 10%;
	border-radius: 0 3px 3px 0;
	background: #304B60;
	transition: width 0.15s ease-out;
}
/*footer*/
#lp_footer {
	background: #002A4D;
	padding: 60px 0;
}
#lp_footer h1 {
	text-align: center;
}
#lp_footer h1 img{
	width: 46%;
}
#lp_footer ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	margin-bottom: 50px;
}
#lp_footer ul li {width: 74%;}
#lp_footer ul li a{
	display: block;
	line-height: 2.5;
	font-size: 1.45rem;
	text-align: center;
    border-radius: 40px;
    position: relative;
}
#lp_footer ul li a::after{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 0;
	height: 0;
	content:'';
	border-style: solid;
	border-color: transparent;
	border-width: 0.275em 0.44952em;
	border-left-color: currentColor;
	border-right: 0;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}
#lp_footer ul li:first-child a::after{
	color: #002A4D;
}
#lp_footer ul li:last-child a::after{
	color: #FFF;
}
#lp_footer ul li:first-child a{
	color: #002A4D;
	background: #FFF;
}
#lp_footer ul li:last-child a{
	color: #FFF;
	background: #EF5959;
}

/*section*/
#lp_select101 .section {
	padding: 90px 0 80px;
}
#lp_select101 .section .inner {
	padding: 0 6%;
}
#lp_select101 .section .inner .caseList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#lp_select101 .section .inner .caseList li {
	width: calc(100%/3);
	position: relative;
}
#lp_select101 .section .inner .caseList li img.caseImg {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
}
#lp_select101 .section .inner .caseList li img.iconNum {
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	pointer-events: none;
}
#lp_select101 .section .inner h2 {
	color: #FFF;
	font-size: 1.18rem;
	letter-spacing: 0.075em;
	font-weight: 500;
	text-align: center;
	position: relative;
	padding-top: 3em;
	line-height: 1.7;
	margin-bottom: 1.2em;
}
#lp_select101 .section .inner h2 img {
	position: absolute;
	left: 0;
	top: 0;
}
#lp_select101 .section#simple h2 img {
	width: 28%;
}
#lp_select101 .section#nature h2 img {
	width: 33.52%;
}
#lp_select101 .section#refined h2 img {
	width: 35.56%;
}
#lp_select101 .section#japanese h2 img {
	width: 42.9%;
}
#lp_select101 .section#retro h2 img {
	width: 26.7%;
}
#lp_select101 .section#wood h2 img {
	width: 26%;
}
#lp_select101 .section#dark_colors h2 img {
	width: 55.2%;
}
#lp_select101 .section#original h2 img {
	width: 84%;
}

#lp_select101 .section.ye {
 background: #F8BC18;
}
#lp_select101 .section.bu {
 background: #46A7D7;
}
#lp_select101 .section.rd {
 background: #EF5A4E;
}
/*popup*/
.mfp-bg {
	background: #FFF;
	opacity:0.94;
}
.mfp-container {
	padding: 0 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}
.mfp-container:before {
	height: 0;
}
.mfp-title {
	text-align: center;
	display: block;
	letter-spacing: 0.095em;
	padding-right: 0;
	color: #111;
}
.mfp-bottom-bar {
	padding-top: 2.6rem;
}
.mfp-arrow {
    width: 90px;
    height: 90px;
	bottom: 2%;
    top: auto;
}
.mfp-counter {
	position: static;
	text-align: center;
	padding-top: 2em;
	color: #444;
}
button.mfp-arrow.mfp-arrow-right{
	background: url(../img/arrow.svg) no-repeat 0 0;
	background-size: 100% auto;
	transform: translateX(10%);
}
button.mfp-arrow.mfp-arrow-left{
	background: url(../img/arrow-left.svg) no-repeat 0 0;
	background-size: 100% auto;
	transform: translateX(-10%);
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {color:#000;}
.mfp-arrow-left:before,
.mfp-arrow-left:after,
.mfp-arrow-right:before,
.mfp-arrow-right:after {
	display: none;
}
.mfp-figure:after {
    box-shadow: none;
    background: transparent;
}
.mfp-image-holder .mfp-close {
	right: 2%;
	padding-right: 0;
}
.mfp-title,
.mfp-counter,
.mfp-close{font-family: "Noto Sans JP", sans-serif;}
.mfp-counter,
.mfp-close{
	font-size: 14px;
}

@media screen and (min-width:640px) {
	#lp_select101 header {
	aspect-ratio: 130 / 149;
	}
	#lp_select101 header h2{
	width: 54%;
	height: 36%;
	padding-top: 36px;
	}
	img.mfp-img {
	width: 100%;
	}
	.mfp-image-holder .mfp-content {
    width: 90%;
	}
	.mfp-arrow {
    width: 90px;
    height: 90px;
	bottom: auto;
    top: 51%;
	}
	button.mfp-arrow.mfp-arrow-right{
	transform: translate(10%,0);
	}
	button.mfp-arrow.mfp-arrow-left{
	transform: translate(-10%,0);
	}
	#lp_select101 .section .inner h2{
	padding-top: 3.4em;
	}
	#lp_select101 .section .inner h2 img {
	margin-left: -2%;
	}
	#lp_select101 .section#simple h2 img {
	width: 18%;
	}
	#lp_select101 .section#nature h2 img {
	width: 23.52%;
	}
	#lp_select101 .section#refined h2 img {
	width: 25.56%;
	}
	#lp_select101 .section#japanese h2 img {
	width: 28.9%;
	}
	#lp_select101 .section#retro h2 img {
	width: 16.7%;
	}
	#lp_select101 .section#wood h2 img {
	width: 16%;
	}
	#lp_select101 .section#dark_colors h2 img {
	width: 30.2%;
	}
	#lp_select101 .section#original h2 img {
	width: 44%;
	}
	#lp_select101 .section {
    padding: 100px 0 100px;
	}
}
@media screen and (min-width:840px) {
	.pc {display: block;}
	.sp {display: none;}
	#lp_select101 header {
	aspect-ratio: 683 / 383;
	}
	#lp_select101 header h1 {
    width: 44%;
    }
	#lp_select101 header h2{
	width: 28%;
	height: 34%;
	padding-top: 20px;
	}
	#lp_footer ul {
	width: 70%;
    flex-direction: row;
    gap: 4%;
    margin: 0 auto 60px;
	}
	#lp_footer h1 img {
    width: 20%;
	}
	#lp_footer ul li {
	width:50%;
	}
	#lp_menu .menuinner h2 {
	display: none;
	}
	#progress-bar,
	.progress-wrap {
	display: none;
	}
}
@media screen and (min-width:1024px) {
	#lp_select101 .section .inner h2{
	text-align: left;
	padding-top: 3.4em;
	}
	#lp_menu .menuinner {
	width: 30%;
	max-width: 520px;
	float: left;
	background: #FFF;
	padding: 40px 3% 50px 2%;
	box-sizing: border-box;
	border-radius: 0 0 10px 0;
	}
	#lp_menu .menuinner h2 {
	width: 60%;
	padding-left: 8%;
	margin-bottom: 40px;
	display: block
	}
	#lp_menu .menuinner ul {
	background: transparent;
	overflow: clip;
	flex-direction: column;
	gap: 20px;
	}
	#lp_menu .menuinner ul li {
	padding: 0;
	letter-spacing: 0.14em;
	}
	#lp_menu .menuinner ul li a{
	display: block;
	}
	#lp_select101 .section {
	padding-left: 36%;
	}
	#lp_select101 .section .inner h2{
	padding-top: 11%;
	font-size:1.2rem;
	}
	#lp_select101 .section .inner h2 img {
	margin-left: -5%;
	}
	#lp_select101 .section#simple h2 img {
	width: 22%;
	}
	#lp_select101 .section#dark_colors h2 img {
	width: 34.2%;
	}
	#lp_select101 .section#original h2 img {
	width: 46%;
	}
	#sp_scollmenu {
	display: none;
	}
}
@media screen and (min-width:1240px) {
	#lp_menu .menuinner {
	width: 34%;
	max-width: 520px;
	padding: 60px 3% 60px 5%;
	}
	#lp_menu .menuinner h2 {
	width: 54%;
	}
	#lp_select101 .section {
	padding-left:  calc((100dvw - 64%));
	}
	#lp_select101 .section {
	padding-top: 6vw ;
	padding-bottom: 6vw ;
	}
	#lp_footer ul {
	width: 60%;
	margin: 0 auto 80px;
	}
	#lp_footer h1 img {
    width: 20%;
    max-width: 240px;
	}
	#lp_footer{
	padding-top: 80px;
	padding-bottom: 80px;
	}
	#lp_select101 .section .inner .caseList li {
    width: calc(100% / 4);
	}
	#lp_select101 .section .inner .caseList li img.caseImg{
	aspect-ratio: 27 / 20;
	}
	#lp_select101 .section .inner .caseList li img.iconNum {
    height: 36px;
    top: auto;
    left: auto;
    bottom: 10%;
    right: 14px;
    transform: translate(0, 0);
    width: auto;
	}
    .mfp-image-holder .mfp-content {
     width: 80%;
    }
    button.mfp-arrow.mfp-arrow-right {
	right: 5%;
    }
    button.mfp-arrow.mfp-arrow-left {
	left: 5%;
    }
	#lp_menu .menuinner ul li {
	font-size:1.16rem; 
	}
	#lp_select101 .section .inner h2{
	font-size: 1.4rem;
	letter-spacing: 0.18em;
	}
}
@media screen and (min-width:1920px) {
	body{
	background: #002A4D;
	}
	#lp_main {
    max-width: 2000px;
    }
	#lp_select101 .section {
	padding-left:  calc((100% - 64%));
	}
	#lp_footer ul {
	width: 1000px;
	}
	#lp_footer h1 img {
    width: 240px;
	}
    #lp_select101 .section .inner .caseList li img.iconNum {
	height: 40px;
    }
}

