﻿@charset "UTF-8";

html {
	scroll-behavior: unset;
}

@media screen and (min-width: 821px) {
  .only-sp {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .only-pc {
    display: none;
  }
}

#tblLayout {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	font-family: 'Roboto','Noto Sans JP', sans-serif;
}

.buzztto-inr {
	/* max-width: 1360px; */
	margin: 0 auto;
	position: relative;
}
.buzztto-inr img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.buzztto-pc {
	display: block;
}
.buzztto-sp {
	display: none;
}
@media screen and (max-width: 820px) {
	.buzztto-pc {
		display: none;
	}
	.buzztto-sp {
		display: block;
	}
}

.mainvisual {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.mainvisual li {
	position: relative;
}
.mainvisual li + li {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.mainvisual .notice {
	position: absolute;
	top: 0;
	right: 12%;
	z-index: 50;
	width: 11.6%;
}
.mainvisual .banner {
	max-width: 574px;
	margin: 48px auto 30px;
}
@media screen and (max-width: 820px) {
	.mainvisual .notice {
		right: 6%;
		width: 20%;
	}
	.mainvisual .banner {
		max-width: 76.5vw;
		margin: 5vw auto;
	}
}

.period {
	position: relative;
}

.buzztto-count {
	position: absolute;
	left: 70%;
	top: 13%;
	color: #000;
	font-size: 44px;
	font-weight: bold;
}
.buzztto-count span {
	display: inline-block;
}
.buzztto-count small {
	display: inline-block;
	margin: 0 1em 0 0.2em;
	font-size: 22px;
	vertical-align: 7px;
}
@media screen and (max-width: 1000px) {
	.buzztto-count {
		font-size: 4.4vw;
	}
	.buzztto-count small {
		font-size: 2.2vw;
		vertical-align: 0.7vw;
	}
}
@media screen and (max-width: 820px) {
	.buzztto-count {
		left: 43%;
		top: 57%;
		font-size: 6vw;
	}
	.buzztto-count small {
		font-size: 3vw;
		vertical-align: 0.7vw;
	}
}

.anchor {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	position: sticky;
	z-index: 50;
	top: 142px;
	background-color: #fff;
}
.anchor a {
	position: relative;
	display: block;
	height: 100%;
	border: 2px solid #000;
}
.anchor a:hover {
	opacity: 1;
}
.anchor li:last-child a {
	border-color: #096bc2;
}
.anchor li:nth-child(n+2) a {
	border-left: none;
}
.anchor .cur {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.anchor a.current .cur {
	opacity: 1;
}
@media screen and (max-width: 1199px) {
	.anchor {
		top: 14.5rem;
	}
}
@media screen and (max-width: 820px) {
	.anchor {
		top: 71px;
	}
}
@media screen and (max-width: 767px) {
	.anchor {
		margin-bottom: 3%;
		top: 66px;
	}
}
@media screen and (max-width: 450px) {
	.anchor {
		top: calc(4.17vw + 50px);
	}
}

.countdown {
	background: linear-gradient(to bottom, #f0cce6 40%, #ffffff 100%);
	padding: 40px 0 80px;
}
.countdown h2 {
	max-width: 666px;
	margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
	.countdown {
		padding: 20px 0 30px;
	}
	.countdown h2 {
		margin: 0 auto 6%;
	}
}

.title-area {
	margin-top: 100px;
	background: url(/Contents/ImagesPkg/portal/p-buzztto/202408/sec_bg.png) no-repeat 50% 0;
	background-size: 100% 100%;
	padding: 50px 20px 54px;
	text-align: center;
}
.title-area.feature {
	margin-top: 0;
	background-image: url(/Contents/ImagesPkg/portal/p-buzztto/202408/sec01_bg.png);
	color: #fff;
}
.title-area h2 {
	max-width: 674px;
	margin: 0 auto 30px;
}
.title-area .lead {
	font-size: 25px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.title-area {
		margin-top: 8%;
		background-image: url(/Contents/ImagesPkg/portal/p-buzztto/202408/sec_bg_sp.png);
		padding: 30px 20px 25px;
	}
	.title-area.feature {
		background-image: url(/Contents/ImagesPkg/portal/p-buzztto/202408/sec01_bg_sp.png);
	}
	.title-area .lead {
		font-size: 3.6vw;
	}
}

.sec-inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

.feature-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.feature-item li {
	width: 44.4%;
	padding: 50px 0;
	border-bottom: 1px solid #989898;
}
@media screen and (max-width: 767px) {
	.feature-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.feature-item li {
		width: 100%;
	padding: 50px 0;
	border-bottom: 1px solid #989898;
	}
}

.anchor02 {
	display: flex;
	justify-content: center;
	gap: 1px;
}
.anchor02 li {
	width: 25%;
}
.anchor02 a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #b60081;
	height: 130px;
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	font-feature-settings: "palt";
}
.anchor02 a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 13px;
	border-top: 13px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	width: 0;
	margin: 0 auto;
}
@media screen and (max-width: 1000px) {
	.anchor02 {
		margin: 0 -20px;
	}
	.anchor02 a {
		height: 13vw;
		padding-bottom: 2vw;
		font-size: 3vw;
	}
	.anchor02 a::after {
		bottom: 1.3vw;
		border-top: 1.3vw solid #fff;
		border-left: 1.2vw solid transparent;
		border-right: 1.2vw solid transparent;
	}
}

.categ-title {
	margin: 110px 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #b60081;
	border-radius: 6px;
	padding: 0 10px 0 60px;
	box-shadow: 0 5px 4px rgba(75,0,59,0.5);
	color: #fff;
	font-size: 52px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.2;
	font-feature-settings: "palt";
}
.anchor02 + .categ-title {
	margin-top: 50px;
}
.categ-title img {
	width: 250px;
}
.categ-title br {
	display: none;
}
@media screen and (max-width: 1000px) {
	.categ-title {
		margin: 80px 0 40px;
		padding: 0 10px 0 40px;
		font-size: 38px;
		letter-spacing: 0;
	}
	.anchor02 + .categ-title {
		margin-top: 40px;
	}
	.categ-title img {
		width: 180px;
	}
}
@media screen and (max-width: 767px) {
	.categ-title {
		margin: 15vw 0 6.6vw;
		padding: 0 1vw 0 7.6vw;
		box-shadow: 0 3px 3px rgba(75,0,59,0.5);
		font-size: 5.5vw;
	}
	.anchor02 + .categ-title {
		margin-top: 6.5vw;
	}
	.categ-title img {
		width: 34vw;
	}
	.categ-title br {
		display: inline;
	}
}

.sub-categ-title {
	margin: 70px 0 50px;
	border: 1px solid #b60081;
	background-color: #fceaf4;
	padding: 7px;
	text-align: center;
	color: #b60081;
	font-size: 32px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.sub-categ-title {
		margin: 8vw 0 6vw;
		padding: 1vw;
		font-size: 4.6vw;
	}
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.modal .window {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 550px;
	margin: 0 auto;
	transform: translateY(-50%);
	padding: 120px 59px;
	background-color: #fff;
}
.modal .close-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	cursor: pointer;
}
.modal .close-btn::before,
.modal .close-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 42px;
	height: 1px;
	margin: 0 auto;
	background-color: #999;
	transform: rotate(45deg);
}
.modal .close-btn::after {
	transform: rotate(-45deg);
}
.modal li + li {
	margin-top: 40px;
}
.modal ul.s_row4 li + li {
	margin-top: 16px;
}
@media screen and (max-width: 600px) {
	.modal .window {
		width: 75%;
		padding: 16vw 8vw;
	}
	.modal .close-btn {
		width: 9vw;
		height: 9vw;
	}
	.modal .close-btn::before,
	.modal .close-btn::after {
		width: 5.6vw;
	}
	.modal li + li {
		margin-top: 5vw;
	}
	.modal ul.s_row4 li + li {
		margin-top: 2vw;
	}
}

.item-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 1.2%;
}
.item-list li {
	width: 24.1%;
}
.item-list li.s_wide {
	width: 49.4%;
}
@media screen and (max-width: 820px) {
	.item-list {
		gap: 4vw 4.22%;
	}
	.item-list li {
		width: 47.89%;
	}
	.item-list li.s_wide {
		width: 100%;
	}
}

.item-list2 {
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 1.2%;
}
.item-list2 li {
	width: 24.1%;
}
.item-list2 a {
	position: relative;
	display: block;
	height: 100%;
	border: 1px solid #989898;
	padding: 18px 18px 84px;
}
.item-list2 .img {
	position: relative;
	padding-top: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #3f3f3f;
	padding-bottom: 18px;
}
.item-list2 .img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 18px;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.item-list2 .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}
.item-list2 .priceArea {
	position: absolute;
	left: 18px;
	bottom: 18px;
	right: 18px;
}
.item-list2 .price {
	display: flex;
	align-items: center;
	color: #e91921;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1;
}
.item-list2 .price span:first-child {
	padding-top: 3px;
}
.item-list2 .price strong {
	padding-left: 2px;
	font-size: 38px;
}
.item-list2 .price small {
	padding-top: 10px;
	font-size: 15px;
}
.item-list2 .taxInclude {
	font-weight: bold;
	line-height: 1;
}
.item-list2 .taxInclude small {
	font-size: 12px;
}
.item-list2 .taxInclude strong {
	padding-left: 3px;
	font-size: 20px;
}
@media screen and (max-width: 820px) {
	.item-list2 {
		gap: 4vw 4.22%;
	}
	.item-list2 li {
		width: 47.89%;
	}
}
@media screen and (max-width: 550px) {
	.item-list2 a {
		padding: 3.2vw 3.2vw 15.3vw;
	}
	.item-list2 .img {
		margin-bottom: 2vw;
		padding-bottom: 3.2vw;
	}
	.item-list2 .img img {
		bottom: 3.2vw;
	}
	.item-list2 .title {
		font-size: 3.2vw;
	}
	.item-list2 .priceArea {
		left: 3.2vw;
		bottom: 3.2vw;
		right: 3.2vw;
	}
	.item-list2 .price {
		font-size: 2.1vw;
	}
	.item-list2 .price span:first-child {
		padding-top: 0.5vw;
	}
	.item-list2 .price strong {
		padding-left: 0.3vw;
		font-size: 6.9vw;
	}
	.item-list2 .price small {
		padding-top: 0.2vw;
		font-size: 2.7vw;
	}
	.item-list2 .taxInclude small {
		font-size: 2.1vw;
	}
	.item-list2 .taxInclude strong {
		padding-left: 0.3vw;
		font-size: 3.6vw;
	}
}

.more {
	max-width: 662px;
	margin: 50px auto 0; 
}
.more a {
	position: relative;
	display: block;
	border: 1px solid #231815;
	border-radius: 20px;
	text-align: center;
	padding: 30px 0;
	font-size: 46px;
	font-weight: bold;
	overflow: hidden;
	font-feature-settings: "palt";
}
.more a span + span {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 180px;
	background-color: #808080;
	color: #fff;
	font-size: 22px;
}
@media screen and (max-width: 767px) {
	.more {
		margin: 8% auto 0; 
	}
	.more a {
		border-radius: 2.8vw;
		padding: 4vw 0;
		font-size: 6.2vw;
	}
	.more a span + span {
		width: 24vw;
		font-size: 3vw;
	}
}

.anchor03 {
	display: flex;
	justify-content: center;
	gap: 28px;
}
.anchor03 li {
	width: 202px;
}
.anchor03 a {
	position: relative;
	display: block;
	border: 1px solid #b60081;
	border-radius: 20px;
	background-color: #fceaf4;
	padding: 16px 0 32px;
	text-align: center;
	color: #b60081;
	font-size: 22px;
	font-weight: bold;
}
.anchor03 a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	width: 0;
	margin: 0 auto;
	border-top: 10px solid #b60081;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}
@media screen and (max-width: 767px) {
	.anchor03 {
		justify-content: space-between;
		gap: 0;
	}
	.anchor03 li {
		width: 30.6%;
	}
	.anchor03 a {
		border-radius: 2.5vw;
		padding: 2.1vw 0 4.2vw;
		font-size: 3vw;
	}
	.anchor03 a::after {
		bottom: 1.6vw;
		border-top: 1.5vw solid #b60081;
		border-left: 1.5vw solid transparent;
		border-right: 1.5vw solid transparent;
	}
}

.banner-area {
	max-width: 650px;
	margin: 75px auto;
}
@media screen and (max-width: 767px) {
	.banner-area {
		margin: 9vw auto;
	}
}

.banner-area2 {
	max-width: 494px;
	margin: 10px auto 0;
}

.other-area {
	margin-top: 50px;
	background-color: #f8e5f2;
	padding: 50px 20px;
}
.other-area .inner {
	max-width: 620px;
	margin: 0 auto;
}
.other-area h2 {
	margin: 0 0 15px;
	border-bottom: 3px solid #b50080;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
}
.other-area .lead {
	margin-bottom: 20px;
	text-align: center;
	color: #b50080;
	font-size: 30px;
	font-weight: bold;
}
.other-area li {
	margin-top: 10px;
}
@media screen and (max-width: 820px) {
	.other-area {
		margin-top: 10%;
		padding: 30px 20px;
	}
	.other-area h2 {
		margin: 0 0 3%;
		border-bottom-width: 2px;
		font-size: 6vw;
	}
	.other-area .lead {
		margin-bottom: 3%;
		font-size: 4vw;
	}
	.other-area li {
		margin-top: 3%;
	}
}

.campaign-area {
	background: url(/Contents/ImagesPkg/portal/p-buzztto/202408/campaign_bg.png) repeat 50% 0;
	padding-bottom: 30px;
}
.campaign-title {
	background-color: #fbef47;
	padding: 65px 20px;
}
.campaign-title h2 {
	max-width: 671px;
	margin: 0 auto;
}
.campaign-sub-title {
	background-color: #0064af;
	border-bottom: 10px solid #00e9ff;
	padding: 18px;
}
.campaign-sub-title h3 {
	max-width: 236px;
	margin: 0 auto;
}
.coupon-area {
	padding: 30px 20px 10px;
}
.coupon-area h4 {
	max-width: 655px;
	margin: 0 auto 30px;
}
.coupon-list {
	width: 583px;
	margin: 0 auto;
}
.coupon-list li {
	position: relative;
	margin-bottom: 40px;
}
.coupon-list .coupon-code {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 90px;
	border: none;
	outline: none;
	appearance: none;
	text-align: center;
	font-size: 56px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
}
.coupon-list .coupon-copy {
	position: absolute;
	right: 3%;
	bottom: 4.5%;
	width: 21%;
	border: 1px solid #7e7e7e;
	border-radius: 4px;
	background-color: #cdcdcd;
	padding: 3px 0;
	text-align: center;
	font-size: 30px;
	cursor: pointer;
	transition: opacity 0.3s;
}
.coupon-list .coupon-copy:hover {
	opacity: 0.7;
}
.toggle-area {
	max-width: 850px;
	min-height: 60px;
	margin: 0 auto 50px;
}
.toggle-area h5 {
	position: relative;
	margin-bottom: -25px !important;
	z-index: 10;
	max-width: 400px;
	margin: 0 auto;
	background-color: #0064af;
	border-radius: 10px;
	padding: 13px 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.toggle-area h5 span {
	position: relative;
	display: inline-block;
	padding-right: 40px;
}
.toggle-area h5 span::before,
.toggle-area h5 span::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 21px;
	height: 3px;
	margin: auto 0;
	background-color: #fff;
}
.toggle-area h5 span::after {
	transform: rotate(90deg);
}
.toggle-area h5:not(.s_close) span::after {
	display: none;
}
.toggle-area-body {
	background-color: #fff;
	padding: 20px 30px 40px;
	font-size: 20px;
}
.toggle-area-body h6 {
	margin-top: 1.5em;
	color: #0064af;
	font-weight: bold;
}
.coupon-link {
	margin-top: 20px;
}
@media screen and (max-width: 820px) {
	.campaign-title {
		padding: 10vw 4vw;
	}
	.campaign-sub-title {
		border-bottom-width: 5px;
		padding: 3vw;
	}
	.campaign-sub-title h3 {
		max-width: 32vw;
	}
	.coupon-area {
		padding: 3vw 0;
	}
	.coupon-area h4 {
		max-width: 90%;
	}
	.coupon-list {
		width: 80%;
	}
	.coupon-list li {
		margin-bottom: 7.73%;
	}
	.coupon-list .coupon-code {
		height: 12vw;
		font-size: 8vw;
	}
	.coupon-list .coupon-copy {
		border-radius: 0.6vw;
		padding: 0.67vw 0;
		font-size: 3.47vw;
	}
	.toggle-area {
		width: 88.13%;
		margin: 0 auto 4%;
	}
	.toggle-area h5 {
		margin-bottom: -5vw !important;
		max-width: 55vw;
		border-radius: 5px;
		padding: 2vw 0;
		font-size: 3vw;
	}
	.toggle-area h5 span {
		padding-right: 6vw;
	}
	.toggle-area h5 span::before,
	.toggle-area h5 span::after {
		width: 4vw;
		height: 0.5vw;
	}
	.toggle-area-body {
		padding: 4vw;
		font-size: 3vw;
	}
}

.indent-list li {
	padding-left: 1em;
	text-indent: -1em;
}
.indent-list.s_w2 li {
	padding-left: 2em;
	text-indent: -2.5em;
}

.campaign-banner {
	margin: 20px auto 40px;
	max-width: 630px;
	padding: 0 20px;
}
@media screen and (max-width: 820px) {
	.campaign-banner {
		margin: 6% 4%;
		padding: 0;
	}
}

.sale {
	max-width: 697px;
	margin: 50px auto;
	padding: 0 20px;
	text-align: center;
	font-feature-settings: "palt";
}
.sale small {
	margin-top: 20px;
	display: block;
	color: #b60081;
	font-size: 29px;
	font-weight: bold;
}
.sale strong {
	display: block;
	color: #b60081;
	font-size: 54px;
	line-height: 1.2;
}
.sale p {
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.sale {
		margin: 8vw auto;
	}
	.sale small {
		margin-top: 2.6vw;
		font-size: 3.86vw;
	}
	.sale strong {
		font-size: 7.2vw;
	}
	.sale p {
		margin-top: 2.6vw;
		font-size: 3.2vw;
	}
}

.delivery-charge {
	background-color: #eae3d9;
	padding: 50px 20px;
}
.delivery-charge a {
	display: block;
	max-width: 640px;
	margin: 0 auto;
}
@media screen and (max-width: 820px) {
	.delivery-charge {
		padding: 5vw;
	}
}

.campaign-pickup {
	max-width: 650px;
	margin: 80px auto 45px;
}
.campaign-pickup li {
	margin-top: 30px;
}
@media screen and (max-width: 820px) {
	.campaign-pickup {
		margin: 40px auto;
		padding: 0 20px;
	}
	.campaign-pickup li {
		margin-top: 15px;
	}
}

.site-list {
	margin: 80px 0;
}
.site-list h4 {
	max-width: 560px;
	margin: 0 auto 20px;
}
.campaign-site {
	max-width: 624px;
	margin: 0 auto;
}
.campaign-site li {
	padding: 30px 0;
}
.campaign-site li + li {
	border-top: 4px dotted #000;
}
.campaign-site img {
	max-width: 545px;
	margin: 0 auto;
}
.campaign-site p {
	margin-top: 10px;
	text-align: center;
	color: #312825;
	font-size: 23px;
	font-weight: bold;
	font-feature-settings: "palt";
}
.campaign-note {
	margin-top: 30px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}
@media screen and (max-width: 820px) {
	.site-list {
		margin: 15% 0;
	}
	.site-list h4 {
		max-width: 80%;
		margin: 0 auto 1%;
	}
	.campaign-site {
		max-width: 88%;
	}
	.campaign-site li {
		padding: 4vw 0;
	}
	.campaign-site li + li {
		border-top-width: 0.6vw;
	}
	.campaign-site img {
		max-width: 90%;
	}
	.campaign-site p {
		font-size: 4vw;
	}
	.campaign-note {
		margin-top: 4.55%;
		font-size: 2.4vw;
	}
}

.pagetop {
	position: fixed;
	right: 56px;
	bottom: 20px;
	z-index: 50;
}
@media screen and (max-width: 820px) {
	.pagetop {
		right: 28px;
		bottom: 10px;
		width: 40px;
	}
	.btn__returnTop {
		display: none !important;
	}
}

.finish {
	max-width: 1360px;
	margin: 0 auto;
}
