@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html,
body {
	font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	color: #424242;
	line-height: 1.5;
	background: #fff;
}
a {
	outline: none;
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
	border: none;
	display: block;
}
ul {
	list-style: none;
}
wrapper,
header,
nav,
main,
article,
section,
footer {
	display: block;
}
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
}
.modal__bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content {
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
}
.js-modal-open {
	font-size: 16px !important;
	margin: 15px auto 0 auto !important;
}
.js-modal-open i {
	font-size: 1.2em;
}
body {
	overflow-x: hidden;
}
.wrapper {
	position: relative;
	opacity: 0;
}
.wrapper:before {
	content: '';
	position: absolute;
	z-index: -10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.3s;
}

#svg-animation {
	width: 100%;
	height: auto;
}
#svg-animation .st0 {
	fill: none;
	stroke: #ffffff;
	stroke-width: 6;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 2;
	stroke-dasharray: 1500; /* この行を追加 */
	stroke-dashoffset: 1500; /* この行を追加 */
}
/*loader*/
#loader-bg {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 10000;
}
#loader {
	display: block;
}

#loader img {
	width: 400px;
	height: auto;
	padding: 0 40px;
}
.cp_loading18 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cp_loading18 .cp_item {
	display: inline-block;
	width: 22px;
	height: 23px;
	-webkit-animation: loading18 1.3s infinite ease-out;
	animation: loading18 1.3s infinite ease-out;
	opacity: 0.5;
}
.cp_loading18 .cp_item:nth-child(1) {
	-webkit-transform: translate(0, -25px);
	transform: translate(0, -25px);
	background: #e91e63;
}

.cp_loading18 .cp_item:nth-child(2) {
	-webkit-transform: translate(25px, 0);
	transform: translate(25px, 0);
	background: #2196f3;
}
.cp_loading18 .cp_item:nth-child(3) {
	-webkit-transform: translate(-25px, 0);
	transform: translate(-25px, 0);
	background: #00bcd4;
}
.cp_loading18 .cp_item:nth-child(4) {
	-webkit-transform: translate(0, 25px);
	transform: translate(0, 25px);
	background: #cddc39;
}
@-webkit-keyframes loading18 {
	33% {
		-webkit-transform: translate(0, 0) rotate(-20deg);
		transform: translate(0, 0) rotate(-20deg);
		opacity: 0.7;
	}
	66% {
		-webkit-transform: translate(0, 0) rotate(20deg);
		transform: translate(0, 0) rotate(20deg);
		opacity: 0.7;
	}
}
@keyframes loading18 {
	25% {
		-webkit-transform: translate(0, 0) rotate(-20deg);
		transform: translate(0, 0) rotate(-20deg);
		opacity: 0.7;
	}
	75% {
		-webkit-transform: translate(0, 0) rotate(20deg);
		transform: translate(0, 0) rotate(20deg);
		opacity: 0.7;
	}
}
header {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	align-items: center;
}
header h1 {
	flex-basis: 22%;
}
header h1 img {
	max-width: 300px;
}
header nav {
	flex-basis: 70%;
}
header nav ul {
	display: flex;
	justify-content: space-between;
}
header nav ul li {
	flex-basis: 20%;
	text-align: center;
	position: relative;
	font-weight: bold;
}
header nav ul li a,
header nav ul li button {
	padding: 20px 2%;
	display: block;
	color: #00296a;
	position: relative;
	z-index: 10;
	overflow: hidden;
	border: none;
	outline: none;
	background: transparent;
	width: 96%;
}
header nav ul li button {
	font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
}
.SpNav + .SpNav {
	display: none;
}
header nav ul li span {
	color: #5f0028;
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	font-size: 10px;
	transition: all 0.2s;
}
header nav ul li a:before,
header nav ul li a:after,
header nav ul li button:before,
header nav ul li button:after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 100%;
	width: 40px;
	height: 1px;
	background: #be75bf;
	transition: none;
}
header nav ul li a:after,
header nav ul li button:after {
	left: inherit;
	right: 100%;
}
header nav ul li:before {
	content: '';
	position: absolute;
	bottom: 4px;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-left: -5px;
	background: #be75bf;
	opacity: 0;
	transition: all 0.2s 0s;
}
header nav ul li.active span,
header nav ul li:hover span {
	font-size: 20px;
	bottom: 15px;
	color: #f3dcec;
}
header nav ul li:hover a:before,
header nav ul li:hover a:after,
header nav ul li:hover button:before,
header nav ul li:hover button:after {
	width: 4px;
	left: 50%;
	margin-left: -2px;
	transition: all 0.4s 0s;
}
header nav ul li:hover a:after,
header nav ul li:hover button:after {
	left: inherit;
	right: 50%;
	margin-left: 0;
	margin-right: -2px;
}
header nav ul li:hover:before {
	opacity: 1;
	transition: all 0.2s 0.32s;
}
/*ドロワーメニュー*/
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}
.menu-trigger {
	display: none;
	position: relative;
	width: 35px;
	height: 30px;
	margin: 0 0 0 auto;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #00296a;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 13px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(13px) rotate(-45deg);
	transform: translateY(13px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 0.8s forwards;
	animation: active-menu-bar02 0.8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(45deg);
	transform: translateY(-13px) rotate(45deg);
}

section {
	padding: 80px 0;
	width: 75%;
	max-width: 1100px;
	margin: 0 auto;
}
section h2 {
	text-align: center;
	font-size: x-large;
	color: #00296a;
	font-weight: normal;
	position: relative;
	margin-bottom: 40px;
}
section h2:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 10%;
	height: 1px;
	margin-left: -5%;
	background: #be75bf;
}
section h2 span {
	display: block;
	font-size: medium;
}
section .LinkBtn,
footer .LinkBtn {
	display: block;
	background: #00296a;
	color: #fff;
	text-align: center;
	margin: 40px auto 0 auto;
	width: 300px;
	border-radius: 20px;
	padding: 10px 0;
	position: relative;
	border: none;
	outline: none;
	font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
}
section .LinkBtn:before,
footer .LinkBtn:before {
	content: '▶';
	position: absolute;
	top: 30%;
	right: 15px;
	font-size: 12px;
	transition: all 0.2s;
}
section .LinkBtn:hover:before,
footer .LinkBtn:hover:before {
	right: 10px;
}
#TopMain {
	background: url('../images/bg-topmain.jpg') center center no-repeat;
	background-size: 100%;
	padding: 0;
	margin-bottom: 80px;
	width: 100%;
	max-width: inherit;
	min-width: inherit;
	position: relative;
}
#TopMain .TopMainCnt {
	display: flex;
	padding: 50px 0 50px 50px;
}
#TopMain .TopMainCntInner {
	flex-basis: 70%;
	font-size: large;
	color: #fff;
	font-weight: 900;
	line-height: 1.8;
}
#TopMain .svgAnime {
	background: #fff;
	position: relative;
	margin: 20px 0;
	padding: 10px;
}
.TopSlider {
	position: absolute;
	bottom: -245px;
	right: 50%;
	width: 90%;
	margin-right: -45%;
}
.TopSlider button.sliderimg {
	border: none;
	outline: none;
	width: 100%;
	height: 230px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: transparent;
	display: block;
}
.TopSlider button.sliderimg:after {
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.2s;
}
.TopSlider .slick-center button.sliderimg:after {
	background: rgba(0, 0, 0, 0);
}

.TopSlider button.sliderimg:before {
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(255, 255, 255, 0.2);
	transition: all 0.2s;
}
.TopSlider button.sliderimg:hover:before {
	opacity: 1;
}
.TopSlider button.sliderimg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: scale(1.3);
	width: 100%;
	/* height:20vw;
object-fit: cover; */
}
.TopSlider .SliderOne {
	overflow: hidden;
	position: relative;
	transform: scale(0.8);
	transition: all 0.4s;
}
.TopSlider .slick-center {
	transform: scale(1.1);
}
.TopSlider .SliderInner {
	overflow: hidden;
	background: #ffffff;
}
.TopSlider .slick-center .SliderInner {
	transform: scale(1);
}
.TopSlider .ProductTitle {
	position: absolute;
	display: table;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: small;
	text-align: center;
	transition: all 0.2s;
}
.TopSlider .ProductTitle h3 {
	display: table-cell;
	vertical-align: middle;
	padding: 5%;
}
.TopSlider .ProductTitle h3 i {
	display: block;
	font-size: 12px;
}
.TopSlider .SliderOne:hover .ProductTitle {
	bottom: 0;
}
.TopSlider .SliderOne.slick-center .ProductTitle {
	bottom: 0;
	transition: all 0.2s 0.6s;
}

#News {
	padding: 200px 0 80px 0;
}
#News ul li {
	margin-bottom: 10px;
}
#News ul li a {
	background: #eee;
	padding: 20px 50px;
	display: flex;
	position: relative;
	color: #000;
	justify-content: space-between;
	align-items: center;
}
#News ul li a:before {
	content: '▶';
	position: absolute;
	right: 20px;
	top: 35px;
	font-size: 10px;
	transition: all 0.2s;
}
#News ul li a:hover {
	opacity: 0.8;
}
#News ul li a:hover:before {
	right: 15px;
}
#News ul li span {
	flex-basis: 80%;
}
#News ul li span + span {
	flex-basis: 20%;
	text-align: right;
}
#News ul li span i {
	display: block;
	font-size: 12px;
	font-style: normal;
}
#Exsample .ExsapmleSlider {
	padding: 50px 0;
}
#Exsample .ExsapmleSlider iframe {
	width: 100%;
}
#Product {
	width: 100%;
	max-width: inherit;
	min-width: inherit;
	background: url('../images/bg-product.jpg') center center no-repeat;
	background-size: 100%;
}
#Product h2 {
	color: #fff;
}
#Product p {
	color: #fff;
	text-align: center;
}
footer {
	text-align: center;
	padding: 70px 0 0 0;
}
footer img {
	width: 300px;
	margin: 0 auto 30px auto;
}
footer address {
	padding: 50px 0 10px 0;
	font-size: 10px;
	font-style: normal;
}

.otherPage section {
	width: 100%;
	padding: 0 0 80px 0;
	max-width: inherit;
}
.otherPage .otherPageLink {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: inherit;
}
.otherPage .otherLinkOne {
	flex-basis: 50%;
	text-align: center;
	background: url('../images/bg-product.jpg') center center no-repeat;
	background-size: 100%;
	transition: all 0.6s;
}
.otherPage .otherLinkOne + .otherLinkOne {
	background: url('../images/bg-exsample.jpg') center center no-repeat;
	background-size: 100%;
}
.otherPage .otherLinkOne:hover {
	background-size: 110%;
}
.otherPage .otherLinkOne a,
.otherPage .otherLinkOne button {
	padding: 30px 3%;
	display: block;
}
.otherPage .otherLinkOne button {
	width: 100%;
	border: none;
	outline: none;
	background: none;
	font-weight: bold;
	font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
}
.otherPage .otherLinkInner {
	background: #fff;
	width: 90%;
	margin: 0 auto;
	padding: 50px 3%;
	color: #00296a !important;
}
.otherPage .otherLinkInner h3 span {
	display: block;
	font-weight: normal;
	font-size: 14px;
}

#NewsPage .otherHeader {
	background: url('../images/bg-news.jpg') center top no-repeat;
	background-size: 100%;
	width: 100%;
	padding: 30px 0;
}
#NewsPage .NewsCnt {
	width: 75%;
	margin: 0 auto;
	padding: 80px 0;
	max-width: 1100px;
}
#NewsPage .NewsCnt span {
	display: block;
	font-size: x-large;
}
#NewsPage .NewsCnt span + span {
	font-size: small;
	margin: 8px 0 30px 0;
}
#NewsPage .NewsCnt i {
	font-style: normal;
	font-size: 12px;
	padding-left: 15px;
}
#NewsPage .NewsCnt .NewsCntTxt {
	margin-bottom: 30px;
}

#ProductPage #Product {
	background: none;
}
#ProductPage .otherHeader {
	background: url('../images/bg-product.jpg') center center no-repeat;
	background-size: 100%;
	width: 100%;
	padding: 30px 0;
}
#ProductPage .ProductCnt {
	display: flex;
	flex-wrap: wrap;
	padding: 80px 0 0 0;
	width: 75%;
	max-width: 1100px;
	margin: 0 auto;
}
#ProductPage .ProductOne {
	flex-basis: 32%;
	margin: 0 0.6% 50px 0.5%;
}
#ProductPage .ProductOne button {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	outline: none;
	border: none;
}
#ProductPage .ProductOne button:before {
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	transition: all 0.4s;
}
#ProductPage .ProductOne button:after {
	content: 'More Detail →';
	position: absolute;
	z-index: 15;
	top: 50%;
	left: -150%;
	color: #000;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: all 0.7s;
}
#ProductPage .ProductOne button:hover:before {
	left: 0;
}
#ProductPage .ProductOne button:hover:after {
	left: 50%;
}
#ProductPage h3 {
	color: #5f0028;
	font-size: large;
	display: flex;
	flex-wrap: wrap;
}
#ProductPage h3 span {
	width: 100%;
}
#ProductPage h3 i {
	display: block;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000;
	margin: 8px 0 15px 0;
}
#ProductPage .ProductOne p {
	text-align: left;
	color: #424242;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}
#ProductPage .ProductOne p + p {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
#ProductPage .ProductOne .ProductImg {
	position: relative;
	height: 200px;
	padding-bottom: 15px;
	background: #ffffff;
}
#ProductPage .ProductOne .ProductImg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: scale(1.2);
	width: 100%;
	/* height: 20vw;
	object-fit: cover; */
}
#ProductPage #Exsample {
	width: 100%;
	max-width: inherit;
	min-width: inherit;
	background: url('../images/bg-exsample.jpg') center center no-repeat;
	background-size: 100%;
	padding: 80px 0;
}
#ProductPage.DetailPage .slickslidethum {
	margin: 10px auto 30px auto;
}
#ProductPage.DetailPage .ProductCnt {
	display: block;
}
#ProductPage .ProductDetailTtl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}
#ProductPage .ProductDetailTtl h3 {
	flex-basis: 70%;
	font-size: x-large;
}
#ProductPage .ProductDetailTtl a {
	flex-basis: 30%;
	margin: 0;
}
#ProductPage .ProductDetailMovieArea,
#ProductPage .ProductDeatalSlider {
	width: 60%;
	min-width: 500px;
	max-width: 800px;
	margin-bottom: 50px;
}
#ProductPage .ProductDetailTxt {
	margin-bottom: 50px;
	line-height: 1.8;
}
#ProductPage .ProductDetailTxt p {
	color: #424242;
	text-align: left;
}
#ProductPage .ProductDetailSpacification,
#ProductPage .ProductDetailSpacification table {
	width: 100%;
}
#ProductPage .ProductDetailSpacification td {
	padding: 5px 10px;
	background: #eee;
	width: 20%;
	vertical-align: middle;
}
#ProductPage .ProductDetailSpacification td + td {
	background: none;
	width: 80%;
}
#ProductPage .otherPageLink h3 {
	color: #00296a;
	font-size: medium;
	display: block;
}
#ProductPage .ThumImg {
	display: none;
}
#ProductPage .slickslidethum .slick-slide img {
	width: 100%;
	height: 10vw;
	object-fit: cover;
}

#ExsamplePage .otherHeader {
	background: url('../images/bg-exsample.jpg') center center no-repeat;
	background-size: 100%;
	width: 100%;
	padding: 30px 0;
}
#ExsamplePage .ExsampleCnt {
	display: flex;
	justify-content: space-between;
	padding: 80px 0 0 0;
	width: 75%;
	max-width: 1100px;
	margin: 0 auto;
}
#ExsamplePage .ExsampleNav {
	flex-basis: 28%;
}
#ExsamplePage .ExsampleInner {
	flex-basis: 68%;
}
#ExsamplePage .ExsampleNav .ExsmapleForm {
	padding: 15px;
	background: #ddd;
}
#ExsamplePage .ExsampleNav .ExsmapleForm form div {
	position: relative;
	border-bottom: 1px solid #000;
}
#ExsamplePage .ExsampleNav .ExsmapleForm form div:last-of-type {
	border: none;
}
#ExsamplePage .ExsampleNav .ExsmapleForm form div:before {
	content: '▶';
	position: absolute;
	right: 0;
	top: 35%;
	color: #00296a;
	font-size: 10px;
	transition: all 0.2s;
}
#ExsamplePage .ExsampleNav .ExsmapleForm form button,
#ExsamplePage .ExsampleNav .ExsmapleForm form button:focus {
	display: block;
	text-align: left;
	padding: 15px 30px 15px 0;
	color: #00296a;
	transition: all 0.2s;
	background: none;
	border: none;
	outline: none;
}
#ExsamplePage .ExsampleNav .ExsmapleForm form button:hover {
	color: #5f0028;
}
#ExsamplePage .ExsampleNav .ExsmapleForm form div:hover:before {
	right: -5px;
	color: #5f0028;
}
#ExsamplePage h3 {
	color: #5f0028;
	font-size: large;
}
#ExsamplePage h3 i {
	display: block;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000;
	margin: 8px 0 15px 0;
}
#ExsamplePage .ExsampleNav .ExsmapleForm h3 {
	font-size: small;
	color: #00296a;
	font-weight: normal;
	transition: all 0.2s;
}
#ExsamplePage .ExsampleNav .ExsmapleForm h3:hover {
	color: #5f0028;
}
#ExsamplePage .ExsampleNav .ExsmapleForm h3 i {
	display: none;
}
#ExsamplePage p {
	margin: 15px 0;
	padding: 20px;
}
#ExsamplePage #Product {
	padding: 80px 0;
}
#ExsamplePage .ExsampleInner .ThumImg,
#ExsamplePage .ExsampleInner .ProductDetailTtl .LinkBtn,
#ExsamplePage .ExsampleInner .ProductDeatalSlider,
#ExsamplePage .ExsampleInner .ProductDetailSpacification,
#ExsamplePage .ExsampleInner .ProductDetailTxt p + p {
	display: none;
}

#AccessPage .otherHeader {
	background: url('../images/bg-access.jpg') center top no-repeat;
	background-size: 100%;
	width: 100%;
	padding: 30px 0;
}
#AccessPage .AccessCnt {
	width: 75%;
	margin: 0 auto;
	padding: 80px 0;
	max-width: 1100px;
}
#AccessPage .AccessCnt img {
	width: 300px;
	margin: 10px 0 30px 0;
}
#AccessPage .AccessInner table {
	width: 100%;
}
#AccessPage .AccessInner table td {
	padding: 10px;
	font-size: medium;
	width: 20%;
}
#AccessPage .AccessInner table td + td {
	padding: 10px;
	font-size: medium;
	width: 80%;
}
#AccessPage .AccessCnt iframe {
	width: 100%;
	margin-top: 30px;
}

#AboutPage .otherHeader {
	background: url('../images/bg-access.jpg') center top no-repeat;
	background-size: 100%;
	width: 100%;
	padding: 30px 0;
}
#AboutPage .AboutCnt {
	width: 75%;
	margin: 0 auto;
	padding: 80px 0;
	max-width: 1100px;
}
#AboutPage .CorpData {
	width: 100%;
	margin-bottom: 50px;
}
#AboutPage .CorpData td {
	padding: 5px 10px;
	background: #eee;
	width: 20%;
	vertical-align: middle;
}
#AboutPage .CorpData td + td {
	background: none;
	width: 80%;
}
#AboutPage .SupplyData h3 {
	margin: 30px 0 5px 0;
}
#AboutPage .SupplyData p {
	margin: 8px 0;
}

@media screen and (max-width: 1080px) {
	#ProductPage .ProductOne {
		flex-basis: 49%;
		margin: 0 0.5% 50px 0.5%;
	}
}
@media screen and (max-width: 1050px) {
	#ProductPage .ProductDetailMovieArea iframe,
	#ExsamplePage .ProductDetailMovieArea iframe {
		width: 100%;
	}
}
@media screen and (max-width: 968px) {
	.menu-trigger {
		display: block;
	}
	header {
		position: fixed;
		width: 94%;
		z-index: 10000;
		background: #fff;
		padding: 20px 3%;
	}
	header nav ul {
		position: fixed;
		z-index: 1000;
		right: -100%;
		top: 70px;
		width: 30%;
		height: 100%;
		background: #fff;
		transition: all 0.3s;
		display: block;
	}
	header nav ul.active {
		right: 0;
	}
	wrapper.active:before {
		opacity: 1;
		z-index: 100;
	}
	article {
		padding-top: 70px;
	}
	#TopMain .TopMainCntInner {
		flex-basis: 90%;
		font-size: medium;
	}
	#ProductPage .ProductOne .ProductImg img {
		/* height: 30vw; */
		transform: scale(1.2);
	}

	#ExsamplePage .ExsampleCnt {
		display: block;
	}
	#ExsamplePage .ExsampleNav {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 725px) {
	header h1 {
		flex-basis: 75%;
	}
	header nav {
		flex-basis: 25%;
	}
	header h1 img {
		max-width: 200px;
	}
	header nav ul {
		width: 50%;
	}
	#TopMain {
		margin-bottom: 150px;
	}
	.TopSlider {
		bottom: -78%;
	}
	.TopSlider button.sliderimg img {
		/* height: 30vw; */
		transform: scale(1);
	}
	#News {
		padding: 120px 0 80px 0;
	}
	section,
	#Product p,
	footer p,
	#NewsPage .NewsCnt,
	#AboutPage .AboutCnt,
	#ProductPage .ProductCnt,
	#ExsamplePage .ExsampleCnt,
	#AccessPage .AccessCnt {
		width: 90%;
		margin: 0 auto;
	}
	.otherPage section h2 {
		margin-bottom: 0px;
	}
	.otherPage .otherPageLink {
		display: block;
	}
	#ProductPage .ProductOne .ProductImg img {
		/* height: 40vw; */
	}
	#ProductPage .ProductDetailMovieArea,
	#ProductPage .ProductDeatalSlider,
	#ExsamplePage .ProductDetailMovieArea {
		width: 100%;
		min-width: inherit;
		max-width: inherit;
	}
	#ProductPage .slickslidethum .slick-slide img {
		height: 20vw;
	}
}
@media screen and (max-width: 600px) {
	.modal__content {
		padding: 40px 20px;
		width: 80%;
	}
	.modal__content img {
		width: 100% !important;
	}
	section {
		padding: 40px 0 40px 0;
	}
	section h2 {
		font-size: large;
	}
	#TopMain {
		background-size: 150% 100%;
	}
	#TopMain .TopMainCnt {
		display: block;
		padding: 50px 2%;
	}
	#TopMain .TopMainCntInner {
		font-size: medium;
	}
	.TopSlider {
		bottom: -68%;
	}
	.TopSlider button.sliderimg {
		height: 200px;
	}
	.TopSlider button.sliderimg:before {
		display: none;
	}
	#News {
		padding: 100px 0 80px 0;
	}
	#News ul li a {
		padding: 20px 7% 20px 2%;
	}
	#News ul li a:before {
		right: 2%;
	}
	#News ul li a:hover:before {
		right: 1%;
	}
	#Product {
		background-size: 150% 100%;
	}
	#Exsample .ExsapmleSlider {
		padding: 20px 0;
	}
	#ProductPage .ProductCnt {
		display: block;
	}
	#ProductPage .ProductOne {
		margin-bottom: 20px;
	}
	#ProductPage .ProductDetailTtl {
		display: block;
		margin-bottom: 10px;
	}
	#ProductPage .ProductDetailTtl h3 {
		font-size: large;
	}
	#ExsamplePage .ExsampleNav .ExsmapleForm form button {
		width: 94%;
		text-align: left;
		padding: 15px 3% 15px 3%;
	}
	#AccessPage .AccessCnt img {
		width: 50%;
		max-width: 250px;
		min-width: 200px;
		margin: 10px 0 30px 0;
	}
	#AccessPage .AccessInner table td {
		font-size: small;
		width: 30%;
	}
	#AccessPage .AccessInner table td + td {
		font-size: small;
		width: 70%;
	}
}
@media screen and (max-width: 400px) {
	#TopMain .TopMainCntInner {
		font-size: small;
	}
	.TopSlider {
		bottom: -78%;
	}

	.TopSlider button.sliderimg {
		height: 200px;
	}
	.TopSlider button.sliderimg img {
		/* height: 50vw; */
		transform: scale(1);
	}
	#News {
		padding: 100px 0 80px 0;
	}
	footer img {
		width: 70%;
		margin: 0 auto 30px auto;
	}
}
