@charset "utf-8";
/* リセット
------------------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

table {border-spacing: 0; border-collapse: collapse;}
* html table {border-collapse: collapse;}
*:first-child+html table {border-collapse: collapse;}
caption,th {text-align: left; font-weight: normal;}
table,th,td,img {border: 0;}
input {vertical-align: middle;}
q:before,q:after {content: '';}
ul {list-style: none;}

hr,
legend,
caption {display: none;}

img {border:0; vertical-align: bottom;}

a:focus { outline: none;}

/* aタグ設定
------------------------------------- */
a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	zoom: 1;
}
a {
	transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
	text-decoration: none;
}
header nav#gNav li a {
	transition-property: none;
}
#howtoappPage #howtoArea .tabList a {
	transition-property: opacity;
}
header .sitelogo a,
header nav#gNav .gNavList a:hover,
#howtoappPage #howtoArea .tabList .current a,
#howtoappPage #howtoArea .tabList a:hover,
header nav#gNav .gNavList a:hover,
.Btn a:hover,
#topPage #tape .Btn a:hover,
.pagelinkBtn a:hover,
#howtoappPage .pagelinkBtn a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
}


/* 基本設定
------------------------------------- */
html { font-size: 62.5%; } 
body {
	-webkit-text-size-adjust: 100%;
	font-size: 1.4rem;/* =14px */
	font-family: -apple-system, 'BlinkMacSystemFont',"游ゴシック Medium", "Yu Gothic Medium",YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
#wrapper {
	overflow:hidden;
}
.enTxt {
	font-family: 'Roboto',-apple-system, 'BlinkMacSystemFont', "游ゴシック Medium", "Yu Gothic Medium",YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.enTxtLT {
	font-family: 'Roboto Light','Roboto',-apple-system, 'BlinkMacSystemFont', "游ゴシック Medium", "Yu Gothic Medium",YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	width: 100%;
	height: auto;
}
.layout {
	max-width: 980px;
	margin: 0 auto;
}

.sp,
.spInline {
	display: none;
}

.pageTop {
	width: 60px;
	position: fixed;
	bottom: 50px;
	right: 50px;
}
.Btn a {
	width: 170px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #000;
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
#topPage header{
	top: -130px;
}

header {
	background: rgba(255,255,255,0.5);
	padding: 25px 20px;
	width: 100%;
	position: fixed;
	z-index: 10000;
	top: 0px;
}
header a {
	color: #000;
}
header .layout {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
header .sitelogo {
	font-size: 10px;
	line-height: 1;
	display: inline-block;
	float: left;
}
header .sitelogo img {
	width: 124px;
	height: 73px;
	transition:all 0.6s;
}
header nav#gNav {
	position: absolute;
	top: 52px;
	right: 0;
}
header nav#gNav .gNavList {
	width: 835px;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}
header nav#gNav li a {
	display: inline-block;
	position: relative;
	font-size: 14px;
	letter-spacing: 0;
}
header nav#gNav li a .newIcon {
	display: inline-block;
	position: absolute;
	top: -1.1em;
	left: 0;
	color: #ff0000;
	font-size: 13px;
	font-style: normal;
	line-height: 1;
}
header nav#gNav .gNavList li:not(:last-child) a:hover {
	border-bottom: 1px solid #000;
}
header nav#gNav li.current a {
	border-bottom: 1px solid #000;
}
header nav#gNav li.info a {
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0;
	border: 1px solid #000;
	width: 162px;
	height: 20px;
	border-radius: 10px;
	display:flex;
	justify-content: center;
	align-items: center;
}
header .rightBox {
	width: 162px;
}
header .logo {
	width: 135px;
	position: absolute;
	top: 0;
	right: 4px;
	transition:all 0.6s;
}

footer {
	text-align:center;
	padding-bottom: 66px;
}
footer #share {
	padding-bottom: 26px;
	border-bottom: 1px solid #000;
}
footer #share .shareList {
	width: 72px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
footer #share .shareList li {
	width: 28px;
}
footer .footerList {
	width: 660px;
	display: flex;
	justify-content: space-between;
	margin: 38px auto 35px;
}
footer .footerList li a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.1em;
}
footer .logo {
	width: 135px;
	margin: 0 auto;
}
footer .copy {
	font-size: 11px;
	color: #282828;
	margin-top: 10px;
}


/* top
------------------------------------- */
#topPage #topMainArea {
	position: relative;
}
#topPage #topMainArea .layout {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
}
#topPage #topMainArea .slideArea {
	overflow: hidden;
}
#topPage #topMainArea .slideList {
	width: 100000px;
	display: flex;
}
#topPage #topMainArea .slideList li {
	width: 100vw;
}
#topPage #topMainArea .slideNav {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	text-align: center;
	z-index: 3;
}
#topPage #topMainArea .slideNav span {
	background: #d3d3d4;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}
#topPage #topMainArea .slideNav span.cur {
	background: #000;
}
#topPage #topMainArea .backBtn {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	width: 16px;
	z-index: 3;
}
#topPage #topMainArea .nextBtn {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 16px;
	z-index: 3;
}
#topPage #topMainArea .mainLead {
	position: absolute;
	top: 25.28%;
	left: 10.3%;
	width: 246px;
}
#topPage #topMainArea .mainLead-ec-button {
	display: inline-block;
	margin-top: 30px;
}
#topPage #topMainArea .ec-button_link-v2 {
	display: inline-block;
	padding: 16px 40px;
	background-color: #418fde;
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1;
	font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#topPage #topMainArea .ec-button_link-v2:hover {
	opacity: .7;
}
#topPage #topMainArea .slideInfoArea {
	position: absolute;
	bottom: 11.56%;
	left: 0;
}
#topPage #topMainArea .appBox {
	padding: 0 0 0 100px;
	background: url("../img/logo_tepralite.png") 0 0 no-repeat;
	background-size: 84px 84px;
	height: 84px;
	z-index: 2;
}
#topPage #topMainArea .appBox .txt {
	width: 196px;
	margin-bottom: 7px;
}
#topPage #topMainArea .appBox .appList {
	display: flex;
}
#topPage #topMainArea .appBox .appList li {
	width: 145px;
	font-size: 0;
}
#topPage #topMainArea .appBox .appList li a {
	border: 1px solid #969696;
	border-radius: 6px;
	overflow: hidden;
	background: #000;
	display: block;
}
#topPage #topMainArea .appBox .appList li:not(:last-child) {
	margin-right: 10px;
}

#topPage #movie {
	padding-top: 18px;
}
#topPage #movie .movieArea {
	width: 720px;
	height: 405px;
	margin: 33px auto 0;
}
#topPage #movie .movieArea .movie {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#topPage #movie .movieArea .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#topPage #movie .txtArea {
	margin: 0 auto;
	text-align: center;
	margin-top: 77px;
}
#topPage #movie .txtArea .title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
#topPage #movie .txtArea .txt {
	font-size: 16px;
	line-height: 1.625;
}

#topPage #about {
	padding-top: 86px;
}
#topPage #about .aboutArea {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
#topPage #about .aboutArea.about04 {
	margin-bottom: 0px;
}
#topPage #about .aboutArea .imgArea {
	width: 60.94%;
}
#topPage #about .aboutArea .txtArea {
	width: 39.06%;
	background: #e1e6ea;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#topPage #about .aboutArea .txtArea .number {
	width: 42px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
#topPage #about .aboutArea .txtArea .title {
	font-size: 24px;
	line-height: 1.3333;
	font-weight: bold;
	margin-top: 32px;
}
#topPage #about .aboutArea .txtArea .titlesub {
	font-size: 15px;
	line-height: 1.4667;
	margin-top: 13px;
}
#topPage #about .aboutArea .txtArea .Btn a {
	margin-top: 23px;
}
#topPage #about .aboutArea.about02 .imgArea,
#topPage #about .aboutArea.about04 .imgArea {
	order: 2;
}
#topPage #about .aboutArea.about02 .txtArea,
#topPage #about .aboutArea.about04 .txtArea {
	order: 1;
}

#topPage #tape {
	max-width: 907px;
	text-align: center;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 127px;
	position: relative;
}
#topPage #tape h2.title {
	font-size: 24px;
	font-weight: bold;
}
#topPage #tape .aboutType {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	color: #231815;
	margin-top: 20px;
}
#topPage #tape .aboutType .tapeImgArea {
	width: 25.5%;
	order: 1;
}
#topPage #tape .aboutType .txtTypeBox {
	width: 66.5%;
	order: 0;
}
#topPage #tape .aboutType .txtArea {
	text-align: left;
	padding-left: 20px;
}
#topPage #tape .aboutType .txtArea .new {
	width: 130px;
	position: relative;
	left: -20px;
}
#topPage #tape .aboutType .txtArea .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.35;
	margin-top: 14px;
}
#topPage #tape .aboutType .txtArea .txt {
	font-size: 14px;
	line-height: 1.5714;
	margin-top: 7px;
	letter-spacing: 0.03em;
}
#topPage #tape .aboutType .txtArea .txt-bold {
  font-weight: bold;
}
#topPage #tape .aboutType .txtArea .priceArea .price {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	letter-spacing: 0.03em;
}
#topPage #tape .aboutType .txtArea .priceArea .price span {
	font-size: 16px;
	letter-spacing: 0.05em;
}
#topPage #tape .aboutType .txtArea .priceArea .date {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	letter-spacing: 0.03em;
}
#topPage #tape .aboutType .txtArea .priceArea .txt {
	font-size: 11px;
	margin-top: 4px;
}
#topPage #tape .aboutType .typeArea {
	margin-top: 20px;
	padding-left: 20px;
}
#topPage #tape .aboutType .typeArea > *:first-child {
	margin-top: 0 !important;
}
#topPage #tape .aboutType .typeArea .typeList {
	display: flex;
	flex-flow: row wrap;
	margin-top: 20px;
}
#topPage #tape .aboutType .typeArea .typeList > li {
	width: calc(((100% - 52px) / 3) - 0.1px);
	margin: 20px 0 0 26px;
}
#topPage #tape .aboutType .typeArea .typeList > li:nth-child(3n+1) {
	margin-left: 0;
}
#topPage #tape .aboutType .typeArea .typeList > li:nth-child(-n+3) {
	margin-top: 0;
}
#topPage #tape .aboutType .typeArea .typeList[data-row-pc="2"] > li {
  width: calc(((100% - 35px) / 2) - 0.1px);
  margin: 20px 0 0 35px;
}
#topPage #tape .aboutType .typeArea .typeList[data-row-pc="2"] > li:nth-child(2n+1) {
  margin-left: 0;
}
#topPage #tape .aboutType .typeArea .typeList[data-row-pc="2"] > li:nth-child(-n+2) {
  margin-top: 0;
}
#topPage #tape .aboutType .typeArea .typeList .sample + .sample {
	margin-top: 8px;
}
#topPage #tape .aboutType .typeArea .typeList .typeName {
	font-size: 13px;
	line-height: 1.6923;
	margin-top: 10px;
}
#topPage #tape .aboutType .typeArea .typeList .typeName span {
	font-size: 11px;
	line-height: 1.4545;
}
#topPage #tape .txt01 {
	font-size: 15px;
	margin-top: 56px;
}
#topPage #tape .Btn a {
	width: 368px;
	margin: 11px auto 0;
}

/* low
------------------------------------- */
.low {
	padding-top: 195px;
}
.low h1.title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.low .titlesub {
	font-size: 16px;
	text-align: center;
	margin-top: 12px;
}
.pagelinkBtn {
	padding-bottom: 126px;
}
.pagelinkBtn a {
	width: 260px;
	margin: 86px auto 0;
}

/* TEPRA Lite LR30の特徴
------------------------------------- */
#featurePage #featureArea .layout {
	display: flex;
	padding-top: 47px;
}
#featurePage #featureArea .feature {
	position: relative;
}
#featurePage #featureArea .feature .txtBox {
	position: absolute;
}
#featurePage #featureArea .feature.feature01 .txtBox {
	left: 33px;
	bottom: 26px;
	color: #fff;
}
#featurePage #featureArea .feature.feature02 .txtBox {
	top: 24px;
	left: 25px;
}
#featurePage #featureArea .feature.feature03 .txtBox {
	top: 18px;
	right: 0;
} 
#featurePage #featureArea .feature .txtBox .title {
	width: 160px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3333;
	letter-spacing: 0.045em;
	margin-bottom: 7px;
}
#featurePage #featureArea .feature .txtBox .txt {
	width: 143px;
	font-size: 14px;
	line-height: 1.5714;
	letter-spacing: 0.07em;
	text-align: justify;
}
#featurePage #featureArea .feature.feature01 .txtBox .txt {
	width: 153px;
}
#featurePage #featureArea .feature.feature02 .txtBox .txt {
	width: 135px;
	letter-spacing: 0.04em;
}

#featurePage #customArea {
	color: #231815;
	padding-top: 105px;
}
#featurePage #customArea h2.title {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
#featurePage #customArea .customList {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 56px;
}
#featurePage #customArea .customList.customList01 {
	margin-top: 45px;
}
#featurePage #customArea .customList .customBox {
	width: 460px;
}
#featurePage #customArea .customList02 .customBox {
	width: 300px;
}
#featurePage #customArea .customList .customBox .title {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #231815;
	border-bottom: 1px solid #231815;
	padding: 9px 0 4px;
}
#featurePage #customArea .customList .customBox .customImg {
	width: 100%;
}
#featurePage #customArea .customList01 .customBox .customImg {
	width: 65.43%;
	margin: 30px auto;
}
#featurePage #customArea .customList02 .customBox .customImg {
	width: 77%;
	margin: 30px auto;
}
#featurePage #customArea .customList04 .customBox .customImg {
	margin-top: 17px;
}
#featurePage #customArea .customList04 .customBox .tapeList {
	display: flex;
	flex-direction: column;
	margin-top: 41px;
}
#featurePage #customArea .customList04 .customBox .tapeList li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#featurePage #customArea .customList04 .customBox .tapeList li:not(:last-child) {
	margin-bottom: 14px;
}
#featurePage #customArea .customList04 .customBox .tapeList li:nth-child(1) .tapeImg {
	width: 385px;
}
#featurePage #customArea .customList04 .customBox .tapeList li:nth-child(2) .tapeImg {
	width: 357px;
}
#featurePage #customArea .customList04 .customBox .tapeList li:nth-child(3) .tapeImg {
	width: 328px;
}
#featurePage #customArea .customList .customBox .txt {
	font-size: 13px;
	line-height: 1.4615;
	text-align: justify;
}
#featurePage #customArea .customList03 .customBox .txt {
	text-align: center;
	margin-top: 23px;
}
#featurePage #customArea .customList03 .customBox.customflame .txt {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	margin-top: 9px;
}
#featurePage #customArea .customList04 .customBox .txt {
	margin-top: 12px;
}
#featurePage #customArea .customList04 .customBox .tapeList .txt {
	margin-top: 0;
}

/*　専用アプリの使い方
------------------------------------- */
#howtoappPage #howtoArea {
	color: #231815;
}
#howtoappPage #howtoArea .tabList {
	width: 350px;
	display: flex;
	justify-content: space-between;
	margin: 70px auto 78px;
}
#howtoappPage #howtoArea .tabList a {
	font-size: 21px;
	font-weight: bold;
	color: #231815;
	padding-bottom: 3px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
}
#howtoappPage #howtoArea .tabList .current a,
#howtoappPage #howtoArea .tabList a:hover {
	color: #231815;
	border-bottom: 4px solid #c3cbd3;
}
#howtoappPage #howtoArea .stepBox #tab02 {
	display: none;
}
#howtoappPage #howtoArea .stepBox .stepList {
	width: 720px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
#howtoappPage #howtoArea .tabList li {
	word-break: keep-all;
}
#howtoappPage #howtoArea .stepBox .stepList li {
	text-align: center;
	position: relative;
}
#howtoappPage #howtoArea .stepBox .stepList li:not(:last-child) .txt::after {
	content: "";
	width: 57px;
	height: 12px;
	display: inline-block;
	background: url("../img/step_arrow.gif") 0 0 no-repeat;
	background-size: 57px 12px;
	position: absolute;
	top: 50%;
	right: -70px;
	transform: translateY(-50%);
}
#howtoappPage #howtoArea .stepBox .stepList .title {
	margin-bottom: 23px;
}
#howtoappPage #howtoArea .stepBox .stepList .title img {
	width: auto;
	height: 29px;
}
#howtoappPage #howtoArea .stepBox .stepList .title span {
	font-size: 18px;
	border-bottom: 1px solid #231815;
	padding-bottom: 2px;
	position: relative;
	top: -8px;
	margin-right: 10px;
}
#howtoappPage #howtoArea .stepBox .stepList .stepImg {
	width: 186px;
	margin-bottom: 22px;
}
#howtoappPage #howtoArea .stepBox .stepList .txt {
	font-size: 16px;
	line-height: 1.3333;
}

#howtoappPage #downloadArea {
	padding-top: 150px;
}
#howtoappPage #downloadArea .layout {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #282828;
}
#howtoappPage #downloadArea .layout .leftArea {
	text-align: center;
}
#howtoappPage #downloadArea .layout .leftArea .title {
	font-size: 28px;
	line-height: 1.4286;
	font-weight: bold;
	margin-bottom: 20px;
}
#howtoappPage #downloadArea .layout .leftArea .icon {
	width: 116px;
	border: 1px solid #231815;
	border-radius: 19px;
	overflow: hidden;
	background: #fff;
	display: block;
	margin: 0 auto 35px;
}
#howtoappPage #downloadArea .layout .leftArea .txt01 {
	font-size: 16px;
	line-height: 1.375;
	margin-bottom: 30px;
}
#howtoappPage #downloadArea .layout .leftArea .appList {
	width: 480px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 22px;
}
#howtoappPage #downloadArea .layout .leftArea .appList li {
	width: 233px;
}
#howtoappPage #downloadArea .layout .leftArea .txt02 {
	font-size: 14px;
}
#howtoappPage #downloadArea .layout .leftArea .txt02 a {
	color: #282828;
	border-bottom: 1px solid #282828;
}
#howtoappPage #downloadArea .layout .sampleImg {
	width: 295px;
}
#howtoappPage .pagelinkBtn a {
	width: 236px;
	margin-top: 112px;
}
#ancTape {
	position: absolute;
	top: -107px;
}

/*　本体仕様
------------------------------------- */
#specPage #specArea .slideArea {
	overflow: hidden;
	position: relative;
}
#specPage #specArea .slideList {
	width: 100000px;
	display: flex;
	margin-top: 70px;
}
#specPage #specArea .slideList li {
	max-width: 980px;
}
#specPage #specArea .previewList {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
#specPage #specArea .previewList li {
	height: 88px;
}
#specPage #specArea .previewList li img {
	width: auto;
	height: 100%;
}
#specPage #specArea .previewList li:not(:last-child) {
	margin-right: 17px;
}
#specPage #specArea .backBtn {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	width: 16px;
	z-index: 3;
}
#specPage #specArea .nextBtn {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 16px;
	z-index: 3;
}

#specPage #tableArea {
	padding: 154px 50px 0;
	color: #231815;
	font-size: 16px;
}
#specPage #tableArea table {
	width: 100%;
}
#specPage #tableArea table tr {
	border-bottom: 1px solid #918b8a;
}
#specPage #tableArea table tr:first-child {
	border-top: 1px solid #000;
}
#specPage #tableArea table th {
	width: 187px;
	border-right: 1px solid #918b8a;
	padding: 4px 0 2px 4px;
}
#specPage #tableArea table td {
	padding: 4px 0 2px 17px;
}

#specPage .pagelinkBtn a {
	margin-top: 90px;
}

/*　使用例
------------------------------------- */
#exusePage #exuseArea .photoArea {
	padding-top: 48px;
	padding-bottom: 75px;
}
#exusePage #exuseArea .photoArea .photoList li {
	width: 22.75%;
	float: left;
	margin-right: 2.97%;
	margin-bottom: 2.97%;
}
#exusePage #exuseArea .photoArea .photoList li:nth-child(3),
#exusePage #exuseArea .photoArea .photoList li:nth-child(4),
#exusePage #exuseArea .photoArea .photoList li:nth-child(9),
#exusePage #exuseArea .photoArea .photoList li:nth-child(10) {
	width: 48.47%;
}
#exusePage #exuseArea .photoArea .photoList li:nth-child(3),
#exusePage #exuseArea .photoArea .photoList li:nth-child(9) {
	float: right;
}
#exusePage #exuseArea .photoArea .photoList li:nth-child(4),
#exusePage #exuseArea .photoArea .photoList li:nth-child(10) {
	margin-right: 3.06%;
}
#exusePage #exuseArea .photoArea .photoList li:nth-child(3),
#exusePage #exuseArea .photoArea .photoList li:nth-child(6),
#exusePage #exuseArea .photoArea .photoList li:nth-child(9),
#exusePage #exuseArea .photoArea .photoList li:nth-child(12) {
	margin-right: 0;
}
/* modal */
.modal {
	background:rgba(255,255,255,0.8);
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}
.modalBody {
	display:block;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:10001;
}
.modalBody .slideBox {
	position: relative;
}
.modalBody .slideArea {
	width: 820px;
	overflow: hidden;
}
.modalBody .photoList {
	width: 100000px;
	display: flex;
}
.modalBody .photoList li {
	width: 820px;
}
.modal .slideBox .close{
	width: 32px;
	position: absolute;
	right: -82px;
	top: 0;
	cursor: pointer;
	z-index: 100000;
}
.modal .slideBox .backBtn {
	position: absolute;
	top: 50%;
	left: -52px;
	transform: translateY(-50%);
	width: 22px;
}
.modal .slideBox .nextBtn {
	position: absolute;
	top: 50%;
	right: -52px;
	transform: translateY(-50%);
	width: 22px;
}
/* ----- ec-button ----- */
.table_cell_ec {
	display: flex;
	flex-wrap: nowrap;
	-ms-align-items: center;
	align-items: center;
}
.ec-button {
	display: inline-block;
	margin-left: 25px;
	padding: 10px 0;
	max-width: 250px;
	min-width: 88px;
	vertical-align: top;
}
.ec-button_link {
	display: inline-block;
	padding: 5px 25px 7px;
	background-color: #fff;
	border: 2px solid #418fde;
	border-radius: 6px;
	color: #418fde;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1;
	font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ec-button_link:hover {
	opacity: 1;
	background-color: #daebfc;
}

@media screen and (min-width: 751px){
	.Btn a:hover {
		width: 200px;
	}
	#topPage #tape .Btn a:hover {
		width: 400px;
	}
	.pagelinkBtn a:hover {
		width: 290px;
	}
	#howtoappPage .pagelinkBtn a:hover {
		width: 260px;
	}
	
	.spslideArea ul{
		margin-left:auto!important;
	}
	/*　fixedのヘッダ
	------------------------------------- */
	header.fixed {
		background: rgba(255,255,255,1);
		padding: 23px 20px;
		transition:all 0.6s;
	}
	header.fixed nav#gNav {
		top: 48px;
	}
	header .sitelogo img,
	header nav#gNav {
		transition:all 0.6s;
	}
	header.fixed .sitelogo img {
		width: 97px;
		height: 57px;
		transition:all 0.6s;
	}
}

@media screen and (max-width: 1130px) and (min-width: 751px){
	#topPage #topMainArea .mainLead {
		top: 25%;
		width: 240px;
	}
	#topPage #topMainArea .mainLead-ec-button {
		margin-top: 15px;
	}
	#topPage #topMainArea .ec-button_link-v2 {
		padding: 10px 30px;
	}
	#topPage #topMainArea .slideInfoArea {
		bottom: 8%;
	}
}

@media screen and (max-width: 980px) and (min-width: 751px){
	header .sitelogo img {
		width: 12.65vw;
		height: auto;
	}
	header nav#gNav .gNavList {
		width: 82vw;
		height: auto;
	}
	header nav#gNav {
		top: 38px;
	}
	header nav#gNav li a {
		font-size: 13px;
		white-space: nowrap;
	}
	
	header.fixed .sitelogo img {
		width: 9.9vw;
		height: auto;
	}
	header.fixed nav#gNav {
		top: 28px;
	}
	.pagelinkBtn a,
	#topPage #tape .Btn a,
	footer .footerList li {
		white-space: nowrap;
	}
	
	/* top
	------------------------------------- */
	#topPage #topMainArea .slideInfoArea {
	bottom: 2%;
}
	#topPage #topMainArea .appBox {
		padding: 0 0 0 10.2vw;
		background-size: 8.57vw 8.57vw;
		height: 8.57vw;
	}
	#topPage #topMainArea .appBox .txt {
		width: 20vw;
		margin-bottom: 0.71vw;
	}
	#topPage #topMainArea .appBox .appList li {
		width: 14.8vw;
		font-size: 0;
	}
	#topPage #topMainArea .appBox .appList li a {
		border-radius: 0.61vw;
	}
	#topPage #topMainArea .appBox .appList li:not(:last-child) {
		margin-right: 1.02vw;
	}
	
	#topPage #topMainArea .mainLead {
		width: 205px;
	}
	#topPage #topMainArea .mainLead-ec-button {
		margin-top: 5px;
	}
	
	/* TEPRA Lite LR30の特徴
	------------------------------------- */
	#featurePage #featureArea .feature.feature01 .txtBox {
		left: 3vw;
		bottom: 2.65vw;
	}
	#featurePage #featureArea .feature.feature02 .txtBox {
		top: 2.45vw;
		left: 2.55vw;
	}
	#featurePage #featureArea .feature.feature03 .txtBox {
		top: 1.84vw;
		right: 0;
	} 
	#featurePage #featureArea .feature .txtBox .title {
		width: 16.33vw;
		font-size: 1.84vw;
		letter-spacing: 0.045em;
		margin-bottom: 0.71vw;
	}
	#featurePage #featureArea .feature.feature01 .txtBox .title {
		width: 20vw;
	}
	#featurePage #featureArea .feature .txtBox .txt {
		width: 14.59vw;
		font-size: 1.43vw;
		letter-spacing: 0.07em;
	}
	#featurePage #featureArea .feature.feature01 .txtBox .txt {
		width: 15.61vw;
	}
	#featurePage #featureArea .feature.feature02 .txtBox .txt {
		width: 13.78vw;
		letter-spacing: 0.04em;
	}
	
	#featurePage #customArea .customList .customBox {
		width: 46.94vw;
	}
	#featurePage #customArea .customList02 .customBox {
		width: 30.61vw;
	}
	#featurePage #customArea .customList .customBox .title {
		font-size: 2.14vw;
		padding: 0.92vw 0 0.41vw;
	}
	#featurePage #customArea .customList .customBox .txt {
		font-size: 1.35vw;
	}
	#featurePage #customArea .customList04 .customBox .tapeList li:nth-child(1) .tapeImg {
		width: 39.29vw;
	}
	#featurePage #customArea .customList04 .customBox .tapeList li:nth-child(2) .tapeImg {
		width: 36.43vw;
	}
	#featurePage #customArea .customList04 .customBox .tapeList li:nth-child(3) .tapeImg {
		width: 33.47vw;
	}
	/*　専用アプリの使い方
	------------------------------------- */
	#howtoappPage #downloadArea .layout .leftArea {
		min-width: 395px;
		padding-left: 20px;
	}
	#howtoappPage #downloadArea .layout .leftArea .appList {
		width: 48.98vw;
	}
	#howtoappPage #downloadArea .layout .leftArea .appList li {
		width: 48.5%;
	}
	
	/*　本体仕様
	------------------------------------- */
	#specPage #specArea .slideList li {
		max-width: 100vw;
	}
	
	.modalBody .slideArea {
		width: 83.67vw;
	}
	.modalBody .photoList li {
		width: 83.67vw;
	}
	.modal .slideBox .close{
		right: -52px;
	}
	
}


/* clearfix
------------------------------------- */
.clearfix::after,
header .rightBox::after,
#howtoappPage #downloadArea .layout::after,
#exusePage #exuseArea .photoArea .photoList::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.modal {
	display: none;
}