@charset "UTF-8";
/* CSS Document */

:root {
  --f-family-ja: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --f-family-en: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

	--color-re: #c30e16;
	--color-or: #e5740e;
	--color-gor: #ea971f;
	--color-ye: #ffbd26;
	--color-lgr: #9bb016;
	--color-lye: #fffaeb;
	--color-bg: #fff9f8;
	--color-bl: #5ac6d5;
	--color-main: #fbbf00;
	--color-sub: #fff6ea;

	--width-1300: min(1300px, 100%);
}

/* ==========================================================
 b2b
========================================================== */
* {
	box-sizing: border-box;
}
@media screen and (max-width: 799px) {
	.only-pc, .no-sp
	{ display: none !important; }
	.only-sp, .no-pc
	{ display: block !important; }
	img.only-sp, img.no-pc
	{ display: inline-block !important; }
}

body {
	position: relative;
	width: 100%;
	word-wrap: break-word;
  overflow-wrap: break-word;
	line-height: 1.8;
	color: #333;
	font-weight: 500;
	font-family: var(--f-family-ja);
	text-align: justify;
	background: var(--color-sub);
}
img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.logo,
.logo * {
  display: block;
}
.logo {
	height: 80px;
}
.logo .link {
	height: 100%;
}
.link-campaign,
.link-awards {
	position: fixed;
	bottom: 20px;
	display: block;
	z-index: 10;
}
.link-campaign {
	
	right: 20px;
	width: 200px;
	height: 200px;
	
}
.link-awards {
	overflow: hidden;
	right: 0;
	width: 280px;
	border-radius: 10px 0 0 10px;
}

/* ==========================================================
 header / footer
========================================================== */
.header .bg,
.header-in,
.footer {
	width: var(--width-1300);
}

/* header
---------------------------------------------------------- */
.header {
	padding: 40px 0;
}
.header .logo {
	position: absolute;
	top: 40px;
	right: 50px;
	z-index: 2;
}
.header .bg figure {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header .bg figure img {
	opacity: 0;
	transition: opacity 0.75s ease-in-out;
}
.header .bg figure .img-01 {
	width: 40.833%;
}
.header .bg figure .img-02 {
	width: 59.167%;
}
.header .bg figure .img-03 {
	width: 18.333%;
}
.header .bg figure .img-04 {
	width: 40.8335%;
}
/* .header .bg figure .img-01,
.header .bg figure .img-02 {
	height: 185px;
}
.header .bg figure .img-03,
.header .bg figure .img-04 {
	height: 180px;
} */
.header .bg figure .is-on {
	opacity: 1;
}

.header-in {
	margin: 0 auto;
	height: 100%;
}
.header-in div,
.header-in div .ttl {
	position: relative;
}
.header-in div .ttl {
	width: min(640px, 100%);
	margin-top: 35px;
}
.header-in div .ttl .ttl-02 {
	overflow: hidden;
	position: absolute;
	right: -20px;
	bottom: -62px;
	width: min(350px, 60%);
	clip-path: inset(0 100% -20% 0);
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1);
}

/* 地域によって配置調整 */

.header-in div .ttl .ttl-02.kanto ,
.header-in div .ttl .ttl-02.kinki {
	width: min(170px, 50%);
}
.header-in div .ttl .ttl-02.kanto {
	right: -10px;
}
.header-in div .ttl .ttl-02.kinki {
	right: -22px;
}
.header-in div .ttl .ttl-02.kyushu {
	right: -20px;
	bottom: -62px;
}


.header-in div .ttl .ttl-02.is-on {
	clip-path: inset(0 0 -20% 0);
}
.header-in div .date {
	width: min(267px, 50%);
	margin: 40px 0 0 0px;
}

/* footer
---------------------------------------------------------- */
.footer {
	position: relative;
	margin: 80px auto 30px;
	z-index: 1;
}
.footer-in .logo {
	width: 134px;
  margin: 0 auto 30px;
}
.footer-in .copy {
	display: block;
	color: #757575;
	font-size: 12px;
	text-align: center;
}

/* ==========================================================
 汎用パーツ
========================================================== */
/* contents / sec
---------------------------------------------------------- */
.contents {
	position: relative;
	width: min(1300px, 100%);
	margin: 0 auto;
	z-index: 1;
}
.sec-01 {
	padding: 0 50px;
}
.sec-01 + .sec-01 {
	margin-top: 100px;
}

/* txt
---------------------------------------------------------- */
.txt-cmn-01 {
	margin-bottom: 1.5em;
}
.txt-cmn-02 {
	margin-bottom: 0.75em;
}
.txt-sub {
	font-size: var(--f-size-s);
}

/* ttl
---------------------------------------------------------- */
.ttl-cmn-01 {
	margin-bottom: 50px;
	text-align: center;
}
.ttl-cmn-01 .en,
.ttl-cmn-01 .ja {
	display: block;
	line-height: 1;
}
.ttl-cmn-01 .en {
	color: var(--color-main);
	font-size: 42px;
	font-weight: 900;
}
.ttl-cmn-01 .ja {
	margin-top: 20px;
	letter-spacing: 0.04em;
	font-size: 18px;
	font-weight: 700;
}
.ttl-cmn-02 {
	position: relative;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 37px;
	font-size: 30px;
	font-weight: 900;
}
.ttl-cmn-02::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	background: no-repeat 50% 50%;
	background-size: contain;
	transform: translateY(calc(-50% + 0.075em));
}

/* link
---------------------------------------------------------- */
.link-01 {
	text-decoration: none;
}
.link-site {
	position: relative;
	display: inline-block;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	background: #666;
	vertical-align: middle;
}

/* list
---------------------------------------------------------- */
.list-dot li,
.list-num li,
.list-ast li {
	margin-left: 1.5em;
}
.list-dot li {
	list-style: disc;
}
.list-num li {
	list-style: decimal;
}
.list-ast li::before {
	content: "※";
	display: inline-block;
	margin-left: -1em;
}

/* ==========================================================
 各コンテンツ
========================================================== */
/* intro
---------------------------------------------------------- */
.sec-intro .ttl {
	margin-bottom: 40px;
	line-height: 1.5;
	font-size: 40px;
	font-weight: 900;
}
.sec-intro .txt-cmn-01 {
	font-size: 20px;
	font-weight: 700;
}
.sec-intro .txt-sub {
	margin-bottom: 80px;
	font-weight: 400;
}

/* shoplist
---------------------------------------------------------- */
.aco-ttl,
.aco-detail .ttl {
	position: relative;
	line-height: 1;
	font-size: var(--f-size-l);
	font-weight: 700;
}
.aco-ttl::after,
.aco-detail .ttl::after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	transform: translateY(-50%);
}
.aco-ttl {
	padding: 19px 20px;
	background: #ededed;
	cursor: pointer;
}
.aco-ttl::after {
	right: 20px;
	width: 20px;
	height: 20px;
	background: url("../img/b2c/ico_arrow.svg") no-repeat 50% 50%;
	background-size: contain;
}
.aco-ttl:nth-of-type(2) {
	margin-top: 2px;
}
.aco-detail {
	overflow: hidden;
	max-height: 0;
	background: #fff;
	opacity: 0;
	transition: max-height 0.2s, opacity 0.2s;
}
.aco-detail .ttl {
	margin: 40px 40px 5px;
}
.aco-detail .ttl::after {
	right: 0;
	width: calc(100% - 3em - 10px);
	height: 1px;
	background: #e4e4e4;
}
.aco-detail .ttl.online::after {
	width: calc(100% - 5em - 10px);
}
.aco-detail .list {
	margin: 0 40px 40px;
	line-height: 1.6;
}
.aco-detail .list .name {
	margin: 20px 0 5px;
	font-weight: 700;
}
.aco-detail .list .name .link-site {
	position: relative;
	top: -0.1em;
	display: inline-block;
	margin-left: 5px;
	padding: 3px 5px;
	line-height: 1;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-decoration: none;
	background: #666;
	border-radius: 2px;
	vertical-align: middle;
}

.aco-ttl.is-open::after {
	transform: translateY(-50%) scaleY(-1);
}
.aco-ttl.is-open + .aco-detail {
	max-height: 100%;
	opacity: 1;
}

/* campain
---------------------------------------------------------- */
.sec-campain .sec-in {
	padding: 0 40px 40px;
	font-size: 18px;
	background: #fff;
}
.sec-campain .img {
	margin: 0 -40px;
}
.sec-campain .ttl-01 {
	overflow: hidden;
	width: min(340px, 80%);
	margin: -80px auto 0;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.sec-campain .ttl-02,
.sec-campain .ttl-03 {
	font-weight: 900;
	text-align: center;
}
.sec-campain .ttl-02 {
	margin: 30px 0 20px;
}
.sec-campain .ttl-02 img {
	width: 262px;
	margin: 5px auto 0;
}
.sec-campain .ttl-03 {
	margin: 30px 0 10px;
	font-size: var(--f-size-l);
}
.sec-campain .txt-01 {
	width: min(372px, 90%);
	margin: 0 auto 30px;
}
.sec-campain .list,
.sec-campain .txt-sub,
.sec-campain .btn {
	width: min(360px, 85%);
	margin: 0 auto;
}
.sec-campain .txt-sub {
	line-height: 1;
	font-weight: 700;
	text-align: right;
}
.sec-campain .date {
	width: 172px;
	margin: 15px auto 30px;
}
.sec-campain .list li {
	margin-bottom: 10px;
	padding: 10px 0;
	color: #9f3a97;
	font-weight: 700;
	text-align: center;
	background: #fbeaf7;
	border-radius: 15px;
}
.sec-campain .btn {
	display: block;
}
.box-guideline {
	position: relative;
	margin-top: 60px;
	border: 1px solid #ededed;
}
.box-guideline .box-in {
	overflow-y: scroll;
	height: 30em;
	padding: 30px;
	font-size: var(--f-size-s);
}
.box-guideline .box-in .ttl {
	font-size: var(--f-size-l);
	font-weight: 700;
	text-align: center;
}
.box-guideline .box-in h6 {
	margin: 2em 0 0.5em;
	font-size: 16px;
	font-weight: 700;
}
.box-guideline .box-in::-webkit-scrollbar {
	width: 6px;
}
.box-guideline .box-in::-webkit-scrollbar-track {
	margin: 0 2px;
	background: #ededed;
}
.box-guideline .box-in::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #757575;
}

/* awards
---------------------------------------------------------- */
.sec-awards .s-ta-c {
	margin: -40px 0 20px;
	font-size: var(--f-size-s);
}
.sec-awards .ttl-cmn-02.type-01::before {
	background-image: url("../img/b2c/ico_01.svg");
}
.sec-awards .ttl-cmn-02.type-02 {
	margin-top: 50px;
}
.sec-awards .ttl-cmn-02.type-02::before {
	background-image: url("../img/b2c/ico_02.svg");
}
.box-awards {
	padding: 30px;
	background: rgba(251, 191, 0, 0.1);
}
.box-awards + .box-awards {
	margin-top: 10px;
}
.box-awards .name {
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: 700;
}
.box-awards .name .link-site {
	top: -0.2em;
	margin-left: 1em;
	padding: 4px 8px 6px;
	font-size: var(--f-size-s);
	border-radius: 4px;
}
.box-awards .info {
	clear: both;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.box-awards .info .ttl,
.box-awards .info .detail {
	margin-top: 5px;
}
.box-awards .info .ttl {
	width: 90px;
	padding: 0.1em 0;
	font-size: var(--f-size-s);
	text-align: center;
	background: #fff;
}
.box-awards .info .detail {
	width: calc(100% - 90px);
	padding-left: 10px;
}
.box-awards figure {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #fff;
}
.box-awards figure img {
	float: left;
	width: 170px;
	margin-right: 20px;
}
.box-awards figcaption {
	margin: 10px 0;
	font-size: 18px;
	font-weight: 700;
}
.box-awards p {
	line-height: 1.75;
	font-size: 15px;
}
.box-awards .name-02 {
	letter-spacing: -0.7px;
}

/* 新kv ver */
body {
	background: var(--color-bg);
}
body .ttl-cmn-01 .en {
	color: var(--color-bl);
}

/* 文字間調整 */
.ls {
	letter-spacing: -0.5px;
}

/* ==========================================================
 メディアクエリ
========================================================== */
@media screen and (min-width: 800px) {
	:root {
		--f-size-l: 22px;
		--f-size-s: 14px;
	}

	a[href^="tel:"] {
		text-decoration: none;
		pointer-events: none;
	}
	.link-01 {
		transition: opacity 0.2s;
	}
	.link-01:hover {
		opacity: 0.6;
	}

	.header {
		height: min(810px, 100vh);
	}
	.header .bg {
		position: fixed;
		top: 40px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 0;
	}
	.header .bg figure {
		width: calc(50% - 50px);
	}
	.header-in div {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: center;
		justify-content: center;
		width: calc(50%);
		height: 100%;
		margin: 0 0 0 auto;
	}
	.footer-in {
		width: 50%;
		margin-left: auto;
	}
	.sec-01 {
		width: 50%;
		margin-left: auto;
	}
}

@media screen and (max-width: 799px) {
	:root {
		--f-size-l: 18px;
		--f-size-s: 12px;
	}

	body {
		padding-bottom: 60px;
		font-size: 14px;
	}

	.link-campaign,
	.link-awards {
		right: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		border-radius: 0;
	}

	.header {
		margin-bottom: 80px;
		padding: 0;
	}
	.header .logo {
    top: 0;
    left: 0;
		width: min(100px, 25%);
		height: auto;
    padding: 12px;
    background: #fff;
	}
	.header-in {
		padding: 0 40px 0 20px;
	}
	.header-in div .ttl {
		margin-top: 30px;
	}
	.header-in div .ttl .ttl-02 {
	width: min(350px, 54%);
    right: -7%;
    bottom: -27%;
	}

	/* 地域によって配置変更している */

	.header-in div .ttl .ttl-02.kanto {
		right: -15px;
	}
	.header-in div .ttl .ttl-02.kinki,
	.header-in div .ttl .ttl-02.kanto {
		width: min(140px, 50%);
	}
	.header-in div .ttl .ttl-02.kyushu {
		right: -24px;
    	bottom: -43px;
	}

	
	.header-in div .date {
    margin: 20px 0 0;
	}

	.sec-01 {
    padding: 0 20px;
	}


	.ttl-cmn-01 {
    margin-bottom: 40px;
	}
	.ttl-cmn-01 .en {
		font-size: 36px;
	}
	.ttl-cmn-01 .ja {
    margin-top: 15px;
    font-size: 16px;
	}

	.sec-intro {
		padding: 0 40px;
	}
	.sec-intro .ttl {
    margin: 0 -1em 30px 0;
    font-size: 23px;
	}
	.sec-intro .txt-cmn-01 {
		letter-spacing: -0.03em;
    font-size: 16px;
	}
	.sec-intro .txt-sub {
    margin-bottom: 40px;
	}
	.sec-intro figure {
		margin: 0 -40px;
	}
	.aco-ttl {
    padding: 15px 20px;
	}
	.aco-detail .ttl {
    margin: 30px 20px 5px;
	}
	.aco-detail .list {
    margin: 0 20px 40px;
	}
	.aco-detail .list .name br + .link-site {
		margin-left: 0;
	}

	.sec-campain .sec-in {
    margin: 0 -20px;
    padding: 0 20px 40px;
    font-size: 14px;
	}
	.sec-campain .ttl-02 img {
		width: 65vw;
	}
	.sec-campain .ttl-03 {
    margin: 20px 0 5px;
	}
	.box-guideline {
    margin-top: 40px;
	}
	.box-guideline .box-in {
		padding: 20px;
	}
	.box-guideline .box-in h6 {
    font-size: 14px;
	}

	.box-awards {
		padding: 25px 20px;
	}
	.sec-awards .s-ta-c {
		margin-top: -30px;
	}
	.ttl-cmn-02 {
		margin-bottom: 20px;
		font-size: 26px;
		/* text-align: center;
		padding: 0 0.25em 0 0; */
	}
	.ttl-cmn-02::before {
		/* display: inline-block;
		position: relative;
		top: -0.25em;
		left: auto; */
		width: 30px;
		height: 30px;
		/* margin-right: 0.25em;
		transform: none;
		vertical-align: middle; */
	}
	.box-awards .name {
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 1.6;
	}
	.box-awards .name .link-site {
		top: -0.1em;
    margin-left: 0.8em;
		font-size: 11px;
	}
	.box-awards .info .detail {
		width: calc(100% - 70px);
		line-height: 1.6;
	}
	.box-awards .info {
		align-items: stretch;
	}
	.box-awards .info .ttl {
		width: 70px;
	}
	.box-awards .info .ttl {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.box-awards .detail p {
		font-size: 12px;
	}
	.box-awards figure img {
		margin-right: 0;
		float: none;
	}
	.box-awards p {
		font-size: 14px;
	}
	.box-awards figcaption {
		text-align: center;
		font-size: 16px;
	}
	.box-awards figure img  {
		margin: 0 auto;
	}
	.box-awards .name .link-site.link-winebar {
		margin-left: 0;
	}

	.header .bg figure img {
		opacity: 1;
		transition: none;
	}

	.header-in div .ttl .ttl-02 {
		clip-path: none;
		opacity: 1;
	}

}