@charset "utf-8";

/*---------------------------------------------
リニューアル用　メイン
---------------------------------------------*/
main {
	background: #182d7b;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

.nowrap {
	white-space: nowrap;
}

br.brsp {
	display: none;
}

/*---------------------------------------------
リニューアル用　header調整
---------------------------------------------*/
header#hd_global {
	height: auto;
	width: 100%;
	max-width: 100%;
	z-index: 100;
}

header#hd_global h1,
header#hd_global .tab-inner,
header#hd_global p {
	color: inherit;
	text-decoration: none;
}

main div,
main p {
	color: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-size: inherit;
}

main {
	text-align: center;
}

.headWrap {
	z-index: 101;
}

/*---------------------------------------------
リニューアル用　タブ
---------------------------------------------*/
.tab-wrap {
	width: 100%;
	padding-top: 20px;
}

.tab-inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	gap: 20px;
}

.tab {
	flex: 1;
	height: 90px;
	border-radius: 20px 20px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 42px;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}

.tab:hover {
	color: #182D7B;
}

.tab-left {
	background: #aebdd1;
	color: #182D7B;
}

.tab-right {
	background: #182d7b;
	color: #FFF300;
	pointer-events: none;
}

/* .tab-right .tab-text {
	display: inline-block;
} */
.tab-icon {
	width: 16px;
	height: auto;
	margin-left: 8px;
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	top: 4px;
}

.tab-text {
	letter-spacing: 0.02em;
	font-weight: 700;
	font-size: 42px;
	margin-top: 8px;
}

.tab-text span.no {
	font-size: 33px;
}

.tab-text span.ls {
	letter-spacing: -0.2em;
}

@media (max-width: 1300px) {
	.tab-text {
		font-size: 35px;
	}
}

@media (max-width: 1000px) {
	.tab-text {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin-bottom: 0;
		line-height: 1;
	}
}

@media (max-width: 600px) {
	.tab-text {
		font-size: 28px;
	}

	.tab-text span.no {
		font-size: inherit;
	}
}

@media (max-width: 480px) {
	.tab-text {
		font-size: 24px;
	}

	.tab-inner {
		width: calc(100% - 80px);
		gap: 10px;
	}
}

/*---------------------------------------------
リニューアル用　左右のアニメーション
---------------------------------------------*/
.left-animation,
.right-animation {
	position: fixed;
	overflow: hidden;
	top: 0;
	display: flex;
	z-index: 99;
	color: #ffe800;
	width: 50px;
	background: #182d7b;
}

.left-animation {
	left: 0;
}

.right-animation {
	right: 0;
}

.left-animation ul,
.right-animation ul {
	list-style: none;
	margin: 0;
	padding: 0 1rem;
}

.left-animation li,
.right-animation li {
	writing-mode: vertical-lr;
	display: flex;
	align-items: center;
	animation: loop-slide 4s linear infinite;
}

.left-animation img,
.right-animation img {
	width: 30px;
}

@media screen and (max-width: 750px) {

	.left-animation,
	.right-animation {
		width: 32px;
	}

	.left-animation ul,
	.right-animation ul {
		padding: 0 0.6rem;
	}

	.left-animation li,
	.right-animation li {
		font-size: 1.4rem;
	}

	.left-animation img,
	.right-animation img {
		width: 16px;
	}
}

/*---------------------------------------------
リニューアル用　メインビジュアル
---------------------------------------------*/
.brand-logo {
	max-width: 628px;
	margin: 50px 0 35px;
}

.mv .inner {
	padding: 0 !important;
}

.pass_txt {
	width: 650px;
	text-align: left;
	padding-left: 30px;
	margin: 42px 0;
}

.pass_txt img {
	max-width: 530px;
}

.majittl img {
	scale: 1;
	margin-left: -20px;
}

.mainttl_wrap {
	/* margin-top: 0; */
	/* align-items: flex-start; */
	align-items: center;
	margin-top: -60px;
}

.mainttl_inner {
	margin-top: 28px;
}

.mainttl_inner p.attention {
	font-size: 17px;
	font-weight: bold;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 50px;
	margin-bottom: 10px;
	line-height: 1.3;
}

.majicaapp_txt {
	margin: 80px 0;
}

@media (max-width: 1280px) {
	.majicaapp_txt img {
		max-width: 750px;
		margin: -130px 0 0px 10px;
		transform: rotate(3deg);
	}

	.main_ttl {
		margin-top: 30px;
	}

	.mainttl_inner {
		margin-bottom: 60px;
	}

	.mainttl_inner p.attention {
		max-width: 1000px;
		margin: 0 auto;
	}
}

@media (max-width: 800px) {
	.brand-logo {
		max-width: 80%;
	}
}

@media (max-width: 600px) {
	.majittl {
		margin-top: 40px;
	}

	.majicaapp_txt {
		margin: 80px 0 50px;
	}

	.majicaapp_txt img {
		margin: -130px 0 0px 0;
	}
}

@media (max-width: 480px) {
	.majittl {
		max-width: 400px;
		padding-left: 25px;
		margin: 50px auto;
	}

	.majicaapp_txt,
	.mainttl_inner p.attention {
		max-width: 370px;
	}

	.majicaapp_txt {
		margin: 0px auto 50px;
	}

	.mainttl_inner p.attention {
		font-size: 15px;
	}
}

/*---------------------------------------------
リニューアル用　動画
---------------------------------------------*/
#movie {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	transition: opacity 0.6s cubic-bezier(1, -0.69, 0.2, 2.03), transform 0.6s cubic-bezier(1, -0.69, 0.2, 2.03);
	z-index: 2;
}

#movie .youtube {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	z-index: 2;
}

#movie .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.youtube-wrapper {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 4px 20px rgba(150, 150, 150, 0.3);
	border: 1px rgba(150, 150, 150, 0.3) solid;
}

.youtube-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: none;
}

.youtube-thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 2;
}

.youtube-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.play-button {
	position: absolute;
	width: 60px;
	height: 60px;
	background: rgba(255, 0, 0, 0.8);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	clip-path: polygon(30% 20%, 30% 80%, 80% 50%);
}

.ytp-large-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 48px;
	margin-left: -34px;
	margin-top: -24px;
	-webkit-transition: opacity .25s cubic-bezier(0, 0, .2, 1);
	transition: opacity .25s cubic-bezier(0, 0, .2, 1);
	z-index: 63;
}

.ytp-button {
	border: none;
	background-color: transparent;
	padding: 0;
	color: inherit;
	text-align: inherit;
	font-size: 100%;
	font-family: inherit;
	cursor: default;
	line-height: inherit;
}

/*---------------------------------------------
リニューアル用　実施期間
---------------------------------------------*/
.period {
	margin: 60px auto 10px auto;
	display: grid;
	grid-template-columns: 25% 75%;
	font-weight: bold;
	align-items: stretch;
}

.period h2 {
	padding: 7px 0 12px 0;
	font-weight: bold;
}

p.period-attention {
	font-size: 18px;
	background: inherit;
	display: inline-block;
	color: #fff;
	font-weight: normal;
}

.period p {
	line-height: 1.7;
}

.period p .weekday {
	font-size: 3.6rem !important;
}

@media (max-width: 1280px) {
	.period {
		max-width: 1000px;
	}
}

@media (max-width: 750px) {
	.period p .weekday {
		font-size: inherit !important;
	}
}

@media (max-width: 600px) {
	p.period-attention {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media (max-width: 480px) {
	.period {
		grid-template-columns: 1fr;
	}

	.period h2 {
		font-size: 1.8rem;
		padding: 0px 0 2px 0;
	}

	p.period-attention {
		font-size: 15px;
	}
}

/*---------------------------------------------
リニューアル用　商品一覧
---------------------------------------------*/
.product_wrap .ttl {
	line-height: 1.2;
}

.voice,
.product_wrap ul {
	background-color: #182d7b;
}

.tab-btn.is-active {
	background-color: #46579A;
}

.voice.item {
	/* background: inherit; */
	padding-top: 3rem;
}

.voice.item .product_wrap {
	margin-block: 6rem;
}

.voice.item .product_wrap ul {
	background-color: #182d7b;
}

.price_wrap .price_ttl h3 {
	font-size: 23px;
}

.price_wrap .price_ttl h3+p {
	font-size: 22px;
}

.price_wrap .price_ttl h3,
.price_wrap .price_ttl h3+p,
.price_wrap .price {
	color: #FFE500;
	font-weight: bold;
}

.price_wrap .price {
	-webkit-text-stroke: 0;
	text-align: center;
}

.price_wrap .price.number-img {
	-webkit-text-stroke: 0;
	text-align: right;
	width: 130px;
	display: flex;
	justify-content: end;
	flex-wrap: nowrap;
}

.price_wrap .price.number-img img {
	margin-right: -7px;
	max-width: 46px;
}

.price_wrap .price_ttl {
	height: 160px;
}

.price_wrap .tax-excl {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: center;
}

.price_wrap .tax-excl .tax-excl-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	white-space: nowrap;
}

.price_wrap .tax-incl p,
.price_wrap .tax-excl .tax-excl-right .excl {
	font-size: 13px !important;
	font-weight: bold;
	color: #FFE500;
	letter-spacing: 0.05em;
}

.price_wrap .tax-excl .tax-excl-right .en {
	color: #FFE500;
	font-size: 1.8rem;
	font-weight: bold;
}

.price_wrap .tax-excl .tax-excl-right .en img {
	margin: 0;
	vertical-align: middle;
}

.price_wrap .tax-incl {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: 10px 20px 18px;
	padding-bottom: 5px;
	border-bottom: 2px solid #FFE500;
	font-weight: bold;
}

.price_wrap .tax-incl .incl {
	margin-right: 5px;
	font-weight: bold;
	white-space: nowrap;
}

.price_wrap .tax-incl .en {
	max-width: 12px;
}

.price_wrap .tax-incl .en img {
	max-width: 12px;
	vertical-align: middle;
}

.price_wrap .tax-incl .price {
	font-size: 16px !important;
	width: 30px;
	white-space: nowrap
}

.price_wrap .btn.majivoice {
	border-radius: 50px;
	color: #fff;
	font-weight: 900;
	margin: 0 auto;
	width: 100%;
	max-width: 235px;
	height: 72px;
	position: relative;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	background: #209bd2;
	border-bottom: 0;
	margin-bottom: 20px;
	flex-wrap: wrap;
	padding: 8px 0 3px 0;
	box-shadow:
		0 6px 0 #127cbf,
		0 8px 10px rgba(0, 0, 0, 0.15);
	transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.price_wrap .btn.majivoice>p:first-child {
	display: flex;
	align-items: center;
}

.price_wrap .btn.majivoice:hover {
	transform: translateY(2px);
	box-shadow: 0 2px 0 #127cbf;
}

.price_wrap .btn.majivoice .majivoice-logo {
	max-width: 140px !important;
	margin: -3px 5px -5px 0 !important;
	vertical-align: middle;
	border: none !important;
	width: 100%;
	height: auto;
}

.price_wrap .iiyo {
	background-color: #209bd2;
	color: #fff;
	font-size: 14px;
	width: 80px;
	position: absolute;
	top: -20px;
	border-radius: 3px;
	line-height: 1.2;
	padding: 7px 0;
	font-weight: bold;
	letter-spacing: 0;
	white-space: nowrap;
}

.price_wrap .iiyo .rate {
	font-size: 24px;
	letter-spacing: 0;
}

.price_wrap .btn.majivoice {
	background: #209bd2;
	border-bottom: 0;
	flex-wrap: wrap;
	padding: 8px 0 3px 0;
	box-shadow: 0 6px 0 #127cbf, 0 8px 10px rgba(0, 0, 0, 0.15);
	transition: transform 0.12s ease, box-shadow 0.12s ease;
	border-radius: 50px;
	color: #fff;
	font-weight: 900;
	margin: 0 auto 50px;
	min-height: 60px;
	position: relative;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	line-height: 1;
}

.price_wrap .btn.majivoice .majivoice-logo4 {
	width: 140px !important;
	margin: -3px 5px -5px 0 !important;
	vertical-align: middle;
	border: none !important;
}

@media (max-width: 1280px) {
	.product_wrap .ttl {
		line-height: 1.2;
		padding: 12px 0 16px;
	}

	.price_wrap .price_ttl h3+p {
		font-size: 20px;
		line-height: 1.3;
		letter-spacing: 0.05em;
	}
}

@media (max-width: 1100px) {
	.price_wrap .btn.majivoice .majivoice-logo4 {
		width: 120px !important;
	}
}

@media (max-width: 1000px) {
	.product_wrap .ttl {
		line-height: 1.2;
		padding: 12px 0 16px;
	}

	.product_wrap {
		margin-bottom: 0;
	}

	.price_wrap .price_ttl h3+p {
		font-size: 18px;
	}

	.price_wrap .btn.majivoice {
		padding: 13px 0 8px 0;
	}
}

@media (max-width: 900px) {
	.price_wrap .btn.majivoice {
		font-size: 14px;
	}

	.price_wrap .btn.majivoice .majivoice-logo4 {
		width: 100px !important;
	}

	.price_wrap .btn.majivoice {
		height: 60px;
	}

	.price_wrap .price_ttl h3+p {
		font-size: 16px;
	}
}

@media (max-width: 900px) {
	.price_wrap .price_ttl h3+p {
		font-size: 20px;
	}
}

@media (max-width: 750px) {
	.price_wrap .btn.majivoice {
		height: 70px;
		font-size: 20px;
	}

	.price_wrap .btn.majivoice .majivoice-logo4 {
		width: 120px !important;
	}

	.price_wrap .price_ttl {
		height: 140px;
	}

	.price_wrap .price_ttl h3 {
		font-size: 16px;
	}

}

@media (max-width: 730px) {
	.price_wrap .tax-excl .tax-excl-right {
		line-height: 1.4;
	}

	.price_wrap .tax-incl {
		padding-bottom: 0px;
	}
}

@media (max-width: 600px) {
	.price_wrap .iiyo {
		font-size: 12px;
	}

	.price_wrap .iiyo .rate {
		font-size: 22px;
	}

	.price_wrap .price_ttl h3+p {
		font-size: 18px;
	}

	.price_wrap .iiyo {
		font-size: 11px;
	}
}

@media (max-width: 480px) {
	.price_wrap .price.number-img {
		-webkit-text-stroke: 0;
		text-align: right;
	}

	.price_wrap .tax-incl {
		margin: 10px 0 18px;
	}

	.product_wrap ul {
		padding: 0;
	}

	.price_wrap .btn.majivoice {
		font-size: 13px;
		padding: 12px 0 7px 0;
		height: 60px;
	}

	.price_wrap .btn.majivoice .majivoice-logo4 {
		margin: -3px 2px -5px 0 !important;
		width: 100px !important;
	}

	.price_wrap .price_ttl h3+p {
		font-size: 16px;
	}

	.price_wrap .price.number-img img {
		max-width: 40px;
	}

	.price_wrap .iiyo {
		width: 65px;
		top: -40px;
	}

	.product_wrap .ttl {
		margin-bottom: 60px;
	}

	.product_wrap .ttl {
		padding: 25px 0 27px;
	}

	.price_wrap .iiyo .rate {
		font-size: 20px;
	}

	.price_wrap .tax-excl .tax-excl-right .excl {
		line-height: 1.4;
	}

	.voice.item .product_wrap {
		margin-bottom: 0;
	}

	.price_wrap .price.number-img {
		width: 100px;
	}
}

/*---------------------------------------------
リニューアル用　このPOPが目印
---------------------------------------------*/
.hakaku {
	padding-block: 0;
}

.hakaku h2 {
	font-size: 67px;
	color: #fff000;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}

.notice img {
	max-width: 485px;
}

.hakaku .notice_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

.hakaku .notice_wrap h3 {
	width: 100%;
}

.hakaku .notice_wrap li {
	color: #fff;
	font-weight: bold;
}

@media (max-width: 736px) {

	.hakaku .notice_wrap ul,
	.hakaku .notice_wrap li {
		font-size: 1.8rem;
	}

	.hakaku h2 {
		font-size: 50px;
	}
}

@media (max-width: 600px) {
	.notice img {
		max-width: 100%;
	}

	.hakaku .notice_wrap {
		background: #E60012;
		padding: 2.6rem 2rem 5.6rem;
	}
}

@media (max-width: 480px) {
	.hakaku h2 {
		font-size: 40px;
		margin-bottom: 0;
	}

	.hakaku .notice_wrap ul {
		font-size: 14px;
	}
}

/*---------------------------------------------
リニューアル用　対象店舗一覧
---------------------------------------------*/
ul.sl_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px 0 180px;
}

ul.sl_btn li {
	width: 100%;
}

ul.sl_btn li a {
	background-color: #e40011;
	box-shadow: 0px 5px 0px #b70d1d;
	color: #fff;
	font-weight: bold !important;
	font-size: 46px;
	max-width: 685px;
	height: 95px;
	border-radius: 90px;
	display: flex;
	flex-flow: nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all 0.2s ease;
	margin: 0 auto;
	text-decoration: none;
}

@media (max-width: 1280px) {
	ul.sl_btn li a {
		font-size: 40px;
	}
}

@media (max-width: 830px) {
	ul.sl_btn li {
		width: 80%;
	}

	ul.sl_btn {
		margin: 20px 0 100px;
	}
}

@media (max-width: 480px) {
	ul.sl_btn li a {
		font-size: 28px;
		height: 80px;
	}
}

/*---------------------------------------------
リニューアル用　マジボイス
---------------------------------------------*/
section.vote {
	background-color: #209bd2;
	padding-block: 100px;
}

section.vote .inner {
	width: 100% !important;
	max-width: 1200px;
	background-color: #fff;
}

section.vote .use {
	width: 1000px;
	padding: 4rem 5rem;
	border: 5px solid #5c88bd;
	border-radius: 3rem;
	margin: 4rem auto;
}

section.vote .comment_wrap {
	width: 1000px;
}

section.vote .majivoice_logo {
	max-width: 430px;
	margin: 45px 0;
}

section.vote .majivoice_logo2 {
	max-width: 250px;
	margin: 0 10px 5px;
}

section.vote .desc_ttl {
	font-size: 32px;
	font-weight: bold;
	margin: 50px 0;
}

section.vote .desc_txt {
	font-size: 31px;
	line-height: 2.6;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 30px;
}

section.vote .desc_txt img {
	vertical-align: middle;
}

section.vote .desc_txt .highlight {
	background-color: #E70014;
	color: #fff;
	padding: 10px 4px 11px 16px;
	font-size: 33px;
	line-height: 1.2;
	margin: 0 20px;
}

section.vote .desc_txt .accent {
	color: #E70014;
	font-size: 38px;
}

@media (max-width: 1300px) {
	section.vote .inner {
		width: calc(100% - 140px) !important;
	}
}

@media (max-width: 1100px) {

	section.vote .comment_wrap,
	section.vote .use {
		width: 90%;
		margin-right: auto;
	}
}

@media (max-width: 1000px) {
	section.vote .desc_ttl {
		font-size: 26px;
		margin: 40px 0;
	}

	section.vote .majivoice_logo {
		max-width: 370px;
		margin: 30px 0 40px;
	}

	section.vote .desc_txt .highlight {
		font-size: 31px;
	}

	section.vote .desc_txt {
		font-size: 25px;
		line-height: 2.2;
		margin-inline: 20px;
	}

	section.vote .desc_txt .accent {
		font-size: 30px;
	}

	.vote .use .txt {
		font-size: 20px;
	}
}

@media (max-width: 750px) {
	.vote span {
		margin-bottom: 0;
	}

	section.vote .desc_txt .highlight {
		font-size: 29px;
	}

	section.vote .desc_txt {
		font-size: 23px;
		line-height: 2;
	}

	section.vote .desc_txt .accent {
		font-size: 28px;
	}

	section.vote .majivoice_logo2 {
		max-width: 190px;
	}

	.vote .use .txt {
		font-size: 18px;
		line-height: 1.6;
	}
}

@media (max-width: 600px) {
	section.vote .majivoice_logo {
		max-width: 300px;
		margin: 10px 0 15px;
	}
}

@media (max-width: 480px) {
	section.vote {
		padding: 20px 38px;
	}

	section.vote .inner {
		width: 100% !important;
	}

	.voice h2 {
		font-size: 50px;
	}

	section.vote .desc_ttl {
		font-size: 20px;
		margin: 30px 0;
	}

	section.vote .majivoice_logo {
		max-width: 270px;
	}

	section.vote .desc_txt .highlight {
		font-size: 23px;
		margin: 0;
		padding: 15px 10px 17px 10px;
	}

	section.vote .desc_txt {
		font-size: 17px;
	}

	section.vote .desc_txt .accent {
		font-size: 20px;
	}

	section.vote .majivoice_logo2 {
		max-width: 130px;
	}

	section.vote .use {
		padding: 2rem 1rem;
	}

	.vote .use .txt {
		font-size: 14px;
	}
}

/*---------------------------------------------
リニューアル用　フッター
---------------------------------------------*/
.secAppArea {
	margin: 100px auto 0;
	z-index: 100;
	position: relative;
}

.breadcrumb {
	z-index: 100;
	position: relative;
	max-width: 100%;
	margin: 0px auto;
	padding: 20px;
	background-color: #fff;
}

.breadcrumb ol {
	max-width: 1400px;
}

footer {
	/* background-color: #EFEFEF; */
	z-index: 100;
	position: relative;
}

footer a {
	color: inherit;
}

@media (max-width: 1500px) {
	.secAppArea {
		max-width: 100%;
	}
}

/*---------------------------------------------
画面サイズ1300px以下
---------------------------------------------*/

/*---------------------------------------------
画面サイズ1280px以下
---------------------------------------------*/
@media (max-width: 1280px) {

	.main_ttl,
	.inner {
		margin: 0 auto;
	}
}

/*---------------------------------------------
画面サイズ750px以下
---------------------------------------------*/
@media (max-width: 750px) {
	br.brsp {
		display: block;
	}
}

/*---------------------------------------------
画面サイズ600px以下
---------------------------------------------*/