@charset "UTF-8";
/*---------------------------------
/ Foundation - reset
-------------------------------- */
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, tt, var,
 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: inherit;
	vertical-align: baseline;
}
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, 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,
button, select, option, input, textarea {font-size: 100%;}
ol, ul {list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {quotes: none;}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {border: none;}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav,
section, summary {display: block;}
video {max-width: 100%;}
textarea {display:block;}

.firstmovie {
	position: fixed;
	z-index: 10500;
	top: 0;
	right:0;
	left:0;
	bottom:0;
	overflow: hidden;
}
#movie_deck {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
}

/*  --------------------------------------
デバイス振り分け(PC)
--------------------------------------  */
@media screen and (min-width:837px) {
	video {
		width:100%;
		height: 50vw;
		object-fit: cover;
	}
	@media only screen and (max-width:1349px){
		body {min-width:1050px;}
		.mainwrap {
			position:absolute;
			top:0;
			right:230px;
		}
		.side_left {
			width:100%;
			min-width:1050px;
			height:100vh;
			position:fixed;
			top:0;
			left:0;
		}
		.set_logo {
			margin:0 auto 0 0;
			width:calc(100% - 730px);
			height:100vh;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.side_right {
			margin:0 auto;
			width:220px;
			position:absolute;
			top:0;
			right:10px;
		}
	}
	@media only screen and (min-width:1350px){
		.mainwrap {
			margin: 0 auto;
			padding-bottom:10px;
			position:relative;
		}
		.side_left {
			width:calc((100% - 550px) / 2);
			height:100vh;
			position:fixed;
		}
		.side_left  {
			top:0;left:0;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.side_right {
			width:calc(100% - (500px + ((100% - 500px) / 2)));
			position:absolute;
			top:0;
			right:0;
		}
	}
	.pickup_movie {
		margin:0 auto 0 10px;
		padding:10px;
		width:100%;
		max-width:200px;
		min-height:100vh;
		background-color:#f9f9f9;
		background-size: 100% auto;
	}
	.sp {display:none!important;}
	body {
		background : #FFF;
		font-family: 'Noto Sans JP', sans-serif;
		text-align : center;
		font-size:16px;

		width:100%;
		min-height: 100vh;
		position: relative;
		box-sizing: border-box;
		overflow-x:hidden;
	}
	.mainwrap {
		width:500px;
		min-height:100vh;
		background:#f9f9f9;
	}
	.sideposi_inner {
		width:400px;
	}
	.mainimage {
		width:100%;
		height:100vh;
		background:#151615;

		position:fixed;
		bottom:0;
		left:0;
	}
	.side_title {
		margin:5px 0 15px;
		padding:10px 0;
		font-size:14px;
		line-height:14px;
		font-weight:700;
		text-align:center;
		border-top:1px solid #333;
		border-bottom:1px solid #333;
	}
	.setlist {
		padding:3px 8px;
		width:calc(100% - 16px);
		font-size:14px;
		line-height:14px;
		background:#FFF;
		position: relative;
		top:0;
	}
	.setlist:before, .setlist:after { 
		position: absolute;
		top: 0;
		content:'';
		width: 8px;
		height: 100%;
		display: inline-block;
	}
	.setlist:before {
		border-left: solid 1px #333;
		border-top: solid 1px #333;
		border-bottom: solid 1px #333;
		left: 0;
	}
	.setlist:after {
		content: '';
		border-top: solid 1px #333;
		border-right: solid 1px #333;
		border-bottom: solid 1px #333;
		right: 0;
	}
	.pickup_box {
		margin:0 0 15px;
	}
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	header {
		width:100%;
	}
	.header_inner {
		margin:0 auto 30px;
		padding:20px 0 0;
		width:500px;
		position: relative;
	}
	.keyvisual {
		width:100%;
		font-size:0;
		line-height:0;
		border-radius:15px;
		overflow:hidden;
	}
	.keyvisual img {width:100%;}
	main {
		margin:0 auto 20px;
		width:100%;
		color:#343434;
		background:#f9f9f9;
	}
	.logos {
		display: flex;
		justify-content: space-between;
	}
	.logos li {
		width:35px;
		height:80px;
		filter:drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
		transition: 1.5s ease-in-out;
	}
	.logos li:nth-child(2) {margin:0 -10px 0 5px;}
	.logos li:nth-child(4) {margin:0 -10px 0 -10px;}
	.logos li:nth-child(6) {margin:0 -10px 0 -10px;}
	.logos li:nth-child(8) {margin:0 0 0 -10px;}
	.logos li:nth-child(odd) {
		animation: rattling1 7s step-start 0s infinite;
	}
	.logos li:nth-child(even) {
		animation: rattling2 8.4s step-start 0s infinite;
	}
	.logos li img {width:100%;}
	@keyframes rattling1 {
		0%   {transform: translate(0, -2px) rotate(6deg)}
		10%  {transform: translate(0, 0)    rotate(0deg)}
		20%  {transform: translate(0, 0)    rotate(-6deg)}
		30%  {transform: translate(0, -2px) rotate(0deg)}
		40%  {transform: translate(0, -2px) rotate(-4deg)}
		50%  {transform: translate(2px, 0)  rotate(-2deg)}
		60%  {transform: translate(0, 2px)  rotate(0deg)}
		70%  {transform: translate(0, 0)    rotate(6deg)}
		80%  {transform: translate(2px, 0)  rotate(-2deg)}
		90%  {transform: translate(0, 0)    rotate(0deg)}
		100% {transform: translate(0, -2px) rotate(6deg)}
	}
	@keyframes rattling2 {
		0%   {transform: translate(1px, 1px)  rotate(6deg)}
		10%  {transform: translate(2px, -1px) rotate(0deg)}
		20%  {transform: translate(1px, 0)    rotate(-6deg)}
		30%  {transform: translate(0, 0)      rotate(0deg)}
		40%  {transform: translate(2px, 0)    rotate(6deg)}
		50%  {transform: translate(0, -1px)   rotate(-2deg)}
		60%  {transform: translate(0, 0)      rotate(0deg)}
		70%  {transform: translate(1px, 0)    rotate(2deg)}
		80%  {transform: translate(1px, 3px)  rotate(-2deg)}
		90%  {transform: translate(1px, 0)    rotate(1deg)}
		100% {transform: translate(0, 2px)    rotate(-6deg)}
	}


/* ===============================
INDEX
=============================== */
	section {
		margin:0 auto 40px;
		width:100%;
	}
	article {
		margin:0 auto;
		width:90%;
	}
	main h2 {
		margin:0 0 20px;
		width:96%;
		font-size:32px;
		line-height:48px;
		font-weight:900;
		text-align:center;
		color:#343434;
	}
	main h3 {
		margin:0 0 10px;
		font-size:18px;
		line-height:32px;
		font-weight:900;
		text-align:left;
		color:#343434;
		font-feature-settings: "palt";
	}
	.tbdr {
		margin:0 0 30px;
		overflow: hidden;
		transform: translate(-100%, 0);
		transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s;
	}
	.tbdr span {
		display: block;
		transform: translate(100%, 0);
		transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s;
	}
	.tbdr.action,
	.tbdr.action span {
		transform: translate(0, 0);
	}
	.key_img {
		margin:0 auto 5px;
		width:90%;
		font-size:0;
		line-height:0;
	}
	.key_img img {
		width:100%;
		border-radius:10px;
	}
	.release {
		margin:0 0 2px;
		font-size:12px;
		line-height:18px;
		font-weight:600;
		text-align:left;
		color:#343434;
	}
	.link_btn_01 {
		margin:0 auto;
		width:300px;
		font-size:18px;
		line-height:18px;
		font-weight:700;
	}
	.link_btn_01 a {
		margin:0;
		padding:13px 0 15px;
		width:100%;
		color:#FFF;
		text-decoration:none;
		background:#343434;
		border:2px solid #343434;
		border-radius:3px;

		transition:0.5s all;

		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.link_btn_01 a:hover {
		color:#343434;
		background:#FFF;
	}
	.link_btn_01 div {
		padding:0 0 0 20px;
		width:calc(100% - 52px);
		text-align:center;
		position:relative;
	}
	.link_btn_01 span {
		margin:0 16px 0 0;
		width:16px;
		height:16px;
		text-indent:-10000px;
		background:url(../img/icon_arr16.svg) no-repeat center center;
		transition:0.5s all;
	}
	.link_btn_01 a:hover span {
		background:url(../img/icon_arr16ov.svg) no-repeat center center;
		transition:0.5s all;
	}
	.other_links {
		margin:40px auto 0;
		width:90%;
		font-size:0;
		line-height:0;
	}
	.other_links div {
		margin:0 0 20px;
	}
	.other_links div img {
		border-radius: 10px;
	}
	.office_bnr {
		margin:0 auto 40px;
		width:60%;
		font-size:0;
		line-height:0;
	}
	.office_bnr img {
		width:100%;
		border:1px solid #bfbfbf;
		border-radius: 5px;
	}
	.leadwrap {
		margin:0 auto 30px;
		padding:0 0 80px;
		width:90%;
		position: relative;
	}
	.lead {
		padding:0 0 30px;
		height:200px;
		font-size:16px;
		line-height:28px;
		font-weight:500;
		text-align:justify;
		position: relative;
		transition: all .5s;
		overflow: hidden;
	}
	.lead a {
		display:inline-block;
		padding:0 0 12px 16px;
		font-size:12px;
		color:#343434;
		text-decoration:none;
		position: relative;
		transition: all .5s;
	}
	.lead a:before {
		content: '';
		width: 13px;
		height:13px;
		background-image:url(../img/icon_arr16.svg);
		background-size: 100%;
		background-repeat: no-repeat;

		position:absolute;
		top:3px;
		left:0;
	}
	.lead a:hover {
		color:#ed1e79;
		text-decoration:underline;
		transition: all .5s;
	}
	.lead:before {
		position: absolute;
		display: block;
		content: "";
		left:0;
		bottom:0;
		width:100%;
		height:80px;
		transition: all .5s;
		background: linear-gradient( rgba(249,249,249,0) 0%, rgba(249,249,249,0.7) 60%, rgba(249,249,249,1.0) 100% );
	}
	.leadwrap button {
		display:table;
		margin:0 auto;
		padding:10px 0;
		width:80%;
		font-weight:700;
		text-align:center;
		color:#FFF;
		background:#343434;
		border:none;
		border-radius:5px;
		cursor:pointer;
		position:absolute;
		left:50%;
		bottom:30px;
		z-index:1;
		transform:translateX(-50%);
		transition:all .4s;
	}
	.leadwrap button:hover {
		color: #343434;
		background:#FFF;
	}
	.lead_title {
		padding:28px 0 18px;
		font-size:18px;
		line-height:28px;
		font-weight:700;
		text-align:center;
	}
	.lead_memo {
		margin:0 0 20px;
	}
	.lead_memolink {
		margin:0 0 20px;
		font-size:14px;
		line-height:18px;
	}
	.lead_memos {
		margin:0 0 20px;
		font-size:14px;
		line-height:24px;
		font-weight:500;
		text-align:justify;
	}
	.lead_addlink {
		margin:0;
		font-size:14px;
		line-height:18px;
	}
	.break_word {
		padding:0 0 0 20px;
		font-size:16px;
		line-height:24px;
		font-weight:700;
		position: relative;
	}
	.break_word:before {
		content: '';
		width: 16px;
		height:16px;
		background-image:url(../img/icon_arr16b.svg);
		background-size: 100%;
		background-repeat: no-repeat;

		position:absolute;
		top:5px;
		left:0;
	}
	.unbreak {
		margin:0 0 15px;
		padding:0 0 10px;
		font-size:14px;
		line-height:18px;
		font-weight:500;
		border-bottom:1px solid #666;
	}
	.lead_memo span,
	.lead_memos span,
	.break_word {
		font-feature-settings:"palt";
	}


	/* 画像類 */
	.set-icon img,
	.other_links img,
	.trace img {width:100%;}


/* ---------------------------
FOOTER
--------------------------  */
	footer {
		margin:0 auto;
		width:100%;
		background:#f9f9f9;
		color:#343434;
		font-size:12px;
		line-height:12px;
		font-weight:700;
		text-align:left;

		position: absolute;
		bottom: -20px;
		left:0;
		z-index:1;
	}
	.f_info {
		margin:0 auto;
		width:500px;
		display:flex;
		align-items: center;
	}
	.f_info p {
		padding:10px 0 10px;
		width:100%;
		text-align:center;
	}


/* -------------------- 画像透過リンク */
	.icon_set a img,
	.office_bnr a img,
	.other_links a img {transition:opacity 0.5s;}
	.icon_set a:hover img,
	.office_bnr a:hover img,
	.other_links a:hover img {opacity:0.7;}


/* ---------------------------
Z-INDEX
--------------------------  */
	.side_navi  {z-index:1000;}
	.mainwrap   {z-index:1050;}
	.keylead    {z-index:1070;}
	.scroll     {z-index:1080;}
	.mainimage  {z-index:   1;}


/* --------------------  common */
	.mb10 {margin-bottom:10px;}
	.mb15 {margin-bottom:15px;}
	.mb20 {margin-bottom:20px;}
	.mb25 {margin-bottom:25px;}
	.mb30 {margin-bottom:30px;}
	.mb60 {margin-bottom:60px;}
	.mb80 {margin-bottom:80px;}
	.mb120 {margin-bottom:120px;}

	.mt15 {margin-top:15px;}

}/* end PC */


/*  --------------------------------------
デバイス振り分け(SP)
--------------------------------------  */
@media screen and (max-width:836px) {
	.firstmovie {background:#FFF;}
	video {
		width:100%;
		object-fit: contain;
	}
	.pc {display:none;}
	body {
		font-family: 'Noto Sans JP', sans-serif;
		text-align : left;
		background:#f9f9f9;
		position: relative;
		box-sizing: border-box;
	}
	body {
		min-height: calc(100vh - 12vw);
		padding-bottom: 14vw;
	}
	header {
		margin:0 auto 5vw;
		width:95%;
		position:relative;
	}
	.header_inner {
		margin:0 auto;
		padding:2.5vw 0 0;
		width:100%;
	}
	.keyvisual {
		padding:0 0 2vw;
		width:100%;
		font-size:0;
		line-height:0;
		overflow:hidden;
		position: relative;
	}
	.keyvisual img {width:100%;}

	main {
		margin:0 auto;
		width:100%;
		color:#343434;
		background:#f9f9f9;
	}
	.side_left,
	.side_right {display:none;}


/* ===============================
INDEX
=============================== */
	section {
		margin:0 auto 8vw;
		width:100%;
	}
	article {
		margin:0 auto;
		width:90%;
	}
	main h2 {
		margin:0 0 2vw;
		width:96%;
		font-size:6.4vw;
		line-height:8.2vw;
		font-weight:900;
		text-align:center;
		color:#343434;
	}
	main h3 {
		margin:-0.5vw 0 2vw;
		font-size:4.4vw;
		line-height:6.8vw;
		font-weight:700;
		text-align:left;
		color:#343434;
		font-feature-settings: "palt";
	}
	.tbdr {
		margin:0 auto 3vw;
		width:61%;
		overflow: hidden;
		transform: translate(-100%, 0);
		transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
	}
	.tbdr span {
		display: block;
		transform: translate(100%, 0);
		transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
	}
	.tbdr.action,
	.tbdr.action span {
		transform: translate(0, 0);
	}
	.key_img {
		margin:0 auto 1vw;
		width:90%;
		font-size:0;
		line-height:0;
	}
	.key_img img {
		width:100%;
		border-radius:3vw;
	}
	.release {
		margin:0;
		font-size:3.2vw;
		line-height:4.6vw;
		font-weight:600;
		text-align:left;
		color:#343434;
	}
	.link_btn_01 {
		margin:0 auto;
		width:75%;
		font-size:4vw;
		line-height:4vw;
		font-weight:600;
	}
	.link_btn_01 a {
		margin:0;
		padding:3vw 0 3.6vw;
		width:100%;
		color:#FFF;
		text-decoration:none;
		background:#343434;
		border:2px solid #343434;
		border-radius:3px;

		transition:0.5s all;

		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.link_btn_01 div {
		padding:0 0 0 4vw;
		width:calc(100% - 8vw);
		text-align:center;
		position:relative;
	}
	.link_btn_01 span {
		margin:0 3vw 0 0;
		width:3vw;
		height:3vw;
		text-indent:-10000px;
		background:url(../img/icon_arr16.svg) no-repeat center center;
		background-size: 100%;
		transition:0.5s all;
	}
	.other_links {
		margin:5vw auto 0;
		width:90%;
		font-size:0;
		line-height:0;
	}
	.other_links div {
		margin:0 0 3vw;
	}
	.other_links div img {
		border-radius: 2vw;
	}
	.office_bnr {
		margin:0 auto 5vw;
		width:60%;
		font-size:0;
		line-height:0;
	}
	.office_bnr img {
		width:100%;
		border:1px solid #bfbfbf;
		border-radius: 1vw;
	}
	.leadwrap {
		margin:0 auto 6vw;
		padding:0 0 8vw;
		width:90%;
		position: relative;
	}
	.lead {
		padding:0 0 10vw;
		height:60vw;
		font-size:3.8vw;
		line-height:5.6vw;
		font-weight:500;
		text-align:justify;
		position: relative;
		transition: all .5s;
		overflow: hidden;
	}
	.lead a {
		display:inline-block;
		padding:0 0 2vw 4.2vw;
		font-size:3vw;
		color:#343434;
		text-decoration:none;
		position: relative;
		transition: all .5s;
	}
	.lead a:before {
		content: '';
		width: 3vw;
		height:3vw;
		background-image:url(../img/icon_arr16.svg);
		background-size: 100%;
		background-repeat: no-repeat;

		position:absolute;
		top:1.2vw;
		left:0;
	}
	.lead:before {
		position: absolute;
		display: block;
		content: "";
		left:0;
		bottom:0;
		width:100%;
		height:30vw;
		transition: all .5s;
		background: linear-gradient( rgba(249,249,249,0) 0%, rgba(249,249,249,0.7) 60%, rgba(249,249,249,1.0) 100% );
	}
	.leadwrap button {
		display:table;
		margin:0 auto;
		padding:2.6vw 0;
		width:90%;
		font-weight:700;
		text-align:center;
		color:#FFF;
		background:#343434;
		border:none;
		border-radius:1vw;
		cursor:pointer;
		position:absolute;
		left:50%;
		bottom:6vw;
		z-index:1;
		transform:translateX(-50%);
		transition:all .4s;
	}
	.lead_title {
		padding:6vw 0 4vw;
		font-size:4vw;
		line-height:5.2vw;
		font-weight:700;
		text-align:center;
	}
	.lead_memo {
		margin:0 0 4vw;
	}
	.lead_memolink {
		margin:0 0 4vw;
		font-size:3.6vw;
		line-height:5vw;
	}
	.lead_memos {
		margin:0 0 4vw;
		font-size:3.6vw;
		line-height:5.2vw;
		font-weight:500;
		text-align:justify;
	}
	.lead_addlink {
		margin:0;
		font-size:3.6vw;
		line-height:5vw;
	}
	.break_word {
		padding:0 0 0 5.2vw;
		font-size:3.6vw;
		line-height:5.2vw;
		font-weight:700;
		position: relative;
	}
	.break_word:before {
		content: '';
		width: 4vw;
		height:4vw;
		background-image:url(../img/icon_arr16b.svg);
		background-size: 100%;
		background-repeat: no-repeat;

		position:absolute;
		top:1vw;
		left:0;
	}
	.unbreak {
		margin:0 0 3vw;
		padding:0 0 2vw;
		font-size:3.6vw;
		line-height:4.6vw;
		font-weight:500;
		border-bottom:1px solid #666;
	}
	.lead_memo span,
	.lead_memos span,
	.break_word {
		font-feature-settings:"palt";
	}
	.sp_pickup {
		margin:0 auto 6vw;
		width:96%;
		display:flex;
		justify-content: space-between;
	}
	.pickup_box {
		width:49%;
	}
	.side_title {
		margin:2vw auto 3vw;
		padding:2vw 0;
		width:98%;
		font-size:3vw;
		line-height:3vw;
		font-weight:700;
		text-align:center;
		border-top:1px solid #333;
		border-bottom:1px solid #333;
	}
	.setlist {
		padding:2vw 0;
		width:100%;
		font-size:3vw;
		line-height:3vw;
		font-weight:500;
		text-align:center;
		background:#FFF;
		position: relative;
		top:0;
	}
	.setlist:before, .setlist:after { 
		position: absolute;
		top: 0;
		content:'';
		width: 4vw;
		height: 100%;
		display: inline-block;
	}
	.setlist:before {
		border-left: solid 1px #333;
		border-top: solid 1px #333;
		border-bottom: solid 1px #333;
		left: 0;
	}
	.setlist:after {
		content: '';
		border-top: solid 1px #333;
		border-right: solid 1px #333;
		border-bottom: solid 1px #333;
		right: 0;
	}


	/* 画像類 */
	.tbdr img,
	.set-icon img,
	.other_links img,
	.trace img {width:100%;}


/* ---------------------------
FOOTER
--------------------------  */
	footer {
		margin:0 auto;
		padding:0;
		width:100%;
		background:#f9f9f9;
		color:#343434;
		font-size:2.8vw;
		line-height:2.8vw;
		font-weight:600;
		text-align:left;

		position: absolute;
		bottom: 0;
		left:0;
		z-index:1;
	}
	.f_info {
		margin:0 auto;
		width:90%;
		display:flex;
		align-items: center;
	}
	.f_info p {
		padding:2vw 0 2vw;
		width:50%;
	}
	
	/* 画像類 */
	.flogo_img img,
	.flinks img {width:100%;}


/* ---------------------------
Z-INDEX
--------------------------  */
	.side_left  {z-index:1000;}
	.side_right {z-index:1000;}
	.mainwrap   {z-index:1050;}
	.keylead    {z-index:1070;}
	.scroll     {z-index:1080;}

	.mb60 {margin-bottom:12vw;}
	.mb80 {margin-bottom:8vw;}
	.pb80 {padding-bottom:8vw;}
}/* end SP */
