 /* CSS */

/*
rgba(51,51,51,1)
rgba(102,102,102,1)
rgba(153,153,153,1)
rgba(253,253,255,1)
rgba(15,115,238,1)link
rgba(37,55,128,1)紺
rgba(15,115,238,1)toplink
rgba(255,0,0,1)赤
rgba(239,88,23,1)橙
#fff
#ccc
*/
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);

@font-face {
	font-family: 'Gram';
	src: url('https://steamer-lane-studio.com/css/Gram.woff');
	}
/*
@font-face {
	font-family: 'nsr';
	src: url('https://steamer-lane-studio.com/css/NotoSansJP-Regular.woff');
	}
*/
/*
@font-face {
	font-family: 'aplUD';
	src: url('https://steamer-lane-studio.com/css/AppliMinchoUD.woff');
	}
*/
@font-face {
	font-family: 'postscriptum';
	src: url('https://steamer-lane-studio.com/css/PostScriptum Light.woff');
	}

@font-face {
	font-family: 'gd';
	src: url('https://steamer-lane-studio.com/css/gd.woff');
	}

/*INITIALIZATION
-----------------------------------*/ 
html{
	width:100%;/*
	height: 100%;*/
	margin: 0;
	padding: 0;
	font-size: 16px;
	}

*{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
	border: none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	}

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

caption{
	text-align: center;
	}

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, code, table, caption, th, td, address, 
form, fieldset, legend, object {
  margin: 0;
  padding: 0;
	}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
  font-size: 0;
	}

br {
	line-height:1;
	}

a, ins {
  text-decoration: none;
	}

address, em, cite, dfn, var {
  font-style: normal;
	}

input, textarea {
	font-weight: normal;
	}

pre,
code {
	display:block;
	width:100%;
	font-size:1rem;
	text-align:left;
	line-height:1.4;
	color:rgba(51,51,51,1);
	font-family:  "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	word-break:break-word;
	white-space:normal;
	}

em {
	transform:skew(15deg);
	}

/* a */
a {
	margin:0;
	padding:0;
	color:rgba(51,51,51,1);
	border:none;
	outline:none;
	}

a:link {
	margin:0;
	padding:0;
	color:rgba(51,51,51,1);
	transition:color 500ms ease-out;
	}

a:visited {
	margin:0;
	padding:0;
	color:rgba(51,51,51,1);
	}

a:active {
	margin:0;
	padding:0;
	color:rgba(51,51,51,1);
	}

a:hover {
	margin:0;
	padding:0;
	color: rgba(239,88,23,1);
	text-decoration:none;
	}

a.totri {
	border-bottom:1px dotted rgba(204,204,204,1);
	}

section p a:link {
	text-decoration:underline;
	}

body a:hover {
	color: rgba(239,88,23,1);
	}

body p * a.fottv,
body li * a.fortv {
	display:inline;
	color:inherit;
	border-bottom:none;
	pointer-events: none;	
	}

body p > a.fortv,
body li > a.fortv {
	display:inline-block;
	text-decoration:none;
	border-bottom:1px dashed rgba(153,153,153,1);
	}

body p > a.fortv:hover,
body li > a.fortv:hover {
	text-decoration:none;
	}

/* INDIVIDUAL 
-----------------------------------*/ 
/* clear */
.clearfix {
	width:100%;
	display:block;
	}

.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;
	}

/* BODY WRAPPER
-----------------------------------*/ 
body {
	width:100%;/*
	height:100%;*/
	margin: 0;
	padding:0;
	background-color:rgba(255,255,255,1);
	text-align: center;
	font-size:16px;
	font-size: 1rem;
	font-family:  "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	}

@media print {
	body {
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
  }
}

#wrapper {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	width:100%;
	height:auto;
	min-height: 100vh;
	margin:0;
	padding:50px 0 0 0;
	font-size: 0;
	}

body.home #wrapper {
	padding:0;
	}

	
#wrapper > img {
	position:absolute;
	bottom:0;
	left:50%;
	z-index:-1;
	}

/* TYPOGRAPHY
-----------------------------------*/
/* heading */
h1 {
	font-size:1rem;
	text-align:left;
	vertical-align: baseline;
	color:#111;
	font-weight:600;
	}

@media screen and (max-width: 1279px) {
h1 {
	font-size:1rem;
	}
}

h2 {
	display:block;
	width:100%;
	margin:0 0 50px 0;
	padding:0;
	font-size:1.75rem;
	letter-spacing:4px;
	line-height:1.4;
	vertical-align: baseline;
	color:rgba(153,153,153,1);
	font-family:"游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ヒラギノ明朝 ProN W6","HGS明朝E","メイリオ",Meiryo,serif;
	font-weight:600;
	}

.hdng {
	position:relative;
	width:100%;
	margin:0 0 50px 0;
	font-size:48px;
	font-size:3rem;
	letter-spacing:0.5rem;
	line-height:0.75;
	text-align:center;
	vertical-align: baseline;
	color:rgba(153,153,153,1);
	font-family:"Oswald","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	font-weight:300;
	text-transform:uppercase;
	}

.hdng span {
	font-size:16px;	
	font-size:1rem;
	color:rgba(102,102,102,1);
	letter-spacing:0rem;
	text-transform:capitalize;
	}

#whoWA .hdng {
	margin:0;
	padding:50px 0;
	background-color:rgba(255,255,255,1);
	}

div:not(.ent) .hdng:first-letter,
article:not(.ent) .hdng:first-letter,
section:not(.ent) .hdng:first-letter,
#contact  .hdng:first-letter {
	color:rgba(255,0,0,1);
	}

.ent h2,
.ent h2.hdng {
	display:inline-flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:justify;
	line-height:1.2;
	letter-spacing:0.25rem;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	text-transform:capitalize;
	}
	
.ent h2.hdng {
	font-size:2rem;
	font-weight:600;
	color:rgba(102,102,102,1);
	}

.ent h2 span {
	margin-top:20px;
	font-size:1rem;
	}

h3 {
	display:block;
	width:100%;
	margin:0 0 50px 0;
	padding:0 ;
	font-size:1.5rem;
	letter-spacing:4px;
	line-height:1.4;
	text-align:left;
	vertical-align: baseline;
	color:rgba(102,102,102,1);
	font-family:"游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ヒラギノ明朝 ProN W6","HGS明朝E","メイリオ",Meiryo,serif;
	font-weight:600;
	}

.ent h3 {
	position:relative;
	letter-spacing:2px;
	border-bottom:1px solid rgba(204,204,204,1);
	}


.ent h3::after {
	content:"";
	position:absolute;
	bottom:-1px;
	left:0;
	display:block;
	width:30%;
	border-bottom:2px solid rgba(51,51,51,1);
	}

p + h3,
ul + h3,
ol + h3,
dl + h3,
table + h3,
nav + h3 {
	margin-top:100px;
	}

h4 {
	display:block;
	width:100%;
	margin:0 0 10px 0;
	font-size:20px;
	font-size:1.25rem;
	letter-spacing:0;
	line-height:2;
	text-align:left;
	font-weight:600;
	vertical-align: baseline;
	color:rgba(51,51,51,1);
	}

p + h4,
ul + h4,
ol + h4,
di + h4,
table + h4 {
	margin-top:50px;
	}

h5 {
	text-align:left;
	font-size:1.125rem;
	color:rgba(51,51,51,1);
	}

p {
	margin:0 0 24px 0;
	font-size:16px;
	font-size:1rem;
	letter-spacing:0;
	line-height:1.8;
	text-align:left;
	vertical-align: baseline;
	color:rgba(51,51,51,1);
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	}

.hBox {
	margin-bottom:50px;
	padding:20px;
	border:1px solid rgba(153,153,153,1);
	}

strong {
	display:inline-block;
	margin:20px 0;
	font-weight:normal;
	font-size:20px;
	font-size:1.25rem;
	color:rgba(51,51,51,1);
	font-weight:600;
	line-height:1.2;
	}

strong.pRange {
	font-size:1.5rem;
	}
	
strong.pRange span.intax {
	font-size:1rem;
	}

b {
	font-size:16px;
	font-size:1rem;
	font-weight:normal;
	color:#555;
	}

ul,
ol {
	width:100%;
	max-width:1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
	padding: 0 0 0 20px;
	text-indent: 0px;
	list-style-position: inside;
	}

.ent ul {/*
	text-indent:-20px;*/
	}

li {
	margin:0 0 1rem 0;
	font-size:16px;
	font-size:1rem;
	line-height:1.8;
	text-align:left;
	color:rgba(51,51,51,1);
	}

ul li {
	list-style-type: disc;
    list-style-position: outside;
	}

li:last-of-type {
	margin:0;
	}

ul.borderIn {
	width:100%;
	margin:0 auto 30px auto;
	padding:50px 50px 50px 70px;
	border:1px solid rgba(0,0,0,0.25);
	}

ul.borderIn li {
	list-style:square;
	color:rgba(51,51,51,1);
	}

ul.boxWrap {
	display:flex;
	flex-wrap:wrap;
	align-items:initial;
	justify-content:space-between;
	padding:0;
	list-style:none;
	}
	
ul.boxWrap:after {
	content:"";
	display:block;
	width:30%;
	max-width: 350px;
	}

ul.boxWrap li {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:22.5%;
	width:31.5%;
	max-width:350px;
	margin-bottom:50px;
	color:rgba(255,255,255,1);
	}

.boxWrap li img {
	width:50%;
	height:auto;
	filter: invert(1) sepia(0.61) saturate(0) hue-rotate(229deg) brightness(1.07) contrast(1.01);
	}
	
ul.boxWrap.list {
	flex-wrap:nowrap;
	}

ul.boxWrap.list li {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:100%;
	max-width:350px;
	margin-bottom:0;
	}

@media screen and (max-width:767px){
ul.boxWrap.list {
	flex-wrap:wrap;
	}
ul.boxWrap.list li {
	max-width:unset;
	margin:0;
	margin-bottom:20px;
	}
}

.boxWrap.list li img {
	width:100%;
	height:auto;
	filter: none;
	}

.feature-tags {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	width:auto;
	max-width:100%;
	margin:0 auto 30px auto;
	padding:0;
	}
	
.feature-tags li,
.feature-tags li:last-of-type {
	display:inline-block;
	margin: 0 10px;
	padding:5px 10px;
	background-color:rgba(239,88,23,1);
	color:rgba(255,255,255,1);
	line-height:1;
	list-style: none;
	border-radius:5px;
	}

.flexul {
	display:flex;
	flex-direction:column;
	}

.flexul li {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	border-bottom:1px solid rgba(204,204,204,1);
	}

ul > li > ul > li {
	list-style-type: circle;
	}

ul > li > ul > li > ul > li {
	list-style-type: disc;
	font-size:1rem;
	}

ul > li > ul > li > ul > li::marker{
	font-size:0.7rem;
	}

ul > li > ul > li > ul > li > ul li::marker{
	font-size:0.7rem;
	color:rgba(153,153,153,1);
	}

ol > li,
ul li > ol > li,
ul li > ul li > ol > li {
	list-style-type: revert;
	}

dl {
	margin:0 auto 50px auto;
	text-align:left;
	}

dt {
	margin-bottom:20px;
	font-size:20px;
	font-size:1.25rem;
	line-height:1.4;
	font-weight:600;
	color:rgba(51,51,51,1);
	}

dd {
	margin:0 0 50px 0;
	font-size:16px;
	font-size:1rem;
	line-height:1.8;
	}

.ent dd {
	margin:0 0 20px 0;
	}

dd:last-child {
	margin:0;
	}

dl.ein {
	
	}

dl.ein dd dl.ein {
	padding-left:20px;
	}

table{
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	empty-cells: show;
	width:100%;
	border-top:1px solid rgba(204,204,204,1);
	border-left:1px solid rgba(204,204,204,1);
	}

table.alignright,
table.alignleft {
	width:auto;
	}

tr {
	width:100%;
	}

th,td{
	padding:10px;
	vertical-align: top;
	border: none;
	font-weight: normal;
	text-align: left;
	font-size:16px;
	font-size:1rem;
	line-height:1.4;
	color:rgba(51,51,51,1);
	border-right:1px solid rgba(204,204,204,1);
	border-bottom:1px solid rgba(204,204,204,1);
	}

hr {
	}

.ent hr {
	height:1px;
	margin:0 auto 30px auto;
	border-top:1px solid rgba(153,153,153,1);
	}

/* IMG OBJECT
-----------------------------------*/
img {
	max-width:100%;
	height:auto;
	border:none;
	outline:none;
	}

.alignright {
	float:right;
	margin:0 0 20px 50px;
	}

.alignleft {
	float:left;
	margin:0 50px 20px 0;
	}

.aligncenter {
	margin:0 auto 20px auto;
	}

.alignnone {
	margin:0 0 0 0;
	}

.ent img {
	height:auto;
	}

.ent img:not(.aligncenter),
.ent img:not(.alignnone) {
	max-width:calc(50% - 50px);
	}

.ent img.alignnone,
.ent img.aligncenter {
	max-width:100%;
	}

p img {
	max-width:100%;
	}

a img {
	transition:opacity 500ms ease-out;
	}

p img.lMark {
	width:33%;
	margin:10px auto;
	}

span.alignright,
span.alignleft {
	display:inline-flex;
	flex-direction:column;
	flex-wrap:wrap;
	align-items:center;
	text-align:left;
	font-size:14px;
	font-size:0.88rem;
	font-weight:600;
	}

a:hover img {
	opacity:0.8;
	}

/* video */
video {
	width:100%;
	height:auto;
	}

/* HEADER
-----------------------------------*/
header {
	position:fixed;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:50px;
	padding: 0;
	background-color:rgba(253,253,255,0.9);
	border-bottom:1px solid rgba(0,0,0,0.05);
	z-index:2;
	}

body.home header {
	background-color:rgba(253,253,255,0);
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%,rgba(0,0,0,0.3) 60%, rgba(0, 0, 0, 0) 100%);
	border-bottom:0px solid rgba(0,0,0,0.05);
	transition:background-color 0.5s ease-out,border-bottom 0.5s ease-out;
	}

body.home header.mainIn {
	background-image:none;
	background-color:rgba(253,253,255,0.9);
	border-bottom:1px solid rgba(0,0,0,0.05);
	}

header.fixed-hdr {

	}

#sld-btn {
	display:none;
	}

.logo-box {
	display:block;
	width:15%;
	height:50px;
	text-align:center;
	z-index:5;
	}

.logo-box a img {
	width:auto;
	height:42px;
	filter:invert(0);
	transition:filter 0.5s ease-out;
	}

.home .logo-box a img {
	filter:invert(1) sepia(0.61) saturate(0) hue-rotate(229deg) brightness(1.07) contrast(1.01);
	transition:filter 0.5s ease-out;
	}

.home .mainIn .logo-box a img {
	filter:invert(0);
	}

.logo-box a img:hover,
.home .logo-box a img:hover {
	filter: invert(30%) sepia(9%) saturate(10000%) hue-rotate(15deg) brightness(100%) contrast(105%);
	}

.navTrigger {
	display:none;
	}

.nav-grp {
	float:right;
	display:flex;
	justify-content: flex-end;
	width:85%;
	height:50px;
	overflow:hidden;
	}

#bcNav {
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	width:100%;
	height:auto;
	margin:10px auto 50px auto;
	padding: 0 1.5%;
	}

.home #bcNav h1 a {
	width:auto;
	color:rgba(51,51,51,1);
	background-color:transparent;
	transition:color 0.5s ease-out;
	}
	
#bcNav > h1 a::before {
	display:none;
	}
/*
.home .mainIn #bcNav h1 a {
	color:rgba(51,51,51,1);
	}
*/
#bcNav > a {
	position:relative;
	width:auto;
	margin:0 10px 0 0;
	padding:0 15px 0 0;
	font-size:1rem;
	line-height:1.5;
	background-color:transparent;
	}
	
#bcNav > a::before {
	display:none;
	}

#bcNav a::after {
	content:"";
	position:absolute;
	top:50%;
	right:0;
	display:block;
	width:.63rem;
	height:.63rem;
	border-top:1px solid rgba(153,153,153,1);
	border-right:1px solid rgba(153,153,153,1);
	transform:translatey(-50%) rotate(45deg);
	}

#bcNav a:last-child:after {
	content:none;
	}

@media screen and (max-width: 1366px) {
#bcNav h1 {
	font-size:1rem;
	}
}

#bcNav h1,
#bcNav a {
	white-space:nowrap;
	}

nav {
	display:block;
	text-align:center;
	}

nav a {
	font-size:1rem;
	}

nav.global-nav {
	float:right;
	display:flex;
	justify-content:flex-end;
	width:60%;
	height:auto;
	}

nav.global-nav a {
	display:block;
	width:auto;
	height:auto;
	padding:17px 40px 13px 40px;
	font-size:16px;
	font-size:1rem;
	font-family: 'Oswald', sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	font-weight:300;
	line-height:1;
	letter-spacing:0.125rem;
	text-transform:uppercase;
	}

@media screen and (max-width: 1366px) {
nav.global-nav a,
.home nav.global-nav a {
	padding:17px 25px 13px 25px;
	}
}

@media screen and (max-width: 1279px) {
nav.global-nav {
	width:50%;
	}
#bcNav {
	width:50%;
	}
nav.global-nav a,
.home nav.global-nav a {
	padding:17px 10px 13px 10px;
	}
}

.home nav.global-nav a {
	color:rgba(255,255,255,1);
	transition:filter 0.5s ease-out,color 0.5s ease-out;
	}

.home .mainIn nav.global-nav a {
	color:rgba(0,0,0,1);
	transition:color 0.5s ease-out;
	}

.home nav.global-nav a:hover,
.home .mainIn nav.global-nav a:hover {
	color:rgba(239,88,23,1);
	}

.moreWrap {
	width:100%;
	margin:10px auto 10px auto;
	}


.moreWrap a.lMore {
	position:relative;
	display:inline-flex;
	align-items:baseline;
	width:auto;
	margin:0 auto;
	padding:0;
	font-size:1.5rem;
	line-height:1;
	letter-spacing:0;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	}

.moreWrap a.lMore::before {
	position:absolute;
	left:0;
	bottom:0;
	content:"";
	display:block;
	width:0;
	height:0;
	border-bottom:1px solid rgba(239,88,23,1);
	transition:width .5s ease-out;
	}

.moreWrap a.lMore:hover::before {
	width:100%;
	}

.moreWrap a.lMore::after {
	content:"";
	display:block;
	width:.88rem;
	height:.88rem;
	margin-left:5px;
	border-top:1px solid rgba(239,88,23,1);
	border-right:1px solid rgba(239,88,23,1);
	transform:rotate(45deg);
	}

.cldcatlist {
	display:flex;
	align-items:center;
	justify-content:center;
	width:auto;
	margin:0 auto 30px auto;
	}

body .cldcatlist a {
	display:block;
	width:auto;
	margin:0 10px;
	padding:10px 15px;
	font-size:1.125rem;
	line-height:1;
	color:rgba(239,88,23,1);
	color:rgba(51,51,51,1);
	border:1px solid rgba(239,88,23,1);
	border:1px solid rgba(204,204,204,1);
	border-radius:15px;
	opacity:1;
	transition:opacity .5s ease-out; 
	}

body .cldcatlist a:hover {
	opacity:0.8;
	}

/* FOOTER
-----------------------------------*/
footer {
	display:block;
	width:100%;
	height:236px;
	background-color:rgba(51,51,51,1);
	border-top:1px solid rgba(102,102,102,1);
	z-index:1;
	overflow:hidden;
	}

footer > div {
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
	justify-content:center;
	width:100%;
	max-width:1200px;
	height:calc(100% - 50px);
	margin:0 auto;
	padding:30px 0 0 0;
	}

footer div h2 {
	margin:0 0 20px 0;
	color:rgba(255,255,255,1);
	border-bottom:1px solid rgba(255,255,255,1);
	}

footer div p {
	font-size:16px;
	font-size:1rem;
	color:rgba(255,255,255,1);
	}

.footerAdsWrap {
	width:calc(100% - 360px);
	height:116px!important;
	}

footer div img {
	filter:invert(1);
	}

nav.ft-nav {
	display:flex;
	justify-content:space-around;
	width:100%;
	max-width:1000px;
	height:auto;
	margin:0 auto;
	}

nav.ft-nav a {
	display:block;
	width:auto;
	height:auto;
	padding:0 40px;
	font-size:16px;
	font-size:1rem;
	font-family: 'Oswald', sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	font-weight:300;
	color:rgba(255,255,255,1);
	line-height:3;
	text-transform:uppercase;
	transition:color 0.5s ease-out;
	}

nav.ft-nav a:after {
	content:">";
	width:0.88rem;
	height:0.88rem;
	margin-left:10px;
	font-weight:600;
	}

nav.ft-nav a:hover {
	color:rgba(239,88,23,1);
	}

#top-nav {
    position: fixed !important;
    bottom: 0px;
    right: 0px;
    display: none;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    z-index: 60;
	}

#top-nav a {
	position: relative;
	display:block;
    width: 100%;
    height: 100%;
    background-color: rgba(239,88,23,1);
    overflow: hidden;
	}

#top-nav a::after {
	content: "";
	position:absolute;
	bottom: 5px;
    left: 25%;
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
    width: 15px;
    height: 15px;
    margin-left: 15px;
    transform: rotate(-45deg);
	}

/* MAIN
-----------------------------------*/
main {
	position:relative;
	display:block;
	width:100%;
	margin:0 0 0 0;
	}
/*
body.home #wrapper main:before {
	position: relative;
	top:0;
	left:0;
	content:"";
	display:block;
	width:100%;
	height:auto;
	max-height:100vh;
	padding-top:100vh;
	background-image: url(https://steamer-lane-studio.com/object/ti/rotate.php);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat:no-repeat;
	opacity:0;
	transition:opacity 0.8s ease-out 0.3s;
	}

body.home.str #wrapper main:before {
	opacity:1;
	}
*/
/* CS use */
#CSwrap {
	position:relative;
	top:0;
	left:0;
	right:0;
	display:block;
	width:100%;
	height:100%;
	height:100vh;
	transition:opacity 0.7s ease-in;
	}

#CSwrap:after {
	content: "ホームページで人と人とを結ぶ";
	position: absolute;
	top:45vh;
	left:0;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	width:100%;
	padding: 0 0.208vw;
	font-size: 64px;
	font-size:4rem;
	font-size:3.33vw;
	color: rgba(239,88,23,1);
	line-height:1;
	text-align: center;
	letter-spacing:4px;
	letter-spacing:0.25rem;
	letter-spacing:0.208vw;
	font-family:"游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ヒラギノ明朝 ProN W6","HGS明朝E","メイリオ",Meiryo,serif;
	font-weight:600;
	z-index:0;
	}

.slick-slider .slick-list {
	position: absolute;
	top:0;
	left:0;
	display: block;
	width:100%;
	height:100%;
	transform: translate3d(0, 0, 0);
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.slick-slider .slick-track {
	position: relative;
	display: block;
	width:100%;
	height:100%;
	transform: translate3d(0, 0, 0);
	}

.slick-slide {
	display:block;
	width:100%;
	height:100%;
	}

.slick-slide > div {
	display:block;
	width:100%;
	height:100%;
	}

#CSwrap .slick-list {
	opacity:0;
	transition:opacity 0.7s ease-out .3s;
	}

.str #CSwrap .slick-list {
	opacity:1;
	}

.CSimgWrap {
	position:relative;
	float:left;
	width:100%;
	height:100vh;
	max-height:100vh;
	margin:0 auto;
	background-size: 0;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	}
	
.CSimgWrap picture {
	display:block;
	width:100%;
	height:100%;
	}
/*
.CSimgWrap picture::before {
	content: "";
	position: relative;
	top: 0;
	right:0;
	bottom:0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	background-image: inherit;
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 999;
	}
*/	
.CSimgWrap picture img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	}

/* using swiper */
#topBox.swiper div#CSwrap.swiper-wrapper {
	display:flex;
	flex-wrap:nowrap;
	align-items:unset;
	justify-content:unset;
	}

/* contents */
#contents {
	position:relative;
	display:block;
	width:100%;
	margin:0 auto;
	}

body.home main #contents {
	position:relative;
	width:100%;
	background-color:rgba(255,255,255,1);
	z-index:1;
	}

article {
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0 0 0;
	text-align:center;
	background-color:rgba(255,255,255,1);
	}

article:after {
	content:"";
	display:block;
	clear:both;
	line-height:0.1;
	}

body.home main #contents section#whoWA,body.home main #contents #concept,body.home main #contents #works,body.home main #contents #contact {
	display:flex;
	flex-direction:column;
	}

article.ent {
	max-width:1200px;
	margin-bottom:100px;
	opacity:0;
	transition:opacity 0.5s ease-out 0.2s;
	}

@media screen and (min-width:1024px) and (max-width:1279px) {
article.ent {
	padding:50px 2% 0 2%;
	}
}

.str article.ent {
	opacity:1;
	}

article.ent.service h2.hdng,
article.ent.products h2.hdng,
article.ent.works h2.hdng {/*
	font-size:2.5rem;
	font-weight:300;*/
	}
	
article.ent h2.hdng span.ab {
	font-size: 96px;
	font-size:2rem;
	font-family: "gd";
	font-family:'Oswald', sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	text-transform: capitalize;
	line-height: 1;
	letter-spacing:-0.125rem;
	color: rgba(15,115,238,1);
	font-weight:300;
	z-index: 0;
	display:none;
	}
/*
article.ent h2.hdng:before {
	font-size: 96px;
	font-size:6rem;
	font-family: "gd";
	text-transform: capitalize;
	line-height: 1;
	letter-spacing:-0.125rem;
	color: rgba(15,115,238,1);
	font-weight:300;
	z-index: 0;
	}

article.ent.service h2.hdng:before {
	content: "Service";
	}

article.ent.products h2.hdng:before {
	content: "Products";
	}

article.ent.new h2.hdng:before {
	content: "New!";
	}
	
article.ent.works h2.hdng:before {
	content: "Works";
	}
*/

/* adswrap */
.adsWrap {
	display:block;
	margin:50px auto;/*
	outline:1px solid rgba(204,204,204,1);
	outline-offset:3px;*/
	}

section {
	display:block;
	width:100%;
	margin:0 auto 100px auto;
	}

#products .topBox img {
	width:100%;
	height:calc(100vh - 224px);
	height:65vh;
	object-fit:cover;
	object-position:center center;
	}

@media screen and (orientation: portrait) {
#products .topBox img {
	height:50vh;
	}
}

section:last-child {
	margin-bottom:0;
	}

section:after {
	content:"";
	display:block;
	clear:both;
	line-height:0.1;
	}

section.base div {
	width:100%;
	max-width:1200px;
	margin-right: auto;
	margin-left: auto;
	background:none;
	}

section.base div h3,
section.base div h4,
section.base div p,
section.base div ul,
section.base div dl {

	}

section.service.base div h4 {
	text-align:center;
	color:rgba(255,255,255,1);
	}

/* search box */
.checkForm,
.searchWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: initial;
	justify-content: flex-start;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	}

.checkForm > label {
	margin:0 5px 10px 5px;
	padding:5px 10px;
	font-size:1rem;
	border:1px solid rgba(204,204,204,1);
	}

.checkForm > label input {
	margin-right:5px;
	}

.searchWrap form div input + button:hover {
	cursor: pointer;
	}

.searchWrap form div input + button {
	width: 60px;
	height: 30px;
	font-size: 1.125rem;
	color:rgba(153,153,153,1);
	background-color: transparent;
	border:1px solid rgba(204,204,204,1);
	}

.searchForm {
	width:100%;
	}

.searchForm div {
	display:flex;
	align-items:center;
	justify-content:center;
	}

.checkForm h3,
.searchWrap h3{
	margin-bottom:20px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	}

.searchWrap form div input {
    width: 260px;
    height: 40px;
    padding: 8px;
    font-size: 1.5rem;
    border: 1px solid rgba(17, 17, 17, 1);
	}

.searchWrap form div input + button {
    width: 60px;
    height: 40px;
    font-size: 1.25rem;
    background-color: rgba(204, 204, 204, 1);
	}

/* who we are */
#whoWA {
	display:block;
	width:100%;
	height:auto;
	padding: 0;
	background-image: url(https://steamer-lane-studio.com/images/ti_06-2.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	}

@media screen and (min-width: 1920px) {
body.home main #contents section#whoWA {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	}
}

#whoWA > div {
	display:flex;
	min-height:calc(50vh - 34px);
	margin:0;
	background-color:rgba(0,0,0,0.6);/*
	border-bottom:1px solid rgba(0,0,0,0.25);*/
	overflow:visible;
	}

#whoWA > div:first-of-type {
	flex-direction:row-reverse;
	border-top:1px solid rgba(0,0,0,0.25);
	}

@media screen and (max-width: 1599px) {
#whoWA > div {
	width:100%;
	min-height:50vh;
	}
	}

@media screen and (max-width: 1599px) {
#whoWA > div:first-of-type {/*
	flex-direction:row;*/
	}
	}

#whoWA > div h3 {
	display:flex;
	justify-content:center;
	align-items:center;
	width:35%;
	margin:0;
	padding:50px;
	font-size:36px;
	font-size:2.125rem;
	color:rgba(255,255,255,1);
	text-align: justify;
	line-height:1.3;
	border:none;
	background:linear-gradient(to left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.15) 75%, rgba(0,0,0,0) 100%);
	opacity:1;
	}

@media screen and (max-width: 1599px) {
#whoWA > div h3 {/*
	background:linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.15) 75%, rgba(0,0,0,0.15) 100%);*/
	}
	}

#whoWA > div:nth-of-type(2) h3 {
	background:linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.15) 75%, rgba(0,0,0,0) 100%);
	}

@media screen and (min-width: 980px) and (max-width: 1200px){
#whoWA > div h3 {
	word-break: break-word;
	}
	}

@media screen and (max-width: 1599px) {
#whoWA div h3 {
	width: 50%;
	}
	}

#whoWA > div div {
	display:flex;
	padding:50px;
	align-items:flex-start;
	justify-content:center;
	flex-direction: column;
	width:65%;
	}

#whoWA div:not(.overview) > div div {
	background-color:rgba(0,0,0,0.15);
	}

@media screen and (max-width: 1599px) {
#whoWA > div div {
	width: 50%;
	}
	}

#whoWA h4 {
	color:rgba(255,255,255,1);
	}

#whoWA > div p {
	width:100%;
	}

#whoWA > div p,
#whoWA > div p a {
	text-align:left;
	color:#fff;
	}

#whoWA ul li {
	text-align:left;
	color:#fff;
	}

#whoWA > div p:last-child {
	margin:0;
	}

#whoWA .overview {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	min-height:unset;
	border-bottom:none;
	background-color:rgba(255,255,255,1);
	}

#whoWA .overview h3 {
	width:100%;
	height:auto;
	margin:0 auto;
	padding-bottom:0;
	background-image:none;
	color:rgba(102,102,102,1);
	}

#whoWA .overview h4 {
	text-align:center;
	color:rgba(51,51,51,1);
	}

#whoWA .overview div {
	align-items:center;
	width:50%;
	}

@media screen and  (max-width:1600px) {
#whoWA .overview > div {
	width:100%;
	}
}

#whoWA .overview div p {
	width:100%;
	text-align:center;
	color:rgba(51,51,51,1);
	}

#whoWA .overview div:nth-of-type(2) p {
	text-align:left;
	}

#whoWA .overview div p span {
	display: inline-flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
	}

#whoWA .overview div p span a {
	color:rgba(51,51,51,1);
	}

#whoWA .overview div p span a:hover {
	color: rgba(15,115,238,1);
	}

#whoWA .overview div p span img {
	margin-right:20px;
	filter:invert(0.75);
	}

/* commonBlock */
#commonBlock {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;/*
	width: 80%;
	max-width: 1920px;
	margin:0 auto;*/
	}

#commonBlock > section {
	position: relative;
	display: block;
	width: calc(50% - 15px);
	height: auto;
	margin: 0 5px 10px 10px;
	padding:5%;
	background-color: rgba(245,245,250,1);
	}

#commonBlock a {
	position:relative;
	display:block;
	width:calc(50% - 15px);
	height:auto;
	margin:0 5px 10px 10px;
	background-color:rgba(245,245,250,1);
	background-size:0;
	}

/* effect */
#commonBlock a,
#commonBlock a:nth-of-type(2n) {
	opacity: 0;
	transform: translate(0, 35px);
	transition: transform 0.7s ease-out 0.3s, opacity 0.7s ease-in 0.3s;
	}

#commonBlock a.effectF,
#commonBlock a.effectF:nth-of-type(2n) {
	opacity: 1;
	transform: translate(0, 0);
	}

.toF {
	opacity: 0;
	transform: translate(0, 35px);
	transition: transform 0.7s ease-out 0.3s, opacity 0.7s ease-in 0.3s;
	}

.toF.effectF {
	opacity: 1;
	transform: translate(0, 0);
	}
/* /effect */

#commonBlock a.contentsNav_concept {
	background-image:url(/images/2024_01s.png);
	}

#commonBlock a.contentsNav_service {
	background-image:url(/images/2020_06.png);
	}

#commonBlock a.contentsNav_products {
	background-image:url(/images/2020_08.png);
	}

#commonBlock a.contentsNav_works {
	background-image:url(/images/2024_02.png);
	}

#commonBlock a::before {
	content:"";
	display:block;
	width:100%;
	padding-top:66.7%;
	background-image:inherit;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	}

#commonBlock > section:nth-of-type(2n),
#commonBlock a:nth-of-type(2n) {
	margin:0 10px 10px 5px;
	}

#commonBlock a div {
	position:absolute;
	top:0;
	left:0;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	width:100%;
	height:100%;
	padding:5%;
	text-align:center;
	background-color:transparent;
	}

#commonBlock a.contentsNav_concept div,
#commonBlock a.contentsNav_service div {
	background-color:rgba(0,0,0,0.25);
	background-image:linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.35) 25%, rgba(0,0,0,0.175) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%)
	}

#commonBlock div .commonBlockinbox {
	position:absolute;
	bottom:0;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	width:100%;
	}

#commonBlock div .commonBlockinbox div {
	display:inline-flex;
	flex-direction:column;
	margin-left:20px;
	}

#commonBlock div .commonBlockinbox div h4 {
	display:inline-block;
	width:auto;
	margin-bottom:20px;
	font-size:24px;
	font-size:1.5rem;
	font-size:1.25vw;
	line-height:1.2;
	font-weight:300;/*
	color: rgba(238,15,115,1);*/
	}

@media screen and  (max-width:1279px) {
#commonBlock div .commonBlockinbox div h4 {
	font-size:16px;
	font-size:1rem;
	}
}

@media screen and  (min-width:1920px) {
#commonBlock div .commonBlockinbox div h4 {
	font-size:24px;
	font-size:1.5rem;
	}
}

#commonBlock div .commonBlockinbox h4 span {
	font-size:14px;
	font-size:0.88rem;
	color:rgba(51,51,51,1);
	}

#commonBlock a div h3,
#commonBlock a div p {
	display:inline-flex;
	flex-direction: column;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	width:auto;
	margin:0 0 10px 0;
	text-align:center;
	line-height:1.4;
	color:rgba(153,153,153,1);
	}

#commonBlock a div p {
	font-size:20px;
	font-size:1.25rem;
	color:rgba(153,153,153,1);
	font-weight:600;
	}

#commonBlock a div p span,
a.lMore {
	position:relative;
	margin:10px 0 0 0;
	color:rgba(239,88,23,1);
	font-size:16px;
	font-size:1rem;
	font-weight:600;
	line-height:1.1;
	}

nav a.lMore {
	display:inline-block;/*
	margin-bottom:100px;*/
	}

nav:last-child a.lMore {
	margin-bottom:0;
	}

#commonBlock a div p span::after/*,
a.lMore::after  */{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	width:0;
	height:1px;
	border-bottom:1px solid rgba(239,88,23,1);
	transition:width 0.5s ease-out;
	}

#commonBlock a div p span:hover::after/*,
a.lMore:hover::after */ {
	width:100%;
	}

#commonBlock a.contentsNav_concept div h3,
#commonBlock a.contentsNav_service div h3,
#commonBlock a.contentsNav_concept div p,
#commonBlock a.contentsNav_service div p {
	color:rgba(255,255,255,1);
	}

#commonBlock div img {
	max-width:100%;
	}

/* concept service */
section.base div h3:not(.newsR)	 {
	color:rgba(102,102,102,1);
	border-bottom:1px solid rgba(204,204,204,1);
	}

section.base div p {
	color:rgba(51,51,51,1);
	}

section.aim,
section.service,
section.current {
	position:relative;
	display:block;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	border-bottom:1px solid #fff;
	}

section.service {
	}

section.aim {
	background-image:url(https://steamer-lane-studio.com/images/2024_01.jpg);
	}

section.service {
	background-image:url(https://steamer-lane-studio.com/images/ti_11.jpg);
	filter: grayscale(1);
	transition:filter 1s ease-out;
	}

section.service:hover {
	filter: grayscale(0);
	}

section.current {
	background-image:url(https://steamer-lane-studio.com/images/ti_05.jpg);
	border:none;
	}
	
section.aim::before,
section.service::before,
section.current::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.65);
	}

section.aim div,
section.service div,
section.current div {
	position:relative;;
	top:0;
	left:0;
	bottom:0;
	display:block;
	width:100%;
	min-height:calc(100vh - 68px);
	padding:50px 0;/*
	background-color:rgba(0,0,0,0.5);*/
	opacity:0;/*
	transform: translate(-45px, 0);*/
	transition:transform 0.5s ease-out 0.2s,opacity 0.5s ease-out 0.2s;
	}

.str section.aim div,
.str section.service div,
.str section.current div {
	opacity:1;/*
	transform: translate( 0, 0);*/
	}

.str section.service div h3 {
	color:rgba(255,255,255,1);
	text-align:center;
	border:none;
	}

section.aim div p,
section.service div p,
section.current div p,
section.aim div p a,
section.service div p a,
section.current div p a {
	text-align:justify;
	color:#fff;
	}

/* aim */
section.aim div {
	min-height:calc(100vh - 192px);
	}

section.aim div {
	padding:50px 50% 50px 50px;
	}

section.service div {
	}

section div h3 {
	color:#fff;
	}

section.aim div h3 {
	text-align:justify;
	}

section.aim div p strong,
section.service div p strong,
section.current div p strong {
	color:#fff;
	}

section div p:last-child {
	margin-bottom:0;
	}

section.current div dl {
	max-width:1200px;
	padding:0;
	}

section.current div dl dt {
	text-align:left;
	color:rgba(238,15,115,1);
	}

section.current div dl dd {
	color:#fff;
	}

/* comit */
.comit .boxWrap li {
	flex-direction:row;
	justify-content: flex-start;
	width:47.5%;
	max-width:570px;
	padding:20px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	background-color:rgba(239,88,23,1);
	}

.comit .boxWrap li img {
	max-width:30%;
	}
	
.comit .boxWrap li > span {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	font-size:24px;
	font-size:1.5rem;
	font-weight:600;
	line-height:1.4;
	word-break:break-all;
	}
	
.comit .boxWrap li > span span {
	margin-top:10px;
	font-size:18px;
	font-size:1.125rem;
	}

/* products */
#products section:nth-of-type(even) {
	width:100%;
	padding:50px 0;
	background-color:rgba(245,245,250,1);
	}

#products section div {
	opacity:0;
	transition:opacity 0.5s ease-out 0.2s;
	}

.str #products section div {
	opacity:1;
	}

/* tagResult */
.tagResult {
	margin:0 auto;
	}

/* effect */
#products section:not(:first-of-type) {
	opacity: 0;
	transform: translate(0, 35px);
	transition: transform 0.7s ease-out 0.3s, opacity 0.7s ease-in 0.3s;
	}

#products section.effectF:not(:first-of-type) {
	opacity: 1;
	transform: translate(0, 0);
	}
/* /effect */

.pdcWrap {
	padding:0;
	}

.pdcWrap li {
	display:block;
	width:100%;
	margin-bottom:100px;
	}


.pdcWrap li:last-of-type {
	margin-bottom:0;
	}

.pdcWrap li strong {
	font-size:24px;
	font-size:1.5rem;
	margin-top:0;
	}

/* flex section */
section.flxSct {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:initial;
	width:100%;
	max-width:1800px;
	margin:0 auto 100px auto;
	}

section.flxSct:after {
	content:"";
	display:block;
	width:30%;
	height:0;
	}

section.flxSct a {
	position:relative;
	display:block;
	width:30%;
	height:auto;
	margin:0 0 80px 0;
	padding:0;
	}

section.flxSct a div {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	border:1px solid rgba(204,204,204);
	transition:border 0.5s ease-out;
	}

section.flxSct a:hover div {
	border-color:rgba(204,204,204,1);
	}

section.flxSct a div::before {
	content:"";
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding-top:56.25%;
	padding-top:48.75%;
	}
	
#tech-memorandum section.flxSct a div::before,
#afterpj section.flxSct a div::before{
	background-color:rgba(255,255,255,0.75);
	}

.pdimgWrap {
	position:relative;
	}

.pdimgWrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}

section.flxSct a h3,
section.flxSct a h4 {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:flex-start;
	width:auto;
	margin:20px auto 0 auto;
	padding: 0;
	text-align:left;/*
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";*/
	font-family:"游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ヒラギノ明朝 ProN W6","HGS明朝E","メイリオ",Meiryo,serif;
	font-size:1.5rem;
	line-height:1;
	letter-spacing:0;
	color: rgba(51,51,51,1);
	transition:color 500ms ease-out 300ms;
	}

section.flxSct a:hover h3,
section.flxSct a:hover h4 {
	color: rgba(239,88,23,1);
	}

section.flxSct a h3 span,
section.flxSct a h4 span {
	display:block;
	width:100%;
	margin:0 0 10px 0;
	text-align:left;
	font-size:1rem;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	}

section.flxSct a h3 span.date {
	text-align:center;
	letter-spacing:0;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	}

h2 .date {
	font-size:1rem;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	letter-spacing:0;
	}

/*
section.flxSct a div h3:after {
	content:"";
	display:block;
	width:75%;
	height:0;
	margin:0 0 10px 0;
	border-bottom:1px solid rgba(255,255,255,0);
	transition:500ms ease-out 300ms;
	}

section.flxSct a:hover div h3:after {
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.8);
	}
*/

.ent h2 > span,
#works section.flxSct a h3 > span {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	margin-bottom:0;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	}

.ent h2 > span span,
#works section.flxSct a h3 span span {
	display:inline-block;
	width:auto;
	margin:0 5px 10px 5px;
	padding:5px 10px;
	text-align:center;
	font-size:1rem;
	color:rgba(239, 88, 23, 1);
	color:rgba(51,51,51,1);
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";/*
	white-space:normal;*/
	letter-spacing:0;
	background-color:rgba(239, 88, 23, 0);
	border:1px solid rgba(239, 88, 23, 1);
	border:1px solid rgba(204, 204, 204, 1);
	border-radius:4px;
	transition:background-color .5s ease-out;
	}

.ent h2 > span span,
#works section.flxSct a:hover h3 span span {/*
	color:rgba(255,255,255,1);
	background-color:rgba(239,88,23,1);*/
	}

/* ニュースリリース　*/
#newsRwrap{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	}

#newsRwrap a {
	display:block;
	display:flex;
	width:100%;
	padding:25px 0;
	border-bottom:1px solid rgba(153,153,153,1);
	}

#newsRwrap a:first-of-type {
	border-top:1px solid rgba(153,153,153,1);
	}

#newsRwrap a picture {
	position:relative;
	display:block;
	width:180px;
	margin-right:20px;
	}

#newsRwrap a picture::before {
	content:"";
	display:block;
	width:100%;
	padding-top:56.25%;
	}
#newsRwrap a picture img{
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	transform:translatex(-50%) translatey(-50%);
	object-fit:cover;
	}

.newsR {
	display:flex;
	align-items: flex-start;
	justify-content:center;
	flex-direction:column;
	margin:0;
	font-size:1.25rem;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	line-height:1.4;
	font-weight:300;
	text-align:left;
	color:rgba(102,102,102,1);
	}

a:last-of-type .newsR {
	margin-bottom:0;
	}

.newsR span {
	display:inline-block;/*
	margin-bottom:10px;*/
	font-size:16px;
	font-size:1rem;
	}

#newsRwrap img {
	max-height:160px;
	}

@media screen and (max-width:1023px) {
#newsRwrap a {
	flex-direction:column;
	margin-bottom:20px;
	padding:0;
	}
#newsRwrap a:first-of-type {
	border-top:none;
	}
#newsRwrap a picture {
	width:100%;
	margin:0;
	}
#newsRwrap a picture img{
	width:100%;
	max-height:unset;
	}
#newsRwrap a h3 {
	padding:10px 0 20px 0;
	font-size:1.25rem;
	}
@media screen and (min-width:481px){
	#newsRwrap {
	display:flex;
	flex-wrap:wrap;
	}
#newsRwrap a {
	width:50%;
	}
	}
	}

/* pagenation */
.pagination {
	display:flex;
	align-items:center;
	justify-content:center;
	width:auto;
	margin:0 auto 30px auto;
	}

span.page-numbers,
a.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 40px;
	margin-right: 10px;
	padding: 5px 10px;
	text-align: center;
	font-size: 1rem;
	line-height: 1;
	color: rgba(102,102,102,1);
	border: 1px solid rgba(204,204,204,1);
	transition:color .5s ease-out,border .5s ease-out;
	}

a.page-numbers:hover {
	color:rgba(239,88,23,1);
	border:1px solid rgba(239,88,23,1);
	}

span.current {
	color:rgba(255,255,255,1);
	background-color:rgba(239,88,23,1);
	}

/* single pagenation */
a.pageLink {
	position:fixed;
	top:50%;
	left:0;
	display:flex;
	align-items:center;
	justify-content:space-around;
	width:200px;
	padding:5px;
	font-size:1rem;
	color:rgba(255,255,255,1);
	text-align:left;
	word-break:break-word;
	background-color:rgba(0,0,0,.35);
	border:1px solid rgba(0,0,0,.65);
	transform:translatey(-50%);
	}

a.pageLink.next-link {
	left:unset;
	right:0;
	}

a.pageLink::before {
	content:"";
	display:block;
	width:10px;
	height:10px;
	margin-right:10px;
	padding:5px;
	border-top:1px solid rgba(255,255,255,1);
	border-left:1px solid rgba(255,255,255,1);
	transform:rotate(-45deg);
	transform-origin:center center;
	}
	
a.pageLink.next-link::before {
	display:none;
	}
	
a.pageLink.next-link::after {
	content:"";
	display:block;
	width:10px;
	height:10px;
	margin-left:10px;
	padding:5px;
	border-top:1px solid rgba(255,255,255,1);
	border-left:1px solid rgba(255,255,255,1);
	transform:rotate(135deg);
	transform-origin:center center;
	}

/* contact form */
#contact {
	display:block;
	width:100%;
	margin:0 auto 50px auto;
	padding:50px 0 0 0;
	text-align:center;
	background-color:rgba(255,255,255,1);
	}

#contact .hdng {
	background-color:rgba(255,255,255,1);
	}

#contact .formwrap {
	padding-top:50vh;
	background-image:url(https://steamer-lane-studio.com/images/ti_12.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center top;
	}

#contact .formwrap form#mailformpro {
	padding:50px 0 0 0;
	background-color:rgba(255,255,255,1);
	}

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

#contact section {
	width:90%;
	max-width:1200px;
	}

#contact form#mailformpro section input,
#contact form#mailformpro section select,
#contact form#mailformpro section span,
#contact form#mailformpro section textarea,
#contact form#mailformpro section div.mfr_err
	{
	height:42px;
	padding:1px 10px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	font-size:1rem;
	-webkit-appearance: none;
	appearance: none;
	}

#contact form#mailformpro section input[type="radio"] ,
#contact form#mailformpro section input[type="checkbox"]{
	width:unset;
	height:unset;
	padding:unset;
	border:none;
	border-radius:none;
	appearance: auto;
	pointer-events: auto;
	}

.inquire {
	width:0;
	height:0;
	overflow:hidden;
	}

#contact form#mailformpro section label.production.mfp_checked + label + label + label + label + .inquire, 
#contact form#mailformpro section label.seo.mfp_checked + label + label + label + .inquire + .inquire, 
#contact form#mailformpro section label.meo.mfp_checked + label + label + .inquire + .inquire + .inquire, 
#contact form#mailformpro section label.promo.mfp_checked + label + .inquire + .inquire  + .inquire + .inquire {
	width:100%;
	height:auto;
	padding:5px;
	border:1px solid rgba(0,0,0,.35)
	}

#contact form#mailformpro section textarea {
	height:auto;
	min-height:42px;
	}

#contact form#mailformpro section input::placeholder,
#contact form#mailformpro section select::placeholder,
#contact form#mailformpro section textarea.formtext::placeholder
	{
	color:rgba(153,153,153,1);
	}

#contact form#mailformpro section input:focus::placeholder,
#contact form#mailformpro section textarea:focus::placeholder,
-webkit-#contact form#mailformpro section textarea:focus::placeholder
	{
	color: transparent;
	}
	
#contact form#mailformpro section label {
	font-size:1rem;
	white-space: normal;
	}

#mailformpro section {
	display:flex;
	flex-wrap:wrap;
	width:90%;
	max-width:1200px;
	margin:0 auto 10px auto;
	text-align:left;
	background-color:rgba(255,255,255,1);
	}

#mailformpro section:first-of-type {
	margin:0 auto 100px auto;
	}

#mailformpro section h3 {
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	background-color:#fff;
	text-align:center;
	}
 
.formtext-half {
	display:block;
	width:50%;
	padding:0 10px;
	font-size:16px;
	font-size:1rem;
	line-height:1.8;
	color:rgba(51,51,51,1);
	background-color:rgba(255,255,255,1);
	border:1px solid rgba(153,153,153,1);
	}

.formtext {
	display:block;
	width:100%!important;
	padding:0 10px;
	font-size:16px;
	font-size:1rem;
	line-height:1.8;
	color:rgba(51,51,51,1);
	background-color:rgba(255,255,255,1);
	border:1px solid rgba(153,153,153,1);
	}

.formtext-qtr {
	display:block;
	width:25%;
	padding:0 10px;
	font-size:16px;
	font-size:1rem;
	line-height:1.8;
	color:rgba(51,51,51,1);
	background-color:rgba(255,255,255,1);
	border:1px solid rgba(153,153,153,1);
	}

.formtext-3qtr {
	display:block;
	width:75%;
	padding:0 10px;
	font-size:16px;
	font-size:1rem;
	line-height:1.8;
	color:rgba(51,51,51,1);
	background-color:rgba(255,255,255,1);
	border:1px solid rgba(153,153,153,1);
	}

#mailformpro .selectWrap {
	position:relative;
	display:block;
	width:25%;
	margin:0;
	padding:0;
	}

.selectWrap::before {
	content:"";
	position:absolute;
	top:12.5px;
	right:0.5rem;
	display:block;
	justify-content:center;
	align-items:center;
	width:10px;
	height:10px;
	transform: rotate(135deg);
	border-top: 2px solid rgba(153,153,153,1);
	border-right: 2px solid rgba(153,153,153,1);
	z-index:1;
	pointer-events: none;
	}

select 	{
	min-width:100%;
	padding:2px 10px;
	font-size:16px;
	font-size:1rem;
	line-height:1.8;
	color:rgba(51,51,51,1);
	background-color:rgba(255,255,255,1);
	border:1px solid rgba(153,153,153,1);
	}

#contact form#mailformpro section select .opt-fst {
	color:rgba(153,153,153,1);
	}
	
#mailformpro span.zipcode {
	display:block;
	width:75%;
	padding:0 10px;
	font-size:16px;
	font-size:1rem;
	color:rgba(51,51,51,1);
	line-height:2;
	border:1px solid rgba(153,153,153,1);
	}

body .form-btn,
body a.form-btn {
	display: inline-flex;
	align-items:center;
	width: auto;
	height: 46px;
	margin: 20px 5px 50px 5px;
	padding:0 20px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
	color: rgba(239,88,23,1);
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(239,88,23,1);
	border-radius: 23px;
	outline:none;
	transition: color .5s ease-out,background-color .5s ease-out;
	}

.form-btn:hover {
	color:rgba(255,255,255,1);
	background-color:rgba(239,88,23,1);
	cursor:pointer;
	}

.str #mfp_overlay_inner h4 {
	text-align:center;
	}

.mfp_buttons .mfp_element_button {
	display: block;
	width: 120px;
	height: 46px;
	margin: 20px auto 0 auto;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 46px;
	color: rgba(239,88,23,1);
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(239,88,23,1);
	border-radius: 23px;
	outline:none;
	transition: color .5s ease-out,background-color .5s ease-out;
	}

.mfp_buttons .mfp_element_button:hover {
	color:rgba(255,255,255,1);
	background-color: rgba(239,88,23,1);	
	cursor:pointer;
	}

.mfp_buttons #mfp_button_send {
	font-size:0;
	}

.mfp_buttons #mfp_button_send:before {
	content:"送信";
	font-size:20px;
	font-size:1.25rem;
	line-height:46px;
	}

.mfp_buttons #mfp_button_cancel {
	font-size:0;
	}

.mfp_buttons #mfp_button_cancel:before {
	content:"修正";
	font-size:20px;
	font-size:1.25rem;
	line-height:46px;
	}

#contact #mfp_warning {
	font-size:16px;
	font-size:1rem;
	}

#contact .mfp_err {
	background-image:none;
	padding:3px 0px 5px 0;
	}

.str table#mfp_confirm_table tr.mfp_colored {
	background-color:rgba(255,255,255,1);
	}

.str table#mfp_confirm_table tr th {
	color:rgba(255,255,255,1);
	background-color:rgba(37,55,128,1);
	}

.str table#mfp_confirm_table tr th, .str table#mfp_confirm_table tr td {
	font-size:16px;
	font-size:1rem;
	}

@media screen and (min-width:320px) and (max-width:1023px) {
/* BODY WRAPPER
-----------------------------------*/ 
body {
	-webkit-text-size-adjust: 100%;
	}

#wrapper {
	height:100%;
	z-index:0;
	}

/* TYPOGRAPHY
-----------------------------------*/
h1 {
	font-size:12px;
	font-size:0.75rem;
	}

h2 {
	padding:0 2%;
	font-size:20px;
	font-size:1.25rem;
	letter-spacing:1px;
	line-height:1.4;
	}

.hdng {
	margin:0 0 30px 0;
	font-size:32px;
	font-size:2rem;
	letter-spacing:4px;
	letter-spacing:0.25rem;
	line-height:1;
	text-align:center;
	}

.hdng span {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	font-size:14px;
	font-size:0.88rem;
	letter-spacing:0.065rem;
	line-height:1.4;
	text-align:justify;
	}

.ent h2 {
	line-height:1;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	word-wrap: break-word;
	}

.ent h2.hdng {
	padding:0;
	text-align:left;
	font-size:1.5rem;
	}

article.ent.service h2.hdng, article.ent.products h2.hdng, article.ent.works h2.hdng {
	padding:0;
	font-size:2rem;
	letter-spacing:0.125rem;
	}

article.ent h2.hdng:before {
	font-size:2rem;
	font-weight:600;
	letter-spacing:0;
	}

.ent h2 span {
	margin-top:10px;
	font-size:1rem;
	}
	
article.ent h2.hdng span.ab {
	font-size:2rem;
	}

h3 {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	margin:0 0 30px 0;
	padding:0;
	font-size:24px;
	font-size:1.5rem;
	letter-spacing:0.125rem;
	line-height:1.4;
	text-align:justify;
	}

p + h3,
ul + h3,
ol + h3,
dl + h3,
table +h3,
nav + h3 {
	margin-top:50px;
	}

h4 {
	margin:0 0 20px 0;
	letter-spacing:0;
	line-height:1.4;
	text-align:left;
	}

p + h4,
ul + h4,
ol + h4,
di + h4,
table + h4 {
	margin-top:20px;
	}

p {
	}

strong {
	margin:15px 0;
	line-height:1.4;
	}
b {
	}
ul {
	padding:0 0 0 20px;
	}

.ent ul {
	}

li {
	margin:0 0 10px 0;
	text-align:left;
	}

li:last-child {
	margin:0;
	}

section div ul {
	margin:0 0 20px 0;
	padding:0 0 0 20px;
	text-indent:0px;
	list-style-position:inside;
	border:none;
	}

section div ul li {
	color:rgba(51,51,51,1);
	}

ul.borderIn {
	padding:0 0 0 20px;
	border:none;
	}

ul.boxWrap {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:space-around;
	list-style:none;
	padding:0;
	}

ul.boxWrap li {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
	width:calc(50% - 5px);
	max-width:100%;
	margin:0 5px 20px 0;
	color:rgba(51,51,51,1);
	}

ul.boxWrap li:nth-of-type(even) {
	margin:0 0 20px 5px;
	}

ul.boxWrap li:nth-of-type(odd):last-of-type {/*
	display:block;*/
	width:100%;
	margin:0;
	}

.boxWrap li img {
	width: 75%;
	height: auto;
	margin-bottom:10px;
	filter: invert(0) sepia(0.61) saturate(0) hue-rotate(229deg) brightness(1.07) contrast(1.01);
	}

ul.boxWrap li:nth-of-type(odd):last-of-type img {/*
	float:right;
	width:36%;*/
	}
	
.boxWrap.list li img {
	filter:none;
	}
	
.flexul {
	padding:0;
	}
	
.flexul li {
	flex-direction:column;
	align-items:flex-start;
	}

dl {
	margin-bottom:30px;
	}

dt {
	margin-bottom:10px;
	text-align:left;
	font-size:16px;
	font-size:1rem;
	}

dd {
	margin:0 0 30px 0;
	text-align:left;
	}

dd:last-child {
	margin:0;
	}

table {
	}

tr {
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	}

td {
	text-align:center;
	vertical-align:middle;
	}

/* IMG OBJECT
-----------------------------------*/
.alignright {
	float:none;
	width:100%;
	margin:0 auto 20px auto;
	}

.alignleft {
	float:none;
	width:100%;
	margin:0 auto 20px auto;
	}

@media screen and (orientation: landscape) {
.alignright {
	float:right;
	margin:0 0 20px 20px;
	}

.alignleft {
	float:left;
	margin:0 20px 20px 0;
	}
}

.alignnone {
	margin:0 auto 20px auto;
	}

article section img {
	max-width:100%;
	height:auto;
	}

.ent img {
	min-width:100%;
	max-width:100%;
	}

@media screen and (orientation: landscape){
.ent img {
	min-width:unset;
	}
.ent img.alignright,
.ent img.alignleft,
.ent span.alignright,
.ent span.alignleft {
	min-width:unset;
	max-width:calc(50% - 20px);
	}

.alignright {
	float:right;
	max-width:50%;
	margin:0 0 20px 20px;
	}

.alignleft {
	float:left;
	max-width:50%;
	margin:0 20px 20px 0;
	}
}

p img.lMark {
	width:50%;
	}

/* HEADER
-----------------------------------*/
header {
	display:flex;
	width:100%;
	height:50px;
	padding:0;
	background-color:rgba(253,253,255,0.9);
	border-bottom:1px solid rgba(0,0,0,0.5);
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
	z-index:2;
	}

body.home header {
	background-color:rgba(253,253,255,0);
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%,rgba(0,0,0,0.3) 60%, rgba(0, 0, 0, 0) 100%);
	border-bottom:none;
	transition:background-color 0.5s ease-out,border-bottom 0.5s ease-out;
	}

.home header.mainIn {
	background-color:rgba(253,253,255,0);
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0,0,0,0) 50%, rgba(0, 0, 0, 0) 100%);
	border-bottom:1px solid rgba(0,0,0,0.9);
	}

.slide-wrap {
	position:relative;
	width:100%;
	height:100%;
	min-height:auto;
	z-index:1;
	}

.navTrigger {
	position:absolute;
	top:0;
	right:0;
	display:block;
	padding:0;
	background-color:transparent;
	z-index:-9999;
	visibility:hidden;
	}

.navTrigger ~ label {
	position:absolute;
	top:0;
	right:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;/*
	background-color:rgba(255,255,255,1);*/
	z-index:6;
	}

.slide-button {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:space-around;
	width:33px;
	height:33px;
	background-color:transparent;
	outline:none;
	transition:transform 0.5s ease-out;
	}

.slide-button span {
	width:6px;
	height:6px;
	background-color:rgba(0,0,0,0.75);
	border-radius:100%;
	}

.home .slide-button span {
	background-color:rgba(255,255,255,0.9);
	transition:background-color 0.5s ease-out;
	}

.home .mainIn .slide-button span {
	background-color:rgba(0,0,0,0.9);
	}

input#Trigger:checked ~ label .slide-button {
	transform:rotate(-90deg);
	}

.logo-box {
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	width:100%;
	height:50px;
	min-height:auto;
	padding:5px 0 0 10px;
	text-align:center;
	background-color:rgba(255,255,255,0.9);
	transition:background-color 0.5s ease-out;
	z-index:5;
	}

.home .logo-box {
	background-color:rgba(255,255,255,0.0);
	}

.home .mainIn .logo-box {
	background-color:rgba(255,255,255,0.9);
	}

.logo-box a img {
	width:auto;
	height:34px;
	}

.home .logo-box a img {
	filter:invert(1) sepia(0.61) saturate(0) hue-rotate(229deg) brightness(1.07) contrast(1.01);
	transition:filter 0.5s ease-out;
	}

.home .mainIn .logo-box img {
	filter:invert(0);
	}

.nav-grp {
	position:fixed;
	top:0;
	left:-100%;
	float:none;
	flex-direction:column;
	justify-content: flex-start;
	width:0;
	height:100vh;
	padding:75px 0 0 0;
	background:linear-gradient(to bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.75) 15%,rgba(0,0,0,0.75) 100%);
	overflow: hidden;
	transition:width 0.5s ease-out;
	}

input#Trigger:checked + label + .nav-grp {
	left:0;
	width:100%;
	overflow: auto;
	overflow-y: scroll;
	}

input#Trigger:not(:checked) + label + .nav-grp {
	left:-85%;
	width:0;
	overflow: hidden;
	transition:width 0.5s ease-out 0.3s,left 0s 0.8s ;
	}

#bcNav {
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:flex-start;
	flex-wrap:wrap;
	width:100%;
	height:auto;
	padding:10px 2%;
	margin:0 0 20px 0;/*
	color:rgba(255,255,255,1);*//*
	white-space:nowrap;*/
	opacity:1;
	transition:opacity 0.3s ease-out 0.5s;
	}

#bcNav a {/*
	color:rgba(255,255,255,1);*/
	white-space:pre-wrap;
	}

#bcNav a span {
	}

#bcNav h1 {/*
	color:rgba(255,255,255,1);*/
	white-space:pre-wrap;
	}

.home .mainIn #bcNav a,
.home .mainIn #bcNav h1,
.home .mainIn #bcNav h1 a {/*
	color:rgba(255,255,255,1);*/
	}

nav.global-nav {
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	width:100%;
	height:auto;
	opacity:0;
	transition:opacity 0.3s ease-out;
	}

input#Trigger:checked ~ .nav-grp #bcNav,
input#Trigger:checked ~ .nav-grp nav.global-nav {
	animation: fade 0.7s ease-out 0.7s;
	animation-fill-mode: forwards;
	overflow:visible;
	}

input#Trigger:not(:checked) ~ .nav-grp #bcNav,
input#Trigger:not(:checked) ~ .nav-grp nav.global-nav {
	opacity:0;
	animation:refade 0.3s ease-out;/*
	animation-fill-mode:forwards;*/
	}

@keyframes fade {
	0% { opacity:0;}
	50% { opacity:0.5; }
	100% { opacity:1;}
	}

@keyframes refade {
	0% { opacity:1;}
	50% { opacity:0.5; }
	100% { opacity:0;}
	}

@media screen and (orientation: landscape){
nav.global-nav {/*
	flex-direction:row;*/
	}
}

.nav-grp nav.global-nav > a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:auto;
	padding:15px 5px;
	font-size:24px;
	font-size:1.5rem;
	font-family: 'Oswald', sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
	font-weight:300;
	line-height:1.4;
	color:rgba(255,255,255,1);
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,.35);
	}

.nav-grp nav.global-nav > a:first-of-type {
	border-top:1px solid  rgba(255,255,255,.35);
	}

.home .mainIn nav.global-nav > a {
	color:rgba(255,255,255,1);
	}

@media screen and (orientation: landscape) {
.nav-grp nav.global-nav > a {/*
	width:50%;*/
	}
.nav-grp nav.global-nav > a:nth-of-type(2) {
	border-top:1px solid  rgba(255,255,255,.35);
	}
}

.nav-grp nav.global-nav > a:after {
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-top:2px solid rgba(255,255,255,1);
	border-right:2px solid rgba(255,255,255,1);
	margin-left:16px;
	transform:rotate(45deg);
	}

/* FOOTER
-----------------------------------*/
footer {
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	height:auto;
	padding:20px 0;
	}

footer div {
	flex-direction:column-reverse;
	width:100%;
	padding:30px 1.5%;
	}

footer div img {
	max-width:50%;
	}

.footerAdsWrap {
	width:100%;
	}

@media screen and (orientation: landscape) {
footer div img {
	max-width:35%;
	}
}

footer div p {
	padding:0 5%;
	}

nav.ft-nav {
	float:none;
	display:block;
	width:100%;
	}

#top-nav {/*
	width:50px;
	height:50px;*/
	}

#top-nav a::after {/*
	content:"";
	display:block;
	width:40%;
	height:40%;
	margin-top:25%;
	border-top:2px solid rgba(255,255,255,1);
	border-right:2px solid rgba(255,255,255,1);
	transform:rotate(-45deg);*/
	}

/* MAIN
-----------------------------------*/
main {
	display:block;
	width:100%;
	padding-bottom:0;
	}

body.home #wrapper main:before {
	position: relative;
	height:calc(160vw - 50px);
	padding-top:0;
	background-size:cover;
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment: scroll;
	}

@media screen and (orientation: landscape) {
body.home #wrapper main:before {
	background-size: 100% auto;
	background-position: top center;
	}
}

/* CS use */
@media screen and (orientation: landscape) {
body.home #wrapper:before,
#CSwrap,
.CSimgWrap {
	max-height:100vh;
	}
}
/*
#CSwrap {
	position:absolute;
	}
*/
@media screen and (orientation: landscape) {
.CSimgWrap:before {
	background-size:cover;
	}
}

#CSwrap:after {
	position: absolute;
	top:45%;
	width:100%;
	height:auto;
	padding: 0 18%;
	font-size: 27.2px;
	font-size:1.7rem;
	font-size:8.5vw;
	line-height:1.2;
	text-align:justify;
	letter-spacing:2px;
	letter-spacing:0.125rem;
	letter-spacing:0.625vw;
	font-weight:600;/*
	color:rgba(255,255,255,1);*/
   	filter: saturate(200%);
	}

@media screen and (orientation: landscape) {
#CSwrap:after {
	top:55vh;
	width:100%;
	padding:0 0 0 1%;
	font-size:28px;
	font-size:1.75rem;
	font-size:4.92vw;
	}
}

/* contents */
body.home main #contents {
	width:100%;
	margin:0;
	padding: 0;
	}

article {
	display:block;
	margin:0;
	padding:0;
	background-color:rgba(255,255,255,1);
	}

article:first-of-type {
	padding:30px 0 0 0;
	}

body.home article:first-of-type {
	padding-top:50px;
	}

body.home main #contents article#whoWA,
body.home main #contents article#concept,
body.home main #contents article#works,
body.home main #contents article#contact {
	display:block;
	}

article.ent {
	width:100%;
	margin-bottom:100px;
	padding:30px .5% 0 .5%;
	}

section {
	margin:0 0 50px 0;
	}

section.base div {
	padding:0 .5%;
	}

/* check form */
section.base div.checkForm {
	padding:0 .5%;
	}

/* who we are */
#whoWA {
	padding:50px 0 0 0;
	margin:0 0 0 0;
	background-size: contain;
	background-image:url(https://steamer-lane-studio.com/images/ti_06-2-1200x800.jpg);
	background-position: center calc(100px + 2rem);
	background-attachment:scroll;
	}

#whoWA .hdng {
	margin:0;
	margin-bottom:calc(66.7vw + 30px);
	padding: 0;
	background-color:rgba(255,255,255,0);
	}

#whoWA > div {
	display:block;
	margin:0 0 50px 0;
	padding: 0;
	height:auto;
	background-color:rgba(0,0,0,0);
	border-bottom:none;
	}

#whoWA > div:first-of-type {
	padding-top:20px;
	border-top:none;
	}

#whoWA > div:last-of-type {
	margin:0;
	}

#whoWA .overview {
	flex-direction:column;
	}

#whoWA div h3,
#whoWA div.overview h3 {
	width:100%;
	margin:0 0 30px 0;
	padding:0 .5%;
	font-size:24px;
	font-size:1.5rem;
	color:#fff;
	line-height:1.3;
	border:none;
	background:none;
	color:rgba(102,102,102,1);
	}

#whoWA > div:nth-of-type(2) h3 {
	background:none;
	}

#whoWA > div {
	display:block;
	width:100%;
	padding:0 .5% 10px .5%;
	}

#whoWA > div div {
	width:100%;
	padding:0;
	background-color:transparent;
	}

#whoWA  div p {
	color:rgba(51,51,51,1);
	letter-spacing:0;
	}

#whoWA  div p, #whoWA  div p a {
	color:rgba(51,51,51,1);
	}

#whoWA  div p img {
	max-width:50%;
	}

#whoWA .overview div h4 {
	color:rgba(51,51,51,1);
	text-align:center;
	}

#whoWA .overview div p span img {
	filter:invert(0.75);
	}
	
#whoWA ul {
	margin:0;/*
	padding:0;*/
	}

#whoWA ul li {
	color:rgba(51,51,51,1);	
	}

@media screen and (max-width:767px) {
#whoWA ul li {/*
	list-style:none;*/
	position:relative;
	display:block;
	width:50%;
	width:100%;
	margin:0 0 10px 0;
	}

#whoWA ul.boxWrap.list li {
	width:50%;
	}

#whoWA ul li:nth-of-type(odd):last-of-type {
	width:100%;
	}
	}

#whoWA .overview div:not(:last-of-type) {
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	}

#whoWA ul:not(.boxWrap) li::before {
	position:absolute;
	top:50%;
	left:-15px;
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-radius:10px;
	background-color:rgba(102,102,102,1);
	transform:translatex(-50%);
	} 

#whoWA ul li a {
	display:block;
	width:100%;
	}

/* contents */
#contents article section > div {
	width:100%;
	padding:0 .5% 10px .5%;
	}

/* commonBlock */
#commonBlock {
	flex-direction:column;
	width:100%;
	}

@media screen and (orientation: landscape) {
#commonBlock {
	flex-direction:row;
	}
}

#commonBlock a,
#commonBlock a:nth-of-type(2n),
#commonBlock > section,
#commonBlock > section:nth-of-type(2n) {
	width:100%;
	margin:0 0 10px 0;
	}

#commonBlock a.contentsNav_concept {
	background-image:url(/images/2024_01s-480x320.png);
	}

#commonBlock a.contentsNav_service {
	background-image:url(/images/2020_06-480x320.png);
	}

@media screen and (orientation: landscape) {
#commonBlock a section {
	padding:.5%;
	}
}

#commonBlock a section,
#commonBlock > section {
	padding:2.5% 5%;
	}

@media screen and (orientation: landscape) {
#commonBlock a,
#commonBlock a:nth-of-type(2n) {
	width:calc(50% - 3px);
	margin:0 3px 6px 0;
	}

#commonBlock a:nth-of-type(2n) {
	margin:0 0 6px 3px;
	}
}

@media screen and (orientation: landscape) and (max-width: 666px) {
#commonBlock a,
#commonBlock a:nth-of-type(2n) {
	width:100%;
	margin:0 0 3px 0;
	}
#commonBlock a::before {
	padding-top:calc(56.25% - 50px);
	}
#commonBlock a.contentsNav_works::before {
	background-position:bottom center;
	}
#commonBlock a section {
	padding:3%;
	}
}

#commonBlock a section h3 {
	margin-bottom:5px;
	line-height:1.2;
	}

#commonBlock a section p {
	font-size:16px;
	font-size:1rem;
	line-height:1.4;
	font-weight:600;
	}

#commonBlock a section p span {
	margin-top:5px;
	}

#commonBlock section .commonBlockinbox {
	padding:0;
	}

#commonBlock section .commonBlockinbox div {
	margin-left:5px;
	padding:0;
	}

#commonBlock section .commonBlockinbox div h4 {
	margin:0 0 0.375rem 0;
	line-height:1.2;
	font-size:16px;
	font-size:1rem;
	}

#commonBlock section .commonBlockinbox div h4:last-of-type {
	margin:0;
	}

#commonBlock section .commonBlockinbox h4 span {
	font-size:12px;
	font-size:0.75rem;
	}

nav a.lMore {
	display:inline-block;/*
	margin-bottom:50px;*/
	}

/* concept service */
section.aim,
section.service,
section.current {
	margin:0 0 50px 0;
	padding:0 0 0 0;
	padding-top:calc(66.7% + 20px);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center top;
	border:none;
	}

section.service {
	background-image: url(https://steamer-lane-studio.com/images/2020_06.png);
	filter: grayscale(0);
	}

section:first-child:last-child {
	margin:0;
	}
	
section.aim::before,
section.service::before,
section.current::before {
	display:none;
	}

section.aim div,
section.service div,
section.current div {
	position:relative;
	top:0;
	left:0;
	bottom:0;
	min-height:unset;
	padding:10px .5%;
	background-color:transparent;
	}

section.aim div h3,
section.service div h3,
section.base.service div h3,
section.current div h3 {
	color:rgba(102,102,102,1);
	}

section.aim div p,
section.service div p,
section.current div p,
section.aim div p a,
section.service div p a,
section.current div p a  {
	color:rgba(51,51,51,1);
	}

section.aim div {
	padding:10px 2%;
	}

section div h3 {
	margin:0 0 30px 0;
	}

section.current div dl dd {
	color:rgba(51,51,51,1);
	}

section div p,
section div p a {
	color:rgba(51,51,51,1);
	}

section div p:last-child {
	margin:0;
	}

section.aim div p strong,
section.service div p strong,
section.current div p strong {
	margin:15px 0;
	color:rgba(51,51,51,1);
	}

#concept section div dl dd {
	color:rgba(51,51,51,1);
	}

.service .boxWrap li img {
	filter: invert(15%) sepia(100%) saturate(7000%) hue-rotate(207deg) brightness(100%) contrast(105%);
	}

.service .boxWrap li:nth-of-type(3n) img {
	filter: invert(15%) sepia(100%) saturate(7000%) hue-rotate(290deg) brightness(100%) contrast(105%);
	}
	
/* comit */

.comit ul.boxWrap li {
	flex-direction:column;
	width:100%;
	max-width:100%;
	margin:0 auto 20px auto;
	color:rgba(255,255,255,1);
	}

@media screen and (orientation: landscape) {
.comit ul.boxWrap {
	align-items:initial;
	justify-content:space-between;
	}	
.comit ul.boxWrap li {
	align-items:initial;
	justify-content:flex-start;
	width:48.5%;
	}
}
	
.comit ul.boxWrap li:nth-of-type(odd):last-of-type {
	display:flex;
	}

.comit ul.boxWrap li img {
	max-width:50%;
	filter:invert(1) sepia(0.61) saturate(0) hue-rotate(229deg) brightness(1.07) contrast(1.01);
	}

/* products */
#products section {
	width:100%;
	margin-bottom:50px;
	}

#products section:last-of-type {
	margin-bottom:0;
	}

#products section:nth-of-type(even) {
	padding:30px 0;
	}

.pdcWrap li {
	margin-bottom:50px;
	}

@media screen and (orientation: landscape) {
.pdcWrap li {
	flex-direction:row-reverse;
	margin-bottom:50px;
	}
}

.pdcWrap li strong {
	font-size:20px;
	font-size:1.25rem;
	}

@media screen and (orientation: landscape) {
.pdcWrap li strong {/*
	max-width:50%;*/
	margin-top:5px;
	}
}

/* flex srction */
section.flxSct {
	justify-content:space-around;
	width:100%;
	max-width:unset;
	margin-bottom:50px;
	}

section.flxSct:after {
    width: 50%;
    height: 0;
	}

section.flxSct h3 {
	padding:0 2%;
	}

section.flxSct a {
	width:100%;
	margin-bottom:40px;
	}

section.flxSct a:nth-of-type(even) {
	margin-bottom:0;
	padding-bottom:40px;
	background-image:repeating-linear-gradient(45deg, transparent, rgba(0,0,0,.05) 1px, transparent 0, transparent 3px), repeating-linear-gradient(-45deg, transparent, rgba(0,0,0,.05) 1px, transparent 0, transparent 3px);
	}
	
section.flxSct a:last-of-type {/*
	margin-bottom:0;*/
	}

@media screen and (orientation: landscape) {
section.flxSct a,
section.flxSct a:nth-of-type(even) {
	width:50%;
	margin-bottom:40px;
	padding-bottom:0;
	background-image:none;
	}
}

section.flxSct a div {
	align-items: flex-end;
	padding-bottom: 15%;
	border:none;
	border:1px solid rgba(204,204,204);
	}

section.flxSct a div::before {/*
	background-color:rgba(0,0,0,0.35);
	transition:background-color 500ms linear,border 500ms ease-out 200ms;
	border:1px solid rgba(0,0,0,0);*/
	}

section.flxSct a h3,
section.flxSct a h4 {
	margin:10px auto 0 auto;
	padding:0 .5%;
	font-size:20px;
	font-size:1.25rem;
	line-height:1.4;
	letter-spacing:0;
	transition:color 500ms ease-out 300ms;
	}

section.flxSct a div h3::after {
	display:none;
	}

/* pagination single */
a.pageLink {
	position:absolute;
	top:unset;
	bottom:0;
	max-width:150px;
	transform:translatey(0);
	}

/* contact form */
#contact {
	padding:30px 0 0 0;
	}

#contact .formwrap {
	padding-top:36vw;
	}

#contact .formwrap form#mailformpro {
	padding:10px 0 0 0;
	} 

#contact form#mailformpro section input,
#contact form#mailformpro section select,
#contact form#mailformpro section span,
#contact form#mailformpro section textarea,
#contact form#mailformpro section div.mfr_err
	{
	border-radius:0;
	}
	
#contact form#mailformpro section span {
	float:right;
	font-size:0;
	}

#contact form#mailformpro section span a {
	display:block;
	width:100%;
	height:100%;
	font-size:14px;
	font-size:0.88rem;
	}

#mailformpro section {
	display:block;
	width:100%;
	max-width:unset;
	}

#mailformpro section:first-of-type {
	margin:0 auto 50px auto;
	}

#mailformpro section h3 {
	display:flex;
	justify-content:center;
	background-color:#fff;
	padding:0 5%;
	text-align:justify;
	font-size:16px;
	font-size:1rem;
	}

html body #contact .formwrap form#mailformpro section.base div .inquire {
	border:none!important;
	}

.formtext-half {
	width:100%;
	line-height:2;
	color:rgba(51,51,51,1);
	background-color:rgba(255,255,255,1);
	}

#mailformpro section .formtext {
	display:block;
	width:100%;
	font-size:12px;
	font-size:0.75rem;
	border:1px solid rgba(153,153,153,1);
	}

.formtext-qtr {
	width:50%;
	border:1px solid rgba(153,153,153,1);
	}

.formtext-3qtr {
	width:100%;
	border:1px solid rgba(153,153,153,1);
	}

#mailformpro .selectWrap {
	float:none;
	width:100%;
	}

#mailformpro .selectWrap.det {
	width:100%;
	}

@media screen and (orientation: landscape) {
#mailformpro .selectWrap.det {
	width:50%;
	}
}

select 	{
	line-height:1;
	border:1px solid rgba(153,153,153,1);
	}

#mailformpro span.zipcode {
	width:50%;
	font-size:14px;
	font-size:0.88rem;
	color:rgba(51,51,51,1);
	line-height:2;
	border:1px solid rgba(153,153,153,1);
	}
/*
.form-btn {
	display: block;
	width: 120px;
	height: 46px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 46px;
	border-radius: 23px;
	}
*/
body div#mfp_overlay {
	}

body div#mfp_overlay div#mfp_overlay_inner {
	width:100%;
	padding:0;
	border-radius:0;
	}

body div#mfp_overlay div#mfp_overlay_inner h4 {
	text-align:center;
	}

body div#mfp_overlay div#mfp_overlay_inner table#mfp_confirm_table {
	display:block;
	width:100%;
	}

body div#mfp_overlay div#mfp_overlay_inner table#mfp_confirm_table tbody {
	display:block;
	width:100%;
	}

body div#mfp_overlay div#mfp_overlay_inner table#mfp_confirm_table tr {
	display:flex;
	flex-direction:column;
	background-color:rgba(255,255,255,1);
	}

body div#mfp_overlay div#mfp_overlay_inner table#mfp_confirm_table tbody tr th {
	width:100%;
	font-size:16px;
	font-size:1rem;
	}

body div#mfp_overlay div#mfp_overlay_inner table#mfp_confirm_table tbody tr td {
	width:100%;
	font-size:16px;
	font-size:1rem;
	}
/*
.mfp_buttons .mfp_element_button {
	display: block;
	width: 120px;
	height: 46px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 46px;
	border-radius: 23px;
	}
*/
.mfp_buttons #mfp_button_send:before {
	font-size:14px;
	font-size:0.88rem;
	line-height:46px;
	}

.mfp_buttons #mfp_button_cancel:before {
	font-size:14px;
	font-size:0.88rem;
	line-height:46px;
	}

#contact #mfp_warning {
	font-size:14px;
	font-size:0.88rem;
	}
}

@media screen and (min-width: 768px) and (max-width:1023px) {
body.home #wrapper:before {
	padding:33vw 40% 0 2.5%;
	font-size:5vw;
	}

.ent img {
	min-width:50%;
	max-width:100%;
	}

.ent img.alignright,
.ent img.alignleft {
	max-width:calc(50% - 20px);
	}

.ent img.alignright {
	float:right;
	margin:0 0 20px 20px;
	}

.ent img.alignleft {
	float:left;
	margin:0 20px 20px 0;
	}

@media screen and (orientation: landscape) {
.CSimgWrap:before {
	background-size: cover;
	}

section.flxSct a {
	width:33.33%;
	}
}
}