/*==================================================================================
	共通
===================================================================================*/
#contents {
	margin-top: 50px;
	width: 100%;
}
h2 {
	font-size: 1em;
	letter-spacing: 3px;
}
/*navlogo左に余白*/
#mobile-head h1.logo {
	margin-left: 15px;
	position: relative;
	top: 16px;
}
/*文字選択背景色*/
::selection {
	background: #CCCCCC; /* Safari */
}

::-moz-selection {
	background: #CCCCCC; /* Firefox */
}
/***タイトル***/
.slash-1 {
  height: 5px;
  background-image: linear-gradient(45deg,
    hsla(0, 0%, 5%, 0),
    hsla(0, 0%, 5%, 0) 33.33%,
    hsla(0, 0%, 50%, 1) 33.33%,
    hsla(0, 0%, 50%, 1) 66.67%,
    hsla(0, 0%, 5%, 0) 66.67%,
    hsla(0, 0%, 5%, 0) 100%);
  background-size: 5px 100%;
  width: 95%;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 0px;
}
.slash-2 {
  height: 5px;
  background-image: linear-gradient(45deg,
    hsla(0, 0%, 5%, 0),
    hsla(0, 0%, 5%, 0) 33.33%,
    hsla(0, 0%, 50%, 1) 33.33%,
    hsla(0, 0%, 50%, 1) 66.67%,
    hsla(0, 0%, 5%, 0) 66.67%,
    hsla(0, 0%, 5%, 0) 100%);
  background-size: 5px 100%;
  width: 95%;
	margin: 0 auto;
	margin-bottom: 50px;
}
h2.title {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 2em;
	letter-spacing: 0.1em;
	margin-top: 50px;
	font-weight: solid;
	padding-bottom: 10px;
	/*border-bottom: solid #000000 1px;*/
	font-family: 'Assistant', sans-serif;
}
.title_description {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: .7em;
	font-weight: 200;
	margin-top: 10px;
	margin-bottom: 50px;
	line-height: 1.3em;
	letter-spacing: .1em;
}
/*==================================================================================
	言語切り替え
===================================================================================*/
.language {
	margin-top: -11px;

	padding: 0px 10px;
}
.language_zh {
	margin-top: -11px;
}
label {
    position: relative;
    display: block;
    width: 50%;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
}
label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #000;
}
select {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
		height: 45px;
    padding: 0.5em 1em;
    color: #000;
    border: none;
    border-radius: 5px;
    background: transparent;
		font-size: 1em
}
::-ms-expand {
    display: none;
}
/*Language Change*/
.language .language_p {
	display: flex;
}
.language img {
	width: 5%;
	height: 5%;
	margin-right: 7px;
	margin-bottom: 5px;
}
.language p {
	width: 200px;
  font-size: .8em;
  letter-spacing: 2px;
  margin-bottom: 7px;
  padding-top: 2px;
  font-family: 'Assistant', sans-serif;
}
}
/*配置*/
form {
}
/*==================================================================================
	body
===================================================================================*/
body {
	width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #F9F9F9;
}
a {
	color: #FFFFFF;
}
/*中国語版フォント*/
.zh_font {
	font-family: "微软雅黑";
	font-weight: 500;
}
.zh_font_bold {
	font-family: "微软雅黑";
	font-weight: 700;
	letter-spacing: .1em;
}
/*==================================================================================
	top
===================================================================================*/
/*logo*/
h1.logo img{
	width:75%;
	max-width: 300px;
}
/*メイン動画*/
#ytinner {
  positino: relative;
  top: 20px;
  left: 20px;
  width: 100%;
}
#ytinner:before {
  content: "";
  display: block;
  padding-top: 90.00%;  /* 動画のアスペクト比 */
}
#ytplayer {
  pointer-events:none;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 100%;
}

.button {
	color: #fff;
	z-index: 0;
	background-color: #333;
	display: block;
	width: 43%;
	height: 55px;
	text-align: center;
	text-decoration: none;
	line-height: 55px;
	letter-spacing: .2em;
	outline: none;
	margin-top: 20px;
	position:absolute;
	right: 10px;
	border-radius: 5px 5px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button::after {
	border-radius: 5px 0px 0px 5px;
}
.button::before {
	border-radius: 0px 5px 5px 0px;
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;

}

#top_img .button:hover {
	background-color: #fff;
	border-color: #333;
	color: #333;
	cursor: pointer;
	border-radius: 5px;
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #333;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #333;
}
.modal-content img {
	width: 150px;
	display: none;
}
/***コンテンツ部分***/
/*共通*/
#news_contents {
	font-size: 0.8em;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 20px;
}
/*オスカー*/
.top_news_img {
	width: 100%;
	margin-top: -70px;
}
.top_news_img img {
	width: 100%;
	margin-top: 85px;
}
/*news*/
.top_news {
	margin-top: 10px;
}
/*==================================================================================
	Concept
===================================================================================*/
#concept {
	width: 95%;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 120px;
}
.concept_top {
	width: 95%;
	margin: 0 auto;
	border: 3px solid #555;
}
#concept h2 {
	display: none;
}
#concept h4 {
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	letter-spacing: .3em;
	font-size: 1em;
	line-height: 1.5em;
}
#concept h3 img {
	display: block;
	width: 80%;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 15px;
}
.concept_icon {
	color: #555;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 15px;
}
.concept_marketneeds {
	text-align: center;
	margin-bottom: 70px;
	font-weight: bold;
	font-size: .8em;
	line-height: 1.3em;
	font-family: 'Inconsolata', monospace;
}
.gray {
	color: #ccc;
}
.and_more {
	margin-top: 30px;
	font-size: 1em;
}
#concept p {
	width: 95%;
	margin: 0 auto;
	margin-top: 10px;
	font-size: .9em;
	letter-spacing: .1em;
	line-height: 1.5em;
}
/*==================================================================================
	product
===================================================================================*/
/*lighting*/
.lighting_box {
	width: 300px;
    height: 300px;
    /* float: none; */
    clear: both;
    margin: 0 auto;
}
/*lighting -> 各ライティング*/
.lighting_box h3 img{
	display: block;
    max-width: 80%;
    margin-top: 25px;
    margin: 0 auto;
}
p.lighting_caption {
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: 0.5px;
}
.block {
	float: left;
	display: inline-block;
	width: 90%;
	height: 90%;
	margin-bottom: 30px;
	position: relative;
}
.block > .photo{
	display: block;
    position: absolute;
    width: 95%;
    height: 95%;
    background-size: contain;
    cursor: pointer;
    z-index: 10;
    background-position: left 0px;
    background-repeat: no-repeat;
    -webkit-transition: background-position 0.2s linear;
    transition: background-position 0.2s linear;
    padding: 20px;
}
.block > .textarea {
	display: block;
	width: 90%;
	min-height : 10px;
	position: absolute;
	z-index: 9;
	bottom: -100;
}
.block:hover > .photo {
	background-position :  left -60px;
}
/*lighting -> sampleBackボタン*/
.arrow5{
  position: relative;
  display:inline-block;
  margin-left: 20px;
  padding: 0 10px 0 5px;
  background: #666;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.arrow5::before{
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  border-right: 14px solid #666;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform-origin: right top;
  transform: scaleX(.7);
}
.arrow5:hover{
	background: #868686;
}
.arrow5:hover::before{
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  border-right: 14px solid #868686;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform-origin: right top;
  transform: scaleX(.7);
}
/*product -> download*/
#stage h2.product_download_h2 {
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.2em;
	font-weight: 700;
	border-bottom: solid #000000 1px;
}
#stage h3.product_download_description {
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	margin-top: 10px;
	margin-bottom: 50px;
	line-height: 1.3em;
}
.download_category {
	width: 90%;
	margin: 0 auto;
}
.download_category img {
	width: 100%;
	padding-top: 25px;
}
/*product -> download -> サンプルページ、カタログダウンロードボタン*/
#lighting_btn {
    /*width: 350px;
    height: 300px;
	margin: 0 auto;*/
}
#lighting_btn .lighting_left img {
	display: block;
    width: 90%;
    margin: 0 auto;
    /* min-width: 270px; */
    float: none;
    margin-bottom: 30px;
    /* margin-left: 40px; */
}
#lighting_btn .lighting_right img {
	width: 80%;
	margin: 0 auto;
	min-width: 260px;
	float: left;
	margin-left: 40px;
	clear: right;
	padding-bottom: 50px;
}
/*==================================================================================
	How to
===================================================================================*/
.flow_box {
	width: 95%;
	margin: 0 auto;
}
#flow_contents {
	width: 100%;
	margin: 0 auto;
}
.flow_contents {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ccc;
    border-radius: 5px;
		margin-top: 100px;
}
.flow_contents .box-title {
    position: absolute;
    display: inline-block;
    top: -50px;
    /*left: 10px;*/
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #F9F9F9;
    font-weight: bold;
}
.flow_contents p {
	width: 100%;
  margin: 0;
  padding: 0;
	float: none;
	padding: 0px;
	line-height: 1.3em;
	font-size: .9em;
	margin-top: 10px;
	margin-bottom: 25px;
}
span.booth {
	position: absolute;
	position: relative;
	top: -30px;
}
img.flow_img {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
}
.flow_contents a {
	margin-top: 50px;
	display: block;
	width: 100%;
	height: 45px;
	font-size: .9em;
	letter-spacing: .2em;
	line-height: 3.5em;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
	background-color: #555;
}
.flow_contents a:hover {
	opacity: .5;
}
/*==================================================================================
	lighting詳細ページ
===================================================================================*/
.lighting_pattern_title {
	width: 100%;
	height: 100%;
}
.lighting_pattern {
	width: 80%;
	margin: 0 auto;
}
/*ボタン*/
.lighting_pattern_back {
	float: right;
	margin-bottom: 20px;
}
.lighting_pattern_right a {
	text-align: center;
}
.lighting_pattern a {
	color: #fff;
	padding: 10px 20px;
	background-color: #000000;
	border-radius: 5px;
}
/*画面上/左*/
.lighting_pattern_left {
	float: left;
}
.lighting_pattern img.lighting_pattern_img {
	width: 100%;
	max-width: 370px;
	margin-bottom: 15px;
}
/*画面下/右*/
.lighting_pattern_right {
	float: left;
	margin-bottom: 100px;
}
.lighting_pattern_right img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-bottom: 5px;
}
.lighting_pattern_right p {
	padding: 15px 0px;
	line-height: 1.7em;
}
/*sampleページボタン*/
.lighting_button {
	width: 85%;
	position: relative;
	display: inline-block;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.lighting_button::after {
	position: absolute;
	top: 50%;
	right: .8em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	opacity: 0;
}
.lighting_button:hover::after {
	animation: arrow 1.2s infinite;
}
@keyframes arrow {
	50% {
		right: .2em;
		opacity: 1;
	}
	100% {
		right: -.4em;
		opacity: 0;
	}
}

/*==================================================================================
	sample
===================================================================================*/
/***共通***/
#sample_main {
	margin: 0 auto;
	margin-bottom: 200px;
	text-align: center;
}
/*sample page*/
.sample_page_arrow {
	margin-top: 80px;
	text-align: left;
	margin-left: 20px;
}
.sample_h2 {
	margin-bottom: 20px;
}
.sample_page {
	font-size: 17px;
}
.sample_page {
	vertical-align: 7px;
	margin-left: 5px;
}
p.sample_p {
	font-size: 12px;
	text-align: center;
	margin-top: 100px;
	font-family: 'Assistant', sans-serif;
	letter-spacing: .15em;
}
/*証明写真*/
.idphoto {
	width: 100%;
}
.idsample_img img {
	margin-top: 100px;
	width: 45%;
	margin-bottom: -95px;
}
span.idsample_caution p {
	letter-spacing: 0.5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 15px;
	padding: 10px 0;
	margin-bottom: -100px;
}
.idsample_back_btn {
	position: absolute;
	right: 15px;
	top: 213px;
}
/*クリックで画像が大きく表示されます*/
.sample_caution p {
	letter-spacing: 0.5px;
	font-size: 12px;
	font-weight: 600;
	text-align: left;
	margin-left: 15px;
	padding: 10px 0px;
}
/*画像サイズ*/
.sample_title img {
	 width: 300px;
}
.sample_img img {
	width: 45%;
	margin-left: 0;
	margin-right: 0;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
 }
  .mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/*==================================================================================
	market needs
===================================================================================*/
#stage h2.marketneeds_h2 {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.2em;
	font-weight: 700;
	margin-top: 100px;
	padding-bottom: 10px;
	border-bottom: solid #000000 1px;
}
#stage h3.marketneeds_description {
	text-align: center;
	font-size: 11px;
	font-weight: 200;
	margin-top: 100px;
	/*line-height: 1.3em;*/
	letter-spacing: .15em;
	font-family: 'Assistant', sans-serif;
}
/***メイン***/
/*メイン共通*/
.marketneeds_category {
	width: 85%;
	margin: 0 auto;
	background-color: #fff;
	margin-bottom: 25px;
	height: 260px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	padding: 15px;
	position: relative;
}
/*各サンプル画像*/
.imgposition_left {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.imgposition_right {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.marketneeds_img00 {
	background-image: url("../img/marketneeds01_00.png");
	padding-bottom: 75%;
}
.marketneeds_zh_img00 {
	background-image: url("../zh/img/marketneeds01_00.png");
	padding-bottom: 75%;
}
.marketneeds_img01 {
	background-image: url("../img/marketneeds01_01.png");
	padding-bottom: 75%;
}
.marketneeds_zh_img01 {
	background-image: url("../zh/img/marketneeds01_01.png");
	padding-bottom: 75%;
}
.marketneeds_img02 {
	background-image: url("../img/marketneeds01_02.png");
	padding-bottom: 75%;
}
.marketneeds_zh_img02 {
	background-image: url("../zh/img/marketneeds01_02.png");
	padding-bottom: 75%;
}
.marketneeds_img03 {
	background-image: url("../img/marketneeds01_03.png");
	padding-bottom: 75%;
}
.marketneeds_zh_img03 {
	background-image: url("../zh/img/marketneeds01_03.png");
	padding-bottom: 75%;
}
.marketneeds_img04 {
	background-image: url("../img/marketneeds01_04.png");
	padding-bottom: 75%;
}
.marketneeds_zh_img04 {
	background-image: url("../zh/img/marketneeds01_04.png");
	padding-bottom: 75%;
}
.marketneeds_img05 {
	background-image: url("../img/marketneeds01_05.png");
	padding-bottom: 75%;
}
.marketneeds_zh_img05 {
	background-image: url("../zh/img/marketneeds01_05.png");
	padding-bottom: 75%;
}
.marketneeds_img06 {
	background-image: url("../img/marketneeds01_06.png");
	padding-bottom: 75%;
}
.marketneeds_zh_img06 {
	background-image: url("../zh/img/marketneeds01_06.png");
	padding-bottom: 75%;
}
/***キャプション***/
/*各キャプション*/
.marketneeds_caption00 {
	height: 250px;
	border: 2px solid #f4f2f2;
}
.marketneeds_caption01 {
	height: 250px;
	border: 2px solid #f4f2f2;
}
/*三角アイコン*/
.right_icon img {
	position: absolute;
	top: 0;
	right: 0;
}
.left_icon img {
	position: absolute;
	top: 0;
	left: 0;
}
/*画像*/
.marketneeds_caption_contents img{
	width: 35%;
	display: block;
	margin: 0 auto;
	padding: 20px;
}
/*文章共通*/
.marketneeds_caption_contents p {
	width: 75%;
	margin: 0 auto;
	font-size: 0.8em;
	text-align: center;
	line-height: 2em;
	border-bottom: 1px solid #ccc;
}
/*h2*/
.marketneeds_caption_contents h2 {
	width: 72%;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	font-family: 'Playball', cursive;
	margin-top: 20px;
	display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
}
.marketneeds_caption_contents h2:before,
.marketneeds_caption_contents h2:after {
  border-top: 2px solid #ccc;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
}
.marketneeds_caption_contents h2:before {
  margin-right: 0.4em;
}
.marketneeds_caption_contents h2:after {
  margin-left: 0.4em;
}
/***others***/
/*others*/
.marketneeds_caption_others {
	width: 95%;
	margin: 0 auto;
	position: relative;
}
/*others h2*/
.marketneeds_caption_others h2 {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	font-size: 50px;
	font-family: 'Playball', cursive;
	margin-top: 20px;
	display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
	margin-top: 80px;
}
.marketneeds_caption_others h2:before,
.marketneeds_caption_others h2:after {
  border-top: 2px solid #ccc;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
}
.marketneeds_caption_others h2:before {
  margin-right: 0.4em;
}
.marketneeds_caption_others h2:after {
  margin-left: 0.4em;
}
.others_right_icon00, .others_right_icon01 {
	background-color: #fff;
	margin-top: 20px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
/*三角アイコン*/
.others_right_icon00, .others_right_icon01 {
	position: relative;
}
img.others_icon_right {
	position: absolute;
	top: 0;
	right: 0;
}
.marketneeds_caption_others img {
	width: 100%;
	margin: 0 auto;
}
.marketneeds_others_img {
	display: column;
	margin-bottom: 80px;
}
img.others_icon_right {
	width: 23%;
	height: auto;
	box-shadow: none;
}
/*==================================================================================
	PHOTO DESIGN STUDIO
===================================================================================*/
/***全体***/
#service {
	width: 90%;
	margin: 0 auto;
	margin-top: 100px;
}
/***PHOTO DESIGN STUDIO***/
/*全体*/
.service_col1 {
	margin-bottom: 100px;
}
/*PHOTO DESIGN STUDIOタイトル*/
.service_head {
	margin-bottom: 40px;
}
.border {
	margin: 0 auto;
}
.border h2 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.3em;
	background: linear-gradient(transparent 60%, #ccc 0%);
}
.service_head p {
	line-height: 1.2em;
}
/*横並び*/
.pds_col1, .pds_col2 {
	flex: none;
}
.pds_service {
	flex-direction: column;
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 15px;
}
.pds_text {
	padding: 15px;
}
.pds_text h2 {
	font-size: 1.2em;
	margin-bottom: 15px;
}
.pds_text p {
	line-height: 1.3em;
	letter-spacing: .1em;
	margin-bottom: 10px;
}
.small_text {
	font-size: 0.7em;
}
/***プリントサービス***/
.service_col2 {
	margin-bottom: 100px;
}
.print_col {
	width: 100%;
	padding: 0px;
	/*flex-wrap: wrap; */
	flex-wrap: column;
}
.print_col a {
	color: #000;
	width: 20%;
}
.print_col a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.print_category {
	width: 100%;

}
.print_category h3 {
	text-align: center;
	font-size: 0.8em;
	margin-bottom: 35px;
}
.print_category img {
	width: 100%;
	margin-bottom: 10px;
}

/***各プリントサービス詳細ページ共通***/
#print_about {
	width: 90%;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 100px;
}
.print_about {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}
.print_about p {
	letter-spacing: .1em;
	line-height: 1.3em;
}
.print_about img {
	width: 100%;
}
.print_img {
	display: flex;
	 -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.print_img img {
	width: 48%;
	height: 100%;
	margin-right: 2%;
	margin-bottom: 2%;
}
/***ポスタープリント***/
.print_poster {
	margin-bottom: 70px;
}
.print_room {
	width: 95%;
	margin: 0 auto;
}
.print_room img{
	width: 100%;
	margin-bottom: 10px;
}
/*RoomImage*/
/*タイトル水平線*/
.room_img h2, .print_img h2 {
	width: 100%;
	margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
	margin-bottom: 10px;
	font-family: 'Assistant', sans-serif;
}
.room_img h2:before,
.room_img h2:after,
.print_img h2:before,
.print_img h2:after {
    border-top: 2px solid #ccc;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
.room_img h2:before,
.print_img h2:before {
    margin-right: 1em;
}
.room_img h2:after,
.print_img h2:after {
    margin-left: 1em;
}
/***各種サイズフォトプリント***/
.print_size {
	border-radius: 10px;
	margin-bottom: 50px;
	flex-direction: column;
}
.print_size img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.print_size img:nth-child(n) {
	margin-top: 30px;
	margin-bottom: 10px;
}
.print_size img:nth-child(2n) {
	width: 70%;
	margin-bottom: 10px;
}
.print_size img:nth-child(3n) {
	width: 65%;
	margin-bottom: 30px;
}
/***ポスター(A1)プリント***/
.print_poster img:nth-child(n) {
	width: 100%;
}
.print_poster img {
	width: 100%;
	margin-bottom: 50px;
}
/***高画質プリント***/
.full_size {
	border-radius: 10px;
	margin-bottom: 70px;
}
.full_size img {
	width: 90%;
	display: block;
	margin: 0 auto;
	padding: 20px;
}
/***PHOTOBOOK***/
.unselectable {
	display: none;
	visibility:hidden;
}
.photobook_about img {
	width: 100%;
	height: 100%;
}
.photobook h2 {
	margin-bottom: 100px;
	font-size: .8em;
	text-align: center;
}
#photobook1, #photobook3 {
	margin-top: 20px;
}
/***証明写真プリント***/
/*タイトル水平線*/
.print_idphoto h2 {
	width: 100%;
	margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
	margin-bottom: 10px;
	    font-family: 'Assistant', sans-serif;
}
.print_idphoto h2:before,
.print_idphoto h2:after {
    border-top: 2px solid #ccc;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
.print_idphoto h2:before {
    margin-right: 1em;
}
.print_idphoto h2:after {
    margin-left: 1em;
}
.idphoto_size {
	margin-bottom: 70px;
}
.idphoto_size img {
	width: 100%;
}
.idphoto_size img:nth-child(n) {
	margin-bottom: 20px;
}
.print_idphoto img{
	width: 100%;
	margin-bottom: 10px;
}
/***smoky phone***/
.smoky_phone {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.smoky_phone img {
	width: 100%;
}
.smoky_contact img {
	width: 100%;
	margin: 0 auto;
}
.smoky_phone_pc {
	display: none;
}
/*==================================================================================
	PHOTO DESIGN STUDIO -> プリントオプション
===================================================================================*/
a.print_back_btn {
	position: absolute;
	top: 100px;
	right: 3%;
}
.print_all img {
	width: 100%;
	max-width: 360px;
	margin-bottom: 40px;
}

/*==================================================================================
	PHOTO DESIGN STUDIO -> ダウンロードサービス
===================================================================================*/
/***download size***/
.download img{
	width: 100%;
	max-width: 370px;
}
.download_btn_box {
	display: flex;
}
/***sample download***/

/*配置*/
.download_img {
	width: 73%;
	max-width: 1050px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.download_img img {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}
.download_img a {
	color: #fff;
}
.download_box {
	width: 100%;
	max-width: 300px;
	float: left;
	text-align: center;
	margin-bottom: 50px;
}
/*ダウンロードボタン*/
.download_btn {
	position: relative;
	display: inline-block;
	padding: 10px 11px;
	margin: 10px 5px;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	font-size: 4vw;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
}
.download_btn::after {
	position: absolute;
	top: 50%;
	right: .8em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	opacity: 0;
}
.download_btn:hover::after {
	animation: arrow 1.2s infinite;
}
@keyframes arrow {
	50% {
		right: .2em;
		opacity: 1;
	}
	100% {
		right: -.4em;
		opacity: 0;
	}
}
/***ポスター、POPダウンロード***/
.for_store_h2 {
	display: block;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 20px;
	font-size: 1.2em;
	text-align: center;
}
.for_store {
	margin-top: 10px;
}
.for_store_flex {
	display: block;
}
/*==================================================================================
	installation location
===================================================================================*/
.test {
}
#installation_location {
	margin-bottom: 100px;
}
.installation_location_main {
	width: 95%;
	margin: 0 auto;
}
/*設置場所*/
.installation_location_main h2 {
	font-size: 2em;
}
.circle {
  color: #fff;
  background-color:#888;
  width: 100%;
  height: 65px;
	margin-bottom: 15px;
  line-height: 52px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
	position: relative;
}
.place_en {
	display: block;
	font-size: .9em;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	}
/***各ショップ***/
.shop_box_position {
	flex: none;
}
.shop_box {
	width: 95%;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.shop_box_border {
	border: 2px solid #f4f2f2;
	height: 275px;
	padding: 10px;
}
.shop_box h3 {
	text-align: center;
	font-size: 1.1em;
	border-bottom: 1px solid #999;
	width: 85%;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.shop_box h4 {
	text-align: center;
	font-size: .7em;
	color: #000;
	font-weight: normal;
	letter-spacing: .8px;
	line-height: 1.3em;
}
.shop_box h4 a {
	color: #000;
}
.home_page a {
	display: block;
	width: 150px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	background-color: #555;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.home_page a:hover {
	opacity: .5;
}
.shop_box_img {
	width: 80%;
	margin: 0 auto;
	height: 110px;
	margin-top: 10px;
	padding-bottom: 45px;
}
.trim {
    overflow: hidden;
    width: 250px;/* トリミングしたい枠の幅 */
    position: relative;
}
.shop_box_img img {
}
/*NEW！*/
.shop_new {
	position: relative;
}
.shop_new img{
	width: 13%;
	position: absolute;
	top: -10px;
	right: 10px;
}
/*==================================================================================
	contact
===================================================================================*/
/*サービス依頼書*/
.excel {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 10px 10px;
	background-color: #555;
	margin-bottom: 70px;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: .2em;
}
.excel:hover {
	opacity: .5;
}
/*お問い合わせフォーム*/
#form_main {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 100px;
}
#form_main form tr, th {
	display: block;
}
#form_main form td {
}
#form_main form th {
	font-size: 1.1em;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: left;
	width: 95%;
	margin: 0 auto;
}
#form_main label{
	width: 290px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#form_main input {
	width: 280px;
	height: 30px;
	border-radius: 5px;
	margin: 5px;
}
/*.contentbase_contact {
	width: 500px;
	margin: 0 auto;
}*/
td.contact_td_last textarea {
	width: 95%;
	margin: 0 auto;
	margin-top: 10px;
	border-radius: 5px;
}
.submit {
	margin-top: 20px;
	margin-bottom: 30px;
}
.send {
	width: 150px;
	height: 25px;
	border-radius: 5px;
	color: #fff;
	font-size: 1.1em;
	letter-spacing: .5em;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #555;
	padding: 10px 20px 10px 20px;
}
.send:hover {
	opacity: .5;
}
/*mailsended*/
#mail_sended {
	width: 90%;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 150px;
}
#mail_sended p {
	line-height: 1.3em;
}

#mail_sended a {
	color: #000000;
	text-decoration: underline;
}

/*==================================================================================
	page top
===================================================================================*/
#pageTop {
  position: fixed;
	z-index: 11;
  bottom: 15px;
  right: 15px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #ccc;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pageTop span.pagetop_p {
	color: #FFFFFF;
	font-size: 1.3em;
	margin-right: 7px;
}
#pageTop i.fa {
	margin-right: 8px;
	margin-top: 3px;
}

/*==================================================================================
	footer
===================================================================================*/
#footer {
	clear: both;
	width: 100%;
	height: auto;
	font-size: 1em;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	line-height: 1.5em;
	padding: 50px 0;
}
/**/
/*タイトル水平線*/
section#footer_nav h3 {
	width: 90%;
	margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
	margin-bottom: 10px;
	font-family: 'Assistant', sans-serif;
	font-size: 1.5em;
}
section#footer_nav h3:before,
section#footer_nav h3:after {
    border-top: 3px solid #ccc;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
section#footer_nav h3:before {
    margin-right: 1em;
}
section#footer_nav h3:after {
    margin-left: 1em;
}
/*#footer .footer_contents h3 img{
	width: 70%;
}*/
section#footer_nav {
	margin-bottom: 25px;
}
#footer ul {
	text-align: left;
	margin-left: 10%;
	width: 90%;
	margin: 0 auto;
	font-family: 'Assistant', sans-serif;
}
#footer ul li a{
	font-size: 1.2em;
}
#footer p {
	font-size: 0.2em;
}
section#footer_nav ul li {
	float: left;
	padding: 8px;
}
section#sns ul li {
	float: left;
	margin-top: 5px;
	margin-left: 10%;
}
.footer_machine {
	margin-top: 50px;
	width: 35%;
}
p.copyright {
	margin-top: 5px;
	clear: both;
	font-family: 'Assistant', sans-serif;
}
