@charset "utf-8";

/*Reset css*/
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, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

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

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}
/*Reset css End*/

*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering:optimizeLegibility;
}
html {
	font-size:62.5%;
	background-color: #f6f6f6;
}
body {
	font: 16px/1 "Noto Sans JP",sans-serif;
	font-weight:400;
	color:#42423c;
	letter-spacing:0.05em;
	-webkit-text-size-adjust: 100%;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
html,body{
    margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#42423c;
	text-decoration:none;
}

.container{
	width: 100%;
	position: relative;
	height:auto !important;
	height: 100%;
	min-height: 100%;
}


.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	padding:190px 20px 90px;
}

.main-view {
	overflow: visible;
	background-color:transparent;
}

.main-view {
	width: 1280px;
	height: 455px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	-webkit-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;
}

@media screen and (max-width: 1024px) {
	.main-view {
		width: 1035px;
		height: 340px;
	}
}

@media screen and (max-width: 768px) {
	.main-view {
		width: 100%;
		height: 325px;
	}
}

.main-view {
	position:relative;
}

.main-slider {
	position: absolute;
	overflow:hidden;
	width: 100%;
}

.main-slider img {
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

header {
	padding: 53px 0;
	width: 100%;
	background-color: #f6f6f6;
	transition: all 0.2s ease;
}

header.top{
	padding: 25px 0;
	background-color: #f6f6f6;
}

section{
	padding-top: 12px;
}

nav.header-inner{
	max-width: 1060px;
	min-width:1000px;
	margin: 0 auto;
}

.header-logo-pc{
	width: 120px;
	height: 25px;
	background: url("../img/marylogo-header.svg") no-repeat;
	background-size: 120px 25px;
	display: block;
}

nav.header-inner ul.line{
	margin-left: 27px;
	padding-left: 27px;
}

nav.header-inner ul.float-right.line li{
	margin-right: 0;
}

nav.header-inner ul.float-right li{
	margin: 0 30px;
}

nav.header-inner ul.float-right li{
	margin-top: 3px;
}

header div.header-logo{
	display: none;
}

.contact-form {
	width: 100%;
	height: 570px;
}

form {
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 520px) {
	form {
    width: 885px;
	}
}

.item {
    overflow: hidden;
    margin-bottom: 10px;
}

@media screen and (min-width: 520px) {
.label {
    display: flex;
    width: 175px;
	margin-bottom: 10px;
 }
}

.inputs {
	float: left;
	width: 100%;
}

@media screen and (min-width: 520px) {
.inputs {
    float: left;
    width: 420px;
 }
}

input[type="text"],
input[type="email"] {
    border: solid 1px #000;
    padding: 10px;
    font-size: 15px;
}

textarea {
    border: solid 1px #000;
    padding: 10px;
    height: 200px;
    width: 300px;
    font-size: 15px;
}

.info-button {
    text-align: left;
}

input[type="submit"] {
    background-color: #000;
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

footer{
	width: 1065px;
	margin: 0 auto;
}

footer nav{
	padding-top: 36px;
}

footer nav ul{
	margin: 0 auto;
}

footer nav ul li{
	margin-right: 25px;
}

footer nav ul li span.n-font{
	letter-spacing:0.02em;
}

footer div.footer{
	padding: 27px 0 60px;
}

div.top-main{
	position: relative;
	margin-top: 50px;
	margin-bottom: 100px;
	max-height:500px;
}

body.global .wrapper{
	width: 100%;
	padding:0;
}

body.global section{
	padding-top:0;
	padding-bottom: 100px;
}

body.global .sc-artist{
	padding-bottom: 70px;
}

section.st-news,
.sc-artist{
	width: 1065px;
	margin: 0 auto;
}

section div.st-left{
	width: 180px;
	float: left;
}

section div.st-right{
	width: 885px;
	float: right;
}

.phot-height {
	height: 365px;
}

section div.st-right div.fll{
	width: 120px;
}

section div.st-right div.float-right{
	width: 750px;
}

.sc-artist article{
	width: 420px;
	float: left;
}

.sc-artist article:nth-child(2n){
	margin-left: 40px;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-ac {
	text-align: center;
}
.margin-b15 {
	margin-bottom: 15px;
}
.f-s20 {
	font-size: 20px;
}

.f-s1219 {
	font-size: 12px;
}
.f-s18 {
	font-size: 18px;
}
.f-s1620 {
	font-size: 16px;
}
.line-160h {
	line-height: 160%;
}
.font-weight6 {
	font-weight: 600;
}
.n-font {
	font-family: "Noto Sans JP",sans-serif;letter-spacing:0.08em;
}
.pointer {
	cursor: pointer;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.position-r {
	position: relative;
}
a.link-asl {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.g-nav {
	display: none;
}

.logo-s  {
	width: 22px;
	height: 22px;
}

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

	.f-s1219 {
		font-size: 19px;
	}
 
	.f-s1620 {
		font-size: 20px;
	}

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	body {
		font-size: 20px;
	}

	.wrapper {
		width:750px;
		padding:155px 0px 150px;
	}

	header {
		position: relative;
		width:750px;
		height: 135px;
		z-index: 998;
		top:0;
		left: 0;
	}
	
	body.openmenu header{
		background:none;
	}
	
	header.top{
		height:100px;
	}

	select {
		font-size:24px;
	}

	nav.header-nav-sp{
		transition: all 300ms 0s ease;
		width:750px;
		height:100%;
		position: fixed;
		top:0;
		left: 0;
		opacity: 0;
		pointer-events: none;
		z-index:997;
	}
	
	nav.header-nav-sp div.header-nav-sp-container{
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	nav.header-nav-sp hr{
		border:none;
		width: 20px;
		height:2px;
		border:1px solid #5D5D5D;
		margin-bottom: 95px;
	}

	nav.header-nav-sp.active{
		background-color: #f6f6f6;
		opacity: 1;
		pointer-events: auto;
	}
	
	nav.header-nav-sp ul.header-nav-sp-main{
		position: relative;
		top: 30%;
	}
	
	nav.header-nav-sp ul.header-nav-sp-main li{
		font-size: 30px;
		margin-bottom: 65px;
	}

	header div.header-logo{
		display: block;
		position: absolute;
		top:45px;
		left: 42px;
		font-size: 36px;
		transition: all 0.2s ease;
	}
	
	header.top div.header-logo{
		top:30px;
	}
	
	header div.header-logo div.header-logo-sp{
		width: 166px;
		height: 36px;
		background: url("../img/marylogo-header.svg") no-repeat;
		background-size: 166px 36px;
		display: block;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 50px;
		height: 30px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #5D5D5D;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 14px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(14px) rotate(-35deg);
		transform: translateY(14px) rotate(-35deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		left: 50%;
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}
	@-webkit-keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	@keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-14px) rotate(35deg);
		transform: translateY(-14px) rotate(35deg);
	}

	footer nav{
		padding-top: 45px;
	}

	footer{
		width: 680px;
		padding-bottom: 10px;
	}
	
	footer div.footer{
		padding: 0;
	}
	
	body.global .wrapper{
		padding:0;
	}
	
	div.top-main{
		margin-top: 135px;
	}
	
	body.global section{
		padding-top:0;
	}

	body.global .sc-artist {
		padding-bottom: 140px;
	}
	
	section.st-news,
	.sc-artist {
		width: 660px;
		margin: 0 auto;
	}
	
	section div.st-left{
		width: 100px;
		margin-bottom: 20px;
	}
	
	section div.st-right{
		width: 580px;
		float: left;
	}

	.phot-height {
		height: 200px;
	}
	
	section div.st-right div.fll{
		width: 140px;
	}
	
	section div.st-right div.float-right{
		width: 430px;
	}
	
	.sc-artist article{
		width: 280px;
	}
	
	.sc-artist article img{
		width: 280px;
		height: 190px;
	}
	
	.sc-artist article:nth-child(2n){
		margin-left: 20px;
	}

	.g-nav{
		position:fixed;
		z-index: 999;
		top:0;
		right: -120%;
		width:100%;
		height: 100vh;
		background:#f6f6f6;
		transition: all 0.6s;
		display: block;
	}
	
	.g-nav.panelactive{
		right: 0;
	}
	
	.g-nav.panelactive .g-nav-list{
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 95vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.g-nav ul {
		position: absolute;
		z-index: 999;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
	}
	
	.g-nav li{
		list-style: none;
		text-align: center;
	}
	
	.g-nav li a{
		color: #42423c;
		text-decoration: none;
		padding:30px;
		display: block;
		letter-spacing: 0.1em;
		font-weight: bold;
	}
	
	.openbtn1{
		position:absolute;
		z-index: 9999;
		top: 28%;
		right: 0.5%;
		cursor: pointer;
		width: 150px;
	}
	
	.openbtn1 span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background-color: #666;
		width: 45%;
	  }
	
	.openbtn1 span:nth-of-type(1) {
		top:13px;	
	}
	
	.openbtn1 span:nth-of-type(2) {
		top:26px;
	}
	
	.openbtn1 span:nth-of-type(3) {
		top:40px;
	}
	
	.openbtn1.active span:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}
	
	.openbtn1.active span:nth-of-type(2) {
		opacity: 0;
	}
	
	.openbtn1.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
	}

	.f-s30 {
		font-size: 30px;
	}

	.logo-sp  {
		width: 40px;
		height: 40px;
	}
}