/*==================================================================================
	contents全体
===================================================================================*/
#contents {
	margin-top: 50px;
	width: 100%;
}
/*navlogo左に余白
#mobile-head h1.logo {
	margin-left: 50px;
}
/*文字選択背景色*/
::selection {
	background: #CCCCCC; /* Safari */
}

::-moz-selection {
	background: #CCCCCC; /* Firefox */
}
/*==================================================================================
	言語切り替え
===================================================================================*/
form {
    width: 100%;
    padding: 50px;
}
label {
    position: relative;
    display: block;
    width: 200px;
    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: 200px;
    padding: 0.5em 1em;
    color: #000;
    border: none;
    border-radius: 5px;
    background: transparent;
}

::-ms-expand {
    display: none;
}
/*Language Change*/
form .language_p {
	display: flex;
}
form img {
	width: 2%;
	height: 2%;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}
form p {
	width: 200px;
	font-size: .8em;
	letter-spacing: 1px;
	margin-bottom: 5px;
	padding-top: 2px;
}
/*配置*/
form {
	position: absolute;
	top: 20px;
}

/*==================================================================================
	body
===================================================================================*/
body {
	width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #F9F9F9;
}
a {
	color: #FFFFFF;
}

/*==================================================================================
	top
===================================================================================*/
/*logo*/
h1.logo img{
	width:55%;
	max-width: 300px;
}
/*img*/
div#top_img p img {
	width: 100%;
}
/*concept*/
.modal-content {
	margin-top: 20px;
    position:fixed;
    display:none;
    z-index:2;
    width:70%;
    margin:0;
    padding:20px 20px;
    border:2px solid #aaa;
    background:#fff;
}
.modal-content h2 {
	text-align: center;
	margin-bottom: 20px;
}
p.concept_p {
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: 10px 30px 30px 30px;

}
.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-open {
	font-size: 14px;
    color:#fff;
	text-decoration: none;
}

.modal-close {
    color:#00f;
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}
/*conceptボタン*/
.modal-content img {
	width: 150px;
	margin-bottom: 50px;
}
.button {
	color: #fff;
	display: inline-block;
	width: 100px;
	height: 45px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	position: relative;
	top: 70px;
	right: -260px;
	margin-left: 300px;
	background-color: #333;

}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.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;
}
.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;
	margin-top: -20px;
}
/***コンテンツ部分***/
/*全体*/
/*オスカー*/
.top_newsContents {
	margin-top: 40px;
	width:50%;
}
.top_newsContents img {
	width: 100%;
	display: flex;
}

/*news*/
#news_contents {
	width: 85%;
}
.top_newsContents {
	width: 48%;
}
.top_news {
	margin-top:  40px;
	width: 48%;
	margin-left: 2%;
}
/*スクロール*/
/*.news_wrapper {
  width: 100%;
  height: 253px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px 10px 10px 10px;
  font-size: 100%;
  border: 1px solid #dcdcdc;
}
.news_wrapper  dl.news dd {
  width: 100%;
  height: auto;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px dotted #dcdcdc;
}

.news_wrapper  dl.news dd a {
  color: #111111;
  text-decoration: underline;
}

.news_wrapper  dl.news dd a:hover {
  text-decoration: none;
}

/* スクロールバー要素
----------------------------------------------------------- */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10px;     /* 縦スクロールバーの幅を指定 */
  height: 100%;
  background: #ffffff;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 10px;     /* 横スクロールバーの幅を指定 */
  background: #ffffff;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #eeeeee;     /* スクロールバーの背景色を指定 */
  position: relative;
}

.jspDrag {
  background: #000;     /* スクロールバーの色を指定 */
  position: relative;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0px -3px 0px 0px;
}

section#top_news h2 {
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.2em;
	font-weight: 600;
	border-bottom: solid #000000 1px;
}
#news_contents {
	margin-bottom: 50px;
	display: flex;
}

/*scrollanimation*/
#top_img a span {
	position:absolute;
	top: 0;
	left: 50%;
	width: 18px;
	height: 18px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
#top_img {
	position: relative;
}
#top_img a {
	position: absolute;
	bottom: 60px;
	left: 45%;
	font-size: 13px;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 2px;
}
#top_img a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	position: absolute;
	top: 10px;
}
#top_img a span:nth-of-type(2) {
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
	position: absolute;
	top: 25px;
}
#top_img a span:nth-of-type(3) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	top: 40px;
}
@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/*news*/
section#top_news h2 {
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.2em;
	font-weight: 600;
	border-bottom: solid #000000 1px;
}
#news_contents {
	margin-bottom: 50px;
}

/*news*/
.box_title h2 {
	max-width: 100px;
	margin-top: 70px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.2em;
	font-weight: 600;
	border-bottom: solid #000000 1px;
}
section#top_news {
	letter-spacing: 0.1em;
	line-height: 1.3em;
}
#news_contents a{
	color: #000;
	text-decoration: underline;
}
#news_contents {
	font-size: 0.8em;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.news_web section.col01_2 {
	word-break: break-all;
	width: 100%;
}
.box_title{
	margin-top: 50px;
    border:1px solid #fff;
    padding:5px;
    width:90%;
    font-weight:bold;
    font-size:17px;
    background-color:#fff;
    color: #000;
}
p span.news_title {
	font-size: 1.1em;
	font-weight: 600;
}
span.news_more {
	float: right;
	font-size: 1.2em;
	font-weight: 700;
}
/*==================================================================================
	product
===================================================================================*/
/*lighting*/
.lighting_box {
	width: 220px;
	margin: 45px;
}
#stage h2.product_h2 {
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.2em;
	margin-top: 80px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: solid #000000 1px;
}
#stage h3.product_description {
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	margin-top: 10px;
	margin-bottom: 50px;
	line-height: 1.3em
}
/*lighting -> 各ライティング*/
.lighting_box h3 img{
	max-width: 250px;
}
p.lighting_caption {
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: 0.5px;
}
.block {
	float: left;
	display: inline-block;
	width: 300px;
	height: 300px;
	margin-bottom: 30px;
	position: relative;
}
.block > .photo{
	display: block;
	position: absolute;
	width: 90%;
	height: 90%;
	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;

}
.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;
}
/*product -> download -> サンプルページ、カタログダウンロードボタン*/
#lighting_btn {
    width: 350px;
    height: 300px;
	margin: 0 auto;
}
#lighting_btn .lighting_left img {
	width: 80%;
	margin: 0 auto;
	min-width: 270px;
	float: left;
	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;
}
/***product -> how to***/
#stage h2.howto_h2 {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.2em;
	font-weight: 700;
	margin-top: 50px;
	border-bottom: solid #000000 1px;
}
#stage h3.howto_description {
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	margin-top: 10px;
	margin-bottom: 50px;
	line-height: 1.3em
}
#flow_contents {
	width: 100%;
	margin: 0 auto;
}
#flow_contents  article {
	width: 80%;
	height: 350px;
	padding-bottom: 20px;
	margin: 0 auto;
}
.flow_box {
	margin: 0 auto;
	width: 100%;
}
.flow_img {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.flow_num {
	float: left;
	padding-right: 50px;
}
.flow_p {
	width: 300px;
	height: 130px;
	padding: 20px 0px;
	float: left;
	font-size: 0.8em;
}
.flow_p02 {
	width: 300px;
	height: 370px;
	padding: 20px 0px;
	float: left;
	font-size: 0.8em;
}
a.flow07_a {
	color: #000;
	text-decoration: underline;
}
span.booth {
	font-size: 14px;
	font-weight: 800;
}
.flow_box article p {
	font-size: 14px;
	margin-left: 15px;
	line-height: 1.5em;
}
/*==================================================================================
	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: 20px;
}
.lighting_pattern_right p {
	padding: 15px 0px;
	line-height: 1.7em;
	margin-bottom: 2em;
}
/*sampleページボタン*/
.lighting_button {
	width: 82%;
	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: 11px;
	text-align: center;
}
/*証明写真*/
.idphoto {
	width: 100%;
}
.idsample_img img {
	margin-top: 100px;
	width: 45%;
	margin-bottom: -95px;
}
span.idsample_caution p {
	letter-spacing: 0.5px;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	margin-left: 15px;
	margin-bottom: -90px;
}
.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;
}
/*backボタン*/
.sample_back_btn {
	float: right;
	margin-right: 15px;
}
.sample_title {
	margin-top: 10px;
	text-align: center;
}
/*画像サイズ*/
.sample_title img {
	 width: 300px;
	 height: 79px;
}
.sample_img img {
	width: 175px;
	height: 175px;
	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 {
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-top: 80px;
    padding-bottom: 10px;
    border-bottom: solid #000000 1px;
}
#stage  h3.marketneeds_description {
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	margin-top: 10px;
	margin-bottom: 50px;
	line-height: 1.3em
}
/***メイン***/
/*メイン共通*/
.marketneeds_category {
	width: 650px;
	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 top;
	background-repeat: no-repeat;
	background-size: 50%;
}
.imgposition_right {
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 50%;
}
.marketneeds_img00 {
	background-image: url("../img/marketneeds01_00.png");
}
.marketneeds_img01 {
	background-image: url("../img/marketneeds01_01.png");
}
.marketneeds_img02 {
	background-image: url("../img/marketneeds01_02.png");
}
.marketneeds_img03 {
	background-image: url("../img/marketneeds01_03.png");
}
.marketneeds_img04 {
	background-image: url("../img/marketneeds01_04.png");
}
.marketneeds_img05 {
	background-image: url("../img/marketneeds01_05.png");
}
.marketneeds_img06 {
	background-image: url("../img/marketneeds01_06.png");
}
/***キャプション***/
/*各キャプション*/
.marketneeds_caption00 {
	float: right;
	width: 50%;
	height: 250px;
	border: 2px solid #f4f2f2;
}
.marketneeds_caption01 {
	width: 50%;
	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: 70%;
	margin: 0 auto;
	font-size: 0.8em;
	text-align: center;
	line-height: 2em;
	border-bottom: 1px solid #ccc;
}
/*h2*/
.marketneeds_caption_contents h2 {
	width: 280px;
	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: 650px;
	margin: 0 auto;
	position: relative;
}
/*others h2*/
.marketneeds_caption_others h2 {
	width: 650px;
	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: flex;
	margin-bottom: 80px;
}
img.others_icon_right {
	width: 23%;
	height: auto;
	box-shadow: none;
}
	/*==================================================================================
	PHOTO DESIGN STUDIO
===================================================================================*/
/***全体***/
#service {
	width: 95%;
	margin: 0 auto;
	margin-top: 100px;
}
/***PHOTO DESIGN STUDIO***/
/*全体*/
.service_col1 {
	margin-bottom: 80px;
}
.pds_service {
	background-color: #fff;
	border-radius: 15px;
	padding: 15px;
	margin-left: -10px;
}
.pds_service img {
}
/*PHOTO DESIGN STUDIOタイトル*/
.service_head {
	margin-bottom: 40px
}
.service_head h2 {
	font-size: 1.3em;
	margin-bottom: 15px;
	display: inline-block;
}
.border h2 {
	background: linear-gradient(transparent 60%, #ccc 0%);
	display: inline-block;
}
.service_head p {
	line-height: 1.2em;
}
/*横並び*/
.pds_col1, .pds_col2 {
	flex: none;
}
.pds_service {
	display: flex;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.pds_text {
	padding: 15px;
}
.pds_text h2 {
	font-size: 1.3em;
	margin-bottom: 10px;
}
.pds_text p {
	line-height: 1.5em;
	    letter-spacing: .1em;
}
.small_text {
	font-size: 0.7em;
}
/***プリントサービス***/
.service_col2 {
	margin-bottom: 100px;
}
.print_col {
	width: 100%;
	flex-wrap:wrap;
}
.print_col a {
	color: #000;
	width: 50%;
}
.print_col a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.print_category {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.print_category h3 {
	text-align: center;
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 35px;
}
.print_category img {
	display: block;
	margin-bottom: 10px;
	width: 95%;
	margin: 0 auto;
}

/***各プリントサービス詳細ページ***/
#print_about {
	width: 90%;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 100px;
}
.print_about {
	display: flex;
	margin-bottom: 50px;
}
.print_about img {
	width: 200px;;
	height: 100%;
}
.print_about p {
	padding: 15px;
	line-height: 1.2em;
}
.print_img img {
	width: 30%;
	margin-right: 2%;
	margin-bottom: 2%;
}
/***各種サイズフォトプリント***/
/*タイトル水平線*/
.print_img h2 {
	width: 100%;
	margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
	margin-bottom: 10px;
}
.print_img h2:before,
.print_img h2:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
.print_img h2:before {
    margin-right: 1em;
}
.print_img h2:after {
    margin-left: 1em;
}
.print_size {
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 50px;
	padding: 20px;
}
/***ポスタープリント***/
.print_poster {
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
	margin-bottom: 70px;
}
.print_poster img {
	width: 32%;
}
.print_room {
	display: flex;
	 -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.print_room img {
	width: 48%;
	height: 100%;
	margin-right: 2%;
	margin-bottom: 2%;
}
/*RoomImage*/
/*タイトル水平線*/
.room_img h2 {
	width: 100%;
	margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
	margin-bottom: 10px;
}
.room_img h2:before,
.room_img h2:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
.room_img h2:before {
    margin-right: 1em;
}
.room_img h2:after {
    margin-left: 1em;
}
/***高画質プリント***/
.full_size {
	background-color: #fff;
	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: -50px;

	font-size: .8em;
}
/***証明写真プリント***/
.idphoto_size {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 70px;
	padding: 15px;
}
.idphoto_size img {
	width: 100%;
}
.idphoto_size img:nth-child(n) {
	margin-bottom: 40px;
}
.print_idphoto img{
	margin-right: 10px;
	margin-bottom: 10px;
}
.print_idphoto img:nth-child(3n) {
	margin-top: -100px;
}
/*==================================================================================
	PHOTO DESIGN STUDIO -> プリントオプション
===================================================================================*/
#stage h2.print_h2 {
	max-width: 340px;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.2em;
	font-weight: 700;
	margin-top: 150px;
	border-bottom: solid #000000 1px;
}
#stage h3.print_description {
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	margin-top: 10px;
	margin-bottom: 50px;
	line-height: 1.3em
}
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***/
#stage h2.download_h2 {
	max-width: 360px;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.2em;
	margin-top: 80px;
	font-weight: 700;
	border-bottom: solid #000000 1px;
}
#stage h3.download_description {
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	margin-top: 10px;
	margin-bottom: -30px;
	line-height: 1.3em
}
.download img{
	width: 100%;
	max-width: 370px;
}
/***sample download***/
#stage h2.sampledownload_h2 {
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.2em;
	margin-top: 0px;
	font-weight: 700;
	border-bottom: solid #000000 1px;
}
#stage h3.sampledownload_description {
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	margin-top: 10px;
	margin-bottom: 50px;
	line-height: 1.3em
}
/*配置*/
.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;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.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;
	}
}
/*==================================================================================
	contact
===================================================================================*/
#stage h2.contact_h2 {
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.2em;
	font-weight: 700;
	margin-top: 150px;
	border-bottom: solid #000000 1px;
}
#stage h3.contact_description {
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	margin-top: 10px;
	margin-bottom: 50px;
	line-height: 1.3em
}
/*サービス依頼書*/
.excel {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 10px;
	background-color: #000;
	margin-bottom: 70px;
}
.excel:hover {
	background-color: #fff;
	border: 1px solid #000;
}
.excel:hover a {
	color: #000;
}
#form_main form tr th {
	width: 40%;
	text-align: right;
	padding-right: 20px;
}
#form_main form td {
	width: 100%;
}
#form_main form th {
	padding-top: 10px;
}
.contentbase_contact {
	width: 500px;
	margin: 0 auto;
}
td.contact_td_last textarea {
	width: 80%;
	margin-top: 10px;
}
.submit {
	margin-top: 20px;
	margin-left: 263px;
	margin-bottom: 30px;
}
span.send {
	color: #000000;
	border: 1px solid #474747;

	background-color: #FFFFFF;
	padding: 10px 20px 10px 20px;
}
span.send:hover {
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #000000;
}
/*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;
  bottom: 20px;
  right: 20px;
  z-index: 1106;
}
#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;
}
#footer .footer_contents h3 img{
}
section#footer_nav {
	margin-bottom: 25px;
}
#footer ul {
	text-align: left;
	margin-left: 10%;
}
#footer ul li a{
	font-size: 0.8em;
}
#footer p {
	font-size: 0.2em;
}
section#footer_nav ul li {
	float: left;
	margin-top: 5px;
	margin-left: 25px;
}
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;
}
