@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family= Noto+Serif+JP:wght@400;500;600;700;900 & display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
}

#wrapper {
	width: 100%;
	margin: 0 auto 30px;
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	font-family: 'Noto Serif JP', serif;
	background-color: #FFE57A;
	/*background-image: url("../images/bg_page.png");*/
	background-image: repeating-linear-gradient(134deg, transparent, transparent 10px, rgba(252, 207, 0, 1) 10px, rgba(252, 207, 0, 1) 20px);
	/*background-position: top center;
	background-repeat: repeat-y;
	background-size: 1100px auto;*/
}

@media screen and (max-width: 759.9px) {
	#wrapper {
		background-size: 110% auto;
	}
}

#wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper a {
	word-break: break-all;
}

#wrapper img {
	vertical-align: bottom;
}

#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}

@media screen and (min-width: 760px) {
	.pc_none {
		display: none;
	}
}

@media screen and (max-width: 759.9px) {
	.sp_none {
		display: none;
	}
}

.disnon {
	display: none;
}

.text_red {
	color: #B20202;
}

.text_bold {
	font-weight: bold;
}

.text_normal {
	font-weight: normal;
}

.text_center {
	text-align: center;
}

.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.attention {
	font-size: 90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}

.marker {
	background: linear-gradient(transparent 75%, #fff000 75%);
	margin-left: 3px;
	margin-right: 3px;
	font-size: 110%;
}

a.godetail {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	text-align: center;
	text-decoration: none;
	background: #FFDCE6;
	color: #AA0E2C;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.4;
	z-index: 10;
	box-shadow: 5px 5px 0 #AA0E2C;
	transition: 0.2s;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 50px;
		font-size: 90%;
		box-shadow: 3px 3px 0 #AA0E2C;
	}
}

a.godetail:hover {
	text-decoration: none;
	background-color: #AA0E2C;
	box-shadow: none;
	opacity: 1;
	color: #FFFFFF;
	transform: translateX(5px) translateY(5px);
}

a.godetail.gray {
	background-color: #9C9C9C;
	box-shadow: none;
	pointer-events: none;
}

a.godetail.gray:hover {
	transform: none;
}

.slash {
	width: fit-content;
	margin: 0 auto 20px;
	padding: 0 25px;
	background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
	background-size: 20px;
}

@media screen and (max-width: 759.9px) {
	.slash {
		padding: 0 15px;
		background-size: 12px;
	}
}

/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
	/*margin:20px 0;*/
	background: url("../images/bg_top.png") no-repeat center;
	background-size: 100% 100%;
	margin-bottom: 30px;
}

.page_roof .inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.page_roof h2 {
	width: 100%;
	animation: fadeIn 1.5s;
}

.page_roof h2 img {
	width: 100%;
	height: auto;
}

.page_roof .credit {
	position: absolute;
	bottom: -60px;
	right: 0;
	width: fit-content;
	padding: 15px;
	background: #FFFFFF;
}

.page_roof .credit h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}

.page_roof .credit p.attention {
	font-size: 90%;
	margin-bottom: 0;
}

@media screen and (max-width: 759.9px) {
	.page_roof {
		margin-bottom: 100px;
	}

	.page_roof .credit {
		position: absolute;
		bottom: -85px;
		right: 0;
		left: 0;
		width: fit-content;
		padding: 10px;
		background: #FFFFFF;
		margin: 0 auto;
	}

	.page_roof .credit h3 {
		font-size: 100%;
		text-align: center;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.page_roof .credit p.attention {
		font-size: 90%;
		margin-bottom: 0;
	}

}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	40% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*-------------トップリード   --------------*/
#toplead {
	margin-bottom: 40px;
	padding: 20px 0;
}

#toplead .inner {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;

}

#toplead .lead {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
	background: url("../images/bg_toplead.png")no-repeat center;
	background-size: contain;
	padding: 80px 0;
}

#toplead .lead2 {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
	background: url("../images/bg_toplead2.png")no-repeat center;
	background-size: contain;
	padding: 60px 0 80px;
}

#toplead .lead p,
#toplead .lead2 p {
	font-size: 160%;
	font-weight: bold;
	line-height: 1.6;
}

#toplead p.fukidashi {
	padding: 0 10px 10px;
	background: url("../images/fukidashi.png")no-repeat center bottom;
	background-size: auto 12px;
	margin-bottom: 5px;
	font-size: 150%;
	font-weight: bold;
}

#toplead ul.target {
	width: fit-content;
	margin: 10px auto 5px;
	text-align: left;
	padding: 5px 30px;
	border: 1px solid #e60012;
}

#toplead ul.target li {
	font-size: 130%;
}

#toplead ul.attention {
	width: fit-content;
	margin: 0 auto;
}

#toplead ul.attention li {
	font-size: 120%;
	text-indent: -1em;
	margin-left: 1em;
}

@media screen and (max-width: 759.9px) {
	#toplead {
		margin-bottom: 40px;
		padding: 0;
	}

	#toplead .lead {
		width: 100%;
		background: url("../images/bg_toplead_sp.png")no-repeat center;
		background-size: contain;
		padding: 100px 20px;
		margin: 0 auto -10px;
	}

	#toplead .lead2 {
		width: 110%;
		background: url("../images/bg_toplead2_sp_bottom.png")no-repeat center bottom,
			url("../images/bg_toplead2_sp.png")no-repeat center top;
		background-size: 100% auto, 100% auto;
		padding: 60px 20px;
		margin: 0 -5% 10px;
	}

	#toplead .lead p,
	#toplead .lead2 p {
		font-size: 120%;
		margin-bottom: 0.5rem;
		line-height: 1.6;
	}

	#toplead ul.target {
		width: fit-content;
		margin: 10px auto 15px;
		text-align: left;
		padding: 5px 15px;
		border: 1px solid #e60012;
	}

	#toplead ul.target li {
		font-size: 120%;
	}

	#toplead ul.attention li {
		font-size: 110%;
	}
}

/*-------------yoyaku--------------*/
.yoyaku {
	width: 100%;
	margin: 0 auto;
}

.yoyaku>p {
	font-size: 130%;
	/*color: #FFFFFF;*/
	font-weight: bold;
	text-shadow: 2px 2px #FFF, -2px 2px #FFF, 2px -2px #FFF, -2px -2px #FFF;
	color: #00ada9;
	font-family: 'Noto Sans JP', sans-serif;
}

.yoyaku_unit {
	width: 98%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: auto auto 0 auto;
}

.yoyaku_unit a.godetail {
	width: 30.33%;
	margin: 0 1.5%;
}

@media screen and (max-width: 759.9px) {
	.yoyaku_unit a.godetail {
		width: 47%;
		margin: 0 1.5% 20px;
		;
	}
}

/*------------ご案内------------*/
#annai {
	margin-bottom: 60px;
}

#annai h2 {
	margin: 0 auto -20px;
	position: relative;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background: url("../images/bg_ribbon.png")no-repeat center;
	background-size: contain;
	font-size: 160%;
	z-index: 10;
}

#annai .caution {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../images/bg_dot.png")repeat #FFFFFF;
	padding: 35px 0 20px;
	position: relative;
	z-index: 0;
	border-radius: 15px;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4), -4px -4px 6px rgba(0, 0, 0, 0.4);
}

#annai .caution::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	background: #FFFFFF;
	border-radius: 10px;
	z-index: 1;
}

#annai .caution ul {
	width: 85%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#annai .caution li {
	text-indent: -1em;
	margin-left: 1rem;
	margin-bottom: 5px;
	font-size: 100%;
}

@media screen and (max-width: 759.9px) {
	#annai h2 {
		font-size: 140%;
	}

	#annai .caution {
		padding: 30px 0 15px;
	}

	#annai .caution::before {
		content: "";
		position: absolute;
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
		background: #FFFFFF;
		border-radius: 10px;
		z-index: 1;
	}

}

/*-------------ページコンテンツ   --------------*/
.pageContent {
	width: 100%;
}

.pageContent .inner {
	width: 90%;
	max-width: 950px;
	margin: 0 auto 30px;
}

/*------------ラインナップ --------------*/
#lineup {
	margin-bottom: 80px;
}

#lineup>.title {
	width: 140%;
	margin: 0 -20%;
	padding: 70px 0 200px;
	background: url("../images/ribbon.png") no-repeat center top, url("../images/flag.png")no-repeat center bottom;
	background-size: auto 80px, auto 200px;
}

#lineup>.title h2 {
	font-size: 300%;
	color: #00ada9;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	text-shadow: 2px 2px 2px #FFF, 2px 2px 2px #FFF, 2px 2px 2px #FFF, -2px -2px 2px #FFF,
		-2px -2px 2px #FFF, -2px -2px 2px #FFF;
}

@media screen and (max-width: 759.9px) {
	#lineup>.title {
		width: 120%;
		margin: 0 -10%;
		padding: 40px 0 60px;
		background: url("../images/ribbon.png") no-repeat center top, url("../images/flag.png")no-repeat center bottom;
		background-size: auto 60px, 100% 70px;
	}

	#lineup>.title h2 {
		font-size: 150%;
	}

}

/*------------タブ 見出し--------------*/
nav.tabNav {
	width: 98%;
	margin: 0 auto;
}

nav.tabNav ul {
	width: 100%;
	margin: 0 auto;
	max-width: 950px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

nav.tabNav ul li {
	width: 49%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}

nav.tabNav ul li::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
}

nav.tabNav ul li.selected {
	height: 80px;
	opacity: 1;
}

nav.tabNav ul li.selected::after {
	background: none;
}

nav.tabNav ul li:first-child,
#tab01_panel .title h2,
#tab01_panel .box .area p {
	background: #00ada9;
}

nav.tabNav ul li:nth-child(2),
#tab02_panel .title h2,
#tab02_panel .box .area p {
	background: #ed8181;
}

nav.tabNav ul li:nth-child(3),
#tab03_panel .title h2,
#tab03_panel .box .area p {
	background: #49B8EA;
}

nav.tabNav ul li p {
	font-size: 140%;
	color: #FFFFFF;
	line-height: 1.5;
}

@media screen and (max-width: 759.9px) {
	nav.tabNav ul li {
		height: 50px;
	}

	nav.tabNav ul li.selected {
		height: 65px;
	}

	nav.tabNav ul li p {
		font-size: 100%;
	}
}

.tab_wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.tab_wrap .title h2 {
	font-size: 200%;
	color: #FFFFFF;
	text-align: center;
	width: 120px;
	height: 120px;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: none;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 20px auto 20px;
}

@media screen and (max-width: 759.9px) {
	.tab_wrap .title h2 {
		font-size: 140%;
		width: 80px;
		height: 80px;
		border-radius: 40px;
	}
}

/*------------ラインナップ 見出し--------------*/
.box_unit.preparation {
	width: 80%;
	max-width: 600px;
	margin: 0 auto 50px;
	border-radius: 30px;
	background: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 200px;
	opacity: 0.8;
}

.box_unit.preparation p {
	font-size: 200%;
}

/*------------ラインナップ 見出し--------------*/
.box_unit {
	display: flex;
	flex-wrap: wrap;
}

.box_unit .box {
	width: 32.33%;
	margin: 0 .5% 30px;
	display: flex;
	flex-direction: column;
}

.box_unit .box .area {
	width: 80%;
	margin: 0 auto;
}

.box_unit .box .photo {
	width: 80%;
	background: #FFFFFF;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	margin: 0 auto -20px;
	position: relative;
	z-index: 2;
}

.box_unit .box .photo img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.box_unit .box .area p {
	/*background: #E6D31B;*/
	/*background: #E84359;*/
	padding: 5px 20px;
	font-size: 120%;
	line-height: 1.2;
	width: fit-content;
	color: #FFFFFF;
	font-weight: bold;
}

.box_unit .box .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 165px;
	background: url("../images/cloud_sp.png")no-repeat center;
	background-size: 100% 100%;
}

.box_unit .box .item>p {
	text-align: center;
	font-size: 120%;
	line-height: 1.4;
}

.box_unit .box .item h3 {
	background: #000;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 5px;
}

.box_unit .box .item .appeal {
	padding: 0 0 0 35px;
	position: relative;
}

.box_unit .box .item .appeal::before {
	content: "";
	position: absolute;
	top: -4px;
	left: -30px;
	width: 60px;
	height: 60px;
	background: url("../images/icon_appeal.png") no-repeat center;
	background-size: contain;
}

.box_unit .box .item .appeal p {
	display: inline;
	font-size: 13px;
	background: linear-gradient(transparent 75%, #fff000 75%);
}

@media screen and (max-width: 759.9px) {
	#lineup h3 {}

	.box_unit {
		justify-content: space-between;
	}

	.box_unit .box {
		width: 80%;
		margin: 0 auto 20px;
	}

	.box_unit .box .area {
		width: 90%;
		margin: 0 auto;
	}

	.box_unit .box .photo {
		width: 90%;
		background: #FFFFFF;
		margin: 0 auto -15px;
	}

	.box_unit .box .area p {
		padding: 5px 20px;
		font-size: 120%;
	}

	.box_unit .box .item {
		height: auto;
		background: url("../images/cloud_sp.png")no-repeat center;
		background-size: 100% 100%;
		padding: 30px 20px;
	}

	.box_unit .box .item>p {
		font-size: 110%;
	}

	.box_unit .box .item h3 {
		font-size: 12px;
	}

	.box_unit .box .item .appeal p {
		font-size: 13px;
	}

}

/*-----inboxswiper--------------------*/
.swiper-container.inbox .swiper-slide img {
	width: 100%;
}

.swiper-container.inbox .swiper-pagination {
	bottom: 0px;
}

/* ドットインジケーターの色*/
.swiper-pagination.inbox .swiper-pagination-bullet {
	opacity: 0.6;
	display: none;
}

.swiper-pagination.inbox .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

/* prev&next 矢印の色とサイズ*/
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	display: none;
}

@media screen and (max-width: 759.9px) {

	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after {
		font-size: 15px;
	}
}