@charset "shift_jis";

/* common
------------------------------------------------------ */
body {
	background: url('/campaign/img-files/superbeaver/img_bg.png') repeat-y center center;
}
#superbeaver #pageContainer {
	padding-bottom: 40px;
}

#superbeaver #pageContainer #mainContainer {
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 0;
}

#superbeaver section {
	padding-bottom: 95px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

#mainContents {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.section-header {
	text-align: center;
	padding: 34px 0;
	background: #B8D324;
	margin-bottom: 50px;
	max-height: 184px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-header h2 {
	font-family: 'Shippori Mincho', serif;
	font-size: 60px;
	font-size: 6rem;
	font-weight: bold;
	color: #222222;
	margin: 0;
	line-height: 1.2;
	text-shadow: 2px 2px 0px #FFFFFF;
}

.section-header h2 .exclamation {
	font-family: 'Noto Sans JP', sans-serif;
}

.sp-only {
	display: none;
}

.txt {
	font-size: 3.2rem;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
}
.txt span {
	font-family: 'Shippori Mincho', serif;
	color: #b8d323;
}

.notes {
	text-align: center;
}
.notes li {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
	vertical-align: top;
	text-align: left;
	margin-bottom: 0.5em;
	font-size: 1.4rem;
}

figure {
	margin: 0;
	text-align: center;
}

#pageTopBtn {
	z-index: 1000;
}

.alC {	
	text-align: center;	
}

a:link,a:visited {
	color: #fff;
}

/* header
------------------------------------------------------ */
#base-header {
	background: #f6f2f3;
}

#base-headerLogo {
	width: 1200px;
	margin: 0 auto;
	padding: 28px 0 28px 0;
}
#base-headerLogo img {
	max-width: 615px;
}

/* MV
------------------------------------------------------ */
.lead-txt {
	font-size: 3.2rem;
	margin: 100px auto 70px auto;
}
.lead-txt span {
	font-size: 5.6rem;
}

/* anchor-nav
------------------------------------------------------ */
.anchor-nav {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}
.anchor-nav a {
	text-decoration: none;
}

.nav-grid {
	display: flex;
	gap: 25px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav-grid li {
	flex: 0 auto;
	width: 320px;
}

.nav-card {
	background: #303133;
	padding: 58px 15px 0;
	text-align: center;
	position: relative;
	color: #fff;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	transition: all 0.3s ease;
	min-height: 223px;
	box-sizing: border-box;
	height: 100%;
}
.nav-card:hover {
	background: #444;
	transform: translateY(2px);
}

.nav-card .ribbon {
	background: url(/campaign/img-files/superbeaver/img_ribon_pc.png) no-repeat center center;
	background-size: 100% 100%;
	width: 205px;
	height: 54px;
    position: absolute;
    top: 8px;
    left: -19px;
    z-index: 1;
}

.nav-card .ribbon span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 97%;
	height: 41px;
	font-size: 1.4rem;
	color: #303133;
	line-height: 1.2;
	font-weight: bold;
}

.nav-card h3 {
	font-family: 'Shippori Mincho', serif;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.nav-card-image {
	width: 96px;
	margin: 0 auto 20px auto;
	background: transparent;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-grow: 1;
}
.nav-card-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.nav-card-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to bottom, #F8029E 0%, #92015D 100%);
	color: #fff;
	padding: 8px 0;
	font-weight: bold;
	font-size: 1.6rem;
	border: none;
	transition: all 0.3s;
	width: calc(100% + 30px);
	margin: 0 -15px 0 -15px;
	margin-top: auto;
	text-transform: uppercase;
	position: relative;
	gap: 15px;
}
.nav-card-button::before {
	content: "";
	width: 9px;
	height: 9px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(45deg);
	flex-shrink: 0;
	position: relative;
	top: -2px;
}

.nav-card:hover .nav-card-button {
	filter: brightness(1.1);
}

.nav-card.coming {
	cursor: default;
	pointer-events: none;
}
.nav-card.coming:hover {
	transform: none;
}
.nav-card.coming:before {
	content: "";
	background-color: rgba(48, 49, 51, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.nav-card.coming h3 {
	color: #4F5051;
    min-height: 120px;
    margin-bottom: 30px;
}
.nav-card.coming:hover .nav-card-button {
	filter: none;
}
.nav-card.coming.active h3 {
	color: #fff;
}

.nav-card.coming.active .nav-card-button {
	background: linear-gradient(to bottom, #F8029E 0%, #92015D 100%);
	color: #fff;
}

.nav-card.coming.active:hover .nav-card-button {
	filter: brightness(1.1);
}

/* card-section
------------------------------------------------------ */
.card-section {
	padding: 0 0 80px;
}

.card-content {
	display: flex;
	align-items: center;
}

.card-image {
	width: 585px;
	text-align: center;
	margin-right: 60px;
}
.card-image img {
	max-width: 100%;
	height: auto;
}

.card-info {
	flex: 1;
	color: #fff;
}
.card-info .txt {
	font-size: 2.4rem;
	line-height: 2;
}
.card-info .txt span {
	font-size: 4.8rem;
	line-height: 1;
}

.card-info .txt-u-line {
	font-size: 3.7rem;
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-color: #B8D324;
	text-decoration-thickness: 8px;
	text-underline-offset: 10px;
	text-align: center;
}

/* puma-section & popup-sectio & maruko-section
------------------------------------------------------ */
.puma-section .txt, .popup-section .txt, .maruko-section .txt {
	margin-bottom: 40px;
}
.puma-section figure, .popup-section figure, .maruko-section figure {
	margin-bottom: 60px;
}

.prep-text {
	max-width: 780px;
	font-size: 2.4rem;
	color: #fff;
	margin: 0 auto;
	font-weight: 700;
	text-align: center;
	padding: 14px;
	position: relative;
	box-sizing: border-box;
}
.prep-text::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
    repeating-linear-gradient(to right, #5E5E5E 0 8px, transparent 8px 14px) top/100% 2px repeat-x,
    repeating-linear-gradient(to right, #5E5E5E 0 8px, transparent 8px 14px) bottom/100% 2px repeat-x,
    repeating-linear-gradient(to bottom, #555 0 8px, transparent 8px 14px) left/2px 100% repeat-y,
    repeating-linear-gradient(to bottom, #555 0 8px, transparent 8px 14px) right/2px 100% repeat-y;
}

/* goods-section
------------------------------------------------------ */
.goods-section {
	padding: 0 0 80px;
}
.goods-section .txt {
	margin-bottom: 40px;
}

.goods-text {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0 0 60px 0;
}

.goods-grid {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px 0;
	gap: 25px;
}

.goods-item {
	flex: 1;
	text-align: center;
	background-color: #303133;
	width: 380px;
	padding: 32px 0;
}
.goods-item figure {
	margin: 0 auto;
	max-width: 240px;
}

.goods-item img {
	max-width: 100%;
	height: auto;
}

.goods-name {
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	margin: 0;
	line-height: 1.2;
	margin-bottom: 10px;
	min-height: 87px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.more-goods-trigger {
	text-align: center;
	color: #B8D324;
	font-weight: bold;
	margin: 60px 0 30px 0;
	padding: 10px 0;
	border-top: 1px solid #B8D324;
	border-bottom: 1px solid #B8D324;
	position: relative;
	width: 100%;
	font-size: 3rem;
	cursor: pointer;
}
.toggleTrigger.open {
	color: #B8D324;
}
.more-goods-trigger:before {
	content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: calc(100% - 60px);
    display: block;
    width: 23px;
    height: 3px;
    background-color: #B8D324;
	transform: rotate(90deg);
    transition: transform 0.25s ease, opacity 0.25s ease; 
}
.more-goods-trigger.open:before {
    transform: rotate(0deg);
}
.more-goods-trigger:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: calc(100% - 60px);
    display: block;
    width: 23px;
    height: 3px;
    background-color: #B8D324;
}

.triangle {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.9rem;
    position: relative;
    top: -4px;
}

.more-goods h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	margin: 0 0 40px 0;
}

.more-goods-grid {
	display: flex;
	justify-content: center;
	gap: 40px;
	padding-top: 30px;
	margin-bottom: 40px;
}

.more-goods-item {
    position: relative;
    background: #303133;
    width: 580px;
	padding: 60px 0px 60px 0;
}
.more-goods-item img {
	max-width: 100%;
	height: auto;
}
.more-goods-item .detail-text {
	font-size: 1.6rem;
    margin: 25px 60px 0;
}

/* .more-goods-item:nth-child(2) .detail-text {
	max-width: 420px;
} */

.more-goods-item .detail-text ul {
	margin-top: 15px;
}

.more-goods-item .detail-text ul.notes {
	margin-top: 0;
	text-align: left;
}

.more-goods-item .detail-text ul.notes .mark {
	padding-right: 2px;
}

.more-goods-item .detail-text li {
	text-indent: -1em;
    padding-left: 1em;
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.point-badge {
	background: #B8D324;
    color: #000;
    padding: 8px 32px;
    font-weight: bold;
    font-size: 2.4rem;
	text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: 0 auto;
    max-width: 310px;
}

/* Coming-soon-section
------------------------------------------------------ */
.coming-soon-section .notes li {
	font-size: 1.6rem;
}

/* footer
------------------------------------------------------ */
#base-footer {
	padding: 17px 0;
	background: #303133;
	border-top: 1px solid #222222;
}
#copyright {
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}
#base-footer #copyright span {
    font-size: 2.6rem;
    vertical-align: middle;
}

/* floating
------------------------------------------------------ */
#floatingWrap01 {
	background: rgba(0, 0, 0, 0.8);
}
#floatingWrap01 .commonFloating {
	padding: 10px 0 30px 0;
}
.floating-lead {
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
    background: url(/campaign/img-files/superbeaver/img_floating_lead.png) no-repeat center center;
    min-width: 386px;
	margin: 0 auto 10px auto;
}
#floatingWrap01 .floatingInner .floatingClose {
	width: 116px;
	height: 37px;
	top: -42px;
	background: url(/campaign/img-files/superbeaver/img_floating_close.png) no-repeat 0 0;
}
#floatingWrap01.floatingNone .floatingInner .floatingClose {
	background: url(/campaign/img-files/superbeaver/img_floating_open.png) no-repeat 0 0;
}
.entryArea {
	text-align: center;
	margin: 0 auto;
}
.entryArea .entryBtn {
	max-width: 780px;
	margin: 0 auto;
}
#floatingWrap01 .entryArea .entryBtn {
	max-width: 920px;
}

.entryArea .entryBtn > a {
	position: relative;
	display: block;
	padding: 16px 0;
	background: linear-gradient(to bottom, #F8029E 0%, #92015D 100%);
	color: #ffffff;
	font-size: 3.2rem;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.2;
	min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.entryArea .entryBtn > a:hover {
	filter: brightness(1.2);
}
.entryArea .entryBtn > a::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 0;
    border-top: solid 5px #ffffff;
    border-right: solid 5px #ffffff;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
}

/* SP
------------------------------------------------------ */
@media screen and (max-width: 750px) {
	#superbeaver #pageContainer {
		padding-bottom: 0;
	}

	.container {
		padding: 0 10px;
	}

	#base-headerLogo {
		width: 100%;
		padding: 10px;
	}
	#base-headerLogo img {
		max-width: 325px;
	}

	#mainContents {
		padding: 0;
	}

	#superbeaver section {
		padding-bottom: 60px;
	}

	.sp-only {
		display: block;
	}

	.txt {
		font-size: 1.6rem;
	}

	.lead-txt {
		margin: 40px auto 30px auto;
		letter-spacing: 0.05em;
	}
	.lead-txt span {
		font-size: 2rem;
	}

	.nav-grid {
		flex-wrap: wrap;
        gap: 12px;
        padding: 0 10px 0 12px;
	}
	.nav-grid li {
		flex-basis: calc(50% - 15px * 0.5);
		/* width: auto; */
		min-height: 30px;
		min-width: 170px;
	}

	.nav-card {
		padding: 35px 12px 0;
        min-height: 133px;
	}

	.nav-card .ribbon {
		background: url(/campaign/img-files/superbeaver/img_ribon_sp.png) no-repeat center center;
		background-size: 100% 100%;
		width: 145px;
		height: 38px;
        top: 7px;
        left: -6px;
	}
	.nav-card .ribbon span {
		height: 28px;
		font-size: 1rem;
	}

	.nav-card h3 {
		font-size: 1.6rem;
		margin: 0;
		min-height: 50px;
	}

	.nav-card-image {
		width: 60px;
		margin: 0 auto 10px auto;
	}

	.nav-card-button {
		padding: 3px 0;
		font-size: 1.4rem;
		gap: 8px;
		width: calc(100% + 24px);
		margin: 0 -12px 0 -12px;
	}
	.nav-card-button::before {
		width: 7px;
		height: 7px;
	}

	.nav-card.coming h3 {
        min-height: 85px;
        margin-bottom: 20px;
	}

	.nav-card h3 .marukotxt {
		font-size: 1.4rem;
		margin: 0;
		min-height: 50px;
	}

	.section-header {
		max-height: 100px;
		margin-bottom: 30px;
	}
	.section-header h2 {
		font-size: 2.4rem;
		text-shadow: 0px 1px 0px #FFFFFF;
	}
	.section-header .maruko-header {
		font-size: 2.2rem;
		text-shadow: 0px 1px 0px #FFFFFF;
	}

	.card-content {
		flex-direction: column;
	}

	.card-image {
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}

	.card-info h3 {
		font-size: 2.4rem;
		text-align: center;
	}

	.card-info .txt {
		font-size: 1.6rem;
		line-height: 2;
	}
	.card-info .txt span {
		font-size: 2.4rem;
	}

	.card-info .txt-u-line {
		font-size: 2.4rem;
		text-decoration-thickness: 3px;
		text-underline-offset: 7px;
	}

	.card-text {
		text-align: center;
	}

	.puma-section .txt, .popup-section .txt {
		margin-bottom: 20px;
	}

	.puma-section figure, .popup-section figure {
		margin-bottom: 30px;
	}

	.prep-text {
		font-size: 1.6rem;
	}

	.goods-name {
		font-size: 1.2rem;
		min-height: 58px;
		letter-spacing: -0.1em;
	}

	.goods-grid {
        gap: 10px;
	}

	.goods-section .txt {
		margin-bottom: 30px;
	}

	.goods-item {
		margin: 0;
		padding: 15px 0 20px 0;
		width: 100%;
	}
	.goods-item figure {
		padding: 0 10%;
	}

	.more-goods-trigger {
		margin: 25px 0 15px 0;
        font-size: 2rem;
        padding: 5px 15px;
        text-align: left;
		box-sizing: border-box;
	}

	.triangle {
		display: inline-block;
		margin-right: 10px;
		font-size: 1.5rem;
		top: -2px;
	}

	.more-goods-trigger:before {
		left: calc(100% - 20px);
		width: 14px;
		height: 2px;
	}
	.more-goods-trigger:after {
		left: calc(100% - 20px);
		width: 14px;
		height: 2px;
	}

	.more-goods-item {
		width: 100%;
		padding: 40px 0 30px 0;
	}
	.more-goods-item figure {
		padding: 0 6%;
	}
	.more-goods-item .detail-text {
		font-size: 1.4rem;
		margin: 15px 20px 0;
	}

	.point-badge {
		font-size: 1.6rem;
        width: 55%;
        padding: 8px 0;
		top: -20px;
	}

	.more-goods-grid {
		flex-direction: column;
		gap: 40px;
		margin-bottom: 30px;
	}

	.more-goods-item .detail-text li {
		font-size: 1.2rem;
	}

	.coming-soon-section .notes li {
		font-size: 1.4rem;
	}

	#copyright {
		font-size: 1rem;
	}

	#base-footer #copyright span {
		font-size: 1.8rem;
	}

	#floatingWrap01 .floatingInner {
		background: none;
	}

	#floatingWrap01 .commonFloating {
		padding: 5px 0 15px 0;
	}

	.floating-lead {
		font-size: 1.4rem;
		min-width: 192px;
		background: url(/campaign/img-files/superbeaver/img_floating_lead_sp.png) no-repeat center center;
		margin-bottom: 5px;
	}

	#floatingWrap01 .floatingInner .floatingClose {
		width: 72px;
		height: 23px;
		top: -26px;
		right: 10px;
		font-size: 0;
		font-family: none;
		background: url(/campaign/img-files/superbeaver/img_floating_close_sp.png) no-repeat 0 0;
		background-size: 72px 23px;
	}
	#floatingWrap01.floatingNone .floatingInner .floatingClose {
		background: url(/campaign/img-files/superbeaver/img_floating_open_sp.png) no-repeat 0 0;
		background-size: 72px 23px;
	}

	.entryArea .entryBtn {
		display: block;
		width: 100%;
	}
	.entryArea .entryBtn a {
        font-size: 2rem;
        padding: 10px 20px;
        margin: 0 auto;
		min-height: 50px;
	}
	.entryArea .entryBtn > a::before {
		width: 7px;
		height: 7px;
		border-top: solid 3px #ffffff;
		border-right: solid 3px #ffffff;
		right: 15px;
	}

}