@charset "UTF-8";

/* reset ---------------------------------------*/

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q::before,q::after {content:'';}
abbr {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select {font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select {font-size:100%;}
legend {color:#000;}
select,input,button,textarea {font-size:inherit;font-family:inherit;box-sizing: border-box;}
pre,code,kbd,samp {font-family:monospace;font-size:108%;line-height:100%;}
figure {padding:0;margin:0;}
input[type="submit"],
input[type="button"],
button {border-radius: 0;-webkit-box-sizing: content-box;-webkit-appearance: button;appearance: button; border: none;box-sizing: border-box;cursor: pointer;}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {display: none;}
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {outline-offset: -2px;}


/* base ---------------------------------------*/

* {
	box-sizing:border-box;
	min-height: 0vw;
}

html,body {height:100%;}

body {
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: "Zen Old Mincho", serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
	line-height: 1.5;
	color: #000;
}

a {
	text-decoration: none;
	color:inherit;
	transition: all .25s ease;
}

a:hover {
	opacity: 0.7;
}

img {
	vertical-align: bottom;
	line-height: 1;
	max-width:100%;
	height: auto;
	pointer-events: none;
}

.font-notosans {font-family: 'Noto Sans JP', sans-serif;}

main {
	overflow: hidden;
}

/* header ---------------------------------------*/
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #000;
	z-index: 999;
}

.header-inner {
	position: relative;
	height: 89px;
	margin: 0 auto;
	width: 100%;
}

.header-logo {
	display: block;
	position: absolute;
	top: 50%;
	left: calc(24 / 1280 * 100vw);
	transform: translateY(-50%);
	width: 216px;
	z-index: 101;
	transition: all .25s ease;
}

.header-logo img {
	width: 100%;
}

#openmenu {display:none;}

/* gnav ---------------------------------------*/

.gnav {
	position:absolute;
	top: 50%;
	right: calc(30 / 1280 * 100vw);
	transform: translateY(-50%);
}

.gnav-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 63px;
}

.gnav-list > li {
	position: relative;
}

.gnav-list > li::after {
	position: absolute;
	top: 50%;
	left: -51px;
	transform: translateY(-50%);
	z-index: 1;
	width: 41px;
	height: 41px;
	background: url('../img/img_manji.png') no-repeat;
	background-size: contain;
	content: '';
	opacity: 0.3;
	transition: all .25s ease;
}

.gnav-list > li.is-active::after {opacity: 1;}

.gnav-list > li > a {
	font-size: 22px;
	white-space: nowrap;
	color: #fff;
}

.gnav-list > li.is-active > a {color: #DC000B;}


/* common item ---------------------------------------*/
.icon-arrow {
	display: inline-block;
	background: url('../img/icon_arrow.svg') no-repeat;
	background-size: contain;
	height: 21px;
	width: 21px;
}


/* layout ---------------------------------------*/
.wrapper {
	position: relative;
	z-index: 1;
	background: #E4000F;
}

.wrapper::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 101%;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100% auto;
	clip-path: polygon(0 calc(95 / 1280 * 100vw), 100% 0, 100% 100%, 0 100%);
	content: '';
}

.wrapper::after {
	position: absolute;
	top: -10.2vw;
	left: 0;
	z-index: 1;
	width: 100%;
	aspect-ratio: 1280/302;
	background: url('../img/img_partition_top.png') no-repeat;
	background-size: 100% auto;
	content: '';
}

.inner{
	max-width:800px;
	margin:0 auto;
}

.section-title {
	position: relative;
	z-index: 3;
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
}

.section-title img {
	width: 100%;
}

.section-title span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 55px;
	text-align: center;
	color: #DC000B;
	padding-bottom: 10px;
}


/* kv ---------------------------------------*/
.kv {
	margin-top: 89px;
}

.kv-image {
	width: 100%;
}

.kv-image img {
	width: 100%;
}


/* comment ---------------------------------------*/
.comment {
	padding: 77px 20px calc(4px + 11.8vw);
	background: #E4000F;
}

.comment-image {
	max-width: 799px;
	margin: 0 auto 28px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

.comment-image img {
	width: 100%;
}

.comment-title {
	position: relative;
	max-width: 554px;
	width: 100%;
	margin: 0 auto 8px;
}

.comment-title img {
	width: 100%;
}

.comment-title span {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	font-size: 26px;
	text-align: center;
	color: #fff;
	padding-bottom: 14px;
}

.comment-text {
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	color: #fff;
}


/* character ---------------------------------------*/
.character-mikey {
	position: absolute;
	top: -12.2%;
	left: 0;
	right: -64%;
	margin: 0 auto;
	z-index: 4;
	width: min(calc(470 / 1280 * 100vw), 470px);
}

.character-doraken {
	position: absolute;
	top: calc(100% - 262px);
	left: -1030px;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	width: min(calc(400 / 1280 * 100vw), 400px);
}

.character-takemichi-movie {
	display: none;
	position: absolute;
	top: calc(100% - 230px);
	left: 0;
	right: -890px;
	margin: 0 auto;
	z-index: 1;
	width: min(calc(400 / 1280 * 100vw), 400px);
}

.character-takemichi-anime {
	display: block;
	position: absolute;
	top: calc(100% - 230px);
	left: 0;
	right: -890px;
	margin: 0 auto;
	z-index: 1;
	width: min(calc(400 / 1280 * 100vw), 400px);
}

.character-matsuno {
	position: absolute;
	top: 51.3%;
	left: -920px;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	width: min(calc(290 / 1280 * 100vw), 290px);
}

.character-baji {
	position: absolute;
	top: 895px;
	left: 0;
	right: -1000px;
	margin: 0 auto;
	z-index: 1;
	width: min(calc(280 / 1280 * 100vw), 280px);
}

.character-mitsuya {
	position: absolute;
	bottom: -8px;
	left: -1078px;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	width: min(calc(400 / 1280 * 100vw), 400px);
}


/* news ---------------------------------------*/
.news {
	position: relative;
	z-index: 3;
	padding: calc(138px + 11.8vw) 20px 210px;
}

.news-text {
	font-size: 26px;
	text-align: center;
	color: #fff;
	margin: 4px auto 48px;
}

.news-block {
	position: relative;
	width: 100%;
	height: 395px;
	padding: 10px;
	border: 6px solid #E0B500;
}

.news-block::before {
	position: absolute;
	top: -130px;
	left: -210px;
	z-index: -1;
	width: min(calc(417 / 1280 * 100vw), 417px);
	aspect-ratio: 417 / 371;
	background: url('../img/img_news_deco.png') no-repeat;
	background-size: contain;
	content: '';	
}

.news-block-inner {
	height: 100%;
	padding: 50px 14px 50px 24px;
	background: #193260;
	border: 3px solid #E0B500;
}

.news-list {
	height: 100%;
	overflow-y: auto;
	padding-right: 18px;
}

.news-list > li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #DC000B;
	padding: 12px 0 14px;
}

.news-list > li:first-of-type {border-top: 1px solid #DC000B;}

.news-list > li.icon-new {position: relative;}
.news-list > li.icon-new::after {
	position: absolute;
	top: 50%;
	left: 100px;
	transform: translateY(-50%);
	z-index: 1;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	color: #333;
	padding: 4px 5px;
	background: #DC000B;
	box-shadow: inset 0px 0px 0px 2px #DC000B, inset 0px 0px 0px 2.5px #333;
	content: 'NEW';
}

.news-list > li time {
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #fff;
	width: 184px;
}

.news-list-title {
	width: calc(100% - 184px);
	font-size: 16px;
	color: #fff;
}


/* movie ---------------------------------------*/
.movie {
	position: relative;
	z-index: 2;
	padding: 100px 20px 100px;
}

.movie::before {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 100%;
	aspect-ratio: 1280 / 120;
	content: '';
}

.movie::before {
	top: -98px;
	background: url('../img/img_partition_01.png') no-repeat;
	background-size: 100% auto;
}

.inner.movie-inner {
	max-width: 1100px;
}

.movie-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 100px calc(10 / 1100 * 100%);
	margin-top: 96px;
}

.movie-list > li {
	width: calc(360 / 1100 * 100%);
}

.movie-list-movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 54.8%;
	border: 5px solid #B1B6AE;
}

.movie-list-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie-list-btn {
	margin: 16px auto 0;
	text-align: center;
}


/* anime ---------------------------------------*/

.anime {
	position: relative;
	z-index: 2;
	padding: 0px 20px 276px;
}

.anime::before,
.anime::after {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 100%;
	aspect-ratio: 1280 / 120;
	content: '';
}

.anime::after {
	bottom: 0;
	background: url('../img/img_partition_02.png') no-repeat;
	background-size: 100% auto;
}

.inner.anime-inner {
	margin-bottom: 0px;
}

.anime-block-image {
	margin-top: 30px;
	width: 100%;
}

.anime-block-image a {
	display: inline-block;
	text-decoration: none;
	line-height: 0;
}

.anime-block-image img {
	width: 100%;
	height: auto;
	cursor: pointer;
	vertical-align: top;
}

.anime-block-arrow-wrapper {
	margin-top: 30px;
	text-align: center;
	color: #fff;
}

.anime-block-arrow {
	font-size: 26px;
	border-radius: 50px;
	padding: 12px 30px;
	max-width: 1000px;
	margin: 0 auto;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1),0 0 10px rgba(0, 0, 0, 1),0 0 10px rgba(0, 0, 0, 1),0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
	border: 1px solid #B1B6AE;
	background: url('../img/img_btn.jpg') no-repeat;
	background-size: cover;
}

.btn-movie {
	display: inline-block;
	position: relative;
	max-width: 286px;
	width: 100%;
	height: 43px;
	border-radius: 50px;
	padding: 8px 20px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1),0 0 10px rgba(0, 0, 0, 1),0 0 10px rgba(0, 0, 0, 1),0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
	border: 1px solid #B1B6AE;
	background: url('../img/img_btn.jpg') no-repeat;
	background-size: cover;
}

.anime-block-top-text {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	margin-top: 30px;
}


/* campaign ---------------------------------------*/
.campaign {
	position: relative;
	z-index: 1;
	padding: 0 20px;
}

.campaign::after {
	position: absolute;
	top: 69%;
	left: 0;
	z-index: -1;
	width: 100%;
	aspect-ratio: 1280 / 120;
	background: url('../img/img_partition_01.png') no-repeat;
	background-size: 100% auto;
	content: '';
}

.campaign-top {
	position: relative;
	padding: 270px 0 28px;
}

.campaign-top::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 1280px;
	aspect-ratio: 1280 / 1160;
	background: url('../img/bg_campaign.png') no-repeat;
	background-size: 100% auto;
	content: '';
}

.campaign-top img {
	display: block;
	width: 165px;
	margin: 0 auto 32px;
}

.campaign-top-title {
	font-size: 46px;
	line-height: 1.33;
	text-align: center;
}

.campaign-top-title b {
	font-size: 70px;
	font-weight: 900;
}

.campaign-top-title span {
	color: #fff;
}

.campaign-block {
	position: relative;
	z-index: 2;
}

.campaign-block-image {
	width: 100%;
}

.campaign-block-image img {
	width: 100%;
}

.campaign-block-title {
	position: absolute;
	top: -48px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
	color: #D3B646;
	padding: 18px 40px 22px;
	background: #000;
	box-shadow: inset 0px 0px 0px 5px #D3B646, inset 0px 0px 0px 12px #DC000B, inset 0px 0px 0px 14px #D3B646;
	white-space: nowrap;
}

.campaign-block-lead {
	position: absolute;
	top: 64px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

.campaign-block-lead::before,
.campaign-block-lead::after {
	position: absolute;
	top: 60%;
	z-index: 1;
	width: 30px;
	height: 34px;
	background: url('../img/img_campaign_deco_01.png') no-repeat;
	background-size: contain;
	content: '';
}

.campaign-block-lead::before {
	left: -44px;
	transform: translateY(-50%);
}

.campaign-block-lead::after {
	right: -44px;
	transform: translateY(-50%) scale(-1, 1);
}

.campaign-block-count-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 2px;
	position: absolute;
	top: 118px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	margin-left: 2px;
}

.campaign-block-count {
	display: flex;
}

.count-number {
	display: block;
	width: 40px;
	height: 70px;
	background: url('../img/img_number_blank.png') no-repeat center center / contain;
	content: '';
}

.count-number + .count-number {
	margin-left: 10px;
}

.count-number.count-0 {background: url('../img/img_number_0.png') no-repeat center center / contain;}
.count-number.count-1 {background: url('../img/img_number_1.png') no-repeat center center / contain;}
.count-number.count-2 {background: url('../img/img_number_2.png') no-repeat center center / contain;}
.count-number.count-3 {background: url('../img/img_number_3.png') no-repeat center center / contain;}
.count-number.count-4 {background: url('../img/img_number_4.png') no-repeat center center / contain;}
.count-number.count-5 {background: url('../img/img_number_5.png') no-repeat center center / contain;}
.count-number.count-6 {background: url('../img/img_number_6.png') no-repeat center center / contain;}
.count-number.count-7 {background: url('../img/img_number_7.png') no-repeat center center / contain;}
.count-number.count-8 {background: url('../img/img_number_8.png') no-repeat center center / contain;}
.count-number.count-9 {background: url('../img/img_number_9.png') no-repeat center center / contain;}

.count-dot {
	display: block;
	width: 10px;
	height: 10px;
	background: url('../img/img_number_dot.png') no-repeat center center / contain;
	content: '';
	margin: auto 8px 0;
}

.campaign-block-count-unit {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding: 22px 27px;
	background: url('../img/img_campaign_deco_02.png') no-repeat;
	background-size: contain;
	margin-top: 5px;
}

.campaign-bottom {
	position: relative;
    z-index: 2;
	background: #DC000B;
	padding: 0 20px 35px;
}

.campaign-bottom-title {
	position: relative;
	max-width: 700px;
	width: 100%;
	margin: 0 auto -2px;
}

.campaign-bottom-title img {
	width: 100%;
}

.campaign-bottom-title span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 46px;
	text-align: center;
	color: #DC000B;
	padding-bottom: 20px;
}

.campaign-bottom-text {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	color: #fff;
}

.campaign-bottom-text b {
	font-size: 26px;
	font-weight: 700;
}

.campaign-bottom-text strong {
	font-size: 32px;
	font-weight: 700;
}

.campaign-bottom-text + .campaign-bottom-text {
	position: relative;	
	margin-top: 15px;
    padding-top: 7px;
}

.campaign-bottom-text + .campaign-bottom-text::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	max-width: 737px;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	
}

.campaign-block-top {
	position: relative;
    z-index: 2;
	background: #DC000B;
	padding: 40px 20px 74px;
}

.campaign-block-top-image {
	max-width: 700px;
	margin: 0 auto 20px;
}

.campaign-block-top-title {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin-bottom: 32px;
}

.campaign-block-top-text {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	color: #fff;
}

.campaign-block-top-btn {
	margin-top: 26px;
	text-align: center;
}


/* event ---------------------------------------*/
.event {
	position: relative;
	z-index: 2;
	padding: 96px 20px 0;
}

.event-wrapper {
	position: relative;
	z-index: 2;
	margin-top: -55px;
	width: 100%;
	height: 1223px;
	padding: 88px 15px 44px 50px;
	background: #193260;
}

.event-wrapper-inner {
	padding-right: 35px;
    height: 100%;
	overflow-y: auto;
}

.event-block {

}

.event-block + .event-block {
	margin-top: 60px;
}

.event-block-title {
	position: relative;
	width: 100%;
	margin: 0 auto 22px;
	border-radius: 15px;
	border: 2px solid #B1B6AE;
	overflow: hidden;
}

.event-block-title img {
	width: 100%;
}

.event-block-title span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 677px;
	width: 100%;
	font-size: 38px;
	line-height: 1.25;
	text-align: center;
	letter-spacing: 0.02em;
	color: #fff;
	padding: 20px 20px;
}

.event-block-image {
	width: 100%;
	margin-bottom: 15px;
}

.event-block-image img {
	width: 100%;
}

.event-block-image-v2 {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 15px;
}

.event-block-image-v2 img {
	width: 100%;
}

.event-block-background-image-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.event-block-background-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.event-block-background-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(29, 29, 29, 0.7); /* 透明なグレー */
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.event-block-background-image-overlay-message {
	text-align: center;
	color: white;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	padding: 20px;
	max-width: 90%;
}

.event-block-lead {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.636;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 10px;
}

.event-block-text {
	font-size: 14px;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #fff;
	margin-bottom: 28px;
}

.event-block-info {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.636;
	color: #fff;
	margin-bottom: 20px;
	padding-top: 26px;
	border-top: 1px solid #fff;
}

.event-block-map {
	position: relative;
	width: 100%;
	padding-top: 35.71%;
	height: 0;
}

.event-block-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.event-block-apply {
	margin-top: 26px;
}

.event-block-apply-btn {
	text-align: center;
	margin: 0 auto 26px;
}

.event-block-apply-detail {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.636;
	letter-spacing: 0.05em;
	color: #fff;
    margin-bottom: 20px;
    padding-bottom: 24px;
	border-bottom: 1px solid #fff;
}

.event-block-apply-caption {
	font-size: 14px;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #fff;
}

/* goods ---------------------------------------*/
.goods {
	position: relative;
	z-index: 2;
	padding: 96px 20px 100px;
}

.goods::before,
.goods::after {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 100%;
	aspect-ratio: 1280 / 120;
	content: '';
}

.goods::before {
	top: 414px;
	background: url('../img/img_partition_02.png') no-repeat;
	background-size: 100% auto;
}

.goods::after {
	top: 2502px;
	background: url('../img/img_partition_01.png') no-repeat;
	background-size: 100% auto;
}

.goods-wrapper {
	position: relative;
	z-index: 2;
	margin-top: -56px;
	width: 100%;
	padding: 82px 50px 56px;
	background-color: #193260;
	background-image: url('../img/bg_goods.png');
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

.goods-lead {
	font-size: 43px;
	line-height: 1.512;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 10px rgba(25, 50, 96, 1), 0 0 10px rgba(25, 50, 96, 1), 0 0 10px rgba(25, 50, 96, 1), 0 0 10px rgba(25, 50, 96, 1), 0 0 10px rgba(25, 50, 96, 1), 0 0 10px rgba(25, 50, 96, 1),0 0 10px rgba(25, 50, 96, 1),0 0 10px rgba(25, 50, 96, 1),0 0 10px rgba(25, 50, 96, 1), 0 0 10px rgba(25, 50, 96, 1);
	margin-bottom: 22px;
}

.goods-btn {
	display: block;
	max-width: 371px;
	margin: 0 auto 60px;
}

.goods-btn img {
	width: 100%;
}

.goods-block {

}

.goods-block-title {
	position: relative;
	width: 100%;
	padding: 10px 20px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: #028A33;
	border: 1px solid #808080;
	cursor: pointer;
}

.goods-block-title::before,
.goods-block-title::after { 
	position: absolute;
	content: '';
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	height: 3px;
	width: 27px;
	background: #fff;
	transition: all .25s ease;
}

.goods-block-title::before { 
	transform: translateY(-50%) rotate(90deg);
}

.goods-block-title.open:before {
	transform: translateY(-50%) rotate(180deg);
}

.goods-block-title.open::after { 
	opacity: 0;
}

.goods-body {
	background: #fff;
	border: 1px solid #808080;
}

.goods-body-inner {
	padding: 35px 32px 75px;
}

.goods-blody-list {
	display: flex;
	flex-wrap: wrap;
	gap: 43px calc(42 / 636 * 100%);
}

.goods-blody-list > li {
	width: calc(297 / 636 * 100%);
}

.goods-blody-list > li a {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	width: 100%;
	aspect-ratio: 1 /1;
	padding: 28px 20px 0;
	margin-bottom: 20px;
	border: 1px solid #B1B6AE;
}

.goods-blody-list > li a::before {
	position: absolute;
	bottom: 8px;
	right: 8px;
	z-index: 1;
	width: 36px;
	height: 36px;
	background: url('../img/icon_zoom.svg') no-repeat;
	background-size: contain;
	content: '';
}

.goods-blody-list > li a img {
	max-width: 240px;
	width: 100%;
}

.goods-blody-list-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.556;
	letter-spacing: 0.05em;
}

.goods-blody-list-price {
	font-size: 14px;
	font-weight: 500;
	text-align: right;
}

.goods-blody-list-price b {
	font-size: 25px;
	font-weight: 700;
}

/* footer ---------------------------------------*/
.footer { 
	padding: 78px 20px 56px;
	background: #000;
}

.footer-inner { 
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}

.footer-logo { 
	max-width: 342px;
	width: 100%;
	margin: 0 auto 76px;
}

.footer-logo img { 
	width: 100%;
}

.footer-banner {
	display: block;
	max-width: 356px;
	width: 100%;
	margin: 0 auto 18px;
}

.footer-banner img {
	width: 100%;
}

.footer-btnlist { 
	display: flex;
	gap: calc(20 / 700 * 100%);
	margin-bottom: 18px;
}

.footer-btnlist > li { 
	width: calc(340 / 700 * 100%);
}

.footer-btnlist > li .btn { 
	box-shadow: unset;
}

.footer-largebtn { 
	display: block;
	margin: 0 auto 24px;
}

.footer-largebtn img { 
	width: 100%;
}

.copyright { 
	display: block;
	max-width: 484px;
	width: 100%;
	margin: 0 auto;
}

.copyright img { 
	width: 100%;
}

.footer-caption {
	max-width: 484px;
	margin: 10px auto 0;
}

.footer-caption > li {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
}

/* btn ---------------------------------------*/
.btn {
	display: inline-block;
	max-width: 470px;
	width: 100%;
	height: 69px;
	padding: 10px 20px;
	font-size: 26px;
	text-align: center;
	color: #fff;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.35);
	border: 5px solid #6DAD1A;
	background: #000;
}

.btn-movie {
	display: inline-block;
	position: relative;
	max-width: 286px;
	width: 100%;
	height: 43px;
	border-radius: 50px;
	padding: 8px 20px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1),0 0 10px rgba(0, 0, 0, 1),0 0 10px rgba(0, 0, 0, 1),0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
	border: 1px solid #B1B6AE;
	background: url('../img/img_btn.jpg') no-repeat;
	background-size: cover;
}

.btn-event {
	display: inline-block;
	position: relative;
	max-width: 330px;
	width: 100%;
	height: 63px;
	padding: 12px 24px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 60px;
	background: #DC000B;
}

.icon-arrow {
	position: absolute;
	top: 54%;
	right: 18px;
	transform: translateY(-50%);
}


.btn.btn-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	color: #000;
	border: 5px solid #DC000B;
	background: #fff;
}

.btn.btn-footer img {
	display: block;
	margin-left: 4px;
}


/* modal ---------------------------------------*/
.modal-wrapper {display: none;}
.modal {background: unset;}

.modal-inner {
	position: relative;
	max-width: 560px;
	max-height: 560px;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 54px;
	background: #fff;
	border-radius: 20px;
	border: 3px solid #B1B6AE;
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.16);
}

.modal-inner .swiper-pagination {
	bottom: 16px!important;
}

.modal-inner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #707070;
	margin: 0 8px!important;
	opacity: 1;
}

.modal-inner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #028A33;
}

.modal-inner .swiper-button-prev,
.modal-inner .swiper-button-next {
	top: 54%;
	transform: translateY(-50%);
	width: 24px;
	height: 28px;
}

.modal-inner .swiper-button-prev {
	left: 10px;
	right: unset;
}
.modal-inner .swiper-button-next {
	left: unset;
	right: 10px;
}

.modal-inner .swiper-button-prev::after,
.modal-inner .swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	width: 24px;
	height: 28px;
	margin: auto;
}

.modal-inner .swiper-button-prev::after {
	background-image: url("../img/icon_prev.svg");
}

.modal-inner .swiper-button-next::after {
	background-image: url("../img/icon_next.svg");
}

.modal-slider {
	margin: auto;
}

.modal-slider-list > li img {
	width: 100%;
}


/* animation ---------------------------------------*/
.animation{
	transition: all 0.6s ease;
	opacity: 0;
	transform: translate(0, 80px);
}

.animation.on{
	opacity: 1;
	transform: translate(0,0);
}


/* pc only */
@media screen and (min-width: 768px) {
	.sp {display: none !important;}
	.spbr {display: none;}
}

/* large pc */
@media screen and (min-width: 1920px){
	.character-mikey {
		right: -1210px;
		top: unset;
		bottom: 400px;
	}
}

/* small pc */
@media screen and (min-width: 768px) and (max-width: 1200px){
	.comment {
		padding: 77px 20px 145px;
	}

	.character-doraken {
		top: calc(100% - 206px);
		left: -77%;
	}

	.character-takemichi-movie {
		right: -74%;
	}

	.character-takemichi-anime {
		right: -74%;
	}

	.character-matsuno {
		top: 12.3%;
		left: -83%;
	}

	.character-baji {
		top: 2vw;
		right: -85%;
	}

	.character-mitsuya {
		bottom: unset;
		top: 2vw;
		left: -80%;
	}

	.campaign-top-title {
		font-size: min(calc(40 / 768 * 100vw), 46px);
	}

	.campaign-top-title b {
		font-size: min(calc(54 / 768 * 100vw), 70px);
	}

	.event {
		padding: 20vw 20px 0;
	}

	.goods {
		padding: 20vw 20px 100px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1050px){
	.header-logo {
		width: 16vw;
	}

	.gnav-list {
		gap: 53px;
	}

	.gnav-list > li::after {
		left: -40px;
		width: 34px;
		height: 34px;
	}

	.gnav-list > li > a {
		font-size: 18px;
	}
}



/* sp only */
@media screen and (max-width: 767px) {

	/* common item ---------------------------------------*/
	.pc {display: none !important;}
	.pcbr {display: none;}


	/* header ---------------------------------------*/
	.header-inner{
		height: 48px;
	}

	.header-logo{
		width: 91px;
		left: 25px;
	}

	#openmenu{
		display:block;
		width:48px;
		height:48px;
		overflow: hidden;
		position:absolute;
		right:15px;
		top:50%;
		transform: translateY(-50%);
		z-index: 99999;
	}

	#openmenu span{
		content:'';
		display: block;
		width: 27px;
		height: 1px;
		background: #E62310;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		transition: all .25s ease;
	}

	#openmenu span:nth-child(1){top:15px;}
	#openmenu span:nth-child(2){top:24px;}
	#openmenu span:nth-child(3){top:33px;}

	#openmenu.is-open span:nth-child(1){
		transform:translateX(-50%) rotate(45deg);
		top:24px;
	}

	#openmenu.is-open span:nth-child(2){
		opacity:0;
	}

	#openmenu.is-open span:nth-child(3){
		transform:translateX(-50%) rotate(-45deg);
		top:24px;
	}

	.bodyfixed{
		position: fixed;
		width: 100%;
		height: 100%;
	}


	/* gnav ---------------------------------------*/
	.gnav {
		display: block;
		height: 100dvh!important;
		padding: 76px 20px 0;
		overflow:auto;
		z-index:102;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		transition: all .25s ease;
		transform:translate3d(0, -100%, 0);
	}

	.gnav::before {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -2;
		width: 100%;
		aspect-ratio: 375 / 273;
		background: url('../img/img_drawer.jpg') no-repeat;
		background-size: contain;
		content: '';
	}

	.gnav::after {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, rgba(5, 18, 18, 1) 0, rgba(5, 18, 18, 1) max(calc(100% - 66vw), 390px), rgba(5, 18, 18, 0) max(calc(100% - 42vw), 480px),  rgba(5, 18, 18, 0) 0);
		content: '';
	}

	#gnav.is-active{
		transform:translate3d(0,0,0);
		opacity:1;
	}

	.gnav-list {
		display: block;
		position: relative;
		z-index: 1;
	}

	.gnav-list::before {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: -1;
		width: 237px;
		height: 237px;
		background: url('../img/img_drawer_deco.png') no-repeat;
		background-size: contain;
		content: '';
	}

	.gnav-list > li {
		text-align: center;
	}

	.gnav-list > li::after {
		display: none;
	}

	.gnav-list > li + li {
		margin-top: 32px;
	}

	.gnav-list > li > a {
		color: #DC000B;
	}


	/* common item ---------------------------------------*/
	.icon-arrow {
		height: 18px;
		width: 18px;
	}


	/* layout ---------------------------------------*/

	.wrapper::before {
		clip-path: unset;
	}

	.wrapper::after {
		top: -21vw;
		aspect-ratio: 375 / 168;
		background: url('../img/img_partition_top_sp.png') no-repeat;
		background-size: 100% auto;
	}

	.inner{
		max-width: 460px;
	}

	.section-title {
		max-width: 302px;
	}

	.section-title span {
		font-size: 32px;
		padding-bottom: 4px;
	}


	/* kv ---------------------------------------*/
	.kv {
		margin-top: 48px;
	}


	/* comment ---------------------------------------*/
	.comment {
		padding: 27px 15px calc(30px + 22.4vw);
	}

	.comment .inner{
		max-width: 800px;
	}

	.comment-image {
		max-width: 100%;
		margin: 0 auto 30px;
	}

	.comment-title {
		max-width: 345px;
		margin: 0 auto 16px;
	}

	.comment-title span {
		font-size: 18px;
		padding-bottom: 14px;
	}

	.comment-text {
		font-size: 16px;
		line-height: 1.375;
		text-align: left;
	}


	/* character ---------------------------------------*/
	.character-mikey {
		top: -26px;
		right: -60%;
		width: 158px;
	}

	.character-doraken {
		display: none;
	}

	.character-takemichi-movie {
		display: block;
        top: 10px;
        left: -220px;
		right: 0;
		width: 157px;
	}

	.character-takemichi-anime {
		top: 10px;
        left: -220px;
		right: 0;
		width: 157px;
		display: none;
	}

	.character-matsuno {
		top: 26px;
		left: 0;
		right: -226px;
		width: 150px;
	}

	.character-baji {
        top: 90px;
        left: -240px;
		right: 0;
		width: 107px;
		z-index: 4;
	}

	.character-mitsuya {
		top: 26px;
		bottom: unset;
		left: -12px;
		right: 0;
		width: 167px;
	}


	/* news ---------------------------------------*/
	.news {
		position: relative;
		z-index: 2;
		padding: calc(38px + 22.4vw) 15px 0;
	}

	.news-text {
		font-size: 20px;
		line-height: 1.3;
		margin: 12px auto 20px;
	}

	.news-block {
		height: 305px;
		padding: 4px;
		border: 3px solid #E0B500;
	}

	.news-block::before {
        top: -58px;
        left: -60px;
		width: 152px;
	}

	.news-block-inner {
		padding: 20px 4px 20px 20px;
		border: 2px solid #E0B500;
	}

	.news-list {
		padding-right: 16px;
	}

	.news-list > li {
		display: block;
		padding: 4px 4px 14px;
	}

	.news-list > li.icon-new::after {
		top: 19px;
		left: 96px;
		padding: 3px 5px 4px;
		box-shadow: inset 0px 0px 0px 1.5px #DC000B, inset 0px 0px 0px 2px #333;
	}

	.news-list > li time {
		width: 100%;
	}

	.news-list-title {
		width: 100%;
		font-size: 16px;
		line-height: 1.375;
		margin-top: 5px;
	}


	/* movie ---------------------------------------*/
	.movie {
		padding: 170px 15px 0;
	}

	.inner.movie-inner {
		max-width: 460px;
	}

	.movie::before {
		left: 50%;
		transform: translateX(-50%);
		width: 970px;
	}

	.movie::before {top: 40px;}

	.movie-list {
		display: block;
		margin-top: 24px;
		padding: 0 30px;
	}

	.movie-list > li {
		width: 100%;
	}

	.movie-list > li + li {
		margin-top: 50px;
	}

	.movie-list-movie {
		padding-top: 54.8%;
	}

	.movie-list-btn {
		margin: 2.2vw auto 0;
		text-align: center;
	}

	/* anime ---------------------------------------*/
	.anime {
		padding: 30px 15px 0;
	}

	.anime::before,
	.anime::after {
		left: 50%;
		transform: translateX(-50%);
		width: 970px;
	}

	.anime::before {top: 40px;}
	.anime::after {display: none;}

	.inner.anime-inner {
		margin-top: 80px;
		margin-bottom: 50px;
	}
	
	.anime-block-image {
		margin-top: 30px;
		width: 100%;
		z-index: 5;
	}

	.anime-block-image a {
		display: inline-block;
		text-decoration: none;
		line-height: 0;
	}

	.anime-block-image img {
		width: 100%;
		height: auto;
		cursor: pointer;
		vertical-align: top;
	}
	
	.anime-block-arrow-wrapper {
		margin-top: 30px;
		text-align: center;
		color: #fff;
	}
	
	.anime-block-arrow {
		font-size: 18px;
		border-radius: 50px;
		padding: 12px 30px;
		max-width: 1000px;
		margin: 0 auto;
		text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1),0 0 10px rgba(0, 0, 0, 1),0 0 10px rgba(0, 0, 0, 1),0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
		border: 1px solid #B1B6AE;
		background: url('../img/img_btn.jpg') no-repeat;
		background-size: cover;
	}
	
	.anime-block-top-text {
		color: #fff;
		font-size: 16px;
		line-height: 1.5;
		margin-top: 30px;
	}


	/* campaign ---------------------------------------*/
	.campaign {
		padding: 0 15px;
	}

	.campaign::after {
		display: none;
	}

	.campaign-top {
		padding: 140px 0 10px;
	}

	.campaign-top::before {
		left: calc(50% + 30px);
		width: 714px;
	}

	.campaign-top img {
		width: 80px;
		margin: 0 auto 24px;
	}

	.campaign-top-title {
		font-size: 20px;
		line-height: 1.33;
	}

	.campaign-top-title b {
		font-size: 36px;
	}

	.campaign-block-title {
		top: -26px;
		font-size: 20px;
		padding: 12px 30px 14px;
		box-shadow: inset 0px 0px 0px 2px #D3B646, inset 0px 0px 0px 7px #DC000B, inset 0px 0px 0px 8px #D3B646;
	}

	.campaign-block-lead {
		top: 32px;
		font-size: 12px;
	}

	.campaign-block-lead::before,
	.campaign-block-lead::after {
		top: 60%;
		width: 13px;
		height: 15px;
	}

	.campaign-block-lead::before {left: -22px;}
	.campaign-block-lead::after {right: -22px;}

	.campaign-block-count-wrapper {
		gap: 2px;
		top: 58px;
		margin-left: 4px;
	}

	.count-number {
		width: 24px;
		height: 42px;
	}

	.count-number + .count-number {
		margin-left: 6px;
	}

	.count-dot {
		width: 6px;
		height: 6px;
		margin: auto 4px 0;
	}

	.campaign-block-count-unit {
		font-size: 12px;
		padding: 14px 17px;
		margin-top: 3px;
	}

	.campaign-bottom {
		padding: 0 0 36px;
		overflow: hidden;
	}

	.campaign-bottom-title {
		max-width: unset;
		width: 106%;
		margin: 2px 0 2px -3%;
	}

	.campaign-bottom-title span {
		font-size: 28px;
		padding-bottom: 16px;
	}

	.campaign-bottom-text {
		font-size: 20px;
		line-height: 1.2;
	}

	.campaign-bottom-text b {
		display: block;
		font-size: 22px;
		line-height: 1.273;
		margin-bottom: -14px;
	}

	.campaign-bottom-text strong {
		font-size: 36px;
	}

	.campaign-bottom-text-small {
		font-size: 18px;
	}

	.campaign-bottom-text-small strong {
		display: block;
		font-size: 28px;
		margin-bottom: -36px;
	}

	.campaign-bottom-text + .campaign-bottom-text {
		margin-top: 38px;
		padding-top: 32px;
		line-height: 1.8;
	}

	.campaign-bottom-text + .campaign-bottom-text::before {
		max-width: 320px;
		width: calc(285 / 345 * 100%);
	}

	.campaign-block-top {
		padding: 10px 10px 40px;
	}
	
	.campaign-block-top-image {
		max-width: unset;
		margin: 0 auto 10px;
	}
	
	.campaign-block-top-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.campaign-block-top-text {
		font-size: 16px;
	}

	.campaign-block-top-btn {
		margin-top: 28px;
	}


	/* event ---------------------------------------*/
	.event {
		padding: 213px 15px 0;
	}

	.event::before {
		position: absolute;
		top: 46px;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
		width: 970px;
		aspect-ratio: 1280 / 120;
		background: url('../img/img_partition_02.png') no-repeat;
		background-size: 100% auto;
		content: '';
	}

	.event-wrapper {
		z-index: 4;
		margin-top: 25px;
		height: 819px;
		padding: 22px 10px 30px 30px;
	}

	.event-wrapper-inner {
		padding-right: 20px;
	}

	.event-block + .event-block {
		margin-top: 60px;
	}

	.event-block-title {
		margin: 0 auto 12px;
	}

	.event-block-title span {
		max-width: unset;
		font-size: 20px;
		line-height: 1.3;
		padding: 20px 20px;
	}

	.event-block-image {
		margin-bottom: 12px;
	}

	.event-block-background-image-container {
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	
	.event-block-background-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	
	.event-block-background-image-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(29, 29, 29, 0.7); /* 透明なグレー */
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 10;
	}
	
	.event-block-background-image-overlay-message {
		text-align: center;
		color: white;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
		padding: 20px;
		max-width: 90%;
	}

	.event-block-lead {
		font-size: 16px;
		line-height: 1.563;
		margin-bottom: 15px;
	}

	.event-block-text {
		font-size: 12px;
		line-height: 1.667;
		margin-bottom: 28px;
	}

	.event-block-info {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.563;
		margin-bottom: 26px;
		padding-top: 22px;
	}

	.event-block-info.event-block-info-fs-small {
		font-size: 14px;
	}

	.event-block-map {
		padding-top: 35.71%;
	}

	.event-block-apply {
		margin-top: 30px;
	}

	.event-block-apply-btn {
		margin: 0 auto 26px;
	}

	.event-block-apply-detail {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.563;
        margin-bottom: 15px;
        padding-bottom: 26px;
	}

	.event-block-apply-caption {
		font-size: 12px;
		line-height: 1.667;
	}

	/* goods ---------------------------------------*/
	.goods {
		padding: 144px 15px 32px;
	}

	.goods::before {
		display: none;
	}

	.goods::after {
		top: 80px;
		left: 50%;
		transform: translateX(-50%);
		width: 970px;
	}

	.goods-wrapper {
		margin-top: 18px;
		padding: 22px 0 30px;
		background-image: url('../img/bg_goods_sp.png');
	}

	.goods-lead {
		font-size: 20px;
		line-height: 1.6;
		margin-bottom: 16px;
		padding: 0 20px;
	}

	.goods-btn {
		margin: 0 auto 24px;
		padding: 0 30px;
	}

	.goods-block {
		padding: 0 30px;
	}

	.goods-block-title {
		padding: 14px 20px;
		font-size: 16px;
	}

	.goods-block-title::before,
	.goods-block-title::after { 
		right: 18px;
		height: 2px;
		width: 17px;
	}

	.goods-body-inner {
		padding: 20px 18px;
	}

	.goods-blody-list {
		display: block;
	}

	.goods-blody-list > li {
		width: 100%;
	}

	.goods-blody-list > li + li {
		margin-top: 18px;
	}

	.goods-blody-list > li a {
		padding: 16px 20px 0;
		margin-bottom: 10px;
	}

	.goods-blody-list > li a::before {
		width: 24px;
		height: 24px;
	}

	.goods-blody-list > li a img {
		max-width: unset;
	}

	.goods-blody-list-price {
		font-size: 16px;
	}

	.goods-blody-list-price b {
		font-size: 32px;
	}

	/* footer ---------------------------------------*/
	.footer { 
		padding: 20px 15px 16px;
	}

	.footer-inner { 
		max-width: unset;
	}

	.footer-logo { 
		max-width: 132px;
		margin: 0 auto 20px;
	}

	.footer-banner {
		max-width: 178px;
		margin: 0 auto 8px;
	}

	.footer-btnlist { 
		gap: 8px;
		margin: 0 auto 8px;
		width: 296px;
	}

	.footer-btnlist > li { 
		width: calc(50% - 4px);
	}

	.footer-btnlist > li .btn { 
		height: 30px;
		font-size: 12px;
		padding: 5px 5px;
		border: 2px solid #028A33;
	}

	.footer-btnlist > li .btn.btn-footer {
		gap: 3px;
		border: 2px solid #DC000B;
	}

	.btn.btn-footer img {
		width: 73px;
		margin-left: 0;
	}

	.footer-largebtn { 
		width: 296px;
		margin: 0 auto 4px;
	}

	.copyright { 
		max-width: 317px;
		margin: 0 auto;
	}

	.footer-caption {
		max-width: 317px;
		margin: 6px auto 0;
	}
	
	.footer-caption > li {
		font-size: 10px;
	}


	/* btn ---------------------------------------*/
	.btn {
		max-width: 324px;
		padding: 15px 20px;
		font-size: 20px;
	}

	.btn-event {
		max-width: 285px;
		height: 56px;
		padding: 14px 24px;
		font-size: 16px;
	}

	.icon-arrow {
		top: 54%;
		right: 16px;
	}


	/* modal ---------------------------------------*/
	.modal-wrapper {display: none;}
	.modal {background: unset;}

	.modal-inner {
		padding: 20px;
		border-radius: 16px;
	}
	
	.modal-inner .swiper-pagination {
		bottom: 2px!important;
	}
	
	.modal-inner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	
	.modal-inner .swiper-button-prev,
	.modal-inner .swiper-button-next {
		top: 54%;
		width: 18px;
		height: 21px;
	}
	
	.modal-inner .swiper-button-prev {
		left: 5px;
	}
	.modal-inner .swiper-button-next {
		right: 5px;
	}
	
	.modal-inner .swiper-button-prev::after,
	.modal-inner .swiper-button-next::after {
		width: 18px;
		height: 21px;
	}

}


/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px) {

}