@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  padding-top: 1rem;
	line-height: 1;
	-webkit-overflow-scrolling: touch;
}
body,button,input,select,textarea {
	font: 12px "メイリオ", "ゴシック","Hiragino", "Hiragino Kaku Gothic ProN", "Meiryo", "PingFangSC", "Microsoft YaHei", "\5b8b\4f53", "Tahoma", "Arial";
	color: #383838;
	outline: none;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Noto Sans SC Light", "Noto Sans（Light）";
}
button {
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
}
.cursor-hover {
	transition: all .3s;
}
input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset;}

.cursor-hover:hover {
	opacity: .7;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 88px;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 600;
}

a{
	cursor: pointer;
	outline: none;
	text-decoration: none;
	transition: all .3s;
	blr:expression(this.onFocus=this.blur());
}
a:hover {
  opacity: .6;
}
.sp-show {
  display: none;
}

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

input, textarea {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

textarea {
  resize: none;
}

img {
  display: block;
  width: 100%;
}

.fl{float:left !important;}

.fr{float:right !important;}

.flex {
  display: flex;
  align-items: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-sizing{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}



#cnzz_stat_icon_1277664388 {
  display: none;
}

.pop-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	right: 0;
	top: 0;
	height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.pop-text {
	padding: .2rem;
	line-height: .24rem;
	font-size: .2rem;
	background-color: rgba(255, 255, 255, 0.8);
	color: #262626;
	font-family: "Microsoft YaHei";
	border-radius: 5px;
	min-width: 15%;
	text-align: center;
	animation-name: fadeInDown;
}

.laymid {
  min-width: 95%;
	max-width: 1376px;
	margin: 0 auto;
}
.swiper-wrapper .laymid {
  margin: 66px 108px 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FBFBFB;
  align-items: center;
  height: 1rem;
  z-index: 99;
}
.header .laymid {
  padding: 0 76px;
  box-sizing: border-box;
}

.header-nav {
  display: flex;
  align-items: center;
}

.header-nav a {
  position: relative;
  display: inline-block;
  margin-left: .22rem;
  line-height: .26rem;
  font-size: .16rem;
  min-width: 1.1rem;
  text-align: center;
  color: #383838;
}

.header-nav .lang {
  position: relative;
  color: #A5A4A4;
  text-align: right;
  padding-right: 20px;
  background: url('./img/icon_more.png') right 6px/12px no-repeat;
}

.header-nav .lang p {
  display: none;
  position: absolute;
  top: .28rem;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
}

.header-nav .lang:hover p {
  display: block;
}

.header-nav a.selected {
  color: #888B8D;
}

.header-nav a.selected::after {
  position: absolute;
  top: .36rem;
  content: '';
  display: block;
  width: 70%;
  height: 2px;
  right: 15%;
  background-color: #888B8D;
}

.monstar-logo {
  display: block;
  width: 1.96rem;
  height: .27rem;
  background: url('./img/logo.png') center/contain no-repeat;
  text-indent: -99999px;
}

.text-right {
  text-align: right;
}

.banner {
  position: relative;
  height: 6.6rem;
  background-color: #fff;
}

.swiper-pagination {
  z-index: 99;
}

.swiper-pagination-bullet {
  width: .16rem;
  height: .16rem;
  background-color: transparent;
  border: 1px solid #979797;
  outline: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .1rem; 
}
.swiper-pagination-bullet-active {
  background-color: #979797;
  border: 1px solid #979797;
}

.animated {
	visibility: hidden;
	animation-duration: .8s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-fill-mode: forwards;
}

.swiper-slide {
  display: flex;
  align-items: center;
}

.swiper-slide .cont {
  width: 5.6rem;
}

.swiper-slide .cont h2 {
  font-size: .38rem;
  color: #000;
}

.swiper-slide .cont h3 {
  font-size: .26rem;
  color: #797e82;
  margin-top: .15rem;
}

@keyframes fadeInRight {
	0% {
    opacity: 0;
		transform: translate(60%, 0);
	}
	100% {
    opacity: 1;
		transform: translate(0, 0);
		visibility: visible;
	}
}

@keyframes fadeInLeft {
	0% {
    opacity: 0;
		transform: translate(-60%, 0);
	}
	100% {
    opacity: 1;
		transform: translate(0, 0);
		visibility: visible;
	}
}

.swiper-02 .slide-02 .cont {
	animation-name: fadeInRight;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(30%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(-30px);
	}
	100% {
		opacity: 0;
		transform: translateY(0);
	}
}
.swiper-02 .slide-01 .cont {
  transform: translate(0, 0);
  opacity: 0;
}
.swiper-03 .slide-02 .cont {
	animation-name: fadeOutDown;
}

.swiper-03 .slide-03 .cont {
	animation-name: fadeInDown;
}

.swiper-04 .slide-04 .cont {
	animation-name: fadeInLeft;
}

.swiper-img {
  position: absolute;
  font-size: 20px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 35%;
  transform: rotate(45deg);
}

.swiper-img .cont {
  position: relative;
  height: 100%;
  width: 10rem;
  left: 50%;
  margin-left: -5rem;
}

.swiper-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30em;
  opacity: .35;
  transition: all .5s;
}

.swiper-img-01 .b01 {
  width: 8.5em;
}

.swiper-img-01 .b02 {
  top: -14em;
  left: 21em;
  width: 6.8em;
}

.swiper-img-01 .b03 {
  top: 21em;
  left: 18em;
  width: 6.8em;
}

.swiper-img-01 .b04 {
  top: -1em;
  left: 17em;
  width: 11em;
  opacity: 1;
}

.swiper-img-01 .b05 {
  left: 36.5em;
  width: 7.5em;
}

.swiper-img-01 .b06 {
  top: 10em;
  left: 28em;
  width: 7.5em;
}

.swiper-img-01 .b07 {
  top: -6em;
  left: 28em;
  width: 7.5em;
}

.swiper-img-01 .b08 {
  top: -2em;
  left: 9em;
  width: 7.5em;
}

.swiper-img-01 .b09 {
  top: 15em;
  left: 9em;
  width: 7.5em;
}

.swiper-img-01 .b10 {
  width: 0;
}

.swiper-img-02 .b01 {
  top: 11em;
  left: 10em;
  width: 6em;
}

.swiper-img-02 .b02 {
  top: 6em;
  left: 3em;
  width: 5em;
}

.swiper-img-02 .b03 {
  width: 0;
}

.swiper-img-02 .b04 {
  top: 14em;
  left: 30em;
  width: 7.5em;
}

.swiper-img-02 .b05 {
  top: -15em;
  left: 19em;
  width: 6.8em;
}

.swiper-img-02 .b06 {
  top: -1em;
  left: 17em;
  width: 11em;
  opacity: 1;
}

.swiper-img-02 .b07 {
  top: 21em;
  left: 20em;
  width: 5em;
}

.swiper-img-02 .b08 {
  top: -18em;
  left: 30em;
  width: 7.5em;
}

.swiper-img-02 .b09 {
  left: 10em;
  width: 5em;
}

.swiper-img-02 .b10 {
  top: -2.5em;
  left: 30em;
  width: 7.5em;
}

.swiper-img-03 .b01 {
  top: 16em;
  left: 10em;
  width: 6em;
}

.swiper-img-03 .b02 {
  top: -15em;
  left: 19em;
  width: 6.8em;
}

.swiper-img-03 .b03 {
  top: 21em;
  left: 20em;
  width: 5em;
}

.swiper-img-03 .b04 {
  width: 0;
}

.swiper-img-03 .b05 {
  top: -1em;
  left: 17em;
  width: 11em;
  opacity: 1;
}

.swiper-img-03 .b06 {
  top: -18em;
  left: 28em;
  width: 7.5em;
}

.swiper-img-03 .b07 {
  left: 28em;
  width: 7.5em;
}

.swiper-img-03 .b08 {
  width: 0;
}

.swiper-img-03 .b09 {
  top: -4em;
  left: 7em;
  width: 10em;
}

.swiper-img-03 .b10 {
  left: 38em;
  width: 7.5em;
}

.swiper-img-04 .b01 {
  width: 0;
}

.swiper-img-04 .b02 {
  top: -14em;
  left: 21em;
  width: 6.8em;
}

.swiper-img-04 .b03 {
  top: 15em;
  left: 11em;
  width: 4em;
}

.swiper-img-04 .b04 {
  top: 7em;
  left: 2em;
  width: 6.5em;
}

.swiper-img-04 .b05 {
  top: 3em;
  left: 36.5em;
  width: 7.5em;
}

.swiper-img-04 .b06 {
  top: 8em;
  left: 28em;
  width: 7.5em;
}

.swiper-img-04 .b07 {
  top: 21em;
  left: 18em;
  width: 6.8em;
}

.swiper-img-04 .b08 {
  top: -1em;
  left: 17em;
  width: 11em;
  opacity: 1;
}

.swiper-img-04 .b09 {
  top: -2em;
  left: 9em;
  width: 7.5em;
}

.swiper-img-04 .b10 {
  top: -12em;
  left: 31em;
  width: 7.5em;
}

.title-wrap {
  text-align: center;
  color: #53575A;
}

.title-wrap h2 {
  position: relative;
  font-size: .48rem;
  line-height: .6rem;
  font-weight: 400;
}

.title-wrap p {
  margin-top: .3rem;
  font-size: 16px;
  line-height: 24px;
}

.title-wrap-y {
  background-color: #FFFF00;
  padding: 66px 180px;
  margin-top: 66px;
  box-sizing: border-box;
}

.title-wrap-y h2 {
  font-size: 48px;
  line-height: 60px;
  text-align: center;
}
.title-wrap-y p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 24px;
}

.product {
  padding: .86rem 0 .65rem;
}
.product .content {
  margin-left: 76px;
  margin-right: 76px;
  background-color: #EFF0F0;
  padding: 24px;
}

.product .title-wrap {
  margin-bottom: -2.4rem;
  padding-top: 66px;
  height: 4rem;
  background-color: #FFFF00;
}

.product-wrap {
  background-color: #fff;
  transition: all .3s;
}

.product-wrap:hover {
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}

.product-wrap .img, .product-wrap .cont {
  flex: 1;
}

.product-wrap .img {
  height: 3.6rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product-wrap .case_01 {
  background-image: url('./img/case_01.png');
}

.product-wrap .case_02 {
  background-image: url('./img/case_02.png');
}

.product-wrap .case_03 {
  background-image: url('./img/case_03.png');
}

.product-wrap .case_04 {
  background-image: url('./img/case_04.png');
}

.product-wrap .case_05 {
  background-image: url('./img/case_05.png');
}

.product-wrap .case_06 {
  background-image: url('./img/case_06.png');
}

.product-wrap .case_07 {
  background-image: url('./img/case_07.png');
}

.product-wrap .case_08 {
  background-image: url('./img/case_08.png');
}

.product-wrap .case_en_06 {
  background-image: url('./img/case_06.jpg');
}

.product-wrap .cont {
  color: #181717;
  box-sizing: border-box;
}

.product-wrap .cont > div {
  padding: 0 .6rem;
}

.product-wrap .cont > .text-right {
  padding-right: .6rem;
  width: 100%;
}

.product-wrap .cont h3 {
  font-weight: 500;
  font-size: .16rem;
  line-height: .24rem;
}

.product-wrap .cont p {
  font-size: .15rem;
  margin-top: .2rem;
  line-height: .22rem;
}

.product-wrap .cont a {
  display: inline-block;
  font-size: .15rem;
  margin-top: .12rem;
  line-height: .22rem;
  color: #35AC9C;
}

.service .title-wrap h2 {
  font-size: .36rem;
  line-height: .36rem;
}
.service .title-wrap p {
  font-size: .24rem;
  line-height: .36rem;
}

.service-ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: .35rem;
  justify-content: space-between;
  align-items:stretch;
  color: #53575A;
}

.service-ul .item {
  width: 33.33333%;
  padding: 0 .08rem;
  margin-bottom: .16rem;
  box-sizing: border-box;
}

.service-ul .cont {
  border-radius: 5px;
  padding: .30rem .4rem;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
  transition: all .3s;
}

.service-ul .img {
  width: .94rem;
  height: .94rem;
  margin: 0 auto .2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.service-ul .img_01 {
  background-image: url('./img/service_01.png');
}

.service-ul .img_02 {
  background-image: url('./img/service_02.png');
}

.service-ul .img_03 {
  background-image: url('./img/service_03.png');
}

.service-ul .img_04 {
  background-image: url('./img/service_04.png');
}

.service-ul .img_05 {
  background-image: url('./img/service_05.png');
}

.service-ul .img_06 {
  background-image: url('./img/service_06.png');
}

.service-ul .item > h3 {
  color: #3F3F3F;
  font-size: .2rem;
  margin-top: .15rem;
}

.service-ul .item .type {
  font-size: .16rem;
  line-height: .22rem;
  margin-top: 5px;
}

.service-ul .content {
  font-size: .16rem;
  margin-top: .24rem;
  line-height: .24rem;
}

.service-ul .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.bg-wrap {
  background-color: #EFF0F0;
  padding: .82rem 0 .63rem;
  margin: 66px 76px 0;
}
.service-vr-ul {
  padding: 0 24px;
}
.service-vr .title-wrap p {
  font-size: .24rem;
  line-height: .36rem;
}

.service-vr-ul li {
  display: flex;
}

.service-vr-ul .item .img {
  width: .66rem;
  height: .66rem;
  margin-right: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.service-vr-ul .item .img_01 {
  background-image: url('./img/vr_img01.png');
}

.service-vr-ul .item .img_02 {
  background-image: url('./img/vr_img02.png');
}

.service-vr-ul .item .img_03 {
  background-image: url('./img/vr_img03.png');
}

.service-vr-ul .item .img_04 {
  background-image: url('./img/vr_img04.png');
}

.service-vr-ul li {
  margin-top: 24px;
  padding: 44px 94px;
}
.service-vr-ul li:nth-child(2n) {
  background-color: #fff;
}
.service-vr-ul li:nth-child(2n-1) {
  background-color: rgba(176, 179, 178, 0.5);;
}
.service-vr-ul .cont p {
  font-size: 16px;
  line-height: 24px;
}
.service-vr-ul .cont .content {
  margin-top: 15px;
}
.service-market .title-wrap .desc, .service-sns .title-wrap .desc, .service-market h2 {
  padding: 0 112px;
}

.service-market .img_01 {
  background-image: url('./img/market_img01.png');
}
.service-market .img_02 {
  background-image: url('./img/market_img02.png');
}
.service-market .img_03 {
  background-image: url('./img/market_img03.png');
}
.service-sns .service-ul {
  padding: 24px;
}

.service-sns h2 {
  font-size: 36px;
  line-height: 36px;
}
.service-sns-ul-2 .item {
  width: 22%;
}
.service-sns-ul {
  display: flex;
  justify-content: baseline;
}
.service-sns-ul .cont {
  background-color: #fff;
  padding: 60px 0 0;
}
.service-sns-ul .content {
  margin-top: 60px;
  background-color: rgb(176 179 178 / 50%);;
  padding: 24px;
  min-height: 110px;
}
.service-sns-ul .item {
  width: 22%;
}
.title-2 {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-top: 32px;
  font-weight: 500;
}
.content-text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width: 500px;
  margin: 24px auto 0;
}
.text-link {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  margin-top: 24px;
  text-decoration: underline;
}
.text-link a {
  color: #53575A;
}

.service-sns-ul .img_01 {
  background-image: url('./img/sns_img01.png');
}
.service-sns-ul .img_02 {
  background-image: url('./img/sns_img02.png');
}
.service-sns-ul .img_03 {
  background-image: url('./img/sns_img03.png');
}
.service-sns-ul .img_04 {
  background-image: url('./img/sns_img04.png');
}
.service-sns-ul-2 .img_05 {
  background-image: url('./img/sns_img05.png');
}
.service-sns-ul-2 .img_06 {
  background-image: url('./img/sns_img06.png');
}
.service-sns-ul-2 .img_07 {
  background-image: url('./img/sns_img07.png');
}
.service-sns-ul-2 .img_08 {
  background-image: url('./img/sns_img08.png');
}

.form-wrap {
  padding: .69rem 0;
  margin-top: 66px;
  text-align: center;
  background-color: #EFF0F0;
}

.form-ul {
  padding: .35rem 0;
}

.form-ul li {
  display: flex;
  justify-content: center;
  line-height: .46rem;
  margin-bottom: .2rem;
}

.form-ul li .label {
  color: #000;
  font-size: .14rem;
  width: 1.6rem;
  text-align: right;
}

.form-ul li .label > label {
  color: #818181;
}

.form-ul li .input {
  border: 1px solid #DDD;
  background-color: #fff;
  width: 3.9rem;
  margin-left: .15rem;
  border-radius: .1rem;
  padding: 4px .15rem;
  box-sizing: border-box;
}

.form-ul li .textarea {
  height: 1.2rem;
}

.form-wrap .agreement {
  font-size: .14rem;
}

.form-wrap .agreement a {
  color: #53575A;
  text-decoration: underline;
}

.form-wrap .submit {
  margin-top: .3rem;
  background-color: #FFFF00;
  width: 2.35rem;
  height: .54rem;
  line-height: 1;
  border-radius: .49rem;
  color: #53575A;
  font-size: .24rem;
}

.monstar-wrap {
  background-color: #FFFF00;
  padding: .77rem 126px;
  text-align: center;
  box-sizing: border-box;
}

.monstar-wrap .logo-sec {
  display: block;
  width: 2.27rem;
  height: .38rem;
  margin: 0 auto;
}

.monstar-wrap .desc {
  font-size: .16rem;
  margin: .65rem auto 0;
  padding: 0 60px;
}

.monstar-ul {
  justify-content: space-between;
  margin-top: .66rem;
}

.monstar-ul li {
  border: 1px solid #7C7C7C;
  border-radius: .24rem;
  width: 3.66rem;
  height: 1.69rem;
  padding: .26rem .1rem;
  margin: auto .17rem;
  box-sizing: border-box;
}

.monstar-ul li h4 {
  color: #000;
  font-size: .48rem;
  line-height: .67rem;
}

.monstar-ul li p {
  color: #4F4F4F;
  font-size: .18rem;
  line-height: .25rem;
}

.monstar-wrap .title {
  position: relative;
  color: #000;
  font-size: .2rem;
  line-height: .28rem;
  margin-top: .79rem;
}

.monstar-wrap .logo-list {
  color: #000;
  justify-content: space-between;
  font-size: .2rem;
  line-height: .28rem;
  padding: 0 60px;
}

.logo-list a {
  padding: .34rem .21rem 0;
}

.logo-list .com {
  width: 1.59rem;
}

.logo-list .hack {
  width: 1.2rem;
}

.logo-list .bit {
  width: 1.66rem;
}

.logo-list .logo-list {
  width: 1.88rem;
}

footer {
  background-color: #EFF0F0;
  margin-top: 90px;
}

.footer-wrap {
  position: relative;
  padding: .5rem 0;
}

.footer-wrap .contect-us {
  position: absolute;
  text-align: right;
  top: -.21rem;
  right: 0;
  margin: 0;
}

.footer-wrap .contect-us a {
  border: none;
  background-color: #888B8D;
  font-size: .14rem;
  line-height: .42rem;
  height: .42rem;
  padding: 0 .15rem 0 .4rem;
  min-width: auto;
}

.back-top {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: .42rem;
  height: .42rem;
  background: url('img/backtop.png') center/96% no-repeat;
}

.footer-wrap .contect-us .email, .footer-wrap .contect-us .phone {
  background-size: .2rem;
  background-position: .15rem center;
}

.footer-wrap .logo {
  width: 1.96rem;
}

.footer-wrap .country {
  margin: .17rem auto;
}

.footer-nav a {
  display: inline;
  color: #383838;
  font-size: .18rem;
  margin-right: .25rem;
}

.footer-wrap .country a {
  display: inline-block;
  color: #303030;
  font-size: .14rem;
  margin-right: .2rem;
  height: 20px;
  line-height: 20px;
  padding-right: .1rem;
  background-color: #fff;
}

.footer-wrap .cont .info {
  flex: 1;
  min-width: 3.7rem;
}
.info-wrap h3 {
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.footer-wrap .country a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  width: 30px;
  height: 100%;
  vertical-align: top;
}

.footer-wrap .country .ww::before {
  background: url('img/icon_ww.png') center/contain no-repeat;
}

.footer-wrap .country .jp::before {
  background: url('img/icon_jp.png') center/contain no-repeat;
}

.footer-wrap .country .cn::before {
  background: url('img/icon_cn.png') center/contain no-repeat;
}

.footer-wrap .cont {
  align-items: flex-end;
  flex-wrap: wrap;
}

.footer-dl {
  color: #000;
  max-width: 280px;
}

.footer-dl dt {
  font-weight: 600;
  font-size: .16rem;
  line-height: .22rem;
}

.footer-dl dd {
  margin-top: 5px;
  line-height: .26rem;
}

.footer-wrap .addr .line-between {
  width: .03rem;
  background-color: #D5D5D5;
  margin: auto .48rem;
  height: .7rem;
}

.monstar-right {
  margin-top: .3rem;
  color: #7A7474;
  font-size: 13px;
}

.menu {
  display: none;
  width: .46rem;
  height: .36rem;
  background: url('img/menu.png') center/cover no-repeat;
}

.header-mobile-nav {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 1.68rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0,0,0,.8);
  z-index: 9999;
}

.mobile-close {
  position: absolute;
  top: .33rem;
  right: .33rem;
  width: .6rem;
  height: .6rem;
  background: url('img/close.png') center/cover no-repeat;
}

.header-mobile-nav > nav a, .contect-us a {
  display: inline-block;
  min-width: 3.16rem;
  height: .65rem;
  line-height: .65rem;
  border-radius: .33rem;
  border:1px solid #fff;
  margin-bottom: .22rem;
  font-size:.36rem;
  color: #fff;
}

.contect-us {
  margin-top: 2.6rem;
}

.contect-us a {
  font-size: .28rem;
  font-weight: 600;
  text-align: left;
  padding: 0 .28rem 0 .98rem;
  min-width: 4.2rem;
}

.contect-us-iphone {
  position: fixed;
  display: none;
  right: -.5rem;
  bottom: 2rem;
  z-index: 2;
}

.contect-us-iphone a {
  display: block;
  width: 1.5rem;
  height: .65rem;
  border-radius: .5rem;
}

.contect-us-iphone .email {
  background: url('img/icon_email.png') .3rem center/.46rem no-repeat;
  background-color: #383838;
  margin-bottom: .2rem;
}

.contect-us-iphone .phone {
  background: url('img/icon_phone.png') .3rem center/.46rem no-repeat;
  background-color: #17A18E;
}

.contect-us .email {
  background: url('img/icon_email.png') .38rem center/.46rem no-repeat;
}

.contect-us .phone {
  background: url('img/icon_phone.png') .38rem center/.46rem no-repeat;
}

.aside-wrap {
  display: none;
}
.aside-wrap .mask {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9999;
}

.aside-wrap.full-screen .mask {
  width: 100vw;
  height: 100vh;
  background-color: #444;
  opacity: .76;
  transition: opacity .3s;
}

.aside-wrap img {
  position: fixed;
  width: 200px;
  right: 20px;
  bottom: 20px;
  transform: translate(0, 0);
  transition: all .3s;
  z-index: 9999;
}

.aside-wrap.full-screen img {
  right: 50%;
  bottom: 50%;
  width: 50%;
  transform: translate(50%, 50%);
}

@media screen and (max-width: 1060px) {
  .footer-wrap .cont > div.info {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1000px) {
	html {
		font-size: 78px;
	}
  .form-ul li .label {
    width: 1.8rem;
  }
}

@media screen and (max-width: 890px) {
	html {
		font-size: 70px;
  }
  .form-ul li .label {
    width: 2rem;
  }
}

@media screen and (min-width: 741px) {
  body {
    min-width: 1440px;
  }
}

@media screen and (max-width: 740px) {
	html {
		font-size: 48px;
  }
  .cursor-hover:hover {
    opacity: 1;
  }
  .product-wrap:hover {
    box-shadow: inherit;
  }
  .service-ul .item .cont:hover {
    border: 1px solid #F1F1F1;
  }
  .monstar-logo {
    width: 2.88rem;
    height: .39rem;
}
  .header-nav {
    display: none;
  }

  .product .title-wrap {
    padding: 20px;
    margin-bottom: 0;
    height: auto;
  }
  .pc-show {
    display: none;
  }
  .sp-show {
    display: block;
  }

  .menu {
    display: inline-block;
  }

  .swiper-slide .cont {
    margin: 0 auto;
    width: 6rem;
    text-align: center;
  }

  .banner {
    height: auto;
    padding: 1rem 0;
  }
  .header .laymid {
    padding: 0;
    margin: 0 24px;
    min-width: auto;
    width: 100%;
  }
  .swiper-wrapper .laymid {
    margin: 0;
    width: 100%;
  }
  .title-wrap-y {
    margin-top: 20px;
    padding: 20px;
  }
  .title-wrap-y h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
  }
  .title-wrap-y p {
    font-size: 12px;
  }
  .info-wrap {
    margin-top: 20px;
  }
  .info-wrap .service-ul {
    display: block;
    padding: 0 24px;
  }
  .info-wrap .service-ul .item {
    width: 100%;
  }
  .info-wrap h3 {
    font-size: 20px;
  }
  .bg-wrap {
    margin: 0;
  }
  .service-sns-ul {
    margin-top: 20px;
  }
  .service-market .title-wrap .desc, .service-sns .title-wrap .desc, .service-market h2,
  .service-sns .content-text,
  .service .title-wrap,
  .service-sns .service-ul  {
    padding: 0;
    box-sizing: border-box;
  }
  .service-vr-ul {
    padding: 0;
  }
  .content-text {
    width: 100%;
  }
  .service-vr-ul li {
    padding: 20px;
  }
  .service {
    margin-top: 20px;
  }
  .service-vr-ul .item .cont {
    flex: 1;
  }
  .service-vr-ul .item .img {
    width: 45px;
    height: auto;
  }
  .service-vr-ul .cont .content {
    margin-top: 8px;
  }
  .service-vr-ul .cont p {
    font-size: 12px;
    line-height: 18px;
  }
  .product .content {
    margin: 0;
  }

  .swiper-wrapper {
    padding-top: .47rem;
  }

  .swiper-img {
    position: relative;
    overflow: hidden;
    height: 6.6rem;
    left: 0;
    transform: none;
  }

  .swiper-img-01 .b01 {
    width: 0;
  }

  .swiper-img-01 .b02 {
    top: 2em;
    left: 20em;
    width: 6em;
  }

  .swiper-img-01 .b03 {
    top: 2em;
    left: 3em;
    width: 4.5em;
  }

  .swiper-img-01 .b04 {
    top: 0;
    left: 7em;
    width: 8em;
    opacity: 1;
  }

  .swiper-img-01 .b05 {
    width: 0;
  }

  .swiper-img-01 .b06 {
    top: 1em;
    left: -9em;
    width: 6em;
  }

  .swiper-img-01 .b07 {
    top: 1em;
    left: 27em;
    width: 5em;
  }

  .swiper-img-01 .b08 {
    width: 0;
  }

  .swiper-img-01 .b09 {
    top: 3em;
    left: -3em;
    width: 6.5em;
  }

  .swiper-img-01 .b10 {
    top: 3em;
    left: 15em;
    width: 5em;
  }

  .swiper-img-02 .b01 {
    top: 11em;
    left: 10em;
    width: 0;
  }

  .swiper-img-02 .b02 {
    top: 6em;
    left: 2em;
    width: 5em;
  }

  .swiper-img-02 .b03 {
    width: 0;
  }

  .swiper-img-02 .b04 {
    top: 1em;
    left: 27em;
    width: 5em;
  }

  .swiper-img-02 .b05 {
    top: 3em;
    left: -3em;
    width: 5em;
  }

  .swiper-img-02 .b06 {
    top: 0;
    left: 7em;
    width: 7.5em;
    opacity: 1;
  }

  .swiper-img-02 .b07 {
    top: 1.5em;
    left: 15em;
    width: 5em;
  }

  .swiper-img-02 .b08 {
    top: 1em;
    left: -9em;
    width: 6em;
  }

  .swiper-img-02 .b09 {
    top: 5em;
    left: 3em;
    width: 0;
  }

  .swiper-img-02 .b10 {
    top: 2em;
    left: 20em;
    width: 6em;
  }

  .swiper-img-03 .b01 {
    top: 16em;
    left: 10em;
    width: 0;
  }

  .swiper-img-03 .b02 {
    top: -15em;
    left: 19em;
    width: 6.8em;
  }

  .swiper-img-03 .b03 {
    top: 21em;
    left: 21em;
    width: 5em;
  }

  .swiper-img-03 .b04 {
    top: 1em;
    left: -9em;
    width: 6em;
  }

  .swiper-img-03 .b05 {
    top: 0;
    left: 7em;
    width: 8em;
    opacity: 1;
  }

  .swiper-img-03 .b06 {
    top: 1em;
    left: 27em;
    width: 5em;
  }

  .swiper-img-03 .b07 {
    top: 2em;
    left: 2.5em;
    width: 4.5em;
  }

  .swiper-img-03 .b08 {
    top: 2em;
    left: 20em;
    width: 6em;
  }

  .swiper-img-03 .b09 {
    top: 2em;
    left: 15em;
    width: 5em;
  }

  .swiper-img-03 .b10 {
    top: 3em;
    left: -3em;
    width: 5em;
  }

  .swiper-img-04 .b01 {
    top: 1em;
    left: -9em;
    width: 6em;
  }

  .swiper-img-04 .b02 {
    top: -14em;
    left: 21em;
    width: 0;
  }

  .swiper-img-04 .b03 {
    top: 6em;
    left: -3em;
    width: 5em;
  }

  .swiper-img-04 .b04 {
    top: 2em;
    left: 20em;
    width: 6em;
  }

  .swiper-img-04 .b05 {
    top: 3em;
    left: 36.5em;
    width: 0;
  }

  .swiper-img-04 .b06 {
    top: 1em;
    left: 27em;
    width: 5em;
  }

  .swiper-img-04 .b07 {
    top: 2em;
    left: 15em;
    width: 5em;
  }

  .swiper-img-04 .b08 {
    top: 0;
    left: 7em;
    width: 8em;
    opacity: 1;
  }

  .swiper-img-04 .b09 {
    top: 2em;
    left: 2.5em;
    width: 4.5em;
  }

  .swiper-img-04 .b10 {
    top: -12em;
    left: 31em;
    width: 0;
  }

  .title-wrap h2, .service .title-wrap h2 {
    font-size: .46rem;
    line-height: .6rem;
  }

  .title-wrap p {
    font-size: .28rem;
    color: #4B4B4B;
  }

  .product-wrap {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .product-wrap .cont h3 {
    font-size: .36rem;
    line-height: 1.5;
  }

  .product-wrap .cont p {
    font-size: .26rem;
    line-height: 1.5;
  }

  .product-wrap .cont > div {
    padding: .48rem .43rem .8rem;
  }

  .product-wrap:nth-child(2n) {
    flex-direction: column-reverse;
  }
  
  .product-wrap .cont > .text-right {
    text-align: left;
  }

  .product-wrap .cont {
    width: 100%;
  }

  .product-wrap .img {
    flex: auto;
    height: 4rem;
  }

  .service-ul .item {
    width: 50%;
  }

  .service-ul .item .cont {
    display: flex;
    flex-direction: column;
    border: 1px solid #F1F1F1;
    padding: .48rem 0 0;
  }

  .service-sns {
    margin-top: 20px;
  }

  .service-ul .item .title {
    font-size: 12px;
    font-weight: 600;
    min-height: 50px;
  }

  .text-link {
    font-size: 18px;
  }

  .service-market {
    margin-top: 20px;
  }

  .bg-wrap {
    padding: 20px;
  }

  .service-vr {
    margin-top: 20px;
  }

  .service-market .service-ul .item {
    width: 100%;
  }

  .service-ul .item .content {
    flex: 1;
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
  }

  .form-ul li .input {
    margin: 0;
    width: 100%;
    height: .7rem;
    line-height: .7rem;
  }

  .form-ul li .label {
    line-height: .64rem;
    width: auto;
    text-align: left;
    font-size: .28rem;
  }
  
  .form-ul li {
    flex-direction: column;
  }

  .monstar-wrap .logo-sec {
    width: 4rem;
    height: auto;
  }

  .monstar-wrap .desc {
    font-size: .26rem;
    padding: 0;
  }

  .monstar-wrap .logo-list {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }

  .form-wrap, footer {
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
  }

  .form-wrap .submit {
    width: 80%;
    height: .84rem;
    line-height: .84rem;
    font-size: .36rem;
  }

  .footer-wrap .logo {
    width: 160px;
  }

  .service-ul .item .type, .monstar-wrap .title, .form-wrap .agreement, .footer-nav a, .footer-wrap .country a {
    font-size: .26rem;
  }

  .footer-dl dt {
    font-size: .25rem;
  }

  .monstar-ul {
    display: block;
  }

  .monstar-ul li h4 {
    font-size: 48px;
    margin-top: 24px;
    color: #53575A;
  }

  .monstar-wrap {
    padding-left: .43rem;
    padding-right: .43rem;
  }

  .monstar-ul li {
    height: auto;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .monstar-ul li p {
    font-size: 12px;
    line-height: .3rem;
    margin-top: 24px;
  }

  .footer-wrap {
    background-size: 2.9rem;
    background-position-y: calc(100% - .5rem);
  }

  .footer-wrap .cont {
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer-wrap .cont > div, .footer-wrap .cont > div.info {
    width: 100%;
    flex-direction: column;
    align-items: start;
  }

  .footer-wrap .cont .info {
    margin-bottom: .25rem;
  }

  .footer-dl {
    width: 100%;
    margin-top: 20px;
  }

  .footer-dl dd {
    margin-top: 8px;
  }

  .footer-dl:first-child {
    margin-bottom: .26rem;
  }

  .footer-wrap .country {
    margin-top: 22px;
  }

  .footer-wrap .addr .line-between, .footer-wrap .contect-us {
    display: none;
  }
  
  .contect-us-iphone {
    display: block;
  }
}
