

body {
    min-width: 1200px;
}

@media screen and (max-width: 767px) {
	body {
	    min-width: auto;
	}
}

/*========================================================================

  edit

========================================================================*/

.pb-handle,
.pbPinnedBlock:before,
.context-menu-list {
	z-index: 10000!important;
}
#main > .pb-handle {
	margin-top: -30px!important;
}
section + section#product > .pb-handle,
section + #news > .pb-handle {
	margin-top: -30px!important;
}
section#product > .pb-handle{
	left: 0;
}
#mainvisual > .pb-handle {
	margin-top: 5px!important;
}

/*========================================================================

  common

========================================================================*/

/*  pb-section
========================================================================*/

.pb-section {
	position: relative;
	padding: 36px 0;
	background: #FFF;
	color: #141414;
}
.pb-section.small {
	padding-bottom: 0;
}
.pb-section.blue {
	background: #024097;
}
.pb-section.light {
	background: #F5F7FF;
}
.pb-section > div,
.pb-section > ul {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.pb-section > div {
	width: calc(100% - 30px);
}

/*  pb-h1
========================================================================*/

.pb-h1 h1{
	padding: 60px 15px 17px;
	color: #024097;
	text-align: center;
	letter-spacing: 0.12rem;
}

@media screen and (max-width: 767px) {
	.pb-h1 h1{
		padding: 66px 15px 26px;
	}
}

/*  pb-h2
========================================================================*/

.pb-h2 + div {
	margin-top: 24px;
}
.pb-h2 h2 {
	color: #024097;
	text-align: center;
	font-size: 20px;
}
.pb-section.blue h2 {
	color: #FFF;
}
.pb-h2 h2:before {
	content: '';
	display: inline-block;
    width: 20px;
    height: 20px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
}
.pb-h2.pickup h2:before {
	background-image: url(../image/icon_heart.png);
}
.pb-h2.brandsite h2:before {
	background-image: url(../image/icon_site.png);
}
.pb-h2.category h2:before {
	background-image: url(../image/icon_folder.png);
}
.pb-h2.brand h2:before {
	background-image: url(../image/icon_tag.png);
}
.pb-h2.campaign h2:before {
	background-image: url(../image/icon_flag.png);
}
.pb-h2.enjoy h2:before {
	background-image: url(../image/icon_smile.png);
}
.pb-h2.onlineshop h2:before {
	background-image: url(../image/icon_pc.png);
}
.pb-h2.shopping h2:before {
	background-image: url(../image/icon_shop2.png);
}
.pb-h2.p-category h2:before {
	background-image: url(https://www.asahi-gf.co.jp/assets_2020/images/top/icon8.png);
}
.pb-h2.p-brand h2:before {
	background-image: url(https://www.asahi-gf.co.jp/assets_2020/images/top/icon4.png);
}

/*  pb-link
========================================================================*/

.pb-link {
	font-weight: 600;
	text-align: right;
}
.pb-link a {
	display: inline-block;
	position: relative;
	padding: 5px 26px 5px 5px;
}
.pb-section.blue .pb-link a {
	color: #FFF;
}
.pb-link a:before,
.pb-link a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.pb-link a:before {
	right: 0;
	width: 17px;
	height: 17px;
	background: #ffffff;
	border-radius: 50%;
}
.pb-link a:after {
	right: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 7px;
	border-color: transparent;
	border-left-color: #024097;
}

/*========================================================================

  content

========================================================================*/

/*  banner
========================================================================*/

.pb-section.banner {
	margin-top: -24px;
	padding: 12px 0;
}
.pb-banner {
	display: flex;
	justify-content: space-evenly;
	position: relative;
}
.pb-banner > .pb-handle {
	left: 0;
}
.pb-banner li {
	width: calc(100% / 3 - 4px);
}
.pb-banner li:not(:last-child) {
	margin-right: 12px;
}
.pb-banner a {
	display: block;
}
.pb-banner img {
	width: 100%;
	box-shadow: 0 3px 6px rgba(0,0,0,.5);
}

/*  alert
========================================================================*/

.pb-section.alert {
	padding: 15px 0;
}
.pb-section .pb-alert {
	width: 100%;
	padding: 12px;
	background: #FFF;
	color: #ff0000;
	border: 1px solid #ff0000;
    line-height: 1.4;
}
.pb-alert > .pb-handle {
	left: 0;
}
.pb-alert a {
	color: #ff0000;
	text-decoration: underline;
}
.pb-alert li {
	position: relative;
	margin: 10px 0;
	padding-left: 1em;
}
.pb-alert li:before {
	content: '丒';
	position: absolute;
	top: 0;
	left: 0;
}

/*  pickup
========================================================================*/

ul.pb-pickup {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px;
	padding-bottom: 10px;
}
.pb-pickup li {
	position: relative;
	width: 140px;
	margin: 0 6px;
	padding: 26px 13px 4px;
	background: #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,.5);
	border-radius: 8px;
}
.pb-pickup li:nth-child(n+7) {
	margin-top: 12px;
}
.pb-pickup .label {
	position: absolute!important;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0;
}
.pb-pickup .label p {
	display: inline-block;
	padding: 4px 10px;
	background: #F5F7FF;
	color: #024097;
	font-weight: 600;
	border-radius: 8px 0 0 0;
}
.pb-pickup .image a {
	opacity: 1!important;
}
.pb-pickup .image a:after {
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #FFF;
	transition: all .2s;
	border-radius: 8px;
}
.pb-pickup .image a:hover:after {
	opacity: .3;
}
.pb-pickup .image img {
	height: 70px;
	margin: 0 auto;
}
.pb-pickup .name {
    display: block;
    color: #141414;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    height: 5em;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
	ul.pb-pickup {
		flex-wrap: nowrap;
		overflow-y: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		padding: 0 15px 10px;
		margin: 0 -15px;
	}
	.pb-pickup li {
		flex: 0 0 140px;
		margin: 0;
	}
	.pb-pickup li:not(:first-child) {
		margin-left: 12px;
	}
	.pb-pickup li:nth-child(n+7) {
		margin-top: 0;
	}
	.pb-pickup:after {
		content: '';
		display: block;
		flex: 0 0 15px;
	}
	.pb-pickup::-webkit-scrollbar {
		display:none;
	}
}

/*  brandsite
========================================================================*/

ul.pb-brandsite {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 10px;
}
.pb-brandsite:before,
.pb-brandsite:after {
	content: '';
	display: block;
	width: calc(25% - 16px);
	order: 1;
}
.pb-brandsite li {
	position: relative;
	width: calc(25% - 12px);
}
.pb-brandsite li:nth-child(n+5) {
	margin-top: 16px;
}
.pb-brandsite .image a {
	display: block;
}
.pb-brandsite .image img {
	width: 100%;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
	border-radius: 8px;
}

@media screen and (max-width: 767px) {
	ul.pb-brandsite {
		flex-wrap: nowrap;
		overflow-y: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		padding: 0 15px;
		margin: 0 -15px;
	}
	.pb-brandsite li {
		flex: 0 0 130px;
		margin-bottom: 10px;
	}
	.pb-brandsite li:not(:first-child) {
		margin-left: 6px;
	}
	.pb-brandsite li:nth-child(n+5) {
		margin-top: 0;
	}
	.pb-brandsite:after {
		flex: 0 0 15px;
	}
	.pb-brandsite::-webkit-scrollbar {
		display:none;
	}
}

/*  category
========================================================================*/

ul.pb-category {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 22px;
}
.pb-category:before,
.pb-category:after {
	content: '';
	display: block;
	width: calc(25% - 10px);
	order: 1;
}
.pb-category li {
	position: relative;
	width: calc(25% - 10px);
}
.pb-category li:nth-child(n+5) {
	margin-top: 12px;
}
.pb-category .image a {
	opacity: 1!important;
}
.pb-category .image a:after {
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #FFF;
	transition: all .2s;
	border-radius: 8px;
}
.pb-category .image a:hover:after {
	opacity: .3;
}
.pb-category .image img {
	width: 100%;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
	border-radius: 8px;
}
.pb-category .name {
	display: flex;
	justify-content: center;
	position: absolute;
	margin: auto;
	padding: 0 5px;
	bottom: .7em;
	width: 100%;
	color: #FFF;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	ul.pb-category {
		max-width: 342px;
		margin: 0 auto;
	}
	.pb-category li {
		width: calc(50% - 5px);
	}
	.pb-category li:nth-child(n+3) {
		margin-top: 12px;
	}
}

/*  brand
========================================================================*/

ul.pb-brand {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px;
	padding-bottom: 16px;
}
.pb-brand li {
	width: 170px;
	margin: 0 6px;
	overflow: hidden;
	background: #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
	border-radius: 8px;
}
.pb-brand li:nth-child(n+6) {
	margin-top: 12px;
}
.pb-brand a {
	display: block;
}
.pb-brand img {
	width: 70%;
	max-width: 106px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	ul.pb-brand {
		justify-content: space-between;
		max-width: 488px;
		margin: 0 auto;
	}
	.pb-brand:after {
		content: '';
		display: block;
		width: calc(100% / 3 - 10px);
	}
	.pb-brand li {
		display: flex;
		align-items: center;
		justify-content: center;
		width: calc(100% / 3 - 10px);
		min-height: 70px;
		margin: 0;
	}
	.pb-brand li:nth-child(n+4) {
		margin-top: 12px;
	}
	.pb-brand img {
		width: 95%;
	}
}

/*  campaign
========================================================================*/

ul.pb-campaign {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
	padding-bottom: 10px;
}
.pb-campaign li {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	width: calc(50% - 14px);
	margin: 0 7px;
	background: #FFF;
	border-radius: 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,.5);
}
.pb-campaign li:nth-child(n+3) {
	margin-top: 14px;
}
.pb-campaign .image {
	width: 166px;
}
.pb-campaign .image:not(.mce-content-body) a {
	opacity: 1!important;
}
.pb-campaign .image:not(.mce-content-body) a:after {
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	transition: all .2s;
	border-radius: 8px;
}
.pb-campaign .image:not(.mce-content-body) a:hover:after {
	opacity: .3;
}
.pb-campaign .image img {
	width: 100%;
}
.pb-campaign .info {
	width: calc(100% - 186px);
	margin: 0 auto;
}
.pb-campaign .name {
    margin: 0 0 5px;
    padding: 0;
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    text-align: left;
    color: #024097;
}
.pb-campaign .text {
	margin-top: 5px;
}
.pb-campaign .day {
	margin-top: 5px;
	color: #024097;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	ul.pb-campaign {
		justify-content: center;
	}
	.pb-campaign li {
		flex-direction: column;
		max-width: 165px;
	}
	.pb-campaign .image {
		width: 100%;
	}
	.pb-campaign .info {
		width: 100%;
		padding: 10px;
	}
}

/*  enjoy
========================================================================*/

ul.pb-enjoy {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 10px;
}
.pb-enjoy:before,
.pb-enjoy:after {
	content: '';
	display: block;
	width: calc(25% - 10px);
	order: 1;
}
.pb-enjoy li {
	position: relative;
	width: calc(25% - 10px);
}
.pb-enjoy li:nth-child(n+5) {
	margin-top: 14px;
}
.pb-enjoy .image a {
	display: block;
}
.pb-enjoy .image img {
	width: 100%;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
	border-radius: 8px;
}

@media screen and (max-width: 767px) {
	.pb-enjoy li {
		width: calc(50% - 7px);
	}
	.pb-enjoy li:nth-child(n+3) {
		margin-top: 14px;
	}
}

/*  onlineshop
========================================================================*/
ul.pb-onlineshop {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 10px;
	width: 600px;
    margin: 0 auto;
}
/*.pb-onlineshop:after {
	content: '';
	display: block;
	width: calc(33.33% - 8.96px);
}*/
.pb-onlineshop li {
	position: relative;
	width: calc(50% - 8.96px);
}
.pb-onlineshop li:nth-child(n+4) {
	margin-top: 14px;
}
.pb-onlineshop .image a {
	display: block;
}
.pb-onlineshop .image img {
	width: 100%;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
	border-radius: 8px;
}
/*  onlineshop 2僇儔儉梡 */

@media screen and (max-width: 767px) {
	ul.pb-onlineshop {
		align-items: center;
		flex-direction: column;
	    width: 100%;
	}
	.pb-onlineshop li {
		width: 100%;
		max-width: 290px;
	}
	.pb-onlineshop li:not(:first-child) {
		margin-top: 12px;
	}
}

/*  pb-button
========================================================================*/

.pb-button {
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}
.pb-button a {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 432px;
	padding: 1.8rem;
	background: #024097;
	color: #FFF;
	font-weight: 600;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
	border-radius: 6px;
}
.pb-button a[target=_blank] {
	padding: 1.8rem 5rem;
}
.pb-button a[target=_blank]:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1.8rem;
	width: 22px;
	height: 22px;
	background: url(../image/icon_window.png) no-repeat center / contain;
}
.pb-button .text {
	position: absolute;
	right: 0;
	bottom: 20px;
	color: #024097;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.pb-button {
		padding-bottom: 0;
	}
	.pb-button .text {
		margin-top: 20px;
		position: static;
	}
}


/* ===== 壓晅偒懳墳 */
.subscript {
    vertical-align: sub;
    font-size: 10px;
}
sup {
	vertical-align: super;
    font-size: smaller;
}

.pb-category {
    padding-bottom: 30px;
}

.pb-pt-7 {
  padding-top: 7px
}