@charset "utf-8";
/*---------------------------------------------
Reset
---------------------------------------------*/

html {
	color: #333;
	overflow-y: scroll;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

div,
dl,
dt,
dd,
form,
input,
ul,
ol,
li,
p,
select,
textarea,
span,
th,
td {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

ul {
	list-style-type: none;
}

.red {
	color: #dc0012;
}

/*---------------------------------------------
Style
---------------------------------------------*/
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 1.8rem;
}


.for_pc {
	display: block;
	margin: 0 auto;
}

.for_sp {
	display: none;
	margin: 0 auto;
}

.inner {
	width: 1200px;
	margin: 0 auto;
	padding: 2rem 0;
}

/* iPad */
@media screen and (max-width:1280px) {
	.inner {
		width: calc(100% - 100px);
		margin: 2rem auto;
	}

	.for_ipad {
		display: block;
	}

	.for_pc {
		display: none;
		margin: 0 auto;
	}
}


/* sp */
@media screen and (max-width: 750px) {

	body {
		font-size: 1.5rem;
	}

	.inner {
		padding: 1rem 0 2rem 0;
	}

	.for_pc {
		display: none;
		margin: 0 auto;
	}

	.for_sp {
		display: block;
		margin: 0 auto;
	}

	.inner {
		width: calc(100% - 70px);
	}
}

/* =========================================================
ヘッダー
========================================================= */
#hd_global {
	width: 100%;
	background: #fff;
}

#hd_global .inner {
	max-width: 1000px;
}

#hd_global .hd_logo {
	display: block;
}

.p_uny {
	letter-spacing: 0.02em;
	color: #ff1a00;
	font-weight: 900;
	font-size: 4.1em;
}

.p_uny span {
	font-size: 0.8em;
}

#hd_global .ttl {
	background: #ffe800;
	padding-block: 2rem;
}

#hd_global .ttl p+p {
	padding-top: 2rem;
}


#hd_global .left-animation,
#hd_global .right-animation {
	position: fixed;
	top: 0;
	display: flex;
	z-index: 100;
	background: #262f75;
	color: #ffe800;
	width: 50px;
}

#hd_global .left-animation {
	left: 0;
}

#hd_global .right-animation {
	right: 0;
}

#hd_global .left-animation ul,
#hd_global .right-animation ul {
	list-style: none;
	margin: 0;
	padding: 0 1rem;
}

#hd_global .left-animation li,
#hd_global .right-animation li {
	writing-mode: vertical-lr;
	display: flex;
	align-items: center;
	animation: loop-slide 4s linear infinite;
}

#hd_global .left-animation img,
#hd_global .right-animation img {
	width: 30px;
}

@keyframes loop-slide {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-100%);
	}
}

/* btn */
.logo_box {
	height: auto;
}

.link_btn {
	position: relative;
	padding: 4rem 2rem;
	width: 100%;
	max-width: 600px;
	height: 180px;
	margin: 3rem auto;
	border: 4px solid #888;
	color: #000;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0;
	font-weight: 900;
	font-size: 3.6rem;
	font-style: normal;
	line-height: 1.2;
	border-radius: 15px;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
	background: #ffd800;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffe766), to(#ffc700));
	background: -webkit-linear-gradient(top, #ffe766 0%, #ffc700 100%);
	background: linear-gradient(to bottom, #ffe766 0%, #ffc700 100%);
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	text-decoration: none;
	transition: all 0.3s;
}

.link_btn .donki_logo {
	max-width: 70%;
	margin-block: 1rem;
}

.link_btn img.img1 {
	position: absolute;
	bottom: -64px;
	left: -46px;
	transform: rotate(30deg);
	width: 140px;
}

.link_btn:hover {
	transform: translateY(4px);
	box-shadow: none;
}


/* iPad */
@media screen and (min-width: 751px) and (max-width:1280px) {
	.p_uny {
		letter-spacing: 0;
		font-size: 3em;
	}

	.p_uny span {
		font-size: 0.7em;
	}
}


@media screen and (max-width: 750px) {
	#hd_global .inner {
		margin: 0 auto;
	}

	.p_uny {
		font-size: 2.2em;
		text-align: center;
	}

	.p_uny span {
		font-size: 0.8em;
	}

	#hd_global img {
		vertical-align: baseline;
	}

	#hd_global .ttl p {
		width: calc(100% - 70px);
		margin-inline: auto;
	}

	#hd_global .left-animation,
	#hd_global .right-animation {
		width: 32px;
	}

	#hd_global .left-animation ul,
	#hd_global .right-animation ul {
		padding: 0 0.6rem;
	}

	#hd_global .left-animation li,
	#hd_global .right-animation li {
		font-size: 1.4rem;
	}

	#hd_global .left-animation img,
	#hd_global .right-animation img {
		width: 16px;
	}

	.link_btn .donki_logo {
		max-width: 80%;
	}

	.link_btn {
		font-size: 2.4rem;
		width: calc(100% - 70px);
		max-width: 90%;
		letter-spacing: 0;
		line-height: 1.4;
		padding: 20px 20px 30px;
		margin-block: 1.6rem;
	}

	.link_btn img.img1 {
		bottom: -50px;
		left: -40px;
		width: 110px;
	}

}

/* =========================================================
main
========================================================= */

main {
	background: #262f75;
}

/* mv */

.mv {
	position: relative;
	padding-bottom: 7rem;
}

.mainttl_wrap {
	display: grid;
	grid-template-columns: 46% 54%;
	color: #fff000;
	align-items: center;
}

.mainttl_inner {
	text-align: initial;
}

.majicaapp_txt {
	font-size: 4rem;
	font-weight: bold;
}

.majicaapp_txt span {
	color: #fff;
}

.majicaapp_txt .otoku {
	font-size: 0.8em;
}

.majicaapp_txt .shop {
	font-size: 0.7em;
}

.pass_txt {
	font-size: 3.6rem;
	padding: 1rem 0;
	background: #E60012;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-block: 1.4rem;
	line-height: 1.2;
}

.pass_txt span {
	font-size: 0.8em;
}

.pass_txt+p {
	font-size: 2.8rem;
}

.majittl img {
	scale: 1.15;
}

.encho {
	margin-block: 8rem 1rem;
}

.period {
	margin: 10rem auto 6rem auto;
	display: grid;
	grid-template-columns: 25% 75%;
	font-weight: bold;
	align-items: stretch;
}

.period h2 {
	background: #E60012;
	letter-spacing: 0.2rem;
	color: #fff;
	font-size: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.period p {
	font-size: 3.6rem;
	letter-spacing: 0.2rem;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.period p span:not(.sat, .sun) {
	font-size: 1.4em;
}

.period p .sat {
	color: #5c88bd;
}

.period p .sun {
	color: #fa4848;
}

.period+p {
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
}

@media screen and (max-width:1280px) {


	.main_ttl {
		width: calc(100% - 70px);
		margin: 2rem auto;
	}

	.mainttl_wrap {
		grid-template-columns: 1fr;
	}

	.mainttl_inner {
		order: 2;
	}

	.majittl {
		order: 1;
	}

	.majittl img {
		scale: 1;
	}

	.majicaapp_txt {
		text-align: center;
	}
}


/* iPad */
@media screen and (min-width: 751px) and (max-width:1280px) {
	.period h2 {
		font-size: 2.8rem;
	}

	.period p {
		font-size: 2.6rem;
	}
}


@media screen and (max-width: 750px) {
	.mv {
		padding-bottom: 2rem;
	}

	.main_ttl {
		width: 100%;
	}

	main .inner {
		margin: 0 auto;
	}

	.majicaapp_txt {
		font-size: 2.6rem;
	}

	.pass_txt {
		font-size: 2rem;
		margin-block: 1rem;
	}

	.pass_txt+p {
		font-size: 2rem;
	}

	.encho {
		margin-block: 4rem 1rem;
	}

	.period {
		margin: 4rem auto 2rem auto;
		grid-template-columns: 1fr;
	}

	.period h2 {
		font-size: 2rem;
	}

	.period p {
		display: block;
		font-size: 1.8rem;
		letter-spacing: 0.08rem;
		line-height: 1.3;
		padding-block: 1rem;
	}

	.period+p {
		color: #fff;
		font-weight: bold;
		font-size: 1.6rem;
	}
}

/* voice */

.voice {
	width: 100%;
	background: #5c8fc4;
	padding: 3rem 0;
}

.voice h2 {
	display: inline-block;
	font-size: 8.8rem;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	position: relative;
	padding-inline: 6rem;
	margin-bottom: 4rem;
}

.voice h2 .sub {
	font-size: 0.6em;
}

.voice h2::before,
.voice h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 100%;
	background: #fff;
	bottom: -1.6rem;
	border-radius: 5rem;
}

.voice h2::before {
	left: 0;
	transform: rotate(-30deg);
}

.voice h2::after {
	right: 0;
	transform: rotate(30deg);
}

.voice h2+p {
	color: #fff;
}

.voice .youtube {
	width: 80%;
	margin: 4rem auto 2rem auto;
	aspect-ratio: 16 / 9;
	text-align: center;
}

.voice .youtube iframe {
	width: 100%;
	height: 100%;
}

.voice .btnwrap {
	background: #dc0012;
	max-width: 960px;
  width: 94%;
	margin: 3rem auto;
	box-shadow: 8px 8px 0px 0px #fffef2;
	transition: box-shadow 0.3s, transform 0.5s, opacity 0.3s;
	border-radius: 3rem;
}

.voice .btnwrap:hover {
	box-shadow: 0 0 0 #bfbfbf;
	transform: translate3d(0, 5px, 0);
	opacity: 0.8;
}

.voice .btnwrap a {
	display: flex;
	color: #fffef2;
	justify-content: center;
	align-items: center;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	padding-block: 3rem;
	font-size: 3.6rem;
	text-decoration: none;
	font-weight: bold;
}

.product_wrap {
	margin-block: 6rem;
}

.product_wrap .ttl {
	font-size: 4rem;
	background: #dc0012;
	padding-block: 2rem;
	color: #fff;
	font-weight: bold;
}

.product_wrap ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 2.6rem;
	background: #fff;
	padding: 3rem 2rem;
}

.product_wrap li {
	padding-block: 2rem;
}

.price_wrap .priceimg {
	background: #f2f2f2;
}

.price_wrap .priceimg img {
	max-width: 90%;
}

.price_wrap .price_ttl {
	font-weight: 500;
	margin-block: 1rem;
	text-align: initial;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 80px;
}

.price_wrap .price_ttl h3 {
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
}

.price_wrap .price_ttl h3+p {
	font-size: 1.6rem;
}

.price_wrap .price_ttl .txt_ls {
	letter-spacing: -0.04em;
}

.price_wrap .price_ttl .txt {
	font-size: 1.2rem;
}

.price_wrap .price {
	color: #dc0012;
	font-weight: bold;
	font-size: 5.4rem;
	-webkit-text-stroke: 1px #dc0012;
	line-height: 1.2;
	text-align: right;
}

.price_wrap .price span {
	display: block;
	font-size: 0.6em;
	-webkit-text-stroke: 0;
}

.price_wrap .price .each {
	display: initial;
	font-size: 0.6em;
	font-weight: bold;
}


/* iPad */
@media screen and (max-width:1280px) {
	.voice .ttl_wrap h2 {
		font-size: 3.8rem;
		text-align: center;
		margin-top: 3rem;
	}
}

/* iPad */
@media screen and (min-width: 751px) and (max-width:1280px) {
	.product_wrap ul {
		column-gap: 1.4rem;
	}

	.price_wrap .price_ttl {
		height: 110px;
	}

	.price_wrap .price {
		font-size: 3rem;
	}
}



@media screen and (max-width: 750px) {
	.voice h2 {
		font-size: 4.2rem;
		padding-inline: 2rem;
		margin-bottom: 2rem;
	}

	.voice h2::before,
	.voice h2::after {
		width: 4px;
		height: 100%;
		bottom: -1rem;
		border-radius: 3rem;
	}

	.vote span {
		display: inline-block;
		text-align: initial;
		margin-bottom: 2rem;
	}

	.voice .youtube {
		width: 100%;
		margin: 2rem auto 2rem auto;
	}

	.voice .btnwrap {
		width: 94%;
		margin: 1.6rem auto;
		box-shadow: 4px 4px 0px 0px #fffef2;
    border-radius: 4rem;
	}

	.voice .btnwrap a {
		padding-block: 2rem;
		font-size: 1.8rem;
	}

	.product_wrap {
		margin-block: 2rem;
	}

	.product_wrap .ttl {
		font-size: 2rem;
	}

	.price_wrap .price_ttl h3 {
		font-size: 1.4rem;
	}

	.price_wrap .price_ttl h3+p {
		font-size: 1.4rem;
		letter-spacing: 0.01em;
	}

	.product_wrap ul {
		grid-template-columns: 1fr 1fr;
		column-gap: 1rem;
		padding: 2rem 1.2rem;
	}

	.price_wrap .price_ttl {
		font-size: 1.4rem;
		height: 88px;
	}

	.price_wrap .price_ttl .txt {
		letter-spacing: -0.12em;
		font-size: 1rem;
	}

	.price_wrap .price {
		font-size: 2.8rem;
	}
}


/* =========================================================
vote
========================================================= */

.vote {
	padding-block: 3rem;
	background: #fff;
}

.vote h2 {
	display: inline-block;
	font-size: 3rem;
	color: #5c88bd;
	font-weight: bold;
	line-height: 1;
	position: relative;
	padding-inline: 4rem;
	margin-bottom: 4rem;
}

.vote h2::before,
.vote h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 90%;
	background: #5c88bd;
	bottom: -1.6rem;
	border-radius: 5rem;
}

.vote h2::before {
	left: 0;
	transform: rotate(-30deg);
}

.vote h2::after {
	right: 0;
	transform: rotate(30deg);
}

.vote h2 span {
	display: block;
	text-align: initial;
	margin-bottom: 2rem;
}

.vote .comment_wrap {
	position: relative;
	width: 92%;
	background: #5c8fc4;
	padding: 0 2rem 0 5rem;
	margin: 3rem auto;
	border: 2px solid #5c8fc4;
	border-radius: 2rem;
}

.vote .swiper-wrapper {
	height: 600px;
}

.vote .comment_wrap .swiper-slide {
	background: #fff;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	border-radius: 2rem;
	width: calc(100% - 120px);
	margin-inline-start: auto;
	line-height: 1.6;
	position: relative;
	text-align: initial;
	padding-inline: 0.6rem;
	font-weight: 500;
}

.vote .comment_wrap .swiper-slide::before {
	position: absolute;
	content: "";
	top: 2.2rem;
	left: -2rem;
	border-left: 0;
	border-right: 20px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}


.vote .comment_wrap .swiper-button-prev::after,
.vote .comment_wrap .swiper-button-next::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.vote .comment_wrap .swiper-button-next {
	transform: rotate(-90deg);
	right: -44px;
	left: initial;
	top: calc(50% - 40px);
}

.vote .comment_wrap .swiper-button-next::after {
	border-left: 20px solid #5c88bd;
	border-right: 0;
}

.vote .comment_wrap .swiper-button-prev {
	bottom: calc(50% - 70px);
	top: initial;
	transform: rotate(-90deg);
	right: -44px;
	left: initial;
}

.vote .comment_wrap .swiper-button-prev::after {
	border-right: 20px solid #5c88bd;
	border-left: 0;
}


.vote .swiper_pause {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -50px;
	width: 40px;
	height: 40px;
	background: #5c88bd;
	z-index: 10;
	border-radius: 50%;
	text-align: center;
}

.vote .swiper_pause span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
}

.vote .swiper_pause.paused span {
	border-right: 0;
	border-left: 20px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.vote .illust {
	position: absolute;
}

.vote .illust.a {
	width: 140px;
	top: 2rem;
	left: 0.6rem;
}

.vote .illust.b {
	width: 126px;
	bottom: 1.4rem;
	left: 0.6rem;
}

.vote .illust.c {
	width: 130px;
	top: 50%;
	transform: translate(0, -50%);
	left: 1.8rem;
}


.vote .inner.use {
	width: 1000px;
	padding: 4rem 5rem;
	border: 5px solid #5c88bd;
	border-radius: 3rem;
	margin-block: 4rem;
}

.vote .use .photo+p {
	margin-top: 3rem;
}

.vote .use .txt {
	text-align: initial;
}

/* iPad */
@media screen and (max-width:1280px) {

	.vote h2 span {
		display: inline-block;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
	.vote .comment_wrap {
		width: 88%;
	}

	.vote .comment_wrap .swiper-slide {
		width: calc(100% - 110px);
	}

	.vote .swiper-wrapper {
		height: 860px;
	}

	.vote .illust.a {
		width: 100px;
	}

	.vote .illust.b {
		width: 90px;
	}

	.vote .illust.c {
		width: 100px;
	}

	.vote .inner.use {
		width: calc(100% - 120px);
	}

}


@media screen and (max-width: 750px) {

	.vote h2 {
		font-size: 1.8rem;
		padding-inline: 1rem;
		margin-bottom: 2rem;
		line-height: 1.5;
	}

	.vote h2::before,
	.vote h2::after {
		width: 4px;
		bottom: -1rem;
		border-radius: 3rem;
	}

	.vote h2::before {
		left: 2rem;
	}

	.vote h2::after {
		right: 2rem;
	}

	.vote h2 span {
		display: inline-block;
		margin-bottom: 0;
	}

	.vote h2 img {
		width: 50%;
	}

	.vote .comment_wrap {
		padding: 0 1.6rem;
		margin: 1.6rem 0 2rem 0;
		border-radius: 1rem;
	}

	.vote .swiper-wrapper {
		height: 1000px;
	}

	.vote .comment_wrap .swiper-slide {
		width: calc(100% - 70px);
		padding-inline: 1rem;
		border-radius: 1rem;
	}

	.vote .comment_wrap .swiper-slide::before {
		left: -1.4rem;
		z-index: -1;
	}

	.vote .comment_wrap .swiper-slide p {
		line-height: 1.4;
		font-size: 1.4rem;
	}

	.vote .comment_wrap .swiper-button-next {
		right: -28px;
		top: calc(50% - 30px);
	}

	.vote .comment_wrap .swiper-button-next::after {
		border-left: 14px solid #5c88bd;
	}

	.vote .comment_wrap .swiper-button-prev {
		bottom: calc(50% - 60px);
		right: -28px;
	}

	.vote .comment_wrap .swiper-button-prev::after {
		border-right: 14px solid #5c88bd;
	}

	.vote .swiper_pause {
		right: -28px;
		width: 26px;
		height: 26px;
	}

	.vote .swiper_pause span {
		width: 16px;
		height: 12px;
		border-top: 4px solid #fff;
		border-bottom: 4px solid #fff;
	}

	.vote .swiper_pause.paused span {
		border-right: 0;
		border-left: 12px solid #fff;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
	}

	.vote .illust.a {
		width: 80px;
		top: 9rem;
	}

	.vote .illust.b {
		width: 74px;
		bottom: 27rem;
	}

	.vote .illust.c {
		width: 80px;
		left: 0.6rem;
		top: 40%;
	}

	.vote .inner.use {
		width: calc(100% - 70px);
		padding: 2rem 1rem;
		margin-block: 2rem;
	}
}


/* =========================================================
hakaku
========================================================= */

.hakaku {
	padding-block: 4rem;
}

.hakaku h2 {
	display: inline-block;
	position: relative;
	padding-inline: 4rem;
}

.hakaku h2::before,
.hakaku h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 100%;
	background: #ffe500;
	bottom: 0;
	border-radius: 5rem;
}

.hakaku h2::before {
	left: 0;
	transform: rotate(-30deg);
}

.hakaku h2::after {
	right: 0;
	transform: rotate(30deg);
}

.hakaku .notice {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: #fff;
	text-align: initial;
	margin: 3rem auto;
	box-sizing: border-box;
}

.hakaku .pop {
	text-align: center;
	padding: 2.6rem 2rem;
}

.hakaku .notice_wrap {
	background: #E60012;
	padding: 2.6rem 2rem;
}

.hakaku .notice_wrap h3 {
	font-size: 2.8rem;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
}

.hakaku .notice_wrap h3::before {
	content: "";
	flex-grow: 1;
	border-top: 2px solid #fff;
	margin-right: 3rem;
}

.hakaku .notice_wrap h3:after {
	content: "";
	flex-grow: 1;
	border-top: 2px solid #fff;
	margin-left: 3rem;
}

.hakaku .notice_wrap ul {
	margin-top: 3rem;
	font-weight: 500;
	line-height: 2;
	color: #fff;
}

.hakaku .notice_wrap li+li {
	margin-top: 1rem;
}

@media screen and (max-width: 1280px) {
	.hakaku .notice {
		grid-template-columns: 1fr;
	}
}


@media screen and (max-width: 750px) {

	.hakaku {
		padding-block: 2rem;
	}


	.hakaku h2::before,
	.hakaku h2::after {
		width: 4px;
		border-radius: 3rem;
	}

	.hakaku h2::before {
		left: 2rem;
	}

	.hakaku h2::after {
		right: 2rem;
	}

	.hakaku .notice {
		margin: 1.6rem auto;
	}

	.hakaku .pop {
		padding: 1.2rem 1rem;
	}

	.hakaku .notice_wrap ul {
		margin-top: 1.6rem;
		line-height: 1.6;
	}

	.hakaku .notice_wrap h3 {
		font-size: 2rem;
		margin-top: 1rem;
	}
}



/* =========================================================
majica
========================================================= */
#majica_ucs ul {
	list-style: none !important;
}

#majica_ucs a {
	text-decoration: none;
	color: #fff;
}

body #majica_ucs {
	text-align: center;
	margin: 0 auto;
	padding: 6rem 0;
	font-size: 1.8em;
	background: #f2f2f2;
	overflow: hidden;
}

/* sp */
@media screen and (max-width: 750px) {
	body #majica_ucs {
		font-size: 1.6em;
	}
}

#majica_ucs {
	color: #333;
	overflow-y: scroll;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 62.5% !important;
	line-height: 1.5 !important;
}

#box_m a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

#box_m {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	background: #fff;
	border: 7px solid #E60011;
	border-radius: 15px;
}

.title_m {
	display: flex;
	padding-top: 3.4em;
	width: calc(100% - 4em);
	margin: 0 auto;
}

.h2logo_m {
	width: calc(20% - 1em);
	margin: 0 1em 0 0;
}

.img_title_m {
	padding-top: 1em;
	width: 80%;
	height: 80%;
}

.h2logo_m img,
.img_title_m img {
	width: 100%;
	height: 100%;
}

.img_main_m img,
.img_main_m_smf img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.img_main_m_smf {
	display: none;
}

.a_boxm01 {
	position: relative;
	display: block;
	width: 370px;
	margin: 1.7em auto 1em auto;
	padding: 15px 0;
	color: #fff;
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 1px;
	background: rgb(230, 0, 17);
	background: linear-gradient(40deg, rgba(230, 0, 17, 1) 0%, rgba(231, 0, 49, 1) 71%, rgba(255, 120, 127, 1) 100%);
	border-radius: 50px;
}

.a_boxm01:before {
	position: absolute;
	content: '';
	background-image: url("../img/next_boxm.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	right: 20px;
}

.app_m {
	display: none;
}

.p_app_m {
	display: none;
	position: relative;
	background: #E60011;
	width: 33%;
	height: 190px;
	padding-top: 43em;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.p_app_m span {
	padding-top: 1em;
	font-size: 2.5em;
}

.p_app_m:before {
	position: absolute;
	content: '';
	top: 0;
	right: -40px;
	border-style: solid;
	border-width: 95px 0 95px 40px;
	border-color: transparent transparent transparent #E60011;
}

.app_inner_m {
	width: 67%;
	background: #f2f2f2;
	border-radius: 10px;
}

.app_inner_m ul {
	justify-content: center;
	align-items: center;
	padding: 3em 0 2em 0;
}

.app_inner_m ul li img {
	width: 100%;
	max-height: 70px;
}

.app_inner_m ul li:first-child {
	margin-right: 2em;
}

.p_note_m {
	justify-content: center;
	align-items: center;
	font-size: 1.4em;
	text-align: left;
}

.app_m02 {
	display: flex;
	grid-column: 1 / 3;
}

.p_app_m02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #E60011;
	width: 25%;
	height: 100%;
	min-height: 160px;
	padding: 4em 0;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.p_app_m02 span {
	width: 300px;
	display: block;
	padding-top: 0.5em;
	letter-spacing: 1px;
	font-size: 1.8em;
}

.p_app_m02:before {
	position: absolute;
	content: '';
	top: 0;
	right: -45px;
	border-style: solid;
	border-width: 80px 0 80px 45px;
	border-color: transparent transparent transparent #E60011;
}

.app_inner_m02 {
	width: 75%;
	background: #f2f2f2;
	border-radius: 0 0 10px 0;
}

.app_inner_m02 ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2.7em 0 1.5em 3em;
}

.app_inner_m02 ul li img {
	width: 100%;
	max-height: 60px;
}

.app_inner_m02 ul li:first-child {
	margin-right: 2em;
}

.p_note_m02 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3em;
	text-align: left;
}

/* majica tab */
@media screen and (max-width: 1040px) {

	#box_m {
		max-width: calc(100% - 100px);
	}

	.box_r_m {
		display: none;
	}

	#box_m {
		display: block;
		grid-template-columns: 0;
		width: calc(100% - 120px);
		max-width: 680px;
		margin: 0 auto 0.5em auto;
		border: 5px solid #E60011;
		border-radius: 15px;
	}

	.title_m {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 0.3em;
		width: calc(100% - 4em);
		max-width: 650px;
		margin: 0 auto;
	}

	.h2logo_m {
		width: calc(20% - 1.1em);
		margin: 1.3em 1.1em 0.1em 0;
	}

	.img_title_m {
		padding-top: 2.3em;
	}

	.img_main_m {
		display: none;
	}

	.img_main_m_smf {
		display: block;
		width: 100%;
		height: 100%;
	}

	.a_boxm01 {
		width: 100%;
		max-width: 320px;
		margin: 1.8em auto;
		padding: 15px 0;
		font-size: 1.6em;
	}

	.a_boxm01:before {
		width: 20px;
		height: 20px;
		top: 20px;
		right: 20px;
	}

	.p_app_m {
		height: 190px;
		padding-top: 5.5em;
	}

	.p_app_m span {
		display: block;
		padding-top: 1em;
		font-size: 1.6em;
	}

	.p_app_m:before {
		top: 0;
		right: -30px;
		border-width: 95px 0 95px 30px;
	}

	.app_inner_m {
		padding: 0 1.5em 0 4.5em;
		border-radius: 0 0 10px 0;
	}

	.app_inner_m ul {
		padding: 30px 0 20px 0px;
	}

	.app_inner_m ul li img {
		width: 100%;
		max-height: 70px;
	}

	.app_inner_m ul li:first-child {
		margin-right: 1em;
	}

	.p_note_m {
		font-size: 1.4em;
	}
}

/* majica smf */
@media screen and (max-width: 750px) {

	#box_m {
		max-width: calc(100% - 70px);
	}

	.title_m {
		max-width: 520px;
		padding: 0.3em 0 0.3em 0;
		width: calc(100% - 3em);
	}

	.h2logo_m {
		width: calc(20% - 0.6em);
		margin: 0.7em 0.6em 0.1em 0;
	}

	.img_title_m {
		padding-top: 1.2em;
	}

	.a_boxm01 {
		width: calc(100% - 2em);
		max-width: 320px;
		margin: 1.5em auto;
		padding: 13px 0;
		font-size: 1.4em;
		font-weight: 600;
		letter-spacing: 1px;
	}

	.a_boxm01:before {
		width: 14px;
		height: 14px;
		top: calc(50% - 7px);
		right: 10px;
	}

	.app_m02 {
		display: none;
	}

	.app_m {
		display: block;
	}

	.p_app_m {
		display: block;
		width: 100%;
		height: 45px;
		padding-top: 1.3em;
		text-align: center;
	}

	.p_app_m span {
		display: inline;
		padding-top: 0;
		font-size: 1.4em;
	}

	.p_app_m:before {
		content: none;
	}

	.app_inner_m {
		width: 100%;
		padding: 0.5em 1.5em 1.1em 1.5em;
		border-radius: 0 0 10px 10px;
	}

	.app_inner_m ul {
		display: flex;
		padding: 1em 0 1.1em 0px;
	}

	.app_inner_m ul li img {
		width: 100%;
		max-height: 70px;
	}

	.p_note_m {
		display: flex;
	}

	.p_note_m {
		font-size: 1.3em;
	}
}

/* use_guide */
.use_guide {
	margin: 4rem auto;
}

.use_guide a {
	display: inline-block;
	overflow: hidden;
	border-radius: 2rem;
}

.use_guide img {
	max-width: 1000px;
	width: 100%;
	height: auto;
	transition: transform .6s ease;
}

.use_guide a:hover img {
	transform: scale(1.1);
}

.use_guide .txt {
	font-size: 1.6rem;
	margin: 1rem 0 2rem 0;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	.use_guide {
		margin: 2rem auto;
		width: calc(100% - 70px);
	}

	.use_guide a {
		border-radius: 1rem;
	}
}

/* =========================================================
ページトップ リンク
========================================================= */

/*リンクの形状*/
#page-top a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffe500;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.6rem;
	transition: all 0.3s;
}

#page-top a:hover {
	animation: ptMove 1.2s linear;
}

@keyframes ptMove {
	0% {
		transform: translate(0);
	}

	25% {
		transform: translate(0, -2rem);
	}

	50% {
		transform: translate(0, 0);
	}

	75% {
		transform: translate(0, -3rem);
	}

	100% {
		transform: translate(0);
	}
}


/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 60px;
	bottom: 10px;
	z-index: 2;
	/*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove {
	animation: UpAnime 0.5s forwards;
	bottom: 10px;
}

@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*　下に下がる動き　*/

#page-top.DownMove {
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 1;
		transform: translateY(100px);
	}
}

@media screen and (max-width: 960px) {

	#page-top.UpMove {
		animation: UpAnime 0.5s forwards;
		bottom: 10px;
	}
}

/*---------------------------------------------
フッター
---------------------------------------------*/

footer {
	width: 100%;
	padding: 20px 0;
	font: Arial, Helvetica, sans-serif;
	background: #2b2b2b;
	font-size: 90%;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer small {
	color: #fff;
}

/* sp */
@media screen and (max-width: 520px) {
	footer {
		padding: 10px 0;
	}

	footer a {
		font-size: 0.5em;
	}

	#page-top a {
		margin: 0 -10px 0 0;
	}
}