@charset "Shift_JIS";

.lp_wrapper{
	padding:0;
	margin: 0;
	text-align:center;
	background:#fff;
}
.lp_contents{
	width:100%;
	margin:0 auto;
	color: #4a4a4a;
}
.lp_contents img{
	margin:0 auto;
	vertical-align: top;
}
.lp_contents a{
	color: #666;
	text-decoration: none;
}
.contents_head{
	width:100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background:#cbeacb;
}
.contents_head img{
	width:1350px;
}
.contents_present{
	width:100%;
	margin: 20px auto 50px;
	padding: 0;
	text-align: center;
	background:url(../../img/lp/spcampaign_202504/present_bg.gif) top center repeat-x;
	height:456px;
}

.contents_top{
	padding: 0;
}
.contents_inline{
	width: 1100px;
	text-align:center;
	margin: 0 auto ;
	padding: 0; 
}
.contents_title{
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background: #edea55;
	font-size: 24px;
	font-weight: bold;
	color: #790A0C;
}
.contents_voice{
	margin: 5% auto;
	width: 100%;
	text-align: center;
	padding: 50px 0 40px;
	background: #fbf1cd;
}
.contents_voice .voice{
	display: flex;
	flex-wrap : wrap;
	justify-content: center;
	width: 1200px;
	margin: 0 auto;
}
.contents_voice .voice img{
	margin: 1%;
	width: 48%;
}
.contents_caution{
	margin: 5% auto;
	width: 100%;
	text-align: center;
	padding: 50px 0 40px;
}
.contents_caution .caution{
	width: 1200px;
	margin: 2% auto;
	text-align: left;
}
.contents_caution .caution p{
	font-size: 16px;
	line-height: 150%;
	margin: 2% 0;
}
.set{
	margin:3% auto 5%;
	border-radius: 20px;
	padding: 50px;
}
.set .ph{
	margin:0 10px 0 0;
	float:left;
}
.bg1{
	background: #ffedcd;
}
.bg2{
	background: #e1d8ed;
}
.bg3{
	background: #cbeacb;
}
.bg4{
	background: #ffd8e0;
}

.menuBox{
	width: 100%;
	margin: 0;
	background: #fff;
	display: flex;
	flex-wrap : wrap;
	justify-content: center;
}
.menuBox a{
	color: #333;
}
.container_menu{
	text-align:center;
	margin: 1px 0;
	padding: 0 0 10px;
	width: 49%;
}
.container_menu .menu{
	margin: 2px 2px 0;
	text-align: left;
	vertical-align: top;
	height: 65px;
}
.m01 .container_menu .menu:nth-child(2n+1){
	background: #fdf2de;/*”–‚¢ */  
}
.m01 .container_menu .menu:nth-child(2n){
	background: #fdeac8;
}
.m02 .container_menu .menu:nth-child(2n+1){
	background: #f3edfa;/*”–‚¢ */  
}
.m02 .container_menu .menu:nth-child(2n){
	background: #e6dbf4;
}
.m03 .container_menu .menu:nth-child(2n+1){
	background: #eaf7ea;/*”–‚¢ */  
}
.m03 .container_menu .menu:nth-child(2n){
	background: #e0f2e0;
}
.m04 .container_menu .menu:nth-child(2n+1){
	background: #fef8f8;/*”–‚¢ */  
}
.m04 .container_menu .menu:nth-child(2n){
	background: #fcf0f0;
}
.container_menu .menu img{
	width: 12%;
	height: 65px;
	object-fit: cover;
	float: left;
	margin: 0 8px 0 0;
}
.container_menu .menu p{
	display:block;
	font-size: 18px;
	line-height: 115%;
	padding: 10px 0 0;
	margin: 0;
}
.container_menu .menu span{
	font-size: 75%;
}

.lineup span{
	color: #00bb98;
	padding: 0 10px;
}
.lineup_accordion {
margin: 2em auto 0;
max-width: 60vw;
}
.toggle {
display: none;
}
.option {
position: relative;
}
.lineup,.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.lineup {
	padding: 1em;
	display: block;
	clear: both;
	margin: 30px 0 0;
	padding: 10px 0;
	width: 100%;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
}
.lineup::after,
.lineup::before {
content: "";
position: absolute;
right: 1.25em;
top: 0.8em;
width: 3px;
height: 0.8em;
background-color: #00bb98;
transition: all 0.3s;
}
.lineup::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}

.toggle:checked + .lineup + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .lineup::before {
transform: rotate(90deg) !important;
}