/* Tools */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

/* padding
-------------------------------*/

.pb0 {
	padding-bottom: 0px !important;
}

.pt0 {
	padding-top: 0px !important;
}

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #000;
	word-wrap: break-word;
}

body.lang-zh {
	font-family: "Noto Sans SC", sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}

button {
	cursor: pointer;
}

/* Layout */

#mainContent {
	outline: none;
}

.l-body {
	overflow-x: hidden;
}

.l-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 89.33333%;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3000;
	background: #FFFFFF;
}

.l-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 10px;
}

.l-header--home {
	border-bottom: none;
}

.l-header--home:after {
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	width: 100%;
	height: 23px;
	background: url(../img/img_mv_top_sp.svg) no-repeat center top/100% 100%;
}

.l-footer {
	position: relative;
}

.l-main {
	position: relative;
	padding-bottom: calc(10vw + 80px);
	margin-bottom: -10vw;
	padding-top: 27px;
}

.l-main:before {
	content: "";
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: url(../img/bg_01_sp.svg) no-repeat center bottom/100% auto;
}

.l-main.is-fixed-clear:not(.l-main--no-fixed):before {
	position: absolute;
}

.l-main--pt-sm {
	padding-top: 5px;
}

.l-main--home {
	padding-top: 0;
	padding-bottom: 10vw;
}

.l-main--night {
	border-top: 5px solid #FFFFFF;
}

.l-main--night:before {
	background: url(../img/bg_night_sp.jpg) no-repeat center/cover;
}

.l-event {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(66.6666%, transparent), color-stop(66.6666%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))) repeat center/3px 3px, url(../img/bg_event.jpg) no-repeat center top/cover;
	background: -webkit-linear-gradient(top, transparent 0%, transparent 66.6666%, rgba(0, 0, 0, 0.6) 66.6666%, rgba(0, 0, 0, 0.6) 100%) repeat center/3px 3px, url(../img/bg_event.jpg) no-repeat center top/cover;
	background: -o-linear-gradient(top, transparent 0%, transparent 66.6666%, rgba(0, 0, 0, 0.6) 66.6666%, rgba(0, 0, 0, 0.6) 100%) repeat center/3px 3px, url(../img/bg_event.jpg) no-repeat center top/cover;
	background: linear-gradient(to bottom, transparent 0%, transparent 66.6666%, rgba(0, 0, 0, 0.6) 66.6666%, rgba(0, 0, 0, 0.6) 100%) repeat center/3px 3px, url(../img/bg_event.jpg) no-repeat center top/cover;
}

.page-head + .l-event {
	margin-top: 10px;
}

.l-section {
	position: relative;
	overflow: hidden;
	padding: 45px 0 30px;
}

.l-event .l-section {
	padding-bottom: 50px;
}

.l-section-md {
	padding: 40px 0;
}

.l-section-md--pt-sm {
	padding-top: 15px;
}

.l-section-sm:not(:last-child) {
	margin-bottom: 70px;
}

.l-2col__item:not(:last-child) {
	margin-bottom: 45px;
}

.l-goods {
	margin-bottom: 35px;
}

.l-goods__sub {
	margin-bottom: 30px;
}

.l-goods__item:not(:first-child) {
	margin-top: 25px;
}

.l-goods__item--top-line {
	border-top: 1px dotted #000;
	padding-top: 25px;
}

/* Module */

.noscript {
	z-index: 4000;
	position: absolute;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	padding: 14px;
	background: #C80000;
	line-height: 1.4;
	font-size: 1.2rem;
	color: #FFFFFF;
}

.skiplink__item a,
.skiplink__item button {
	line-height: 1;
	position: absolute;
	top: 0;
	left: -100%;
	text-align: center;
	padding: 10px 15px;
	letter-spacing: 0.08em;
	font-weight: bold;
	background: #000;
	color: #FFFFFF;
	outline: none;
	border: none;
	font-size: 1.4rem;
}

.skiplink__item a:after,
.skiplink__item button:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	border: 1px solid #FFFFFF;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.skiplink__item a:focus,
.skiplink__item button:focus {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 4000;
}

.header-tool {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-logo {
	display: block;
}

.header-logo img {
	display: block;
	width: 130px;
	height: auto;
}

.globalnavi {
	display: none;
	position: fixed;
	top: 50px;
	right: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 3100;
	border-top: 1px solid #DDDDDD;
	max-height: calc(100% - 50px);
	overflow: auto;
	outline: none;
}

.globalnavi a {
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.globalnavi a:before,
.globalnavi a:after {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.globalnavi a:not([target="_blank"]):after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 8%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.globalnavi a[target="_blank"]:before,
.globalnavi a[target="_blank"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 8%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 13px;
	height: 11px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.globalnavi a[target="_blank"]:before {
	border: 1px solid #000;
	margin: -2px 0 0 2px;
}

.globalnavi a[target="_blank"]:after {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 1px 3px 0 0;
}

.globalnavi a.is-hover {
	-webkit-tap-highlight-color: transparent;
	color: #FFFFFF;
	background: #000;
}

.globalnavi a.is-hover:before,
.globalnavi a.is-hover:after {
	border-color: #FFFFFF;
}

.globalnavi a:focus {
	color: #FFFFFF;
	background: #000;
}

.globalnavi a:focus:before,
.globalnavi a:focus:after {
	border-color: #FFFFFF;
}

.globalnavi__close {
	position: absolute;
	bottom: 0;
	right: 100%;
	border: none;
	text-align: center;
	display: block;
	width: 100%;
	padding: 10px 0;
	font-size: 1.2rem;
	background: #000;
	color: #FFFFFF;
	letter-spacing: 0.08em;
}

.globalnavi__close:focus {
	position: static;
}

.gnav-main__item {
	border-bottom: 1px solid #DDDDDD;
}

.gnav-main__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 8%;
}

.gnav-main__main__en {
	font: 400 2.8rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	margin-right: 12px;
}

.gnav-main__main__jp {
	font-size: 1.2rem;
	font-weight: 700;
}

.gnav-main__lists {
	border-top: 1px solid #DDDDDD;
}

.gnav-main__sub {
	font-size: 1.4rem;
	font-weight: 700;
	padding: 13px 8%;
	letter-spacing: 0.05em;
	display: block;
}

.gnav-main__sub--lg {
	font-size: 1.8rem;
	padding-top: 13px;
	padding-bottom: 12px;
}

.gnav-sub {
	border-top: 1px solid #DDDDDD;
}

.gnav-sub__item:not(:last-child) {
	border-bottom: 1px solid #DDDDDD;
}

.gnav-sub__link {
	display: block;
	padding: 23px 8%;
}

.gnav-sub__jp {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.gnav-sub__en {
	display: block;
	font: 400 1.2rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	margin-top: 5px;
}

.gnav-sub__en--lg {
	font-size: 2.8rem;
}

.gnav-members {
	border-bottom: 3px solid #DDDDDD;
	padding: 15px 8% 9px;
	font-weight: 600;
}

.gnav-members__heading {
	font-size: 1.8rem;
	margin-bottom: 12px;
	letter-spacing: 0.16em;
}

.gnav-members__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
	line-height: 1.8;
}

.gnav-members__list--wide {
	letter-spacing: 0.05em;
}

.gnav-members__item:not(:last-child):after {
	content: "｜";
}

.gnav-members__item a {
	display: inline-block;
}

.gnav-members__item a:not([target="_blank"]):after {
	content: none !important;
}

.gnav-members__item a[target="_blank"] {
	padding-right: 22px;
}

.gnav-members__item a[target="_blank"]:before,
.gnav-members__item a[target="_blank"]:after {
	right: 0;
}

.menu-btn {
	background: #000;
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	border: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border: 5px solid #FFFFFF;
}

.menu-btn span {
	display: block;
	background: #FFFFFF;
	width: 18px;
	height: 2px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.menu-btn span:nth-child(1) {
	top: 30%;
}

.menu-btn span:nth-child(2) {
	top: 50%;
}

.menu-btn span:nth-child(3) {
	top: 70%;
}

.menu-btn.is-opend span {
	width: 26px;
	top: 50%;
}

.menu-btn.is-opend span:nth-child(1) {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-btn.is-opend span:nth-child(2) {
	opacity: 0;
}

.menu-btn.is-opend span:nth-child(3) {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-btn.is-hover {
	-webkit-tap-highlight-color: transparent;
	background: #C80000;
}

.menu-btn.is-focus {
	background: #C80000;
}

.lang {
	position: relative;
}

.lang-switch {
	background: none;
	border: none;
	padding: 0 20px;
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.lang-switch:hover,
.lang-switch:focus {
	opacity: 0.7;
}

.lang-switch__text {
	display: none;
}

.lang-switch__current img {
	display: block;
}

.lang-switch__current img[src*="jp"] {
	border: 1px solid #999999;
}

.lang-list {
	display: none;
	background: rgba(0, 0, 0, 0.75);
	color: #FFFFFF;
	font: 400 1.6rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	padding: 5px 15px;
	position: absolute;
	top: 116%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 3100;
}

.lang-list:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 7px solid rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}

.lang-list__item:not(:last-child) {
	border-bottom: 1px dotted #FFFFFF;
}

.lang-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0 10px 0;
	width: 65px;
}

.lang-list__item img {
	margin-right: 10px;
}

.pagetop {
	border: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 4px;
	background: #FFFFFF;
	position: fixed;
	bottom: 0;
	right: 5.333333vw;
	z-index: 2000;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.pagetop img {
	display: block;
}

.pagetop.is-fixed-clear {
	position: absolute;
	bottom: auto;
	top: 0;
}

.pagetop.is-visible {
	opacity: 1;
}

.pagetop:focus {
	-webkit-box-shadow: 0 0 10px #666666;
	box-shadow: 0 0 10px #666666;
}

.footer-navi-wrap {
	background: #FFFFFF;
	padding: 25px 0 20px;
}

.sub-navi {
	font-weight: 1.3rem;
	font-weight: bold;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sub-navi__item {
	width: 50%;
	border-right: 1px solid #000;
}

.sub-navi__item:first-child {
	border-left: 1px solid #000;
}

.sub-navi__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
	width: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	line-height: 1.3;
}

.sub-navi__item a.is-hover {
	-webkit-tap-highlight-color: transparent;
	color: #00B4FF;
}

.footer {
	background: -webkit-gradient(linear, left top, left bottom, from(#000032), to(#003CFF));
	background: -webkit-linear-gradient(top, #000032, #003CFF);
	background: -o-linear-gradient(top, #000032, #003CFF);
	background: linear-gradient(to bottom, #000032, #003CFF);
	color: #FFFFFF;
}

.footer-main {
	padding: 30px 0;
}

.banners {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.banners__item {
	margin-bottom: 5px;
	width: calc((100% - 5px) / 2);
	background: #FFFFFF;
}

.banners__item a {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.banners__item a.is-hover {
	-webkit-tap-highlight-color: transparent;
	opacity: 0.6;
}

.banners__item img {
	display: block;
}

.footer-info {
	margin-top: 30px;
	border: 1px solid #FFFFFF;
}

.footer-info__main {
	padding: 30px 12px 10px;
}

.footer-info__heading {
	text-align: center;
	margin-bottom: 26px;
}

.footer-info__heading img {
	width: 290px;
}

.footer-info__text {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: justify;
}

.footer-info__sns {
	border-top: 1px solid #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-info__sns__item {
	width: calc(100% / 3);
	height: 75px;
}

.footer-info__sns__item:not(:last-child) {
	border-right: 1px solid #FFFFFF;
}

.footer-info__sns__item a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer-info__sns__item a.is-hover {
	-webkit-tap-highlight-color: transparent;
	background: rgba(255, 255, 255, 0.2);
}

.copyright {
	background: #000;
	padding: 20px 0;
}

.copyright__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.copyright__sub {
	margin-top: 14px;
}

.copyright__logo {
	width: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.copyright__text {
	font-size: 1.0rem;
	line-height: 1.4;
}

.button {
	border: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: relative;
	height: 50px;
	font-size: 1.5rem;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: -webkit-linear-gradient(12deg, #FFDC00 0%, #FFDC00 50%, transparent 50%, transparent 100%);
	background-image: -o-linear-gradient(12deg, #FFDC00 0%, #FFDC00 50%, transparent 50%, transparent 100%);
	background-image: linear-gradient(78deg, #FFDC00 0%, #FFDC00 50%, transparent 50%, transparent 100%);
	background-size: 250%;
	background-position: right top;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button.is-hover {
	-webkit-tap-highlight-color: transparent;
	background-position: left top;
}

.head-wrap .button {
	height: 40px;
}

.button:after {
	position: absolute;
	top: 50%;
	right: 14px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 38px;
	height: 6px;
	background: url(../img/img_arrow_black.svg) no-repeat center/contain;
}

.button--black {
	background-color: #000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-image: -webkit-linear-gradient(12deg, #00B4FF 0%, #00B4FF 50%, transparent 50%, transparent 100%);
	background-image: -o-linear-gradient(12deg, #00B4FF 0%, #00B4FF 50%, transparent 50%, transparent 100%);
	background-image: linear-gradient(78deg, #00B4FF 0%, #00B4FF 50%, transparent 50%, transparent 100%);
}

.button--black.is-hover {
	-webkit-tap-highlight-color: transparent;
}

.button--black:after {
	background: url(../img/img_arrow_white.svg) no-repeat center/contain;
}

.button-bold-frame {
	border: 10px solid #00B4FF;
	color: #666666;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #FFFFFF;
	width: 100%;
	height: 80px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-bold-frame.is-hover {
	-webkit-tap-highlight-color: transparent;
	color: #00B4FF;
}

.button-bold-frame--white {
	color: #FFFFFF;
	border-color: #FFFFFF;
	background-color: transparent;
}

.button-bold-frame--white .icon-login {
	background: url(../img/icon_login_white.svg) no-repeat center/contain;
}

.button-bold-frame--white .icon-register {
	background: url(../img/icon_register_white.svg) no-repeat center/contain;
}

.button-bold-frame--white.is-hover {
	-webkit-tap-highlight-color: transparent;
	border-color: #FFBF00;
	color: #FFBF00;
}

.button-bold-frame--white.is-hover .icon-login {
	background: url(../img/icon_login_orange.svg) no-repeat center/contain;
}

.button-bold-frame--white.is-hover .icon-register {
	background: url(../img/icon_register_orange.svg) no-repeat center/contain;
}

.button-bold-frame__text {
	margin-left: 0.5em;
}

.button-event {
	background: url(../img/bg_btn_event_sp.jpg) no-repeat center/cover;
	height: 100px;
	color: #FFFFFF;
	display: block;
	border-radius: 52px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.375;
	position: relative;
}

.button-event:not(:last-child) {
	margin-bottom: 20px;
}

.button-event:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(12deg, #00B4FF 0%, #00B4FF 50%, transparent 50%, transparent 100%);
	background-image: -o-linear-gradient(12deg, #00B4FF 0%, #00B4FF 50%, transparent 50%, transparent 100%);
	background-image: linear-gradient(78deg, #00B4FF 0%, #00B4FF 50%, transparent 50%, transparent 100%);
	background-size: 250%;
	background-position: right top;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-event.is-hover {
	-webkit-tap-highlight-color: transparent;
}

.button-event.is-hover span {
	background-position: left top;
}

.button-event span {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(12deg, #00B4FF 0%, #00B4FF 50%, transparent 50%, transparent 100%);
	background-image: -o-linear-gradient(12deg, #00B4FF 0%, #00B4FF 50%, transparent 50%, transparent 100%);
	background-image: linear-gradient(78deg, #00B4FF 0%, #00B4FF 50%, transparent 50%, transparent 100%);
	background-size: 250%;
	background-position: right top;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	padding: 0 10%;
	border: 5px solid #00B4FF;
	border-radius: 50px;
}

.button-event span:after {
	content: "";
	display: block;
	width: 16px;
	height: 12px;
	margin-left: 20px;
	background: url(../img/icon_ex_white.svg) no-repeat center/contain;
}

.text + .buttons-wrap {
	margin-top: 30px;
}

.buttons-wrap a:not(:last-child) {
	margin-bottom: 20px;
}

.buttons-wrap--sm a:not(:last-child) {
	margin-bottom: 15px;
}

.button-red {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33;
	color: #ffffff;
	background: #C80000;
	width: 335px;
	height: 64px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 40px;
	padding: 8px 0;
}

.button-black {
	background: #000;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.6rem;
	width: 100%;
	display: block;
	height: 50px;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-top: 50px;
}

.button-black.is-hover {
	-webkit-tap-highlight-color: transparent;
	background: #f15454;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-black--lg {
	height: 84px;
	border-radius: 42px;
	text-align: center;
	line-height: 1.5;
}

.button-black[target="_blank"]:before {
	content: "";
	background: url(../img/icon_ex_white.svg) no-repeat center/contain;
	width: 16px;
	height: 14px;
	display: block;
	position: absolute;
	right: 18px;
	top: 38%;
}

.button-small {
	display: inline-block;
	width: 300px;
	height: 50px;
	background-color: #d72323;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	border-radius: 5px;
	margin: 10px 15px;
}

.button-small:hover {
	background-color: #ee6666;
}

.mainvisual {
	position: relative;
	padding: 145px 0 1px;
}

.mainvisual__background {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	pointer-events: none;
}

.mainvisual__background.slick-initialized {
	opacity: 1;
}

.mainvisual__background__item {
	overflow: hidden;
}

.mainvisual__background__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.mainvisual__background .slick-list,
.mainvisual__background .slick-track {
	height: 100%;
}

.mainvisual__content {
	position: relative;
}

.mainvisual__main {
	position: relative;
	color: #FFFFFF;
	margin-bottom: 7.4vw;
	-webkit-border-image: url(../img/bg_mainvisual_sp.svg) 12 stretch repeat;
	-o-border-image: url(../img/bg_mainvisual_sp.svg) 12 stretch repeat;
	border-image: url(../img/bg_mainvisual_sp.svg) 12 stretch repeat;
	border-style: solid;
	border-width: 12px;
	text-align: justify;
}

.mainvisual__main__inner {
	padding: 8.5vw 3.133333vw 10.3vw;
	background: rgba(0, 0, 0, 0.5);
}

.mainvisual__main:after {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -63%);
	-ms-transform: translate(-50%, -63%);
	transform: translate(-50%, -63%);
	content: "";
	display: block;
	width: 51%;
	z-index: 1000;
	padding-top: 48.125%;
	background: url(../img/img_gandam_01.svg) no-repeat center/contain;
}

.mainvisual__head {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.4;
}

.mainvisual__head img {
	display: block;
	margin: 0 auto 23px;
	width: 80%;
}

.mainvisual__text {
	margin-top: 2vw;
	font-size: 1.3rem;
	line-height: 1.53;
	letter-spacing: 0.05em;
}

.attention {
	background: #C80000;
	color: #FFFFFF;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.57;
	padding: 15px 5.97% 17px;
	margin-bottom: 5.333333vw;
}

.attention--wide {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.attention__heading {
	font-weight: 700;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 7px;
	margin-bottom: 8px;
}

.attention a:hover {
	text-decoration: underline;
}

.attention__item {
	margin-bottom: 6px;
}

.feature {
	text-align: center;
	background-size: cover;
	background-position: center;
	color: #FFFFFF;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.feature:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
}

.feature--1 {
	background-image: url(../img/img_feature_01_sp.jpg);
}

.feature--2 {
	background-image: url(../img/img_feature_02_sp.jpg);
}

.feature--3 {
	background-image: url(../img/img_feature_03_sp.jpg);
}

.feature__content {
	position: relative;
	width: 100%;
}

.feature__label {
	font: 400 2rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	margin-bottom: 5px;
}

.feature__head {
	font-weight: 700;
	font-size: 2.5rem;
	margin-bottom: 15px;
}

.feature__head--en {
	font-family: "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	font-size: 7rem;
	font-weight: 400;
}

.feature__head--zh {
	font-size: 3rem;
	font-weight: 900;
}

.feature__text {
	font-size: 1.6rem;
	line-height: 1.375;
	letter-spacing: -0.025em;
}

.pickup-content {
	padding: 70px 0;
}

.pickup-link {
	background-position: center;
	background-size: cover;
	color: #FFFFFF;
	position: relative;
}

.pickup-link:not(:last-child) {
	margin-bottom: 30px;
}

.pickup-link--cafe {
	background-image: url(../img/img_pickup_01.jpg);
}

.pickup-link--event {
	background-image: url(../img/img_pickup_02.jpg);
}

.pickup-link--online {
	background-image: url(../img/img_pickup_03.jpg);
}

.pickup-link:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 105%;
}

.pickup-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: -webkit-linear-gradient(12deg, #00B4FF 0%, #00B4FF 50%, transparent 50%, transparent 100%);
	background-image: -o-linear-gradient(12deg, #00B4FF 0%, #00B4FF 50%, transparent 50%, transparent 100%);
	background-image: linear-gradient(78deg, #00B4FF 0%, #00B4FF 50%, transparent 50%, transparent 100%);
	background-size: 270%;
	background-position: right top;
	border: 5px solid #00B4FF;
	padding: 16px 16px 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.pickup-link a.is-hover {
	-webkit-tap-highlight-color: transparent;
	color: #000;
	background-position: left top;
}

.pickup-link a.is-hover .cls-1 {
	stroke: #000;
}

.pickup-link__head {
	font: 500 6rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	line-height: 1;
}

.pickup-link__head span {
	font-size: 50%;
}

.pickup-link__catch {
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.4;
	margin-bottom: 6px;
}

.pickup-link__text {
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: justify;
}

.pickup-link__sub {
	text-align: right;
	font-weight: 700;
	font-size: 1.5rem;
	margin-top: 10px;
	letter-spacing: 0.08em;
}

.pickup-link__sub svg {
	vertical-align: middle;
	margin: 0 0 3px 10px;
}

.pickup-link__sub .cls-1 {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.pickup-link__sub--en {
	font-family: "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
}

.separate--mt {
	margin-top: 30px;
}

.separate img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}

.heading-l {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.36;
	padding-left: 20px;
	letter-spacing: 0.05em;
	position: relative;
	margin-bottom: 14px;
}

.heading-l:before {
	content: "";
	display: block;
	width: 7px;
	height: calc(100% - 6px);
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	background: #00b4ff;
}

.heading-l--text-narrow {
	letter-spacing: 0;
}

.heading-m {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.333333;
	color: #00B4FF;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
}

.heading-s {
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.7;
	font-size: 1.6rem;
}

.heading-s:before {
	content: "▶";
	color: #00b4ff;
}

.heading-1 {
	text-align: center;
	line-height: 1;
	margin-bottom: 26px;
}

.heading-1--mb-lg {
	margin-bottom: 44px;
}

.heading-1--white {
	color: #FFFFFF;
}

.heading-1__en {
	font: 400 5.6rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	display: block;
	line-height: 0.9;
}

.heading-1__jp {
	line-height: 1.5;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	font-weight: bold;
	display: block;
	margin-top: -2px;
}

.heading-1__jp img {
	margin: 2% 0 0;
}

.heading-2 {
	text-align: center;
	font: 400 1.6rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	margin-bottom: 10px;
}

.heading-3 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.15em;
	position: relative;
	padding-bottom: 9px;
	margin-bottom: 9px;
}

.heading-3:before {
	content: "";
	display: block;
	background: url(../img/underline_sp.svg) no-repeat right bottom/auto 16px;
	width: 100%;
	height: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.heading-3 span {
	font-size: 1.2rem;
	letter-spacing: 0;
}

.heading-3--long {
	margin-bottom: 20px;
}

.heading-4 {
	position: relative;
	text-align: center;
	margin-bottom: 31px;
}

.heading-4--white {
	color: #FFFFFF;
}

.heading-4__en {
	font-family: "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	font-size: 6rem;
}

.heading-4__en--xsm {
	font-size: 4rem;
}

.heading-4__en--blue {
	color: #77ccf0;
}

.heading-4__en--green {
	color: #b0dd77;
}

.heading-4__jp {
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	font-weight: 700;
}

.heading-4__jp--sm {
	font-size: 1.4rem;
	line-height: 1.75;
}

.heading-4--line {
	padding-bottom: 40px;
}

.heading-4--line:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, black), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, black 50%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, black 50%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, black 50%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.heading-4--mb-sm {
	margin-bottom: 18px;
}

.heading-5 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	border-left: 10px solid #aabbbb;
	padding-left: 10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 681px) {
	.heading-5_mb0{
		margin-bottom: 0!important;
	}
}

.heading-6 {
	font-weight: 700;
	color: #ffffff;
	background: #aabbbb;
	padding: 8px 0;
	text-align: center;
}

.heading-7 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #00B4FF;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.heading-7:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #00B4FF), to(#ffffff));
	background: -webkit-linear-gradient(left, #ffffff, #00B4FF 50%, #ffffff 100%);
	background: -o-linear-gradient(left, #ffffff, #00B4FF 50%, #ffffff 100%);
	background: linear-gradient(to right, #ffffff, #00B4FF 50%, #ffffff 100%);
	position: absolute;
	bottom: -20px;
}

.heading-8 {
	width: calc(100vw - 8px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 32px;
	text-align: center;
	padding: 8px 0;
	margin-bottom: 40px;
	font-weight: 700;
}

.heading-8--blue {
	background: url(../img/bg_stripe_blue.png) repeat-x center/contain;
}

.heading-8--green {
	background: url(../img/bg_stripe_green.png) repeat-x center/contain;
}

.heading-9 {
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 12px;
	margin-bottom: 35px;
	line-height: 1.33;
}

.heading-9:after {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 70px;
	height: 11px;
}

.heading-9--green {
	border-bottom: 1px solid #78E0AA;
}

.heading-9--green:after {
	background: url(../img/hd_8.svg) no-repeat center top/contain;
}

.heading-9--blue {
	border-bottom: 1px solid #00B4FF;
}

.heading-9--blue:after {
	background: url(../img/hd_8_blue.svg) no-repeat center top/contain;
}

.heading-10 {
	margin-top: 30px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #00B4FF;
	margin-bottom: 10px;
	line-height: 1.3;
}

.heading-11 {
	color: #FFFFFF;
	background: #AABBBB;
	font-weight: bold;
	padding: 3px 6px 4px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.item-list-3 .heading-11 {
	margin-top: 18px;
}

.heading-12 {
	margin-bottom: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.heading-12--simple {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 6px;
}

.heading-12__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 12px;
}

.heading-12__icon img {
	width: 58px;
}

.heading-12__en {
	display: block;
	font: 400 3rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
}

.heading-12__en--blue {
	color: #77CCF0;
}

.heading-12__en--red {
	color: #F06F66;
}

.heading-12__en--green {
	color: #8acc33;
}

.heading-12__en--yellow {
	color: #F0C800;
}

.heading-12__jp {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 5px;
}

.heading-13 {
	padding-bottom: 27px;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}

.heading-13--simple {
	padding-bottom: 5px;
}

.heading-13__en {
	display: block;
	font: 400 2.4rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	margin-bottom: 15px;
}

.heading-13__en--lg {
	font-size: 5.5rem;
	margin-bottom: 0;
}

.heading-13__jp {
	display: block;
	font-weight: bold;
	font-size: 4.172rem;
}

.heading-14 {
	position: relative;
	border-left-width: 8px;
	border-right-width: 8px;
	border-style: solid;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.36;
	margin-bottom: 8px;
}

.heading-14--green {
	border-color: #B0DD77;
}

.heading-14--blue {
	border-color: #77CCF0;
}

.heading-14--red {
	border-color: #F06F66;
}

.heading-14--yel {
	border-color: #F0C800;
}

.heading-15 {
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 9px 0;
}

.heading-15--green {
	border-color: #B0DD77;
}

.heading-15--blue {
	border-color: #77CCF0;
}

.heading-15--red {
	border-color: #F06F66;
}

.heading-15--yel {
	border-color: #F0C800;
}

.heading-16 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 1px solid #000;
	padding-bottom: 17px;
	margin-bottom: 15px;
	text-align: left;
}

.heading-16 span {
	font-size: 1.4rem;
}

.heading-16--lg {
	font-size: 2rem;
}

.heading-17 {
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	margin-bottom: 23px;
}

.head-wrap {
	position: relative;
	margin-bottom: 35px;
}

.head-wrap__button {
	margin-top: 30px;
}

.home-content {
	padding: 35px 0 70px;
}

.icon-intro {
	margin-bottom: 35px;
}

.icon-intro__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.icon-intro__item:not(:last-child) {
	margin-bottom: 6px;
}

.icon-intro__icon {
	background: #000;
	width: 34px;
	height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
}

.icon-intro__icon img {
	display: block;
}

.icon-intro__text {
	padding-left: 1em;
}

.icon-intro__text:before {
	content: "─　";
}

.shop-list:not(:first-child) {
	margin-top: 25px;
}

.shop-list__link {
	display: block;
	border: 1px solid #AAAAAA;
	background: #FFFFFF;
}

.shop-list a.is-hover {
	-webkit-tap-highlight-color: transparent;
}

.shop-list a.is-hover .shop-list__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.shop-list__head {
	background: #000;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	padding: 12px 0 10px;
}

.shop-list__head__label {
	font: 400 2rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	color: #00B4FF;
	padding: 6px 0 5px;
	display: block;
}

.shop-list__head__jp {
	font-weight: 900;
	font-size: 2.0rem;
}

.shop-list__head__en {
	font: 400 1.2rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	display: block;
	margin-top: 6px;
}

.shop-list__logo {
	width: 120px;
	position: absolute;
	top: 100%;
	left: 6px;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	z-index: 10;
}

.shop-list__image {
	overflow: hidden;
	position: relative;
}

.shop-list__image img {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.shop-list__main {
	position: relative;
	padding: 20px 0 8px;
}

.shop-list__service {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shop-list__text {
	font-size: 1.5rem;
	padding: 0 20px;
	line-height: 1.8666;
	margin-top: 20px;
}

.shop-list__text span {
	color: #00B4FF;
	font-family: "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
}

.shop-list__detail {
	text-align: right;
	font: 400 1.8rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	margin-top: 14px;
	padding: 0 8px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.shop-list__detail svg {
	vertical-align: middle;
	margin: 0 0 3px 10px;
}

.shop-list__detail .cls-1 {
	fill: none;
	stroke: #000;
	stroke-miterlimit: 10;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.service-icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.service-icon-wrap .service-icon {
	margin: 0 6px;
}

.service-icon {
	width: 50px;
	height: 50px;
	background: #C80000;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.service-icon img {
	height: 25px;
}

.service-icon img[src*="event"] {
	height: 19px;
}

.cat-label {
	position: relative;
	font: 400 2.2rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	line-height: 1;
	padding: 5px 0 3px 18px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, right top, from(#00B4FF), to(#000));
	background: -webkit-linear-gradient(left, #00B4FF, #000);
	background: -o-linear-gradient(left, #00B4FF, #000);
	background: linear-gradient(to right, #00B4FF, #000);
}

.cat-label--strong {
	background: -webkit-gradient(linear, left top, right top, from(#FF66BB), to(#000));
	background: -webkit-linear-gradient(left, #FF66BB, #000);
	background: -o-linear-gradient(left, #FF66BB, #000);
	background: linear-gradient(to right, #FF66BB, #000);
}

.cat-label:before {
	content: "";
	display: block;
	width: 14px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 0;
}

.news-list-1-wrap--deep {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px 5.333333% 1px;
}

.news-list-1 {
	border-bottom: 1px solid #AAAAAA;
}

.news-list-1:not(:last-child) {
	margin-bottom: 30px;
}

.news-list-1--sm:last-child {
	border-bottom: none;
}

.news-list-1--sm .news-list-1__main {
	margin-bottom: 0;
}

.news-list-1__link {
	padding: 0 0 25px;
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.news-list-1__link.is-hover {
	-webkit-tap-highlight-color: transparent;
	opacity: 0.6;
}

.news-list-1__cat {
	margin-bottom: 18px;
	font-size: 1.6rem;
	padding: 3px 0 1px 18px;
}

.news-list-1__main {
	margin-bottom: 22px;
}

.news-list-1__date {
	font: 400 2rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.news-list-1__title {
	font-size: 1.4rem;
	line-height: 1.43;
	display: block;
	text-align: justify;
}

.news-list-2-wrap .news-list-2 {
	margin-bottom: 48px;
}

.news-list-2__link.is-hover {
	-webkit-tap-highlight-color: transparent;
}

.news-list-2__link.is-hover .news-list-2__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news-list-2__date {
	font: 400 2rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	display: block;
}

.news-list-2__image {
	position: relative;
	padding-top: 65.6%;
	overflow: hidden;
	margin: 10px 0 15px;
}

.news-list-2__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.news-list-2__new {
	background: #C80000;
	color: #FFFFFF;
	font: 400 2rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	-webkit-transform: translate(50%, 0) rotate(-45deg);
	-ms-transform: translate(50%, 0) rotate(-45deg);
	transform: translate(50%, 0) rotate(-45deg);
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2px 40px 15px;
}

.news-list-2__title {
	line-height: 1.42;
	letter-spacing: 0.05em;
	display: block;
	margin-top: 4px;
}

.text {
	line-height: 1.7;
}

.text p:not(:last-child) {
	margin-bottom: 1.7em;
}

.text--lh-sm {
	letter-spacing: -0.025em;
}

.text-md {
	font-size: 1.6rem;
	line-height: 1.75;
}

.text-lg {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33;
	margin-bottom: 20px;
}

.box {
	position: relative;
	border: 1px solid #000;
	background: #FFFFFF;
	padding: 36px 10px 26px;
}

.box:first-of-type {
	margin-top: 75px;
}

.box:not(:last-of-type) {
	margin-bottom: 50px;
}

.box:before {
	content: "";
	display: block;
	width: 101px;
	height: 11px;
	background: url(../img/img_gandam_04.svg) no-repeat center top/100% auto;
	position: absolute;
	top: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.link-triangle {
	color: #C80000;
	font-size: 1.4rem;
	font-weight: 600;
}

.link-triangle:hover {
	text-decoration: underline;
}

.link-triangle:before {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-left: 7px solid #C80000;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-right: 4px;
}

.page-head {
	margin-top: 50px;
	text-align: center;
	padding: 32px 0;
	background: url(../img/bg_page_head_sp.png) no-repeat center/cover;
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
	position: relative;
}

.page-head:before,
.page-head:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 147px;
	height: 14px;
}

.page-head:before {
	top: -1px;
	background: url(../img/img_pagehead_1.svg) no-repeat center top/contain;
}

.page-head:after {
	bottom: -1px;
	background: url(../img/img_pagehead_2.svg) no-repeat center bottom/contain;
}

.page-head__jp {
	font-weight: 700;
	font-size: 2.2rem;
	display: block;
}

.page-head__jp span {
	font-size: 1.6rem;
	display: block;
	margin-bottom: 10px;
}

.page-head__jp span.text-jp {
	font-size: 1.6rem;
}

.page-head__en {
	font-size: 1.2rem;
	font-family: "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	margin-top: 10px;
	display: block;
}

.shop-switch {
	display: block;
	position: relative;
	margin-bottom: 24px;
	width: 100%;
}

.shop-switch__label {
	background: url(../img/icon_triangle.svg) no-repeat center right 17px, #000;
	position: relative;
	z-index: 3;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 23px;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	pointer-events: none;
}

.shop-switch__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	border-radius: 23px;
	opacity: 0;
	color: #000;
	overflow: hidden;
	cursor: pointer;
	border: none;
	padding: 0;
}

.shop-switch__content.is-hover {
	-webkit-tap-highlight-color: transparent;
}

.shop-switch__content.is-hover + .shop-switch__label {
	opacity: 0.65;
}

.shop-switch__content:focus + .shop-switch__label {
	opacity: 0.65;
}

.cat-list-content {
	margin-bottom: 40px;
	text-align: center;
}

.cat-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cat-list__item {
	width: calc(50% - 5px);
	height: 24px;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 10px;
}

.cat-list__item.is-current a {
	background: #FFDC00;
}

.cat-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #EEEEEE;
	border-radius: 12px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.cat-list__item a.is-hover {
	-webkit-tap-highlight-color: transparent;
	background: #FFDC00;
}

.pager-wrap {
	text-align: center;
}

.pager-wrap--mt {
	margin-top: 70px;
}

.pager {
	font: 400 2rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	position: relative;
}

.pager__item {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #888;
	border-radius: 5px;
	padding: 2px 8px;
	width: 30px;
	height: 30px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #888;
}

.pager__item img {
	display: block;
}

.pager__item span {
	margin-left: 0.25em;
	display: inline-block;
}

.pager__item--first,
.pager__item--last {
	width: 40px;
}

.pager__item--first,
.pager__item--last,
.pager__item--prev,
.pager__item--next {
	position: absolute;
	top: 0;
}

.pager__item--first {
	left: 0;
}

.pager__item--prev {
	left: 50px;
}

.pager__item--prev:first-child {
	left: 0;
}

.pager__item--next {
	right: 50px;
}

.pager__item--next:last-child {
	right: 0;
}

.pager__item--last {
	right: 0;
}

.pager__item--return {
	margin: 0 auto;
	font-size: 1.4rem;
	font-weight: 700;
	max-width: 205px;
	width: calc(100% - 100px);
	padding-top: 4px;
}

.pager__item.is-current {
	width: 70px;
	pointer-events: none;
}

.pager__item .cls-1 {
	fill: #888;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.pager__item.is-hover {
	-webkit-tap-highlight-color: transparent;
	background: #888888;
	border-color: #888888;
	color: #FFFFFF;
}

.pager__item.is-hover .cls-1 {
	fill: #FFFFFF;
}

.pager__numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pager__numbers .pager__item {
	margin: 0 5px;
}

.pager__numbers .pager__item:not(.is-current) {
	display: none;
}

.breadcrumb {
	display: none;
	color: #AAAAAA;
	border-top: 1px solid #A8A8A8;
	font-size: 1.2rem;
	background: #FFFFFF;
}

.breadcrumb__inner {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 7px 0 4px;
}

.breadcrumb__item {
	display: inline;
}

.breadcrumb__item:not(:last-child) {
	position: relative;
	padding-right: 32px;
	margin-right: 20px;
}

.breadcrumb__item:not(:last-child):after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 12px;
	background: url(../img/icon_pager_next.svg) no-repeat center/contain;
}

.breadcrumb__item > a,
.breadcrumb__item > span {
	padding: 8px 0 7px;
}

.breadcrumb__item a {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.breadcrumb__item a.is-hover {
	-webkit-tap-highlight-color: transparent;
	color: #C80000;
}

.breadcrumb__item a.is-hover path {
	fill: #C80000;
}

.breadcrumb__item img,
.breadcrumb__item svg {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.breadcrumb__item path {
	fill: #AAAAAA;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.post {
	padding: 13px 0 65px;
}

.post-info {
	margin-top: 7px;
	margin-bottom: 16px;
}

.post-date {
	font: 400 2.4rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	margin-bottom: 8px;
}

.post-title {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.36;
	border-bottom: 1px solid #000;
	padding-bottom: 17px;
	margin-bottom: 20px;
	text-align: justify;
}

.shop-label-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: -5px;
}

.shop-label-wrap--dis-hide .shop-label.is-disable {
	opacity: 0;
}

.shop-label {
	margin: 0 5px 5px 0;
	border-radius: 10px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 10px;
	background: #AABBBB;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.shop-label--sp-2col {
	width: calc(50% - 3px);
}

.shop-label--sp-2col:nth-child(even) {
	margin-right: 0;
}

.shop-label:last-child {
	margin-right: 0;
}

.shop-label.is-disable {
	opacity: 0.4;
}

.sns-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}

.sns-share--bt {
	border-top: 1px solid #000;
	margin-top: 22px;
	padding-top: 14px;
}

.sns-share__item {
	width: 30%;
}

.sns-share__link {
	width: 100%;
	height: 30px;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.sns-share__link--facebook {
	background: #4068B1;
	-webkit-box-shadow: 0 1px 0 #403B70, 0 2px 0 #403B70, 0 3px 0 #403B70;
	box-shadow: 0 1px 0 #403B70, 0 2px 0 #403B70, 0 3px 0 #403B70;
}

.sns-share__link--twitter {
	background: #03A3F0;
	-webkit-box-shadow: 0 1px 0 #0375BC, 0 2px 0 #0375BC, 0 3px 0 #0375BC;
	box-shadow: 0 1px 0 #0375BC, 0 2px 0 #0375BC, 0 3px 0 #0375BC;
}

.sns-share__link--line {
	background: #00B71C;
	-webkit-box-shadow: 0 1px 0 #00951C, 0 2px 0 #00951C, 0 3px 0 #00951C;
	box-shadow: 0 1px 0 #00951C, 0 2px 0 #00951C, 0 3px 0 #00951C;
}

.sns-share__link img {
	width: 18px;
}

.sns-share__link.is-hover {
	-webkit-tap-highlight-color: transparent;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.post-image {
	margin-bottom: 25px;
}

.post-image img {
	display: block;
}

.post-content {
	font-size: 1.4rem;
	line-height: 1.74;
	text-align: justify;
}

.post-content *[class*="heading"]:not(:first-child) {
	margin-top: 30px;
}

.post-content p,
.post-content ol,
.post-content ul {
	margin-bottom: 1.7em;
	font-size: 1.6rem;
}

.anchor-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 0 5px;
	text-align: center;
}

.anchor-list__item {
	width: 33.333333%;
	border-left: 1px solid #000;
	height: 24px;
	margin-bottom: 10px;
}

.anchor-list__item:nth-child(3n) {
	border-right: 1px solid #000;
}

.anchor-list__item:last-child {
	border-right: 1px solid #000;
}

.anchor-list__item--sp-2col {
	width: 50%;
}

.anchor-list__item--sp-2col:nth-child(3n) {
	border-right: none;
}

.anchor-list__item--sp-2col:nth-child(even) {
	border-right: 1px solid #000;
}

.anchor-list__item--sp-2col:last-child {
	border-right: 1px solid #000;
}

.anchor-list__item--sp-lg {
	width: 100%;
	border-right: 1px solid #000;
}

.anchor-list__item--sp-br-none {
	border-right: none !important;
}

.anchor-list__item a {
	font-size: 1.4rem;
	font-weight: 700;
	display: block;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.anchor-list__item a.is-hover {
	-webkit-tap-highlight-color: transparent;
	color: #C80000;
}

.anchor-list__item--h-blue a.is-hover {
	-webkit-tap-highlight-color: transparent;
	color: #FFDC00;
}

.anchor-list--white {
	color: #FFFFFF;
}

.anchor-list--white .anchor-list__item {
	border-color: white;
}

.anchor-list-wrap-event {
	background: rgba(0, 0, 0, 0.55);
}

.images-list {
	margin: 10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 100px;
}

.images-list__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.images-list__item {
	width: 150px;
	height: 100px;
	padding: 0 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.images-list__item.is-hover {
	-webkit-tap-highlight-color: transparent;
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.images-list__item a {
	display: block;
}

.images-list__item img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
}

#loopslider_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shop-image {
	position: relative;
}

.shop-image__main img {
	display: block;
}

.shop-image__logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0 0;
}

.shop-image__logo__tokyo {
	width: 120px;
	margin-left: -3vw;
}

.shop-banner-wrap {
	padding-top: 15px;
	margin-bottom: 60px;
}

.shop-banner {
	display: block;
}

.shop-banner img {
	display: block;
}

.event-list-1 {
	display: block;
	padding: 0 11px;
}

.event-list-1 a {
	display: block;
	overflow: hidden;
	background: #000;
	position: relative;
}

.event-list-1 a.is-hover {
	-webkit-tap-highlight-color: transparent;
}

.event-list-1 a.is-hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.event-list-1 a:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 66.666666%;
}

.event-list-1 img {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: 'object-fit: contain;';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.item-list-1 {
	position: relative;
}

.item-list-1.slick-slide {
	float: none;
	height: auto;
}

.item-list-1__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.item-list-1 a.is-hover {
	-webkit-tap-highlight-color: transparent;
}

.item-list-1 a.is-hover .item-list-1__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item-list-1__main {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.item-list-1__image {
	width: 100%;
	margin-bottom: 9px;
	overflow: hidden;
	position: relative;
	background: #000;
}

.item-list-1__image:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 66.724%;
}

.item-list-1__image img {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: 'object-fit: contain;';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.item-list-1__area {
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 15px;
	font-weight: 700;
}

.item-list-1__area--blue {
	background: #77ccf0;
}

.item-list-1__area--pink {
	background: #f06f66;
}

.item-list-1__area--yellow {
	background: #f0c800;
}

.item-list-1__name {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.item-list-1__text {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	margin-top: 4px;
}

.item-list-1__text-sm {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	border-top: 1px dotted #a8a8a8;
	padding-top: 15px;
}

.item-list-1__category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.item-list-1__category__item {
	display: inline-block;
	background: #aabbbb;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
	padding: 5px 0;
	width: 48.3%;
	border-radius: 15px;
	text-align: center;
}

.item-list-1__sub {
	position: relative;
	padding-bottom: 33px;
}

.item-list-1__sub--pb0 {
	padding-bottom: 0;
}

.item-list-1__info {
	border-top: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
	padding: 14px 0;
	margin-top: 18px;
	font-size: 1.6rem;
	font-weight: 700;
}

.item-list-1__info:before,
.item-list-1__info:after {
	content: "";
	display: table;
}

.item-list-1__info:after {
	clear: both;
}

.item-list-1__note {
	float: left;
}

.item-list-1__price {
	float: right;
}

.item-list-1__detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-family: "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	font-size: 1.8rem;
	text-align: right;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.item-list-1__detail svg {
	vertical-align: middle;
	margin: 0 0 3px 10px;
}

.item-list-1__detail .cls-1 {
	fill: none;
	stroke: #000;
	stroke-miterlimit: 10;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.item-list-1__shop {
	padding: 10px 0 5px;
	border-bottom: 1px solid #a8a8a8;
}

.item-list-2 {
	padding: 0 12px;
	margin-bottom: 10px;
}

.item-list-2.slick-slide {
	float: none;
	height: auto;
}

.item-list-2__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.item-list-2 a.is-hover {
	-webkit-tap-highlight-color: transparent;
}

.item-list-2 a.is-hover .item-list-2__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item-list-2__main {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.item-list-2__sub {
	position: relative;
}

.item-list-2__image {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	background: #000;
}

.item-list-2__image:before {
	content: "";
	display: block;
	padding-top: 66.666666%;
}

.item-list-2__image:last-child {
	margin-bottom: 0;
}

.item-list-2__image img {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: 'object-fit: contain;';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.item-list-2__label {
	color: #ffffff;
	font-weight: 700;
	padding: 5px 0;
	text-align: center;
}

.item-list-2__label--green {
	background: #00dcc8;
}

.item-list-2__label--blue {
	background: #3caaf5;
}

.item-list-3:not(:last-child) {
	margin-bottom: 45px;
}

.item-list-3__label {
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding: 5px 0;
}

.item-list-3__label--green {
	background: #00dcc8;
}

.item-list-3__label--blue {
	background: #3caaf5;
}

.item-list-3__body {
	display: block;
	cursor: pointer;
}

.item-list-3__body.is-hover {
	-webkit-tap-highlight-color: transparent;
}

.item-list-3__body.is-hover .item-list-3__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item-list-3__image {
	margin-bottom: 20px;
	overflow: hidden;
}

.item-list-3__image__inner {
	overflow: hidden;
}

.item-list-3__image img {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.item-list-3__text {
	line-height: 1.7;
}

.item-list-3__text + .item-list-3__text {
	border-top: 1px dotted #000;
	padding-top: 10px;
	margin-top: 10px;
}

.item-list-3__text:first-of-type {
	border-top: 1px solid #000;
	padding-top: 10px;
}

.item-list-4 a {
	display: block;
}

.item-list-4 a.is-hover {
	-webkit-tap-highlight-color: transparent;
}

.item-list-4 a.is-hover .item-list-4__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item-list-4__heading {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.2;
}

.item-list-4__image {
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}

.item-list-4__image img {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin: 0 auto;
}

.item-list-4__text {
	line-height: 1.7;
	border-bottom: 1px dotted #000;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.item-list-4__info {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.67;
}

.item-list-5:not(:last-child) {
	margin-bottom: 75px;
}

.item-list-5__image {
	margin-bottom: 24px;
}

.item-list-5__image img {
	display: block;
}

.item-list-5__main {
	text-align: justify;
}

.item-list-5__text-lg {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}

.item-list-6:not(:last-child) {
	margin-bottom: 45px;
}

.item-list-6__image {
	width: 100%;
	margin-bottom: 10px;
}

.item-list-6__content {
	line-height: 1.75;
	text-align: justify;
}

.item-list-6__main {
	margin-bottom: 6px;
}

.item-list-6__link {
	font-weight: 700;
	color: #0000ff;
	text-decoration: underline;
}

.item-list-6__link:hover {
	text-decoration: none;
}

.item-list-7:not(:last-of-type) {
	margin-bottom: 27px;
}

.item-list-7__heading {
	background: #a3bbbb;
	color: #ffffff;
	text-align: center;
	padding: 7px 0;
	margin-bottom: 11px;
	font-weight: 700;
}

.item-list-7__content {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
}

.item-list-8:not(:last-child) {
	margin-bottom: 18px;
}

.item-list-8__heading {
	position: relative;
	border-bottom: 2px solid #00B4FF;
}

.item-list-8__heading button {
	background: none;
	border: none;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.3;
	padding: 15px 50px 15px 0;
	text-align: left;
	width: 100%;
}

.item-list-8__heading button:after {
	content: "";
	display: block;
	background: url(../img/icon_accordion_black.svg) no-repeat center/contain;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.item-list-8__heading button.is-opend:after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.item-list-8__body {
	border: 2px solid #00B4FF;
	border-top: none;
	background: rgba(255, 255, 255, 0.65);
}

.item-list-8__inner {
	padding: 14px 5%;
}

.item-list-9:not(:last-child) {
	margin-bottom: 20px;
}

.item-list-9__body {
	line-height: 1.75;
	background: rgba(240, 250, 250, 0.75);
}

.item-list-9__body p + p {
	margin-top: 1.75em;
}

.item-list-9__inner {
	padding: 14px 5%;
}

.item-list-9__heading {
	position: relative;
	background: -webkit-gradient(linear, left top, right top, from(#00B4FF), to(#000));
	background: -webkit-linear-gradient(left, #00B4FF, #000);
	background: -o-linear-gradient(left, #00B4FF, #000);
	background: linear-gradient(to right, #00B4FF, #000);
}

.item-list-9__heading > * {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	padding: 10px 60px 9px 10px;
	text-align: left;
	color: #FFFFFF;
}

.item-list-9__heading .js-accordion-trg:after {
	content: "";
	display: block;
	background: url(../img/icon_accordion_white.svg) no-repeat center/contain;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.item-list-9__heading .js-accordion-trg.is-opend:after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.item-list-9__date {
	line-height: 1;
	font: 500 2rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	display: block;
	margin-bottom: 8px;
}

.item-list-9__title {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.35;
}

.item-list-10 {
	display: block;
}

.event-slick-wrap {
	margin-left: auto;
	margin-right: auto;
	width: calc(89.33333% - 22px);
	margin-top: 35px;
}

.event-slick-wrap .slick-list {
	overflow: visible;
}

.event-slick-wrap--detail .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.event-slick-wrap--detail .slick-prev,
.event-slick-wrap--detail .slick-next {
	position: absolute;
	top: 24.2666vw;
}

.item-slick-wrap-1col {
	width: 100vw;
	margin: 20px auto 0;
}

.item-slick-wrap-1col .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.item-slick-wrap-1col .slick-prev,
.item-slick-wrap-1col .slick-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.item-slick-wrap-1col .slick-list {
	overflow: visible;
}

.item-slick-wrap-1col .news-list-2,
.item-slick-wrap-1col .item-list-1 {
	padding: 0 10px;
}

.item-slick-wrap {
	width: calc(89.33333% - 22px);
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.item-slick-wrap .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.item-slick-wrap--news .slick-prev,
.item-slick-wrap--news .slick-next {
	position: absolute;
	top: calc(29.3013vw + 26.224px);
}

.item-slick-wrap--menu .slick-prev,
.item-slick-wrap--menu .slick-next {
	position: absolute;
	top: calc(29.3013vw - 13.776px);
}

.item-slick-wrap--goods .slick-prev,
.item-slick-wrap--goods .slick-next {
	position: absolute;
	top: calc(29.3013vw - 13.776px);
}

.item-slick-wrap .slick-list {
	overflow: visible;
}

.item-slick-wrap .news-list-2,
.item-slick-wrap .item-list-1 {
	padding: 0 10px;
}

.store-detail-wrap {
	margin-bottom: 50px;
}

.store-detail:not(:last-child) {
	margin-bottom: 34px;
}

.store-detail__content + .store-detail__content {
	border-top: 1px dotted #000;
	padding-top: 17px;
	margin-top: 17px;
}

.store-detail__content p {
	line-height: 1.5;
}

.store-detail__content iframe {
	width: 100%;
	height: 300px;
	margin-top: 15px;
	border: 1px solid #1d9ff0 !important;
}

.twitter-timeline-wrap {
	width: 100%;
	height: 700px;
	overflow: hidden;
	border: 1px solid #1d9ff0;
	overflow: scroll;
}

.twitter-timeline {
	width: 100%;
	height: 100%;
}

.parallax-image {
	position: relative;
	overflow: hidden;
}

.parallax-image--mt {
	margin: 50px 0 0;
}

.parallax-image:before {
	content: "";
	display: block;
	padding-top: 64%;
}

.parallax-image img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}

.parallax-image__inner {
	height: 100%;
}

.bg-polygon {
	position: relative;
	padding-bottom: 50px;
	background: url(../img/sp_polygon_bg.jpg) no-repeat center/cover;
}

.bg-polygon .particle {
	display: none;
}

.floormap {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.floormap img {
	display: block;
}

.floormap__main {
	position: relative;
	border-top: 1px solid #00F0FA;
	border-bottom: 1px solid #00F0FA;
}

.floormap__link {
	display: block;
	position: absolute;
	opacity: 0;
}

.floormap__link--1 {
	bottom: 0;
	left: 0;
	width: 17%;
	height: 60%;
}

.floormap__link--1:before {
	content: "";
	display: block;
	width: 210%;
	height: 34%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.floormap__link--2 {
	bottom: 19%;
	left: 18%;
	width: 39%;
	height: 31.5%;
}

.floormap__link--3 {
	top: 0;
	left: 24%;
	width: 50%;
	height: 49%;
}

.floormap__link--4 {
	bottom: 0;
	right: 0;
	width: 25%;
	height: 78%;
}

.floormap__link--4:before {
	content: "";
	display: block;
	width: 50%;
	height: 30%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0;
	right: 100%;
}

.floormap__hover {
	display: none;
}

.floormap__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.floormap__item.is-visible {
	opacity: 1;
}

.floormap-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.floormap-link__item {
	color: #ffffff;
	font-size: 1.7rem;
	font-family: "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	padding: 8px 0 8px 2.5%;
	width: 49.3%;
	margin-bottom: 5px;
	position: relative;
}

.floormap-link__item:not(:nth-child(2n)) {
	margin-right: 1.4%;
}

.floormap-link__item--blue {
	background: #77ccf0;
}

.floormap-link__item--pink {
	background: #f06f66;
}

.floormap-link__item--green {
	background: #b0dd77;
}

.floormap-link__item--yellow {
	background: #f0c800;
}

.floormap-link__item--jp {
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	margin-top: 2px;
}

.floormap-link__item:before {
	content: "";
	display: block;
	background: url(../img/arrow_button.svg) no-repeat center/contain;
	width: 4px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 4px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.floormap-link__item img {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	margin-right: 2px;
	margin-top: -2px;
}

.floormap-note {
	display: none;
}

.page-image {
	background: #FFFFFF;
}

.page-image img {
	display: block;
}

.tab-list-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tab-list-1__item {
	width: calc((100% - 10px) / 2);
	text-align: center;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.23;
}

.tab-list-1__item:not(:last-child) {
	margin-right: 10px;
}

.tab-list-1__item a {
	display: block;
	background: #aabbbb;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 13px 0;
}

.tab-list-1 .is-current {
	background: #00B4FF;
}

.js-tab-prev.js-tab-list--prev {
	display: none;
}

.js-tab-next.js-tab-list--next {
	display: none;
}

.tab-list-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tab-list-2--green {
	border: 1px solid #78e0aa;
}

.tab-list-2--blue {
	border: 1px solid #00B4FF;
}

.tab-list-2__item {
	font-size: 1.3rem;
	font-weight: 700;
	height: 44px;
	width: 25%;
}

.tab-list-2--col7 .tab-list-2__item:nth-child(5),
.tab-list-2--col7 .tab-list-2__item:nth-child(6),
.tab-list-2--col7 .tab-list-2__item:nth-child(7) {
	width: 33.333333%;
}

.tab-list-2--col6 .tab-list-2__item:nth-child(5),
.tab-list-2--col6 .tab-list-2__item:nth-child(6) {
	width: 50%;
}

.tab-list-2--col5 .tab-list-2__item:nth-child(5) {
	width: 100%;
}

.tab-list-2--col3 .tab-list-2__item {
	width: 33.333333%;
}

.tab-list-2--col2 .tab-list-2__item {
	width: 50%;
}

.tab-list-2--col1 .tab-list-2__item {
	width: 100%;
}

.tab-list-2__item a {
	display: block;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tab-list-2__item--green {
	border: 1px solid #78e0aa;
	color: #78e0aa;
}

.tab-list-2__item--green .is-current {
	background: #78e0aa;
}

.tab-list-2__item--blue {
	border: 1px solid #00B4FF;
	color: #00B4FF;
}

.tab-list-2__item--blue .is-current {
	background: #00B4FF;
}

.tab-list-2__item .is-current {
	color: #ffffff;
}

.tab-content-wrap--event-lg {
	border: 2px solid #00B4FF;
	background: #FFFFFF;
}

.tab-content-wrap--event-lg__inner {
	padding: 20px;
}

.tab-content-wrap--event-green {
	background: #FFFFFF;
	border: 2px solid #78e0aa;
	padding: 3px 9.333333% 40px;
}

.tab-content-wrap--event-blue {
	background: #FFFFFF;
	border: 2px solid #00B4FF;
	padding: 3px 9.333333% 40px;
}

.tab-content:not(.is-active) {
	display: none;
}

.month-switch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.month-switch__item {
	font-size: 1.6rem;
	font-weight: 700;
	color: #aaaaaa;
	width: 47px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
	margin-right: 7px;
}

.month-switch__item a {
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	display: block;
	width: 100%;
	padding: 6px 0;
}

.month-switch__item:first-child,
.month-switch__item:last-child {
	width: 30px;
}

.month-switch__item:first-child {
	margin-right: 12px;
}

.month-switch__item:last-child {
	margin-left: 12px;
}

.month-switch__item .cls-1 {
	fill: #aaa;
}

.month-switch .is-current {
	background: #aaaaaa;
	color: #ffffff;
}

.calendar {
	border: 1px solid #AAAAAA;
	margin-bottom: 50px;
}

.page-switch {
	padding: 20px;
}

.page-switch__item {
	font-size: 1.6rem;
	font-weight: 700;
	width: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 30px;
	margin-bottom: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.page-switch__item.is-hover {
	-webkit-tap-highlight-color: transparent;
	background: rgba(255, 255, 255, 0.75);
}

.page-switch__item--black {
	overflow: hidden;
}

.page-switch__item--black a {
	color: #FFFFFF;
	background-color: #000;
	background-image: -webkit-linear-gradient(12deg, #00B4FF 0%, #00B4FF 50%, transparent 50%, transparent 100%);
	background-image: -o-linear-gradient(12deg, #00B4FF 0%, #00B4FF 50%, transparent 50%, transparent 100%);
	background-image: linear-gradient(78deg, #00B4FF 0%, #00B4FF 50%, transparent 50%, transparent 100%);
	background-size: 250%;
	background-position: right top;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.page-switch__item--black a.is-hover {
	-webkit-tap-highlight-color: transparent;
	background-position: left top;
}

.page-switch__item--mb-lg {
	margin-bottom: 10px;
}

.page-switch__item a {
	display: block;
	padding: 15px 0;
}

.page-switch .is-current {
	background: #ffffff;
}

.page-switch--black .page-switch__item {
	background: rgba(0, 0, 0, 0.15);
}

.page-switch--black .page-switch__item.is-hover {
	-webkit-tap-highlight-color: transparent;
	background: rgba(0, 0, 0, 0.45);
}

.page-switch--black .is-current {
	background: #000;
	color: #FFFFFF;
}

.page-switch--lg {
	padding: 0;
}

.item-wrap .item-list-1 {
	margin-bottom: 50px;
}

.item-wrap .item-list-1:last-child {
	margin-bottom: 0;
}

.item-wrap--sp-2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page-subhead {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	background: #000;
	min-height: 100px;
	padding: 30px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-subhead--green {
	background: url(../img/bg_page_subhead_sp.png) no-repeat center/cover;
}

.page-subhead--blue {
	background: rgba(0, 180, 255, 0.45);
}

.page-subhead__inner {
	margin-left: 0;
	margin-right: 0;
}

.page-subhead__label {
	white-space: nowrap;
	height: 39px;
	position: absolute;
	top: 0;
	left: 50%;
	padding: 0 15px;
	min-width: 240px;
	line-height: 39px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: 700;
}

.page-subhead__label:before,
.page-subhead__label:after {
	content: "";
	display: block;
	width: 25px;
	height: 39px;
	position: absolute;
	top: 0;
}

.page-subhead__label:before {
	left: 2px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.page-subhead__label:after {
	right: 2px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.page-subhead__label--black {
	background: url(../img/hdsub_3.svg) repeat-x center center;
}

.page-subhead__label--black:before {
	background: url(../img/hdsub_1.svg) repeat left center/auto 100%;
}

.page-subhead__label--black:after {
	background: url(../img/hdsub_2.svg) repeat right center/auto 100%;
}

.page-subhead__label--white {
	color: #6688ff;
	background: url(../img/hdsub_white_2.svg) repeat-x center center/auto 100%;
}

.page-subhead__label--white:before {
	background: url(../img/hdsub_white_1.svg) repeat left center/auto 100%;
}

.page-subhead__label--white:after {
	background: url(../img/hdsub_white_3.svg) repeat right center/auto 100%;
}

.page-subhead__text {
	font-size: 1.8rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.22;
}

.page-subhead__text--yellow {
	color: #ffdc00;
}

.event-info {
	margin-top: 25px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.event-info--bb-black {
	border-bottom: 1px solid #000;
}

.event-info--bb-white {
	border-bottom: 1px solid #FFFFFF;
}

.event-info__item {
	margin-bottom: 18px;
}

.event-info__label {
	font-weight: 700;
	color: #ffffff;
	padding: 6px;
	margin-bottom: 10px;
}

.event-info__label--green {
	background: #78e0aa;
}

.event-info__label--yellow {
	background: #ffdc00;
	color: #000;
}

.event-info__text {
	line-height: 1.57;
}

.event-info__text--white {
	color: #ffffff;
}

.image-content {
	margin-top: 25px;
	margin-bottom: 20px;
}

.image-content img {
	display: block;
}

.image-content__item {
	margin-bottom: 10px;
}

.image-content__item--sm img:not(:last-child) {
	margin-bottom: 10px;
}

.event-head-note {
	font-size: 1.2rem;
	font-weight: 700;
	background: #C80000;
	color: #ffffff;
	letter-spacing: 0.25em;
	padding: 5px 0;
	text-align: center;
}

.schedule {
	background: #f2f2f2;
	margin-bottom: 5px;
	padding: 20px 20px 15px;
}

.schedule__head {
	margin-bottom: 12px;
}

.schedule__text {
	line-height: 1.7;
}

.flow__item {
	background: #ffdc00;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 45px;
	position: relative;
}

.flow__item:not(:last-child):before {
	content: "";
	background: url(../img/arrow_flow.svg) no-repeat center/contain;
	display: block;
	width: 24px;
	height: 16px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -30px;
}

.cv-btn {
	position: fixed;
	bottom: 10px;
	left: 0;
	display: block;
	width: 195px;
	height: 59px;
	background: url(../img/btn_reserve_sp.svg) no-repeat left center/contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.cv-simple-btn {
	position: fixed;
	bottom: 10px;
	left: 0;
	display: block;
	background: #FFDC00;
	font-size: 2rem;
	text-indent: 0;
	width: 225px;
	height: 50px;
	font-weight: 700;
	letter-spacing: 0.25em;
	padding-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.floor-introduction_top {
	position: fixed;
	bottom: 18px;
	left: 0;
	display: block;
	text-indent: 0;
	width: 225px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.cv-simple-btn.is-hover {
	-webkit-tap-highlight-color: transparent;
	background-color: #fcbc15;
}

.cv-simple-btn:before {
	content: "";
	background: url(../img/icon_reserve.svg) no-repeat center/contain;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	left: 55px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.image-text-1__image:not(:last-child) {
	margin-bottom: 14px;
}

.image-text-1__heading {
	letter-spacing: 0.05em;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.image-text-1__heading:not(:last-child) {
	margin-bottom: 10px;
}

.image-text-2 {
	margin-bottom: 55px;
}

.image-text-2__image {
	width: 165px;
	margin: 0 auto 20px;
}

.image-text-2__image img {
	display: block;
}

.gallery-pickup {
	position: relative;
	display: block;
	width: 100%;
	background: #000;
}

.gallery-pickup:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 66.666666%;
}

.gallery-pickup img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.gallery-thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gallery-thumb__item {
	margin-top: 5px;
	width: calc((100% - 15px) / 4);
	margin-right: 5px;
}

.gallery-thumb__item:nth-child(4n) {
	margin-right: 0;
}

.gallery-thumb__button {
	border: none;
	padding: 0;
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	background: #000;
}

.gallery-thumb__button:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 66.666666%;
}

.gallery-thumb__button img {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.gallery-thumb__button.is-hover {
	-webkit-tap-highlight-color: transparent;
}

.gallery-thumb__button.is-hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.no-post {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 80px 0;
}

.page-lead {
	color: #FFFFFF;
	padding: 26px 0;
	border-top: 5px solid #FFFFFF;
}

.page-lead__heading {
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	margin-bottom: 17px;
}

.page-lead__text {
	margin: 0 auto;
}

.page-lead__text--tit {
	display: block;
	font-size: 1.45rem;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}

.page-lead__text-lg {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}

.page-lead__text-huge {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}

.page-lead__logo-head {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 33px;
}

.page-lead__logo-icon {
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
}

.page-lead--storeguide {
	background: url(../img/bg_storeguide_sp.jpg) no-repeat center/cover;
}

.page-lead--restaurantarea {
	background: url(../img/bg_restaurantarea_sp.jpg) no-repeat center/cover;
	padding: 55px 0 50px;
}

.page-lead--zeonsdiner {
	background: url(../img/bg_zeonsdiner_sp.jpg) no-repeat center/cover;
	padding: 35px 0 30px;
}

.page-lead--fortunelatte {
	background: url(../img/bg_fortunelatte_sp.jpg) no-repeat center/cover;
	padding: 48px 0 45px;
}

.page-lead--goodsstore {
	background: url(../img/bg_goodsstore_sp.jpg) no-repeat center/cover;
	padding: 105px 0 98px;
}

.floor-list:not(:last-child) {
	margin-bottom: 80px;
}

.floor-list__main {
	text-align: justify;
}

.floor-list__image {
	margin-bottom: 15px;
}

.floor-list__image img {
	display: block;
}

.floor-list__button {
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	border-radius: 20px;
	padding: 0 20px;
	position: relative;
	line-height: 1;
	margin-top: 20px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.floor-list__button:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid #FFFFFF;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.floor-list__button--lg {
	font-size: 1.6rem;
	font-weight: 700;
	height: 60px;
	border-radius: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.floor-list__button[target="_blank"]:after {
	background: url(../img/icon_ex_white.svg) no-repeat center/contain;
	width: 16px;
	height: 14px;
	border: none;
	right: 26px;
}

.floor-list__button--blue {
	background: #77CCF0;
}

.floor-list__button--blue.is-hover {
	-webkit-tap-highlight-color: transparent;
	background: #2EB5E5;
}

.floor-list__button--red {
	background: #F06F66;
}

.floor-list__button--red.is-hover {
	-webkit-tap-highlight-color: transparent;
	background: #ED4848;
}

.floor-list__button--green {
	background: #8acc33;
}

.floor-list__button--green.is-hover {
	-webkit-tap-highlight-color: transparent;
	background: #9AE52E;
}

.floor-list__button--yellow {
	background: #F0C800;
}

.floor-list__button--yellow.is-hover {
	-webkit-tap-highlight-color: transparent;
	background: #FFCE00;
}

.floor-list__note {
	margin-top: 20px;
	margin-bottom: 35px;
}

.simple-photo {
	margin-bottom: 15px;
}

.post-item {
	border-bottom: 1px solid #000;
	padding-bottom: 17px;
	margin-bottom: 18px;
}

.item-title {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.36;
	text-align: justify;
}

.item-subtitle {
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.3;
}

.member-navi-wrap {
	position: relative;
	display: none;
}

.member-navi-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	background: #FFFFFF;
	padding: 0 14px;
	font-size: 1.4rem;
	font-weight: 600;
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.member-navi-btn:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 17px;
	background: url(../img/icon_member.svg) no-repeat center/contain;
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.member-navi-btn.is-hover {
	-webkit-tap-highlight-color: transparent;
	opacity: 0.6;
}

.member-navi {
	display: none;
	background: rgba(0, 0, 0, 0.75);
	color: #FFFFFF;
	font: 600 1.3rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	padding: 3px 15px;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 3100;
	width: 200px;
}

.member-navi:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 7px solid rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}

.member-navi__item:not(:last-child) {
	border-bottom: 1px dotted #FFFFFF;
}

.member-navi__item a {
	display: block;
	text-align: center;
	padding: 7px 0 7px 0;
}

.member-navi__item a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 11px;
	vertical-align: middle;
	margin: 0 0 0 5px;
	background: url(../img/icon_ex_white.svg) no-repeat center/contain;
}

.member-navi__item img {
	margin-right: 10px;
}

.faq {
	line-height: 1.75;
}

.faq:not(:last-child) {
	margin-bottom: 1.75em;
}

.faq a {
	color: #00B4FF;
	text-decoration: underline;
}

.faq a.is-hover {
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
}

.faq p + p {
	margin-top: 1.75em;
}

.faq__heading {
	font-weight: 600;
}

.members-lead {
	padding: 48px 0;
	color: #FFFFFF;
	background: url(../img/bg_member_lead_sp.jpg) no-repeat center/cover;
}

.members-lead__text {
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 33px;
	text-align: justify;
}

.section-w .text {
	text-align: justify;
}

.section-w__item:not(:last-child) {
	margin-bottom: 40px;
}

.point-message {
	display: block;
	padding: 9px 10px;
	font-weight: 600;
	font-size: 2.0rem;
	line-height: 1.5;
	letter-spacing: 0.15em;
	border: 1px solid #000;
	text-align: center;
}

.point-message:not(:first-child) {
	margin-top: 27px;
}

.point {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px 0;
}

.point__item {
	width: 28.4%;
}

.point__number {
	font-weight: 600;
	font-size: 2.0rem;
	display: block;
	margin-bottom: 5px;
	color: #FFBF00;
}

.point__image {
	display: block;
	border-radius: 50%;
	overflow: hidden;
	background: #FFBF00;
	width: 100%;
	position: relative;
}

.point__image:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.point__image img {
	position: absolute;
	max-width: initial;
}

.point__image--1 img {
	top: 32%;
	left: 32%;
	width: 114%;
}

.point__image--2 img {
	top: 26%;
	left: 27%;
	width: 109%;
}

.point__image--3 img {
	top: 18%;
	left: 24%;
	width: 112%;
}

.point__text {
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.35;
	margin-top: 8px;
	display: block;
	position: relative;
}

.link-icon-wrap {
	text-align: center;
	font-size: 1.8rem;
	margin-top: 32px;
}

.link-icon {
	display: inline-block;
	border-bottom: 1px solid #00B4FF;
	font-weight: 600;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	padding-bottom: 3px;
	color: #666666;
}

.link-icon.is-hover {
	-webkit-tap-highlight-color: transparent;
	color: #00B4FF;
	border-bottom-color: transparent;
}

.link-icon--white {
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.link-icon--white .icon-faq {
	background: url(../img/icon_faq_white.svg) no-repeat center/contain;
}

.link-icon--white.is-hover {
	-webkit-tap-highlight-color: transparent;
	color: #FFBF00;
	border-bottom-color: #FFBF00;
}

.link-icon--white.is-hover .icon-faq {
	background: url(../img/icon_faq_orange.svg) no-repeat center/contain;
}

.link-icon span[class*='icon'] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}

.flow-2__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0;
}

.flow-2__item:not(:last-child) {
	margin-bottom: 58px;
}

.flow-2__item:not(:last-child):after {
	position: absolute;
	top: 100%;
	left: 20.9%;
	margin-top: 8px;
	content: "";
	display: block;
	width: 30px;
	height: 39px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url(../img/icon_arrow_flow.svg) no-repeat center/contain;
}

.flow-2__image {
	display: block;
	width: 41.8%;
}

.flow-2__text {
	width: 53.7%;
	line-height: 1.7;
	text-align: justify;
}

.icon-login {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url(../img/icon_login_blue.svg) no-repeat center/contain;
}

.icon-register {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon_register_blue.svg) no-repeat center/contain;
}

.icon-faq {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
	width: 26px;
	height: 22px;
	background: url(../img/icon_faq_blue.svg) no-repeat center/contain;
}

.scrollin,
.scrollin-group {
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transform: translate(0, 50px);
}

.scrollin.is-visible,
.scrollin-group.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-accordion-content {
	display: none;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 36px;
	width: 36px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: 1px solid #ffffff;
	outline: none;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	opacity: 0.6;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	background-color: #cccccc;
}

.slick-prev {
	left: 0px;
	background-image: url(../img/slick_arrow_left.svg);
}

.slick-next {
	right: 0px;
	background-image: url(../img/slick_arrow_right.svg);
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	margin: 0 0;
	width: 100%;
	font-size: 0;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 5px;
	border-radius: 50%;
	background: #cccccc;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 100%;
	width: 100%;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 0;
	cursor: pointer;
	background: #cccccc;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li.slick-active button {
	opacity: 1;
	background: #c80000;
}

.content-none {
	line-height: 1.3;
}

/*2020.10.1追加_総合トップのトピックス表記変更*/
.top_news {width: 100%;}
.top_news ul {list-style: none; text-align: center;}
.top_news ul li{width: 47%; display: inline-block; margin: 0 1% 5%; vertical-align: top; text-align: left;}
.top_news .cat-label {font-size: 1.5rem;}
/*2020.10.1追加_総合トップのトピックス表記変更_end*/

@media screen and (min-width: 681px) {

.pc-ta-center { /* pc */
	text-align: center;
}

.l-body { /* pc */
	min-width: 1100px;
}

.l-wrapper { /* pc */
	width: 1000px;
}

.l-pc-wrapper { /* pc */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 89.33333%;
	width: 1000px;
}

.l-header__inner { /* pc */
	padding: 7px 8px 7px 20px;
}

.l-header--home:after { /* pc */
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 800px);
	height: 100%;
	background: url(../img/img_mv_top_pc_center.svg) no-repeat left top/100% 50px;
}

.l-header--home { /* pc */
	background: url(../img/img_mv_top_pc_left.svg) no-repeat left top/auto 100%, url(../img/img_mv_top_pc_right.svg) no-repeat right top/auto 100%;
}

.l-main { /* pc */
	padding-top: 54px;
	padding-bottom: 300px;
	margin-bottom: -107px;
}

.l-main:before { /* pc */
	background: url(../img/bg_01_pc.svg) no-repeat center bottom/1400px auto;
}

.l-main--pt-sm { /* pc */
	padding-top: 10px;
}

.l-main--home { /* pc */
	padding-top: 0;
	padding-bottom: 200px;
}

.l-main--night { /* pc */
	border-top: 10px solid #FFFFFF;
}

.l-main--night:before { /* pc */
	background: url(../img/bg_night_pc.jpg) no-repeat center/cover;
}

.l-section { /* pc */
	padding: 105px 0 35px;
}

.l-section + .separate { /* pc */
	margin-top: 100px;
}

.l-event .l-section { /* pc */
	padding-bottom: 100px;
}

.l-section-md { /* pc */
	padding: 40px 0;
}

.l-section-md--pt-sm { /* pc */
}

.l-section .l-section-md { /* pc */
	padding-bottom: 0;
}

.l-section-md--pc-pb0 { /* pc */
	padding-bottom: 0;
}

.l-section-sm:not(:last-child) { /* pc */
	margin-bottom: 50px;
}

.l-2col { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-2col__item { /* pc */
	width: calc(50% - 15px);
}

.l-2col__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.l-goods { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.l-goods__sub { /* pc */
	width: 480px;
	margin-bottom: 0;
}

.l-goods__main { /* pc */
	width: 430px;
}

.l-white { /* pc */
	background: rgba(255, 255, 255, 0.65);
	padding: 60px;
}

.noscript { /* pc */
	width: 500px;
}

.header-logo img { /* pc */
	width: 180px;
}

.globalnavi { /* pc */
	width: 300px;
	top: 0;
	border-top: 0;
	z-index: 2900;
	background: none;
}

.globalnavi__inner { /* pc */
	background: #FFFFFF;
	padding-top: 66px;
}

.globalnavi a:not([target="_blank"]):after { /* pc */
	width: 10px;
	height: 10px;
	right: 10%;
}

.globalnavi a[target="_blank"]:before,
.globalnavi a[target="_blank"]:after { /* pc */
	right: 10%;
}

.globalnavi a:hover {
	color: #FFFFFF;
	background: #000;
}

.globalnavi a:hover:before,
.globalnavi a:hover:after {
	border-color: #FFFFFF;
}

.gnav-main__item { /* pc */
}

.gnav-main__main { /* pc */
	padding: 16px 10%;
}

.gnav-main__sub { /* pc */
	padding: 12px 10%;
}

.gnav-main__sub--lg { /* pc */
	padding-top: 17px;
	padding-bottom: 18px;
}

.gnav-sub { /* pc */
	background: #FFFFFF;
}

.gnav-sub__link { /* pc */
	padding: 28px 10%;
}

.gnav-members { /* pc */
	display: none;
}

.menu-btn { /* pc */
	border: none;
}

.menu-btn span { /* pc */
	width: 20px;
}

.menu-btn:hover {
	background: #C80000;
}

.lang-switch { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0px;
}

.lang-switch__text { /* pc */
	display: block;
	font: 400 1.2rem "Staatliches", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	color: #999999;
	margin-right: 14px;
}

.lang-switch__text:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #999999;
	vertical-align: middle;
	margin: 0 0 0 14px;
}

.lang-list { /* pc */
	top: 100%;
	left: auto;
	right: 0;
	-webkit-transform: translate(0%, 0);
	-ms-transform: translate(0%, 0);
	transform: translate(0%, 0);
}

.lang-list:before { /* pc */
	left: 84%;
}

.pagetop { /* pc */
	width: 55px;
	height: 55px;
	right: 20px;
}

.footer-navi-wrap { /* pc */
	margin-top: -1px;
	padding: 20px 0 23px;
}

.sub-navi { /* pc */
	font-size: 1.6rem;
}

.sub-navi__item a:hover {
	color: #00B4FF;
}

.sub-navi__item a { /* pc */
	line-height: 1;
}

.footer-main { /* pc */
	padding: 50px 0;
}

.banners { /* pc */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.banners__item { /* pc */
	width: 206px;
}

.banners__item:not(:last-child) {
	margin-right: 58px;
}

.banners__item a:hover {
	opacity: 0.6;
}

.footer-info { /* pc */
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-info__main { /* pc */
	padding: 2px 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-info__heading { /* pc */
	margin-bottom: 0;
	margin-right: 25px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.footer-info__heading img { /* pc */
	width: 280px;
}

.footer-info__sns { /* pc */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-top: none;
	border-left: 1px solid #FFFFFF;
}

.footer-info__sns__item { /* pc */
	width: 75px;
}

.footer-info__sns__item a:hover {
	background: rgba(255, 255, 255, 0.2);
}

.copyright { /* pc */
	padding: 30px 0;
}

.copyright__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.copyright__main { /* pc */
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.copyright__sub { /* pc */
	margin-top: 0;
}

.button:hover {
	background-position: left top;
}

.head-wrap .button { /* pc */
	height: 50px;
}

.button { /* pc */
	width: 285px;
	height: 50px;
}

.button:after { /* pc */
	right: 16px;
}

.button--lg { /* pc */
	width: 100%;
}

.button-bold-frame:hover {
	color: #00B4FF;
}

.button-bold-frame { /* pc */
	width: 420px;
	font-size: 1.8rem;
}

.button-bold-frame--white:hover {
	border-color: #FFBF00;
	color: #FFBF00;
}

.button-bold-frame--white:hover .icon-login {
	background: url(../img/icon_login_orange.svg) no-repeat center/contain;
}

.button-bold-frame--white:hover .icon-register {
	background: url(../img/icon_register_orange.svg) no-repeat center/contain;
}

.button-bold-frame__text { /* pc */
	margin-left: 1em;
}

.button-event { /* pc */
	background-image: url(../img/bg_btn_event_pc.jpg);
	font-size: 2.8rem;
}

.button-event:hover span {
	background-position: left top;
}

.button-event span { /* pc */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.button-event span:after { /* pc */
	width: 18px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 35px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.buttons-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.text + .buttons-wrap { /* pc */
	margin-top: 45px;
}

.buttons-wrap a { /* pc */
	margin: 0 25px;
}

.buttons-wrap--sm a { /* pc */
	margin: 0 10px;
}

.button-red { /* pc */
	font-size: 2.4rem;
	line-height: 1;
	width: 500px;
	padding: 20px 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-red:hover {
	background: #f20000;
}

.button-black { /* pc */
	width: 335px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-black:hover {
	background: #f15454;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-black--lg { /* pc */
	width: 465px;
	height: 50px;
}

.mainvisual { /* pc */
	padding-top: 154px;
	padding-bottom: 60px;
}

.mainvisual__content { /* pc */
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.mainvisual__main { /* pc */
	text-align: center;
	border: none;
	background: url(../img/bg_mainvisual_pc.svg) no-repeat center/100% 100%;
	width: 100%;
	margin-bottom: 30px;
}

.mainvisual__main__inner { /* pc */
	padding: 65px 0 70px;
	background: none;
}

.mainvisual__main:after { /* pc */
	width: 235px;
	height: 123px;
	padding-top: 0;
	-webkit-transform: translate(-50%, -65%);
	-ms-transform: translate(-50%, -65%);
	transform: translate(-50%, -65%);
}

.mainvisual__head { /* pc */
	font-size: 2.4rem;
}

.mainvisual__head img { /* pc */
	width: 450px;
	margin: 0 auto 23px;
}

.mainvisual__text { /* pc */
	font-size: 1.5rem;
	margin-top: 14px;
}

.attention { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 30px;
	margin-bottom: 0;
}

.attention__heading { /* pc */
	border-bottom: none;
	border-right: 1px solid #FFFFFF;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 10px 22px 10px 0;
	margin-right: 30px;
	margin-bottom: 0;
}

.feature-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.feature { /* pc */
	width: calc(100% / 3);
	height: 298px;
}

.feature--1 { /* pc */
	background-image: url(../img/img_feature_01_pc.jpg);
}

.feature--2 { /* pc */
	background-image: url(../img/img_feature_02_pc.jpg);
}

.feature--3 { /* pc */
	background-image: url(../img/img_feature_03_pc.jpg);
}

.feature__content { /* pc */
}

.feature__label { /* pc */
}

.feature__head--zh { /* pc */
	font-size: 5.6rem;
}

.pickup-content { /* pc */
	padding: 110px 0 100px;
}

.pickup-content__main { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pickup-link:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.pickup-link:before { /* pc */
	padding-top: 100%;
}

.pickup-link { /* pc */
	width: 460px;
}

.pickup-link a:hover {
	color: #000;
	background-position: left top;
}

.pickup-link a:hover .cls-1 {
	stroke: #000;
}

.pickup-link a { /* pc */
	padding: 22px 16px 20px;
}

.pickup-link__head { /* pc */
	font-size: 8.8rem;
	line-height: 0.9;
}

.pickup-link__catch { /* pc */
	font-size: 2.2rem;
	margin-bottom: 12px;
}

.pickup-link__text { /* pc */
	font-size: 1.5rem;
}

.pickup-link__sub { /* pc */
	margin-top: 17px;
}

.pickup-link__sub svg { /* pc */
	margin-left: 7px;
}

.separate { /* pc */
	position: relative;
}

.separate:before,
.separate:after {
	content: "";
	display: block;
	width: calc(50% - 500px);
	height: 5px;
	background: #B0C4CF;
	position: absolute;
	top: 0;
	z-index: 0;
}

.separate:before {
	left: 0;
}

.separate:after {
	right: 0;
}

.separate--footer:before,
.separate--footer:after {
	height: 100%;
	background: #FFFFFF;
	border-top: 5px solid #B0C4CF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.separate img { /* pc */
	width: auto;
	height: 32px;
	margin: 0 auto;
}

.heading-1 { /* pc */
	text-align: left;
	margin-bottom: 35px;
}

.heading-1--mb-lg { /* pc */
	margin-bottom: 56px;
}

.heading-1--white .heading-1__en { /* pc */
	border-color: #FFFFFF;
}

.heading-1__en { /* pc */
	font-size: 13.5rem;
	border-bottom: 1px solid #000;
}

.heading-1__en--sm { /* pc */
	padding-bottom: 8px;
	font-size: 8.8rem;
}

.heading-1__jp { /* pc */
	font-size: 2.0rem;
	margin-top: 20px;
	display: block;
}
	
.heading-1__jp img { /* pc */
	width: 45%;
	margin: 0 2% 5px;
	vertical-align: middle;
}

.heading-2 { /* pc */
	margin-bottom: 16px;
}

.heading-3:before { /* pc */
	background: url(../img/underline_pc.svg) no-repeat center/contain;
}

.heading-3 span { /* pc */
	font-size: 1.6rem;
}

.heading-3--long { /* pc */
	font-size: 2.4rem;
	margin-bottom: 30px;
}

.heading-3--sm { /* pc */
	font-size: 1.8rem;
}

.heading-4 { /* pc */
	margin-bottom: 33px;
}

.heading-4__en { /* pc */
	font-size: 8.8rem;
}

.heading-4__en--xsm { /* pc */
	font-size: 5.6rem;
}

.heading-4__jp { /* pc */
	font-size: 2rem;
}

.heading-4__jp--sm { /* pc */
	font-size: 1.6rem;
}

.heading-4--mb-sm { /* pc */
	margin-bottom: 20px;
}

.heading-5 { /* pc */
	padding-left: 15px;
}

.heading-6 { /* pc */
	font-size: 2.4rem;
	text-align: left;
	padding-left: 20px;
}

.heading-7 { /* pc */
	font-size: 2.4rem;
	margin-bottom: 55px;
}

.heading-8 { /* pc */
	width: calc(100% + 66px);
	height: 50px;
	font-size: 2rem;
	padding: 15px 0;
	margin-bottom: 60px;
}

.heading-8--blue { /* pc */
}

.heading-8--green { /* pc */
}

.heading-9 { /* pc */
	font-size: 3.0rem;
	margin-bottom: 40px;
	padding-bottom: 18px;
}

.heading-10 { /* pc */
	font-size: 2.2rem;
	margin-bottom: 15px;
}

.heading-12 { /* pc */
	margin-bottom: 24px;
}

.heading-12--simple { /* pc */
	margin-bottom: 14px;
}

.heading-12__en { /* pc */
	font-size: 4.0rem;
}

.heading-12__jp { /* pc */
	letter-spacing: 0.05em;
	margin-top: 2px;
}

.heading-13--simple { /* pc */
	margin-bottom: 12px;
}

.heading-13__en { /* pc */
}

.heading-13__jp { /* pc */
}

.heading-14 { /* pc */
	font-size: 3.6rem;
	border-left-width: 15px;
	border-right-width: 15px;
	line-height: 1;
	margin-bottom: 42px;
}

.heading-15 { /* pc */
	font-size: 2.8rem;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 17px 0;
	margin-bottom: 40px;
}

.heading-16 { /* pc */
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.heading-17 { /* pc */
	font-size: 3.6rem;
	margin-bottom: 25px;
}

.head-wrap__button { /* pc */
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 35px;
}

.head-wrap__button--sm { /* pc */
	margin-top: 13px;
}

.home-content { /* pc */
	padding: 105px 0 75px;
}

.icon-intro { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.icon-intro__item { /* pc */
	width: 200px;
}

.icon-intro__item:not(:last-child) { /* pc */
	margin-bottom: 0;
	margin-right: 20px;
}

.shop-list-wrap { /* pc */
}

.shop-list-wrap:before,
.shop-list-wrap:after {
	content: "";
	display: table;
}

.shop-list-wrap:after {
	clear: both;
}

.shop-list { /* pc */
	float: left;
	width: 316px;
	margin-bottom: 25px;
}

.shop-list--lg {
	width: 658px;
}

.shop-list:not(:first-child) { /* pc */
	margin-top: 0;
	margin-left: 25px;
}

.shop-list:nth-child(3n-2) { /* pc */
	margin-left: 0;
}

.shop-list__link { /* pc */
}

.shop-list--lg .shop-list__link {
	height: 100%;
}

.shop-list a:hover .shop-list__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.shop-list__head { /* pc */
	padding: 13px 0 9px;
}

.shop-list__head--lg { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 130px;
}

.shop-list__head__label { /* pc */
	font-size: 2.4rem;
	padding: 10px 0 17px;
}

.shop-list__head__jp { /* pc */
}

.shop-list--lg .shop-list__head__jp {
	font-size: 3.0rem;
}

.shop-list__head__en { /* pc */
}

.shop-list--lg .shop-list__head__en {
	font-size: 1.7rem;
	margin-top: 9px;
}

.shop-list__logo { /* pc */
	width: 180px;
	left: 13px;
	-webkit-transform: translateY(-14px);
	-ms-transform: translateY(-14px);
	transform: translateY(-14px);
}

.shop-list__main { /* pc */
}

.shop-list__text { /* pc */
	text-align: center;
	margin-top: 12px;
	line-height: 1.55;
}

.shop-list--lg .shop-list__detail { /* pc */
	margin-top: 5px;
}

.shop-list_limited {
	width: 658px;
	height: 151px;
}	

.news-list-1-wrap { /* pc */
	margin-top: 60px;
	padding: 28px 30px 20px;
	background: rgba(255, 255, 255, 0.5);
}

.news-list-1-wrap--deep { /* pc */
	background: rgba(255, 255, 255, 0.8);
}

.news-list-1 { /* pc */
	border-bottom: none;
}

.news-list-1:not(:last-child) { /* pc */
	margin-bottom: 22px;
}

.news-list-1--sm:not(:last-child) { /* pc */
	margin-bottom: 8px;
}

.news-list-1__link { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 18px;
}

.news-list-1__link:hover {
	opacity: 0.6;
}

.news-list-1__cat { /* pc */
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 10px;
}

.news-list-1__main { /* pc */
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}

.news-list-1__date { /* pc */
	border-right: 1px solid #000;
	width: 100px;
	line-height: 1;
	margin-right: 12px;
}

.news-list-1__shop-wrap { /* pc */
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-bottom: 5px;
}

.news-list-2-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.news-list-2-wrap .news-list-2 {
	width: calc((100% - 100px) / 3);
}

.news-list-2-wrap .news-list-2:not(:nth-child(3n)) {
	margin-right: 50px;
}

.news-list-2 { /* pc */
}

.news-list-2__link:hover .news-list-2__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news-list-2__date { /* pc */
	line-height: 1;
}

.news-list-2__image { /* pc */
	margin-bottom: 18px;
}

.news-list-2__title { /* pc */
	margin-top: 6px;
}

.text-lg { /* pc */
	font-size: 2rem;
	letter-spacing: 0.05em;
}

.box { /* pc */
	padding: 55px 60px 60px;
}

.box:first-of-type { /* pc */
	margin-top: 27px;
}

.box:not(:last-of-type) { /* pc */
	margin-bottom: 70px;
}

.page-head { /* pc */
	margin-top: 0;
	padding: 52px 0;
	background-image: url(../img/bg_page_head_pc.png);
}

.page-head__jp { /* pc */
	font-size: 5.6rem;
}

.page-head__jp span { /* pc */
	font-size: 3.6rem;
}

.page-head__jp span.text-jp { /* pc */
	font-size: 2.4rem;
}

.page-head__en { /* pc */
	font-size: 2.0rem;
	margin-top: 18px;
}

.shop-switch { /* pc */
	width: 500px;
	margin: 0 auto 56px;
}

.shop-switch__label { /* pc */
	background-position: right 25px center;
	height: 64px;
	border-radius: 32px;
	font-size: 2.4rem;
}

.shop-switch__content:hover + .shop-switch__label {
	opacity: 0.65;
}

.cat-list-content { /* pc */
	margin-bottom: 70px;
}

.cat-list { /* pc */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 840px;
	margin: 0 auto;
}

.cat-list__item { /* pc */
	width: 200px;
	height: 36px;
	margin: 5px;
}

.cat-list__item a { /* pc */
	border-radius: 18px;
}

.cat-list__item a:hover {
	background: #FFDC00;
}

.pager-wrap--mt { /* pc */
	margin-top: 30px;
}

.pager { /* pc */
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0 110px;
}

.pager--detail { /* pc */
	width: 335px;
	padding: 0;
}

.pager__item { /* pc */
	width: 40px;
	height: 40px;
}

.pager__item span { /* pc */
	display: none;
	margin-left: 0;
}

.pager__item--first,
.pager__item--last { /* pc */
	width: 55px;
}

.pager__item--first,
.pager__item--last,
.pager__item--prev,
.pager__item--next { /* pc */
}

.pager__item--prev { /* pc */
	left: 65px;
}

.pager__item--prev:first-child { /* pc */
	left: 0;
}

.pager__item--next { /* pc */
	right: 65px;
}

.pager__item--next:last-child { /* pc */
	right: 0;
}

.pager__item--return { /* pc */
	width: 205px;
	margin: 0;
}

.pager__item.is-current { /* pc */
	width: 40px;
	background: #888;
	color: #FFFFFF;
}

.pager__item:hover {
	background: #888888;
	border-color: #888888;
	color: #FFFFFF;
}

.pager__item:hover .cls-1 {
	fill: #FFFFFF;
}

.pager__numbers { /* pc */
	margin: 0 15px;
}

.pager__numbers .pager__item:not(.is-current) { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.breadcrumb { /* pc */
	display: block;
	margin-top: 64px;
}

.breadcrumb__item a:hover {
	color: #C80000;
}

.breadcrumb__item a:hover path {
	fill: #C80000;
}

.post { /* pc */
	background: rgba(255, 255, 255, 0.65);
	padding: 30px;
	margin-bottom: 30px;
}

.post-info { /* pc */
	margin-top: 21px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.post-date { /* pc */
	font-size: 3.6rem;
	margin-bottom: 0;
}

.post-title { /* pc */
	font-size: 2.6rem;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.shop-label-wrap { /* pc */
}

.shop-label { /* pc */
	padding: 4px 12px;
}

.shop-label--sp-2col { /* pc */
	width: auto;
}

.shop-label--sp-2col:nth-child(even) {
	margin-right: 5px;
}

.shop-label:last-child { /* pc */
	margin-right: 0;
}

.sns-share { /* pc */
	margin-bottom: 60px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.sns-share__item { /* pc */
	width: 100px;
	margin-right: 15px;
}

.sns-share__link:hover {
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.post-image { /* pc */
	width: 880px;
	margin: 0 auto 50px;
}

.post-content { /* pc */
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.post-content .button { /* pc */
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 335px;
	width: auto;
	padding: 0 70px;
	margin: 40px auto;
}

.anchor-list { /* pc */
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 20px 0 10px;
}

.anchor-list__item { /* pc */
	width: 100%;
	height: 25px;
}

.anchor-list__item:nth-child(3n) { /* pc */
	border-right: none;
}

.anchor-list__item:last-child { /* pc */
	border-right: 1px solid #000;
}

.anchor-list__item--sp-2col:nth-child(even) { /* pc */
	border-right: none;
}

.anchor-list__item--sp-2col:last-child { /* pc */
	border-right: 1px solid #000;
}

.anchor-list__item--sp-lg { /* pc */
}

.anchor-list__item a:hover {
	color: #C80000;
}

.anchor-list__item--h-blue a:hover {
	color: #FFDC00;
}

.anchor-list--white .anchor-list__item { /* pc */
	border-color: white;
}

.images-list { /* pc */
	margin: 20px 0 0;
	height: 150px;
}

.images-list__inner { /* pc */
}

.images-list__item { /* pc */
	width: 235px;
	height: 150px;
}

.images-list__item:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.shop-image__logo { /* pc */
	padding: 20px 0 0;
}

.shop-image__logo__tokyo { /* pc */
	width: 180px;
	margin-left: -50px;
}

.shop-banner-wrap { /* pc */
	margin-bottom: 70px;
}

.event-list-1 { /* pc */
	padding: 0 20px;
	width: 490px;
}

.event-list-1 a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item-list-1__inner { /* pc */
}

.item-list-1 a:hover .item-list-1__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item-list-1__image { /* pc */
	margin-bottom: 16px;
}

.item-list-1__area { /* pc */
	margin-bottom: 13px;
}

.item-list-1__shop { /* pc */
}

.item-list-2 { /* pc */
	margin-bottom: 0;
	padding: 0 20px;
}

.item-list-2__inner { /* pc */
}

.item-list-2 a:hover .item-list-2__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item-list-2__image { /* pc */
	margin-bottom: 20px;
}

.item-list-3:not(:last-child) { /* pc */
	margin-bottom: 50px;
}

.item-list-3__head { /* pc */
	position: relative;
	margin-bottom: 20px;
}

.item-list-3__head .item-list-3__label { /* pc */
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 140px;
	border: 1px solid #ffffff;
}

.item-list-3__label { /* pc */
	margin-top: 10px;
}

.item-list-3__label--mt-none { /* pc */
	margin-top: 0;
}

.item-list-3__body { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.item-list-3__body:hover .item-list-3__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item-list-3__image { /* pc */
	width: 270px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 25px;
	margin-bottom: 0;
}

.item-list-3__image--has-label { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.item-list-3__image--has-label img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.item-list-3__text + .item-list-3__text { /* pc */
	padding-top: 15px;
	margin-top: 15px;
}

.item-list-3__text:first-of-type { /* pc */
	margin-top: -5px;
}

.item-list-4 a:hover .item-list-4__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item-list-4__heading { /* pc */
	font-size: 3.6rem;
	line-height: 1;
	margin-bottom: 40px;
}

.item-list-4__text { /* pc */
	padding-bottom: 35px;
	margin-bottom: 25px;
}

.item-list-4__info { /* pc */
	font-size: 2.4rem;
}

.item-list-5 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 70px;
}

.item-list-5__image { /* pc */
	margin-bottom: 0;
	width: 500px;
}

.item-list-5__main { /* pc */
	width: calc(100% - 500px);
}

.item-list-5__main p {
	padding-right: 50px;
}

.item-list-5__text-lg { /* pc */
	margin-bottom: 15px;
}

.item-list-6:not(:last-child) { /* pc */
	margin-bottom: 40px;
}

.item-list-6 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.item-list-6__image { /* pc */
	width: 420px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
}

.item-list-6__content { /* pc */
	width: 430px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 8px;
}

.item-list-7 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.item-list-7:not(:last-of-type) { /* pc */
	margin-bottom: 20px;
}

.item-list-7__heading { /* pc */
	width: 120px;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
	padding: 0;
	min-height: 28px;
}

.item-list-8:not(:last-child) { /* pc */
	margin-bottom: 28px;
}

.item-list-8__heading button { /* pc */
	font-size: 2.4rem;
	padding: 11px 50px 11px 0;
}

.item-list-8__inner { /* pc */
	padding: 32px 37px;
}

.item-list-9 { /* pc */
}

.item-list-9__inner { /* pc */
	padding: 32px 37px;
}

.item-list-9__heading { /* pc */
}

.item-list-9__heading > * { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 60px 9px 20px;
}

.item-list-9__heading .js-accordion-trg:after { /* pc */
	right: 10px;
}

.item-list-9__date { /* pc */
	margin: 2px 20px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 90px;
	border-right: 1px solid #FFFFFF;
}

.item-list-9__title { /* pc */
	font-size: 2.4rem;
}

.item-list-10 { /* pc */
	padding: 0 15px;
}

.event-slick-wrap { /* pc */
	width: 980px;
	margin-top: 45px;
}

.event-slick-wrap--detail { /* pc */
}

.event-slick-wrap--detail .slick-prev,
.event-slick-wrap--detail .slick-next { /* pc */
	top: 150px;
}

.item-slick-wrap-1col { /* pc */
	width: 630px;
	margin-top: 35px;
	padding-bottom: 0;
}

.item-slick-wrap-1col__inner { /* pc */
	width: 100%;
}

.item-slick-wrap-1col .slick-prev,
.item-slick-wrap-1col .slick-next { /* pc */
	bottom: auto;
	margin-top: -25px;
}

.item-slick-wrap { /* pc */
	width: 960px;
	padding-bottom: 0;
}

.item-slick-wrap--news .slick-prev,
.item-slick-wrap--news .slick-next { /* pc */
	top: 140px;
}

.item-slick-wrap--menu .slick-prev,
.item-slick-wrap--menu .slick-next { /* pc */
	top: 100px;
}

.item-slick-wrap--goods .slick-prev,
.item-slick-wrap--goods .slick-next { /* pc */
	top: 100px;
}

.store-detail-wrap { /* pc */
	width: 46.8%;
	margin-bottom: 0;
}

.twitter-timeline-wrap { /* pc */
	width: 47%;
}

.store-info-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.parallax-image--mt { /* pc */
	margin-top: 120px;
}

.parallax-image:before { /* pc */
	padding-top: 250px;
}

.parallax-image--sp-only img { /* pc */
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
}

.bg-polygon { /* pc */
	background: url(../img/pc_polygon_bg.jpg) no-repeat center top/cover;
	padding-bottom: 120px;
}

.bg-polygon .particle { /* pc */
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.bg-polygon .particle canvas {
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), color-stop(50%, #FFFFFF), to(#FFFFFF));
	background: -webkit-linear-gradient(top, #EFEFEF 0%, #FFFFFF 50%, #FFFFFF 100%);
	background: -o-linear-gradient(top, #EFEFEF 0%, #FFFFFF 50%, #FFFFFF 100%);
	background: linear-gradient(to bottom, #EFEFEF 0%, #FFFFFF 50%, #FFFFFF 100%);
}

.floormap { /* pc */
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

.floormap__main { /* pc */
	border-top: none;
	border-bottom: none;
}

.floormap__link--1 { /* pc */
	width: 19%;
	height: 50%;
}

.floormap__link--1:before { /* pc */
	width: 235%;
}

.floormap__link--2 { /* pc */
	left: 18.5%;
	width: 42%;
	height: 23%;
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
}

.floormap__link--2:before {
	content: "";
	display: block;
	width: 47%;
	height: 80%;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	position: absolute;
	top: 67%;
	right: -8%;
}

.floormap__link--3 { /* pc */
	top: 4%;
	left: 29%;
	width: 44%;
	height: 52%;
}

.floormap__link--3:before {
	content: "";
	display: block;
	width: 5%;
	height: 92%;
	position: absolute;
	top: 0;
	right: 100%;
}

.floormap__link--4 { /* pc */
	height: 71%;
}

.floormap__link--4:before { /* pc */
	width: 55%;
}

.floormap__hover { /* pc */
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.floormap-link { /* pc */
	display: none;
}

.floormap-note { /* pc */
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}

.tab-list-1__item:not(:last-child) { /* pc */
}

.tab-list-1__item { /* pc */
	width: calc((50% - 5px));
	font-size: 1.8rem;
}

.tab-list-1__item a { /* pc */
	padding: 39px;
}

.tab-list-2__item { /* pc */
	font-size: 1.6rem;
	height: 58px;
}

.tab-list-2__item--green { /* pc */
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.tab-list-2__item--green:hover {
	background: #78e0aa;
	color: #ffffff;
}

.tab-list-2__item--blue { /* pc */
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.tab-list-2__item--blue:hover {
	background: #00B4FF;
	color: #ffffff;
}

.tab-content-wrap p { /* pc */
	font-size: 1.6rem;
}

.tab-content-wrap--event-lg { /* pc */
	border-width: 20px;
}

.tab-content-wrap--event-lg__inner { /* pc */
	padding: 50px;
	max-height: 1430px;
	overflow: auto;
}

.tab-content-wrap--event-green { /* pc */
	padding: 6px 40px 40px;
}

.tab-content-wrap--event-blue { /* pc */
	padding: 6px 40px 40px;
}

.month-switch { /* pc */
	margin-bottom: 40px;
}

.month-switch__item { /* pc */
	font-size: 2rem;
	width: 80px;
	margin-right: 10px;
}

.month-switch__item a { /* pc */
	padding: 9px 0;
}

.month-switch__item:first-child,
.month-switch__item:last-child { /* pc */
	width: 40px;
}

.month-switch__item:first-child { /* pc */
	margin-right: 25px;
}

.month-switch__item:last-child { /* pc */
	margin-left: 25px;
}

.page-switch { /* pc */
	width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 45px 0 30px;
}

.page-switch__item:hover {
	background: rgba(255, 255, 255, 0.75);
}

.page-switch__item { /* pc */
	font-size: 2.4rem;
	width: 49%;
	border-radius: 40px;
}

.page-switch__item:not(:nth-child(2n)) {
	margin-right: 2%;
}

.page-switch__item--black a:hover {
	background-position: left top;
}

.page-switch__item--mb-lg { /* pc */
	margin-bottom: 20px;
}

.page-switch__item a { /* pc */
	padding: 20px 0;
}

.page-switch--black .page-switch__item:hover {
	background: rgba(0, 0, 0, 0.45);
}

.page-switch--lg { /* pc */
	padding: 12px 0;
}

.item-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item-wrap .item-list-1:last-child { /* pc */
	margin-bottom: 50px;
}

.item-wrap .item-list-1 { /* pc */
	width: calc((100% - 51px) / 3);
}

.item-wrap .item-list-1:not(:nth-child(3n)) {
	margin-right: 25px;
}

.item-wrap--sp-2col { /* pc */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.page-subhead { /* pc */
	margin-bottom: 60px;
	padding: 30px 0 15px;
	min-height: 130px;
}

.page-subhead--green { /* pc */
	background: url(../img/bg_page_subhead_pc.png) no-repeat center/auto 100%, #78E1AA;
}

.page-subhead--blue { /* pc */
	background: rgba(0, 180, 255, 0.45);
}

.page-subhead__inner { /* pc */
}

.page-subhead__label { /* pc */
	font-size: 1.8rem;
}

.page-subhead__text { /* pc */
	font-size: 2.8rem;
}

.page-subhead__text--yellow { /* pc */
	font-size: 2.4rem;
}

.event-info { /* pc */
	margin-top: 50px;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

.event-info__item { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.event-info__label { /* pc */
	width: 180px;
	font-size: 2rem;
	text-align: center;
	padding: 10px 0;
	margin-right: 40px;
}

.event-info__text { /* pc */
	font-size: 2.4rem;
}

.image-content { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.image-content__item { /* pc */
	width: calc(50% - 10px);
	margin-bottom: 20px;
}

.image-content__item--lg { /* pc */
	width: 690px;
}

.image-content__item--sm { /* pc */
	width: 210px;
}

.image-content__item--sm img:not(:last-child) { /* pc */
	margin-bottom: 20px;
}

.event-head-note { /* pc */
	font-size: 1.6rem;
	padding: 12px 0;
}

.schedule { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px;
}

.schedule__head { /* pc */
	margin-bottom: 0;
	padding-right: 45px;
	border-right: 7px solid #ffffff;
	margin-right: 30px;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.schedule__text { /* pc */
	line-height: 1;
}

.flow { /* pc */
	margin-top: 55px;
}

.flow__item { /* pc */
	font-size: 2rem;
	padding: 18px 0;
	margin-bottom: 44px;
}

.cv-btn { /* pc */
	width: 110px;
	height: 240px;
	right: 0;
	left: auto;
	top: 50%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background: url(../img/btn_reserve_pc.svg) no-repeat right center/contain;
}

.cv-btn.is-hover {
	-webkit-tap-highlight-color: transparent;
	background-image: url(../img/btn_reserve_pc_hover.svg);
}

.cv-simple-btn { /* pc */
	right: 0;
	left: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #FFDC00;
	font-size: 2.4rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 80px;
	height: 280px;
	padding-top: 50px;
	padding-left: 0;
}
	
.floor-introduction_top{
	right: 7px;
	left: auto;
	bottom: 0;
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	transform: translateY(-30%);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 80px;
	height: 360px;
	padding-left: 0;
}

.cv-simple-btn:hover {
	background-color: #fcbc15;
}

.cv-simple-btn:before { /* pc */
	top: 70px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.image-text-1__heading { /* pc */
	font-size: 2.0rem;
}

.image-text-2 { /* pc */
	width: 645px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.image-text-2__image { /* pc */
	margin: 0 30px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.gallery-thumb { /* pc */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.gallery-thumb__item:nth-child(4n) { /* pc */
	margin-right: 15px;
}

.gallery-thumb__item { /* pc */
	margin-top: 15px;
	width: calc((100% - 30px) / 3);
	margin-right: 15px;
}

.gallery-thumb__item:nth-child(3n) {
	margin-right: 0;
}

.gallery-thumb__button:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.no-post { /* pc */
	font-size: 2.4rem;
	padding: 200px 0;
}

.page-lead { /* pc */
	text-align: center;
	padding: 95px 0 98px;
	border-top-width: 10px;
}

.page-lead__heading { /* pc */
	font-size: 3.6rem;
	margin-bottom: 32px;
}

.page-lead__text--tit { /* pc */
	font-size: 1.8rem;
	font-weight: 400;
}

.page-lead__text-lg { /* pc */
	font-size: 2.4rem;
	margin-bottom: 12px;
}

.page-lead__text-huge { /* pc */
	font-size: 2.4rem;
	margin-bottom: 12px;
}

.page-lead__logo-head { /* pc */
	width: 420px;
	margin-bottom: 30px;
}

.page-lead__logo-head--mb-sm { /* pc */
	margin-bottom: 20px;
}

.page-lead--storeguide { /* pc */
	background: url(../img/bg_storeguide_pc.jpg) no-repeat center/cover;
}

.page-lead--restaurantarea { /* pc */
	background: url(../img/bg_restaurantarea_pc.jpg) no-repeat center/cover;
	padding: 98px 0 92px;
}

.page-lead--zeonsdiner { /* pc */
	background: url(../img/bg_zeonsdiner_pc.jpg) no-repeat center/cover;
	padding: 50px 0 28px;
}

.page-lead--fortunelatte { /* pc */
	background: url(../img/bg_fortunelatte_pc.jpg) no-repeat center/cover;
	padding: 80px 0 78px;
}

.page-lead--goodsstore { /* pc */
	background: url(../img/bg_goodsstore_pc.jpg) no-repeat center/cover;
	padding: 120px 0 118px;
}

.floor-list-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.floor-list:not(:last-child) { /* pc */
	margin-bottom: 70px;
}

.floor-list { /* pc */
	width: 465px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.floor-list:nth-last-child(2) {
	margin-bottom: 0;
}

.floor-list__main { /* pc */
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.floor-list__image { /* pc */
	margin-bottom: 25px;
}

.floor-list__button { /* pc */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 16px;
}

.floor-list__button--blue:hover {
	background: #2EB5E5;
}

.floor-list__button--red:hover {
	background: #ED4848;
}

.floor-list__button--green:hover {
	background: #9AE52E;
}

.floor-list__button--yellow:hover {
	background: #FFCE00;
}

.simple-photo { /* pc */
	margin-bottom: 35px;
}

.post-item { /* pc */
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.item-title { /* pc */
	font-size: 2.6rem;
}

.member-navi-wrap { /* pc */
	margin: 0 10px 0 12px;
	display: block;
}

.member-navi-btn:hover {
	opacity: 0.6;
}

.member-navi { /* pc */
}

.faq a:hover {
	text-decoration: none;
}

.members-lead { /* pc */
	padding: 70px 0 75px;
	background-image: url(../img/bg_member_lead_pc.jpg);
}

.members-lead__text { /* pc */
	text-align: center;
	margin-bottom: 30px;
}

.section-w { /* pc */
	background: rgba(255, 255, 255, 0.65);
	padding: 25px 30px 30px;
}

.section-w__item:not(:last-child) { /* pc */
	margin-bottom: 75px;
}

.point-message:not(:first-child) { /* pc */
	margin-top: 40px;
}

.point-message { /* pc */
	font-size: 2.4rem;
	padding: 14px 20px 16px;
}

.point { /* pc */
	margin: 30px 30px;
}

.point__item { /* pc */
	width: 240px;
	height: 240px;
	background: #FFBF00;
	border-radius: 50%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 18px 0;
	overflow: hidden;
}

.point__number { /* pc */
	color: #FFFFFF;
	font-size: 3.0rem;
}

.point__image:before { /* pc */
	content: none;
}

.point__image { /* pc */
	overflow: visible;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.point__image img { /* pc */
	z-index: 0;
	max-width: 200%;
}

.point__image--1 img { /* pc */
	top: 33%;
	left: 37.4%;
	width: 77%;
}

.point__image--2 img { /* pc */
	top: 31%;
	left: 34%;
	width: 75%;
}

.point__image--3 img { /* pc */
	top: 25.5%;
	left: 32%;
	width: 76%;
}

.point__text { /* pc */
	color: #FFFFFF;
	font-size: 2.0rem;
	line-height: 1.4;
}

.link-icon-wrap { /* pc */
	margin-top: 24px;
}

.link-icon:hover {
	color: #00B4FF;
	border-bottom-color: transparent;
}

.link-icon--white:hover {
	color: #FFBF00;
	border-bottom-color: #FFBF00;
}

.link-icon--white:hover .icon-faq {
	background: url(../img/icon_faq_orange.svg) no-repeat center/contain;
}

.flow-2 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 60px;
}

.flow-2__item { /* pc */
	display: block;
	width: 180px;
}

.flow-2__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.flow-2__item:not(:last-child):after { /* pc */
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	-ms-transform: translate(0, -50%) rotate(-90deg);
	transform: translate(0, -50%) rotate(-90deg);
	top: 100px;
	left: 100%;
	margin-left: 55px;
	margin-top: 0;
}

.flow-2__image { /* pc */
	width: 100%;
}

.flow-2__text { /* pc */
	display: block;
	width: 100%;
	margin-top: 20px;
}

.slick-dotted.slick-slider { /* pc */
	padding-bottom: 50px;
}

.slick-dots { /* pc */
	bottom: 0px;
}

.slick-dots li { /* pc */
	margin: 0 3px;
	width: 40px;
	height: 4px;
	border-radius: 0;
}

.content-none { /* pc */
	font-size: 1.5rem;
	text-align: center;
}
	
/*2020.10.1追加_総合トップのトピックス表記変更*/
.top_news ul li{margin: 0; }
.top_news .cat-label {font-size: 2.2rem;}
/*2020.10.1追加_総合トップのトピックス表記変更_end*/


}

@media screen and (min-width: 681px) and (min-width: 681px) {

.heading-3--long:before { /* pc */
	content: "";
	display: block;
	background: url(../img/underline_long_pc.svg) no-repeat center/contain;
	width: 100%;
	height: 16px;
	position: absolute;
	bottom: -3px;
	left: 0;
}

.cv-btn:hover {
	background-image: url(../img/btn_reserve_pc_hover.svg);
}

}

@media screen and (max-width: 680px) {

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.sp-only-3 { /* sp */
	margin-top: 25px;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

.item-list-1--sp-2col { /* sp */
	width: 48%;
}

.item-wrap .item-list-1--sp-2col {
	margin-bottom: 20px;
}

.item-wrap .item-list-1--sp-2col:last-child {
	margin-bottom: 20px;
}

.item-list-1--sp-2col .item-list-1__name {
	font-size: 1.5rem;
}

.item-list-1--sp-2col .item-list-1__info {
	font-size: 1.3rem;
	margin-top: 10px;
	padding: 8px 0;
}

.item-list-1--sp-2col .item-list-1__note {
	margin-bottom: 6px;
}

.item-list-1--sp-2col .item-list-1__sub {
	padding-bottom: 20px;
}

.item-list-1--sp-2col .item-list-1__detail {
	font-size: 1.5rem;
}

.item-list-1--sp-2col .item-list-1__detail svg {
	vertical-align: middle;
	margin: 0 0 3px 5px;
	width: 30px;
}

.item-list-1--sp-2col .shop-label {
	width: 100%;
	font-size: 1.0rem;
}

.font-5 {
	width: auto!important;
	font-size: 1.3vw!important;
}

}

@media screen and (max-width: 375px) {

.pickup-link__head {
	font-size: 16vw;
}

.pickup-link__catch {
	font-size: 4.54vw;
}

.pickup-link__text {
	font-size: 3.8vw;
}

}

@media screen and (max-width: 369px) {

.floormap-link__item {
	font-size: 1.6rem;
	padding-left: 2%;
}

}

@media screen and (max-width: 360px) {

.button-event {
	font-size: 1.5rem;
}

.button-event span {
	padding: 0 6%;
}

.button-event span:after {
	margin-left: 10px;
}

}

@media screen and (max-width: 350px) {

.month-switch__item {
	margin-right: 4px;
}

.month-switch__item:first-child {
	margin-right: 5px;
}

.month-switch__item:last-child {
	margin-left: 5px;
}

}

