@charset "UTF-8";
/* scrollani
----------------------------------------------*/
.scrollani {
	opacity: 0;
	transition: all .8s ease 0.3s;
}
.scrollani.show {
	opacity: 1;
	transform: none;
}
.scrollani--lr {
	transform: translate(-100px, 0);
}
.scrollani--rl {
	transform: translate(100px, 0);
}
.scrollani--up {
	transform: translate(0, 100px);
}
.scrollani--down {
	transform: translate(0, -100px);
}
.scrollani--scaleUp {
	transform: scale(.5);
}
.scrollani--scaleDown {
	transform: scale(1.5);
}
.scrollani--rotateL {
	transform: rotate(180deg);
}
.scrollani--rotateR {
	transform: rotate(-180deg);
}
@media print {
	.scrollani {
		opacity: 1;
		transform: none;
	}
}
/* introduction styles
----------------------------------------------*/
#wrapper {
	width: 100%;
	padding-top: 0;
}
#bgBox {
	background: #ffffeb;
}
#introduction {
	margin: 0 auto;
	padding-top: 38px;
}
.pageTitle {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.setumeiBox {
	display: flex;
	align-items: center;
	padding: 37px calc((100% - 1100px) / 2) 50px;
	gap: 0 56px;
	overflow: hidden;
}
.setumeiBox .logo {
	flex: 0 0 auto;
}
.setumei {
	flex: 0 0 704px;
}
.setumeiBox h2 {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 3.2rem;
}
.setumeiBox .lead {
	font-size: 1.4rem;
	line-height: 1.75;
}
.setumeiBox .lead p + p {
	margin-top: 1.75em;
}
@media screen and (max-width: 767px) {
	main {
		overflow: visible;
	}
	#introduction {
		width: 93.3333%;
		margin: 0 auto 35px;
		padding-top: 20px;
	}
	.pageTitle {
		width: 68%;
	}
	.setumeiBox {
		display: block;
		padding: 30px 0 35px;
	}
	.setumeiBox .logo {
		text-align: center;
		margin: 0 auto 18px;
	}
	.setumeiBox h2 {
		margin-bottom: 22px;
		text-align: center;
		font-size: 2.3rem;
	}
}
/* mainContent common styles
----------------------------------------------*/
.frame {
	position: relative;
	width: 100%;
	padding: 6px;
	background: #f4c000;
	clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
	z-index: 0;
	margin: 0 auto;
}
.frame::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: #1c2224;
	clip-path: inherit;
	z-index: 10;
}
.frame::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background: #f4c000;
	clip-path: inherit;
	z-index: 20;
}
.frame .frameIn {
	position: relative;
	z-index: 30;
	background: #1c2224;
	clip-path: inherit;
	text-align: center;
	width: 100%;
	height: 100%;
}
.frameIn ul, .frameIn ul li {
	margin: 0 auto;
	display: block;
}
#mainContent {
	width: 100%;
	background-color: #1c2224;
	background-repeat: repeat-y;
	background-size: 100% auto;
	margin: auto;
	padding-bottom: 40px;
}
#mainContent img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/* mainContent other styles
----------------------------------------------*/
/* SP styles */
@media screen and (max-width: 767px) {
	.frame {
		max-width: 330px;
	}
	.frame .frameIn {
		padding: 15px;
	}
	#mainContent {
		max-width: 100%;
		overflow-x: hidden;
		margin: 0 auto 20px;
		background-image: url("../img/bg-sp.webp");
	}
	#mainContent .container {
		margin-top: -60px;
	}
	#mainContent .content h2 {
		width: 360px;
		margin: 40px auto 5px;
	}
	#mainContent .frame h3 {
		margin: 0 0 -35px;
	}
	#mainContent .frame ul li {
		margin-bottom: 5px;
	}
	#box1 ul {
		width: 240px;
	}
	#box1 ul li:nth-of-type(2) img {
		width: 190px;
		margin-bottom: 15px;
	}
	#box2 ul {
		width: 280px;
	}
	#box2 ul li + li {
		margin-top: 10px;
	}
	#box3 ul {
		width: 260px;
	}
	#box3 ul li:nth-of-type(1) img {
		width: 240px;
	}
	#box1 {
		margin-bottom: 45px;
	}
	#box2 {
		margin-bottom: 45px;
	}
	#flow .flexRow {
		position: relative;
	}
	#flow .arrowWr {
		height: 45px;
		width: auto;
		position: absolute;
		top: 546px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 100;
	}
	#flow .arrowWr img {
		width: 150px;
		height: auto;
	}
	#flow .arrowWr#arrow2 {
		height: 90px;
		top: 971px;
	}
	#flow .arrowWr#arrow2 img {
		width: 170px;
		height: auto;
	}
	#mainContent #bonus h2 {
		margin-bottom: -5px;
	}
	#mainContent #bonus .frameIn {
		padding: 10px 5px 1px;
	}
	#box4 ul li:nth-of-type(1) img {
		width: 275px;
	}
	#box4 ul li:nth-of-type(2) img {
		margin-bottom: 15px;
	}
	#box4 ul .flexRow li:last-child {
		margin-top: 15px;
		margin-bottom: -10px;
	}
	#mainContent #loop h2 {
		margin-bottom: -5px;
	}
	#mainContent #bonus2 h2 {
		margin-bottom: -5px;
	}
	#box6 ul {
		margin-bottom: -5px;
	}
	#box6 ul li:nth-of-type(1) img {
		width: 240px;
	}
	#box7 .frameIn {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	#box7 ul li img {
		width: 290px;
	}
	#mainContent #haitou h2, #mainContent #reach h2, #mainContent #hairetu h2 {
		margin-bottom: 10px;
	}
	#box8 .frameIn {
		padding: 20px 15px;
	}
	#box9 ul {
		width: 200px;
	}
	#box3 .frameIn {
		padding-top: 25px;
	}
	#mainContent .bottom {
		padding: 10px;
		margin-top: 40px;
		line-height: 1.3;
		text-align: center;
		font-weight: bold;
	}
	#mainContent .bottom .text {
		color: #fff;
		background-color: #ff3333;
		padding: 5px;
	}
	#mainContent .bottom div {
		color: #fff;
		border: 1px solid #fff;
		padding: 10px;
		text-align: center;
		margin-top: 10px;
	}
	#mainContent .bottom div strong {
		display: block;
		font-size: 2.5rem;
		margin-bottom: 5px;
	}
	#mainContent .bottom div p span {
		display: block;
	}
}
/* PC styles */
@media screen and (min-width: 768px) {
	.frame {
		width: 100%;
		margin: 0;
	}
	.frame .frameIn {
		padding: 15px 5px 5px;
	}
	.flexRow {
		display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#mainContent {
		max-width: 1100px;
		overflow-x: hidden;
		background-image: url("../img/bg-pc.webp");
		margin-bottom: 20px;
	}
	#mainContent .container {
		margin-top: -80px;
	}
	#mainContent .content {
		width: 100%;
		margin: 0 auto;
	}
	#mainContent .content h2 img {
		height: 58px;
		width: auto;
		margin-bottom: 5px;
	}
	#mainContent #flow h2 img,
	#mainContent #bonus h2 img {
		height: 57px;
	}
	#flow .flexRow {
		width: 1040px;
		position: relative;
		margin-bottom: 40px;
	}
	#flow #box1 {
		width: 240px;
		height: 460px;
	}
	#flow #box2 {
		width: 452px;
		height: 460px;
	}
	#flow #box3 {
		width: 280px;
		height: 460px;
	}
	#flow .frame .frameIn {
		padding-top: 5px;
	}
	#flow .arrowWr {
		width: 35px;
		height: auto;
		position: absolute;
		top: 170px;
		left: 240px;
		z-index: 100;
	}
	#flow .arrowWr#arrow2 {
		width: 90px;
		top: 80px;
		left: 697px;
	}
	#flow h3 {
		margin-bottom: -40px;
	}
	#flow h3 img {
		height: 46px;
		width: auto;
	}
	#box1 ul {
		width: 184px;
	}
	#box1 ul li:nth-of-type(2) {
		margin-top: 8px;
		margin-bottom: 20px;
	}
	#box2 ul {
		width: 390px;
	}
	#box2 ul li + li {
		margin-top: 10px;
	}
	#box3 h3 img {
		height: 36px;
		margin-bottom: 10px;
	}
	#box3 ul {
		width: 240px;
	}
	#box3 ul li:nth-of-type(1) {
		width: 180px;
	}
	#box3 ul li:nth-of-type(2) {
		margin-top: 5px;
		margin-bottom: 10px;
	}
	#box4 ul li:nth-of-type(2) {
		width: 600px;
	}
	#box4 {
		width: 1040px;
		margin-left: auto;
		margin-right: auto;
	}
	#bonus .flexRow {
		gap: 40px; /* アイテム間の間隔を指定 */
		display: flex;
		padding: 0 10px 0 0;
	}
	#bonus .flexRow li {
		flex: 1; /* 自動的に均等幅 */
	}
	#contentWr1 {
		width: 1040px;
		margin-top: 40px;
	}
	#contentWr1 .content#loop {
		width: 550px;
		margin-right: 0;
		margin-left: 0;
	}
	#contentWr1 .content#bonus2 {
		width: 450px;
		margin-right: 0;
		margin-left: 0;
	}
	#box5 {
		height: 680px;
	}
	#box5 ul li {
		width: 465px;
	}
	#box5 ul li:nth-of-type(1) {
		margin-bottom: 15px;
	}
	#box5 ul li:nth-of-type(3) {
		width: 480px;
	}
	#box6 {
		height: 680px;
	}
	#box6 ul li {
		width: 395px;
	}
	#box6 ul li:nth-of-type(1) {
		margin-bottom: 15px;
	}
	#contentWr2 {
		width: 1040px;
		margin-top: 40px;
	}
	#contentWr2 .boxLeft {
		width: 660px;
	}
	#contentWr2 .boxLeft #reach {
		margin-top: 40px;
	}
	#contentWr2 .boxLeft #box7 {
		height: 310px;
	}
	#contentWr2 .boxLeft #box7 img {
		width: 605px;
	}
	#contentWr2 .boxLeft #box8 {
		height: 205px;
	}
	#contentWr2 .boxLeft #box8 img {
		width: 605px;
		margin-top: 5px;
	}
	#contentWr2 .boxRight {
		width: 340px;
	}
	#contentWr2 .boxRight #box9 {
		height: 620px;
	}
	#contentWr2 .boxRight #box9 img {
		width: 265px;
		margin-top: 5px;
	}
	#mainContent .bottom {
		margin-top: 40px;
		padding: 0 25px;
		font-weight: bold;
	}
	#mainContent .bottom .text {
		color: #fff;
		background-color: #ff1c4c;
		padding: 3px;
		text-align: center;
		font-size: 1.4rem;
	}
	#mainContent .bottom .text br {
		display: none;
	}
	#mainContent .bottom div {
		color: #fff;
		border: 1px solid #fff;
		margin-top: 5px;
		overflow: hidden;
		padding: 3px;
		font-size: 1.5rem;
		line-height: 1.4;
		display: flex;
		align-items: center;
	}
	#mainContent .bottom div strong {
		display: block;
		font-size: 3.5rem;
		line-height: 1;
		padding: 3px 20px 3px 100px;
		border-right: 1px solid;
		margin-right: 20px;
	}
}

