@charset "UTF-8";
/*【Foundation】-------------- */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
	zoom: 0.8;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	     appearance: checkbox;
}

[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	     appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* 初期設定
 ======================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

*, *:before, *:after {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	background-color: #fff;
	height: 100%;
}

html {
	font-size: 62.5%;
}

body {
	word-wrap: break-word;
	font-family: "TsukuGoPro-M" !important;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #333;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6, caption, address, th {
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
}

ul, ol, li, dl, dt, dd {
	list-style: none;
}

p {
	line-height: 1.8em;
}

img {
	width: 100%;
	height: auto;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	vertical-align: bottom;
	border: none;
	outline: none;
}

body > img {
	width: unset;
}

a {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	background: transparent;
	color: #000;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

button, fieldset, form, input, label, legend, select, textarea {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
}

button {
	border: none;
}

input, select {
	vertical-align: middle;
}

select {
	cursor: pointer;
}

[type=radio], [type=checkbox] {
	margin: 1rem 1rem 1rem 2rem;
	cursor: pointer;
}

/*【Object】------------------ */
/* 計算拡張 --------------------- */
/* responsive ------------------ */
/**
 * メディアクエリ
 * less=未満 below=以下 avobe=以上 over=それよりも大きい の意味で使用しています
 */
/**
* メディアクエリ（min-width）
* @param {breakpoint} 画面サイズ
*/
/**
* メディアクエリ（max-width）
* @param {breakpoint} 画面サイズ
*/
/**
* メディアクエリ（min-width and max-width）
* @param {breakpoint1} min-widthの画面サイズ
* @param {breakpoint2} max-widthの画面サイズ
*/
/* pc-size --------------------- */
/* sphone-size ------------------ */
/* 三点リーダー ------------------ */
/* リンクスタイル：ZOOM ----------- */
/* pc/sp hide -------------- */
@media (min-width: 769px) {
	.u-pcHide {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.u-spHide {
		display: none !important;
	}
}

/* clear-fix ------------------- */
.u-cfx:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.u-cfx {
	display: inline-table;
	zoom: 1;
}

/* hides from ie mac \*/
* html .u-cfx {
	height: 1%;
}

.u-cfx {
	display: block;
}

/* end hide from ie mac */
/* 余白 ---------------------- */
.u-mt00 {
	margin-top: 0vw !important;
}

.u-mr00 {
	margin-right: 0vw !important;
}

.u-mb00 {
	margin-bottom: 0vw !important;
}

.u-ml00 {
	margin-left: 0vw !important;
}

.u-pt00 {
	padding-top: 0vw !important;
}

.u-pr00 {
	padding-right: 0vw !important;
}

.u-pb00 {
	padding-bottom: 0vw !important;
}

.u-pl00 {
	padding-left: 0vw !important;
}

@media (min-width: 769px) {
	.u-mt00 {
		margin-top: 0px !important;
	}
	.u-mr00 {
		margin-right: 0px !important;
	}
	.u-mb00 {
		margin-bottom: 0px !important;
	}
	.u-ml00 {
		margin-left: 0px !important;
	}
	.u-pt00 {
		padding-top: 0px !important;
	}
	.u-pr00 {
		padding-right: 0px !important;
	}
	.u-pb00 {
		padding-bottom: 0px !important;
	}
	.u-pl00 {
		padding-left: 0px !important;
	}
}
.u-mt05 {
	margin-top: 0.7vw !important;
}

.u-mr05 {
	margin-right: 0.7vw !important;
}

.u-mb05 {
	margin-bottom: 0.7vw !important;
}

.u-ml05 {
	margin-left: 0.7vw !important;
}

.u-pt05 {
	padding-top: 0.7vw !important;
}

.u-pr05 {
	padding-right: 0.7vw !important;
}

.u-pb05 {
	padding-bottom: 0.7vw !important;
}

.u-pl05 {
	padding-left: 0.7vw !important;
}

@media (min-width: 769px) {
	.u-mt05 {
		margin-top: 5px !important;
	}
	.u-mr05 {
		margin-right: 5px !important;
	}
	.u-mb05 {
		margin-bottom: 5px !important;
	}
	.u-ml05 {
		margin-left: 5px !important;
	}
	.u-pt05 {
		padding-top: 5px !important;
	}
	.u-pr05 {
		padding-right: 5px !important;
	}
	.u-pb05 {
		padding-bottom: 5px !important;
	}
	.u-pl05 {
		padding-left: 5px !important;
	}
}
.u-mt10 {
	margin-top: 1.3vw !important;
}

.u-mr10 {
	margin-right: 1.3vw !important;
}

.u-mb10 {
	margin-bottom: 1.3vw !important;
}

.u-ml10 {
	margin-left: 1.3vw !important;
}

.u-pt10 {
	padding-top: 1.3vw !important;
}

.u-pr10 {
	padding-right: 1.3vw !important;
}

.u-pb10 {
	padding-bottom: 1.3vw !important;
}

.u-pl10 {
	padding-left: 1.3vw !important;
}

@media (min-width: 769px) {
	.u-mt10 {
		margin-top: 10px !important;
	}
	.u-mr10 {
		margin-right: 10px !important;
	}
	.u-mb10 {
		margin-bottom: 10px !important;
	}
	.u-ml10 {
		margin-left: 10px !important;
	}
	.u-pt10 {
		padding-top: 10px !important;
	}
	.u-pr10 {
		padding-right: 10px !important;
	}
	.u-pb10 {
		padding-bottom: 10px !important;
	}
	.u-pl10 {
		padding-left: 10px !important;
	}
}
.u-mt15 {
	margin-top: 2vw !important;
}

.u-mr15 {
	margin-right: 2vw !important;
}

.u-mb15 {
	margin-bottom: 2vw !important;
}

.u-ml15 {
	margin-left: 2vw !important;
}

.u-pt15 {
	padding-top: 2vw !important;
}

.u-pr15 {
	padding-right: 2vw !important;
}

.u-pb15 {
	padding-bottom: 2vw !important;
}

.u-pl15 {
	padding-left: 2vw !important;
}

@media (min-width: 769px) {
	.u-mt15 {
		margin-top: 15px !important;
	}
	.u-mr15 {
		margin-right: 15px !important;
	}
	.u-mb15 {
		margin-bottom: 15px !important;
	}
	.u-ml15 {
		margin-left: 15px !important;
	}
	.u-pt15 {
		padding-top: 15px !important;
	}
	.u-pr15 {
		padding-right: 15px !important;
	}
	.u-pb15 {
		padding-bottom: 15px !important;
	}
	.u-pl15 {
		padding-left: 15px !important;
	}
}
.u-mt20 {
	margin-top: 2.7vw !important;
}

.u-mr20 {
	margin-right: 2.7vw !important;
}

.u-mb20 {
	margin-bottom: 2.7vw !important;
}

.u-ml20 {
	margin-left: 2.7vw !important;
}

.u-pt20 {
	padding-top: 2.7vw !important;
}

.u-pr20 {
	padding-right: 2.7vw !important;
}

.u-pb20 {
	padding-bottom: 2.7vw !important;
}

.u-pl20 {
	padding-left: 2.7vw !important;
}

@media (min-width: 769px) {
	.u-mt20 {
		margin-top: 20px !important;
	}
	.u-mr20 {
		margin-right: 20px !important;
	}
	.u-mb20 {
		margin-bottom: 20px !important;
	}
	.u-ml20 {
		margin-left: 20px !important;
	}
	.u-pt20 {
		padding-top: 20px !important;
	}
	.u-pr20 {
		padding-right: 20px !important;
	}
	.u-pb20 {
		padding-bottom: 20px !important;
	}
	.u-pl20 {
		padding-left: 20px !important;
	}
}
.u-mt25 {
	margin-top: 3.3vw !important;
}

.u-mr25 {
	margin-right: 3.3vw !important;
}

.u-mb25 {
	margin-bottom: 3.3vw !important;
}

.u-ml25 {
	margin-left: 3.3vw !important;
}

.u-pt25 {
	padding-top: 3.3vw !important;
}

.u-pr25 {
	padding-right: 3.3vw !important;
}

.u-pb25 {
	padding-bottom: 3.3vw !important;
}

.u-pl25 {
	padding-left: 3.3vw !important;
}

@media (min-width: 769px) {
	.u-mt25 {
		margin-top: 25px !important;
	}
	.u-mr25 {
		margin-right: 25px !important;
	}
	.u-mb25 {
		margin-bottom: 25px !important;
	}
	.u-ml25 {
		margin-left: 25px !important;
	}
	.u-pt25 {
		padding-top: 25px !important;
	}
	.u-pr25 {
		padding-right: 25px !important;
	}
	.u-pb25 {
		padding-bottom: 25px !important;
	}
	.u-pl25 {
		padding-left: 25px !important;
	}
}
.u-mt30 {
	margin-top: 4vw !important;
}

.u-mr30 {
	margin-right: 4vw !important;
}

.u-mb30 {
	margin-bottom: 4vw !important;
}

.u-ml30 {
	margin-left: 4vw !important;
}

.u-pt30 {
	padding-top: 4vw !important;
}

.u-pr30 {
	padding-right: 4vw !important;
}

.u-pb30 {
	padding-bottom: 4vw !important;
}

.u-pl30 {
	padding-left: 4vw !important;
}

@media (min-width: 769px) {
	.u-mt30 {
		margin-top: 30px !important;
	}
	.u-mr30 {
		margin-right: 30px !important;
	}
	.u-mb30 {
		margin-bottom: 30px !important;
	}
	.u-ml30 {
		margin-left: 30px !important;
	}
	.u-pt30 {
		padding-top: 30px !important;
	}
	.u-pr30 {
		padding-right: 30px !important;
	}
	.u-pb30 {
		padding-bottom: 30px !important;
	}
	.u-pl30 {
		padding-left: 30px !important;
	}
}
.u-mt35 {
	margin-top: 4.7vw !important;
}

.u-mr35 {
	margin-right: 4.7vw !important;
}

.u-mb35 {
	margin-bottom: 4.7vw !important;
}

.u-ml35 {
	margin-left: 4.7vw !important;
}

.u-pt35 {
	padding-top: 4.7vw !important;
}

.u-pr35 {
	padding-right: 4.7vw !important;
}

.u-pb35 {
	padding-bottom: 4.7vw !important;
}

.u-pl35 {
	padding-left: 4.7vw !important;
}

@media (min-width: 769px) {
	.u-mt35 {
		margin-top: 35px !important;
	}
	.u-mr35 {
		margin-right: 35px !important;
	}
	.u-mb35 {
		margin-bottom: 35px !important;
	}
	.u-ml35 {
		margin-left: 35px !important;
	}
	.u-pt35 {
		padding-top: 35px !important;
	}
	.u-pr35 {
		padding-right: 35px !important;
	}
	.u-pb35 {
		padding-bottom: 35px !important;
	}
	.u-pl35 {
		padding-left: 35px !important;
	}
}
.u-mt40 {
	margin-top: 5.3vw !important;
}

.u-mr40 {
	margin-right: 5.3vw !important;
}

.u-mb40 {
	margin-bottom: 5.3vw !important;
}

.u-ml40 {
	margin-left: 5.3vw !important;
}

.u-pt40 {
	padding-top: 5.3vw !important;
}

.u-pr40 {
	padding-right: 5.3vw !important;
}

.u-pb40 {
	padding-bottom: 5.3vw !important;
}

.u-pl40 {
	padding-left: 5.3vw !important;
}

@media (min-width: 769px) {
	.u-mt40 {
		margin-top: 40px !important;
	}
	.u-mr40 {
		margin-right: 40px !important;
	}
	.u-mb40 {
		margin-bottom: 40px !important;
	}
	.u-ml40 {
		margin-left: 40px !important;
	}
	.u-pt40 {
		padding-top: 40px !important;
	}
	.u-pr40 {
		padding-right: 40px !important;
	}
	.u-pb40 {
		padding-bottom: 40px !important;
	}
	.u-pl40 {
		padding-left: 40px !important;
	}
}
.u-mt45 {
	margin-top: 6vw !important;
}

.u-mr45 {
	margin-right: 6vw !important;
}

.u-mb45 {
	margin-bottom: 6vw !important;
}

.u-ml45 {
	margin-left: 6vw !important;
}

.u-pt45 {
	padding-top: 6vw !important;
}

.u-pr45 {
	padding-right: 6vw !important;
}

.u-pb45 {
	padding-bottom: 6vw !important;
}

.u-pl45 {
	padding-left: 6vw !important;
}

@media (min-width: 769px) {
	.u-mt45 {
		margin-top: 45px !important;
	}
	.u-mr45 {
		margin-right: 45px !important;
	}
	.u-mb45 {
		margin-bottom: 45px !important;
	}
	.u-ml45 {
		margin-left: 45px !important;
	}
	.u-pt45 {
		padding-top: 45px !important;
	}
	.u-pr45 {
		padding-right: 45px !important;
	}
	.u-pb45 {
		padding-bottom: 45px !important;
	}
	.u-pl45 {
		padding-left: 45px !important;
	}
}
.u-mt50 {
	margin-top: 6.7vw !important;
}

.u-mr50 {
	margin-right: 6.7vw !important;
}

.u-mb50 {
	margin-bottom: 6.7vw !important;
}

.u-ml50 {
	margin-left: 6.7vw !important;
}

.u-pt50 {
	padding-top: 6.7vw !important;
}

.u-pr50 {
	padding-right: 6.7vw !important;
}

.u-pb50 {
	padding-bottom: 6.7vw !important;
}

.u-pl50 {
	padding-left: 6.7vw !important;
}

@media (min-width: 769px) {
	.u-mt50 {
		margin-top: 50px !important;
	}
	.u-mr50 {
		margin-right: 50px !important;
	}
	.u-mb50 {
		margin-bottom: 50px !important;
	}
	.u-ml50 {
		margin-left: 50px !important;
	}
	.u-pt50 {
		padding-top: 50px !important;
	}
	.u-pr50 {
		padding-right: 50px !important;
	}
	.u-pb50 {
		padding-bottom: 50px !important;
	}
	.u-pl50 {
		padding-left: 50px !important;
	}
}
.u-mt55 {
	margin-top: 7.3vw !important;
}

.u-mr55 {
	margin-right: 7.3vw !important;
}

.u-mb55 {
	margin-bottom: 7.3vw !important;
}

.u-ml55 {
	margin-left: 7.3vw !important;
}

.u-pt55 {
	padding-top: 7.3vw !important;
}

.u-pr55 {
	padding-right: 7.3vw !important;
}

.u-pb55 {
	padding-bottom: 7.3vw !important;
}

.u-pl55 {
	padding-left: 7.3vw !important;
}

@media (min-width: 769px) {
	.u-mt55 {
		margin-top: 55px !important;
	}
	.u-mr55 {
		margin-right: 55px !important;
	}
	.u-mb55 {
		margin-bottom: 55px !important;
	}
	.u-ml55 {
		margin-left: 55px !important;
	}
	.u-pt55 {
		padding-top: 55px !important;
	}
	.u-pr55 {
		padding-right: 55px !important;
	}
	.u-pb55 {
		padding-bottom: 55px !important;
	}
	.u-pl55 {
		padding-left: 55px !important;
	}
}
.u-mt60 {
	margin-top: 8vw !important;
}

.u-mr60 {
	margin-right: 8vw !important;
}

.u-mb60 {
	margin-bottom: 8vw !important;
}

.u-ml60 {
	margin-left: 8vw !important;
}

.u-pt60 {
	padding-top: 8vw !important;
}

.u-pr60 {
	padding-right: 8vw !important;
}

.u-pb60 {
	padding-bottom: 8vw !important;
}

.u-pl60 {
	padding-left: 8vw !important;
}

@media (min-width: 769px) {
	.u-mt60 {
		margin-top: 60px !important;
	}
	.u-mr60 {
		margin-right: 60px !important;
	}
	.u-mb60 {
		margin-bottom: 60px !important;
	}
	.u-ml60 {
		margin-left: 60px !important;
	}
	.u-pt60 {
		padding-top: 60px !important;
	}
	.u-pr60 {
		padding-right: 60px !important;
	}
	.u-pb60 {
		padding-bottom: 60px !important;
	}
	.u-pl60 {
		padding-left: 60px !important;
	}
}
.u-mt65 {
	margin-top: 8.7vw !important;
}

.u-mr65 {
	margin-right: 8.7vw !important;
}

.u-mb65 {
	margin-bottom: 8.7vw !important;
}

.u-ml65 {
	margin-left: 8.7vw !important;
}

.u-pt65 {
	padding-top: 8.7vw !important;
}

.u-pr65 {
	padding-right: 8.7vw !important;
}

.u-pb65 {
	padding-bottom: 8.7vw !important;
}

.u-pl65 {
	padding-left: 8.7vw !important;
}

@media (min-width: 769px) {
	.u-mt65 {
		margin-top: 65px !important;
	}
	.u-mr65 {
		margin-right: 65px !important;
	}
	.u-mb65 {
		margin-bottom: 65px !important;
	}
	.u-ml65 {
		margin-left: 65px !important;
	}
	.u-pt65 {
		padding-top: 65px !important;
	}
	.u-pr65 {
		padding-right: 65px !important;
	}
	.u-pb65 {
		padding-bottom: 65px !important;
	}
	.u-pl65 {
		padding-left: 65px !important;
	}
}
.u-mt70 {
	margin-top: 9.3vw !important;
}

.u-mr70 {
	margin-right: 9.3vw !important;
}

.u-mb70 {
	margin-bottom: 9.3vw !important;
}

.u-ml70 {
	margin-left: 9.3vw !important;
}

.u-pt70 {
	padding-top: 9.3vw !important;
}

.u-pr70 {
	padding-right: 9.3vw !important;
}

.u-pb70 {
	padding-bottom: 9.3vw !important;
}

.u-pl70 {
	padding-left: 9.3vw !important;
}

@media (min-width: 769px) {
	.u-mt70 {
		margin-top: 70px !important;
	}
	.u-mr70 {
		margin-right: 70px !important;
	}
	.u-mb70 {
		margin-bottom: 70px !important;
	}
	.u-ml70 {
		margin-left: 70px !important;
	}
	.u-pt70 {
		padding-top: 70px !important;
	}
	.u-pr70 {
		padding-right: 70px !important;
	}
	.u-pb70 {
		padding-bottom: 70px !important;
	}
	.u-pl70 {
		padding-left: 70px !important;
	}
}
.u-mt75 {
	margin-top: 10vw !important;
}

.u-mr75 {
	margin-right: 10vw !important;
}

.u-mb75 {
	margin-bottom: 10vw !important;
}

.u-ml75 {
	margin-left: 10vw !important;
}

.u-pt75 {
	padding-top: 10vw !important;
}

.u-pr75 {
	padding-right: 10vw !important;
}

.u-pb75 {
	padding-bottom: 10vw !important;
}

.u-pl75 {
	padding-left: 10vw !important;
}

@media (min-width: 769px) {
	.u-mt75 {
		margin-top: 75px !important;
	}
	.u-mr75 {
		margin-right: 75px !important;
	}
	.u-mb75 {
		margin-bottom: 75px !important;
	}
	.u-ml75 {
		margin-left: 75px !important;
	}
	.u-pt75 {
		padding-top: 75px !important;
	}
	.u-pr75 {
		padding-right: 75px !important;
	}
	.u-pb75 {
		padding-bottom: 75px !important;
	}
	.u-pl75 {
		padding-left: 75px !important;
	}
}
.u-mt80 {
	margin-top: 10.7vw !important;
}

.u-mr80 {
	margin-right: 10.7vw !important;
}

.u-mb80 {
	margin-bottom: 10.7vw !important;
}

.u-ml80 {
	margin-left: 10.7vw !important;
}

.u-pt80 {
	padding-top: 10.7vw !important;
}

.u-pr80 {
	padding-right: 10.7vw !important;
}

.u-pb80 {
	padding-bottom: 10.7vw !important;
}

.u-pl80 {
	padding-left: 10.7vw !important;
}

@media (min-width: 769px) {
	.u-mt80 {
		margin-top: 80px !important;
	}
	.u-mr80 {
		margin-right: 80px !important;
	}
	.u-mb80 {
		margin-bottom: 80px !important;
	}
	.u-ml80 {
		margin-left: 80px !important;
	}
	.u-pt80 {
		padding-top: 80px !important;
	}
	.u-pr80 {
		padding-right: 80px !important;
	}
	.u-pb80 {
		padding-bottom: 80px !important;
	}
	.u-pl80 {
		padding-left: 80px !important;
	}
}
.u-mt85 {
	margin-top: 11.3vw !important;
}

.u-mr85 {
	margin-right: 11.3vw !important;
}

.u-mb85 {
	margin-bottom: 11.3vw !important;
}

.u-ml85 {
	margin-left: 11.3vw !important;
}

.u-pt85 {
	padding-top: 11.3vw !important;
}

.u-pr85 {
	padding-right: 11.3vw !important;
}

.u-pb85 {
	padding-bottom: 11.3vw !important;
}

.u-pl85 {
	padding-left: 11.3vw !important;
}

@media (min-width: 769px) {
	.u-mt85 {
		margin-top: 85px !important;
	}
	.u-mr85 {
		margin-right: 85px !important;
	}
	.u-mb85 {
		margin-bottom: 85px !important;
	}
	.u-ml85 {
		margin-left: 85px !important;
	}
	.u-pt85 {
		padding-top: 85px !important;
	}
	.u-pr85 {
		padding-right: 85px !important;
	}
	.u-pb85 {
		padding-bottom: 85px !important;
	}
	.u-pl85 {
		padding-left: 85px !important;
	}
}
.u-mt90 {
	margin-top: 12vw !important;
}

.u-mr90 {
	margin-right: 12vw !important;
}

.u-mb90 {
	margin-bottom: 12vw !important;
}

.u-ml90 {
	margin-left: 12vw !important;
}

.u-pt90 {
	padding-top: 12vw !important;
}

.u-pr90 {
	padding-right: 12vw !important;
}

.u-pb90 {
	padding-bottom: 12vw !important;
}

.u-pl90 {
	padding-left: 12vw !important;
}

@media (min-width: 769px) {
	.u-mt90 {
		margin-top: 90px !important;
	}
	.u-mr90 {
		margin-right: 90px !important;
	}
	.u-mb90 {
		margin-bottom: 90px !important;
	}
	.u-ml90 {
		margin-left: 90px !important;
	}
	.u-pt90 {
		padding-top: 90px !important;
	}
	.u-pr90 {
		padding-right: 90px !important;
	}
	.u-pb90 {
		padding-bottom: 90px !important;
	}
	.u-pl90 {
		padding-left: 90px !important;
	}
}
.u-mt95 {
	margin-top: 12.7vw !important;
}

.u-mr95 {
	margin-right: 12.7vw !important;
}

.u-mb95 {
	margin-bottom: 12.7vw !important;
}

.u-ml95 {
	margin-left: 12.7vw !important;
}

.u-pt95 {
	padding-top: 12.7vw !important;
}

.u-pr95 {
	padding-right: 12.7vw !important;
}

.u-pb95 {
	padding-bottom: 12.7vw !important;
}

.u-pl95 {
	padding-left: 12.7vw !important;
}

@media (min-width: 769px) {
	.u-mt95 {
		margin-top: 95px !important;
	}
	.u-mr95 {
		margin-right: 95px !important;
	}
	.u-mb95 {
		margin-bottom: 95px !important;
	}
	.u-ml95 {
		margin-left: 95px !important;
	}
	.u-pt95 {
		padding-top: 95px !important;
	}
	.u-pr95 {
		padding-right: 95px !important;
	}
	.u-pb95 {
		padding-bottom: 95px !important;
	}
	.u-pl95 {
		padding-left: 95px !important;
	}
}
.u-mt100 {
	margin-top: 13.3vw !important;
}

.u-mr100 {
	margin-right: 13.3vw !important;
}

.u-mb100 {
	margin-bottom: 13.3vw !important;
}

.u-ml100 {
	margin-left: 13.3vw !important;
}

.u-pt100 {
	padding-top: 13.3vw !important;
}

.u-pr100 {
	padding-right: 13.3vw !important;
}

.u-pb100 {
	padding-bottom: 13.3vw !important;
}

.u-pl100 {
	padding-left: 13.3vw !important;
}

@media (min-width: 769px) {
	.u-mt100 {
		margin-top: 100px !important;
	}
	.u-mr100 {
		margin-right: 100px !important;
	}
	.u-mb100 {
		margin-bottom: 100px !important;
	}
	.u-ml100 {
		margin-left: 100px !important;
	}
	.u-pt100 {
		padding-top: 100px !important;
	}
	.u-pr100 {
		padding-right: 100px !important;
	}
	.u-pb100 {
		padding-bottom: 100px !important;
	}
	.u-pl100 {
		padding-left: 100px !important;
	}
}
/* font-family ---------------- */
/* font-size ------------------ */
.u-f10 {
	font-size: 1rem !important;
}

.u-f11 {
	font-size: 1.1rem !important;
}

.u-f12 {
	font-size: 1.2rem !important;
}

.u-f13 {
	font-size: 1.3rem !important;
}

.u-f14 {
	font-size: 1.4rem !important;
}

.u-f15 {
	font-size: 1.5rem !important;
}

.u-f16 {
	font-size: 1.6rem !important;
}

.u-f17 {
	font-size: 1.7rem !important;
}

.u-f18 {
	font-size: 1.8rem !important;
}

.u-f19 {
	font-size: 1.9rem !important;
}

.u-f20 {
	font-size: 2rem !important;
}

.u-f21 {
	font-size: 2.1rem !important;
}

.u-f22 {
	font-size: 2.2rem !important;
}

.u-f23 {
	font-size: 2.3rem !important;
}

.u-f24 {
	font-size: 2.4rem !important;
}

.u-f25 {
	font-size: 2.5rem !important;
}

.u-f26 {
	font-size: 2.6rem !important;
}

.u-f27 {
	font-size: 2.7rem !important;
}

.u-f28 {
	font-size: 2.8rem !important;
}

.u-f29 {
	font-size: 2.9rem !important;
}

.u-f30 {
	font-size: 3rem !important;
}

.u-f31 {
	font-size: 3.1rem !important;
}

.u-f32 {
	font-size: 3.2rem !important;
}

.u-f33 {
	font-size: 3.3rem !important;
}

.u-f34 {
	font-size: 3.4rem !important;
}

.u-f35 {
	font-size: 3.5rem !important;
}

.u-f36 {
	font-size: 3.6rem !important;
}

.u-f37 {
	font-size: 3.7rem !important;
}

.u-f38 {
	font-size: 3.8rem !important;
}

.u-f39 {
	font-size: 3.9rem !important;
}

.u-f40 {
	font-size: 4rem !important;
}

/* line-height ------------------ */
.u-lh00 {
	line-height: 0 !important;
}

.u-lh01 {
	line-height: 0.1 !important;
}

.u-lh02 {
	line-height: 0.2 !important;
}

.u-lh03 {
	line-height: 0.3 !important;
}

.u-lh04 {
	line-height: 0.4 !important;
}

.u-lh05 {
	line-height: 0.5 !important;
}

.u-lh06 {
	line-height: 0.6 !important;
}

.u-lh07 {
	line-height: 0.7 !important;
}

.u-lh08 {
	line-height: 0.8 !important;
}

.u-lh09 {
	line-height: 0.9 !important;
}

.u-lh10 {
	line-height: 1 !important;
}

.u-lh11 {
	line-height: 1.1 !important;
}

.u-lh12 {
	line-height: 1.2 !important;
}

.u-lh13 {
	line-height: 1.3 !important;
}

.u-lh14 {
	line-height: 1.4 !important;
}

.u-lh15 {
	line-height: 1.5 !important;
}

.u-lh16 {
	line-height: 1.6 !important;
}

.u-lh17 {
	line-height: 1.7 !important;
}

.u-lh18 {
	line-height: 1.8 !important;
}

.u-lh19 {
	line-height: 1.9 !important;
}

.u-lh20 {
	line-height: 2 !important;
}

.u-lh21 {
	line-height: 2.1 !important;
}

.u-lh22 {
	line-height: 2.2 !important;
}

.u-lh23 {
	line-height: 2.3 !important;
}

.u-lh24 {
	line-height: 2.4 !important;
}

.u-lh25 {
	line-height: 2.5 !important;
}

.u-lh26 {
	line-height: 2.6 !important;
}

.u-lh27 {
	line-height: 2.7 !important;
}

.u-lh28 {
	line-height: 2.8 !important;
}

.u-lh29 {
	line-height: 2.9 !important;
}

.u-lh30 {
	line-height: 3 !important;
}

/* text-style ------------------ */
.u-alignC {
	text-align: center !important;
}

.u-alignR {
	text-align: right !important;
}

.u-alignL {
	text-align: left !important;
}

.u-bold {
	font-weight: bold !important;
}

.u-underline {
	text-decoration: underline !important;
}

.u-indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.u-indent2 {
	padding-left: 2em;
	text-indent: -2em;
}

.u-indent3 {
	padding-left: 3em;
	text-indent: -3em;
}

/* list-style ------------------ */
.u-disc {
	list-style: disc;
}

/* link-style ------------------ */
.u-icon-slideArrowR, .u-icon-slideArrowL {
	display: inline-block;
	position: relative;
}
.u-icon-slideArrowR > span, .u-icon-slideArrowL > span {
	display: block;
	width: 4.8vw;
	height: 4.8vw;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: -5.2vw;
	z-index: 10;
	transform: translateY(-50%);
}
@media (min-width: 769px) {
	.u-icon-slideArrowR > span, .u-icon-slideArrowL > span {
		width: 20px;
		height: 20px;
		right: -23px;
	}
}
.u-icon-slideArrowR > span > span, .u-icon-slideArrowL > span > span {
	display: flex;
	width: 9.6vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: -4.8vw;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
	.u-icon-slideArrowR > span > span, .u-icon-slideArrowL > span > span {
		width: 40px;
		left: -20px;
	}
}
.u-icon-slideArrowR > span > span::before, .u-icon-slideArrowL > span > span::before, .u-icon-slideArrowR > span > span::after, .u-icon-slideArrowL > span > span::after {
	content: "";
	display: block;
	width: 50%;
	background: url(/mhw/assets/img/common/icon-arrow.svg) no-repeat center center;
	background-size: 3.2vw;
}
@media (min-width: 769px) {
	.u-icon-slideArrowR > span > span::before, .u-icon-slideArrowL > span > span::before, .u-icon-slideArrowR > span > span::after, .u-icon-slideArrowL > span > span::after {
		background-size: 13px;
	}
}
.u-icon-slideArrowR.u-button > span, .u-button.u-icon-slideArrowL > span {
	right: 4vw;
}
@media (min-width: 769px) {
	.u-icon-slideArrowR.u-button > span, .u-button.u-icon-slideArrowL > span {
		right: 10px;
	}
}
.u-icon-slideArrowR.u-button > span > span::before, .u-button.u-icon-slideArrowL > span > span::before, .u-icon-slideArrowR.u-button > span > span::after, .u-button.u-icon-slideArrowL > span > span::after {
	background: url(/mhw/assets/img/common/icon-arrow-white.svg) no-repeat center center;
}
.u-icon-slideArrowR:hover > span > span, .u-icon-slideArrowL:hover > span > span {
	left: 0;
}

.u-icon-slideArrowL > span {
	right: auto;
	left: -5.2vw;
}
@media (min-width: 769px) {
	.u-icon-slideArrowL > span {
		left: -23px;
	}
}
.u-icon-slideArrowL > span > span {
	transform: rotate(180deg);
	transform-origin: center center;
	left: 0;
}
.u-icon-slideArrowL:hover > span > span {
	left: -4.8vw;
}
@media (min-width: 769px) {
	.u-icon-slideArrowL:hover > span > span {
		left: -20px;
	}
}

.u-icon-modal::after {
	content: "";
	display: inline-block;
	width: 1.867vw;
	height: 1.867vw;
	background: url(/mhw/assets/img/common/icon-modal-black.svg) no-repeat center center;
	background-size: contain;
	vertical-align: top;
}
@media (min-width: 769px) {
	.u-icon-modal::after {
		width: 8px;
		height: 8px;
		margin-left: 5px;
	}
}

/* button-style ----------- */
.u-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 73.3vw;
	height: 11.2vw;
	border-radius: 100px;
	background-color: #A41716;
	font-family: "TsukuGoPro-B";
	font-size: 3.733vw;
	color: #fff;
	line-height: 1;
	position: relative;
	transition: opacity 0.5s ease;
}
@media (min-width: 769px) {
	.u-button {
		width: 240px;
		height: 42px;
		font-size: 12px;
	}
}
.u-button:hover {
	opacity: 0.7;
}
.u-button.icon-modal::after {
	content: "";
	display: block;
	width: 1.867vw;
	height: 1.867vw;
	background: url(/mhw/assets/img/common/icon-modal.svg) 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 5.333vw;
	transform: translateY(-50%);
}
@media (min-width: 769px) {
	.u-button.icon-modal::after {
		width: 8px;
		height: 8px;
		right: 20px;
	}
}

/* youtube ---------------- */
.u-youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.u-youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.u-new {
	display: inline-block !important;
	color: red;
	margin: 0 !important;
	font-size: 3.2vw !important;
	font-family: "TsukuGoPro-B";
}
@media (min-width: 769px) {
	.u-new {
		font-size: 12px !important;
	}
}

/*【Layout】------------------ */
html, body, .l-main, .l-wrapper {
	height: 100vh;
	overflow: hidden;
}
@media (min-width: 769px) {
	html, body, .l-main, .l-wrapper {
		height: 100%;
	}
}

.l-wrapper {
	position: relative;
}

.l-main {
	opacity: 0;
	transition: opacity 0.5s;
}
@media (min-width: 769px) {
	.l-main::after {
		/*content: "";
		display: block;
		width: 100%;
		height: 172px;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 10;
		pointer-events: none;*/
	}
}

.fadeIn .l-main {
	opacity: 1;
}

.p-control {
	display: flex;
	width: calc(100% - 8vw);
	height: 10.7vw;
	padding: 2.4vw 2.7vw;
	background-color: #fff;
	border-radius: 50px;
	font-family: "TsukuGoPro-B";
	text-align: center;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
	position: fixed;
	left: 50%;
	bottom: calc(20vw - 5.3vw);
	z-index: 100;
	transform: translateX(-50%) translateY(100vh);
	transition: transform 0.5s;
	transition-delay: 0.5s;
}
@media (min-width: 769px) {
	.p-control {
		width: 470px;
		height: 42px;
		padding: 8px 10px;
		bottom: 19px;
	}
}
.p-control__prev {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 12vw;
	padding-right: 2vw;
	font-size: 2.7vw;
	border-right: solid 1px #7f7f7f;
}
@media (min-width: 769px) {
	.p-control__prev {
		justify-content: center;
		width: 65px;
		padding-right: 0;
		font-size: 1.2rem;
	}
}
.p-control__next {
	display: flex;
	align-items: center;
	width: 12vw;
	padding-left: 2vw;
	font-size: 2.7vw;
	border-left: solid 1px #7f7f7f;
}
@media (min-width: 769px) {
	.p-control__next {
		justify-content: center;
		width: 65px;
		padding-left: 0;
		font-size: 1.2rem;
	}
}
.p-control__current {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 24vw);
	font-size: 3.2vw;
}
@media (min-width: 769px) {
	.p-control__current {
		width: calc(100% - 130px);
		font-size: 14px;
	}
}
.p-control__mapName {
	margin-right: 3.3vw;
	font-family: "TsukuGoPro-B";
}
@media (min-width: 769px) {
	.p-control__mapName {
		margin-right: 20px;
	}
}
.p-control__checked {
	padding-left: 3.3vw;
	letter-spacing: 0.2em;
	background: url(/mhw/assets/img/common/icon-pins-black.svg) no-repeat 0 center;
	background-size: 2.4vw;
}
@media (min-width: 769px) {
	.p-control__checked {
		padding-left: 20px;
		background-size: 12px;
	}
}

.loaded .p-control {
	transform: translateX(-50%) translateY(-50%);
}

.p-pages__tutorial {
	width: 80vw;
	position: fixed;
	bottom: 37vw;
	left: 50%;
	z-index: 100;
	text-align: center;
	opacity: 0;
	transform: translateX(-40vw);
	transition: opacity 0.5s;
}
@media (min-width: 769px) {
	.p-pages__tutorial {
		width: 380px;
		bottom: 120px;
		transform: translateX(-190px);
	}
}

.p-pages__tutorial__frame {
	min-width: 80vw;
	padding: 3.333vw 0;
	border: 2px #a41716 solid;
	background-color: #fff;
	position: relative;
	border-radius: 1.333vw;
	font-family: "TsukuGoPro-B";
}
.p-pages__tutorial__frame:before {
	content: "";
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #a41716 transparent transparent transparent;
	border-width: 2.733vw 1.467vw 2.733vw;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
}
.p-pages__tutorial__frame p {
	font-size: 2.667vw;
	font-family: "TsukuGoPro-B";
}
@media (min-width: 769px) {
	.p-pages__tutorial__frame {
		min-width: 380px;
		padding: 15px 0;
		border: 4px #a41716 solid;
		border-radius: 10px;
	}
	.p-pages__tutorial__frame:before {
		border-width: 12px 7px 12px;
		left: 0;
	}
	.p-pages__tutorial__frame p {
		font-size: 1.2rem;
	}
}

.p-pages__tutorial__title {
	margin-bottom: 2.667vw;
	font-size: 4.8vw;
	color: #a41716;
}
@media (min-width: 769px) {
	.p-pages__tutorial__title {
		margin-bottom: 15px;
		font-size: 2.7rem;
	}
}

.p-pages__tutorial__closed {
	position: absolute;
	top: -2vw;
	right: -2vw;
}
@media (min-width: 769px) {
	.p-pages__tutorial__closed {
		top: -14px;
		right: -13px;
	}
}

.p-pages__tutorial__closed__button {
	width: 4.533vw;
	height: 4.533vw;
	background-color: #a41716;
	color: #fff;
	line-height: 4vw;
	border-radius: 50%;
	display: block;
	cursor: pointer;
	font-size: 3vw;
}
@media (min-width: 769px) {
	.p-pages__tutorial__closed__button {
		width: 23px;
		height: 23px;
		line-height: 22px;
		font-size: 1.4rem;
	}
}

.loaded .p-pages__tutorial {
	opacity: 1;
	transition-delay: 0.7s;
}

.pagesTutorialFadeout .p-pages__tutorial {
	opacity: 0;
	transition-delay: 0s;
}

.p-modal__buttons {
	display: flex;
	justify-content: center;
}

.p-landscape, .p-portrait {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.85);
	display: none;
}

@media (max-width: 768px) and (orientation: landscape) {
	.sp .p-landscape,
	.tablet .p-landscape {
		display: flex;
	}
}

@media (orientation: portrait) {
	.tablet .p-portrait {
		display: flex;
	}
}

.p-landscapeModal, .p-portraitModal {
	width: 73.3vw;
	padding: 2.7vw;
	background-color: #fff;
	border: #a41716 2px solid;
	border-radius: 6.7vw;
	font-family: "TsukuGoPro-B";
	font-size: 2.4vw;
}

.c-cookie-bar {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 17px 20px 17px 30px;
	background-color: rgba(0, 0, 0, 0.8);
}

@media all and (min-width: 768px) {
	.c-cookie-bar {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}
@media all and (max-width: 767px) {
	.c-cookie-bar {
		padding: 20px;
	}
}
@media all and (min-width: 768px) {
	.c-cookie-bar__detail {
		flex: 1;
	}
}
.c-cookie-bar__text {
	font-size: 16px;
	line-height: 1.5;
	text-align: left !important;
	color: #fff;
}

.c-cookie-bar__text a {
	display: inline-block !important;
	color: #fff !important;
}

@media all and (max-width: 767px) {
	.c-cookie-bar__text {
		font-size: 12px;
		line-height: 1.715;
	}
}
.c-cookie-bar__link {
	transition: -webkit-text-decoration 0.3s ease-in-out;
	transition: text-decoration 0.3s ease-in-out;
	transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
	text-decoration: underline;
	color: #fff;
}

@media all and (min-width: 768px) {
	.c-cookie-bar__link:hover {
		text-decoration: none;
	}
}
@media all and (min-width: 768px) {
	.c-cookie-bar__cookie {
		margin-left: 20px;
		flex: 0 0 auto;
	}
}
@media all and (max-width: 767px) {
	.c-cookie-bar__cookie {
		margin-top: 20px;
	}
}
.c-cookie-bar__button {
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 110px;
	padding: 5px 10px;
	cursor: pointer;
	transition: all 0.3s ease-out;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #fff;
}

@media all and (max-width: 767px) {
	.c-cookie-bar__button {
		width: 100%;
	}
}
@media all and (min-width: 768px) {
	.c-cookie-bar__button:before {
		position: absolute;
		top: -1px;
		left: -1px;
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		content: "";
		transition: transform 0.3s ease-out;
		transform: scale(0, 1);
		transform-origin: right top;
		background-color: #e60012;
	}
}
@media all and (min-width: 768px) {
	.c-cookie-bar__button:hover {
		color: #fff;
	}
}
@media all and (min-width: 768px) {
	.c-cookie-bar__button:hover:before {
		transform: scale(1, 1);
		transform-origin: left top;
	}
}
.c-cookie-bar__btn-text {
	position: relative;
}

/*【Component】--------------- */
.l-header {
	width: calc(100% - 5.3vw);
	position: fixed;
	top: 3.1vw;
	left: 2.7vw;
	z-index: 100;
	transform: translateY(-100vh);
	transition: transform 0.5s;
	transition-delay: 0.5s;
}
@media (min-width: 769px) {
	.l-header {
		width: calc(100% - 32px);
		top: 16px;
		left: 16px;
	}
}

.l-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 16vw;
	padding: 0 4.8vw 0 4vw;
	background-color: #fff;
	border-radius: 0.8vw;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 769px) {
	.l-header__inner {
		height: 80px;
		padding: 0 25px 0 21px;
		border-radius: 6px;
	}
}
.l-header__inner--left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
@media (min-width: 769px) {
	.l-header__inner--left {
		justify-content: flex-start;
		width: auto;
	}
}
.l-header__inner--right {
	display: none;
}
@media (min-width: 769px) {
	.l-header__inner--right {
		display: flex;
		align-items: center;
		height: 100%;
	}
}

.l-header__logo--mh {
	width: 30.4vw;
}
@media (min-width: 769px) {
	.l-header__logo--mh {
		width: 15.444vw;
		max-width: 152px;
		margin-right: 10px;
	}
}
.l-header__logo--mhw {
	width: 47.5vw;
}
@media (min-width: 769px) {
	.l-header__logo--mhw {
		width: 27.444vw;
		max-width: 270px;
		margin-left: 35px;
	}
}

@media (max-width: 1199.9px) {
	.l-header__btmNavi {
		display: none;
	}
}
.l-header__btmNavi .p-dejital-container-modelhouse {
	flex-wrap: nowrap;
	font-size: 1rem;
}
.l-header__btmNavi .modelhouse_name {
	width: 8em;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.2;
}
.l-header__btmNavi .select_modelhouse_pref_cover {
	width: 120px;
	height: 30px;
	margin-left: 10px;
}
.l-header__btmNavi .select_modelhouse_pref_cover::after {
	width: 4px;
	height: 8px;
	right: 10px;
}
.l-header__btmNavi .btn_modelhouse_serach {
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.l-header__btmNavi .btn_modelhouse_reserve {
	width: 130px;
	height: 30px;
	margin-left: 10px;
	padding: 0 18px 0 30px;
	line-height: 1.2;
}
.l-header__btmNavi .btn_modelhouse_reserve::before {
	width: 17px;
	height: 15px;
	left: 12px;
}
.l-header__btmNavi .btn_modelhouse_reserve::after {
	right: 10px;
}

.l-header__menu {
	display: none;
}
@media (min-width: 769px) {
	.l-header__menu {
		display: flex;
		height: 100%;
	}
}

.l-header__menuList {
	display: flex;
}
.l-header__menuList__item {
	margin-left: 16px;
}
.l-header__menuList__item a {
	display: block;
	font-size: 0.9rem;
	font-family: "TsukuGoPro-B";
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}
.l-header__menuList__item a::before {
	content: "";
	display: block;
	width: 100%;
	height: 26px;
	transition: transform 0.3s;
	backface-visibility: hidden;
}
.l-header__menuList__item a:hover::before {
	transform: scale(1.1);
}
.l-header__menuList--requestDocuments {
	padding-top: 26px;
}
.l-header__menuList--requestDocuments a::before {
	background: url(/mhw/assets/img/common/icon_request_documents.svg) no-repeat center 0;
	background-size: 23px auto;
}
.l-header__menuList--requestDocuments a:hover::before {
	transform: scale(1.1);
}
.l-header__menuList--onlineConsult {
	padding-top: 21px;
}
.l-header__menuList--onlineConsult a::before {
	background: url(/mhw/assets/img/common/icon_online_consult.svg) no-repeat center -1px;
	background-size: 28px auto;
}
.l-header__menuList--guide {
	display: none;
	margin-right: 6px;
	padding-top: 26px;
}
.l-header__menuList--guide a::before {
	background: url(/mhw/assets/img/common/icon_guide.svg) no-repeat center 0;
	background-size: 21px;
}
.page--home .l-header__menuList--guide {
	display: block;
}
.l-header__menuList--login {
	margin-right: 6px;
	padding-top: 26px;
}
.l-header__menuList--login a::before {
	background: url(/mhw/assets/img/common/icon_login.svg) no-repeat center 0;
	background-size: 16px;
}
.l-header__menuList--toTop {
	padding-top: 26px;
}
.l-header__menuList--toTop a::before {
	background: url(/mhw/assets/img/common/icon-pins-black.svg) no-repeat center 2px;
	background-size: 14px auto;
}
.page--home .l-header__menuList--toTop {
	display: none;
}
.l-header__menuList--introductionvideo {
	padding-top: 26px;
}
.l-header__menuList--introductionvideo a::before {
	background: url(/mhw/assets/img/common/icon-introductionvideo.png) no-repeat center 0;
	background-size: 29px;
}

.l-header__logo--mfg {
	display: flex;
	align-items: center;
	width: 20.888vw;
	max-width: 188px;
	margin-left: 30px;
}
.l-header__logo--mfg a {
	width: 100%;
}

.loaded .l-header {
	transform: translateY(0);
}

@media (min-width: 769px) {
	.page--home .l-gnavButton__inner {
		background-color: #fff;
	}
}
@media (min-width: 769px) {
	.page--home .l-gnavButton__hamburger span {
		background-color: #000;
	}
}

.l-gnavButton {
	width: 33.3vw;
	height: 13.3vw;
	position: fixed;
	top: 21.6vw;
	right: 2.7vw;
	z-index: 200;
	transform: translateY(-100vh);
	transition: transform 0.5s;
	transition-delay: 0.5s;
}
@media (min-width: 769px) {
	.l-gnavButton {
		width: 46px;
		height: 46px;
		padding: 0;
		top: 115px;
		right: 20px;
		transition: right 0.5s ease-in-out, transform 0.5s;
		transition-delay: 0.5s;
	}
	.pins .l-gnavButton {
		transition-delay: unset;
	}
}
@media (max-width: 768px) {
	.page--home .l-gnavButton {
		width: 72vw;
	}
}
.l-gnavButton.is-gnav-login {
	width: 28vw;
}
@media (min-width: 769px) {
	.l-gnavButton.is-gnav-login {
		width: 46px;
	}
}
@media (min-width: 769px) {
	.l-gnavButton.is-gnav-active {
		right: 237px;
	}
}
.l-gnavButton__inner {
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 0.8vw;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
	position: relative;
}
@media (min-width: 769px) {
	.l-gnavButton__inner {
		transition: transform 0.3s;
	}
	.l-gnavButton__inner:hover {
		transform: scale(1.1);
	}
}
@media (min-width: 769px) {
	.l-gnavButton__inner {
		border-radius: 50%;
		background-color: #7D7D7D;
	}
}
.l-gnavButton__guide {
	width: 25%;
	display: none;
	height: 100%;
}
@media (min-width: 769px) {
	.l-gnavButton__guide {
		display: none;
	}
}
.l-gnavButton__guide a {
	display: block;
	font-size: 2.1vw;
	font-family: "TsukuGoPro-B";
	line-height: 1;
	text-align: center;
}
.l-gnavButton__guide a img {
	display: inline-block;
	width: 5.1vw;
	height: 5.1vw;
}
.l-gnavButton__guide a div {
	padding-top: 0.4vw;
}
@media (max-width: 768px) {
	.is-gnav-login .l-gnavButton__guide {
		width: 50%;
	}
}
@media (max-width: 768px) {
	.page--home .l-gnavButton__guide, .l-gnav__button .l-gnavButton__guide {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.l-gnavButton__introductionvideo {
	width: 50%;
	height: 100%;
}
@media (max-width: 768px) {
	.l-gnavButton__introductionvideo {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media (min-width: 769px) {
	.l-gnavButton__introductionvideo {
		display: none;
	}
}
.l-gnavButton__introductionvideo a {
	display: block;
	font-size: 2.1vw;
	font-family: "TsukuGoPro-B";
	line-height: 1;
	text-align: center;
}
.l-gnavButton__introductionvideo a img {
	display: inline-block;
	width: 6vw;
	height: auto;
}
.l-gnavButton__introductionvideo a div {
	padding-top: 0.4vw;
}
@media (max-width: 768px) {
	.page--home .l-gnavButton__introductionvideo, .l-gnav__button .l-gnavButton__introductionvideo {
		width: 25%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.is-gnav-login .l-gnavButton__introductionvideo {
	width: 50%;
}
.l-gnavButton__login, .l-gnavButton__loginguide, .l-gnavButton__registry {
	display: none;
	height: 100%;
}
@media (min-width: 769px) {
	.l-gnavButton__login, .l-gnavButton__loginguide, .l-gnavButton__registry {
		display: none;
	}
}
.l-gnavButton__login a, .l-gnavButton__loginguide a, .l-gnavButton__registry a {
	display: block;
	font-size: 2.1vw;
	font-family: "TsukuGoPro-B";
	line-height: 1;
	text-align: center;
}
.l-gnavButton__login a img, .l-gnavButton__loginguide a img, .l-gnavButton__registry a img {
	display: inline-block;
}
.l-gnavButton__login a div, .l-gnavButton__loginguide a div, .l-gnavButton__registry a div {
	padding-top: 0.4vw;
}
@media (max-width: 768px) {
	.page--home .l-gnavButton__login, .l-gnav__button .l-gnavButton__login, .page--home .l-gnavButton__loginguide, .l-gnav__button .l-gnavButton__loginguide, .page--home .l-gnavButton__registry, .l-gnav__button .l-gnavButton__registry {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.l-gnavButton__registry {
	width: 11.5vw;
}
.l-gnavButton__registry img {
	width: 5.5vw;
	height: auto;
}
.l-gnavButton__login {
	width: 11.5vw;
}
.l-gnavButton__login img {
	width: 4.5vw;
	height: auto;
}
.l-gnavButton__loginguide {
	width: 14vw;
}
.l-gnavButton__loginguide a {
	font-size: 1.6vw;
}
.l-gnavButton__loginguide img {
	width: 4vw;
	height: auto;
}
.l-gnavButton__login-block {
	display: none;
}
@media (max-width: 768px) {
	.page--home .l-gnavButton__login-block, .l-gnav__button .l-gnavButton__login-block {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 39.5vw;
		margin: 0.4vw 0 0.4vw 0.4vw;
		border: 0.4vw solid #A41716;
		background-color: #E7E4DD;
		border-radius: 0.8vw 0 0 0.8vw;
	}
}
@media (max-width: 768px) {
	.l-gnavButton__login, .l-gnavButton__loginguide, .l-gnavButton__registry {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.l-gnavButton__toTop {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
}
@media (min-width: 769px) {
	.l-gnavButton__toTop {
		display: none;
	}
}
.page--home .l-gnavButton__toTop {
	display: none;
}
.l-gnavButton__toTop a {
	display: block;
	font-size: 2.1vw;
	font-family: "TsukuGoPro-B";
	line-height: 1.1;
	text-align: center;
	letter-spacing: -0.05em;
}
.l-gnavButton__toTop a img {
	display: inline-block;
	width: 3.3vw;
	height: 4.3vw;
}
.l-gnavButton__toTop a div {
	padding-top: 0.3vw;
}
.l-gnavButton__hamburger {
	width: 10.7vw;
	margin: 3.1vw 2vw 2.4vw 0;
	cursor: pointer;
	position: relative;
}
@media (max-width: 768px) {
	.is-gnav-login .l-gnavButton__hamburger {
		width: 38%;
	}
}
@media (min-width: 769px) {
	.l-gnavButton__hamburger {
		width: 46px;
		height: 46px;
		margin: 0;
	}
}
.l-gnavButton__hamburger span {
	width: 5.1vw;
	height: 0.5vw;
	background-color: #000;
	position: absolute;
	right: 2vw;
	transition: all 0.5s;
}
@media (min-width: 769px) {
	.l-gnavButton__hamburger span {
		background-color: #FFF;
	}
}
.l-gnavButton__hamburger span:nth-of-type(1) {
	top: 1.3vw;
}
.l-gnavButton__hamburger span:nth-of-type(2) {
	top: 3.5vw;
}
.l-gnavButton__hamburger span:nth-of-type(3) {
	top: 5.5vw;
}
@media (min-width: 769px) {
	.l-gnavButton__hamburger span {
		width: 16px;
		height: 2px;
		right: 15px;
	}
	.l-gnavButton__hamburger span:nth-of-type(1) {
		top: 13px;
	}
	.l-gnavButton__hamburger span:nth-of-type(2) {
		top: calc(50% - 1px);
	}
	.l-gnavButton__hamburger span:nth-of-type(3) {
		bottom: 13px;
		top: auto;
	}
}
.l-gnavButton__hamburger.is-gnav-active span:nth-of-type(1) {
	transform: translateY(2.1vw) rotate(-45deg);
}
.l-gnavButton__hamburger.is-gnav-active span:nth-of-type(2) {
	opacity: 0;
}
.l-gnavButton__hamburger.is-gnav-active span:nth-of-type(3) {
	transform: translateY(-2.1vw) rotate(45deg);
}
@media (min-width: 769px) {
	.l-gnavButton__hamburger.is-gnav-active span:nth-of-type(1) {
		transform: translateY(9px) rotate(-45deg);
	}
	.l-gnavButton__hamburger.is-gnav-active span:nth-of-type(2) {
		opacity: 0;
	}
	.l-gnavButton__hamburger.is-gnav-active span:nth-of-type(3) {
		transform: translateY(-9px) rotate(45deg);
	}
}

.l-gnav {
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
	.l-gnav {
		width: 100%;
		height: 100vh;
		padding: 4vw;
		background-color: rgba(0, 0, 0, 0);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 200;
		display: none;
	}
	.l-gnav.is-gnav-active {
		display: block;
		opacity: 1;
		background-color: rgba(0, 0, 0, 0.7);
	}
}
@media (min-width: 769px) {
	.l-gnav {
		position: absolute;
		top: 115px;
		right: -230px;
		z-index: 200;
	}
	.l-gnav.is-gnav-active {
		right: 16px;
		opacity: 1;
	}
}
.l-gnav a {
	display: block;
	position: relative;
	line-height: 1.42;
}
.l-gnav a > span {
	display: block;
	width: 4vw;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0.4vw;
}
@media (min-width: 769px) {
	.l-gnav a > span {
		width: 20px;
		right: 4px;
	}
}
.l-gnav a > span > span {
	display: flex;
	width: 8vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: -4vw;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
	.l-gnav a > span > span {
		width: 40px;
		left: -20px;
	}
}
.l-gnav a > span > span::before, .l-gnav a > span > span::after {
	content: "";
	display: block;
	width: 50%;
}
.l-gnav a:hover > span > span {
	left: 0;
}

.l-gnav__menu {
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
	overflow-y: auto;
}
@media (max-width: 768px) {
	.l-gnav__menu {
		max-height: calc(100vh - 4vw - 2.9vw);
		border-radius: 0 0 0.8vw 0.8vw;
		background-color: #e7e5dd;
	}
}
@media (min-width: 769px) {
	.l-gnav__menu {
		width: 210px;
		max-height: calc(100vh - 100px - 30px);
		border-radius: 6px;
		background-color: #fff;
	}
	.l-gnav__menu::-webkit-scrollbar {
		width: 5px;
	}
	.l-gnav__menu::-webkit-scrollbar-track {
		background-color: #fff;
	}
	.l-gnav__menu::-webkit-scrollbar-thumb {
		background-color: #aaa;
		border-radius: 5px;
	}
}

.l-gnav__button {
	display: flex;
	justify-content: flex-end;
	height: 13.3vw;
	background-color: #fff;
	border-radius: 0.8vw 0.8vw 0 0;
}
@media (min-width: 769px) {
	.l-gnav__button {
		display: none;
	}
}
.l-gnav__button .l-gnavButton__guide {
	width: 9.6vw;
	white-space: nowrap;
}
.l-gnav__button .l-gnavButton__introductionvideo {
	width: 9.6vw;
	white-space: nowrap;
}
.l-gnav__button .l-gnavButton__login {
	width: 13.3vw;
	white-space: nowrap;
}
.l-gnav__button .l-gnavButton__hamburger {
	width: 9.3vw;
}

.l-gnav__menuList {
	padding: 2vw 8.7vw 6.7vw;
	background-color: #e7e5dd;
	font-size: 3.7vw;
	font-family: "TsukuGoPro-B";
}
@media (min-width: 769px) {
	.l-gnav__menuList {
		padding: 5px 15px;
		background-color: #fff;
		font-size: 1.2rem;
	}
}
.l-gnav__menuList__item1 {
	position: relative;
}
.l-gnav__menuList__item1:nth-child(n+2) {
	border-top: solid 1px #d1d1d1;
}
@media (max-width: 768px) {
	.l-gnav__menuList__item1:last-child {
		border-bottom: solid 1px #d1d1d1;
	}
}
.l-gnav__menuList__item1 > a {
	padding: 4.7vw 0;
}
@media (min-width: 769px) {
	.l-gnav__menuList__item1 > a {
		padding: 15px 30px 15px 7px;
	}
}
.l-gnav__menuList__item1 > a > span > span::before, .l-gnav__menuList__item1 > a > span > span::after {
	background: url(/mhw/assets/img/common/icon-bracket-red.svg) no-repeat center center;
	background-size: 1.7vw;
}
@media (min-width: 769px) {
	.l-gnav__menuList__item1 > a > span > span::before, .l-gnav__menuList__item1 > a > span > span::after {
		background-size: 7px;
	}
}
@media (max-width: 768px) {
	.l-gnav__menuList__item2 > a {
		padding: 2.9vw 0;
		color: #5c5c58;
		font-size: 3.2vw;
	}
}
@media (min-width: 769px) {
	.l-gnav__menuList__item2 > a {
		padding: 8px 25px 8px 10px;
		color: #757575;
	}
}
.l-gnav__menuList__item2 > a > span > span::before, .l-gnav__menuList__item2 > a > span > span::after {
	background-image: url(/mhw/assets/img/common/icon-bracket-gray.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1.7vw;
}
@media (min-width: 769px) {
	.l-gnav__menuList__item2 > a > span > span::before, .l-gnav__menuList__item2 > a > span > span::after {
		background-position: center 11px;
		background-size: 7px;
	}
}
.l-gnav__menuList__acodMenuParent {
	padding: 4.7vw 0;
	cursor: pointer;
	position: relative;
}
@media (min-width: 769px) {
	.l-gnav__menuList__acodMenuParent {
		padding: 15px 30px 15px 7px;
	}
}
.l-gnav__menuList__acodMenuParent::before {
	content: "";
	display: block;
	background-color: #aa2524;
	position: absolute;
	transition: all 0.3s;
}
@media (max-width: 768px) {
	.l-gnav__menuList__acodMenuParent::before {
		width: 0.5vw;
		height: 2.7vw;
		right: 1.7vw;
		top: 50%;
		margin-top: -1.3vw;
	}
}
@media (min-width: 769px) {
	.l-gnav__menuList__acodMenuParent::before {
		width: 2px;
		height: 10px;
		right: 14px;
		top: 17px;
	}
}
.l-gnav__menuList__acodMenuParent::after {
	content: "";
	display: block;
	background-color: #aa2524;
	position: absolute;
	transition: all 0.3s;
}
@media (max-width: 768px) {
	.l-gnav__menuList__acodMenuParent::after {
		width: 2.7vw;
		height: 0.5vw;
		right: 0.7vw;
		top: 50%;
		margin-top: -0.3vw;
	}
}
@media (min-width: 769px) {
	.l-gnav__menuList__acodMenuParent::after {
		width: 10px;
		height: 2px;
		right: 10px;
		top: 21px;
	}
}
.l-gnav__menuList__acodMenuParent.is-noLogin::before, .l-gnav__menuList__acodMenuParent.is-noLogin::after {
	display: none;
}
.l-gnav__menuList__acodMenuParent.is-noLogin a {
	position: relative;
}
.l-gnav__menuList__acodMenuParent.is-noLogin a::before {
	content: "";
	display: block;
	width: 4vw;
	height: 4.53vw;
	background-image: url(/mhw/assets/img/common/icon-lockkey_black.svg);
	background-repeat: no-repeat;
	background-size: 4vw auto;
	position: absolute;
	transition: all 0.3s;
	right: 0;
	top: 0;
}
@media (min-width: 769px) {
	.l-gnav__menuList__acodMenuParent.is-noLogin a::before {
		width: 15px;
		height: 17px;
		background-size: 15px auto;
		right: -23px;
		top: 0;
	}
}
@media (min-width: 769px) {
	.l-gnav__menuList__acodMenuParent.is-noLogin a:hover::before {
		transform: scale(1.1);
	}
}
.l-gnav__menuList__acodMenuParent.is-active::before {
	background-color: transparent;
}
.l-gnav__menuList__acodMenuParent.is-active + .l-gnav__menuList__acodMenuChild {
	display: block;
}
@media (min-width: 769px) {
	.l-gnav__menuList__acodMenuParent.is-active:hover::before, .l-gnav__menuList__acodMenuParent:hover::before, .l-gnav__menuList__acodMenuParent:hover::after {
		transform: scale(1.1);
	}
}
.l-gnav__menuList__acodMenuChild {
	padding: 0 0 2.1vw;
	display: none;
}
@media (min-width: 769px) {
	.l-gnav__menuList__acodMenuChild {
		margin-top: -10px;
		padding: 0 0 10px;
	}
}

@media (max-width: 768px) {
	.l-gnav__campaign {
		padding: 0 8.7vw;
	}
}
@media (min-width: 769px) {
	.l-gnav__campaign {
		background-color: #fff;
	}
}
.l-gnav__campaign__title--image {
	background-image: url(/mhw/assets/img/campaign/title-nomargin-bg.png?3);
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 768px) {
	.l-gnav__campaign__title--image {
		width: 74.7vw;
		height: 32.8vw;
		margin: 8vw 0 3.2vw;
		padding: 1.1vw 5.3vw;
		background-color: #fff;
		border: solid 0.4vw #A61918;
		border-radius: 1.3vw;
	}
}
@media (min-width: 769px) {
	.l-gnav__campaign__title--image {
		padding: 10px 15px;
	}
}
.campaignCheckIn .l-gnav__campaign__title--image {
	display: none;
}
@media (min-width: 769px) {
	.l-gnav__campaign__title--image a {
		padding-right: 13px;
	}
}
@media (max-width: 768px) {
	.l-gnav__campaign__title--image a > span {
		display: none;
	}
}
.l-gnav__campaign__title--image a > span > span::before, .l-gnav__campaign__title--image a > span > span::after {
	background: url(/mhw/assets/img/common/icon-bracket-red.svg) no-repeat center center;
	background-size: 1.7vw;
}
@media (min-width: 769px) {
	.l-gnav__campaign__title--image a > span > span::before, .l-gnav__campaign__title--image a > span > span::after {
		background-size: 7px;
	}
}
.l-gnav__campaign__status {
	display: none;
	margin: 8vw 0 2.9vw;
}
@media (min-width: 769px) {
	.l-gnav__campaign__status {
		margin: 0;
		padding: 18px 15px;
		background-color: #E8E5DE;
	}
}
.campaignCheckIn .l-gnav__campaign__status {
	display: block;
}
.l-gnav__campaign__status a {
	display: flex;
	align-items: center;
}
@media (max-width: 768px) {
	.l-gnav__campaign__status a > span {
		display: none;
	}
}
.l-gnav__campaign__status a > span > span::before, .l-gnav__campaign__status a > span > span::after {
	background: url(/mhw/assets/img/common/icon-bracket-red.svg) no-repeat center center;
	background-size: 1.7vw;
}
@media (min-width: 769px) {
	.l-gnav__campaign__status a > span > span::before, .l-gnav__campaign__status a > span > span::after {
		background-size: 7px;
	}
}
.l-gnav__campaign__status img {
	width: 12vw;
	height: 12vw;
}
@media (min-width: 769px) {
	.l-gnav__campaign__status img {
		width: 22px;
		height: auto;
	}
}
.l-gnav__campaign__status p {
	display: flex;
	align-items: center;
	margin-left: 3.1vw;
	font-family: "TsukuGoPro-B";
	font-size: 3.6vw;
	line-height: 1.3;
	white-space: nowrap;
}
@media (min-width: 769px) {
	.l-gnav__campaign__status p {
		margin-left: 9px;
		font-size: 1rem;
		line-height: 1.2;
		white-space: normal;
	}
}
.l-gnav__campaign__status p strong {
	margin-left: 6.7vw;
	font-family: "Roboto", sans-serif;
	font-size: 10vw;
}
@media (min-width: 769px) {
	.l-gnav__campaign__status p strong {
		margin-left: 8px;
		font-size: 1.8rem;
	}
}

.l-gnav__btmNavi {
	padding: 0 8.7vw;
}
@media (min-width: 769px) {
	.l-gnav__btmNavi {
		padding: 15px 15px 20px;
		background-color: #E8E5DE;
	}
}
@media (min-width: 1200px) {
	.l-gnav__btmNavi {
		display: none;
	}
}
.l-gnav__btmNavi .p-dejital-container-modelhouse {
	width: 100%;
}
@media (min-width: 769px) {
	.l-gnav__btmNavi .p-dejital-container-modelhouse {
		font-size: 1rem;
	}
}
.l-gnav__btmNavi .modelhouse_name {
	text-align: left;
}
@media (min-width: 769px) {
	.l-gnav__btmNavi .modelhouse_name {
		padding: 0;
		font-size: 1.1rem;
	}
}
.l-gnav__btmNavi .select_modelhouse_pref_cover {
	width: 41%;
}
@media (min-width: 769px) {
	.l-gnav__btmNavi .select_modelhouse_pref_cover {
		display: inline-block;
		width: 128px;
		height: 30px;
	}
}
@media (min-width: 769px) {
	.l-gnav__btmNavi .select_modelhouse_pref_cover::after {
		width: 4px;
		height: 8px;
		right: 10px;
	}
}
@media (min-width: 769px) {
	.l-gnav__btmNavi .select_modelhouse_pref {
		background-color: #fff;
	}
}
.l-gnav__btmNavi .btn_modelhouse_serach {
	width: 15%;
	margin-left: 1%;
}
@media (min-width: 769px) {
	.l-gnav__btmNavi .btn_modelhouse_serach {
		display: inline-block;
		width: 45px;
		height: 30px;
		margin-left: 2px;
	}
}
.l-gnav__btmNavi .btn_modelhouse_reserve {
	width: 40.5%;
	margin-left: 2.5%;
}
@media (min-width: 769px) {
	.l-gnav__btmNavi .btn_modelhouse_reserve {
		width: 100%;
		height: 30px;
		margin: 10px 0 0;
		line-height: 1.1;
	}
}
@media (min-width: 769px) {
	.l-gnav__btmNavi .btn_modelhouse_reserve::before {
		width: 17px;
		height: 15px;
		left: 12px;
	}
}

.l-gnav__subMenuList {
	display: flex;
	justify-content: center;
	background-color: #e7e5dd;
}
.l-gnav__subMenuList__item a {
	display: block;
	padding-top: 10.9vw;
	font-size: 3.2vw;
	font-family: "TsukuGoPro-B";
	line-height: 1;
	text-align: center;
}
.l-gnav__subMenuList--requestDocuments {
	margin-right: 6vw;
}
.l-gnav__subMenuList--requestDocuments a {
	padding-top: 12.7vw;
	background: url(/mhw/assets/img/common/icon_request_documents.svg) no-repeat center 1.1vw;
	background-size: 10.8vw;
}
.l-gnav__subMenuList--onlineConsult {
	margin-left: 6vw;
}
.l-gnav__subMenuList--onlineConsult a {
	background: url(/mhw/assets/img/common/icon_online_consult.svg) no-repeat center -0.5vw;
	background-size: 11.5vw;
}
@media (min-width: 769px) {
	.l-gnav__subMenuList {
		display: none;
	}
}

.l-gnav__footerMenuList {
	padding: 5.3vw 8.7vw 6vw;
	background-color: #e7e5dd;
	font-size: 2.7vw;
	line-height: 1.8;
	text-align: center;
}
@media (min-width: 769px) {
	.l-gnav__footerMenuList {
		display: none;
	}
}
.l-gnav__footerMenuList a {
	display: inline-block;
}

.loaded .l-gnavButton {
	transform: translateY(0);
}

.loadend .l-gnavButton {
	transition-delay: unset;
}

.l-footer {
	display: flex;
	position: fixed;
	z-index: 0;
}
@media (max-width: 768px) {
	.l-footer {
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: 26.7vw;
		transform: translateY(13.3vw);
		background-color: #fff;
		left: 0;
		bottom: 0;
		opacity: 0;
		transition: opacity 0.5s;
	}
}
@media (min-width: 769px) {
	.l-footer {
		justify-content: space-between;
		align-items: flex-end;
		width: 100%;
		height: 29px;
		left: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.4);
		transform: translateY(100vh);
		transition: transform 0.5s;
		transition-delay: 0.5s;
	}
}
@media (max-width: 768px) {
	.l-footer__menu {
		display: none;
	}
}
@media (min-width: 769px) {
	.l-footer__menu {
		margin-left: 20px;
		margin-bottom: 6px;
	}
}
.l-footer__menuList {
	display: inline-flex;
	font-size: 0.9rem;
}
.l-footer__menuList__item {
	padding: 0 4px;
	line-height: 1;
}
.l-footer__menuList__item:first-child {
	padding-left: 0;
}
.l-footer__menuList__item:nth-child(n+2) {
	border-left: solid 1px #fff;
}
.l-footer__menuList__item a {
	color: #fff;
}
.l-footer__subMenu {
	width: 100%;
	height: 13.3vw;
}
@media (min-width: 769px) {
	.l-footer__subMenu {
		display: none;
	}
}
.l-footer__subMenuList {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 2.7vw 0;
}
.l-footer__subMenuList__item {
	width: 50%;
}
.l-footer__subMenuList__item a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 2.7vw;
	font-family: "TsukuGoPro-B";
}
.l-footer__subMenuList--requestDocuments {
	border-right: solid 1px #b2b2b2;
}
.l-footer__subMenuList--requestDocuments img {
	display: block;
	width: 8.1vw;
	height: 6.4vw;
	margin-right: 2.7vw;
}
.l-footer__subMenuList--onlineConsult img {
	display: block;
	width: auto;
	height: 95%;
	margin-right: 2.7vw;
}
@media (max-width: 768px) {
	.l-footer__info {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 13.3vw;
		padding: 0 5.3vw;
	}
}
@media (min-width: 769px) {
	.l-footer__info {
		margin-right: 20px;
		margin-bottom: 6px;
	}
}
.l-footer__copy {
	font-size: 2.7vw;
}
@media (min-width: 769px) {
	.l-footer__copy {
		color: #fff;
		font-size: 0.8rem;
	}
}
.l-footer__logo--mfg {
	width: 34vw;
}
@media (min-width: 769px) {
	.l-footer__logo--mfg {
		display: none;
	}
}
.l-footer__fontplus {
	display: none;
}
.l-footer__fontplus--normal {
	font-family: "TsukuGoPro-M" !important;
}
.l-footer__fontplus--bold {
	font-family: "TsukuGoPro-B";
}

@media (max-width: 768px) {
	.fadeIn .l-footer {
		opacity: 1;
	}
}

.loaded .l-footer {
	z-index: 100;
}
@media (max-width: 768px) {
	.loaded .l-footer {
		transform: translateY(13.3vw);
	}
}
@media (min-width: 769px) {
	.loaded .l-footer {
		transform: translateY(0);
	}
}

@media (max-width: 768px) {
	.pages .l-footer {
		transform: translateY(26.7vw);
	}
}
@media (max-width: 768px) {
	.pages .l-footer.is-active {
		transform: translateY(13.3vw);
	}
}

@media (max-width: 768px) {
	.pages.page--links .l-footer {
		transform: translateY(13.3vw);
	}
}
@media (max-width: 768px) {
	.pages.page--links .l-footer.is-active {
		transform: translateY(13.3vw);
	}
}

@media (max-width: 768px) {
	.pins .l-footer {
		transition: transform 0.2s;
		transition-delay: 0.05s;
	}
}

.p-map__container {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-color: #000;
}
.page--home .p-map__container {
	background-color: #001941;
}
.p-map__container:before, .p-map__container:after {
	content: "";
	width: 12vw;
	height: 16vw;
	display: block;
	position: absolute;
	top: calc(50% - 8vw);
	z-index: 10;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
}
.p-map__container:before {
	left: 1vw;
	background: url(/mhw/assets/img/common/icon-map-arrow-left.svg) no-repeat center 0;
	background-size: contain;
	animation: left_move 2s infinite;
}
.p-map__container:after {
	right: 1vw;
	background: url(/mhw/assets/img/common/icon-map-arrow-right.svg) no-repeat center 0;
	background-size: contain;
	animation: right_move 2s infinite;
}
@media (min-width: 769px) {
	.p-map__container:before, .p-map__container:after {
		width: 90px;
		height: 122px;
		top: calc(50% - 61px);
	}
	.p-map__container:before {
		left: 32px;
	}
	.p-map__container:after {
		right: 32px;
	}
}
@keyframes left_move {
	0% {
		transform: translate(0, 0);
	}
	20% {
		transform: translate(-10px, 0);
	}
	40% {
		transform: translate(0, 0);
	}
}
@keyframes right_move {
	0% {
		transform: translate(0, 0);
	}
	20% {
		transform: translate(10px, 0);
	}
	40% {
		transform: translate(0, 0);
	}
}

.arrowLeft .p-map__container:before {
	opacity: 1;
}

.arrowRight .p-map__container:after {
	opacity: 1;
}

.mapSectionSlide .p-map__container:before, .mapSectionSlide .p-map__container:after {
	display: none;
}

@media (min-width: 769px) {
	.mapSectionSlide .p-map-section__slide--left,
	.mapSectionSlide .p-map-section__slide--right {
		width: 80px;
		height: 80px;
		background-color: rgba(255, 255, 255, 0.9);
		position: fixed;
		cursor: pointer;
		top: calc(50% - 40px);
		border-radius: 40px;
		display: flex;
		align-items: center;
		z-index: 100;
		opacity: 0;
		transition: opacity 0.3s;
	}
	.mapSectionSlide .p-map-section__slide--left p,
	.mapSectionSlide .p-map-section__slide--right p {
		font-size: 1rem;
		line-height: 1.5rem;
		font-family: "TsukuGoPro-B";
		display: block;
	}
	.mapSectionSlide .p-map-section__slide--left {
		left: 20px;
		justify-content: flex-end;
	}
	.mapSectionSlide .p-map-section__slide--left p {
		margin-right: 12px;
		text-align: right;
	}
	.mapSectionSlide .p-map-section__slide--left > span {
		left: 7px;
	}
	.mapSectionSlide .p-map-section__slide--right {
		right: 20px;
	}
	.mapSectionSlide .p-map-section__slide--right p {
		margin-left: 12px;
		text-align: left;
	}
	.mapSectionSlide .p-map-section__slide--right > span {
		right: 7px;
	}
	.arrowLeft .p-map-section__slide--left {
		opacity: 1;
	}
	.arrowRight .p-map-section__slide--right {
		opacity: 1;
	}
}
.p-map__container__wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow-x: scroll;
	overflow-y: hidden;
}
@media (min-width: 769px) {
	.pc .p-map__container__wrap {
		overflow: hidden;
	}
}

.p-map__container__inner {
	width: 1365px;
	height: 768px;
	min-height: 100vh;
	margin: 0 auto;
	position: relative;
	top: auto;
	left: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: normal;
}
@media (min-width: 769px) {
	.p-map__container__inner {
		align-items: center;
	}
}

.p-map__image {
	width: 1365px;
	height: 768px;
	background-size: cover;
	position: relative;
}
.tablet .p-map__image {
	min-height: 100vh;
}
.p-map__image svg {
	position: relative;
	z-index: 2;
}
.p-map__image polygon {
	fill-opacity: 0;
}
.p-map__image path {
	fill-opacity: 0;
}

.p-map__pin {
	width: 9.333vw;
	height: 11.733vw;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	transform: translateY(-100vh);
	z-index: 3;
}
@media (min-width: 769px) {
	.p-map__pin {
		width: 45px;
		height: 57px;
	}
}

.start.p-map__pin {
	animation: bound-pin 1s forwards;
	animation-delay: 1s;
}

.p-map__pin__image {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/mhw/assets/img/common/icon-pins-red.svg");
	background-repeat: no-repeat;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	transform: translateY(0);
	opacity: 1;
	transition: transform 0.3s, opacity 0.3s;
	animation-fill-mode: forwards;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
}

.pins .p-map__pin__image {
	animation-name: pinsAnimate;
}

.done .p-map__pin__image {
	background-image: url("/mhw/assets/img/common/icon-pins-gray.svg");
	animation-name: none;
}

.p-map__pin.comingsoon {
	display: inline-block;
	width: unset;
	height: unset;
}

.p-map__balloon--comingsoon {
	display: block;
	width: 34vw;
	height: auto;
	padding: 1.5vw 1.5vw 1.9vw;
	font-size: 3.2vw;
	font-family: "TsukuGoPro-B";
	color: #FFF;
	text-align: center;
	line-height: 1;
	background-color: #9b9b9b;
	border-radius: 10vw;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	position: absolute;
	bottom: 2vw;
	left: -12.3335vw;
	transition: transform 0.3s, opacity 0.3s;
	transform: translateY(0.667vw);
	opacity: 0;
}
.p-map__pin.hover .p-map__balloon--comingsoon {
	transform: translateY(0);
	opacity: 1;
}
.p-map__balloon--comingsoon:before {
	content: "";
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #9b9b9b transparent transparent transparent;
	border-width: 2.2vw 1.2vw 0 1.2vw;
	position: absolute;
	bottom: -2.1vw;
	left: 0;
	right: 0;
	z-index: 1;
}

@media (min-width: 769px) {
	.p-map__balloon--comingsoon {
		width: 120px;
		padding: 6px 6px 8px;
		font-size: 1.1rem;
		border-radius: 40px;
		bottom: 15px;
		left: -38px;
		transform: translateY(5px);
	}
	.p-map__balloon--comingsoon:before {
		border-width: 7px 4px 0 4px;
		bottom: -7px;
	}
}
@keyframes pinsAnimate {
	0% {
		transform: translateY(10px);
	}
	50% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(10px);
	}
}
.p-map__balloon {
	width: 48vw;
	padding-bottom: 4vw;
	position: absolute;
	bottom: 2vw;
	left: -19.3335vw;
	transform: translateY(0.667vw);
	opacity: 0;
	transition: transform 0.3s, opacity 0.3s;
	cursor: pointer;
	pointer-events: none;
}
.p-map__balloon:before {
	content: "";
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #a41716 transparent transparent transparent;
	border-width: 2.667vw 1.333vw 0 1.333vw;
	position: absolute;
	bottom: 1.5vw;
	left: 0;
	right: 0;
	z-index: 1;
}

.done .p-map__balloon:before {
	border-color: #333 transparent transparent transparent;
}

.hover .p-map__balloon {
	pointer-events: auto;
}

.is-new .p-map__pin__image:after {
	content: "NEW!";
	font-size: 3.449vw;
	font-weight: bold;
	font-family: "TsukuGoPro-B";
	position: absolute;
	color: #fff;
	transform: translate(-1px, -12px);
	text-shadow: rgb(164, 23, 22) 2px 0px 0px, rgb(164, 23, 22) 1.75517px 0.958851px 0px, rgb(164, 23, 22) 1.0806px 1.68294px 0px, rgb(164, 23, 22) 0.141474px 1.99499px 0px, rgb(164, 23, 22) -0.832294px 1.81859px 0px, rgb(164, 23, 22) -1.60229px 1.19694px 0px, rgb(164, 23, 22) -1.97998px 0.28224px 0px, rgb(164, 23, 22) -1.87291px -0.701566px 0px, rgb(164, 23, 22) -1.30729px -1.5136px 0px, rgb(164, 23, 22) -0.421592px -1.95506px 0px, rgb(164, 23, 22) 0.567324px -1.91785px 0px, rgb(164, 23, 22) 1.41734px -1.41108px 0px, rgb(164, 23, 22) 1.92034px -0.558831px 0px;
}
@media (min-width: 769px) {
	.is-new .p-map__pin__image:after {
		transform: translate(2px, -12px);
		font-size: 1.509rem;
	}
}
.is-new .p-map__balloon:after {
	content: "NEW!";
	font-size: 3.449vw;
	font-weight: bold;
	font-family: "TsukuGoPro-B";
	position: absolute;
	color: #fff;
	transform: rotateZ(-30deg);
	text-shadow: rgb(164, 23, 22) 2px 0px 0px, rgb(164, 23, 22) 1.75517px 0.958851px 0px, rgb(164, 23, 22) 1.0806px 1.68294px 0px, rgb(164, 23, 22) 0.141474px 1.99499px 0px, rgb(164, 23, 22) -0.832294px 1.81859px 0px, rgb(164, 23, 22) -1.60229px 1.19694px 0px, rgb(164, 23, 22) -1.97998px 0.28224px 0px, rgb(164, 23, 22) -1.87291px -0.701566px 0px, rgb(164, 23, 22) -1.30729px -1.5136px 0px, rgb(164, 23, 22) -0.421592px -1.95506px 0px, rgb(164, 23, 22) 0.567324px -1.91785px 0px, rgb(164, 23, 22) 1.41734px -1.41108px 0px, rgb(164, 23, 22) 1.92034px -0.558831px 0px;
}
@media (min-width: 769px) {
	.is-new .p-map__balloon:after {
		font-size: 1.509rem;
	}
}
.is-new .p-map__balloon:after {
	top: -2.2vw;
	left: -3vw;
}
@media (min-width: 769px) {
	.is-new .p-map__balloon:after {
		top: -7px;
		left: -12px;
	}
}
.is-new.done .p-map__pin__image:after {
	text-shadow: rgb(51, 51, 51) 2px 0px 0px, rgb(51, 51, 51) 1.75517px 0.958851px 0px, rgb(51, 51, 51) 1.0806px 1.68294px 0px, rgb(51, 51, 51) 0.141474px 1.99499px 0px, rgb(51, 51, 51) -0.832294px 1.81859px 0px, rgb(51, 51, 51) -1.60229px 1.19694px 0px, rgb(51, 51, 51) -1.97998px 0.28224px 0px, rgb(51, 51, 51) -1.87291px -0.701566px 0px, rgb(51, 51, 51) -1.30729px -1.5136px 0px, rgb(51, 51, 51) -0.421592px -1.95506px 0px, rgb(51, 51, 51) 0.567324px -1.91785px 0px, rgb(51, 51, 51) 1.41734px -1.41108px 0px, rgb(51, 51, 51) 1.92034px -0.558831px 0px;
}
.is-new.done .p-map__balloon:after {
	text-shadow: rgb(51, 51, 51) 2px 0px 0px, rgb(51, 51, 51) 1.75517px 0.958851px 0px, rgb(51, 51, 51) 1.0806px 1.68294px 0px, rgb(51, 51, 51) 0.141474px 1.99499px 0px, rgb(51, 51, 51) -0.832294px 1.81859px 0px, rgb(51, 51, 51) -1.60229px 1.19694px 0px, rgb(51, 51, 51) -1.97998px 0.28224px 0px, rgb(51, 51, 51) -1.87291px -0.701566px 0px, rgb(51, 51, 51) -1.30729px -1.5136px 0px, rgb(51, 51, 51) -0.421592px -1.95506px 0px, rgb(51, 51, 51) 0.567324px -1.91785px 0px, rgb(51, 51, 51) 1.41734px -1.41108px 0px, rgb(51, 51, 51) 1.92034px -0.558831px 0px;
}

@media (min-width: 769px) {
	.p-map__balloon {
		width: 190px;
		padding-bottom: 40px;
		bottom: -10px;
		left: -68px;
		transform: translateY(5px);
	}
	.p-map__balloon:before {
		border-width: 10px 5px 0 5px;
		bottom: 30px;
	}
}
.p-map__balloon__inner {
	width: 100%;
	padding: 2.133vw 3.333vw 2.4vw;
	border: #a41716 2px solid;
	border-bottom: #a41716 4.8vw solid;
	background-color: #fff;
	font-size: 2.8vw;
	font-family: "TsukuGoPro-B";
	text-align: center;
	line-height: 1.3;
	position: relative;
	border-radius: 1.333vw;
	box-shadow: 0 0 0.667vw rgba(0, 0, 0, 0.5);
}
.p-map__balloon__inner:after {
	content: "more";
	width: 100%;
	height: 4.8vw;
	color: #fff;
	text-align: center;
	line-height: 4.8vw;
	letter-spacing: 0.667vw;
	position: absolute;
	left: 0;
	bottom: -4.1vw;
	display: block;
	transform: scale(0.98, 1);
}
.p-map__balloon__inner span {
	margin-top: 1.6vw;
	font-size: 2.667vw;
	text-align: left;
	display: block;
}

.done .p-map__balloon__inner {
	border: #333 2px solid;
	border-bottom: #333 4.8vw solid;
}

@media (min-width: 769px) {
	.p-map__balloon__inner {
		padding: 12px;
		border: #a41716 2px solid;
		border-bottom: #a41716 18px solid;
		font-size: 12px;
		line-height: unset;
		border-radius: 10px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	}
	.p-map__balloon__inner:after {
		height: 18px;
		line-height: 18px;
		letter-spacing: 3px;
		bottom: -15px;
	}
	.p-map__balloon__inner span {
		margin-top: 10px;
		font-size: 10px;
	}
	.done .p-map__balloon__inner {
		border: #333 2px solid;
		border-bottom: #333 18px solid;
	}
}
@keyframes bound-pin {
	0% {
		transform: translateY(-100vh);
	}
	70% {
		transform: translateY(0vh);
	}
	80% {
		transform: translateY(-1vh);
	}
	100% {
		transform: translateY(0vh);
	}
}
.hover.p-map__pin {
	z-index: 3;
}
.hover .p-map__pin__image {
	transform: translateY(0.667vw);
	opacity: 0;
}
@media (min-width: 769px) {
	.hover .p-map__pin__image {
		transform: translateY(5px);
	}
}
.hover .p-map__balloon {
	transform: translateY(0);
	opacity: 1;
}

.p-modal__movie__columns {
	display: flex;
	flex-direction: column;
}
@media (min-width: 769px) {
	.p-modal__movie__columns {
		flex-direction: row;
	}
}

.p-modal__movie__column {
	width: 100%;
	margin-bottom: 6vw;
	position: relative;
	text-align: center;
}
.p-modal__movie__column p {
	margin: 2.4vw 14vw 0;
	font-size: 2.667vw;
	font-family: "TsukuGoPro-B";
	line-height: 4.5vw;
	position: relative;
	display: inline-block;
}
.p-modal__movie__column p:before {
	content: "閲覧済み";
	padding: 0 1vw;
	font-size: 2.667vw;
	background-color: #666;
	display: none;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.133vw;
	line-height: 4.5vw;
	position: absolute;
	top: -0.5vw;
	left: -14vw;
}

.done.p-modal__movie__column p:before {
	display: inline-block;
}

@media (min-width: 769px) {
	.p-modal__movie__column {
		width: 50%;
		margin-bottom: 0;
		padding-bottom: 2px;
	}
	.p-modal__movie__column p {
		margin: 10px 0 0;
		font-size: 12px;
		line-height: 1;
	}
	.p-modal__movie__column p:before {
		height: 17px;
		padding: 3px 5px;
		top: -3px;
		left: -65px;
		font-size: 10px;
		line-height: 1;
		letter-spacing: 0.1em;
	}
}
.p-modal__movie__column--one {
	display: flex;
	justify-content: center;
}

.p-modal__movie__cover {
	position: relative;
}

.p-modal_cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0.8vw;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}
@media (min-width: 769px) {
	.p-modal_cover {
		border-radius: 6px;
	}
}
.p-modal_cover::before, .p-modal_cover::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	vertical-align: middle;
}
.p-modal_cover::before {
	width: 9.3vw;
	height: 9.3vw;
	border: 1px solid #fff;
	border-radius: 50%;
}
@media (min-width: 769px) {
	.p-modal_cover::before {
		width: 81px;
		height: 81px;
	}
}
.p-modal_cover::after {
	width: 2vw;
	height: 2vw;
	border: 1.1vw solid transparent;
	border-left: 1.9vw solid #fff;
	left: calc(50% + 0.8vw);
}
@media (min-width: 769px) {
	.p-modal_cover::after {
		width: 15px;
		height: 15px;
		border: 7px solid transparent;
		border-left: 13px solid #fff;
		left: calc(50% + 4px);
	}
}
@media (max-width: 768px) {
	.p-modal__movie__column .p-modal_cover {
		width: calc(100% - 2.666vw);
		border-radius: 0.8vw;
		left: 1.333vw;
	}
}
@media (min-width: 769px) {
	.p-modal__movie__column .p-modal_cover {
		width: calc(100% - 20px);
		margin: 0 10px;
		border-radius: 5px;
	}
}
@media (min-width: 769px) {
	.p-modal__movie__column .p-modal_cover::before {
		width: 43.5px;
		height: 43.5px;
	}
}
@media (min-width: 769px) {
	.p-modal__movie__column .p-modal_cover::after {
		width: 9px;
		height: 9px;
		border: 4px solid transparent;
		border-left: 8px solid #fff;
		left: calc(50% + 3px);
	}
}

.p-modal__content__column {
	font-family: "TsukuGoPro-B";
	font-size: 2.66667vw;
	line-height: initial;
}
@media (min-width: 769px) {
	.p-modal__content__column {
		height: 225px;
		padding: 0 50px 0 30px;
		font-size: 1rem;
		overflow-y: auto;
	}
	.p-modal__content__column::-webkit-scrollbar {
		width: 5px;
	}
	.p-modal__content__column::-webkit-scrollbar-track {
		background-color: #fff;
	}
	.p-modal__content__column::-webkit-scrollbar-thumb {
		background-color: #aaa;
		border-radius: 5px;
	}
}

.p-modal__detail {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 32.8vw;
}
@media (min-width: 769px) {
	.p-modal__detail {
		height: 170px;
	}
}

.p-modal__title {
	text-align: center;
	margin: 2.134vw 0 7.333vw;
}
@media (min-width: 769px) {
	.p-modal__title {
		margin: 40px 0 30px;
	}
}
.p-modal__title img {
	width: 55.333vw;
}
@media (min-width: 769px) {
	.p-modal__title img {
		width: 50%;
	}
}

.p-modal__text {
	font-size: 2.667vw;
	line-height: 1.4;
	text-align: center;
}
@media (min-width: 769px) {
	.p-modal__text {
		font-size: 12px;
	}
}

.p-modal__buttons {
	margin: 2vw 0;
}
@media (min-width: 769px) {
	.p-modal__buttons {
		margin: 30px 0;
	}
}

.p-modal__content__title {
	margin-bottom: 2.66667vw;
	font-size: 3.2vw;
}
@media (min-width: 769px) {
	.p-modal__content__title {
		margin-bottom: 15px;
		font-size: 1.2rem;
	}
}

.p-modal__content__subTitle {
	margin: 2.66667vw 0;
	font-size: 2.8vw;
}
@media (min-width: 769px) {
	.p-modal__content__subTitle {
		margin: 15px 0;
		font-size: 1.1rem;
	}
}

.p-slick__detail {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media (max-width: 768px) {
	.p-slick__detail {
		min-height: 39.134vw;
		padding-bottom: 8vw;
	}
}
@media (min-width: 769px) {
	.p-slick__detail {
		height: 185px;
	}
}

.p-slick__title {
	margin-bottom: 4.667vw;
	text-align: center;
}
.p-slick__title img {
	width: 55%;
}

@media (min-width: 769px) {
	.p-slick__title {
		margin-bottom: 25px;
	}
	.p-slick__title img {
		width: 50%;
	}
}
.p-slick__subtitle {
	margin-bottom: 3.667vw;
	font-size: 3.733vw;
	text-align: center;
	font-family: "TsukuGoPro-B";
	line-height: 1.4;
}

@media (min-width: 769px) {
	.p-slick__subtitle {
		margin-bottom: 12px;
		font-size: 18px;
		line-height: 1;
	}
}
.p-slick__text {
	font-size: 2.667vw;
	line-height: 1.2;
}

@media (min-width: 769px) {
	.p-slick__text {
		font-size: 12px;
		line-height: 1;
	}
}
.p-slick li {
	position: relative;
}

.p-slick--counter {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 8vw;
	line-height: 1;
	text-align: center;
	font-family: "TsukuGoPro-B";
}

@media (min-width: 769px) {
	.p-slick--counter {
		width: 60px;
		margin: 27px auto 0;
		position: static;
	}
}
.p-map__stamp__image {
	width: 10.7vw;
	height: 10.7vw;
	background: url(/mhw/assets/img/campaign/icon-stamp-off.svg) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: -10.9vw;
}
@media (min-width: 769px) {
	.p-map__stamp__image {
		width: 60px;
		height: 60px;
		top: -5px;
		right: -62px;
	}
}
.doneStamp .p-map__stamp__image {
	background: url(/mhw/assets/img/campaign/icon-stamp-on.svg) center center no-repeat;
	background-size: cover;
}

.p-dejital-container-modelhouse {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: "TsukuGoPro-B";
	font-size: 2.7vw;
}
@media (min-width: 769px) {
	.p-dejital-container-modelhouse {
		font-size: 1.2rem;
	}
}

.modelhouse_name {
	width: 100%;
	margin-bottom: 2vw;
	font-size: 3.2vw;
	text-align: center;
}
@media (min-width: 769px) {
	.modelhouse_name {
		margin-bottom: 10px;
		padding-left: 40px;
		font-size: 1.4rem;
		text-align: left;
	}
}

.select_modelhouse_pref_cover {
	width: 30.7vw;
	height: 10.7vw;
	position: relative;
}
@media (min-width: 769px) {
	.select_modelhouse_pref_cover {
		width: 230px;
		height: 50px;
	}
}
.select_modelhouse_pref_cover::after {
	content: "";
	display: inline-block;
	width: 1.2vw;
	height: 2.4vw;
	background: url(/mhw/assets/img/common/icon-bracket-gray.svg) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 2.7vw;
	transform: translateY(-50%) rotate(90deg);
}
@media (min-width: 769px) {
	.select_modelhouse_pref_cover::after {
		width: 7px;
		height: 14px;
		right: 20px;
	}
}

.select_modelhouse_pref {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	background-color: #fff;
	border-radius: 0.3vw 0 0 0.3vw;
}
@media (min-width: 769px) {
	.select_modelhouse_pref {
		background-color: #E7E4DD;
		border-radius: 2px 0 0 2px;
	}
}

.btn_modelhouse_serach {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	width: 10.7vw;
	height: 10.7vw;
	margin-left: 0.8vw;
	background-color: #A61918;
	border-radius: 0 0.3vw 0.3vw 0;
	color: #fff;
	text-align: center;
}
@media (min-width: 769px) {
	.btn_modelhouse_serach {
		width: 60px;
		height: 50px;
		margin-left: 2px;
		border-radius: 0 2px 2px 0;
	}
}

.btn_modelhouse_reserve {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	width: 30vw;
	height: 10.7vw;
	margin-left: 2vw;
	padding-left: 7.3vw;
	background-color: #A61918;
	border-radius: 0.3vw;
	color: #fff;
	text-align: center;
	opacity: 1;
	position: relative;
}
@media (min-width: 769px) {
	.btn_modelhouse_reserve {
		width: 260px;
		height: 50px;
		margin-left: 20px;
		padding-left: 0;
		border-radius: 2px;
	}
	.btn_modelhouse_reserve::after {
		content: "";
		display: inline-block;
		width: 5px;
		height: 10px;
		background: url(/mhw/assets/img/common/icon-bracket-white.svg) center center no-repeat;
		background-size: cover;
		position: absolute;
		top: 50%;
		right: 14px;
		transform: translateY(-50%);
	}
}
.btn_modelhouse_reserve::before {
	content: "";
	display: inline-block;
	width: 5.3vw;
	height: 4.8vw;
	background: url(/mhw/assets/img/common/icon_online_consult-white.svg) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 1.9vw;
	transform: translateY(-50%);
}
@media (min-width: 769px) {
	.btn_modelhouse_reserve::before {
		width: 33px;
		height: 30px;
		left: 23px;
	}
}

.modaal-wrapper {
	z-index: 999999;
}

/*【Page】-------------------- */
/*【Library】----------------- */
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.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 {
	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;
	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 */
.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}
[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}
.slick-prev:before {
	content: "←";
}
[dir=rtl] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}
[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}
.slick-next:before {
	content: "→";
}
[dir=rtl] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	     * Remove all paddings around the image on small screen
	     */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		transform-origin: 0;
	}
	.mfp-arrow-right {
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
/*add style
-----------------------------------*/
@media (max-width: 768px) {
	.mfp-container {
		padding-left: 4vw;
		padding-right: 4vw;
	}
}
.mfp-inline-holder .mfp-content {
	width: 100%;
	max-width: 800px;
	line-height: 0;
	top: 0;
}

.mfp-login .mfp-inline-holder .mfp-content {
	max-width: 900px;
}

.mfp-inline-holder .mfp-inline-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-inline-holder .mfp-inline-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	border-radius: 1.333vw;
	overflow: hidden;
}

@media (min-width: 769px) {
	.mfp-inline-holder .mfp-inline-scaler iframe {
		border-radius: 6px;
	}
}
.mfp-inline-holder .mfp-inline-slick-inner {
	width: 100%;
	height: calc(75vh - 24.533vw);
	padding: 0 4vw;
	border-radius: 1.333vw;
	background-color: #fff;
	overflow-y: auto;
}

.mfp-login .mfp-inline-holder .mfp-inline-slick-inner {
	height: calc(75vh - 10vw);
	overflow-y: unset;
}

@media (min-width: 769px) {
	.mfp-inline-holder .mfp-inline-slick-inner {
		width: 800px;
		height: 485px;
		padding: 0 20px;
		border-radius: 6px;
		overflow-y: unset;
	}
	.mfp-login .mfp-inline-holder .mfp-inline-slick-inner {
		width: 900px;
		height: 615px;
		padding: 0;
	}
}
@media (max-width: 768px) {
	.mfp-inline-holder .mfp-inline-slick-scaler {
		height: 75vh;
		padding-top: 8.533vw;
		border-radius: 1.333vw;
		background-color: #fff;
	}
}

@media (max-width: 768px) {
	.mfp-login .mfp-inline-holder .mfp-inline-slick-scaler {
		padding-top: 7.293vw;
	}
}

.mfp-inline-holder .mfp-inline-slick-scaler iframe {
	width: calc(100% - 2.667vw);
	height: 47.5vw;
	margin: 0 1.333vw;
	border-radius: 1.333vw;
}

@media (min-width: 769px) {
	.mfp-inline-holder .mfp-inline-slick-scaler iframe {
		width: 360px;
		height: 203px;
		margin: 0 10px;
		border-radius: 5px;
	}
}
.mfp-inline-holder .mfp-close {
	width: 7.2vw;
	height: 7.2vw;
	padding: 0;
	background-color: #fff;
	color: #000;
	text-align: center;
	line-height: 7.2vw;
	font-size: 5vw;
	top: -9vw;
	right: 0;
	opacity: 1;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

@media (min-width: 769px) {
	.mfp-inline-holder .mfp-close {
		width: 27px;
		height: 27px;
		top: -40px;
		font-size: 20px;
		line-height: 27px;
	}
}
.mfp-counter {
	line-height: 1;
}

/*
 LIBLARY：slick.js
----------------------------*/
.slick-arrow {
	width: 9vw;
	height: 9vw;
	top: auto;
	bottom: 5.5vw;
	z-index: 1;
	transform: translate(0, 0);
}
.slick-arrow:before {
	content: "";
	width: 3vw;
	border-top: solid 0.6vw #aa2524;
	display: block;
	position: absolute;
	top: 48%;
}
.slick-arrow:after {
	content: "";
	width: 2.1vw;
	height: 2.1vw;
	position: absolute;
	top: calc(50% - 1vw);
	right: 1.3vw;
	border-top: solid 0.6vw #aa2524;
	border-right: solid 0.6vw #aa2524;
}
.slick-arrow.slick-disabled:before {
	opacity: 0.25;
}
.slick-arrow.slick-disabled:after {
	opacity: 0.25;
}

@media (min-width: 769px) {
	.slick-arrow {
		width: 40px;
		height: 40px;
		bottom: 20px;
	}
	.slick-arrow:before {
		width: 12px;
		border-top: solid 2px #aa2524;
		top: 50%;
	}
	.slick-arrow:after {
		width: 8px;
		height: 8px;
		top: calc(50% - 3px);
		border-top: solid 2px #aa2524;
		border-right: solid 2px #aa2524;
	}
}
.slick-prev {
	left: 50%;
	transform: translateX(-17vw);
}
.slick-prev:before {
	right: calc(50% - 1.2vw);
}
.slick-prev:after {
	transform: rotate(-135deg);
	right: 50%;
}

@media (min-width: 769px) {
	.slick-prev {
		transform: translateX(-65px);
	}
	.slick-prev:before {
		right: calc(50% - 5px);
	}
}
.slick-next {
	right: 50%;
	transform: translateX(17vw);
}
.slick-next:before {
	left: calc(50% - 1.2vw);
}
.slick-next:after {
	transform: rotate(45deg);
	left: 50%;
}

@media (min-width: 769px) {
	.slick-next {
		transform: translateX(65px);
	}
	.slick-next:before {
		left: calc(50% - 5px);
	}
}
.p-splash {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 1;
	transition: opacity 0.3s;
}

.p-splash__bg {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
}

.p-splash--scene1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.p-splash--scene1__logo {
	width: 42.667vw;
	height: 42.4vw;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-21.3335vw, -46.4vw);
	transition: transform 0.3s, opacity 0.3s;
	transition-delay: 0.5s;
}

@media (min-width: 769px) {
	.p-splash--scene1__logo {
		width: 262px;
		height: 261px;
		transform: translate(-131px, -174px);
	}
}
.splashOp .p-splash--scene1__logo {
	opacity: 1;
	transform: translate(-21.3335vw, -50.4vw);
}

@media (min-width: 769px) {
	.splashOp .p-splash--scene1__logo {
		transform: translate(-131px, -204px);
	}
}
.p-splash--scene1__text {
	width: 100%;
	font-size: 3.572vw;
	font-family: "TsukuGoPro-B";
	text-align: center;
	position: absolute;
	top: 50%;
	opacity: 0;
	transform: translateY(4vw);
	transition: transform 0.3s, opacity 0.3s;
	transition-delay: 0.8s;
}

@media (min-width: 769px) {
	.p-splash--scene1__text {
		font-size: 2.2rem;
		font-weight: normal;
		transform: translateY(130px);
	}
}
.splashOp .p-splash--scene1__text {
	opacity: 1;
	transform: translateY(0);
}

@media (min-width: 769px) {
	.splashOp .p-splash--scene1__text {
		transform: translateY(100px);
	}
}
.p-splash__skip {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 25.333vw;
	opacity: 0;
	transition: opacity 0.3s;
}
.p-splash__skip label {
	position: relative;
}
.p-splash__skip label input {
	margin: 0;
	position: absolute;
	top: 3px;
	left: -17px;
}

@media (min-width: 769px) {
	.p-splash__skip {
		bottom: 34px;
	}
	.p-splash__skip label input {
		top: 3px;
		left: -17px;
	}
}
.splashOp .p-splash__skip {
	opacity: 1;
}

.p-splash__skip__button {
	width: 18.667vw;
	height: 5.333vw;
	margin-bottom: 4vw;
	background-color: #a41716;
	color: #fff;
}

@media (min-width: 769px) {
	.p-splash__skip__button {
		width: 80px;
		height: 26px;
		margin-bottom: 13px;
	}
}
.tutorialOpen .p-splash {
	opacity: 0;
}

.p-tutorial__modal__logo {
	width: 65.6vw;
	height: 9.067vw;
	margin: 0 auto;
	padding: 0;
	box-sizing: content-box;
}

@media (min-width: 769px) {
	.p-tutorial__modal__logo {
		width: 322px;
		height: 44px;
		padding: 30px 0 0;
	}
}
.p-slick--tutorial__inner1 {
	padding: 0 4vw;
}
.p-slick--tutorial__inner1 .p-slick--tutorial__image {
	width: 100%;
	margin: 6.667vw auto 4vw;
	border-radius: 1.333vw;
	overflow: hidden;
}
.p-slick--tutorial__inner1 p {
	width: 100%;
	margin: 0 auto 6.667vw;
	text-align: center;
	font-size: 2.667vw;
	font-family: "TsukuGoPro-B";
}

@media (min-width: 769px) {
	.p-slick--tutorial__inner1 {
		padding: 0;
	}
	.p-slick--tutorial__inner1 .p-slick--tutorial__image {
		width: 650px;
		margin: 25px auto 20px;
		border-radius: 10px;
	}
	.p-slick--tutorial__inner1 p {
		width: 650px;
		margin: 0 auto 20px;
		font-size: 1.4rem;
	}
}
.p-slick--tutorial__inner2 .p-slick--tutorial__image {
	width: 100%;
	border-radius: 1.333vw;
	overflow: hidden;
}
.p-slick--tutorial__inner2 p {
	width: auto;
	margin: 2.7vw 4.933vw 0;
	text-align: center;
	font-size: 3.2vw;
	font-family: "TsukuGoPro-B";
}

@media (min-width: 769px) {
	.p-slick--tutorial__inner2 .p-slick--tutorial__image {
		width: 615px;
		margin: 0 auto 20px;
		border-radius: 10px;
		overflow: hidden;
	}
	.p-slick--tutorial__inner2 p {
		width: 615px;
		margin: 0 auto 20px;
		text-align: center;
		font-size: 1.4rem;
		font-family: "TsukuGoPro-B";
	}
}
.p-slick--tutorial__inner3 .p-slick--tutorial__image {
	width: 100%;
	border-radius: 1.333vw;
	overflow: hidden;
}
.p-slick--tutorial__inner3 p {
	width: auto;
	margin: 2.7vw 4.933vw 0;
	text-align: center;
	font-size: 3.2vw;
	font-family: "TsukuGoPro-B";
}

@media (min-width: 769px) {
	.p-slick--tutorial__inner3 .p-slick--tutorial__image {
		width: 615px;
		margin: 0 auto 20px;
		border-radius: 10px;
		overflow: hidden;
	}
	.p-slick--tutorial__inner3 p {
		width: 615px;
		margin: 0 auto 20px;
		text-align: center;
		font-size: 1.4rem;
		font-family: "TsukuGoPro-B";
	}
}
.p-slick--tutorial__inner4 {
	padding: 0 4vw;
}
.p-slick--tutorial__inner4 .p-slick--tutorial__image {
	width: 100%;
	margin: 6.667vw auto 4vw;
	border-radius: 1.333vw;
	overflow: hidden;
}
.p-slick--tutorial__inner4 p {
	width: 100%;
	margin: 0 auto 6.667vw;
	text-align: center;
	font-size: 2.667vw;
	font-family: "TsukuGoPro-B";
}

@media (min-width: 769px) {
	.p-slick--tutorial__inner4 {
		padding: 0;
	}
	.p-slick--tutorial__inner4 .p-slick--tutorial__image {
		width: 650px;
		margin: 25px auto 20px;
		border-radius: 10px;
	}
	.p-slick--tutorial__inner4 p {
		width: 650px;
		margin: 0 auto 20px;
		font-size: 1.4rem;
	}
}
.p-tutorial__modal .mfp-content {
	max-width: 900px;
	top: 1vw;
}
.p-tutorial__modal .mfp-inline-slick-scaler {
	height: 75vh;
	background-color: #fff;
	padding-top: 8.533vw;
	border-radius: 1.333vw;
}
.p-tutorial__modal .mfp-inline-slick-scaler.is-noSlider {
	padding-top: 0;
}
@media (min-width: 769px) {
	.p-tutorial__modal .mfp-inline-slick-scaler {
		height: auto;
		background-color: #fff;
		padding-top: 0;
		border-radius: 10px;
	}
}
.p-tutorial__modal .mfp-inline-slick-inner {
	height: calc(75vh - 24.533vw);
	padding: 0;
	overflow-y: scroll;
}
.p-tutorial__modal .is-noSlider .mfp-inline-slick-inner {
	height: 75vh;
	padding-bottom: 8.533vw;
}
@media (min-width: 769px) {
	.p-tutorial__modal .mfp-inline-slick-inner {
		width: 900px;
		height: 615px;
		border-radius: 6px;
		overflow-y: hidden;
	}
	.p-tutorial__modal .is-noSlider .mfp-inline-slick-inner {
		height: 615px;
		padding-bottom: 0;
	}
}
.p-tutorial__modal .p-slick--tutorial__columns {
	margin: 0.667vw auto 4vw;
	display: flex;
	flex-direction: column;
}
@media (min-width: 769px) {
	.p-tutorial__modal .p-slick--tutorial__columns {
		margin: 0 40px 0 25px;
		flex-direction: row;
	}
}
.p-tutorial__modal .p-slick--tutorial__column:nth-child(1) {
	margin-bottom: 5.333vw;
}
@media (min-width: 769px) {
	.p-tutorial__modal .p-slick--tutorial__column:nth-child(1) {
		margin-bottom: 0;
		margin-right: 30px;
	}
}
.p-tutorial__modal .p-slick--tutorial__contents {
	margin: 0 5.333vw 0 14vw;
}
.p-tutorial__modal .p-slick--tutorial__contents li {
	line-height: 1;
	position: relative;
	margin-bottom: 4vw;
}
.p-tutorial__modal .p-slick--tutorial__contents li:before {
	content: "";
	width: 4.3vw;
	height: 5.3vw;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 0;
	left: -9.33333vw;
}
@media (min-width: 769px) {
	.p-tutorial__modal .p-slick--tutorial__contents {
		margin: 0;
	}
	.p-tutorial__modal .p-slick--tutorial__contents li {
		margin-top: 20px;
		margin-bottom: 0;
		line-height: 1;
	}
	.p-tutorial__modal .p-slick--tutorial__contents li:before {
		width: 22px;
		height: 26px;
		top: 0;
		left: -37px;
	}
}
.p-tutorial__modal .p-slick--tutorial__inner2 .p-slick--tutorial__contents li {
	/*&:nth-child(4) {
	  &:before {
	    background-image: url("/mhw/assets/img/top/modal-number-4.png");
	  }
	}*/
}
.p-tutorial__modal .p-slick--tutorial__inner2 .p-slick--tutorial__contents li:nth-child(1):before {
	background-image: url("/mhw/assets/img/top/modal-number-1.png");
}
.p-tutorial__modal .p-slick--tutorial__inner2 .p-slick--tutorial__contents li:nth-child(2):before {
	background-image: url("/mhw/assets/img/top/modal-number-2.png");
}
.p-tutorial__modal .p-slick--tutorial__inner2 .p-slick--tutorial__contents li:nth-child(3):before {
	width: 9.6vw;
	height: 9.86667vw;
	left: -11.4vw;
	background-image: url("/mhw/assets/img/top/modal-number-3-recommendation.png?1");
}
@media (min-width: 769px) {
	.p-tutorial__modal .p-slick--tutorial__inner2 .p-slick--tutorial__contents li:nth-child(3):before {
		width: 46px;
		height: 46px;
		left: -49px;
	}
}
.p-tutorial__modal .p-slick--tutorial__inner2 .p-slick--tutorial__contents li:nth-child(4):before {
	width: 9.6vw;
	height: 9.86667vw;
	left: -11.4vw;
	background-image: url("/mhw/assets/img/top/modal-number-4-recommendation.png");
}
@media (min-width: 769px) {
	.p-tutorial__modal .p-slick--tutorial__inner2 .p-slick--tutorial__contents li:nth-child(4):before {
		width: 46px;
		height: 46px;
		left: -49px;
	}
}
.p-tutorial__modal .p-slick--tutorial__inner2 .p-slick--tutorial__contents li:nth-child(5):before {
	background-image: url("/mhw/assets/img/top/modal-number-5.png");
}
.p-tutorial__modal .p-slick--tutorial__inner2 .p-slick--tutorial__contents li:nth-child(6):before {
	background-image: url("/mhw/assets/img/top/modal-number-6.png");
}
.p-tutorial__modal .p-slick--tutorial__inner2 .p-slick--tutorial__contents li:nth-child(7):before {
	background-image: url("/mhw/assets/img/top/modal-number-7.png");
}
.p-tutorial__modal .p-slick--tutorial__inner2 .p-slick--tutorial__contents li:nth-child(8):before {
	background-image: url("/mhw/assets/img/top/modal-number-8.png");
}
.p-tutorial__modal .p-slick--tutorial__inner2 .p-slick--tutorial__contents li:nth-child(9):before {
	background-image: url("/mhw/assets/img/top/modal-number-9.png");
}
.p-tutorial__modal .p-slick--tutorial__inner3 .p-slick--tutorial__contents li:nth-child(1):before {
	background-image: url("/mhw/assets/img/top/modal-number-10.png");
}
.p-tutorial__modal .p-slick--tutorial__inner3 .p-slick--tutorial__contents li:nth-child(2):before {
	background-image: url("/mhw/assets/img/top/modal-number-11.png");
}
.p-tutorial__modal .p-slick--tutorial__inner3 .p-slick--tutorial__contents li:nth-child(3):before {
	background-image: url("/mhw/assets/img/top/modal-number-12.png");
}
.p-tutorial__modal .p-slick--tutorial__inner3 .p-slick--tutorial__contents li:nth-child(4):before {
	background-image: url("/mhw/assets/img/top/modal-number-13.png");
}
.p-tutorial__modal .p-slick--tutorial__inner3 .p-slick--tutorial__contents li:nth-child(5):before {
	background-image: url("/mhw/assets/img/top/modal-number-14.png");
}
.p-tutorial__modal .p-slick--tutorial__content__title {
	font-size: 1.2rem;
	margin-bottom: 5px;
	font-family: "TsukuGoPro-B";
}
.p-tutorial__modal .p-slick--tutorial__content__text {
	font-size: 1rem;
	line-height: 1.5;
	font-family: "TsukuGoPro-B";
}
.p-tutorial__modal .p-slick--tutorial__content__text--comingsoon {
	font-size: 1.2rem;
	margin: 6.66vw 0;
	font-family: "TsukuGoPro-B";
	text-align: center;
}
@media (min-width: 769px) {
	.p-tutorial__modal .p-slick--tutorial__content__text--comingsoon {
		margin: 50px 0 0 0;
	}
}
.p-tutorial__modal .slick-arrow {
	bottom: 5.5vw;
	z-index: 1;
}
@media (min-width: 769px) {
	.p-tutorial__modal .slick-arrow {
		bottom: 4px;
	}
}
.p-tutorial__modal .p-slick--counter {
	width: 100%;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 8vw;
}
@media (min-width: 769px) {
	.p-tutorial__modal .p-slick--counter {
		bottom: 15px;
	}
}

.p-infomation__modal__logo {
	width: 65.6vw;
	height: 9.067vw;
	margin: 0 auto;
	padding: 0;
	box-sizing: content-box;
}

@media (min-width: 769px) {
	.p-infomation__modal__logo {
		width: 322px;
		height: 44px;
		padding: 30px 0 0;
	}
}
.p-slick--infomation__inner1 .p-slick--infomation__image {
	width: 100%;
	margin: 6.667vw auto 4vw;
	border-radius: 1.333vw;
	overflow: hidden;
}
.p-slick--infomation__inner1 p {
	font-size: 2.667vw;
	line-height: 1.6;
	font-family: "TsukuGoPro-B";
}

@media (min-width: 769px) {
	.p-slick--infomation__inner1 .p-slick--infomation__image {
		width: 650px;
		margin: 25px auto 20px;
		border-radius: 10px;
	}
	.p-slick--infomation__inner1 p {
		font-size: 1.4rem;
		line-height: 1.6;
		font-family: "TsukuGoPro-B";
	}
}
.p-slick--infomation__inner1__columns {
	display: flex;
	flex-direction: column-reverse;
}

@media (min-width: 769px) {
	.p-slick--infomation__inner1__columns {
		flex-direction: row;
	}
}
.p-slick--infomation__inner1__column:first-of-type {
	margin: 0 4vw;
	background-color: #e8e5de;
	display: flex;
}

@media (min-width: 769px) {
	.p-slick--infomation__inner1__column {
		height: 615px;
		background-color: transparent;
	}
	.p-slick--infomation__inner1__column:first-of-type {
		width: 300px;
		margin: 0;
		background-color: #e8e5de;
		display: block;
	}
	.p-slick--infomation__inner1__column:last-of-type {
		width: calc(100% - 300px);
	}
}
.p-slick--infomation__inner1__video {
	padding: 6.667vw 4vw;
}
.p-slick--infomation__inner1__video video {
	width: 36.667vw;
}

@media (min-width: 769px) {
	.p-slick--infomation__inner1__video {
		padding: 45px 35px 0;
	}
	.p-slick--infomation__inner1__video video {
		width: 100%;
	}
}
.l-footer__imgPreload {
	display: none;
}

.p-slick--infomation__inner1__text {
	width: 100%;
	display: flex;
	align-items: center;
}
.p-slick--infomation__inner1__text span {
	width: 33.6vw;
	height: 56vw;
	background-image: url("/mhw/assets/img/top/info1_text_sp.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}

@media (min-width: 769px) {
	.p-slick--infomation__inner1__text {
		display: block;
		align-items: stretch;
	}
	.p-slick--infomation__inner1__text span {
		width: 256px;
		height: 75px;
		margin: 25px auto 0;
		background-image: url("/mhw/assets/img/top/info1_text_pc.svg?20210902");
	}
}
.is-info1_text2 .p-slick--infomation__inner1__text span {
	background-image: url("/mhw/assets/img/top/info1_text2_sp.svg?20210902");
}
@media (min-width: 769px) {
	.is-info1_text2 .p-slick--infomation__inner1__text span {
		background-image: url("/mhw/assets/img/top/info1_text2_pc.svg");
	}
}

.is-info1_text3 .p-slick--infomation__inner1__text span {
	background-image: url("/mhw/assets/img/top/info1_text3_sp.svg");
}
@media (min-width: 769px) {
	.is-info1_text3 .p-slick--infomation__inner1__text span {
		background-image: url("/mhw/assets/img/top/info1_text3_pc.svg");
	}
}

.p-slick--infomation__inner1__logo {
	width: 69.733vw;
	margin: 5.333vw auto;
}

@media (min-width: 769px) {
	.p-slick--infomation__inner1__logo {
		width: 376px;
		margin: 80px auto 0;
	}
}
.p-slick--infomation__inner1__lead {
	text-align: center;
	margin: 4vw 4vw 6.667vw;
}

@media (min-width: 769px) {
	.p-slick--infomation__inner1__lead {
		margin: 12px 45px 0;
	}
}
.p-slick--infomation__inner2 {
	padding-top: 8.533vw;
}
.p-slick--infomation__inner2 .p-slick--infomation__image {
	width: 100%;
	border-radius: 1.333vw;
	overflow: hidden;
}
.p-slick--infomation__inner2 p {
	width: auto;
	margin: 2.7vw 4.933vw 0;
	text-align: center;
	font-size: 3.2vw;
	font-family: "TsukuGoPro-B";
}

@media (min-width: 769px) {
	.p-slick--infomation__inner2 {
		padding-top: 0;
	}
	.p-slick--infomation__inner2 .p-slick--infomation__image {
		width: 615px;
		margin: 0 auto 20px;
		border-radius: 10px;
		overflow: hidden;
	}
	.p-slick--infomation__inner2 p {
		width: 615px;
		margin: 0 auto 20px;
		text-align: center;
		font-size: 1.4rem;
		font-family: "TsukuGoPro-B";
	}
}
.p-slick--infomation__inner3 {
	padding-top: 8.533vw;
}
.p-slick--infomation__inner3 .p-slick--infomation__image {
	width: 100%;
	border-radius: 1.333vw;
	overflow: hidden;
}
.p-slick--infomation__inner3 p {
	width: auto;
	margin: 2.7vw 4.933vw 0;
	text-align: center;
	font-size: 3.2vw;
	font-family: "TsukuGoPro-B";
}

@media (min-width: 769px) {
	.p-slick--infomation__inner3 {
		padding-top: 0;
	}
	.p-slick--infomation__inner3 .p-slick--infomation__image {
		width: 615px;
		margin: 0 auto 20px;
		border-radius: 10px;
		overflow: hidden;
	}
	.p-slick--infomation__inner3 p {
		width: 615px;
		margin: 0 auto 20px;
		text-align: center;
		font-size: 1.4rem;
		font-family: "TsukuGoPro-B";
	}
}
.p-slick--infomation__inner4 {
	padding: 8.533vw 4vw 0;
}
.p-slick--infomation__inner4 .p-slick--infomation__image {
	width: 100%;
	margin: 6.667vw auto 4vw;
	border-radius: 1.333vw;
	overflow: hidden;
}
.p-slick--infomation__inner4 p {
	width: 100%;
	margin: 0 auto 6.667vw;
	text-align: center;
	font-size: 2.667vw;
	font-family: "TsukuGoPro-B";
}

@media (min-width: 769px) {
	.p-slick--infomation__inner4 {
		padding: 0;
	}
	.p-slick--infomation__inner4 .p-slick--infomation__image {
		width: 650px;
		margin: 25px auto 20px;
		border-radius: 10px;
	}
	.p-slick--infomation__inner4 p {
		width: 650px;
		margin: 0 auto 20px;
		font-size: 1.4rem;
	}
}
.p-infomation__modal .mfp-content {
	max-width: 900px;
	top: 1vw;
}
.p-infomation__modal .mfp-inline-slick-scaler {
	height: 75vh;
	background-color: #fff;
	padding-top: 0;
	border-radius: 1.333vw;
}
@media (min-width: 769px) {
	.p-infomation__modal .mfp-inline-slick-scaler {
		height: auto;
		background-color: #fff;
		padding-top: 0;
		border-radius: 10px;
	}
}
.p-infomation__modal .mfp-inline-slick-inner {
	height: 75vh;
	padding: 0;
	overflow-y: scroll;
}
@media (min-width: 769px) {
	.p-infomation__modal .mfp-inline-slick-inner {
		width: 900px;
		height: 615px;
		border-radius: 6px;
		overflow-y: hidden;
	}
}
.p-infomation__modal .p-slick--infomation__columns {
	margin: 0.667vw auto 4vw;
	display: flex;
	flex-direction: column;
}
@media (min-width: 769px) {
	.p-infomation__modal .p-slick--infomation__columns {
		margin: 0 30px 0 25px;
		flex-direction: row;
	}
}
.p-infomation__modal .p-slick--infomation__column:nth-child(1) {
	margin-bottom: 5.333vw;
}
@media (min-width: 769px) {
	.p-infomation__modal .p-slick--infomation__column:nth-child(1) {
		margin-bottom: 0;
		margin-right: 30px;
	}
}
.p-infomation__modal .p-slick--infomation__contents {
	margin: 0 5.333vw 0 14vw;
}
.p-infomation__modal .p-slick--infomation__contents li {
	line-height: 1;
	position: relative;
	margin-bottom: 4vw;
}
.p-infomation__modal .p-slick--infomation__contents li:before {
	content: "";
	width: 4.3vw;
	height: 5.3vw;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 0;
	left: -9.33333vw;
}
@media (min-width: 769px) {
	.p-infomation__modal .p-slick--infomation__contents {
		margin: 0 0 0 -45px;
		padding-right: 10px;
		overflow-y: auto;
	}
	.p-infomation__modal .p-slick--infomation__contents::-webkit-scrollbar {
		width: 5px;
	}
	.p-infomation__modal .p-slick--infomation__contents::-webkit-scrollbar-track {
		background-color: #fff;
	}
	.p-infomation__modal .p-slick--infomation__contents::-webkit-scrollbar-thumb {
		background-color: #aaa;
		border-radius: 5px;
	}
	.p-infomation__modal .p-slick--infomation__contents li {
		margin: 20px 0 0 45px;
		line-height: 1;
	}
	.p-infomation__modal .p-slick--infomation__contents li:before {
		width: 22px;
		height: 26px;
		top: 0;
		left: -37px;
	}
}
@media (min-width: 769px) {
	.p-infomation__modal .p-slick--infomation__inner2 .p-slick--infomation__contents {
		height: 500px;
	}
}
.p-infomation__modal .p-slick--infomation__inner2 .p-slick--infomation__contents li {
	/*&:nth-child(4) {
	  &:before {
	    background-image: url("/mhw/assets/img/top/modal-number-4.png");
	  }
	}*/
}
.p-infomation__modal .p-slick--infomation__inner2 .p-slick--infomation__contents li:nth-child(1):before {
	background-image: url("/mhw/assets/img/top/modal-number-1.png");
}
.p-infomation__modal .p-slick--infomation__inner2 .p-slick--infomation__contents li:nth-child(2):before {
	background-image: url("/mhw/assets/img/top/modal-number-2.png");
}
.p-infomation__modal .p-slick--infomation__inner2 .p-slick--infomation__contents li:nth-child(3):before {
	width: 9.6vw;
	height: 9.86667vw;
	left: -11.4vw;
	background-image: url("/mhw/assets/img/top/modal-number-3-recommendation.png?1");
}
@media (min-width: 769px) {
	.p-infomation__modal .p-slick--infomation__inner2 .p-slick--infomation__contents li:nth-child(3):before {
		width: 46px;
		height: 46px;
		left: -49px;
	}
}
.p-infomation__modal .p-slick--infomation__inner2 .p-slick--infomation__contents li:nth-child(4):before {
	width: 9.6vw;
	height: 9.86667vw;
	left: -11.4vw;
	background-image: url("/mhw/assets/img/top/modal-number-4-recommendation.png");
}
@media (min-width: 769px) {
	.p-infomation__modal .p-slick--infomation__inner2 .p-slick--infomation__contents li:nth-child(4):before {
		width: 46px;
		height: 46px;
		left: -49px;
	}
}
.p-infomation__modal .p-slick--infomation__inner2 .p-slick--infomation__contents li:nth-child(5):before {
	background-image: url("/mhw/assets/img/top/modal-number-5.png");
}
.p-infomation__modal .p-slick--infomation__inner2 .p-slick--infomation__contents li:nth-child(6):before {
	background-image: url("/mhw/assets/img/top/modal-number-6.png");
}
.p-infomation__modal .p-slick--infomation__inner2 .p-slick--infomation__contents li:nth-child(7):before {
	background-image: url("/mhw/assets/img/top/modal-number-7.png");
}
.p-infomation__modal .p-slick--infomation__inner2 .p-slick--infomation__contents li:nth-child(8):before {
	background-image: url("/mhw/assets/img/top/modal-number-8.png");
}
.p-infomation__modal .p-slick--infomation__inner2 .p-slick--infomation__contents li:nth-child(9):before {
	background-image: url("/mhw/assets/img/top/modal-number-9.png");
}
.p-infomation__modal .p-slick--infomation__inner2 .p-slick--infomation__contents li:nth-child(10):before {
	background-image: url("/mhw/assets/img/top/modal-number-10.png");
}
.p-infomation__modal .p-slick--infomation__inner2 .p-slick--infomation__contents li:nth-child(11):before {
	background-image: url("/mhw/assets/img/top/modal-number-11.png");
}
@media (min-width: 769px) {
	.p-infomation__modal .p-slick--infomation__inner3 .p-slick--infomation__contents {
		height: 500px;
	}
}
.p-infomation__modal .p-slick--infomation__inner3 .p-slick--infomation__contents li:nth-child(1):before {
	background-image: url("/mhw/assets/img/top/modal-number-12.png");
}
.p-infomation__modal .p-slick--infomation__inner3 .p-slick--infomation__contents li:nth-child(2):before {
	background-image: url("/mhw/assets/img/top/modal-number-13.png");
}
.p-infomation__modal .p-slick--infomation__inner3 .p-slick--infomation__contents li:nth-child(3):before {
	background-image: url("/mhw/assets/img/top/modal-number-14.png");
}
.p-infomation__modal .p-slick--infomation__inner3 .p-slick--infomation__contents li:nth-child(4):before {
	background-image: url("/mhw/assets/img/top/modal-number-15.png");
}
.p-infomation__modal .p-slick--infomation__inner3 .p-slick--infomation__contents li:nth-child(5):before {
	background-image: url("/mhw/assets/img/top/modal-number-16.png");
}
.p-infomation__modal .p-slick--infomation__inner3 .p-slick--infomation__contents li:nth-child(6):before {
	background-image: url("/mhw/assets/img/top/modal-number-17.png");
}
.p-infomation__modal .p-slick--infomation__inner3 .p-slick--infomation__contents li:nth-child(7):before {
	background-image: url("/mhw/assets/img/top/modal-number-18.png");
}
.p-infomation__modal .p-slick--infomation__content__title {
	font-size: 1.2rem;
	margin-bottom: 5px;
	font-family: "TsukuGoPro-B";
}
.p-infomation__modal .p-slick--infomation__content__title strong {
	color: #a41716;
}
.p-infomation__modal .p-slick--infomation__content__text {
	font-size: 1rem;
	line-height: 1.5;
	font-family: "TsukuGoPro-B";
}
.p-infomation__modal .p-slick--infomation__content__text--comingsoon {
	font-size: 1.2rem;
	margin: 6.66vw 0;
	font-family: "TsukuGoPro-B";
	text-align: center;
}
@media (min-width: 769px) {
	.p-infomation__modal .p-slick--infomation__content__text--comingsoon {
		margin: 50px 0 50px 0;
	}
}
.p-infomation__modal .slick-arrow {
	bottom: 5.5vw;
	z-index: 1;
}
@media (min-width: 769px) {
	.p-infomation__modal .slick-arrow {
		bottom: 4px;
	}
}
.p-infomation__modal .p-slick--counter {
	width: 100%;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 8vw;
}
@media (min-width: 769px) {
	.p-infomation__modal .p-slick--counter {
		bottom: 15px;
	}
}

.p-introductionvideo__modal .mfp-inline-slick-inner {
	padding: 0;
	background-color: unset;
}
@media (max-width: 768px) {
	.p-introductionvideo__modal .mfp-inline-slick-inner {
		height: 51.75vw;
	}
}
@media (min-width: 769px) {
	.p-introductionvideo__modal .mfp-inline-slick-inner {
		height: 450px;
		width: 800px;
	}
}
.p-introductionvideo__modal .mfp-inline-holder .mfp-inline-slick-scaler {
	aspect-ratio: 16/9;
	background-color: unset;
}
@media (max-width: 768px) {
	.p-introductionvideo__modal .mfp-inline-holder .mfp-inline-slick-scaler {
		width: 100%;
		height: 51.75vw;
		padding-top: 0;
	}
}
.p-introductionvideo__modal .mfp-inline-holder .mfp-inline-slick-scaler iframe {
	margin: 0;
	width: 100%;
	height: 100%;
}

/* Campaign Button -------------- */
.p-campaignButton {
	position: fixed;
	z-index: 100;
	transition: transform 0.5s;
	transition-delay: 0.5s;
	display: none;
}
@media (max-width: 768px) {
	.p-campaignButton {
		top: 21.3vw;
		left: 2.7vw;
		transform: translateY(-100vh);
	}
}
@media (min-width: 769px) {
	.p-campaignButton {
		top: 115px;
		right: 80px;
		left: unset;
		transform: translateY(-100vh);
	}
}
.page--home .p-campaignButton {
	display: block;
}
.p-campaignButton a {
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
	font-family: "TsukuGoPro-B";
	font-size: 2.7vw;
	background-color: #A61918;
	border-radius: 100px;
	color: #fff;
	text-align: center;
	position: relative;
}
@media (min-width: 769px) {
	.p-campaignButton a {
		font-size: 1rem;
	}
}
.p-campaignButton a::after {
	content: "";
	display: inline-block;
	width: 1.2vw;
	height: 2.4vw;
	background: url(/mhw/assets/img/common/icon-bracket-white.svg) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 3.3vw;
	transform: translateY(-50%);
}
@media (min-width: 769px) {
	.p-campaignButton a::after {
		width: 5px;
		height: 10px;
		right: 10px;
	}
}

@media (max-width: 768px) {
	.campaignCheckIn .p-campaignButton {
		bottom: 21.3vw;
		right: 2.7vw;
		top: unset;
		left: unset;
		transform: translateY(100vh);
	}
}

.loaded .p-campaignButton {
	transform: translateY(0);
}

@media (min-width: 769px) {
	.l-gnav.is-gnav-active + .p-campaignButton {
		display: none;
	}
}

.p-campaignButton__nonParticipation {
	display: block;
	width: 45.3vw;
	height: 21.9vw;
	border-radius: unset !important;
	background-color: #fff !important;
}
@media (min-width: 769px) {
	.p-campaignButton__nonParticipation {
		width: 395px;
		height: 190px;
	}
}
.p-campaignButton__nonParticipation img {
	width: 100%;
	height: auto;
}

.p-campaignButton__checkIn {
	display: none;
	align-items: center;
	width: 33.7vw;
	height: 13.3vw;
	padding: 0 2.7vw 0 3.2vw;
}
@media (min-width: 769px) {
	.p-campaignButton__checkIn {
		width: 130px;
		height: 45px;
		padding: 0 10px 0 15px;
	}
}
.p-campaignButton__checkIn img {
	width: 6vw;
	height: auto;
}
@media (min-width: 769px) {
	.p-campaignButton__checkIn img {
		width: 22px;
	}
}
.p-campaignButton__checkIn img.p-btn-campaign {
	width: 170px;
	position: absolute;
	left: -60.7vw;
	bottom: 0;
}
@media (min-width: 769px) {
	.p-campaignButton__checkIn img.p-btn-campaign {
		width: 395px;
		top: 55px;
		left: -205px;
		right: unset;
	}
}
.p-campaignButton__checkIn p {
	margin-left: 1.1vw;
	line-height: 1.2;
}
@media (min-width: 769px) {
	.p-campaignButton__checkIn p {
		margin-left: 7px;
	}
}
.p-campaignButton__checkIn p strong {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 4.5vw;
}
@media (min-width: 769px) {
	.p-campaignButton__checkIn p strong {
		font-size: 1.8rem;
	}
}

.campaignCheckIn .p-campaignButton__nonParticipation {
	display: none;
}
.campaignCheckIn .p-campaignButton__checkIn {
	display: flex;
}

.logout.campaignCheckIn .p-campaignButton__nonParticipation {
	display: none;
}
.logout.campaignCheckIn .p-campaignButton__checkIn {
	display: none;
}

/* Campaign Modal --------------- */
.mfp-inline-holder .mfp-inline-inner {
	width: 100%;
	height: 75vh;
	border-radius: 1.333vw;
	background-color: #fff;
	overflow-y: auto;
}
@media (min-width: 769px) {
	.mfp-inline-holder .mfp-inline-inner {
		width: 900px;
		height: 80vh;
		border-radius: 6px;
	}
	.mfp-inline-holder .mfp-inline-inner::-webkit-scrollbar {
		width: 5px;
	}
	.mfp-inline-holder .mfp-inline-inner::-webkit-scrollbar-track {
		background-color: #fff;
	}
	.mfp-inline-holder .mfp-inline-inner::-webkit-scrollbar-thumb {
		background-color: #aaa;
		border-radius: 5px;
	}
}

.p-campaign__modal .mfp-content {
	max-width: 900px;
}
.p-campaign__modal .mfp-inline-slick-scaler {
	padding-top: 0;
}

.p-modal--campaign__inner {
	line-height: normal;
}
@media (max-width: 768px) {
	.p-modal--campaign__inner {
		background-image: url(/mhw/assets/img/campaign/title-nomargin-l-bg-sp.png?3);
		background-repeat: no-repeat;
		background-size: 100%;
	}
}
@media (min-width: 769px) {
	.p-modal--campaign__inner {
		background-image: url(/mhw/assets/img/campaign/title-nomargin-l-bg-pc.png?3);
		background-repeat: no-repeat;
		background-size: 100%;
	}
}

.p-modal--campaign__header {
	padding: 5.3vw 4vw 5.7vw;
}
@media (min-width: 769px) {
	.p-modal--campaign__header {
		width: 550px;
		margin: 0 auto;
		padding: 30px 0 32px;
	}
}

.p-modal--campaign__title--image {
	margin-bottom: 4vw;
}
@media (min-width: 769px) {
	.p-modal--campaign__title--image {
		margin-bottom: 20px;
	}
}

.p-modal--campaign__lead {
	background-color: #E7E5DD;
	outline: 1px solid #fff;
	outline-offset: -5px;
	border-radius: 8px;
	font-family: "TsukuGoPro-B";
	position: relative;
}

.p-modal--campaign__lead__text {
	padding: 6.7vw 2.7vw;
	font-size: 2.7vw;
	text-align: center;
}
@media (min-width: 769px) {
	.p-modal--campaign__lead__text {
		padding: 20px;
		font-size: 14px;
	}
}
.p-modal--campaign__lead__text span {
	color: #A61918;
}
.p-modal--campaign__lead__text strong {
	display: block;
	margin-top: 2vw;
	font-size: 5.1vw;
	letter-spacing: 0.05em;
}
@media (min-width: 769px) {
	.p-modal--campaign__lead__text strong {
		margin-top: 12px;
		font-size: 28px;
	}
}

.p-modal--campaign__lead__more {
	font-size: 12px;
	line-height: 1;
	position: absolute;
	right: 15px;
	bottom: 20px;
}

.p-modal--campaign__detail {
	padding: 10vw 0 8vw;
	background-color: #E7E5DD;
}
@media (min-width: 769px) {
	.p-modal--campaign__detail {
		padding: 60px 0;
		border-radius: 8px;
	}
}

@media (min-width: 769px) {
	.p-modal--campaign__status {
		display: flex;
		justify-content: space-between;
		margin: 0 70px;
	}
	.p-modal--campaign__status > * {
		width: calc((100% - 30px) / 2);
	}
}

.p-modal--campaign__status__data {
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-modal--campaign__status__data img {
	width: 10.1vw;
	height: 10.1vw;
}
@media (min-width: 769px) {
	.p-modal--campaign__status__data img {
		width: 84px;
		height: 84px;
		margin-left: 10px;
	}
}
.p-modal--campaign__status__data p {
	text-align: center;
}
@media (max-width: 768px) {
	.p-modal--campaign__status__data p {
		display: flex;
		font-size: 3.2vw;
	}
}
@media (min-width: 769px) {
	.p-modal--campaign__status__data p {
		width: calc(100% - 94px);
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.p-modal--campaign__status__data p span {
		margin: 0 3.6vw 0 2.9vw;
		line-height: 1.3;
	}
}
.p-modal--campaign__status__data p strong {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 8.7vw;
	line-height: 1;
}
@media (min-width: 769px) {
	.p-modal--campaign__status__data p strong {
		margin-top: 8px;
		font-size: 38px;
	}
}

.p-modal--campaign__status__info {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
@media (max-width: 768px) {
	.p-modal--campaign__status__info {
		width: 57.7vw;
		height: 4.3vw;
		margin: 1.3vw auto 0;
		border-radius: 0.3vw;
		font-size: 2.7vw;
	}
}
@media (min-width: 769px) {
	.p-modal--campaign__status__info {
		height: 70px;
		border-radius: 10px;
	}
}
.p-modal--campaign__status__info::before {
	content: "まだスタンプが貯まっていません。";
	color: #B5B5B5;
	text-align: center;
}
.campaignComplete .p-modal--campaign__status__info::before {
	color: #A61918;
}
@media (max-width: 768px) {
	.campaignComplete .p-modal--campaign__status__info::before {
		content: "スタンプが貯まったので、来場予約する";
	}
}
@media (min-width: 769px) {
	.campaignComplete .p-modal--campaign__status__info::before {
		content: "スタンプが貯まったので、\a来場予約する";
		white-space: pre;
	}
}

.p-modal--campaign__btmNavi__maintenance {
	text-align: center;
	color: #A61918;
	font-family: "TsukuGoPro-B";
	font-size: 2.7vw;
	line-height: 1.8;
}
@media (min-width: 769px) {
	.p-modal--campaign__btmNavi__maintenance {
		font-size: 1.6rem;
	}
}

.p-modal--campaign__btmNavi {
	margin: 4.4vw 8.7vw 0;
	display: none;
}
@media (min-width: 769px) {
	.p-modal--campaign__btmNavi {
		margin: 20px 70px 0;
		padding: 30px 90px;
		background-color: #fff;
	}
}
.campaignComplete .p-modal--campaign__btmNavi {
	display: block;
}

.p-modal--campaign__areaList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 8vw 0;
	padding: 0 2.3vw;
}
@media (min-width: 769px) {
	.p-modal--campaign__areaList {
		margin: 50px 0;
		padding: 0;
	}
}

.p-modal--campaign__area {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	font-family: "TsukuGoPro-B";
	overflow: hidden;
}
@media (max-width: 768px) {
	.p-modal--campaign__area {
		width: calc((100% - (1.7vw * 4)) / 2);
		margin: 0 1.7vw;
		border-radius: 0.8vw;
	}
	.p-modal--campaign__area:nth-child(n+3) {
		margin-top: 5.3vw;
	}
}
@media (min-width: 769px) {
	.p-modal--campaign__area {
		width: 240px;
		margin: 0 10px;
		border-radius: 6px;
	}
	.p-modal--campaign__area:nth-child(n+4) {
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.p-modal--campaign__area__title {
		padding: 2.7vw 2.7vw 2vw;
		font-size: 3.2vw;
	}
}
@media (min-width: 769px) {
	.p-modal--campaign__area__title {
		padding: 20px 15px 8px;
	}
}
.p-modal--campaign__area__title .u-icon-slideArrowR > span, .p-modal--campaign__area__title .u-icon-slideArrowL > span {
	top: 0.3vw;
	transform: unset;
}
@media (min-width: 769px) {
	.p-modal--campaign__area__title .u-icon-slideArrowR > span, .p-modal--campaign__area__title .u-icon-slideArrowL > span {
		top: 0;
	}
}

.p-modal--campaign__area__text {
	padding: 0 2.7vw;
	font-size: 2.7vw;
}
@media (min-width: 769px) {
	.p-modal--campaign__area__text {
		padding: 0 15px;
		font-size: 10px;
	}
}

.p-modal--campaign__area__stampList {
	display: flex;
	padding: 2.7vw 2.7vw 4vw;
}
@media (min-width: 769px) {
	.p-modal--campaign__area__stampList {
		padding: 6px 15px 15px;
	}
}

.p-modal--campaign__area__stamp {
	width: 10.7vw;
	height: 10.7vw;
	background: url(/mhw/assets/img/campaign/icon-stamp-off.svg) 0 0 no-repeat;
	background-size: cover;
}
@media (min-width: 769px) {
	.p-modal--campaign__area__stamp {
		width: 51px;
		height: 51px;
	}
}
.p-modal--campaign__area__stamp.done {
	background: url(/mhw/assets/img/campaign/icon-stamp-on.svg) 0 0 no-repeat;
	background-size: cover;
	pointer-events: none;
}
.p-modal--campaign__area__stamp:nth-child(n+2) {
	margin-left: 1.3vw;
}
@media (min-width: 769px) {
	.p-modal--campaign__area__stamp:nth-child(n+2) {
		margin-left: 10px;
	}
}
.p-modal--campaign__area__stamp a {
	display: block;
	width: 100%;
	height: 100%;
}

.p-modal--campaign__buttons {
	text-align: center;
}
.p-modal--campaign__buttons .u-icon-slideArrowR > span, .p-modal--campaign__buttons .u-icon-slideArrowL > span {
	top: 3.2vw;
	transform: unset;
}
@media (min-width: 769px) {
	.p-modal--campaign__buttons .u-icon-slideArrowR > span, .p-modal--campaign__buttons .u-icon-slideArrowL > span {
		top: 12px;
	}
}

/* login --------------- */
.p-login--guide {
	width: 90.667vw;
	position: absolute;
	bottom: 47.267vw;
	z-index: 100;
	display: none;
}
@media (min-width: 769px) {
	.p-login--guide {
		width: auto;
		left: 50%;
		bottom: 80px;
		transform: translateX(-50%);
	}
}

.page--home .p-login--guide {
	display: block;
	bottom: 31.267vw;
}
@media (min-width: 769px) {
	.page--home .p-login--guide {
		left: 0;
		bottom: 28px;
		transform: translateX(0);
	}
}

.p-login--guide__inner {
	padding: 1.733vw 0;
	border: 2px solid #A61918;
	background-color: #E7E4DD;
	text-align: center;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media (min-width: 769px) {
	.p-login--guide__inner {
		padding: 20px 16px;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
}

.p-login--guide__detail__link {
	width: 59.067vw;
	height: 5.2vw;
	margin: 0 0 1.533vw 0;
	background-color: #fff;
	font-family: "TsukuGoPro-B";
	font-size: 2.667vw;
	font-weight: bold;
	text-align: center;
	line-height: 5.2vw;
	position: relative;
	display: block;
}
.p-login--guide__detail__link:after {
	content: "";
	margin: 0 0 0.133vw 1.6vw;
	display: inline-block;
	border-top: 1vw solid transparent;
	border-bottom: 1vw solid transparent;
	border-left: 1.8vw solid #000;
}
@media (min-width: 769px) {
	.p-login--guide__detail__link {
		width: 185px;
		height: 23px;
		margin: 0 12px 0 0;
		padding-left: 9px;
		font-size: 1.2rem;
		text-align: left;
		line-height: 23px;
	}
	.p-login--guide__detail__link:after {
		content: "";
		margin: 0 0 1px 5px;
		display: inline-block;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 7px solid #000;
	}
}

.p-login--guide__button--login {
	width: 31.333vw;
	height: 6.133vw;
	margin-right: 3.2vw;
	border: 2px solid #A61918;
	background-color: #A61918;
	font-family: "TsukuGoPro-B";
	font-size: 3.2vw;
	font-weight: bold;
	line-height: 5.2vw;
	color: #fff;
	display: block;
	border-radius: 5px;
}
@media (min-width: 769px) {
	.p-login--guide__button--login {
		width: 116px;
		height: 23px;
		margin-right: 12px;
		font-size: 1.2rem;
		line-height: 17px;
	}
}

.p-login--guide__button--register {
	width: 31.333vw;
	height: 6.133vw;
	border: 2px solid #A61918;
	background-color: #fff;
	font-family: "TsukuGoPro-B";
	font-size: 3.2vw;
	font-weight: bold;
	line-height: 5.2vw;
	color: #A61918;
	display: block;
	border-radius: 5px;
}
@media (min-width: 769px) {
	.p-login--guide__button--register {
		width: 116px;
		height: 23px;
		margin-right: 0;
		font-size: 1.2rem;
		line-height: 17px;
	}
}

.p-slick--login__logo {
	width: 65.333vw;
	margin: 0 auto 3.293vw;
}
@media (min-width: 769px) {
	.p-slick--login__logo {
		width: 322px;
		margin: 0 auto;
		padding: 28px 0;
	}
}

.p-slick--login__columns {
	line-height: normal;
}
@media (min-width: 769px) {
	.p-slick--login__columns {
		display: flex;
	}
}

.p-slick--login__column--guide {
	width: 74.667vw;
	margin: 0 auto 6.667vw;
}
@media (min-width: 769px) {
	.p-slick--login__column--guide {
		width: 340px;
		margin: 0;
		padding: 0 3px;
		border-right: 1px solid #707070;
	}
}

@media (min-width: 769px) {
	.p-slick--login--guide__inner {
		height: 485px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.p-slick--login__title {
	width: 100%;
	height: 14vw;
	margin-bottom: 4.133vw;
	padding-bottom: 2.333vw;
	border-bottom: 1px solid #707070;
	font-family: "TsukuGoPro-B";
	font-size: 7.067vw;
	font-weight: bold;
	text-align: center;
	line-height: 12.2vw;
}
@media (min-width: 769px) {
	.p-slick--login__title {
		width: 263px;
		height: 44px;
		margin-bottom: 38px;
		font-size: 2.4rem;
		line-height: 40px;
	}
}

.p-slick--login__text {
	width: 100%;
	margin-bottom: 6.667vw;
	font-family: "TsukuGoPro-D";
	font-size: 2.667vw;
}
.p-slick--login__text p {
	line-height: 1.4;
}
@media (min-width: 769px) {
	.p-slick--login__text {
		width: 178px;
		margin-bottom: 48px;
		font-size: 1rem;
	}
}

.p-slick--login--guide__buttons a {
	width: 54.4vw;
	height: 8vw;
	border: 2px solid #A61918;
	text-align: center;
	line-height: 5.867vw;
	font-family: "TsukuGoPro-B";
	font-size: 4.933vw;
	font-weight: bold;
	display: block;
	border-radius: 4vw;
}
@media (min-width: 769px) {
	.p-slick--login--guide__buttons a {
		width: 124px;
		height: 20px;
		line-height: 14px;
		font-size: 1.2rem;
		border-radius: 10px;
	}
}

.p-slick--login--guide__button--login {
	margin: 0 auto 3.2vw;
	background-color: #A61918;
	color: #fff;
}
@media (min-width: 769px) {
	.p-slick--login--guide__button--login {
		margin: 0 auto 15px;
	}
}

.p-slick--login--guide__button--register {
	margin: 0 auto;
	background-color: #fff;
	color: #A61918;
}

.p-slick--login--guide__maintenance {
	display: flex;
	align-items: center;
	height: 100%;
}
@media (min-width: 769px) {
	.p-slick--login--guide__maintenance {
		padding: 0 30px;
	}
}

.p-slick--login--guide__maintenance--title {
	color: #A61918;
	font-family: "TsukuGoPro-B";
	font-size: 2.667vw;
	margin-bottom: 2vw;
}
@media (min-width: 769px) {
	.p-slick--login--guide__maintenance--title {
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
}

.p-slick--login--guide__maintenance--text {
	font-size: 2.667vw;
	line-height: 1.5;
}
@media (min-width: 769px) {
	.p-slick--login--guide__maintenance--text {
		font-size: 1.4rem;
	}
}

.p-slick--login--guide__maintenance--period {
	font-family: "TsukuGoPro-B";
	font-weight: bold;
}

.p-slick--login__column--contents {
	padding: 3.333vw 0 0;
	border-top: 1px solid #707070;
}
@media (min-width: 769px) {
	.p-slick--login__column--contents {
		width: 513px;
		margin: 6px 0 6px 28px;
		padding: 0;
		border-top: none;
	}
}

.p-slick--login__items__name {
	height: 4.133vw;
	margin-bottom: 3.333vw;
	line-height: 4.133vw;
	font-family: "TsukuGoPro-B";
	font-size: 2.667vw;
	font-weight: bold;
	text-align: center;
}
.p-slick--login__items__name span {
	color: #A61918;
}
@media (min-width: 769px) {
	.p-slick--login__items__name {
		height: 22px;
		margin-bottom: 20px;
		line-height: 22px;
		font-size: 1.4rem;
		text-align: left;
	}
}

.p-slick--login__items__inner {
	height: calc(75vh - 82vw);
	padding: 0 5.6vw;
	overflow-y: scroll;
}
.p-slick--login__items__inner::-webkit-scrollbar {
	width: 5px;
}
.p-slick--login__items__inner::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.3);
}
.p-slick--login__items__inner::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
}
@media (min-width: 769px) {
	.p-slick--login__items__inner {
		height: 472px;
		padding: 0 45px 0 0;
	}
}

.p-slick--login__item {
	margin-bottom: 6.667vw;
}
.p-slick--login__item:last-of-type {
	margin-bottom: 0;
}
@media (min-width: 769px) {
	.p-slick--login__item {
		margin-bottom: 10px;
		display: flex;
	}
	.p-slick--login__item:last-of-type {
		margin-bottom: 0;
	}
}

.p-slick--login__items__image {
	margin-bottom: 1vw;
}
@media (min-width: 769px) {
	.p-slick--login__items__image {
		margin-right: 30px;
		margin-bottom: 0;
	}
	.p-slick--login__items__image img {
		width: 140px;
		height: 78px;
	}
}

.p-slick--login__items__detail {
	font-family: "TsukuGoPro-B";
	font-weight: bold;
}
.p-slick--login__items__detail p {
	font-size: 2.4vw;
}
@media (min-width: 769px) {
	.p-slick--login__items__detail p {
		font-size: 1rem;
	}
}

.p-slick--login__items__text {
	margin-bottom: 0.333vw;
	font-size: 2.4vw;
	color: #A61918;
}
@media (min-width: 769px) {
	.p-slick--login__items__text {
		margin-bottom: 3px;
		font-size: 1rem;
	}
}

.p-slick--login__items__title {
	margin-bottom: 0.8vw;
	font-size: 2.933vw;
}
@media (min-width: 769px) {
	.p-slick--login__items__title {
		margin-bottom: 3px;
		font-size: 1.2rem;
	}
}

.p-infomation__items__logo {
	width: 65.333vw;
	margin: 0 auto 3.293vw;
	padding-top: 7.293vw;
}
@media (min-width: 769px) {
	.p-infomation__items__logo {
		width: 322px;
		margin: 0 auto;
		padding: 28px 0;
	}
}

.p-infomation__items__lead {
	line-height: 1.4;
	font-size: 2.667vw;
	text-align: center;
	margin: 0 auto 4vw;
}
@media (min-width: 769px) {
	.p-infomation__items__lead {
		margin: 0 auto;
		line-height: 1.8;
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
}

.p-infomation__items__inner {
	height: 100%;
}
.p-infomation__items__inner::-webkit-scrollbar {
	width: 5px;
}
.p-infomation__items__inner::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.3);
}
.p-infomation__items__inner::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
}
@media (min-width: 769px) {
	.p-infomation__items__inner {
		overflow-y: scroll;
		width: 860px;
		height: 495px;
		margin: 0 auto;
	}
}

.p-infomation__item {
	padding: 0 5.6vw;
	margin-bottom: 6.667vw;
}
@media (min-width: 769px) {
	.p-infomation__item {
		padding: 0;
		width: 720px;
		margin: 0 auto 20px;
		display: flex;
	}
}

.p-infomation__item__image {
	margin-bottom: 1vw;
}
@media (min-width: 769px) {
	.p-infomation__item__image {
		margin-bottom: 0;
		margin-right: 30px;
	}
}
@media (min-width: 769px) {
	.p-infomation__item__image img {
		width: 140px;
		height: 78px;
	}
}

.p-infomation__item__detail {
	font-family: "TsukuGoPro-B";
	font-weight: bold;
}
.p-infomation__item__detail .p-infomation__item__text {
	line-height: 1.4;
	font-size: 2.4vw;
	margin-bottom: 0.333vw;
}
@media (min-width: 769px) {
	.p-infomation__item__detail .p-infomation__item__text {
		margin-bottom: 3px;
		font-size: 1rem;
	}
}
.p-infomation__item__detail .p-infomation__item__title {
	color: #A61918;
	line-height: 1.4;
	margin-bottom: 0.8vw;
	font-size: 2.933vw;
}
@media (min-width: 769px) {
	.p-infomation__item__detail .p-infomation__item__title {
		margin-bottom: 3px;
		font-size: 1.2rem;
	}
}
.p-infomation__item__detail p {
	line-height: 1.8;
	font-size: 2.4vw;
}
@media (min-width: 769px) {
	.p-infomation__item__detail p {
		font-size: 1rem;
	}
}

.instalive .mfp-content {
	width: 85%;
}
@media (max-width: 375px) {
	.instalive .mfp-content {
		width: 75%;
	}
}
@media (min-width: 769px) {
	.instalive .mfp-content {
		width: 30%;
		max-width: 320px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.instalive .mfp-content {
		width: 55%;
	}
}
.instalive .mfp-inline-scaler {
	padding-top: 177%;
}

.mfp-bg {
	opacity: 0;
	transition: all 0.2s ease-out;
}

.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.2s ease-out;
}

.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}