@charset "UTF-8";

/*************************************************************
 *  fields evaprojects.css
 ************************************************************/

*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}
html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
body{margin:0 }
main{display:block}
p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}
ul,ol{margin:0;padding:0;list-style:none}
dt{font-weight:700}
dd{margin-left:0}
hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}
pre{font-family:monospace,monospace;font-size:inherit}
address{font-style:inherit}
a{background-color:transparent;text-decoration:none;color:inherit}
abbr[title]{text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:inherit}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
svg,img,embed,object,iframe{vertical-align:bottom}
button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}
[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}
[type="radio"]{-webkit-appearance:radio;appearance:radio}
button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}
button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}
:-moz-focusring{outline:auto}
select:disabled{opacity:inherit}
option{padding:0}
fieldset{margin:0;padding:0;min-width:0}
legend{padding:0}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{outline-offset:-2px}
[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
label[for]{cursor:pointer}
details{display:block}
summary{display:list-item}
[contenteditable]:focus{outline:auto}
table{border-color:inherit}
caption{text-align:left}
td,th{vertical-align:top;padding:0}
th{text-align:left;font-weight:700}

.movie-content-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie-content-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mfp-content {
	max-width: 960px;
	padding-top: 44px;
}


/* --------------------------------------------------
	foundation
-------------------------------------------------- */
:root {
	--bar-width: 17px;
	--vh: 100vh;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	position: relative;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #000000;
	display: flex;
	flex-direction:column;
}
svg {
	height: auto;
}
@media screen and (min-width: 768px) {
	img,
	svg {
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	img,
	svg {
		width: 100%;
	}
}


/* --------------------------------------------------
	layout
-------------------------------------------------- */
.l-main {
	position: relative;
	overflow: hidden;
	padding-top: 80px;
	background-color: #000;
}
.l-sec {
	position: relative;
}
.l-sec__inner {
	position: relative;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.l-sec__inner {
		max-width: 1100px;
		padding: 0 38px;
	}
}
@media screen and (max-width: 1117px) {
	.l-sec__inner {
		padding: 0 calc(38 / 1100 * 100%);
	}
}
@media screen and (max-width: 767px) {
	.l-sec__inner {
		padding: 0 calc(20 / 750 * 100%);
	}
}

/* --------------------------------------------------
	parts
-------------------------------------------------- */
.c-sec {
	position: relative;
	padding: 30px 0;
	background-position: center top;
}
.c-sec:before {
	content: "";
	display: block;
	position: absolute;
	top: -60px;
	left: 0;
	width: 20px;
	height: 60px;
	background-size: cover;
	background-position: left bottom;
}
.c-sec:after {
	content: "";
	display: block;
	position: absolute;
	top: -60px;
	right: 0;
	width: 20px;
	height: 60px;
	background-size: cover;
	background-position: right bottom;
}
.c-h2__title {
	position: relative;
	margin-bottom: 60px;
	text-align: center;
}
.c-h2__title:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #999999;
}
.c-h2__title:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #999999;
}
@media screen and (min-width: 768px) {
	.c-button--a {
		transition: opacity .2s ease;
	}
	.c-button--a:hover {
		opacity: 0.8;
	}
}
@media screen and (max-width: 767px) {
	.c-sec {
		padding: 20px 0;
	}
	.c-sec:before {
		top: -30px;
		width: 10px;
		height: 30px;
	}
	.c-sec:after {
		top: -30px;
		width: 10px;
		height: 30px;
	}
	.c-h2__title {
		margin-bottom: 30px;
	}
	.c-h2__title:before {
		width: 10px;
		height: 1px;
	}
	.c-h2__title:after {
		width: 10px;
		height: 1px;
	}
}


/* --------------------------------------------------
	utility
-------------------------------------------------- */
@media screen and (min-width: 768px) {
	.u-sp {
		display: none;
	}
	.u-ancher {
		padding-top: 80px;
		margin-top: -80px;
	}
}
@media screen and (max-width: 767px) {
	.u-pc {
		display: none;
	}
}


/* --------------------------------------------------
	layout - header
-------------------------------------------------- */
.l-header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
}
.l-header__inner {
	position: relative;
	z-index: 2;
	background: linear-gradient(to right, #D9D9D9, #FFFFFF, #D9D9D9);
	border-bottom: 1px solid #CCCCCC;
	max-width: none;
}
.l-header-cols {
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.l-header__title {
	width: 144px;
	font-size: 0;
}
.l-header-nav__button .button {
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
}
.l-header-nav__button .button span {
	position: absolute;
	top: calc(50% - 1px);
	width: 100%;
	height: 2px;
	background-color: #444444;
	transition: opacity .2s ease;
}
.l-header-nav__button .button:before {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #444444;
	transition: top .2s ease,
				transform .2s ease;
}
.l-header-nav__button .button:after {
	content: "";
	position: absolute;
	top: calc(50% + 8px);
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #444444;
	transition: top .2s ease,
				transform .2s ease;
}
.l-header-nav__button .button.is-open span {
	opacity: 0;
}
.l-header-nav__button .button.is-open:before {
	top: calc(50% - 1px);
	transform: rotate(-45deg);
}
.l-header-nav__button .button.is-open:after {
	top: calc(50% - 1px);
	transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
	.l-header-nav__button .button {
		transition: opacity .2s ease;
	}
	.l-header-nav__button .button:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 767px) {
	.l-header__inner {
		padding: 0 calc(40 / 750 * 100%);
	}
	.l-header__title {
		width: 118px;
	}
}

/* --------------------------------------------------
	layout - nav
-------------------------------------------------- */
.l-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.l-nav__bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}
.l-nav__inner {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	max-height: calc(100vh - 80px);
	overflow-y: auto;
	border-bottom: 1px solid #CCCCCC;
	transform: translateY(-100%);
	background: linear-gradient(to right, #D9D9D9, #FFFFFF, #D9D9D9);
	transition: transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l-nav.is-open .l-nav__inner {
	transform: translateY(0);
}
.l-nav__list li + li {
	border-top: 1px solid #CCCCCC;
}
.l-nav__list li a {
	display: block;
	font-size: 2.0rem;
	padding: 19px 0;
}
@media screen and (min-width: 768px) {
	.l-nav__list li a {
		transition: opacity .2s ease;
	}
	.l-nav__list li a:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 767px) {
	.l-nav .l-sec__inner {
		padding: 0 calc(40 / 750 * 100%);
	}
	.l-nav__list li a {
		font-size: 1.8rem;
	}
}


/* --------------------------------------------------
	layout - footer
-------------------------------------------------- */
.l-footer {
	position: relative;
	padding: 50px 0 40px;
	background-color: #666666;
	background-position: center top;
	text-align: center;
}
.l-pagetop {
	position: absolute;
	display: block;
	top: -21px;
	left: 50%;
	width: 57px;
	transform: translateX(-50%);
	background-image: url(../img/bg14.png);
	background-size: cover;
	background-position: center top;
	font-size: 0;
}
.l-pagetop__button {
	display: block;
	padding: 28px 14px 10px 14px;
}
.l-footer__inner {
	max-width: none;
}
.l-footer-copyright__list {
	display: inline-block;
	letter-spacing: -0.4em;
	vertical-align: middle;
	color: #FFFFFF;
}
.l-footer-copyright__list li {
	display: inline-block;
	letter-spacing: 0;
	font-size: 1.0rem;
	opacity: 0.6;
}
.l-footer-copyright__list li + li {
	margin-left: 10px;
}
.l-footer-logo__list {
	display: inline-block;
	letter-spacing: -0.4em;
	margin: 0 30px;
	font-size: 0;
	vertical-align: middle;
}
.l-footer-logo__list li {
	display: inline-block;
	letter-spacing: 0;
}
.l-footer-logo__list li + li {
	margin-left: 15px;
}
.l-footer-logo__list li.eva03 {
	width: 93px;
}
.l-footer-logo__list li.bisty {
	width: 56px;
}
.l-footer-logo__list li.fields {
	width: 71px;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.l-footer {
		text-align: center;
	}
	.l-footer-logo__list {
		margin-left: 20px;
	}
	.l-footer-logo__list li + li {
		margin-left: 10px;
	}
}
@media screen and (max-width: 320px) {
	.l-footer-logo__list {
		margin: 10px 10px 0;
	}
}

/* --------------------------------------------------
	shops
-------------------------------------------------- */
.shops .c-sec {
	background-image: url(../img/bg08.jpg);
	background-size: cover;
	background-position: center center;
}
.shops .c-sec:before {
	background-image: url(../img/bg09.png);
}
.shops .c-sec:after {
	background-image: url(../img/bg10.png);
}
.shops__title {
	margin-bottom: 30px;
text-align: center;
}
.shops__title img {
	width: 250px;
}
.shops__note {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 40px;
	color: #FFF;
}
.shops-cols {
	display: flex;
	margin: 0 calc(-20 / 1024 * 100%);
}
.shops-unit {
	width: 50%;
	padding: 0 calc(20 / 1064 * 100%);
}
.shops-unit .title {
	width: 146px;
	margin: 0 auto 35px;
}
.shops-unit .list li + li {
	border-top: 1px solid #CCCCCC;
}
.shops-unit .list li .button {
	display: flex;
	align-items: center;
	color: #111111;
	padding: 20px calc(20 / 492 * 100%);
	background-color: rgba(255, 255, 255, 0.7);
}
.shops-unit .list li .button .image {
	width: calc(96 / 452 * 100%);
}
.shops-unit .list li .button .text {
	flex: 1;
	margin-left: calc(20 / 452 * 100%);
	padding-left: calc(30 / 452 * 100%);
	background-image: url(../img/icon_pin.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px auto;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.shops__title {
		margin-bottom: 20px;
	}
	.shops__title img {
		width: calc(592 / 710 * 100%);
	}
	.shops__note {
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	.shops-cols {
		display: block;
		margin: 0 0;
	}
	.shops-unit {
		width: 100%;
		padding: 0 0;
	}
	.shops-unit.cr {
		margin-bottom: 30px;
	}
	.shops-unit .title {
		width: calc(224 / 670 * 100%);
		margin-bottom: 20px;
	}
	.shops-unit .list li .button {
		padding: 20px calc(20 / 710 * 100%);
	}
	.shops-unit .list li .button .image {
		width: calc(192 / 670 * 100%);
	}
	.shops-unit .list li .button .text {
		margin-left: 10px;
		padding-left: 30px;
	}
}




/* --------------------------------------------------
		wallpaper
-------------------------------------------------- */


.wallpaper-box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	margin: 0 auto;
}

.wallpaper-item{
padding: 3%;
width: 30%;
color: #000;
}

.wallpaper-text{
color: #FFF;
text-align: center;
margin: 0 auto;
font-weight: bold;
}

.wallpaper-item-full{
padding: 3%;
width: 100%;
}


@media screen and (max-width: 767px) {

.wallpaper-box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 90%;
}

.wallpaper-text{
color: #FFF;
text-align: center;
margin: 0 auto;
font-weight: bold;
font-size:0.6em;
}
}

/* --------------------------------------------------
		sound
-------------------------------------------------- */

.sound-box{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	margin: 0 auto;
}

.sound-item{
padding: 0%;
width: 32%;
color: #000;
}

.sound-text{
color: #FFF;
text-align: center;
margin: 0 auto;
font-weight: bold;
}

.sound-item-full{
padding: 3%;
width: 100%;
}


@media screen and (max-width: 767px) {

.sound-box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 90%;
}

.sound-text{
color: #FFF;
text-align: center;
margin: 0 auto;
font-weight: bold;
font-size:0.6em;
}
}
@media screen and (max-width: 1200px) {

.sound-box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 90%;
}

.sound-text{
color: #FFF;
text-align: center;
margin: 0 auto;
font-weight: bold;
font-size:0.6em;
}

}

/* --------------------------------------------------
	タイトル下のメニュー画像
-------------------------------------------------- */

.l-sec_menu {
	position: relative;
}
.l-sec__inner_menu {
	position: relative;
	margin: 0 auto;
	width: 60%;
}

.shops__title_menu {
	margin-bottom: 30px;
text-align: center;
}
.shops__title img {
	width: 250px;
}

.menu-box {
	display: flex;
	 /*flex-direction: row-reverse;*/
	/*justify-content: space-between;*/
	align-items: center;
	padding-bottom: 20px;
	margin: 0 auto;
}

.menu-item{
padding: 3%;
/*width: 30%;*/
color: #000;
}


@media screen and (max-width: 1117px) {
	.l-sec__inner_menu {
		padding: 0 calc(38 / 1100 * 100%);
	}
}
@media screen and (max-width: 767px) {
	.l-sec__inner_menu {
		max-width: 1100px;
		padding: 0 38px;
		width: 100%;
	}

	.l-sec__inner_menu {
		padding: 0 calc(20 / 750 * 100%);
	}
	.shops__title_menu {
		margin-bottom: 20px;
	}
	.shops__title_menu img {
		width: calc(592 / 710 * 100%);
	}
	.menu-box {
	display: flex;
	　/*flex-direction: row-reverse;*/
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 90%;
}	
}


hr {
	border: solid 0.5px #FFF;
 	width: 100%;
 	margin-bottom: 50px;
 }
 
 
/* --------------------------------------------------
	※※※※※
-------------------------------------------------- */
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
	※※※※※
-------------------------------------------------- */
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
