﻿@charset "UTF-8";
#tblLayout {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	font-family: 'Roboto','Noto Sans JP', sans-serif;
}

.buzztto-section {
    padding-top: 20px;
}

.buzztto-section img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.buzztto-inr {
	max-width: 1360px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

/*.buzztto-section .buzztto-inr img {*/
/*	max-width: 96%;*/
/*}*/

.buzztto-pc {
	display: block;
}
.buzztto-sp {
	display: none;
}

.inner {
	max-width: 1150px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (max-width: 1080px) {
	.buzztto-pc {
		display: none;
	}
	.buzztto-sp {
		display: block;
	}

	.inner {
		padding: 0 16px;
	}

	.buzztto-section .buzztto-inr img {
		max-width: 100%;
	}
}
.buzztto-count {
    position: absolute;
    left: 42.5%;
    top: 90.6%;
    font-size: 50px;
    font-weight: bold;
}
.buzztto-count span {
	display: inline-block;
}
.buzztto-count span + span {
	margin-left: 0.5em;
}
.buzztto-count span small {
	font-size: 50%;
	vertical-align: 0.3em;
}
@media screen and (max-width: 1360px) {
	.buzztto-count {
		font-size: 4vw;
	}
}
@media screen and (max-width: 1080px) {
	.buzztto-count {
		left: 41%;
		top: 91.3%;
		font-size: 7.5vw;
	}
	.buzztto-count span + span {
		margin-left: 0.5em;
	}
}
.comingSoon {
    max-width: 600px;
	margin: 57px auto 85px;
}

.title {
	max-width: 650px;
	margin: 75px auto 30px;
}

.banner {
	max-width: 690px;
	margin: 150px auto 30px;
}
.banner:last-child {
	margin-bottom: 90px;
}
.banner p {
	margin-top: 25px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .buzztto-section {
        padding-top: 20px;
    }

	.comingSoon {
		margin: 9% auto;
	}
	.title {
		max-width: 90%;
		margin: 10% auto 4%;
	}
	.banner {
		margin: 65px auto 4%;
	}
	.banner:last-child {
		margin-bottom: 12%;
	}
	.banner p {
		margin-top: 5%;
		font-size: 3vw;
	}
}

.pontWrap .inner {
    max-width: 800px;
}

.pointSection {
	background: #deacf0;
	border-radius: 90px;
	padding: 60px;
}

.pontHead {
	margin-bottom: 16px;
}

.pointBox {
	background: url("/Contents/ImagesPkg/portal/p-buzztto/202506/point_bg_pc.png") top center no-repeat #fbf8de;
	background-size: 100% auto;
	border-radius: 27px;
	overflow: hidden;
	padding: 23px 30px 35px;
}

.pointTtl {
	margin: auto;
	text-align: center;
	margin-bottom: 45px;
}

.pointTtl img {
	width: 100%;
}

.pointTab {
	border: 1px solid #4d4d4d;
}

.tabTtl {
	background: #4d4d4d;
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
}

.tabTtl span {
	display: inline-block;
	position: relative;
}

.tabTtl span::before,
.tabTtl span::after {
	content: "";
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 3;
	width: 26px;
	height: 3px;
	background: #fff;
	transform: translateX(100%);
	margin-right: -24px;
}

.tabTtl span::after {
	transform: translateX(100%) rotate(90deg);
	transition: transform .5s ease;
}

.tabTtl.is-active span::after {
	transform: translateX(100%) rotate(0);
	transition: transform .5s ease;
}

.pointBox+.pointBox {
	margin-top: 50px;
}

.pointTab .tabBox {
	background: #fff;
	color: #323232;
	line-height: 1.1;
	font-size: 20px;
	padding: 20px 16px;
	display: none;
}

.pointTab .tabBox ul li {
	color: #323232;
	line-height: 1.1;
	font-size: 20px;
	text-indent: -1em;
	padding-left: 1em;
}

.pointTab .tit {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.1;
	margin-top: 20px;
}


@media screen and (max-width: 767px) {
	.pontWrap {
		overflow: hidden;
	}

	.pointSection {
		border-radius: 0;
		padding: 40px 0 50px;
		position: relative;
		background: transparent;
	}

	.pointSection::before {
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		z-index: -1;
		transform: translateX(-50%);
		width: calc(100% + 32px);
		height: 100%;
		background: #deacf0;
		border-radius: 64px;
	}
	
	.pontHead {
		margin-bottom: 12px;
	}
	
	.pointBox {
		background: url("/Contents/ImagesPkg/portal/p-buzztto/202506/point_bg_sp.png") top center no-repeat #fbf8de;
		background-size: 100% auto;
		border-radius: 10px;
		overflow: hidden;
		padding: 18px 5px 14px;
	}
	
	.pointTtl {
		margin-bottom: 15px;
	}
	
	.tabTtl {
		font-size: 15px;
	}
	
	.tabTtl span::before,
	.tabTtl span::after {
		top: 10px;
		width: 16px;
		height: 2px;
		margin-right: -5px;
	}
	
	.pointBox+.pointBox {
		margin-top: 16px;
	}
	
	.pointTab .tabBox {
		font-size: 11px;
		padding: 10px 8px 12px;
	}
	
	.pointTab .tabBox ul li {
		font-size: 11px;
	}
	
	.pointTab .tit {
		font-size: 11px;
		margin-top: 11px;
	}
	
}