@charset "utf-8";
/*----------------------------------------
Reset
-----------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header,hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video{border: 0;font-size: 100%;font: inherit;margin: 0;padding: 0;vertical-align: baseline;font-family: canada-type-gibson, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-weight: 500;}h1, h2, h3, h4, h5, h6{font-weight: 700}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, main,hgroup, menu, nav, section {
	display: block;
}
ol,ul,li,p{
	list-style: none;
	margin: 0!important;
}
blockquote, q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}

html{
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	font-smoothing: antialiased;
}

@media screen and (max-width:480px){
	html {
		touch-action: manipulation;
		overflow-scrolling: touch;
		overscroll-behavior-y: none;
		overflow-x:hidden;
	}
	body {
		width: 100vw;
		color: #333;
	}
	.pc{
		display:none!important;
	}
}
a:hover,a:active{
	text-decoration: none;
}
@media screen and (min-width:769px) {
	.sp-none{
		display: block;
	}
	.pc-none{
		display: none;
	}
}

@media screen and (max-width:768px) {
	.sp-none{
		display: none;
	}
	.pc-none{
		display: block;
	}
}

/* ----------------------------------------
Common Module
------------------------------------------- */
.coution{
	margin-left: 1em;
	text-indent: -1em;
}
.flex{
	display: flex;
}
.flex--center{
	justify-content: center;
}
.flex--row{
	flex-direction: row;
}
.inner--base{
	margin: 0 auto;
	max-width:1000px;
	position: relative;
	padding: 0 1rem;
}


/* ----------------------------------------
effect-fade
------------------------------------------- */
.effect-fade{opacity : 0;transform : translate(0, 50px);  transition : all 1500ms;}
.effect-fade.effect-scroll {opacity : 1;transform : translate(0, 0);}
@media print{
.effect-fade{transform : translate(0, 0px);opacity : 1;}
}

/* ----------------------------------------
parts
------------------------------------------- */

.h2-ttl {
	font-size: 1.7rem;
	letter-spacing: 0.04em;
}
@media screen and (min-width:769px){
	.h2-ttl {
		font-size: 2.2rem;
	}
}
.h3-ttl {
	font-size: calc(100vw / 17);
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width:550px){
	.h3-ttl {
		font-size: calc(100vw / 21);
	}
}
@media screen and (min-width:769px){
	.h3-ttl {
		font-size: 2.2rem;
	}
}
.h4-ttl {
	font-size: calc(100vw / 25);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
@media screen and (min-width:550px){
	.h4-ttl{
		font-size: calc(100vw / 28);
	}
}
@media screen and (min-width:769px){
	.h4-ttl{
		font-size: 1.4rem;
	}
}
.h5-ttl a {
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #00499f;
	position: relative;
}
@media screen and (min-width:769px){
	.h5-ttl a {
		font-size: 1.7rem;
	}
}
.sub-ttl-01 {
	font-size: calc(100vw / 20);
	margin-bottom: 1.1rem;
	font-weight: bold;
}
.sub-ttl-01 span {
	font-size: calc(100vw / 10);
}
.sub-ttl-02 {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1.2rem!important;
	color: #0074c1;
	font-family: sans-serif;
	line-height: 1.5;
	text-align: left;
}
@media screen and (min-width:600px){
	.sub-ttl-01 span {
		font-size: calc(100vw / 12);
	}
	.sub-ttl-01 {
		font-size: calc(100vw / 25);
	}
	.sub-ttl-02 {
		margin-bottom: 2rem;
	}
}
@media screen and (min-width:769px){
	.sub-ttl-01 span {
		font-size: 4rem;
	}
	.sub-ttl-01 {
		font-size: 1.75rem;
	}
	.sub-ttl-02 {
		margin-bottom: 1rem;
		line-height: 1.65;
		font-size: 1.2rem;
	}
}
@media screen and (min-width:565px){
	.sub-ttl-02 {
		text-align: center;
	}
}
.sub-ttl-03 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 1rem!important;
	color: #0074c1;
	font-family: sans-serif;
}
.mb-1{
	margin-bottom: 1em;
}
.mb-2{
	margin-bottom: 2em;
}
.mb-3{
	margin-bottom: 3em;
}
.mb-5{
	margin-bottom: 5em;
}
.ml-2{
	margin-left: 2em;
}
.txt-center{
	text-align: center;
}
.font14{
	font-size: 1rem;
	line-height: 1.6;
}
@media screen and (min-width:769px){
	.font14{
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.mb-2{
		margin-bottom: 5em;
	}
	.mb-3{
		margin-bottom: 6em;
	}
}
.fontBold{
	font-weight: bold;
}
.marker-yellow{
	background: linear-gradient(transparent 60%, #fff100 30%);
	display: inline-block;
}
img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.numbers{
	font-size: 1.6rem;
	font-weight: bold;
}
@media screen and (min-width:600px){
	.numbers{
		font-size: 2.4rem;
		font-weight: bold;
	}
}
/* ----------------------------------------
footer
------------------------------------------- */
.site-footer{
	font-size: 1rem;
	padding: 20px 0 10px;
}
.site-footer h1{
	padding:38px 0 15px;
}
#pagetop {
    position: fixed;
    width: 60px;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    z-index: 99;
    display: none;
}
@media screen and (max-width: 480px) {
.site-footer{
	padding-top: 20px;
	}
}
.f_tag{
	clear: both;
}
.jr_link {
	border: solid 1px #c0c0c0;
	padding: 15px 10px;
	display: inline-block;
}
.jr_link:hover {
	opacity: 0.7;
}

/* ----------------------------------------
キャンペーン期間・対象商品
------------------------------------------- */
.campain-schedule {
	margin: 3.5em auto;
	text-align: center;
}
.ribon {
	margin-bottom: 2rem;
}
@media screen and (min-width:769px){
	.campain-schedule {
		margin: 3.5em auto 6em;
	}
	.ribon {
		max-width: 75%;
		margin-bottom: 1.2rem;
	}
}
.campain-schedule .h2-ttl {
	margin-bottom: 0.25em;
}
.taisyo-syohin {
	text-align: center;
}
.taisyo-syohin .h2-ttl {
	margin-bottom: 0.8em;
}
/* ↓ 対象商品accordion ↓ */
#acMenu_plan dt{
	display:block;
	line-height:50px;
	text-align:left;
	cursor:pointer;
	position: relative;
	border-top: solid 1px #c0c0c0;
	padding-left: 1em;
}
#acMenu_plan dt::before,
#acMenu_plan dt::after {
	display: block;
	position:absolute;
	content:'';
	top:1px;
	right:20px;
	bottom:0;
	width:16px;
	height:2px;
	margin:auto;
	background-color: #e60012;
}
#acMenu_plan dt::before {
	transform: translateY(-50%) rotate(180deg);
	transition: transform 0.5s;
}
#acMenu_plan dt::after {
	opacity: 0;
	transition: transform 0.5s;
}
#acMenu_plan dt.active::before {
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.5s;
}
#acMenu_plan dt.active::after {
    opacity: 1;
	transition: transform 0.5s;
}
#acMenu_plan dd {
	text-align:center;
	display:block;
	margin-bottom: 2em;
}
#acMenu_plan dd:last-child {
	border-bottom: solid 1px #c0c0c0;
}
/* ↑ 対象商品accordion ↑ */
.toggle {
	line-height: 2.5;
}
.toggle li a {
	/*margin-bottom: 1.2rem;*/
	display: inline-block;
	background-color: none;
}
.toggle li {
	padding-bottom: 1.3rem;
	display: flex;
	flex-direction: column;
}
.toggle li img {
	max-width: 75%;
}
.toggle li p {
	display: flex;
	flex-direction: column;
	font-size: calc(18px + 0.20vw);
}
.acMenu_planKome {
	text-align: right;
}
@media screen and (min-width: 769px) {
	#acMenu_plan {
		padding: 0 4rem;
	}
	.toggle {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.toggle li {
		width: calc(100% / 3 - 1.6em);
	}
	.toggle li img {
		max-width: 80%;
		/*transition: transform .6s ease;*/
	}
	/*.toggle li a:hover img {
		 transform: scale(1.1);
	}*/
	.toggle li a:hover img {
		 opacity: 0.7;
	}
	#acMenu_plan dd {
		margin-bottom: 2.5em;
	}
	.toggle li p {
		max-width: 80%;
		display: contents;
		font-size: 1rem;
	}
	.acMenu_planKome {
		padding: 0 4rem;
	}
}
/* ----------------------------------------
300p獲得
------------------------------------------- */
.page-link a {
	text-decoration: none;
}
.page-link {
	display: flex;
	flex-direction: column;
	line-height: 3rem;
}
.page-link .ml-2 {
	margin-left: 0;
}
@media screen and (min-width: 769px){
	.page-link {
		flex-direction: row;
		justify-content: space-evenly;
	}
}
.icon-wester {
	width: calc(247px + 0.20vw);
}
.arrow-bottom {
	width: calc(22px + 0.20vw);
	margin-left: 0.5em;
}
.icon-step1, .icon-step2, .icon-step3 {
	width: calc(48px + 0.20vw);
	margin: 1rem auto 2.5rem;
}
@media screen and (min-width: 769px){
	.icon-step1, .icon-step2, .icon-step3 {
		margin: 1rem auto 2rem;
	}
	.step1 .sub-ttl-01 {
		margin-bottom: 1.5rem;
	}
}
.step1, .step2 {
	text-align: center;
	margin-bottom: 5.5rem;
}
.icon-e5489 {
	width: calc(111px + 0.20vw);
}
.step3 {
	text-align: center;
	margin-bottom: 8.5rem;
}
.step2 {
	width: 100%;
}
/*.step2 a, .about-point{
	background-color: #00499f;
	border-radius: 50px;
	color: #fff;
	padding: 15px 60px;
	display: block;
	box-sizing: content-box;
	max-width: 60%;
	margin: 0 auto;
	font-weight: bold;
}*/
.about-point{
	background-color: #00499f;
	border-radius: 50px;
	color: #fff;
	padding: 15px 60px;
	display: block;
	box-sizing: content-box;
	max-width: 60%;
	margin: 0 auto;
	font-weight: bold;
}
.step2 .effect-fade {
	position: relative;
}
@media screen and (min-width: 769px){
	.about-point{
		max-width: 32%;
	}
}
.step3 .effect-fade {
	position: relative;
}
.icon-get {
	width: calc(170px + 0.20vw);
	display: inline-block;
	vertical-align: middle;
}
.arrow-right {
	width: calc(22px + 0.20vw);
	margin-left: 0.5em;
}
/* ↓ 予約accordion ↓ */
#acMenu_reserve dt{
	display:block;
	line-height:50px;
	text-align:left;
	cursor:pointer;
	position: relative;
	border-top: solid 1px #c0c0c0;
	padding-left: 1em;
}
#acMenu_reserve dt::before,
#acMenu_reserve dt::after {
	position:absolute;
	content:'';
	top:1px;
	right:20px;
	bottom:0;
	width:16px;
	height:2px;
	margin:auto;
	background:#e60012;
}
#acMenu_reserve dt::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s;
}
#acMenu_reserve dt.active::before {
    opacity: 0;
}
#acMenu_reserve dt.active::after {
    transform: translateY(-50%) rotate(180deg);
}
#acMenu_reserve dd {
	line-height:50px;
	text-align:center;
	display:none;
	margin-bottom: 2em;
}
#acMenu_reserve dd:last-child {
	border-bottom: solid 1px #c0c0c0;
}
@media screen and (min-width: 769px){
	#acMenu_reserve {
		padding: 0 4rem;
	}
	#acMenu_reserve dd {
		margin-bottom: 3em;
	}	
}
/* ↑ 予約accordion ↑ */

/* ----------------------------------------
WESTERポイントとは
------------------------------------------- */
#WhatWESTER {
	background-color: #eaf6fd;
	border-radius: 15px;
	text-align: center;
	padding-bottom: 3rem;
}
.WhatWESTER-content {
	padding: 1em 0.8em;
}
@media screen and (min-width: 769px){
	.WhatWESTER-content {
		padding: 2em 3em;
		letter-spacing: 2px;
		line-height: 1.38;
	}
}
.title-wester {
	width: calc(243px + 0.20vw);
	margin-bottom: 1rem;
}
@media screen and (min-width: 600px){
	.title-wester {
		margin-bottom: 1.1rem;
	}
}
.gaiyou-wester, .link-wester {
	margin-bottom: 6rem;
}
@media screen and (min-width: 769px){
	.title-wester {
		width: 26rem;
		margin-bottom: 1em;
	}
	.app-wester {
		width: calc(100% / 2);
	}
	.app-area {
		display: flex;
		flex-direction: row;
	}
	.DL-area {
		width: calc(100% / 2);
		position: relative;
	}
	.DL_qr {
		width: calc(100% - 75px);
		position: absolute;
		top: 37%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.gaiyou-wester, .link-wester {
		margin-bottom: 6rem;
	}
}
.DL-area-sp {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.DL_apple, .DL_andoroid {
	width: calc(100% / 2);
	padding: 5px;
}
.DL_andoroid {
	padding-top: 11px;
}
/* 20240912最下部ボタン追加 */
.cp-about-btn{
	background-color: #00499f;
	border-radius: 50px;
	color: #fff;
	padding: 15px 60px;
	display: block;
	box-sizing: content-box;
	max-width: 80%;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}
/*.step2 .effect-fade {
	position: relative;
}*/
@media screen and (min-width: 769px){
	.cp-about-btn{
		max-width: 60%;
	}
}