@charset "UTF-8";

body{
	font-family: "Noto Serif JP", serif!important;
}

.display_sp{ display: none!important;}

.inner{
	width: min(100%, 1200px)!important;
}

@media screen and (max-width: 767px) {
  .display_sp{ display: block!important;}
  .display_pc{ display: none!important;}
}

#giftlp02_header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 20px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	z-index: 10;
}

#giftlp02_header .inner{
	height: 85px; 
  display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
	color: #9D6D35;
}

#giftlp02_header .logo{
	width: 168px;
	display: flex;
	align-items: flex-end;
	font-size: 13px;
}

#giftlp02_header .btn_con{
	margin: 0 20px 0 auto;
}

#giftlp02_header .btn_con a{
	width: 210px;
	height: 50px;
	border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background: #A2733B;
  background: linear-gradient(to bottom, #F5D884, #A2733B);
}

#giftlp02_header .btn_con a:hover{
	opacity: 1!important;
	color: #fff!important;
	filter: brightness(110%);
}

@media screen and (max-width: 767px){
	#giftlp02_header{
		padding: 0 10px;
	}
	#giftlp02_header .inner{
		height: 60px; 
	}
	#giftlp02_header .logo{
	width: 140px;
	}
	#giftlp02_header .btn_con{
		margin: 0 10px 0 auto;
	}
	#giftlp02_header .btn_con a{
		width: 40px;
		height: 40px;
		border-radius: 5px;
	}
	#giftlp02_header .btn_con a img{
		margin: 0;
	width: 20px;
	}
}

#hamburger {
		display: block;
	  width: 38px;
	  height: 38px;
	  background-color: transparent;
	  border-color: transparent;
		cursor: pointer;
	  z-index: 9999;
}
	#hamburger span {
	  width: 38px;
	  height: 2px;
	  background-color: #C1996C;
	  position: relative;
	  transition: ease .4s;
	  display: block;
	}
	#hamburger span:nth-child(1) {
	  top: 0;
	}
	#hamburger span:nth-child(2) {
	  margin: 8px 0;
	}
	#hamburger span:nth-child(3) {
	  top: 0;
	}

	#hamburger.active span:nth-child(1) {
	  top: 5px;
	  transform: rotate(45deg);
	}
	#hamburger.active span:nth-child(2) {
	  opacity: 0;
	}
	#hamburger.active span:nth-child(3) {
	  top: -15px;
	  transform: rotate(-45deg);
	}
#nav{
		display: block;
	  position: fixed;
	  right: 0;
	  top: 0;
	  width: 400px;
	  height: 100vh;
 		 min-height: 100svh;
  	overflow-y: scroll;
  	padding: 100px 30px 30px 30px;
	  transform: translateX(400px);
	  background-color: #fff;
	  transition: ease .4s;
}

#nav.active {
	  transform: translateX(0);
}

#nav ul li a{
	font-size: 19px;
	padding: 20px;
	line-height: 1.3;
	border-bottom: 1px solid #ccc;
}
	
@media screen and (max-width: 767px){
	#nav ul li a{
		font-size: 15px;
		padding: 10px;
	}
}

.bg1{
	background: url(../img/giftlp02/bg.webp) no-repeat center top / cover;
}

.bg2{
	background: url(../img/giftlp02/bg2.webp) no-repeat center top / cover;
}

.bg2 h2{
	color: #fff!important;
	border-color: #fff!important;
}

#giftlp02_concept{
	margin: 115px 0 0 0;
	padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
	#giftlp02_concept{
		margin: 90px 0 0 0;
		padding-bottom: 60px;
	}
}

#giftlp02_concept .txt{
	padding: 60px 20px;
	text-align: center;
	color: #9D6D36;
	font-size: 16px;
}

#giftlp02_concept .txt p{
	font-weight: 600;
}

#giftlp02_concept .txt p.big{
	font-size: 26px;
}

#giftlp02_concept .txt p.big strong{
	font-size: 34px;
	font-weight: 600;
}

@media screen and (max-width: 767px){
	#giftlp02_concept .txt{
		padding: 40px 5.3vw;
	}
	#giftlp02_concept .txt p.big{
		font-size: 16px;
	}
	#giftlp02_concept .txt p.big strong{
		font-size: 24px;
	}
}

#giftlp02_concept .splide{
	width: 100%;
	border: none!important;
}

#giftlp02_concept  .splide__slide .img{
	width: 100%;
	aspect-ratio: 370 / 263!important;
	position: relative;
	overflow: hidden!important;
	border-radius: 10px;
	border: 1px solid #ccc;
}

#giftlp02_concept .splide__slide .img img{
	display: block!important;
	width: 100%!important;
	height: 100%!important;
	aspect-ratio: 370 / 263!important;
	margin: 0!important;
	object-fit: cover!important;
	object-position: 50% 50%!important;
}

.sec{
	padding: 100px 20px;
}

.sec h2{
	margin-bottom: 50px;
	color: #9D6D35;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #9D6D35;
}

@media screen and (max-width: 767px) {
	.sec{
		padding: 60px 5.3vw;
	}
	.sec h2{
		margin-bottom: 30px;
		font-size: 20px;
	}
}
@media screen and (max-width: 600px) {
	.sec .inner{
		width: 100%;
	}
}

.bnr_monitor_wrap{
	width: min(100%, 1200px);
	margin: 80px auto;
  display: flex;
	justify-content: space-between;
	border: 3px solid #9D6D35;
	border-radius: 5px;
	overflow: hidden;
}

.bnr_monitor_wrap .tt{
	flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
	padding: 20px 30px;
	font-size: 40px;
	line-height: 1.4;
	color: #fff;
	background: #9D6D35;
}

.bnr_monitor_wrap .tt br{
	display: none;
}

.bnr_monitor_wrap .wrap{
	flex: 1 1 0%;
	padding: 20px 30px;
	font-size: 22px;
	font-weight: 600;
	color: #9D6D35;
}

.bnr_monitor_wrap .wrap p{
	display: inline-block;
	padding: 4px 20px;
	margin-bottom: 10px;
	line-height: 1;
	color: #fff;
	background: #9D6D35;
}

@media screen and (max-width: 1050px){
	.bnr_monitor_wrap .tt br{
		display: block;
	}
}
@media screen and (max-width: 900px){
	.bnr_monitor_wrap .wrap{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px){
	.bnr_monitor_wrap{
		margin: 0 15px 50px 15px;
	  display: block;
	  width: auto;
	}
	.bnr_monitor_wrap .tt{
		padding: 10px 20px;
		font-size: 28px;
	}
	.bnr_monitor_wrap .tt br{
		display: none;
	}
	.bnr_monitor_wrap .wrap{
		padding: 30px 20px;
	}
	.bnr_monitor_wrap .wrap p{
		display: block;
		margin-bottom: 20px;
		text-align: center;
		padding: 10px;
		color: #9d6d35;
		background: #f4e1a7;
	}
	.bnr_monitor_wrap .wrap li{
		font-size: 14px;	
	}
}

#charm .inner p{
	color: #fff;
	text-align: center;
}

#charm ul{
	margin-top: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

@media screen and (max-width: 767px){
	#charm .inner p{
		text-align: left;
	}
	#charm ul{
		margin-top: 30px;
		grid-template-columns: 1fr;
	}
}

.check_list{
	text-align: center;
	position: relative;
	background: url(../img/giftlp02/osusume_l.svg) no-repeat left center / auto 100%, url(../img/giftlp02/osusume_r.svg) no-repeat right center / auto 100%;
}

.check_list ul{
	display: inline-block;
}

.check_list ul li{
  display: flex;
  align-items: center;
	gap: 15px;
	font-size: 25px;
	font-weight: 600;
	margin: 10px 0;
	text-align: left;
}

.check_list ul li::before{
	content: "";
	display: block;
	width: 23.85px;
	height: 23.06px;
	background: url(../img/giftlp02/icon_check.svg) no-repeat 0 0 / contain;
}

@media screen and (max-width: 1050px){
	.check_list{
		background-size: 13vw auto, 13vw auto;
	}
	.check_list ul li{
	  display: flex;
	  align-items: center;
		gap: 15px;
		font-size: 22px;
		margin: 10px 0;
		text-align: left;
		background: #fff;
	}
}
@media screen and (max-width: 767px){
	.check_list{
		background: none;
	}
	.check_list ul li{
		font-size: 18px;
	}
}

#kikaku{
	background: url(../img/giftlp02/kikaku_bg.webp) no-repeat center center / cover;
}

@media screen and (min-width: 768px){
	#kikaku{
		padding-bottom: 0!important;
	}
}

.case_list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px 20px;
}

.case_list li .case-item{
	margin-bottom: 10px;
}

.case_list li p{
	color: #9D6D35;
	font-size: 18px;
}

.btn_load_more,
.btn_more{
	width: 210px;
	margin: 50px auto 0 auto;
}

.btn_load_more,
.btn_more a{
	height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  color: #fff;
  background: #A2733B;
  background: linear-gradient(to bottom, #F5D884, #A2733B);
  border-radius: 10px;
  position: relative;
}

.btn_load_more{
	padding-right: 0;
}

.btn_more a::after{
	content: "";
	display: inline-block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 6px 6.5px 0 6.5px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: ease .3s;
}

.btn_more a:hover{
	opacity: 1!important;
	color: #fff!important;
	filter: brightness(110%);
}

@media screen and (max-width: 1000px) {
	.case_list{
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 767px) {
	.case_list{
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.case_list li p{
		font-size: 16px;
	}
}

#why .wrap{
	overflow: hidden;
	position: relative;
}

#why .wrap .txt{
	width: 55%;
	padding: 40px 30px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	margin-bottom: 100px;
	z-index: 1;
}

#why .wrap .txt p + p{
	margin-top: 20px;
}

#why .wrap .img{
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 10px;
}

@media screen and (max-width: 767px){
	#why .wrap .txt{
		width: 100%;
		padding: 5.3vw;
		margin-bottom: 5.3vw;
	}
	#why .wrap .img{
		width: 100%;
		position: static;
	}
}

.voice_list li{
  display: flex;
	justify-content: space-between;
	gap: 40px;
	padding: 40px;
	background: #fff;
	border-radius: 10px;
}

.voice_list li + li{
	margin-top: 40px;
}

.voice_list li .txt{
	flex: 1 1 0%;
}

.voice_list li .txt h3{
	color: #9D6D35;
	font-weight: bold;
	font-size: 20px;
}

.voice_list li .img{
	flex: 0 1 60%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.voice_list li:nth-child(odd) .img{
	order: -2;
}

.voice_list li .img img{
	border-radius: 10px;
}

@media screen and (max-width: 1100px){
	.voice_list li{
		gap: 20px;
		padding: 20px;
	}
	.voice_list li .img{
		flex: 0 1 30%;
		display: flex;
		flex-direction: column;
	}
}
@media screen and (max-width: 767px){
	.voice_list li{
		display: grid;
		grid-template-columns: 1fr;
		gap: 5.3vw;
		padding: 5.3vw;
	}
	.voice_list li .img{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		order: 0!important;
	}
}

.faq_list li{
  padding: 30px 40px;
  background: #F4E1A7;
  border-radius: 10px;
}

.faq_list li + li{
	margin-top: 20px;
}

.faq_list li .q{
  margin-bottom: 20px;
  padding-left: 32px;
  font-size: 20px;
  color: #9D6D35;
  position: relative;
}

.faq_list li .q::before {
  content: "Q.";
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.3;
}

.faq_list li .a{
  padding-left: 32px;
  position: relative;
}

.faq_list li .a::before {
  content: "A.";
  font-size: 20px;
  font-weight: 700;
  color: #9D6D35;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
	.faq_list li{
	  padding: 20px 5.3vw;
	}
  .faq_list li .q{
  	font-size: 16px;
    margin-bottom: 15px;
  }
}

footer, .footer-bottom{
	display: none;
}

.pop-contact{
	background-color: #9D6D35!important;
}

.pop-wrap {
    border: 1px solid #9D6D35!important;
    color: #9D6D35!important;
}

.fixed-footer-list {
    border: 1px solid #9D6D35!important;
}

.fixed-footer-tel, .fixed-footer-contact {
    background-color: #9D6D35!important;
}

.fixed-footer-facebook .btn-inner,
.footer-translate-wrap .footer-translate .btn-inner {
    color: #9D6D35!important;
}

#form{
	background: url(../img/giftlp02/why_bg.webp) no-repeat center top / cover;
}

#form .wrap{
	padding: 50px;
	background: #fff;
	border-radius: 10px;
}

.giftlp_form_wrap{
	width: min(100%, 800px);
	margin: 10px auto 0 auto;
}

.giftlp_form_wrap li{
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: 10em 1fr;
}

.giftlp_form_wrap li p:first-child{
	margin: 0;
	padding: 10px 20px;
	vertical-align: middle;
	color: #9D6D35;
	background: #F4E1A7;
	border: 1px solid #9D6D35;
	border-radius: 10px 0 0 10px;
}

.giftlp_form_wrap li p:last-child{
	margin: 0;
	padding: 10px 20px;
	vertical-align: middle;
	border: 1px solid #9D6D35;
	border-left: none;
	border-radius: 0 10px 10px 0;
}

input[type=text], input[type=email], input[type=tel], textarea{
	border: none!important;
}

input[type=submit]{
	width: 240px;
	height: 54px;
	border-radius: 10px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background: #A2733B;
  background: linear-gradient(to bottom, #F5D884, #A2733B);
}

input[type=submit]:hover{
	opacity: 1!important;
	color: #fff!important;
	filter: brightness(110%);
}

@media screen and (max-width: 767px){
	#form .wrap{
		padding: 20px;
	}
	.giftlp_form_wrap li{
		grid-template-columns: 1fr;
	}
	.giftlp_form_wrap li p:first-child{
		padding: 10px;
		border-radius: 0;
	}
	.giftlp_form_wrap li p:last-child{
		padding: 10px;
		border: 1px solid #A2733B;
		border-top: none;
		border-radius: 0;
	}
	textarea{
		height: 120px;
	}
	.fixed-footer-menu.flex{
		display: none!important;
	}
	.pop {
		width: 100%!important;
		bottom: 0!important;
	right: 0!important;
		display: block!important;
	}
	.pop-wrap{
		border-radius: 0!important;
	    width: 100%!important;
	}
	.pop-contents {
		padding-top: 10px!important;
    padding-bottom: 10px!important;
		text-align: left!important;
		font-size: 3.5vw!important;
		width: 100%!important;
	}
	.pop-contact{
		width: 6em!important;
		font-size: 3vw!important;
	}
}

#company p{
	text-align: center;
}

#company .logo{
	display: block;
	width: min(100%, 300px);
	margin: 20px auto;
}

#company .btn{
	margin: 0 auto 50px auto;
}
