@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@400;500&family=Zen+Old+Mincho:wght@400;900&display=swap');


@media all and (min-width: 769px) {
	.sponly {
		display: none !important;
	}
	
	#header {
		background: #263250;
		padding: 15px 0 11px;
	}
	
	#header h1 {
		margin: 0;
	}
	
	.lp_contents {
		font-family: "Noto Sans JP", serif;
		background: #ffffff;
	}
	
	.lp_main {
		
	}
	
	.lp_main img {
		width: 100%;
		height: auto;
	}
	
	.lp_lead {
		margin: 1px 0 0;
		text-align: center;
		padding: 45px 0;
		background: linear-gradient(270deg, #263250 7.96%, #171D2C 41.99%, #181F2F 60.43%, #263250 94.75%);
		color: #ffffff;
	}
	.lp_lead p {
		width: 50%;
		text-align: left;
		margin: 0 auto;
		line-height: 2;
	}
	
	.lp_lead h2 {
		font-size: 24px;
		font-weight: 700;
		font-family: "Noto Serif JP", serif;
		margin-bottom: 40px;
	}
	
	.lp_lead p {
		font-size: 16px;
	}
	
	.lp_product_title {
		padding: 50px 0;
		position: relative;
		background: linear-gradient(90deg, #F5F5F5 0%, #FFFFFF 30.28%, #FFFFFF 69.65%, #F5F5F5 100%);
	}
	
	.lp_product_title h3 {
		text-align: center;
		font-size: 36px;
		font-weight: 500;
		color: rgba(23,29,44,0.91);
		font-family: "Zen Old Mincho", serif;
		font-weight: 900;
	}
	
	.lp_product_img img {
		width: 100%;
		height: auto;
	}
	
	.lp_product_text {
		padding: 50px 0;
		text-align: left;
		font-size: 16px;
		line-height: 2;
		color: #171D2C;
		border-bottom: 1px solid rgba(76, 96, 146, 0.7);
		margin-bottom: 160px;
	}
	
	.lp_product_text_inner {
		max-width: 930px;
		margin: 0 auto;
	}
	
	.lp_product_box {
		max-width: 930px;
		margin: 0 auto 80px;
		border-bottom: 1px solid rgba(76, 96, 146, 0.7);
		padding-bottom: 40px;
	}
	
	.lp_product_slider {
		margin-bottom: 40px;
	}
	
	.lp_product_slider_img {
		box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
	}
	
	.lp_product_slider_img img {
		width: 100%;
		height: auto;
	}
	
	.lp_product_box_text {
		text-align: left;
	}
	
	.lp_product_box_text h4 {
		font-size: 24px;
		font-weight: 700;
		color: rgba(38, 50, 80, 1);
		margin-bottom: 20px;
		text-align: center;
	}
	
	.lp_product_box_text p {
		font-size: 16px;
		color: #171D2C;
	}
	
	.lp_product_btn {
		margin-top: 40px;
		text-align: center;
	}
	
	.lp_product_btn a {
		display: inline-block;
		background: #E75521;
		border: 1px solid #B94A00;
		border-radius: 5px;
		color: #ffffff;
		font-size: 16px;
		font-weight: 500;
		padding: 15px 100px;
		text-decoration: none;
		font-family: 'Zen Kaku Gothic New';
		font-style: normal;
		font-weight: 500;
		text-shadow: 2px 2px 3px #963C00;
	}
	
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction, .swiper-pagination {
		text-align: left;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
	}
	
	.swiper-pagination {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		position: relative;
		margin: 30px 0 0;
	}
	
	.swiper-pagination-group {
		margin: 5px;
	}
	
	.swiper-pagination:after {
		content: '';
		width: 100%;
	}
	
	.swiper-pagination-bullet.limited {
		order: 1;
		margin-top: 70px;
	}
	
	.swiper-pagination-bullet {
		width: 58px;
		height: 58px;
		margin-right: 20px;
		cursor: pointer;
		opacity: 1;
		position: relative;
		background: none;
		border-radius: 0;
	}
	
	.swiper-pagination-bullet-active:before {
		position: absolute;
		content: "";
		width: 30px;
		height: 30px;
		border-radius: 30px;
		background: #ffffff;
		opacity: 0.4;
		top: 14px;
		left: 14px;
		z-index: 2;
	}
	
	.swiper-pagination-bullet span {
		display: block;
		width: 58px;
		height: 58px;
		border-radius: 58px;
	}
	
	.swiper-pagination-bullet.limited i {
		position: absolute;
		top: -40px;
		left: 0;
		display: inline-block;
		background: #D5EDC9 url("../img/icon_shoplimited.png") no-repeat top 50% right 10px;
		background-size: 15px auto;
		border-radius: 8px;
		font-size: 13px;
		font-weight: 300;
		font-style: normal;
		padding: 4px 35px 6px 10px;
		white-space: nowrap;
	}
	
	.lp_product_slider_wrapper {
		position: relative;
	}
	
	.swiper-button-prev {
		top: 311px;
		left: -50px;
		color: rgba(38, 50, 80, 1);
	}
	
	.swiper-button-next {
		top: 311px;
		right: -50px;
		color: rgba(38, 50, 80, 1);
	}
	
	.lp_customer {
		background: #EEEEF0;
		padding: 40px 0;
	}
	
	.lp_customer_title {
		margin-bottom: 40px;
	}
	
	.lp_customer_title h3 {
		font-size: 36px;
		color: #263250;
		font-family: "Zen Old Mincho", serif;
		font-weight: 900;
	}
	
	.lp_customer_container {
		display: flex;
		justify-content: space-between;
		margin: 0 10% 20px;
		height: 100%;
	}
	
	.lp_customer_box {
		width: 32%;
		background: #ffffff;
		padding: 40px;
		display: flex;
  		flex-direction: column;
  		
		
		padding: 20px;
		
	}
	
	.lp_customer_box h4 {
		font-size: 24px;
		font-weight: 500;
		color: #4C6092;
		margin-bottom: 25px;
		font-family: "Zen Old Mincho", serif;
		font-weight: 900;
	}
	
	.lp_customer_thumb {
		margin-bottom: 15px;
	}
	
	
	.lp_customer_thumb img {
		width: 100%;
		height: 220px;
		object-fit: cover;
		border-radius: 3px;
		display: block;
	}
	
	.lp_customer_text {
		font-size: 14px;
		line-height: 2;
		text-align: left;
		text-align: justify;
		margin-bottom: 40px;
		
	}
	.lp_customer_links {
		display: flex;
		justify-content: center;
        margin: 0  10% 40px;
	}

	.lp_customer_link {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: auto;
	}

	.lp_customer_link a {
		display: inline-block;
		width: 60%;
		margin: 0 auto;
		background: #E75521;
		border: 1px solid #B94A00;
		border-radius: 5px;
		color: #ffffff;
		font-size: 16px;
		text-align: center;
		font-weight: 500;
		padding: 10px 15px 10px 12px;
		text-decoration: none;
		font-family: 'Zen Kaku Gothic New';
		font-style: normal;
		font-weight: 500;
		text-shadow: 2px 2px 3px #963C00;
		white-space: nowrap;
	}
}


@media only screen and (max-width: 768px) {
	.pconly {
		display: none !important;
	}
	
	#header {
		background: #263250;
		padding: 20px 0 10px 0;
		text-align: center;
	}
	
	#header img {
		width: 68px;
		height: auto;
		margin: 0;
	}
	
	.lp_contents {
		font-family: "Noto Sans JP", serif;
		background: #ffffff;
		overflow: hidden;
	}
	
	.lp_main {
		
	}
	
	.lp_main img {
		width: 100%;
		height: 475px;
		object-fit: cover;
	}
	
	.lp_lead {
		margin: 1px 0 0;
		text-align: center;
		padding: 20px 0;
		background: linear-gradient(270deg, #263250 7.96%, #171D2C 41.99%, #181F2F 60.43%, #263250 94.75%);
		color: #ffffff;
	}
	
	.lp_lead h2 {
		font-size: 20px;
		font-weight: 700;
		font-family: "Noto Serif JP", serif;
		margin-bottom: 10px;
		text-align: center;
		line-height: 1.8;
	}
	
	.lp_lead p {
		font-size: 15px;
		text-align: ;
	}
	
	.lp_product_title {
		padding: 25px 0;
		position: relative;
		background: linear-gradient(90deg, #F5F5F5 3%, #FFFFFF 39%, #FFFFFF 58%, #F5F5F5 100%);
	}
	
	.lp_product_title h3 {
		text-align: center;
		font-size: 20px;
		font-weight: 500;
		color: #263250;
		font-family: "Zen Old Mincho", serif;
		font-weight: 900;
	}
	
	.lp_product_img img {
		width: 100%;
		height: auto;
	}
	
	.lp_product_text {
		padding: 20px;
		text-align: left;
		font-size: 15px;
		line-height: 2;
		color: #171D2C;
		border-bottom: 1px solid rgba(76, 96, 146, 0.7);
		margin-bottom: 40px;
	}
	
	.lp_product_box {
		max-width: 930px;
		margin: 0 20px 40px;
		border-bottom: 1px solid rgba(76, 96, 146, 0.7);
		padding-bottom: 40px;
	}
	
	.lp_product_slider {
		margin-bottom: 40px;
	}
	
	.lp_product_slider_img {
		box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
	}
	
	.lp_product_slider_img img {
		width: 100%;
		height: auto;
	}
	
	.lp_product_box_text {
		text-align: left;
	}
	
	.lp_product_box_text h4 {
		font-size: 18px;
		font-weight: 700;
		color: rgba(38, 50, 80, 1);
		margin-bottom: 10px;
	}
	
	.lp_product_box_text p {
		font-size: 15px;
		line-height: 2;
		color: #171D2C;
		padding: 0;
	}
	
	.lp_product_btn {
		margin-top: 40px;
		text-align: center;
	}
	
	.lp_product_btn a {
		display: inline-block;
		background: #E75521;
		border: 1px solid #B94A00;
		border-radius: 5px;
		color: #ffffff !important;
		font-size: 15px;
		font-weight: 500;
		padding: 12px 50px;
		text-decoration: none;
		font-family: 'Zen Kaku Gothic New';
		font-style: normal;
		font-weight: 500;
		text-shadow: 2px 2px 3px #963C00;
	}
	
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction, .swiper-pagination {
		text-align: left;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
	}
	
	.swiper-pagination {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		position: relative;
		margin: 30px 0 0;
	}
	
	.swiper-pagination-group {
		margin: 5px;
	}
	
	.swiper-pagination:after {
		content: '';
		width: 100%;
	}
	
	.swiper-pagination-bullet.limited {
		order: 1;
		margin-top: 50px;
	}
	
	.swiper-pagination-bullet {
		width: 28px;
		height: 28px;
		margin-right: 20px;
		cursor: pointer;
		opacity: 1;
		position: relative;
		background: none;
		border-radius: 0;
	}
	
	.swiper-pagination-bullet-active:before {
		position: absolute;
		content: "";
		width: 14px;
		height: 14px;
		border-radius: 14px;
		background: #ffffff;
		opacity: 0.4;
		top: 7px;
		left: 7px;
		z-index: 2;
	}
	
	.swiper-pagination-bullet span {
		display: block;
		width: 28px;
		height: 28px;
		border-radius: 28px;
	}
	
	.swiper-pagination-bullet.limited i {
		position: absolute;
		top: -35px;
		left: 0;
		display: inline-block;
		background: #D5EDC9 url("../img/icon_shoplimited.png") no-repeat top 50% right 10px;
		background-size: 15px auto;
		border-radius: 8px;
		font-size: 11px;
		font-weight: 300;
		font-style: normal;
		padding: 4px 35px 6px 10px;
		white-space: nowrap;
	}
	
	.lp_product_slider_wrapper {
		position: relative;
	}
	
	.swiper-button-prev {
		display: none;
	}
	
	.swiper-button-next {
		display: none;
	}
	
	.lp_customer {
		background: #EEEEF0;
		padding: 30px 0;
	}
	
	.lp_customer_title {
		margin-bottom: 30px;
	}
	
	.lp_customer_title h3 {
		font-size: 18px;
		font-weight: bold;
		color: #263250;
		text-align: center;
		font-family: "Zen Old Mincho", serif;
		font-weight: 900;
	}
	
	.lp_customer_container {
		margin: 0 10% 0px;
	}
	
	.lp_customer_box {
		background: #ffffff;
		padding: 20px 25px;
		margin-bottom: 15px;
	}
	
	.lp_customer_box h4 {
		font-size: 16px;
		font-weight: 500;
		color: #4C6092;
		margin-bottom: 15px;
		text-align: center;
		font-family: "Zen Old Mincho", serif;
		font-weight: 900;
	}
	
	.lp_customer_thumb {
		margin-bottom: 15px;
	}
	
	.lp_customer_thumb img {
		width: 100%;
		height: auto;
		border-radius: 3px;
	}
	
	.lp_customer_text {
		font-size: 15px;
		line-height: 2;
		text-align: left;
		text-align: justify;
	}
	
	.lp_customer_link {
		text-align: center;
		margin: 30px 0 10px;
	}
	
	.lp_customer_link a {
		width: 80%;
		display: inline-block;
		background: #E75521;
		border: 1px solid #B94A00;
		border-radius: 5px;
		color: #ffffff !important;
		font-size: 15px;
		font-weight: 500;
		padding: 12px 20px;
		text-decoration: none;
		font-family: 'Zen Kaku Gothic New';
		font-style: normal;
		font-weight: 500;
		text-shadow: 2px 2px 3px #963C00;
	}
	
	#sp_pagetop2 {
		z-index: 100;
	}
}