
@charset "EUC-JP";

/* 全体の設定 */

@font-face{
font-family:"din1451alt";
src: url("../font/din1451alt.ttf");
}

@font-face{
font-family:"ZenKakuGothicNew";
src:url("../font/ZenKakuGothicNew-Regular.ttf");
}

body{
margin: 0px;
font-family:"futura-pt","游ゴシック","din1451alt","ZenKakuGothicNew","MS Pゴシック", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
font-size:16px;

}


/* aタグの下線削除 */
a{
text-decoration: none;
color: #212529;
}
a:hover{
color: #ADADAD;

}
/* imgタグの常時100％ */
img{
width: 100%;
}

/* ulの中黒削除 */
ul{
list-style: none;
}
/* フォントカラー */
h1,h2,h3,h4,h5,p{
color:rgb(75, 74, 74);
}

 
span {
    display: inline-block;
}


p {
   margin: 0.25rem 0 !important;
}
ul{
padding:0!important;
}


.fix_menu{
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 30px 0;
}



.header-container{
height:165px;
background:#DFD0B3;
}


.header-icon{
  display: flex;        /* 横並び */
  gap: 10px;            /* 画像の間隔 */
  max-height: 60px;    /* 親要素の高さ制限 */
  overflow: hidden;     /* はみ出さないように */
  padding-left:80px;
  position:relative;
}

.header-icon img{
  max-height: 100%;     /* 親の高さに収める */
  height: auto;
  width: auto;
  object-fit: contain;  /* 比率を保って縮小 */
	
}
#insta-header-logo{
	height:30px;
	position:absolute;
	bottom:8px;
	left:230px;
}
#navwrap{
	position:absolute;
	padding-left:80px;
	top:100px;
	
}


.header-link {
	display:flex;
}

.header-link a{
	position: relative;
	display: inline-block;

	padding:8px 20px ;
	background:white;
	margin:0 4px 0;
}

.button-outline{
	outline: 2px solid #7A7262;
	border-radius: 100px;
}


.header-link li img{
	max-height:3rem;
}
.pc-none-display{
	display:none;
}

#switch{
	display: none;
}

#switch ~ label {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.top-slider{
	position:relative;
	z-index:100;
	background:#DFD0B3;

}

.carousel-control-prev-icon,
.carousel-control-next-icon{
  border-radius: 50%; /* 丸くする */
  background-color: #000000; /* 背景色 */
  outline: 2px solid #FFFFFF;
  filter: invert(100%);
  padding:20px;
}



.carousel-item {
  display: block !important;  /* ← 非表示でも描画を維持 */
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.carousel-item.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}

.carousel-inner {
  background-color: dfd0b3 !important; /* 白抜け防止 */
}



.concept-title1{
	padding-right:1rem;
}
.concept-title2{
	padding-left:1em;
	padding-bottom:2rem;
}

.concept-sentence{
line-height:3rem;
}


.concept-image-child-1{
	position:absolute;
	top:30%;
    left: 6%;
	width:20%;
	border: 10px solid #FFFFFF;
	outline: 2px solid #7A7262;
	border-radius: 30px;
	
}

.concept-image-child-2{
	position:absolute;
	top:50%;
	left:13%;
	width:20%;
	border: 10px solid #FFFFFF;
	outline: 2px solid #7A7262;
	border-radius: 30px;
	}
.concept-image-child-3{
	position:absolute;
	top:100%;
	left:9%;
	width:20%;
	border: 10px solid #FFFFFF;
	outline: 2px solid #7A7262;
	border-radius: 30px;
	}
.concept-image-child-4{
	position:absolute;
	top:40%;
	right:6%;
	width:20%;
	border: 10px solid #FFFFFF;
	outline: 2px solid #7A7262;
	border-radius: 30px;
	}
.concept-image-child-5{
	position:absolute;
	top:50%;
	right:13%;
	width:20%;
	border: 10px solid #FFFFFF;
	outline: 2px solid #7A7262;
	border-radius: 30px;
	}
.concept-image-child-6{
	position:absolute;
	top:100%;
	right:9%;
	width:20%;
	border: 10px solid #FFFFFF;
	outline: 2px solid #7A7262;
	border-radius: 30px;
	}



.concept-container{
  width:100%;
  background: #DFD0B3;
  position:relative;
  z-index:-10;

}

.concept-text-container {
  height: 2200px;
  padding:200px;
  z-index:5;
  
  
}

/* stickyを適用した要素 */
.sticky {
  position: sticky;
  top: 14%;
  left: 45%;
}



/*パララックステストここまで*/







.five-image img{
max-height:300px;
object-fit:contain;
}


.products-title {
  display: flex;
  align-items: center; /* 上揃え */
  gap: 8px; /* 文字の間隔 */
}

.main-title {
  font-size: 5rem;   /* 大きな文字 */
  font-weight: bold;
}

.sub-title {
  display: flex;
  flex-direction: column; /* 縦並びにする */
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-left:1rem;
  
}


.comingsoon-container{
	width:auto;
	height:100%;
}

.comingsoon-brightness{
	filter: brightness(50%);
}
.comingsoon-text{
	position:absolute;
	bottom:50%;
	left:50%;
	color:#fff;
	font-size:1.6rem;
	font-weight:300;
	transform: translateY(-50%) translateX(-50%);    /* 要素自体の半分、上と左にずらす */
}
.comingsoon-add{
	top:44%;
	font-size:2.4rem;
}

.viewmore-text{
	position:absolute;
	padding:0rem 0.5rem;
	bottom:-15px;
	right: 0;
	left: 0;
	margin: auto;
	width:12rem;
	text-align:center;
	font-size:2rem;
}

.viewmore-container{
	width:auto;
	height:100%;
}
.outline-containrer{
	outline: 4px solid #31241e;
}

.products-content{
  position:relative;
  margin:60px 0;
}

.products-content img{
 aspect-ratio: 1 / 1; 
	object-fit: cover;
}

.products-container {
  background-color: #FAF6EB;
  background-image: radial-gradient(circle, #E3DFD4 1px, transparent 1px);
  background-position: 0 0;
  background-size: 14px 14px;
}

.products-container img{
	display: block;
	transition-duration: 0.5s;
}
.products-container img:hover{
	transform: scale(0.95);
	transition-duration: 0.5s;

}

.products-wapper{
	width:81%;
	margin:0 auto;
}


.products-content-title{
  font-size: 4rem;   /* 大きな文字 */
  color:#31241e;
  font-weight: bold;
  position:absolute;
  top:-72px;
}


@keyframes infinity-scroll-left {
	from {
	  transform: translateX(0);
	}
	  to {
	  transform: translateX(-100%);
	}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
 
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  margin-bottom:0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 5);
}
.scroll-infinity__item>img {
  width: 100%;
	border-left: 2px solid #7A7262;
	height:240px;
	object-fit: cover;
}


.instagram-container{
	border-top: 2px solid #7A7262;
	border-bottom: 2px solid #7A7262;

}

.instagram-title{
	background:#DFD0B3;
	border-bottom: 2px solid #7A7262;
	position:relative;
	height:50px;

}

.instagram-title img{
	top:10px;
	left:6%;
	height:30px;
	width:auto;
	position:absolute;

}


.feature-container{
  background-color: #FAF6EB;
  background-image: radial-gradient(circle, #E3DFD4 1px, transparent 1px);
  background-position: 0 0;
  background-size: 14px 14px;
  padding-bottom:100px;
}

.feature-item{
	border: 10px solid #FFFFFF;
	outline: 2px solid #7A7262;
	border-radius: 30px;
	padding:20px;
	background:#FFFFFF;
	position:relative;

}
.feature-item img{
	border-radius: 30px;
}


.fade-slide {
  opacity: 0;
  transform: translateX(-550px);
  transition: all 0.8s ease;
}

/* アニメーション発動後 */
.fade-slide.is-active {
  opacity: 1;
  transform: translateX(0);
}

.feature-content > div:nth-of-type(1) > .fade-slide{
  
  transition-delay: 0.8s;
}
.feature-content > div:nth-of-type(2) > .fade-slide {
  transition-delay: 0.6s;
}
.feature-content > div:nth-of-type(3) > .fade-slide {
  transition-delay: 0.4s;
}
.feature-content > div:nth-of-type(4) > .fade-slide {
  transition-delay: 0.2s;
}





.fusen-1 {
    position: relative;
}

.fusen-1::before {
    position: absolute;
    top: -14%;
    left: 45%;
    z-index: 1;
    width: 12%;
    height: 24%;
    background-color: #BDA253;
    content: "";
}

.fusen-2 {
    position: relative;
}

.fusen-2::before {
    position: absolute;
    top: -14%;
    left: 45%;
    z-index: 1;
    width: 12%;
    height: 24%;
    background-color: #729090;
    content: "";
}

.fusen-3 {
    position: relative;
}

.fusen-3::before {
    position: absolute;
    top: -14%;
    left: 45%;
    z-index: 1;
    width: 12%;
    height: 24%;
    background-color: #5B5F50;
    content: "";
}

.fusen-4 {
    position: relative;
}

.fusen-4::before {
    position: absolute;
    top: -14%;
    left: 45%;
    z-index: 1;
    width: 12%;
    height: 24%;
    background-color: #BCA353;
    content: "";
}



.feature-content .feature-wappar:nth-child(2n+1){
	transform: rotate(8deg);
	
}

.feature-content .feature-wappar:nth-child(2n){
	transform: rotate(-8deg);
}



.faq-container{
  background: #DFD0B3;
  	border-top: 2px solid #7A7262;
	border-bottom: 2px solid #7A7262;
}

.faq-link{
	outline: 1px solid #7A7262;
	padding:5px 8px;
	background:#FFFFFF;
}

.faq-link:after{
	content:"\025b6"
}
.question-wapper{
	width:62%
}

.question-1{
	position: relative;
	display: inline-block;
	outline: 2px solid #7A7262;
	border-radius: 100px;
	padding:10px 50px;
	background:white;
}


.question-1::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 60px;
  background-color: #000;
  top: 0;
  bottom: 0;
  right: 0;
  left: -100%;
  margin: auto;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background:center/200% no-repeat  url("../img/instagram_01.jpg");
}
.question-1::before {
  position: absolute;
  content: "";
  width: 72px; /* 少し大きめ */
  height: 64px;
  top: 0;
  bottom: 0;
  right: 0;
  left: -100%;
  margin: auto;

  background: #7A7262; /* 枠線の色 */
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: 0; /* 背面に送る */
}


.question-2{
	position: relative;
 	display: inline-block;
	outline: 2px solid #7A7262;
	border-radius: 100px;
	padding:10px 50px;
	background:white;
}

.question-2::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background-color: #000;
  top: 0;
  bottom: 0;
  right: 0;
  left: -100%;
  margin: auto;
  border-radius: 50%;
  background:center/200% no-repeat  url("../img/instagram_02.jpg");

}
.question-2::before {
  position: absolute;
  content: "";
  width: 64px; /* 少し大きめ */
  height: 64px;
  top: 0;
  bottom: 0;
  right: 0;
  left: -100%;
  margin: auto;

  background: #7A7262; /* 枠線の色 */
  border-radius: 50%;
  z-index: 0; /* 背面に送る */
}

.question-3{
	position: relative;
 	display: inline-block;
	outline: 2px solid #7A7262;
	border-radius: 100px;
	padding:10px 50px;
	background:white;
}

.question-3::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 60px;
  background-color: #000;
  top: 0;
  bottom: 0;
  right: 0;
  left: -100%;
  margin: auto;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background:center/200% no-repeat  url("../img/instagram_03.jpg");


}
.question-3::before {
  position: absolute;
  content: "";
  width: 72px; /* 少し大きめ */
  height: 64px;
  top: 0;
  bottom: 0;
  right: 0;
  left: -100%;
  margin: auto;

  background: #7A7262; /* 枠線の色 */
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: 0; /* 背面に送る */
}


.question-text{
	position:relative;
	padding:20px 0px;
	margin-left:-20px;
}
.question-1-text::after{
	content="U+25B6";
	color:#000000;
}



.contact-container{
  background-color: #FAF6EB;
  background-image: radial-gradient(circle, #E3DFD4 1px, transparent 1px);
  background-position: 0 0;
  background-size: 14px 14px;
}

.contact-link{
 	display: inline-block;
	outline: 2px solid #7A7262;
	border-radius: 100px;
	padding:10px 20px 10px 20px;
	background:white;
}





.products-number p{
	font-size:2.4rem;
	color:#000;
 }

.products-itemname p{
	width:auto;
	border-bottom:1px solid black;
	
}




ul {
  list-style: none;
  padding-left:0;
}


label {
  display: block;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

input[type="radio"] {
  display:none;
}

.footer-container{
 background: #DFD0B3;
 padding: 2rem 0;
}


.footer-link{
	position: relative;
	display: inline-block;
	outline: 2px solid #7A7262;
	border-radius: 100px;
	padding:10px 40px;
	background:white;
	margin: 0 1rem 1rem 0;
}

.footer-container .container{
	padding: 0 10% ;


}


.footer-icon{
  display: flex;        /* 横並び */
  gap: 10px;            /* 画像の間隔 */
  max-height: 50px;    /* 親要素の高さ制限 */
  overflow: hidden;     /* はみ出さないように */
  padding-left:10%;
  margin-bottom:2rem;
  position:relative;
}

.footer-icon img{
  max-height: 100%;     /* 親の高さに収める */
  height: auto;
  width: auto;
  object-fit: contain;  /* 比率を保って縮小 */
}


/* レスポンシブ対応 */

@media (min-width: 0px) and (max-width: 767px) {
	.header-icon{
	  max-height: 80px;     /* 親の高さに収める */		
	  padding-left:0;
	  position:absolute;
	  top:10px;
	}

	
	#insta-header-logo{
		display:none;
	}
	.fix_menu{
		position: fixed;
		z-index: 999;
		height:100px;
	}

	#switch ~ label {
		padding: 12px 12px;
		width: 40px;
		height: 40px;
		background: #fff;
		position: fixed;
		top: 30px;
		right: 20px;
		z-index: 999;
		cursor: pointer;
		 border-radius: 50%;
		 outline: 2px solid #7A7262;
	}
	#switch ~ label span{
		display: block;
		width:20px;
		height:2px;
		top: 50%;
		left: 0;
		right: 0;
		margin:auto;
		background: #333;
		position: absolute;
		-webkit-transition: 0.2s transform;
		transition: 0.2s transform;
	}
	#switch ~ label span:before,
	#switch ~ label span:after{
		content: "";
		display: block;
		background: #333;
		position: absolute;
		width:20px;
		height:2px;
		left: 0;
		right: 0;
		margin: auto;
	}
	#switch ~ label span:before{
		top: -8px;
	}
	#switch ~ label span:after{
		top: 8px;
	}
	#navwrap{
		padding-top: 0;
		position: fixed;
		top: 100px;
		left: 100%;
		width: 100%;
		height: 100%;
		background-color: #FAF6EB;
		background-image: radial-gradient(circle, #E3DFD4 1px, transparent 1px);
		background-size: 14px 14px;
		transition: all 0.4s;
		padding-top: 3rem;
		box-sizing: border-box;
		height: calc(100vh - 100px);
		overflow:scroll;
	}
	#switch:checked ~ #navwrap { 
		display: block; 
		left:0%;
	}
	
	#switch:checked ~ label {
	  padding: 2px 12px;
	  width: 7rem;
	  height: 2rem;
	  background: #333;
	  		 border-radius: 9999px;


	}

	#switch:checked ~ label span{
	  background: none;
	}
	#switch:checked ~ label span:before{
		content: "close";
		background: none;
		width:0px;
		height:0px;
		color:#fff;

	}
	
	#switch:checked ~ label span:after{
	  content: "";
	  background: none;
		width:0px;
		height:0px;
	}
	#switch:checked ~ label span:before{
	  top: -0.8rem;
	  left:-2rem;
	}
	#switch:checked ~ label span:after{
	  top: 0px;
	}
	
	.header-link {
		display:block;
	}
	.header-link li{
		margin: 0 auto 10px;
	}
	
	.header-link a{
	padding:0.2rem 1rem ;
	margin:0.5rem 0;
}

	.pc-none-display{
		display:block;
	}
	.scroll-prevent {
		position: fixed;
		z-index: -1;
		width: 100%;
		height: 100%;
	}
	
	.top-slider{
		top:100px;
	}
	
	.pc-only{
		display:none;
	}
	.sp-only{
		display:block;
	}

.carousel-item img{
	 aspect-ratio: 1 / 1; 
	object-fit: cover;
}

	.viewmore-text{
		width:6rem;
		font-size:1rem;
	}
	.products-title{
	  display: grid;


	}
	.main-title {
	  font-size: 3rem;   /* 大きな文字 */
	      line-height: 1.4rem;
	}

	.sub-title {
	  flex-direction: row; /* 縦並びにする */
	  font-size: 1rem;
	  margin-left:0rem;
	  
	}

	.comingsoon-text{
		bottom:56%;
		font-size:1.4rem;
	}
	
	.comingsoon-add{
		font-size:0.9rem;
	}

	.products-content-title{
	  font-size: 2rem;   /* 大きな文字 */
	  top:-2.3rem;
	}

	.scroll-infinity__item {
	  width: calc(100vw / 2);
	}

	.feature-wappar{
		margin-bottom:50px;
	}
	.sticky{
	  position: relative;
	  top: 10%;
	  left: 0%;
	}

	.concept-text-container {
	  height: 40rem;
	  padding:2rem;
	}


	.concept-sentence{
	line-height:2.2rem;
	font-size:14px;
	}

	.concept-image-child-1{
		position:relative;
		top:46%;
	    left: 10%;
		width:60%;
		border: 8px solid #FFFFFF;
	}

	.concept-image-child-2{
		position:relative;
		top:46%;
	    left: 50%;
		width:60%;
		border: 8px solid #FFFFFF;
	}
	.concept-image-child-3{
		position:relative;
		top:46%;
	    left: -10%;
		width:60%;
		border: 8px solid #FFFFFF;
	}

	.concept-image-child-4{
		position:relative;
		top:60%;
	    right: 10%;
		width:60%;
		border: 8px solid #FFFFFF;
	}

	.concept-image-child-5{
		position:relative;
		top:20%;
	    right: -44%;
		width:60%;
		border: 8px solid #FFFFFF;
	}
	.concept-image-child-6{
		position:relative;
		top:60%;
	    right: -10%;
		width:60%;
		border: 8px solid #FFFFFF;
	}
	
	.concept-container{
	  overflow:hidden;

	}

.fusen-1::before {
    width: 14%;
    height: 20%;
}


.fusen-2::before {
    width: 14%;
    height: 20%;
}



.fusen-3::before {
    width: 14%;
    height: 20%;
}

.fusen-4::before {
    width: 14%;
    height: 20%;
}
.footer-container .container{
	text-align:center;
}

.footer-link{
	width:60%;
	text-align:center;
}




}
@media (min-width: 768px) and (max-width: 991px) {

	.header-icon{
	  max-height: 80px;     /* 親の高さに収める */		
	  padding-left:0;
	  position:absolute;
	  top:10px;
	}
	#insta-header-logo{
		display:none;
	}
	.fix_menu{
		position: fixed;
		z-index: 999;
		height:100px;
	}

	#switch ~ label {
		padding: 12px 12px;
		width: 40px;
		height: 40px;
		background: #fff;
		position: fixed;
		top: 30px;
		right: 36px;
		z-index: 999;
		cursor: pointer;
		 border-radius: 50%;
		 outline: 2px solid #7A7262;
	}
	#switch ~ label span{
		display: block;
		width:20px;
		height:2px;
		top: 50%;
		left: 0;
		right: 0;
		margin:auto;
		background: #333;
		position: absolute;
		-webkit-transition: 0.2s transform;
		transition: 0.2s transform;
	}
	#switch ~ label span:before,
	#switch ~ label span:after{
		content: "";
		display: block;
		background: #333;
		position: absolute;
		width:20px;
		height:2px;
		left: 0;
		right: 0;
		margin: auto;
	}
	#switch ~ label span:before{
		top: -8px;
	}
	#switch ~ label span:after{
		top: 8px;
	}
	#navwrap{
		padding-top: 0;
		position: fixed;
		top: 100px;
		left: 100%;
		width: 100%;
		height: 100%;
		background-color: #FAF6EB;
		background-image: radial-gradient(circle, #E3DFD4 1px, transparent 1px);
		background-size: 14px 14px;
		transition: all 0.4s;
		padding-top: 3rem;
		box-sizing: border-box;
		height: calc(100vh - 100px);
		overflow:scroll;
	}
	#switch:checked ~ #navwrap { 
		display: block; 
		left:0%;
	}
	
	#switch:checked ~ label {
	  padding: 2px 12px;
	  width: 7rem;
	  height: 2rem;
	  background: #333;
	  		 border-radius: 9999px;


	}
	#switch:checked ~ label span{
	  background: none;
	}
	#switch:checked ~ label span:before{
		content: "close";
		background: none;
		width:0px;
		height:0px;
		color:#fff;

	}
	#switch:checked ~ label span:after{
	  content: "";
	  background: none;
		width:0px;
		height:0px;
	}
	#switch:checked ~ label span:before{
	  top: -0.8rem;
	  left:-2rem;
	}
	#switch:checked ~ label span:after{
	  top: 0px;
	}
	
	
	.header-link {
		display:block;
	}
	.header-link li{
		margin: 0 auto 10px;
	}
	
	.header-link a{
		padding:0.2rem 1rem ;
		margin:0.5rem 0;
	}

	.pc-none-display{
		display:block;
	}
	.scroll-prevent {
		position: fixed;
		z-index: -1;
		width: 100%;
		height: 100%;
	}
	
	.top-slider{
		top:100px;
	}
	
	.pc-only{
		display:block;
	}
	.sp-only{
		display:none;
	}
	
	
	.viewmore-text{
		width:8rem;
		font-size:1.5rem;
	}

	.products-content-title{
	  font-size: 2.6rem;   /* 大きな文字 */
	  top:-3rem;
	}

	.scroll-infinity__item {
	  width: calc(100vw / 3);
	}

	.feature-wappar{
		margin-bottom:80px;
	}
	
	.sticky{
	  position: relative;
	  top: 10%;
	  left: 0%;
	}

	.concept-text-container {
	  height: 30rem;
	  padding:2rem;
	}


	.concept-sentence{
		line-height:2.2rem;
		font-size:1rem;
	}

	.concept-image-child-1{
		position:relative;
		top:46%;
	    left: 10%;
		width:40%;
		border: 8px solid #FFFFFF;
	}

	.concept-image-child-2{
		position:relative;
		top:70%;
	    left: 20%;
		width:40%;
		border: 8px solid #FFFFFF;
	}
	.concept-image-child-3{
		position:relative;
		top:50%;
	    left: -10%;
		width:40%;
		border: 8px solid #FFFFFF;
	}

	.concept-image-child-4{
		position:relative;
		top:80%;
	    right: 10%;
		width:40%;
		border: 8px solid #FFFFFF;
	}

	.concept-image-child-5{
		position:relative;
		top:62%;
	    right: -20%;
		width:40%;
		border: 8px solid #FFFFFF;
	}
	.concept-image-child-6{
		position:relative;
		top:76%;
	    right: -10%;
		width:40%;
		border: 8px solid #FFFFFF;
	}
	
	.comingsoon-add{
		font-size:1.3rem;
	}
	.footer-container .container{
		text-align:left;
	}

}
@media (min-width: 992px) and (max-width: 1199px) {

	.pc-only{
		display:block;
	}
	.sp-only{
		display:none;
	}

.scroll-infinity__item {
  width: calc(100vw / 4);
}

	.sticky{
	  top: 18%;
	}

	.concept-text-container {
	  height: 90rem;
	  padding:2rem;
	}


	.concept-sentence{
	line-height:2.6rem;
	}


	.concept-image-child-1{
		width:20%;
		left:0;
	}

	.concept-image-child-2{
		width:20%;
		left:8%;
	}
	.concept-image-child-3{
		width:20%;
		left:2%;

	}

	.concept-image-child-4{
		width:20%;
		right:0;
	}

	.concept-image-child-5{
		width:20%;
		right:8%;
	}
	.concept-image-child-6{
		width:20%;
		right:2%;

	}

	.comingsoon-add{
		font-size:1.6rem;
	}

	.feature-wappar{
		margin-bottom:80px;
	}
	
		.footer-container .container{
		text-align:left;
	}
}
@media (min-width: 1200px) and (max-width: 1399px){

	.pc-only{
		display:block;
	}
	.sp-only{
		display:none;
	}

	.sticky{
	  top: 18%;
	}

	.concept-text-container {
	  height: 90rem;
	  padding:2rem;
	}


	.concept-sentence{
	line-height:2.6rem;
	}


	.concept-image-child-1{
		width:20%;
		left:0;
	}

	.concept-image-child-2{
		width:20%;
		left:8%;
	}
	.concept-image-child-3{
		width:20%;
		left:2%;

	}

	.concept-image-child-4{
		width:20%;
		right:0;
	}

	.concept-image-child-5{
		width:20%;
		right:8%;
	}
	.concept-image-child-6{
		width:20%;
		right:2%;

	}
	
	.comingsoon-add{
		font-size:2rem;
	}

	.feature-wappar{
		margin-bottom:80px;
	}
	.footer-container .container{
		text-align:left;
	}
}

@media (min-width: 1400px){

	.pc-only{
		display:block;
	}
	.sp-only{
		display:none;
	}
}
