@charset "shift_jis";

/* SpCommonReset
**************************** */
/* h1 and h2 */
#main h1 img,#main div[id^="h2_0"] img{
	zoom:1;
	display:block;
	max-width:750px;
	width:100%;
	margin:auto;
}

/* wrap */
.beaujolaisWrap {
	max-width:750px;
	width:100%;
	margin:0 auto;
	-webkit-text-size-adjust:100%;
	font-size: clamp(0.875rem, 3.73vw, 1.75rem);
	font-feature-settings: "palt";
	line-height: calc(40 / 28);
	color: #000;
}
.beaujolaisWrap img {
	vertical-align: top;
	width: 100%;
	height: auto;
	zoom: 1 !important;
}
.beaujolaisWrap a{
	display: block;
}
/* 終了対応 */
.beaujolaisWrap .mv {
  position: relative;
}
.beaujolaisWrap .mv.grayOut::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
.beaujolaisWrap .mv.grayOut::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: calc((518 / 750) * 100%);
  height: calc((151 / 877) * 100%);
  background: url(../image/beaujolais_sp_end_001_241209.png) no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
}
/* mv */

/* cpn */

/* offer */
.beaujolaisWrap .offer {
}
.beaujolaisWrap .offerImage {
}
.beaujolaisWrap .offerText {
	margin-block-start: calc(18 / 750 * 100%);
	padding-inline: calc(16 / 750 * 100%);
	letter-spacing: 0.025em;
}

/* anchor */
.beaujolaisWrap .anchor {
	margin-block-start: calc(50 / 750 * 100%);
}
.beaujolaisWrap .anchorList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.beaujolaisWrap .anchorItem.full-width {
	grid-column: 1 / 3;
}

/* lineupButton */
.beaujolaisWrap .lineupButton {
	margin-inline: auto;
	margin-block: calc(60 / 750 * 100%);
	inline-size: calc(670 / 750 * 100%);
}

/* about */
.beaujolaisWrap .about {
		margin-top: calc(60 / 750 * 100%);
}
.beaujolaisWrap .aboutTitleH2 {
}
.beaujolaisWrap .aboutInner {
	position: relative;
	aspect-ratio: 750 / 613;
	padding: calc(50 / 750 * 100%);
	background-image: url(../image/beaujolais_sp_about_bg_001_240919.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.beaujolaisWrap .iconList {
	position: absolute;
	top: 8.2%;
	left: 6.7%;
	inline-size: calc(218 / 750 * 100%);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 9%;
}
.beaujolaisWrap .aboutImage {
	inline-size: calc(241 / 650 * 100%);
	float: right;
}
.beaujolaisWrap .aboutText {
	margin-block-start: calc(122 / 600 * 100%);
	letter-spacing: 0.05em;
	word-break: break-all;
}

/* introduction */
.beaujolaisWrap .introduction {
	padding-block-start: calc(52 / 750 * 100%);
	padding-block-end: calc(60/ 750 * 100%);
	padding-inline: calc(45 / 750 * 100%);
	background-image: url(../image/beaujolais_sp_introduction_bg_001_240919.jpg);
}
.beaujolaisWrap .introductionTitle {
		margin-top: calc(80 / 750 * 100%);
	font-size: clamp(1.125rem, 4.8vw, 2.25rem);
	font-feature-settings: normal;
	line-height: calc(56 / 36);
	font-weight: bold;
	text-align: center;
}
.beaujolaisWrap .introductionBox {
	margin-block-start: calc(26 / 660 * 100%);
}
.beaujolaisWrap .introductionText {
	line-height: calc(44 / 26);
	letter-spacing: 0.04em;
}
.beaujolaisWrap .introductionImage {
	float: right;
	margin-block-start: calc(33 / 660 * 100%);
	inline-size: calc(288 / 660 * 100%);
}
.beaujolaisWrap .introductionTtl{
width: calc(513 / 750 * 100%);
text-align: center;
margin: auto;
}
.beaujolaisWrap .introductionTtl img{
width: calc(513 / 750 * 100%);
}
/* price */
.beaujolaisWrap .price {
	margin-block-start: calc(60 / 750 * 100%);
}
.beaujolaisWrap .priceList {
	margin-block-start: calc(60 / 750 * 100%);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

/* banner */
.beaujolaisWrap .bannerWrap {
  margin: calc(50 / 750 * 100%) auto;
}
.beaujolaisWrap .bannerTitle {
}
.beaujolaisWrap .bannerList {
  margin-block-start: calc(50 / 750 * 100%);
  margin-inline: auto;
  width:calc(690 / 750 * 100%);
  display: flex;
  flex-wrap: wrap;
}
.beaujolaisWrap .justify-content-center .bannerList {
  justify-content: center !important;
}
.bannerItem{
    width: 48%;
}
/* 750_90バナー 1カラム */
.beaujolaisWrap .col1-750_90 .bannerList {
  --gap: 10px;
  gap: var(--gap);
}

/* cautions */
.beaujolaisWrap .cautions {
  margin-block-start: calc(50 / 750 * 100%);
	margin-inline: auto;
	inline-size: calc(710 / 750 * 100%);
	padding-inline: calc(20 / 750 * 100%);
	padding-block: calc(20 / 750 * 100%);
	background-color: #e4e4ee;
}
.beaujolaisWrap .cautions p {
	font-weight: bold;
}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
/* release */
.release p{
margin: calc(20 / 750 * 100%);
}

/* limitedSet */
.limitedSet{
margin-top: calc(50 / 750 * 100%);
background: #fff;
border: 4px solid #8f8626;
border-radius: 13px;
}
.limitedSet h3{
text-align: center;
color: #8f8626;
border-bottom: 2px solid;
width: calc(700 / 750 * 100%);
margin: auto;
padding: 10px 0;
background-image: url(../image/beaujolais_sp_bk_001_250826.jpg);
background-size: contain;
background-repeat: no-repeat;
background-position: top 10px right 0;
}
.limitedSet h3 img{
width: calc(260 / 750 * 100%) !important;
display: block;
margin: auto;
margin-bottom: calc(20 / 750 * 100%);
}
.limitedSet .icon{
display: flex;
margin: calc(30 / 750 * 100%);
gap: 10px;
}
.limitedSet .iconImg{
width: calc(90 / 610 * 100%);
}
.limitedSetImg{
margin: calc(30 / 750 * 100%);
}
.limitedSet p{
text-align: right;
margin: calc(30 / 750 * 100%);
}
.limitedSetBtn{
width: calc(610 / 750 * 100%);
margin: auto;
margin-bottom: calc(60 / 750 * 100%);
}
.cautionsnote{
margin-inline: auto;
inline-size: calc(710 / 750 * 100%);
padding-inline: calc(20 / 750 * 100%);
padding-block: calc(20 / 750 * 100%);
}
