@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}
.sc-container, .sc-container div, 
.sc-container ul, .sc-container ol, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3, .sc-container h4,
.sc-container p, .sc-container span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sc-container img {
	border: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.sc-container li {
	list-style: none;
}

.sc-container h1, .sc-container h2,
.sc-container h3, .sc-container h4 {
	font-size: 100%;
	font-weight: normal;
	border: none;
}

.sc-container dl {
	font-size: 0;
}

button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* ====================
***
==================== */
.sc-container {
    width: 100%;
    margin: 28px auto;
    background: #ffffff;
    color: #333333;
    font-size: 16px;
    font-family: "Noto Sans JP","Yu Gothic Medium","Yu Gothic","YuGothic","Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    line-height: 2;
    overflow: hidden;
	padding-bottom: 23px;
}

.sc-container strong {
	font-weight: bold;
}

.sc-container a,
.sc-container a:link,
.sc-container a:visited,
.sc-container a:active {
	text-decoration: none;
}

.sc-container a span {
	-webkit-transition: .4s;
	transition: .4s;
}

.sc-container a:hover,
.sc-container a:active {
	opacity: 1;
	text-decoration: none;
}

#page-top a {
	background: url(../img/btn_pagetop.png) left top;
	width: 100px;
	height: 100px;
	display: block;
	-webkit-transition: .4s;
	transition: .4s;
}

#page-top a:hover {
	opacity: 0.9;
}

/* ====================
breadcrumb-wrap
==================== */
.breadcrumb-wrap {
    padding-top: 38px;
}

/* ====================
keyv-area
==================== */
.sc-container .keyv-area {
	width: 980px;
    margin: 0 auto 174px;
}
.sc-container .keyv-image {
    width: 100%;
    height: auto;
    margin: 0 auto 52px;
}
.sc-container .keyv-title {
    font-size: 36px;
    line-height: 1.42;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 0 0 13px;
}

.sc-container .keyv-text {
    text-align: center;
}
.sc-container .attention {
    background: -webkit-linear-gradient(rgba(255, 240, 1, 1), rgba(255, 240, 1, 1)) 0 100%/100% 30% no-repeat;
    background: linear-gradient(rgba(255, 240, 1, 1), rgba(255, 240, 1, 1)) 0 100%/100% 30% no-repeat;
}

/* ====================
section
==================== */
.sc-container .section {
	text-align: center;
}
.sc-container .section-title-wrapper {
    position: relative;
	display: inline-block;
    z-index: 0;
    width: auto;
    margin: 0 auto;
    padding: 39px 0 18px;
    border-bottom: solid 3px #23b0cb;
	text-align: center;
}
.sc-container .section-title-wrapper::before,
.sc-container .section-title-wrapper::after {
    display: block;
    position: absolute;
    right: calc(50% - 12px);
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: "";
}
.sc-container .section-title-wrapper::before {
    bottom: -13px;
    border-top: 13px solid #23b0cb;
}
.sc-container .section-title-wrapper::after {
    bottom: -9px;
    border-top: 13px solid #ffffff;
}
.sc-container .section-title-catch {
    position: absolute;
    z-index: 1;
    top: -34px;
    left: -40px;
}
.sc-container .section-title {
    color: #23b0cb;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.06em;
	position: relative;
}
.sc-container .section-title.event {
    color: #23b0cb;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.06em;
	position: relative;
}

.sc-container .section-title::before {
	position: absolute;
	content: "";
	display: block;
	width: 212px;
	height: 88px;
	background: url(../img/img_campaign.png) top center no-repeat;
	top: -102px;
	left: calc(50% - (212px / 2));
}

/* ====================
coupon
==================== */
.sc-container .coupon {
    margin: 0 0 183px;
	padding-bottom: 59px;
	background-color: #f8eb9d;
}
.sc-container .coupon .section-title-wrapper::after {
    bottom: -9px;
    border-top: 13px solid #f8eb9d;
}

.sc-container .coupon-code-area {
    position: relative;
    z-index: 0;
    margin: 40px auto 0;
	width: 700px;
}
.sc-container .coupon-code-box {
	width: 700px;
    margin: 0 auto 42px;
    padding: 40px 0 35px;
    background: #ffffff;
	border-radius: 6px;
}

.sc-container .coupon-code-inner .code {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.06em;
}
.sc-container .coupon-code-inner .code span {
    display: block;
    width: 100%;
    margin: 9px auto 0;
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.06em;
}
.sc-container .coupon-code-note {
    display: block;
    margin: 10px 0 0;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}
.sc-container .coupon-code-inner .btn {
    display: block;
    width: 320px;
    height: 50px;
    margin: 20px auto 0;
    border-radius: 50px;
    border: solid 2px #e5839c;
    box-sizing: border-box;
    background: #e5839c;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: calc(50px - 6px);
    -webkit-transition: .4s;
    transition: .4s;
	cursor: pointer;
}

.sc-container .coupon-code-inner .btn:hover {
    cursor: pointer;
    background: #ffffff;
    color: #e5839c;
}
.sc-container .coupon-btn-note {
    display: block;
    margin: 15px 0 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}

.sc-container .coupon-limit-title {
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
.sc-container .coupon-limit-title::before {
	position: absolute;
	content: "";
	display: block;
	width: 195px;
	height: 2px;
	background-color: #333333;
	top: calc(50% - 0px);
	left: 80px;
}
.sc-container .coupon-limit-title::after {
	position: absolute;
	content: "";
	display: block;
	width: 195px;
	height: 2px;
	background-color: #333333;
	top: calc(50% - 0px);
	right: 80px;
}
.sc-container .date-text {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: 5px;
    font-feature-settings: "palt";
}
.sc-container .month {
	font-size: 26px;
	font-weight: 700;
}
.sc-container .day {
	font-size: 26px;
	font-weight: 700;
}
.sc-container .weekday {
	font-size: 18px;
	font-weight: 700;
}

/* ====================
brand
==================== */
.sc-container .brand {
    margin: 0 0 125px;
	padding-bottom: 58px;
    /* margin: 0 0 154px; */
}
.sc-container .brand-list {
	width: 860px;
	margin: 42px auto 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px 10px;
}
.sc-container .brand-list.event {
	width: 894px;
	margin: 42px auto 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px 10px;
}
.sc-container .brand-list-item {
	width: 280px;
}
.sc-container .event .brand-list-item {
	width: 216px;
}
.sc-container .brand-list-item a {
	display: block;
	position: relative;
}
.sc-container .brand-list-item a:hover {
	opacity: 0.6;
}
.sc-container .brand-list-name {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	color: #ffffff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sc-container .brand-list-name.cit {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	color: #ffffff;
	font-size: 14px;
	line-height: calc(18 / 14);
	display: flex;
	align-items: center;
	justify-content: center;
}
.sc-container .brand-list-name::after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #ffffff;
	border-right: 0;
	right: 30px;
	display: none;
}
.sc-container .brand-list-image img {
	width: 100%;
	height: auto;
}


.sc-container .brand-list-all {
	width: 280px;
	height: 280px;
	background-color: #333333;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	line-height: calc(26 / 16);
}
.sc-container .event .brand-list-all {
	width: 216px;
	height: 216px;
	background-color: #333333;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	line-height: calc(26 / 16);
}
.sc-container .brand-list-all::after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #ffffff;
	border-right: 0;
	right: 30px;
	display: none;
}


/* ====================
step
==================== */
.sc-container .step {
    margin: 0;
	padding-bottom: 58px;
	background-color: #f8eb9d;
}
.sc-container .step .section-title-wrapper::after {
    bottom: -9px;
    border-top: 13px solid #f8eb9d;
}

.sc-container .step-list {
	width: 900px;
	margin: 40px auto 0;
}
.sc-container .step-list-item {
	width: 900px;
	height: 60px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
}
.sc-container .step-list-item:not(:first-child) {
	margin-top: 30px;
}
.sc-container .step-list-item:not(:last-child)::after {
	position: absolute;
	content: "";
	display: block;
	background: url(../img/arrow_step.png) no-repeat;
	width: 14px;
	height: 12px;
	background-size: contain;
	bottom: -21px;
	left: calc(50% - 7px);
}
.sc-container .step-list-number {
	width: 187px;
	background-color: #23b0cb;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.sc-container .step-list-number::after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 12px solid #23b0cb;
	border-right: 0;
	right: -12px;
}
.sc-container .step-list-text {
	width: calc(900px - 187px);
	background-color: #ffffff;
	font-size: 18px;
	display: flex;
	align-items: center;
	padding-left: 70px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.sc-container .step-note-list {
	width: 900px;
	margin: 23px auto 0;
}
.sc-container .step-note-list-item {
	color: #e5007f;
	font-size: 16px;
	font-weight: 700;
    padding-left: 1.25em;
    text-indent: -1.25em;
}

/* ====================
note
==================== */
.sc-container .note {
    width: 800px;
    margin: 70px auto 70px;
    padding: 17px 0 23px;
	border: solid 5px #f5f5f5;
}
.sc-container .note-title {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.sc-container .note-title::before,
.sc-container .note-title::after {
    display: block;
    position: absolute;
    top: calc(50% - 11px);
    width: 11px;
    height: 22px;
    background: url(../img/icon_bracket.png) no-repeat;
    background-size: contain;
    content: "";
}
.sc-container .note-title::before {
    left: calc(50% - 85px);
}
.sc-container .note-title::after {
    right: calc(50% - 85px);
    transform: scale(-1, 1);
}
.sc-container .note-list {
    width: 570px;
    margin: -3px auto 0;
    padding-left: 7px;
}
.sc-container .note-list-item {
    line-height: 2;
    text-indent: -1.25em;
    padding-left: 1.25em;
}


/* ====================
shop
==================== */
.sc-container .shop {
	width: 900px;
	margin: 113px auto 0;
}
.sc-container .shop-title {
	text-align: center;
}
.sc-container .shop-title span {
    position: relative;
    font-size: 34px;
    font-weight: 700;
    padding: 0;
	position: relative;
	color: #23b0cb;
	line-height: calc(48 / 34);
}

.sc-container .shop-title span::before {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 80px;
    background-color: #23b0cb;
    left: -51px;
    top: 17px;
    transform: rotate(-15deg);
}

.sc-container .shop-title span::after {
	position: absolute;
	content: "";
	display: block;
    width: 2px;
    height: 80px;
    background-color: #23b0cb;
    right: -83px;
    top: 17px;
    transform: rotate(15deg);
}

.sc-container .shop-btn-wapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 880px;
	justify-content: space-between;
	margin: 46px auto 0;
}
.sc-container .shop-btn {
    width: 420px;
    margin: 0;
}
.sc-container .shop-btn-link {
    display: block;
    position: relative;
    height: 65px;
    border-radius: 65px;
    border: 2px solid #e5839c;
    background: #e5839c;
    text-align: center;
    transition: .1s ease;
    -webkit-transition: .4s;
    transition: .4s;
}
.sc-container .shop-btn-link::after {
    display: block;
    position: absolute;
    right: 29px;
    top: calc(50% - 5px);
    border-left: 7px solid #ffffff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    -webkit-transition: .4s;
    transition: .4s;
}
.sc-container .shop-btn-link span {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: calc(65px - 2px);
    -webkit-transition: .4s;
    transition: .4s;
}
.sc-container .shop-btn-link:hover {
    background: #ffffff;
}
.sc-container .shop-btn-link:hover::after {
    border-left: 7px solid #333333;
}
.sc-container .shop-btn-link:hover span {
    color: #333333;
}
.sc-container .shop-note {
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
}
/* ====================
app
==================== */
.sc-container .app {
	background-color: #f8f8f8;
    text-align: center;
	margin-top: 113px;
	padding-bottom: 24px;
}
.sc-container .app .section-title-wrapper {
    position: relative;
    display: inline-block;
    z-index: 0;
    width: auto;
    margin: 0 auto;
    padding: 39px 0 18px;
    border-bottom: solid 3px #333333;
    text-align: center;
}
.sc-container .app .section-title {
	letter-spacing: normal;
	color: #333333;
}
.sc-container .app .section-title-wrapper::before {
    bottom: -13px;
    border-top: 13px solid #333333;
}
.sc-container .app .section-title-wrapper::after {
    bottom: -9px;
    border-top: 13px solid #f8f8f8;
}
.sc-container .app .section-title::before {
	display: none;
}
.sc-container .app-info-wrapper {
	width: 900px;
	margin: 88px auto 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-right: 18px;
	padding-left: 31px;
}
.sc-container .app-info-text {
	width: 594px;
	margin-right: 26px;
}
.sc-container .app-info-link-wrapper {
	width: 594px;
	padding-left: 6px;
	padding-right: 17px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	margin-top: 42px;
}
.sc-container .app-info-link.qr {
	margin-right: 41px;
}
.sc-container .app-info-link.apple {
	margin-right: 38px;
}
.sc-container .app-info-image {
	margin-top: -31px;
}



.sc-container .use-btn {
    width: 260px;
    margin: 30px auto 0;
}
.sc-container .use-btn-link {
    display: block;
    position: relative;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #333333;
    background: #ffffff;
    text-align: center;
    transition: .1s ease;
    -webkit-transition: .4s;
    transition: .4s;
}
.sc-container .use-btn-link::after {
    display: block;
    position: absolute;
    right: 29px;
    top: calc(50% - 5px);
    border-left: 7px solid #333333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    -webkit-transition: .4s;
    transition: .4s;
}
.sc-container .use-btn-link span {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: calc(40px - 2px);
    -webkit-transition: .4s;
    transition: .4s;
}
.sc-container .use-btn-link:hover {
    background: #ffffff;
}
.sc-container .use-btn-link:hover::after {
    border-left: 7px solid #333333;
}
.sc-container .use-btn-link:hover span {
    color: #333333;
}