@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	background-color: #66CFEB;
	box-sizing: border-box;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.pc-box{
	display: none;
}

.content{
	box-sizing:border-box;
	padding: 4%;
}

.lead{
	background-color: #fff;
	box-sizing: border-box;
	padding: 8% 0;
	font-size: 13px;
	line-height: 2;
	text-align: center;
	margin: 0;
	font-weight: 600;
}

.character{
	margin: 15% auto;
}

.character .flex{
	display: flex;
	column-gap: 20px;
	justify-content: center;
	align-items: baseline;
}

.character .justify-content-space-between{
	justify-content: space-between;
}

.character .align-items-start{
	align-items: flex-start;
}

.flex-left{
	align-self: flex-start;
}

.mg-top15{
	margin-top: 16%;
}

.mg-top20{
	margin-top: 20%;
}

.mg-top-15{
	margin-top: -20%;
}

.mg-bottom15{
	margin-bottom: 10%;
}

.mg-bottom5{
	margin-bottom: 5%;
}

.character .align-items-center{
	align-items: center;
}

.circle{
    width: 45%; 
    min-width: 120px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: transform 0.3s;
}

.type-stack {
	background-color: #fff;
	display: flex;
	flex-direction: column; /* 縦並び */
	justify-content: flex-start;
	align-items: center;
}

.type-stack-none {
	background-color: #fff;
}

.type-stack .icon-image {
	height: auto;
}

.flex-direction{
	flex-direction:row;
	justify-content: center;
}

.flex-reverse {
    flex-direction: row-reverse;
  }

.position-inner{
	position: relative;
}

.type-stack .bob{
	width: 40%;
	margin: 5% 0;
}

.type-stack .tentacles{
	width: 20%;
	margin: 5% 0;
}

.type-stack .patrick{
	width: 31%;
	margin: 5% 0 3%;
}

.type-stack-none .gary{
	width: 40%;
	margin-left: 20%;
	margin-top: 9%;
	margin-bottom: 2%;
}

.type-stack .kani{
	width: 37%;
}

.type-stack-none .sandy{
	position: relative;
	width: 55%;
	margin-left: 10%;
	margin-top: 10%;
}

.sandy-lead{
	position: absolute;
	white-space: nowrap;
	right: 12%;
	bottom: 18%;
}

.type-stack-none .plankton{
	position: relative;
	width: 28%;
	margin-top: 25%;
	margin-left: 10%;
}

.plankton-lead{
	position: absolute;
	white-space: nowrap;
	right: 3%;
	top: 18%;
}

.circle p{
	font-size: 10px;
	line-height: 1.7;
	font-weight: normal;
	margin: 0;
	text-align: center;
}

.circle p span{
	font-weight: 600;
	font-size: 12px;
}

.shake-soft {
  /* infinite をつけるとずっと動き続けます */
  /* ease-in-out をつけると動きが滑らかになります */
  animation: sway 5s ease-in-out infinite;
}

@keyframes sway {
  0%, 100% { transform: rotate(-5deg); }
  50% { transform: rotate(5deg); }
}

.shake-soft2 {
  /* infinite をつけるとずっと動き続けます */
  /* ease-in-out をつけると動きが滑らかになります */
  animation: sway2 5s ease-in-out infinite;
}

@keyframes sway2 {
  0%, 100% { transform: rotate(5deg); }
  50% { transform: rotate(-5deg); }
}


.item{
	background-color: #F9D756;
	box-sizing: border-box;
	padding: 4%;
}

.item h1{
	text-align: center;
	color: #fff;
	margin: 3% auto;
	font-family: "arial", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 50px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ff6600;
}

.flex{
	display: flex;
	column-gap: 20px;
	align-items: center;
}

.box{
	/*width: 50%;*/
	margin-bottom: 35%;
	background-color: #fff;
	box-sizing: border-box;
	/*padding: 2% 2% 0;*/
	border-radius: 10px;
	border:solid 2px #ff6600;
	box-shadow: 2px 2px 0px rgba(255, 102, 0, 1);
}

.box img{
	box-sizing: border-box;
	padding: 3%;
	border-radius: 10px;
}

.box h2{
	text-align: center;
	font-size: 16px;
	margin: 3% 0 0;
	font-family: "arial", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.box p{
	text-align: center;
	font-size: 11px;
	line-height: 1.5;
	margin: 0 auto 5%;
}

.box p:before{
	content: '【スポンジ・ボブ×BAYFLOW】';
	display: block;
	margin-left: 3px;
	font-size: 10px;
}

.box p:after{
	content: 'tax in';
	display: inline-block;
	margin-left: 3px;
	font-size: 12px;
}

.box a{
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #ff6600;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-family: "arial", sans-serif;
	font-weight: 700;
	font-style: normal;
	border-bottom-right-radius:7px;
	border-bottom-left-radius:7px;
	padding-top: 1%;
}

.mgb50{
	margin-bottom: 50%;
}

.all {	
	width: 80%;	
	margin: 10% auto;
	text-align: center;
	font-family: "arial", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.all a {	
	display: block;	
	background-color: #fff;	
	color: #ff6600;	
	font-size: 20px;	
	font-weight: 600;	
	line-height: 3;
	text-decoration: none;
	position: relative;
}

.all a:after{	
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #ff6600;
	border-right: 3px solid #ff6600;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}


@media(min-width:750px){
	.sticky_container{
		display: flex;
		background-color: #009FAF;
	}
	
	.pc-box{
		width: 33%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.left-box{
		width: 75%;
	}
	
	.right-box{
		width: 30%;
	}
	
	.wrapper{
		width: 35%;
		box-sizing: border-box;
		margin: 0 auto;
	}
	
	.lead{
		font-size: 16px;
	}

	.type-stack .bob{
		width: 40%;
		margin: 5% 0;
	}

	.type-stack .tentacles{
		width: 20%;
		margin: 5% 0;
	}

	.type-stack .patrick{
		width: 31%;
		margin: 5% 0 3%;
	}

	.type-stack-none .gary{
		width: 40%;
		margin-left: 20%;
		margin-top: 9%;
		margin-bottom: 2%;
	}

	.type-stack .kani{
		width: 37%;
	}

	.type-stack-none .sandy{
		position: relative;
		width: 55%;
		margin-left: 10%;
		margin-top: 10%;
	}

	.sandy-lead{
		position: absolute;
		white-space: nowrap;
		right: 15%;
		bottom: 18%;
	}

	.type-stack-none .plankton{
		position: relative;
		width: 28%;
		margin-top: 25%;
		margin-left: 10%;
	}

	.plankton-lead{
		position: absolute;
		white-space: nowrap;
		right: 5%;
		top: 18%;
	}

	.circle p{
		font-size: 13px;
		line-height: 1.5;
	}

	.circle p span{
		font-size: 14px;
	}

	.box p{
		text-align: center;
		font-size: 13px;
		line-height: 1.5;
		margin: 0 auto 5%;
	}

}





