@charset "utf-8";

a:hover {
    opacity: 0.7;
    color: inherit!important;
    text-decoration: none!important;
}
#header a:hover,
.top_title_btn a:hover,
.cb_btn a:hover,
.cb_btn2 a:hover {
    color: #fff;
}
.business_btn {
    margin: 1em 0 1em auto;
    max-width: 300px;
    text-align: center;
}

.business_btn a {
    display: block;
    color: #fff;
    background: #449fbe;
    text-decoration: none;
    padding: 0 10px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    font-size: 20px;
}

.right-margin {
    margin-right: 50px !important;
}

.right-padding {
    padding-right: 50px !important;
}


#about {
  font-size: 14px;
  line-height: 2;
}

#top_wrapper img {
  width: 100%;
  height: auto;
}

.con_no11_main {
  position: relative;
  margin-bottom: 2.5em;
}

.thumb-item-nav2 .slick-current a {
  display: block;
  border: 1px solid #fff;
}

#about .con_no11_main img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.con_no8 img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.thumb-item-nav2 .slick-slide {
  line-height: 1;
  min-height: auto;
  font-size: 0;
}

.en_text {
  font-family: 'Poppins', sans-serif;
}

.contents_in {
  width: 100%;
  padding-top: 10em;
  padding-bottom: 2em;
}


.contents_in2 {
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.contents_in3 {
  width: 100%;
  padding-top: 4em;
  padding-bottom: 13em;
}

.contents_in4 {
  width: 100%;
  padding-top: 0em;
  padding-bottom: 4em;
}

.contents_color1 {
  background: #fff;
}


.contents_color2 {
  background: #e9e9e9;
}

.contents_color3 {
  background: linear-gradient(#e9e9e9 50%, #333 50%);
}

.contents_color4 {
}

.contents_color5 {
  background: #c1daff;
}

.max-width {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.max-width2 {
  max-width: 696px;
  width: 100%;
  margin: 0 auto;
}

.english_title {
  font-size: 5em !important;
  line-height: 1;
}

.japan_title {
  font-size: 1.5em;
}

.japan_title span {
  font-size: 1.6em;
  margin-bottom: 10px;
  margin-top: 5px;
  line-height: 1;
}

.japan_title_h {
  font-size: 1.7em;
}

.title_con_in {
  margin-bottom: 2.5em;
  overflow: hidden;
}

.title_con_in h2 {
  color: #c4c4c4 !important;
  width: 100%;
  max-width: 50%;
  float: left;
  line-height: 1 !important;
  text-align: left !important;
}

.title_con_in p {
  display: block;
  float: left;
  padding-top: 13px;
  line-height: 1;
}

.title_con_in p span {
  display: block;
}

.title_con_in2 {
  margin-bottom: 2.5em;
  overflow: hidden;
}

.title_con_in2 h2 {
  color: #acacac !important;
  width: 100%;
  text-align: right !important;
  margin-bottom: 0 !important;
}

.title_con_in2 p {
  display: block;
  padding-top: 1em;
  padding-bottom: 0;
  text-align: right;
}

.title_con_in2 p span {
  display: block;
  margin-bottom: 7px;
}

.contents_in ul li.border_li,
.contents_in2 ul li.border_li {
  position: relative;
  padding-bottom: 20px;
  background: none;
  border: none;
}
.contents_in ul li.border_li .li_img,
.contents_in2 ul li.border_li .li_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
}

.contents_in2 ul li.border_li .li_img {
  display: block;
}

.contents_in ul li a {
  width:40%;
  display: inline-block;
}

.contents_in ul li a::after,
.contents_in2 ul li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: relative;
  top: 0px;
  left: 5px;
}
.contents_in2 ul li span {
  right: 8px;
}
.contents_in ul li.border_li .li_img:before,
.contents_in2 ul li.border_li .li_img:before {
  background: rgba(0,0,0,0);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.contents_in ul li.border_li:hover .li_img:before,
.contents_in2 ul li.border_li:hover .li_img:before {
  background: rgba(0,0,0,0.4);
}
.contents_in ul .border_li .li_img:after,
.contents_in2 ul .border_li .li_img:after {
  content: "Click";
  width: 100%;
  height: 100%;
  background-image: url(/intl/toppage/images/icon360.png);
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position-x: center;
  position: absolute;
  top: 19%;
  left: 0;
  display: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #FFF;
  text-align: center;
  padding-top: 63px;
  font-size: 1.3em;
}
.contents_in2 ul .border_li .li_img:after {
  top: 2%;
  background-size: 25% auto;
  padding-top: 55px;
}
.contents_in ul .border_li:hover .li_img:after,
.contents_in2 ul .border_li:hover .li_img:after {
  display: block;
}


.contents_in ul {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px!important;
}

.contents_in ul li {
  width: 25%;
  height: auto;
  float: left;
  cursor: pointer;
}
.contents_in ul .border_li .li_img {
  border: none;
  border-radius: 50%;
  width: 210px;
  height: 210px;
  box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
  margin: 0 auto;
}
#top_wrapper .contents_in ul li img {
  width: auto;
  height: 100%;
  margin-left: 0%;
}

.contents_in ul li .li_text {
  text-align: center;
  padding: 5px;
  width: 75%;
  position: absolute;
  top: 60%;
  left: 13%;
  background: rgba(255,255,255,1);
  border-radius: 40px;
}

#about .contents_in ul li .li_text h3 {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
}

.contents_in ul li .li_text p {
  line-height: 1.6;
}

.contents_in2 ul li a {
  width:48%;
  display: inline-block;
  text-align: left;
}

.contents_in2 h3 {
  width: 50%;
  display: inline-block;
}

.contents_in2 div.acover {
  width: 48%;
  display: inline-block;
  text-align: right;
}

.contents_in2 div.acover a:not([href]):not([tabindex]) {
  color:#007bff;
}

.contents_in2 ul {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}

.contents_in2 ul li {
  width: 33.333%;
  height: auto;
  float: left;
  cursor: pointer;
}
.contents_in2 ul .border_li .li_img {
  width: 95%;
  height: 163px;
  border: 4px solid #fff;
  box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.contents_in2 ul li img {
  width: 100%;
  height: auto;
}

.contents_in2 ul li .li_text {
  width: 93%;
  text-align: left;
  padding: 5px 2.8em 5px 1em;
  position: absolute;
  bottom: 20px;
  right: 6%;
  background: rgba(255,255,255,1);
}

#about .contents_in2 ul li .li_text h3 {
  width:100%;
  height:auto;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
}

.contents_in2 ul li .li_text p {
  line-height: 1.6;
}

.toppage_en .contents_in ul li .li_text {
  padding: 10px 5px;
}
.toppage_en .contents_in2 ul li .li_text {
  padding: 10px 2.8em 10px 1em;
}

#sec-accesory {
    background-color: #f0f0f0;
    padding: 60px 0;
}
.h2_common {
    display: block;
    font-weight: 600;
    font-size: 1.8rem;
    position: relative;
    text-align: center;
    background: none;
    margin-bottom: 25px;
}
.cont {
    width: 100%;
    max-width: 980px;
    padding: 10px;
    margin: auto;
}
.flex_row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 45px;
}
.flex_column {
    display: flex;
    flex-direction: column;
}
.accessories {
    width: 220px;
    height: 230px;
    border: 1px solid #c1c0c0;
    background: #fff;
    margin: 3px;
}
.accessories div {
    width: 100%;
    height: auto;
    padding: 5px;
    border-bottom: 1px solid #c1c0c0;
}
.img8_1 {
    width: 50% !important;
    height: auto;
    margin: 0 auto;
    display: block;
}
.p8_2 {
	font-weight: bold;
}
.p8_1 {
    font-size: 0.875rem;
    text-align: center;
    padding: 5px;
}
.accessories_link {
    display: block;
    width: 340px;
    margin: 0 auto;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 3em;
}
.accessories_link a {
    display: block;
    color: #fff;
    background: #000;
    padding: 15px 0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}
@media screen and (min-width: 1101px){
	.slide1_left {
    	width: auto;
	}
}

@media screen and (max-width: 860px){
	.cont {
	    width: 100%;
	    height: auto;
	}
	#sec-accesory .accessories {
	    width: 95%;
	    height: auto;
	    margin: 0 auto 20px;
	}
	#sec-accesory .flex_row {
		margin-bottom: 0px;
		flex-direction: column;
	}
	#sec-accesory {
		padding: 30px 0;
	}
	.accessories_link {
	    padding-top: 1em;
	    padding-bottom: 1em;
	}
}

@media screen and (max-width: 500px){
  .title_con_in h2 {
      max-width: 100%;
  }
  .contents_in ul .border_li .li_img {
      width: 43vw;
      height: 43vw;
  }
  .contents_in2 ul .border_li .li_img {
    height: 23vw;
  }
  .contents_in ul li.border_li .li_img:before,
  .contents_in2 ul li.border_li .li_img:before {
    background: rgba(0,0,0,0.4);
  }
  .contents_in ul .border_li .li_img:after,
  .contents_in2 ul .border_li .li_img:after {
    display: block;
  }
  .contents_in ul .border_li .li_img:after {
    background-size: 50% auto;
    top: 20%;
    padding-top: 40%;
  }
  .contents_in2 ul .border_li .li_img:after {
    top: 1%;
    background-size: 42% auto;
    padding-top: 33%;
    font-size: 1.1em;
  }

  .contents_in ul li .li_text {
    top: auto;
    bottom: -25px;
    left: 6px;
    width: 90%;
    border: 1px solid #c4c4c4;
    /* background: none; */
  }
  .contents_in2 ul li .li_text {
    position: relative;
    width: 95%;
    padding: 5px 0 10px;
    bottom: auto;
    right: auto;
  }
  .contents_in ul li .li_text h3,
  .contents_in2 ul li .li_text h3 {
    font-size: 13px;
  }
  .contents_in ul li .li_text:after {
    right: 9px;
    top: 10%;
  }
  .contents_in2 ul li .li_text:after {
    top: 10%;
  }
}

.banner_img {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 2em !important;
}
.banner_img a {}

.banner_img img {
  width: 100%;
  height: auto;
}
.ptb_2:last-of-type {
    padding-bottom: 8em;
    margin-bottom: 5em;
}

.text_title_color {
  color: #333!important;
}

.padding_bottom_0 {
  padding-bottom: 0 !important;
}

.margin_bottom_0 {
  margin-bottom: 0 !important;
}

.border_li {
  border: 1px solid #e9e9e9;
}

.cn_1 {
  position: absolute;
  right: 9.5%;
  top: 23%;
}

.cn_1 .english_title {
  color: #ccc;
  margin-bottom: 10px;
}

.cn_1 .japan_title {
  line-height: 1.8;
  color: #333;
  text-align: right;
}

.cn_3 {
  position: absolute;
  width: 100%;
  left: 0;
  top: -24%;
}

.cn_3 .english_title {
  color: #ccc !important;
  width: 100%;
  max-width: 270px;
  float: left !important;
  text-align: left !important;
}

.cn_3 .japan_title {
  display: block;
  float: left;
  padding: 1em;
  padding-bottom: 0;
  line-height: 1.6;
}

.con_padding {
  padding: 4em 0;
}

.product-line-up {}

.product-line-up h2 {
  text-align: center !important;
  margin-bottom: 1.2em !important;
  font-size: 1.7em !important;
}

.product-line-up .product_line_up {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.product-line-up li {
    width: 49%;
    margin-left: 1%;
    height: auto;
    background: #fff;
    padding: 2% 1%;
    text-align: center;
    font-size: 12px;
    margin-bottom: 1.6%;
}

.product-line-up img {
  width: 100%;
  height: auto;
}

.product-line-up .li_l {
  float: left;
}

.product-line-up .li_r {
  float: right;
}

.product-line-up .li_tr_l{
  width: 32%;
  height: 544px;
}

.product-line-up .li_tr_l h3{
  margin-bottom: 0 !important;
}

.product-line-up .li_qt_l {
    float: left;
    width: 24%;
}

.product-line-up .li_qt_l a {
    font-size: 12px !important;
}

.product-line-up .li_img {
  margin-bottom: 15px;
}

.product-line-up .li_type {
  margin-bottom: 15px;
  font-size: 18px;
}

.product-line-up h3 {
  font-size: 1.3em !important;
  margin-bottom: 25px !important;
  line-height: 1.6 !important;
  font-weight: 300 !important;
  height: 48px;
}

.product-line-up .ru_li_tr_l_h3{
  font-size: 15px !important;
}

.product-line-up .li_text {
  line-height: 1.6;
  margin-bottom: 15px;
  height: 76px;
}

.product-line-up .li_text2 {
  line-height: 1.6;
}

.product-line-up .li_price {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.product-line-up .il_btn {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.product-line-up .il_btn .btn_l {
  width: 48%;
  float: left;
}
.product-line-up .il_btn .btn_r {
  width: 48%;
  float: right;
}

.btn_l a,
.btn_r a,
.btn_sold {
	display: block;
	color: #fff;
	margin: 2% 0;
	background-color: #449cbd;
	font-size: 16px !important;
	padding: 3% 2%;
	text-align: center;
	border: 1px solid #449cbd;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}
.btn_l i,
.btn_r i{
		margin-left: 10px;
}
.btn_l a:hover,
.btn_l a:active,
.btn_r a:hover,
.btn_r a:active {
	opacity: 0.8;
	color: #fff !important;
}
.btn_r a,
.btn_r a:hover,
.btn_r a:active {
	color: #449cbd !important;
	background-color:#fff;
}

.btn_sold {
	background-color: #bbb;
	border: 1px solid #bbb;
}

.product-line-up span {
  font-size: 10px;
}

@media screen and (min-width: 861px) {
  .product-line-up .li_z1 {
    width: 100%;
    min-height: auto;
  }
  .product-line-up .li_z1 .li_img {
    width: 46%;
    float: left;
    margin-bottom: 0;
    position: relative;
    top: 20px;
  }
  #top_wrapper .product-line-up .li_z1 .li_img img {
    height: auto;
  }
  .product-line-up .li_z1 .li_type {
      /*margin-top: 10px;*/
  }
  .product-line-up .li_z1 .il_btn {
    margin-left: 57%;
    margin-bottom: 0;
  }

  .contents_in ul li {
    width: 33%;
  }


}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}

.con_no8 {
  position: relative;
  max-height: 345px;
  overflow: hidden;
}

.con_no8 .product-application {
  overflow: hidden;
  position: absolute;
  top: 29%;
}

.con_no8 .product-application h2 {
  font-size: 32px !important;
  line-height: 1.6;
  margin-bottom: 20px !important;
}

.con_no8 .product-application .icon-application {
  width: auto;
  height: auto;
}

.con_no8 .product-application .icon-application img {
  display: block;
  max-width: 99px;
  float: left;
}

.con_no8 .product-application .icon-application a {
  display: block;
  float: left;
  color: #0088bd;
  font-size: 17px;
  line-height: 43px;
  margin-left: 10px;
}

.con_no9 {
  width: 100%;
  position: relative;
}

.product-padding {
  padding: 1em 0;
}

.con_no9_img {
  width: 48%;
}

.con_no9_img video {
    width: 100%;
    max-width: 480px;
}

.con_no9_text {
  width: 50%;
  padding-top: 5%;
}

.con_no9_text h2 {
  font-size: 32px !important;
  line-height: 46px;
  margin-bottom: 20px !important;
}

.con_no9_text h2 img {}

.con_no9_text h2 span {
  display: block;
  max-width: 46px;
  float: left;
  margin-right: 10px;
}

.con_no9_text p {}

.con_no9_position_l {
  max-width: 953px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.con_no9_position_r {
  max-width: 953px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.con_l {
  float: left;
}

.con_r {
  float: right;
}

.con_no10 {
  padding: 2em 0;
}

.con_no10_in {
  position: relative;
}

.con_no10_arrow {
  display: block;
  width: 45px;
  margin-left: 14.5%;
  line-height: 1;
}

.con_no10_in ul {
  width: 100%;
  height: auto;
}

.con_no10_in ul li {
  width: 31%;
  float: left;
  padding: 1.15%;
  background: #fff;
}

.con_no10_in ul li img {
  margin-bottom: 20px;
}

.con_no10_in ul li h3 {
  margin-bottom: 20px;
}

.con_no10_in ul li h3 span {
  border-bottom: 3px solid #333;
  padding-bottom: 4px;
}

.con_no10_in ul li p {
  line-height: 1.6;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

p.smartphone-img {
  width: 30%;
  float: left;
}

h3.sns-share-img {
  max-width: 688px;
  margin: 0 auto;
  margin-bottom: 2em;
}

.insta-right {
  width: 65%;
  float: right;
  text-align: center;
  padding-top: 60px;
}

#about .insta-right h3 img {
  width: 40%;
}

.insta-right p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 33px;
}

p.post-10 {
  font-size: 27px;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 20px;
}

.insta-right h3 {
  margin-bottom: 20px;
}

p.post-10 span {
  display: block;
  font-size: 20px;
}

.sns-share-box {
  padding-bottom: 60px;
  padding: 0 1% 60px;
  width: 98%;
}

.good-design-box,
.fun-box {
  padding-top: 50px;
  margin-bottom: 40px;
}

.good-design-box h2,
.fun-box h2 {
  text-align: center;
  font-size: 2em !important;
  letter-spacing: 4px;
  line-height: 42px !important;
  margin-bottom: 40px !important;
}

.fun h3 {
  font-size: 1.13em;
  margin: 5px 0;
  padding:8px 5px;
}

.fun p {
  padding: 8px 5px;
}

p.theta-img {
  max-width: 510px;
  margin: 0 auto 30px;
}

#about p.good-design-banner1 img {
  max-width: 480px;
}

.good-design {
/*  background-image: url(../img/border1.png), url(../img/border2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;*/
  padding-top: 40px;
/*  margin-top: 50px;*/
  padding-bottom: 60px;
  text-align: center;
}

p.theta1-img {
  width: 33%;
  float: left;
  margin-bottom: 2.5em;
}

.good-design-left {
  float: left;
  width: 30%;
  margin: 0 auto;
}

.good-design-left h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gd-product-name {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
}

.gd-img-s {
  height: 120px !important;
  width: 41px !important;
}

.gd-img-m15 {
  height: 110px !important;
  width: 180px !important;
}

.good-design-right {
  float: right;
  width: 67%;
  padding-top: 2%;
  text-align: left;
}

.good-design-right h3 {
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}

.good-design-right p {
  ont-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8;
}

#about p.good-design-banner1 img {
  width: 100%;
}

p.good-design-banner1, p.good-design-banner4 {
  max-width: 365px;
  margin: 0 auto 2.5em;
}

p.good-design-banner2, p.good-design-banner3 {
  max-width: 300px;
  display: inline-block;
  margin: 0 70px 2.5em;
}

p.good-design-ranking {
  max-width: 648px;
  margin: 40px auto;
}

.active img {}

#about .bx-pager-item img {
  width: 100%;
}

.lineup-box h2 {
  text-align: center !important;
  font-size: 25px !important;
  letter-spacing: 1px !important;
  margin-bottom: 30px !important;
  padding-top: 20px !important;
}

.other-lineup {
  border: 25px solid #e9e9e9;
  margin: 0 auto;
  padding: 20px 20px 0;
  margin-bottom: 40px;
  max-width: 840px;
  width: auto;
}

.other-lineup p {
  margin-bottom: 20px;
}

.accesarry-box {
  background: #e9e9e9;
  text-align: center;
  padding: 30px 0px 10px;
}

.accesarry-box h2 {
  font-size: 23px !important;
  letter-spacing: 2px;
  margin-bottom: 20px !important;
}

#slider3 li {
  padding: 0;
  margin-bottom: 0;
}
#slider3 .slick-prev {
  left: 3px;
}
#slider3 .slick-next {
  right: 2px;
}

#slider2 {}

#slider2 {}

#slider2 h2 {
  margin-bottom: 2px;
  padding-top: 0;
}

#slider2 table {
  width: 96%;
  font-size: 12px;
  margin-bottom: 15px;
  margin: 0 auto;
}

#slider2 table tr {
  border-bottom: 1px solid #ccc;
}

#slider2 table tr td {
	font-size: 10px;
    padding: 5px;
}
#slider2 .slider {
  width: 100%;
  max-width: 960px;
  margin: 20px auto;
}


#slider2 table tr td span {
  color: #d9d9d9;
}

#slider2 .text_price {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 12px;
}

#slider2 .text_price span {}

#slider2 .text_price .text_price_list {
  font-size: 15px;
}

#slider2 .text_price .text_price_list2 {
  font-size: 18px;
}

#slider2 .text_price_btn {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: 0 auto;
}

#slider2 .text_price_btn a {}

#slider2 .text_price_btn .btn_l {
  width: 48%;
  float: left;
}

#slider2 .text_price_btn .btn_r {
  width: 48%;
  float: right;
}

/*追加*/
.regular2 .contents_color2 {
  background: none;
}
/*
.regular2 .slick-slide {
  margin: 20px 0px;
  padding: 10px;
}
.regular2 .slick-current {
  border-right: 1px dotted #ccc;
}
*/
/*
.regular2 .slick-slide[data-slick-index="7"] {
  display: none;
}
*/
.slick-next,.slick-prev,
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  right: -20px;
  background-image: url(/intl/common/img/arrow_right_sp.png);
  width: 18px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.slick-prev {
  left: -20px;
  right: auto;
  margin-top: -15px;
  transform: rotate(180deg);
}
.slick-next:before,.slick-prev:before {
  display: none;
}
/*追加ここまで*/

.text_price_btn {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: 0 auto;
}

.text_price_btn .btn_l {
  width: 48%;
  float: left;
}

.text_price_btn .btn_r {
  width: 48%;
  float: right;
}

.lineup-box .bx-custom-pager {
  position: absolute;
  top: -145px;
  width: 100%;
}

h2.lineup-h2top {
  margin-bottom: 1.5em!important;
}

.bx-pager-item a {}

.active {
  border-bottom: 5px solid #449cbd;
  display: block;
}

.bx-pager-item img {}

.con_naname4 .cn_2 {
  max-width: 605px;
  float: left;
}

.insta_box {
  max-width: 688px;
  width: 100%;
  margin: 0 auto;
}

.good-design-width {
  max-width: 800px;
  margin: 0 auto;
}

.slider {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
  cursor: pointer;
}

.slick-prev:before, .slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.img_lineup {
}

.thumb-item-nav .slick-next, .multiple-item .slick-next, .center-item .slick-next {
  right: 20px;
  z-index: 99;
}

.lazy-item .slick-prev, .thumb-item-nav .slick-prev, .multiple-item .slick-prev, .center-item .slick-prev {
  left: 15px;
  z-index: 100;
}

.single-item .slick-prev::before, .single-item .slick-next::before {
  color: #666;
}

.slick-dots {
  bottom: -25px;
}

.multiple-item li {
  margin: 0 5px;
}

.thumb-item {
  max-width: 700px;
  margin: 0 auto 5px;
  padding: 0 5px;
}

.thumb-item-nav {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.thumb-item-nav li {
  margin: 0;
}

.lazy-item {
  width: 400px;
  margin: 0 auto 50px;
}

.lazy-item li {
  margin: 0 5px;
}

.thumb-item-nav {
  padding: 0;
}

.thumb-item-nav .slick-slide {
  margin: 0px 5px;
}

.thumb-item-nav .slick-track {
  transform: none!important;
}
.thumb-item-nav .slick-track li {
  cursor: pointer;
}
.regular2 .slick-active {
  opacity: 1!important;
}

#slider3 .slick-active {
  opacity: 1!important;
}

p.banner_img.padding_bottom_0 {
  line-height: 1;
}

.pc_block h2 {
font-size: 2.6em !important;
    text-align: center !important;
    margin-bottom: 2em !important;
    color: #404040 !important;
}

.pc_block h2 span {
  display: block;
  font-size: 0.6em;
}

.slick-list .slick-slide {
  padding-bottom: 5px;
}

.modal-thumb-item-nav {
  max-width: 500px;
  margin: auto;
}

.modal-thumb-item-nav .slick-list .slick-slide,
.thumb-item-nav2 .slick-list .slick-slide {
  max-width: 80px;
}

#slider2 .slick-list .slick-slide,
.accesarry-box .slick-list .slick-slide {
  background: #FFF;
}



.product-line-up .li_type {
  margin-bottom: 15px;
}

.product-line-up h3 {
  padding: 0 10px;
}

.product-line-up .li_text {
  padding: 0 4px;
}

.product-line-up .li_text2 {
  padding: 0 10px;
}

.product-line-up .li_price {
  padding: 0 10px;
}

.product-line-up .il_btn {
  padding: 0 10px;
}

.contents_top2 {
  padding-top: 8em;
}

.menu {
  max-width: 1114px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 2em;
  margin-top: 2em;
  text-align: center;
}

.menu li {
  display: inline-block;
  padding: 0 1%;
}

.menu li a {
  display: block;
  color: #b4b4b4;
}

.menu li img {
  display: block;
  width: 16px !important;
  height: auto;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.menu li span {}

@media screen and (max-width: 1300px) {
  .menu li span {
    font-size: 11px;
  }
  #about {
    font-size: 14px;
    line-height: 2;
  }
  .con_no8 .img_spnon8 {
    width: 200% !important;
    height: auto;
    margin-left: -100%;
  }
}

@media screen and (max-width: 961px) {
  .pc_block {
    display: none!important;
  }
  .sp_block {
    display: block!important;
  }
}

@media screen and (max-width: 860px) {
  .border_li {
    border: 1px solid #eae8ea;
    min-height: 390px;
  }
  .pc_block {
    display: none!important;
  }
  .sp_block {
    display: block!important;
  }
}

@media screen and (max-width: 860px) {
  .contents_color4 {
    padding-bottom: 30px;
  }
  .sp_block h2 {
    font-size: 2.6em;
    text-align: center;
    margin-bottom: 2em;
  }
  .border_li {
    border: 1px solid #eae8ea;
    min-height: auto;
  }
  .con_no8 .img_spnon8 {
    width: 200% !important;
    height: auto;
    margin-left: -100%;
  }
  .con_no8 .product-application .icon-application img {
    display: block;
    max-width: 70px;
    float: left;
  }
  .con_no8 .product-application {
    overflow: hidden;
    position: absolute;
    top: 18%;
  }
  .con_no8 .product-application h2 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .con_no8 .product-application .icon-application a {
    display: block;
    float: left;
    color: #fff;
    line-height: 30px;
    padding-left: 10px;
  }
  .con_no10 {
    overflow: hidden;
  }
  .accesarry-box {
    padding: 0;
    padding-top: 2em;
  }
  .con_no10_in.max-width.sp_margin {
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .con_no10_in ul {
    width: 800px;
    height: auto;
  }
  .h2_spno11 {}
  .h2_spno11 h2 {
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  .h2_spno11 span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
  }
  #slider2 h2 {
    margin-top: 1em;
  }
  .good-design-box {
    padding-top: 50px;
    margin-bottom: 2em;
  }
  .good-design {
    background-image: none;
  }
  .max-width {
    max-width: 980px;
    width: auto;
    margin: 0 auto;
  }
  p.good-design-ranking {
    max-width: 648px;
    width: auto!important;
    margin: 2em!important;
  }
  .mtb_2 {
    margin-bottom: 2em!important;
  }
  .mgt_2 {
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .ptb_2 {
    padding-bottom: 2em!important;
  }
  .ptb_2:last-of-type {
    padding-bottom: 3em!important;
    margin-bottom: 2em;
  }
  .con_padding {
    padding: 2em 0;
  }
  .contents_in4 {
    width: auto;
    padding-top: 1em;
    padding-bottom: 2em;
  }
  .contents_in2 {
    width: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .sp_padding10 {
    padding: 0 2%;
  }
  .contents_in2 ul li .li_text p {
    line-height: 1.6;
    font-size: 11px;
  }
  .border_li {
    border: 1px solid #eae8ea;
    background: #fff;
  }
  .sp_padding {
    padding: 0 20px;
  }
  .sp_margin {
    margin: 0 20px;
  }
  .banner_img {
    width: auto;
    padding-bottom: 2em;
  }
  .product-line-up h2 {
    text-align: center !important;
    margin-bottom: 1.2em !important;
    font-size: 16px !important;
  }
  .japan_title_h {
    font-size: 16px;
    line-height: 1.6;
  }
  .other-lineup {
    border: 10px solid #d9d9d9;
    margin: 0 auto;
    padding: 10px 10px 0;
    bottom: 30px;
    max-width: 840px;
    width: auto;
  }
  .other-lineup p {
    margin-bottom: 10px;
  }
  p.theta1-img {
    width: 30%;
    float: left;
    margin-bottom: 0;
  }
  .good-design-right h3 {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .good-design-right p {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .good-design-right {
    float: right;
    width: 70%;
    padding-top: 0;
    text-align: left;
  }
  .con_no9_text h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .insta-right p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .good-design-box h2 {
    text-align: center;
    font-size: 16px !important;
    letter-spacing: 2px;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
  }
  .accesarry-box h2 {
    font-size: 16px !important;
    letter-spacing: 2px;
    margin-bottom: 20px !important;
  }
  .lineup-box h2 {
    text-align: center !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    margin-bottom: 30px !important;
    padding-top: 20px !important;
  }
  .con_no9_text h2 span {
    display: block;
    max-width: 30px;
    float: left;
    margin-right: 10px;
  }
  .contents_in ul li .li_text {
    padding: 5px 10px;
  }
  .contents_in2 ul li .li_text {
    padding: 5px 10px;
  }
  .contents_in ul li .li_text h4 {
    font-size: 14px;
  }
  .contents_top2 {
    padding-top: 4em;
  }
  .contents_in ul li {
    width: 50%;
    padding: 2%;
    height: auto;
    float: left;
    background: #fff;
    margin-bottom: 50px;
  }
  .title_con_in h2 {
    color: #c4c4c4;
    width: 100%;
    max-width: none;
    float: none;
    text-align: center;
  }
  .english_title {
    font-size: 2.5em !important;
  }
  .title_con_in p {
    display: block;
    float: none;
    width: auto;
    text-align: center;
    padding: 1em;
    padding-bottom: 0;
    font-size: 1em;
  }
  .title_con_in2 h2 {
    width: 100%;
    text-align: center;
  }
  .title_con_in2 p {
    display: block;
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
    margin-top: 3em;
    padding-bottom: 0;
    text-align: center;
    line-height: 1.6;
  }
  .japan_title span {
    font-size: 1em;
    line-height: 1.6;
  }
  .japan_title2 span {
    font-size: 17px;
    line-height: 1.6;
  }
  .contents_in2 ul li {
    width: 50%;
    padding: 2%;
    height: auto;
    float: left;
    background: none;
    cursor: pointer;
  }
  .cn_1 {
    position: static;
    right: 0;
    top: 0;
  }
  .cn_1 .japan_title {
    line-height: 1.8;
    text-align: left;
  }
  .cn_3 {
    position: static;
    width: 100%;
    left: 0;
    top: 0;
  }
  .cn_3 .english_title {
    width: 100%;
    max-width: none;
    float: none;
    margin-bottom: 10px;
  }
  .cn_3 .japan_title {
    display: block;
    float: none;
    padding: 0;
    padding-bottom: 0;
    line-height: 1.6;
  }
  .other-lineup {
    width: auto;
    margin-bottom: 30px;
  }
  .cn_1 {
    position: static;
    right: 0;
    top: 0;
  }
  .cn_1 .japan_title {
    line-height: 1.8;
    color: #333;
    text-align: left;
  }
  .con_no9_text {
    width: 100%;
  }
  .con_no9_img {
    width: 100%;
    margin-top: 2em;
  }
  p.smartphone-img {
    width: 100%;
    float: none;
    max-width: 313px;
    margin: 0 auto;
  }
  .insta-right {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 30px;
  }
  
  .product-line-up .li_tr_l{
    width: auto;
    height: auto;
  }

  .product-line-up li {
    width: auto;
    height: auto;
    background: #fff;
    padding: 1%;
    text-align: center;
    font-size: 12px;
    float: none!important;
    margin: 0 auto;
    margin-bottom: 1.6%;
  }
  .sp_margin {
    margin: 0px 10px;
    padding: 0;
  }
  .product_line_up2 li {
    min-height: auto!important;
    margin-bottom: 20px!important;
  }
  .contents_in3 {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 4em;
  }
  .contents_in {
    width: 100%;
    padding-top: 4em;
    padding-bottom: 2em;
  }
  .con_no9_text {
    padding-top: 2em;
    margin-bottom: 3em;
  }
  #slider2 .text_price .text_price_list {
    font-size: 13px;
  }
  #slider2 .text_price .text_price_list2 {
    font-size: 15px;
  }
  p.smartphone-img {
    width: 100%;
    float: none;
    max-width: 170px;
    margin: 0 auto;
  }
  h3.sns-share-img {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .japan_title {
    font-size: 12px;
    margin-bottom: 10px!important;
  }
  .contents_color4 .en_text {
    color: #404040!important;
  }
    .business_btn {
        max-width: 200px;
    }
    .product-line-up .li_qt_l {
        float: left !important;
        width: 49%;
        min-height: 480px;
    }
    .product-line-up .li_qt_r {
        float: right !important;
    }
    .product-line-up .li_qt_l a {
        font-size: 10px !important;
    }
    .product-line-up .li_qt_l h3 {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 736px) {
  .menu {
    display: none;
  }

  .footer_band ul li {
    margin: 0 !important;
    margin-left: 10px !important;
  }
  .footer_band ul {
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  .border_li {
    border: 1px solid #eae8ea;
    background: #fff;
  }

  .modal-body {
    padding: 1rem 0 !important;
  }

  .modal-thumb-item .slick-slide {
    margin: 0;
  }

  .contents_color6 .thumb-item2 .slick-list .slick-slide {
    margin: 0;
  }
}

ul.thumb-item-nav2.slick-initialized.slick-slider {
  width: 100%!important;
  max-width: 600px!important;
  margin: 0 auto;
}

.con_naname {
  position: relative;
  z-index: 10;
}

.contents_color6 {
  position: relative;
  z-index: 100;
  max-width: 1030px;
  width: 80%;
  height: 605px;
  margin: auto;
  padding-top: 20px;
}

.thumb-item-nav2 img {
  max-width: 80px;
}

.slick-prev:before, .slick-next:before {
  color: #a0a0a0;
}

/*追加*/
.contents_color6 .slick-prev,
.modal-nav-item .slick-prev{
  left: 10px;
}
.contents_color6 .slick-next,
.modal-nav-item .slick-next{
  right: 10px;
}

.contents_color6 .nav-item .slick-list:before,
.modal-nav-item .slick-list:before {
  content: "";
  background: linear-gradient(to right, #fff 50%,rgba(255,255,255,0) 100%);
  display: block;
  position: absolute;
  width: 15%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.contents_color6 .nav-item:before,
.modal-nav-item:before {
    content: "";
    background: linear-gradient(to left, #fff 50%,rgba(255,255,255,0) 100%);
    display: block;
    position: absolute;
    width: 15%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 1;
}
/*追加ここまで*/

ul.lightbox4 li {
  width: 25%;
  display: block;
  float: left;
}

ul.lightbox4 {
  padding-top: 2.5em;
  overflow: hidden;
}


/* CSS Document */

.cb_btn {
  display: block;
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 3em;
}

.cb_btn a {
  display: block;
  color: #fff;
  background: #000;
  padding: 10px 0;
  border-radius: 25px;
  /* CSS3草案 */
  -webkit-border-radius: 25px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 25px;
  /* Firefox用 */
}

.cb_btn2 {
  display: block;
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 3em;
}

.cb_btn2 a {
  display: block;
  color: #fff;
  background: #000;
  padding: 10px 0;
  border-radius: 25px;
  /* CSS3草案 */
  -webkit-border-radius: 25px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 25px;
  /* Firefox用 */
}

#top_wrapper .top_bg {
  height: 650px;
  width: 100%;
  background: url(../images/topcover.png);
  position: absolute;
  top: 0;
  left: 0;
}

.top-mainvisual-inner {
  z-index: 1062;
}

#top_wrapper .top-mainvisual-product {
  bottom: -290px!important;
}

#top_wrapper .top-mainvisual {
  margin-bottom: 300px;
}

#header, #header>div, #footer {
  min-width: initial;
  z-index: 10000;
}

.top_title1 {
  width: 85%;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top_title1 h1 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
}

.top_title1 h1 span {
  display: block;
  font-size: 40px;
  margin-bottom: 10px;
}

.top_title1 p {
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
}

.top_title1 p span {
  display: block;
  font-size: 40px;
  margin-bottom: 10px;
}

.top_title_btn {
  display: block;
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 3em;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top_title_btn a {
  display: block;
  color: #fff;
  background: #449fbe;
  padding: 10px 37px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  font-size: 20px;
}

.top_title_banner {
  max-width: 250px;
  overflow: hidden;
  position: absolute;
  bottom: 75px;
  right: 30px;
}

.top_title_banner .top_title_banner1 {
  max-width: 161px;
  height: auto;
  float: right;
  margin-bottom: 10px;
}

.top_title_banner .top_title_banner2 {
  max-width: 250px;
  height: auto;
  float: right;
}

@media screen and (max-width: 960px) {
  .menu {
    display: none;
  }
  .top_title_banner {
    display: none;
  }
  .footer_band_inner {
    max-width: 1008px;
    width: 100%;
  }
  .footer_share {
    max-width: 1008px;
    width: 100%;
  }
  .footer_band .footer_sns {
    right: 10px;
  }
  .fnavi {
    padding-left: 15px;
    left: 80px;
  }

  .contents_in2 h3 {
    width: 80%;
    display: inline-block;
  }

  .contents_in2 div.acover {
    width: 80%;
    display: inline-block;
    text-align: left;
  }

}

@media screen and (max-width: 736px) {
  .sec-mv-cg {
    width: 60%;
    float: right;
    margin-top: 0px;
  }
  .contents_color6 {
    width: 90%;
    height: 300px;
  }
  #top_wrapper .top_bg {
    display: none;
  }
  #top_wrapper section {
    overflow: visible!important;
  }
  .top_bg2 {
    width: 100%;
    max-height: 540px;
    background: url(../images/topcover.png);
    z-index: 1061;
    position: absolute;
    top: 0;
    left: 0;
  }
  .top-mainvisual-sp {
    padding-bottom: 0!important;
  }
  #top_wrapper .top-mainvisual-product {
    bottom: -72%!important;
    max-width: 700px;
    width: 80%;
    padding: 0px 20px;
  }
  #top_wrapper .top_title_btn_form2 {
    bottom: -90%!important;
  }
  #top_wrapper .top-mainvisual {
    margin-bottom: 35%;
    display: block;
    height: 350px;
  }
  .top_title1 h1 {
    font-size: 14px;
  }
  .top_title1 h1 span {
    font-size: 30px;
  }
  div#a_spot1 {
    margin-bottom: 10px;
  }
  .ptb_2 {
    padding-bottom: 2em!important;
  }
  ul.lightbox4 {
    padding-top: 2.5em;
    overflow: hidden;
    padding-bottom: 2.5em;
  }
  .top_title1 {
    top: 25%;
  }
  .top_title1 p {
    font-size: 20px;
  }
  .top_title1 p span {
    font-size: 30px;
  }
  .top_title_btn {
    width: 310px;
    top: 64%;
  }
  .top_title_btn a {
    font-size: 16px;
    padding: 10px 0px;
  }

  @media screen and (max-width: 620px) {
    .top_title1 p {
      font-size: 15px;
    }
    .top_title1 p span {
      font-size: 20px;
    }
    #top_wrapper .top-mainvisual-product {
      bottom: -60%!important;
    }
    #top_wrapper .top_title_btn_form2 {
      bottom: -80%!important;
    }
    .sec-mv-cg {
      width: 60%;
      float: right;
      margin-top: 0;
    }
    .contents_color6 {
      width: 100%;
    }
    .business_btn {
      max-width: 120px;
    }
    .business_btn a {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 480px) {
    .top_title1 {
      width: 90%;
    }
    .top_title1 p {
      font-size: 12px;
    }
    .top_title1 p span {
      font-size: 18px;
    }
    #top_wrapper .top-mainvisual-product {
      bottom: -45%!important;
    }
    #top_wrapper .top_title_btn_form2 {
      bottom: -60%!important;
    }
    .business_btn {
      max-width: 120px;
    }
    .business_btn a {
      font-size: 16px;
    }
    .img-good-design {
    float: none !important;
    margin: 10% auto;
    }
    .good-design-left {
    float: none;
    }
    .good-design-right {
    float: none;
    width: 70%;
    padding-top: 2%;
    margin: 0 auto;
    }
  }
  @media screen and (max-width: 360px) {
    .product-line-up .li_type {
      font-size: 10px;
    }
    .product-line-up h3 {
      font-size: 13px;
    }
    .product-line-up .li_text {
      font-size: 11px;
    }
    .product-line-up .li_price {
      font-size: 11px;
    }
    .top_title1 {
      width: 98%;
    }
    #top_wrapper .top-mainvisual-product {
      bottom: -30%!important;
    }
    #top_wrapper .top_title_btn_form2 {
      bottom: -45%!important;
    }
    .top_title_btn {
      top: 63%;
    }
    .top_title_btn {
      max-width: 300px;
    }
    .top_title_btn a {
      font-size: 15px;
    }
  }
}

section#slider3 .il_btn .btn_l {
  width: 48%;
  float: none;
  margin: 0 auto;
}

#slider3 .slick-slide img {
  border-bottom: 1px solid #eae8ea;
}

/*1030 edridge追加*/
.top_title1 h1 {
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
}
#slider3 .btn_l img {
  border-bottom: none;
}
#footer img {
  width:  auto;
  height: auto;
}
@media screen and (min-width: 737px) {
  #about .gn li a.about,
  #about .gn li a.store {
      opacity: 1;
  }
  #about .gn li a.about:hover,
  #about .gn li a.store:hover {
      opacity: .7;
  }
}
@media screen and (max-width: 640px) {
  #footer .footer-sub li {
      margin-left: 20px !important;
  }
  /*↓追加*/
  #about .prod-v .sec-mv {
    height: 280px;
  }
}
/*↓追加*/
@media screen and (max-width: 736px) {
  .top_title_btn {
      top: 75%;
  }
  #about .prod-v .sec-mv .sec-mv-inner .sec-mv-name {
    font-weight: normal;
  }
  .inc_compare_table {
    padding: 0 14px 30px;
  }
  #slider2 > h2 {
    margin-top: 3em;
  }
  #slider2 .regular2 h2 {
    margin: 0 1em 0.5em;
  }
  .regular2 .slick-slide {
    border-right: none;
    margin-top: 0;
  }
  .regular2 .slick-next, #about .regular2 .slick-prev {
    top: 7%;
  }
  .regular2 .slick-next {
    right: 0;
  }
  .regular2 .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 890px) {
  #about .prod-v .sec-mv .sec-mv-inner .sec-mv-name  {
    color: #acacac;
  }
}
@media screen and (max-width: 1300px) {
  #about .prod-v .sec-mv .sec-mv-inner .sec-mv-name  {
    color: #acacac;
  }
}

@media screen and (min-width:501px) and ( max-width:840px) {
  .contents_in2 ul li .li_text {
    width:87%;
    right:9%;
  }
}

.acover {
  width: auto !important;
}

.acover a {
  width: auto !important;
}

.acover a:first-child {
  padding-right: 15px;
}

