
.body-content-wrap {

background-color: #81d4fa;
background-image: 
    radial-gradient(circle at 100% 150%, #81d4fa 24%, #b3e5fc 25%, #b3e5fc 28%, #81d4fa 29%, #81d4fa 36%, #b3e5fc 36%, #b3e5fc 40%, transparent 40%),
    radial-gradient(circle at 0% 150%, #81d4fa 24%, #b3e5fc 25%, #b3e5fc 28%, #81d4fa 29%, #81d4fa 36%, #b3e5fc 36%, #b3e5fc 40%, transparent 40%);
background-size: 80px 40px;

}

/*//////////////////////////////////////////////////////////////////////////////*/
div.top-image {
	display: block;
	margin: 10px auto;
	width: 1200px;
	background: #fff;
	margin-bottom: 15px;
}

.top-image img{
	border:1px solid #e50012;
	width:1200px;
}


.top-image-mo{
	display: block;
	margin: 10px auto;
	width: 100%;
	background: #fff;
	margin-bottom: 5px;
}

.top-image-mo img{
	width:100%;
	height:auto;
}


.head-goods {
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin:50px 0 0;
	padding:0;
}

.head-goods>div span.title{
	display:block;
	width:100%;
	color:#fff9f0;
	font-size:1.5em;
	margin-top:10px;
	font-weight: bold;
}
.head-goods>div{
    padding:10px;
	background:#01579b;
	border:2px solid #01579b;
	border-radius:2px;
	box-shadow:5px 5px 5px #666;
	margin-bottom:20px;
	max-width:800px;
	color:#fff9f0;
	font-weight: bold;
}

.head-goods>div img{
    
    width:100%;
    background:#fff;
    border:1px solid #232323;
}

.head-goods>div a{
    
	color:#fff9f0;
}


/*//////////////////////////////////////////////////////////////////////////////*/
.charm-img{
text-align:center;

}
.charm-img img{
	max-width:800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:10px 45px;
	background: linear-gradient(to right, rgb(178 212 226), rgb(18 111 168));
}


/*//////////////////////////////////////////////////////////////////////////////*/
.charm-flex {
	display: flex;
	align-items: stretch;
	margin:20px 0 0;
	padding:0;
	justify-content: space-around;
}

.charm-flex .charm-item {
    width: 250px;
	background:#e1bf7d;
	border:5px solid #7dbfd1;
	border-radius:5px;
	box-shadow:2px 2px 2px #666;
}

.charm-flex .charm-item img {
	width:100%;
	max-width:250px;
	margin:0 auto;
}

.charm-flex .charm-item span.title {
	display:inline-block;
	width:100%;
	text-align:center;
	background:#7a3b3d;
	color:#fff;
	padding:5px 15px;
}
.charm-flex .charm-item span.price {
	display:inline-block;
	width:100%;
	text-align:right;
	color:#60390f;
}
/*//////////////////////////////////////////////////////////////////////////////*/
.charm-goods{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin:50px 0 100px;
	padding:5px;
	align-items: center;
	align-content:center;
	justify-content: space-around;
	justify-content:space-between;
	border:2px solid #7dbfd1;
	background:#7dbfd1;
}

.charm-goods .title {
	width:100%;	
	margin:0 0 5px;
	padding:0;
	background:#0c72ad;
	color:#fff;
	text-align:center;
	font-size:1.6em;
	padding:7px;
}

.charm-goods div.item {
	width:32%;
	background:#fbf1e7;
	margin:5px 0;
	border-radius:10px;
}

.charm-goods div.item a img {
	width:100%;
	max-width:75px;
}

.charm-goods div.item .row {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

/*//////////////////////////////////////////////////////////////////////////////*/
.daiza-img{
text-align:center;

}
.daiza-img img{
	max-width:800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:10px 45px;
	background: linear-gradient(to right, rgb(178 212 226), rgb(18 111 168));
}


/*//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////*/
.daiza-flex {
	display: flex;
	align-items: stretch;
	margin:20px 0 0;
	padding:0;
	justify-content: space-around;
}

.daiza-flex .daiza-item {
    width: 250px;
	background:#e1bf7d;
	border:5px solid #7dbfd1;
	border-radius:5px;
	box-shadow:2px 2px 2px #666;
}

.daiza-flex .daiza-item img {
	width:100%;
	max-width:250px;
	margin:0 auto;
}

.daiza-flex .daiza-item span.title {
	display:inline-block;
	width:100%;
	text-align:center;
	background:#0c72ad;
	color:#fff;
	padding:5px 15px;
}
.daiza-flex .daiza-item span.price {
	display:inline-block;
	width:100%;
	text-align:right;
	color:#60390f;
}

/*//////////////////////////////////////////////////////////////////////////////*/
.daiza-goods{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin:0;
	padding:5px;
	margin-top:20px;
	align-items: center;
	align-content:centert;
	justify-content: space-around;
	justify-content:flex-start;
	border:2px solid #7dbfd1;
	background:#7dbfd1;
	gap: 20px;
}

.daiza-goods .title {
	width:100%;	
	margin:0 0 5px;
	padding:0;
	background:#0c72ad;
	color:#fff;
	text-align:center;
	font-size:1.6em;
	padding:7px;
}

.daiza-goods div.item {
	width: calc((100% - 40px) / 3);
	background:#fbf1e7;
	margin:5px 0;
	border-radius:10px;
}

.daiza-goods div.item a img {
	width:100%;
	max-width:75px;
}

.daiza-goods div.item .row {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

/*//////////////////////////////////////////////////////////////////////////////*/

.daiza-button{
display:block;
margin:0 auto;
}

.mobileonly{ display:none;}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and  ( max-width:1023px) {

  .pconly{ display:none;}
  .mobileonly{ display:block;}
  div.top-image { display:none; }
  div.top-image img { display:none; }
  
	.head-goods {
	justify-content: center;
	  flex-wrap: wrap;
	  flex-direction: row-reverse;
	}
		.head-goods>div{
		    padding:5px;
		    width: 95%;
		}

	.head-goods>div span.title{
		display:block;
		width:100%;
		color:#fff;
		font-size:1.1em;
		font-weight:600;
		padding-bottom:10px;
	}

	.charm-img{
		margin:50px 0;
		padding:0
	}
	.charm-img img{
		padding:5px;
	}

	.charm-flex {
	  flex-wrap: wrap;
	}

	.charm-flex .charm-item {
	    width: 100%;
	    text-align:center;
	    margin-top:20px;
	}

	.charm-goods  {
		gap: 5px;
	align-items:stretch;
		}
	.charm-goods div.item {
	width: calc((100% - 10px) / 2);
		margin:5px 0;
		border-radius:10px;
	}

	.charm-goods .title {
		width:100%;	
		margin:0 0 5px;
		padding:0;
		background:#12374a;
		color:#fff;
		text-align:center;
		font-size:1.6em;
		padding:7px;
	}
	.charm-goods div.item a .name {
		display:block;
		width:100%;
		margin-bottom:10px;
	}

	.charm-goods div.item a {
		display: flex;
	  justify-content: center;
		text-align:center;
		align-items:stretch;
		  flex-wrap: wrap;
	}

	.charm-goods div.item a img {
		width:100%;
		max-width:150px;
	}
	
	.daiza-flex {
	  flex-wrap: wrap;
	}
	.daiza-flex .daiza-item {
	    width: 100%;
	    text-align:center;
	    margin-top:20px;
	}
	
	.daiza-img{
		margin:50px 0;
		padding:0
	}
	.daiza-img img{
		padding:5px;
	}
	.daiza-goods{
		gap: 5px;
	}
	
	.daiza-goods  {
		gap: 5px;
	align-items:stretch;
		}
	.daiza-goods div.item {
	width: calc((100% - 10px) / 2);
		margin:5px 0;
		border-radius:10px;
	}

	.daiza-goods .title {
		width:100%;	
		margin:0 0 5px;
		padding:0;
		background:#12374a;
		color:#fff;
		text-align:center;
		font-size:1.6em;
		padding:7px;
	}
	.daiza-goods div.item a .name {
		display:block;
		width:100%;
		margin-bottom:10px;
	}

	.daiza-goods div.item a {
		display: flex;
	  justify-content: center;
		text-align:center;
		align-items:stretch;
		  flex-wrap: wrap;
	}

	.daiza-goods div.item a img {
		width:100%;
		max-width:150px;
	}



}

.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;    
  width: 100%;             
  padding: 60px 0;      
}

.custom-button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 400px;
	height: 90px;
	border-radius: 9999px;
	border: 5px solid #7dbfd1;
	/* background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%); */
	background-image: url(../images/fair/cmp_summer2026_btn_bk.png);
	color: #333;
	cursor: pointer;
	padding-right: 60px; /* 画像のスペース分を確保 */
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	transition: transform 0.2s;
	text-decoration: none;
}

.custom-button:hover,
.custom-button:focus,
.custom-button:active {
  text-decoration: none !important;
  -webkit-appearance: none;
  outline : none;
}

.text-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.2;
}

.main-text {
	font-size: 2.5rem;
	font-weight: bold;
	color: #c01551;
	-webkit-text-stroke: 3px #FFFFFF; 
	paint-order: stroke fill;
	text-decoration: none;
}

.sub-text {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 4px;
	opacity: 0.8;
	-webkit-text-stroke: 1px #FFFFFF; 
	paint-order: stroke fill;
	text-decoration: none;
}

.image-wrapper {
	position: absolute;
	right: 20px;   
	bottom: -15px;
	width: 80px;   
}

.image-wrapper img {
	display: block;
	width: 100px;
	height: auto;
	transform: translateY(-10px); 
	filter: drop-shadow(0 5px 10px rgba(0,0,0,0.2));

  animation: pyonpyon 2s infinite alternate ease-in-out;
}

@keyframes pyonpyon {
  0% {
    transform: translateY(-20px);
  }
  10% {
    transform: translateY(-25px);
  }
  20% {
    transform: translateY(-20px);
  }
  30% {
    transform: translateY(-25px);
  }
  60% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(-20px);
  }
}

.custom-button:hover {
	transform: scale(1.05);
}

