/*
GROOWEB SCSS SMACSS BEM
*/

/* Tools */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	color: #000;
	background: #ffffff;
}

a {
	color: inherit;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}

button {
	cursor: pointer;
	font-size: inherit;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Layout */

.l-body {
	margin: 0 auto;
}

.l-main {

}

.l-header {
	background: #ffffff;
}

.l-footer {
	background: #ffffff;
}

.l-wrapper {
	max-width: 1680px;
	margin: 0 auto;
}

/* Module */

.content01 {
	background: #418891;
	padding: 30px 20px;
}

.content01__inner {
	max-width: 980px;
	margin: 0 auto;
	background: #fff;
	padding: 20px 4%;
}

.content01__title {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 600;
}

.content01__list {
	margin-top: 20px;
}

.content01__note {
	margin-top: 4px;
	color: #ff0000;
	font-size: 1.2rem;
	text-align: center;
	font-weight: 600;
}

.content02 {
	position: relative;
}

.content02__button {
	display: block;
	position: absolute;
	top: 73%;
	left: 7%;
	width: 86%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.content02__button img {
	display: block;
}

.header {
	background: #ffffff;
}

.footer {
	background: #fff;
}

.footer__wrap {
	padding: 28px 15px 20px 15px;
	max-width: calc(654px - 30px);
	margin: auto;
}

.footer__info {
	text-align: center;
}

.footer__info img {
	margin: 0 auto;
	width: 158px;
}

.footer__info__text {
	margin-top: 14px;
	margin-bottom: 13px;
	font-size: 1.3rem;
	line-height: 2;
}

.footer__info__copyright {
	text-align: center;
	font-size: 1.2rem;
}

/* 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: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	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: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	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;
	-ms-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;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	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%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	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;
	-webkit-box-sizing: border-box;
	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;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	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;
}

.web-present-wrap {
	background: url(../img/bg_web-present_sp.jpg) no-repeat center/cover;
	padding: 32px 0 20px;
	overflow: hidden;
}

.web-present-wrap2 {
	padding: 0 24px 30px;
}

.web-present {
	background: #FFF7E8;
	border-radius: 5px;
	padding: 10px 10px 15px;
	width: calc(100% + 18px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.web-present__head {
	width: 112%;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.web-present__date {
	width: 65%;
	margin: -32px auto -8px;
}

.web-present__num {
	width: 24px;
	margin-right: 6px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.web-present__content-1 {
	margin-bottom: 18px;
	max-width: 325px;
	margin-left: auto;
	margin-right: auto;
}

.web-present__content-1__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
}

.web-present__content-1__text-lg {
	font-size: 1.7rem;
	font-weight: bold;
	color: #DF1C24;
	line-height: 1.1;
	letter-spacing: -0.1em;
}

.web-present__content-1__text-lg span {
	font-size: 2.3rem;
}

.web-present__content-1__image {
	width: 27.2%;
	max-width: 90px;
	margin-top: -16px;
}

.web-present__content-1__text-sm {
	font-size: 1.2rem;
	font-weight: 300;
	margin-left: 30px;
	letter-spacing: -0.1em;
}

.web-present__content-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 325px;
	margin-left: auto;
	margin-right: auto;
}

.web-present__content-2__main {
	margin-top: 3px;
}

.web-present__content-2__text-sm {
	font-size: 2rem;
	font-weight: bold;
	color: #DF1C24;
	letter-spacing: -0.06em;
	margin-bottom: 5px;
}

.web-present__content-2__text-box {
	font-size: 1.3rem;
	font-weight: bold;
	background: #ffffff;
	border: 1px solid #000;
	padding: 0 5px 3px;
	margin-bottom: 2px;
	letter-spacing: -0.06em;
	display: inline-block;
}

.web-present__content-2__text-box__red {
	color: #DF1C24;
}

.web-present__content-2__text-box__red span {
	font-size: 2rem;
}

.web-present__content-2__text-lg {
	font-size: 2.4rem;
	color: #004FA2;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-right: -100px;
}

.web-present__content-2__image {
	margin-top: 10px;
	margin-bottom: 10px;
}

.web-present__bottom {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.web-present__way {
	margin-bottom: 8px;
}

.web-present__way__label {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	border: 1px solid #000;
	background: #ffffff;
	padding: 3px 8px;
	margin-bottom: 3px;
}

.web-present__way__text {
	line-height: 1.25;
}

.web-present__way__text-red {
	background: #DF1C24;
	color: #ffffff;
	display: inline-block;
	padding: 0 5px;
	font-weight: bold;
}

.web-present__way__text-small {
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: -0.1em;
	line-height: 1.21;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.web-present__button {
	text-decoration: none;
	margin-bottom: 6px;
	display: block;
}

.web-present__note {
	font-size: 1.2rem;
	line-height: 1.35;
	font-weight: 300;
	text-align: justify;
}

.web-present-modal__close {
	outline: none;
	background: none;
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 2rem;
	position: absolute;
	bottom: 100%;
	right: 0;
	padding: 0;
}

.web-present__footer {
 font-size: 1.2rem;
 line-height: 1.34;
	font-weight: 300;
 text-align: justify;
 }

	.virtualtown-wrap {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 2.1rem;
		line-height: 1.7;
		margin-top: 4vw;
		margin-bottom: 4vw;
	}

	.virtualtown-wrap p {
		margin-bottom: 0.7em;
	}

	.virtualtown-wrap	a {
		color: #B1051C;
	}

	.virtualtown-wrap	img {
		margin-left: auto;
		margin-right: auto;
	}

/* State */

/* Theme */

@media screen and (min-width: 768px) {

.content01__title { /* pc */
	font-size: 2.4rem;
}

.content01__list { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.content01__item { /* pc */
	width: 25%;
	margin-top: 0;
}

.content01__item:not(:last-child) {
	margin-right: 3%;
}

.content02__button { /* pc */
	width: 35.7%;
	top: 77.5%;
	left: 32.1%;
}

.content02__button:hover { /* pc */
	opacity: 0.8;
}

.footer__wrap { /* pc */
	padding: 22px 15px 20px 15px;
}

.footer__info img { /* pc */
	width: 166px;
}

.footer__info__text { /* pc */
	margin-top: 11px;
}

.web-present-wrap { /* pc */
	background: url(../img/bg_web-present_pc.jpg) no-repeat center/cover;
	padding: 50px 0 35px;
}

.web-present-wrap2 { /* pc */
	max-width: 1148px;
	margin: 0 auto;
}

.web-present { /* pc */
	background: url(../img/deco_web-present.png) no-repeat center/cover, #FFF7E8;
	width: 100%;
	padding: 23px 13.6%;
	border-radius: 0;
}

.web-present__head { /* pc */
	width: 645px;
}

.web-present__date { /* pc */
	width: 260px;
	margin: -15px auto 20px;
}

.web-present__num { /* pc */
	width: 39px;
	margin-right: 8px;
	margin-top: 6px;
}

.web-present__content-1 { /* pc */
	margin-bottom: 28px;
	margin-left: 0;
	margin-right: 0;
	min-width: 700px;
	max-width: 100%;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.web-present__content-1__inner { /* pc */
	margin-bottom: 0;
}

.web-present__content-1__text-lg { /* pc */
	font-size: 4rem;
	margin-right: 3.75%;
}

.web-present__content-1__text-lg span { /* pc */
	font-size: 4.1rem;
}

.web-present__content-1__image { /* pc */
	width: 218px;
	max-width: 218px;
}

.web-present__content-1__text-sm { /* pc */
	font-size: 1.3rem;
	margin-left: 47px;
	margin-top: -5px;
}

.web-present__content-2 { /* pc */
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	min-width: 700px;
	max-width: 100%;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

web-present__content-2__main { /* pc */
 width:753px;
}

.web-present__content-2__text-sm { /* pc */
	font-size: 4rem;
	letter-spacing: -0.03em;
	margin-bottom: 10px;
}

.web-present__content-2__text-box { /* pc */
	font-size: 1.9rem;
	display: inline-block;
	padding: 0 18px 6px;
	letter-spacing: 0;
}

.web-present__content-2__text-box__red span { /* pc */
	font-size: 3rem;
}

.web-present__content-2__text-lg { /* pc */
	font-size: 4.6rem;
}

.web-present__content-2__image { /* pc */
	margin-top: -20%;
	margin-bottom: 0;
}

.web-present__bottom { /* pc */
	width: 600px;
	margin-left: auto;
 margin-right: auto;
	position: relative;
}

.web-present__way { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.web-present__way__label { /* pc */
	font-size: 1.6rem;
	width: 120px;
	height: 24px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-top: 5px;
}

.web-present__way__text { /* pc */
	font-size: 1.6rem;
	line-height: 1.5;
}

.web-present__way__text-red { /* pc */
	font-size: 1.4rem;
}

.web-present__way__text-small { /* pc */
	font-size: 1.3rem;
}

.web-present__button { /* pc */
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 11px;
}

.web-present__note { /* pc */
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4;
}

.web-present__footer { /* pc */
	line-height: 1.54;
	}

	.virtualtown-wrap {
		width: 960px;
		font-size: 3rem;
	}
	.virtualtown__image {
		width:400px;
	}
}

@media all and (max-width: 900px) {

.mfp-arrow {
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}

.mfp-arrow-left {
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
}

.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	-ms-transform-origin: 100%;
	transform-origin: 100%;
}

.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}

}

@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;
	-webkit-box-sizing: border-box;
	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 screen and (max-width: 767px) {

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

.content01__item { /* sp */
	width: 100%;
}

.content01__item:not(:last-child) {
	margin-bottom: 15px;
}

.virtualtown-wrap {
	width:90%;
}

}
