@charset "UTF-8";

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
}

.for_pc {
	display: block;
	margin: 0 auto;
}

.for_ipad {
	display: none;
	margin: 0 auto;
}

.for_sp {
	display: none;
	margin: 0 auto;
}

@media screen and (min-width:769px) and (max-width:1280px) {
	.for_ipad {
		display: block;
		margin: 0 auto;
	}

	.inner {
		width: 90%;
	}
}

/* sp */
@media screen and (max-width: 768px) {
	.for_pc {
		display: none;
		margin: 0 auto;
	}

	.for_ipad {
		display: none;
		margin: 0 auto;
	}

	.for_sp {
		display: block;
		margin: 0 auto;
	}
}


@media only screen and (max-width: 979px) {
	.sb-site {
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}

	html,
	body {
		overflow-x: inherit;
	}
}

@media only screen and (max-width: 640px) {
	body {
		font-size: 1.4rem;
	}
}


.ff_cn {
	font-family: 'Microsoft YaHei', 'Microsoft JhengHei UI', 'SimSun', 'SimHei';
}

.ff_ko {
	font-family: "Noto Sans KR", sans-serif;
}

.ff_ko * {
	font-weight: 600;
}

.ff_jp * {
	font-weight: 500;
}

/*     */

@media only screen and (max-width: 979px) {
	.l_mainArea {
		padding: 0 0 0 0;
	}
}

header.l_header,
header.sb-slide,
div.l_sideArea {
	display: none;
}

div.l_contentsArea {
	background: none;
}



.top_line {
	background-image: url(../../common/img/title_bg.png);
	padding: 10px 0 5px;
	text-align: center;

}


footer {
	background-color: #eeeeee;
	box-sizing: border-box;
	font-size: 12px;
	padding: 10px 20px;
	text-align: center;
}

footer span {
	display: inline-block;
}


/*     */

.dcc_frame {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0px 20px;
	width: 100%;
	position: relative;
}

@media only screen and (max-width: 768px) {
	.dcc_frame {
		padding: 0px 10px;
	}
}

.dcc_frame * {
	box-sizing: border-box;
}

.dcc_frame img {
	width: 100%;
}

.dcc_frame .img_w300 {
	max-width: 300px;
}

.dcc_frame .img_w400 {
	max-width: 400px;
}

.dcc_frame .img_w450 {
	max-width: 450px;
}

.dcc_frame .img_w600 {
	max-width: 600px;
}

.dcc_frame .img_w800 {
	max-width: 800px;
}


.tac {
	text-align: center;
}

.fw_bold {
	font-weight: bold;
}

.fs_110 {
	font-size: 110%;
}

.fs_120 {
	font-size: 120%;
}

.fs_130 {
	font-size: 130%;
}

.fs_140 {
	font-size: 140%;
}

.fs_150 {
	font-size: 150%;
}

.pl_13r {
	padding-left: 1.6rem;
}

span.underline {
	font-weight: bold;
	text-decoration: underline;
}


/*    */
.dcc_frame .chirashi_wrap .contents {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 2rem;
	grid-row-gap: 0px;
}

@media only screen and (max-width: 768px) {
	.dcc_frame .chirashi_wrap .contents {
		grid-template-columns: 1fr;
		grid-row-gap: 1rem;
	}
}

/*    */

.dcc_frame .desc_frame {
	margin-block: 2rem;
}

.dcc_frame .desc_frame h2 {
	background-color: #FFE800;
	border-radius: 5px;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 10px 10px 10px 15px;
}

.dcc_frame .desc_frame+p {
	background: #FFF9B0;
	padding: 1rem 0 0 2rem;
	font-size: 120%;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {

	.dcc_frame .desc_frame h2 {
		font-size: 1.6rem;
	}

	.dcc_frame .desc_frame+p {
		padding-left: 1rem;
	}

}

@media only screen and (max-width: 640px) {
	.dcc_frame .desc_frame {
		margin-bottom: 1rem;
	}
}


/*    */

.dcc_frame li {
	list-style-type: none;
	padding-top: 1.4rem;
}

.dcc_frame li div {
	display: flex;
	padding-bottom: 0.4rem;
}

.dcc_frame li div:nth-of-type(1) {
	font-weight: bold;
}

.dcc_frame li div:nth-of-type(1) span {
	border-radius: 10px;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	margin-right: 0.8rem;
	padding: 0.4rem;
	text-align: center;
	width: 2.6rem;
}

.dcc_frame li>div:nth-of-type(1) div>span {
	background-color: #ffc000;
	color: #473500;
}

.dcc_frame li>div:nth-of-type(2) div>span {
	background-color: #cccccc;
	color: #4b4b4b;
}

.dcc_frame li>div:nth-of-type(1) p {
	font-weight: bold;
	padding-top: 0.4rem;
}

.dcc_frame li>div:nth-of-type(2) p {
	padding-top: 0.4rem;
}

#btn_totop {
	background-color: #999999;
	border-radius: 24px;
	bottom: -50px;
	display: block;
	height: 50px;
	overflow: hidden;
	position: fixed;
	right: 3rem;
	text-decoration: none;
	transition: all 0.1s;
	width: 50px;
}

#btn_totop:hover {
	background-color: #cccccc;
}

#btn_totop.active {
	bottom: 30px;
}

#btn_totop:after {
	color: #eeeeee;
	content: "▲";
	font-size: 200%;
	left: 50%;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 640px) {
	#btn_totop {
		bottom: -50px;
		right: 20px;
	}

	#btn_totop.active {
		bottom: 20px;
	}
}


/* shoplist */
.frame_shoplist {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

.frame_shoplist a {
	background-color: #ffffff;
	border: solid 1px #cccccc;
	border-radius: 10px;
	color: #666666;
	padding: 5px 15px;
	text-decoration: none;
	transition: 0.2s all;
}

.frame_shoplist a:hover {
	background-color: #ffd200;
	border: solid 1px #ffd200;
	color: #260e00;
}

.frame_shoplist li {
	padding: 1.7rem 1rem 0 2rem;
	position: relative;
	width: 50%;
}

.frame_shoplist li:nth-of-type(2n+1) {
	border-right: dashed 1px #999999;
}


@media only screen and (max-width: 1080px) {
	.frame_shoplist {
		max-width: 700px;
	}

	.frame_shoplist li {
		width: 100%;
		padding-inline: 0;
	}

	.frame_shoplist li:nth-of-type(2n+1) {
		border-right: none;
	}
}

@media only screen and (max-width: 460px) {
	.frame_shoplist li div:nth-of-type(1) {
		width: 100%;
	}

	.frame_shoplist li div:nth-of-type(2) {
		padding-left: 0;
		width: 100%;
	}
}


.tabs-nav {
	border-bottom: none;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-column-gap: 0.4rem;
	grid-row-gap: 2rem;
	background: #FFF9B0;
	border-bottom: 0 !important;
	padding: 1rem 1rem 2rem 1rem !important;
}

.tabs-nav li {
	background-color: #FFE800 !important;
	border-radius: 2rem;
	font-size: 90%;
}

.tabs-nav li:hover {
	opacity: 0.8 !important;
}

.tabs-nav li.selected {
	border: 0 !important;
	background: #d2d2d2 !important;
}

@media only screen and (max-width: 1080px) {
	.tabs-nav {
		grid-template-columns: repeat(4, 1fr);
		grid-row-gap: 1rem;
	}
}

@media only screen and (max-width: 768px) {
	.tabs-nav {
		grid-template-columns: repeat(2, 1fr);
	}
}


/*    */

.list {
	margin: 0 0 50px 0;
}

/* modal */

.modal {
	display: none;
}

.modal[aria-hidden="false"] {
	display: block;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.modal__container {
	background: #fff;
	padding: 2rem 0;
	max-width: 1000px;
	overflow-y: auto;
	text-align: center;
}

.modal-header {
	position: relative;
}

.modal-close {
	position: absolute;
	top: 0;
	right: 1rem;
	background: transparent;
	border: 0;
}

.modal-header .modal-close::before {
	content: "\2715";
	font-size: 150%;
}

.modal__title {
	font-size: 2.8rem;
	color: #fff;
	font-weight: 500;
}

.modal__content {
	margin-block: 2rem;
	padding-inline: 2rem;
}

.modal__content img {
	width: 100%;
	max-width: 1000px;
	height: auto;
	display: block;
	margin: 0 auto;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes mmfadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes mmslideIn {
	from {
		transform: translateY(15%);
	}

	to {
		transform: translateY(0);
	}
}

@keyframes mmslideOut {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-10%);
	}
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 768px) {

	.modal__container {
		padding: 1rem 0;
		max-width: 100%;
	}

	.modal__content {
		padding-inline: 1rem;
	}
}

.product_wrap {
	margin-block: 6rem;
}

/* ボタン
--------------------------------------------------------- */

.link_button {
	display: block;
	width: 100%;
	padding: 3rem;
	box-sizing: border-box;
	border: 5px solid #5B9BD5;
	border-radius: 2.4rem;
	position: relative;
	margin: 4rem auto 0;
	text-align: center;
	cursor: pointer;
	background: #7aacdb;
}

.link_button::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #5B9BD5;
	z-index: -1;
	transform: translateY(16px);
	border-radius: 2.4rem;
}

.text {
	font-size: 3.6rem;
	font-weight: bold;
	margin-left: -0.5em;
}

.arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 35px solid #b0d0ee;
	border-right: 0;
	position: absolute;
	right: 3rem;
	top: 0;
	bottom: 0;
	margin: auto;
}

.arrow::after {
	content: "";
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	left: -3.8rem;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 26px solid #5B9BD5;
	border-right: 0;
}

:root {
	--border_color: #fff;
}

/*ボタン色１*/

#letsgo_button_02.link_button,
#letsgo_button_01.link_button {
	color: #fff;
}

#letsgo_button_02.link_button::after,
#letsgo_button_01.link_button::after {
	background: #5B9BD5;
}

#letsgo_button_02 .arrow::after,
#letsgo_button_01 .arrow::after {
	border-left-color: #5B9BD5;
}

.present_2_img {
	border: 2px solid #eee;
	border-radius: 1rem;
	padding: 0.4rem;
	margin-bottom: 30px;
}

.present_2_text {
	font-size: 2.4rem;
}


@media only screen and (max-width: 768px) {

	.product_wrap {
		margin-block: 2rem 4rem;
	}

	.link_button {
		padding: 1.4rem;
		border: 2px solid #5B9BD5;
		border-radius: 1.6rem;
		margin: 2rem auto 0;
		width: 90%;
	}

	.link_button::after {
		transform: translateY(10px);
		border-radius: 1.2rem;
	}

	.text {
		font-size: 2.2rem;
		margin-left: -0.2em;
	}

	.arrow {

		border-top: 14px solid transparent;
		border-bottom: 14px solid transparent;
		border-left: 20px solid #b0d0ee;
		right: 2rem;
	}

	.arrow::after {
		left: -2.2rem;
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent;
		border-left: 16px solid #5B9BD5;
	}

	.present_2_img {
		margin-bottom: 2rem;
	}

	.present_2_text {
		font-size: 1.6rem;
	}
}

/* クリック後対応
--------------------------------------------------------- */

#present_Aria_2.is_active .bnr {
	position: relative;
}

#present_Aria_2.is_active .link_button {
	pointer-events: none;
}

:root {
	--border_color3: #000;
}

#present_Aria_2.is_active .link_button .button_wrap::before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 1.6rem;
	z-index: 1;
}

#present_Aria_2.is_active .bnr::before {
	content: "";
	display: block;
	background: url(../img/stamp.png) no-repeat center center / contain;
	width: 50%;
	height: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 10;
}

#present_Aria_2.is_active .link_button::before {
	content: "已領取";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 17px;
	z-index: 10;
	transform: rotate(10deg);
	color: #fd0202;
	font-size: 5rem;
	font-weight: bold;
}

/* ポップアップ
--------------------------------------------------------- */
#popup-wrapper02 {
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}

.popup-contents {
	text-align: center;
	width: 100%;
	max-width: 700px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background: #fff;
	margin: 10% auto;
	padding: 5rem;
	position: relative;
	border-radius: 2.4rem;
	box-sizing: border-box;
	flex-wrap: wrap;
	font-size: 3rem;
	border: 2px solid #707070;
}

.popup-contents .barcode_img {
	margin-bottom: 2rem;
}

.popup-contents .asterisk {
	font-size: 1.8rem;
	color: red;
	margin-bottom: 10px;
}

.popup-contents .staff_text {
	font-size: 2rem;
	margin-bottom: 4rem;
}

#close,
#close2 {
	position: absolute;
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 100px;
	border: 3px solid #BEBEBE;
	right: -3rem;
	top: -3rem;
	cursor: pointer;
}

#close img,
#close2 img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 50%;
	max-height: 50%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.popup_main {
	width: 100%;
}

.pop_text {
	text-align: center;
	margin: 0 0 2rem;
	font-weight: bold;
}

ul.yes-no_button {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

ul.yes-no_button li {
	width: calc(50% - 10px);
}

ul.yes-no_button.yes-no_button_w100 li {
	width: 100%;
}

ul.yes-no_button li .button_c {
	display: block;
	padding: 20px;
	box-sizing: border-box;
	border: 4px solid #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	width: 100%;
	font-size: 3.2rem;
	font-weight: 700;
}

.button_yes {
	background: #F58C98;
}

.button_no {
	background: #8ECFD4;
}


@media only screen and (max-width: 768px) {
	.popup-contents {
		max-width: 80%;
		padding: 3rem;
		border-radius: 1.2rem;
		font-size: 2rem;
	}

	.popup-contents .asterisk {
		font-size: 1.4rem;
	}

	.popup-contents .staff_text {
		font-size: 1.6rem;
		margin-bottom: 2rem;
	}

	#close,
	#close2 {
		width: 40px;
		height: 40px;
		border-radius: 50px;
		border: 2px solid #BEBEBE;
		right: -2rem;
		top: -2rem;
	}

	ul.yes-no_button li {
		width: calc(50% - 10px);
	}

	ul.yes-no_button li {
		width: 100%;
		margin-top: 1rem;
	}

	ul.yes-no_button li .button_c {
		padding: 1rem;
		border: 2px solid #fff;
		font-size: 1.8rem;
	}
}