@charset "utf-8";
/* CSS Document */
.anchor{
    padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
}

/*========= ドロップダウンのためのCSS ===============*/
h4{

    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 600;
    display: block;
text-align:center;
	font-size:1.5rem;
}


/*==ナビゲーション全体の設定*/
nav{

  color:#fff;
  text-align: center;
}

nav ul:nth-child(1), nav ul:nth-child(2){
	margin-bottom:60px;
	
}


/*ナビゲーションを横並びに*/
nav ul{
    /*2階層目の基点にするためrelativeを指定*/
  position: relative;
  list-style: none;
  display: flex;
  justify-content: center;
}

/*2階層目以降は横並びにしない*/
nav ul ul{
  display: block;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
    /*矢印の基点にするためrelativeを指定*/
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  padding:20px 0px;
  transition:all .3s;
}

nav ul li li a{
  padding:20px;
}

.has-child{
margin: 0px 20px;
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/

nav ul li.has-child > a::before{
    content: '';
    position: absolute;
    left: 15px;
    top: 28px;
    width: 11px;
    height: 10px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(135deg);
}

/*==2階層目以降の画像設定*/

nav ul li.has-child img{
  max-width: 100%;
  height: auto;
  transition: all .5s;
  vertical-align: bottom;
}

/*hoverしたら画像拡大*/
/* nav ul li.has-child img:hover{
  transform: scale(1.2);
} */

nav ul li.has-child dt{
overflow: hidden;
    /* height: 20vh; */
    margin: 0 0 10px 0;
}

@media screen and (max-width:1200px){
nav ul li.has-child dt{
  height: 12vh;
}
}

/*== 2層目の設定 */

nav li.has-child ul{
    position: absolute;
    left: 5%;
    top: 70%;
    z-index: 4;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    width: 65%;
    max-width: 900px;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    box-shadow: 0 0 9px 1px rgb(159 159 159 / 21%);
    left: 50%;
    transform: translateX(-50%);
}

/*hoverしたら表示*/
nav li.has-child:hover > ul{
  visibility: visible;
  opacity: 1;
  display: flex;
}

/*各ナビゲーション横幅*/
nav li.has-child ul li{
 max-width: 200px;
    padding: 30px 0px;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
    height: 100%;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
  background:#ccc;
}
nav a{
font-weight:500;	
}
nav dd{
	font-size:1rem;
	
    line-height: 1.5;
}
@media screen and (max-width:1400px){
nav ul li a {
    pointer-events: none;  
}
}
@media screen and (max-width:1000px){
nav li.has-child ul {
	width: 96%;
	}	
}
/*==768px以下の形状*/
@media screen and (max-width:768px){
      nav li.has-child:hover > ul {
      display: none;
    }
  nav li.has-child ul{
    position: relative;
  left:0;
  top:0;
  width:100%;
  visibility:visible;/*JSで制御するため一旦表示*/
  opacity:1;/*JSで制御するため一旦表示*/
  display: none;/*JSのslidetoggleで表示させるため非表示に*/
  transition:none;/*JSで制御するためCSSのアニメーションを切る*/
	  transform: translateX(0%);
}
    nav li.has-child:hover > ul {
      display: none;
    }
  nav li.has-child ul li{
    width:100%;
    text-align: left;
	      max-width: 95%;
	      padding: 10px 0px 0px;
  }
  
  nav li.has-child ul li dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
	      padding: 10px;
  }
  nav li.has-child ul li dt{
    width:30%;
    height: auto;
    margin: 0;
  }

  nav li.has-child ul li dd{
    width:64%;      
  }
nav ul {
    position: relative;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
    
    nav ul li a{
      padding: 10px 0px;
      border-bottom:1px solid #ccc;
		pointer-events: auto;
}
    
    nav ul li li a{
    padding: 0;
}
  
/*矢印の位置と向き*/
  
nav ul li.has-child > a::before{
  top:17px;
  left:20px;
    transform: rotate(135deg);
}
    
nav ul li.has-child.active > a::before{
    transform: rotate(-45deg);
}
nav ul:nth-child(1), nav ul:nth-child(2) {
    margin-bottom: 0px;
}	
}
@media screen and (max-width:600px){
nav dd {
    font-size: 1rem;
}	
}
/*========= レイアウトのためのCSS ===============*/

/* h1{
  font-size:2rem;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
}
 */
h2{
  font-size:1.2rem;
  text-align: center;
  margin: 0 0 30px 0;
}

/* p{
  margin-top:20px;  
} */

small{
  background:#333;
  color:#fff;
  display: block;
  text-align: center;
  padding:20px;
}








/* tabu */

.tab-container{ width: 100%; }
.tab-togle-group{
display: flex;
    flex-wrap: wrap;
}
.tab-toggle{
    border: 1px solid #000;
       width: 24%;
    text-align: center;
    padding: 8px;
    cursor: pointer;
}


.tab-toggle.on:nth-of-type(1){
	background-color: yellow;
}
.tab-toggle.on:nth-of-type(2){ background-color: orange;
}
.tab-toggle.on:nth-of-type(3){ background-color: red; }

.tab-toggle:nth-of-type(1){
	width: 40%;
}
.tab-toggle:nth-of-type(2){
	width: 40%;
}


.tab-content{
    border: 1px solid #000;
    text-align: center;
    display: none;
}
.tab-content.show{
    display: block;
}
/* .tab-content p{
    padding: 100px;
} */
.tab-content:nth-of-type(1){ background-color: yellow; }
.tab-content:nth-of-type(2){ background-color: orange; }
.tab-content:nth-of-type(3){ background-color: red; }

.tab-content .item_box{
width: 16%;
}
.tab-content .itembox_img{
	width:250px;
}
.tab-toggle img{
		width:300px;
}
.itembox_img{
    max-width: 330px;
	    margin: 0 auto;
}
/*共通項目*/
p,div,li{
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.7;
	color: #333;
	    font-size: 1.1rem;
}

.inner{
    max-width: 1500px;
	width: 95%;
	margin: 0 auto;
}
.p_space{
	margin-bottom: 10px;
}
h2{
	font-family: "franklin-gothic-atf", sans-serif;
font-weight: 500;

}
h2 span{
color: #f5a200;	
}
h3{
    font-size: 3.5rem;
    font-family: "franklin-gothic-atf", sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
	 position: relative;

}
h3 .or{
color: #f5a200;	
}
.h3_sub{
    font-size: 1.6rem;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 600;
    display: block;
}
.sectionsp{
padding-top: 150px;
}
.letter_space{
	font-feature-settings: "palt";
	color: inherit !important;
}
@media screen and (max-width:600px) {
	p, div, li{
		font-size:1rem;
	}
}
.mv{
background-image:url("../img/mv.jpg");
height: 800px;
background-repeat: no-repeat;
position: relative;
margin-top: 95px;
    background-size: cover;
}

.slider_mv{
margin-top: 95px;	
}
.sp_slider_mv{
	display:none;
}

.mvtext_box{
    position: absolute;
    top: 100px;
    left: 50px;
}
.mvtext{
    font-family: "vdl-v7gothic", sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    color: #333;
    background-color: #fff;
    width: fit-content;
        padding: 5px 10px 0px 15px;
    margin: 10px;
	letter-spacing: 0.025em;
}
.mvtext span{
	color: #f5a200;

}
.mvparts_box span{
color: #fff;
font-size: 3.5rem;
	font-weight: 600;
}
.mvparts_box img{
width: 450px;
}
.sp_mvparts_box{
	display: none;
}
.mvparts01{
    position: absolute;
    top: 450px;
    left: 100px;
}
.mvparts02{
position: absolute;
    top: 400px;
    left: 700px;
}
.mvparts03{
    position: absolute;
    top: 50px;
    left: 1000px;
}
.mvparts01 span{
    left: 280px;
    position: absolute;
    bottom: 30%;
}
.mvparts02 span{
    position: absolute;
    bottom: 30%;
}
.mvparts03 span{
    position: absolute;
    bottom: 30%;
}
@media screen and (max-width:1600px) {
	.mv {

    background-position: -300px 0px;
}
	.mvparts03 {
    top: 10px;
    left: 750px;
}
.mvparts03 span {
    position: absolute;
    bottom: -5%;
    left: 59%;
}
}
@media screen and (max-width:1300px) {
.mvtext {
		font-size: 3.5rem;
	}
.mvparts_box span {
    font-size: 3.2rem;
}
.mvparts01 span {
    left: 210px;
    bottom: 30%;
}
	.mvparts02 {
    top: 400px;
    left: 650px;
}
.mvparts02 span {
    position: absolute;
    bottom: -31%;
    left: 52%;
}
.mvparts_box img {
    width: 330px;
}
	.mvparts03 {
    top: 50px;
    left: 580px;
}
.mvparts03 span {
    bottom: -10%;
    left: 54%;
}
}
@media screen and (max-width:1000px) {
	.mvparts_box{
		display: none;
	}
	.sp_mvparts_wrap{
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
	}
.sp_mvparts_box {
    display: flex;
    justify-content: space-between;
    padding-top: 370px;
}
	.sp_mvparts_box img{
		width: 200px;
	}
	.sp_mvparts_box span{
	color: #fff;
	font-size: 2.5rem;
		    font-weight: 600;
	}
	.sp_mvparts_box div{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
	}
}
@media screen and (max-width:770px) {
	.mv {
    height: 600px;
		background-image:url("../img/sp_mv.jpg");
		    background-position: bottom;
		    background-size: cover;
		    margin-top:65px;
}
.mvtext {
    font-size: 7vw;
}
.mvtext_box {
top: 20px;
    left: 0px;
	}
.sp_mvparts_box img {
    width: 150px;
}
.sp_mvparts_wrap {
	max-width: 500px;
	}
.sp_mvparts_box {
    padding-top: 240px;
}
}
@media screen and (max-width:770px) {
.mv {
	height: 500px;
	}
.sectionsp{
padding-top: 50px;
}

}
@media screen and (max-width:600px) {
.sp_mvparts_box span {
	font-size: 2rem;
	}	
.slider_mv{
	display:none;	
}
.sp_slider_mv{
display:block;
	margin-top: 50px;
}
}
/*キャンペーンバナー*/
.campaignbanner{
    font-size: 6.5rem;
    color: #c7c7c7;
    text-align: center;
    position: relative;
    top: -80px;
    letter-spacing: 0.025em;

}
h2 .ja{
    font-size: 2rem;
    line-height: 0;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 600;
}
.shadowbox{
box-shadow: 0 0 9px 1px rgb(159 159 159 / 21%);
    max-width: 1200px;
    margin: 200px auto 0px;
	width: 90%;
	
}
.lefttag{
	position: relative;
}
.lefttag:after{
	    content: "";
    bottom: 0;
    left: 0;
    border-top: 4em solid transparent;
    border-left: 4em solid #c7c7c7; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 1;
}
.banner_box{
    display: flex;
    justify-content: center;
    margin-top: -50px;
    padding-bottom: 100px;
}
@media screen and (max-width:770px) {
	.campaignbanner {
		font-size: 4.5rem;

	}
.shadowbox {
	margin: 130px auto 0px;
	}
.banner_box {
    width: 90%;
    margin: 0px auto;
	    padding-bottom: 50px;
}
h2 .ja {
    font-size: 1.3rem ;
}
}
@media screen and (max-width:500px) {
.campaignbanner {
    font-size: 11vw;
    top: -10vw;
}	
}
/*news*/
.back_img{
	background-image: url("../img/back_img.jpg");
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
}
.news_inner{
	max-width:1000px;
	margin:0 auto;
}
/* .news{
	height: 200px;
	background-color: #333;
	width: 100%;
}
.news dt,.news p{
	color:#fff;
} */
 /*about*/

.mainh2{
font-size: 6rem;
    display: flex;
    align-items: center;
}
.mainh2 span{
	color: #333;
	font-size: 1.6rem;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 600;
	margin-left: 40px;
	position: relative;
}
.mainh2 span:after{
    content: '';
    width: 3px;
    height: 75px;
    background-color: #727171;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
}

.content_box{
	display:flex;
	justify-content: space-between;
}
.content_wrap{
	max-width: 1200px;
	margin:50px auto 0px;
}
.content_ttl{
    font-family: "vdl-v7gothic", sans-serif;
 font-size: max(1.5vw, 1.9rem);
    font-weight: 600;
}
.content_ttl span{
    display: block;
    background-color: #fff;
    margin: 7px 0px;
    width: fit-content;
    padding: 0px 5px;
    white-space: nowrap;
}
.content_textbox{
	width: 48%;
	    margin-top: 50px;
}
.content_text{
	

    max-width: 700px;
    margin-top: 40px;
    background-color: #fff;
    padding: 20px 10px;
}
.content_img{
	width: 48%;
}

@media screen and (max-width:1000px) {
	.content_wrap {
    width: 80%;
		    margin: 30px auto 0px;
	}

	.mainh2{
	font-size: 5rem;
	}
	.mainh2 span {
    color: #333;
	font-size: 1.6rem;
	}
	.content_box {
    flex-direction: column;
	align-items: center;
}
.content_textbox {
	width: 100%;
	margin-top: 0px;
	}
.content_img {
    width: 100%;
    max-width: 430px;
}
	.content_text {
    margin-top: 20px;
		
    margin-bottom: 10px;
	}
}
@media screen and (max-width:770px) {
	.news{
    flex-direction: column;
	}

		.content_wrap {

    width: 100%;
	}
	.mainh2{
		  font-size: max(9vw, 1.3rem);
  
    flex-direction: column;
    line-height: 1.2;
    align-items: baseline;
    margin-left: 10px;
	}
	.mainh2 span {
		font-size: 5vw;
		    margin-left: 0px;
	}
.mainh2 span:after {
    content: '';
    width: 3px;
    height: 18vw;
    background-color: #727171;
    position: absolute;
    top: -50%;
    transform: translateY(-50%);
	    left: -15px;
}
.content_ttl {
    font-size: max(4vw, 1.1rem);

}
}
/*製品紹介*/
.back_img02{
background-image: url("../img/back_img02.jpg");
background-size: cover;
	background-repeat: no-repeat;
	    padding-bottom: 50px;
}
.itemwrap{
	max-width: 1600px;
	margin: 0 auto;
}
.item_box_back{
	background-color: #fff;
	    margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	position: relative;
}
.item_box_back:after{
	    content: "";
    bottom: 0;
    right: 0;
    border-top: 4em solid transparent;
    border-right: 4em solid #c7c7c7;
    position: absolute;
    z-index: 1;
}
.item_box_box{
	display: flex;
		flex-wrap: wrap;
	justify-content: center;
}
.item_box {
    width: 29%;
    text-align: center;
    margin: 50px 10px 0px;
}
.item_box a{
    width: fit-content;
    display: inline-flex;
    flex-direction: column-reverse;
	
}
.link_btn{
    width: 300px;
    background-color: #333;
    color: #fff;
    display: flex;
    margin: 0px auto;
    justify-content: center;
    height: 60px;
    align-items: center;
	position: relative;
}
.link_btn:after{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    right: 0;
    z-index: 1;
}
.aboutbtn{
    margin: 20px 0px 0px;	
}
.itembtn{
	margin-top: 80px;
}
.item_h3{
	top: -35px;
}
.item_ttl{
	font-weight: 500;
	    padding-top: 2px;
}

@media screen and (max-width:1170px) {
	.tubeimg {
	width: 27vw;	
	}
	.tubeimg span{
	    text-wrap: nowrap;	
	}
}

@media screen and (max-width:1000px) {
.aboutbtn {
    margin: 0px auto 30px;
}	
}
@media screen and (max-width:770px) {
	.item_box {
		width: 45%;
	}
	h3{
		font-size: max(7vw, 1.2rem);
	}

.item_h3 {
    top: -5vw;
}
}
@media screen and (max-width:768px) {
		.tubeimg {
	width: auto;	
	}
}
@media screen and (max-width:600px) {
	.item_box {
     margin: 15px 5px;
}
	.itembtn {
    margin-top: 10px;
}
	.link_btn:after{
		    width: 40px;
	}	
.link_btn {
	width: 220px;
	    height: 55px;
	}
.item_box_back {
    margin-bottom: 20px;
	}
}
/*other*/
.other_h3{
	padding-top: 50px;
	    padding-bottom: 30px;
	
}
.item02wrap{
	max-width: 1300px;
	margin: 0 auto;
}
.item02_box_box{
	display: flex;
	justify-content: space-between;
}
.item02_box{
margin: 10px;
	position: relative;
}
.boxttl{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
	font-family: "vdl-v7gothic", sans-serif;
	font-weight: 600;
	white-space: nowrap;
}
.boxttl span{
	display: block;
}
@media screen and (max-width:770px) {
	.item02_box {
    max-width: 400px;
	}
.item02_box_box {
    flex-direction: column;
	    align-items: center;
}	
}
/*backdeco*/
.back_deco{
	background-image:url("../img/back_deco.jpg");
background-repeat: no-repeat;
	height: 400px;
	background-attachment: fixed;
    margin-top: 150px;
	    background-size: cover;
}
@media screen and (max-width:770px) {
	.back_deco{
		height: 250px;
		background-attachment: initial;
	}	
}
@media screen and (max-width:600px) {
	.back_deco{
		height: 200px;
	    margin-top: 80px;	
	}	
.other_h3 {
    padding-top: 20px;
    padding-bottom: 10px;
}
.item02_box {
    max-width: 270px;
}		
}

/* news */

.top-store{
	padding: 150px 0;
}

.news_inner{
	    max-width: calc(1200px + 10%);
    width: 100%;
      margin: 100px auto 0px;
}
.news_box dd{
	font-size:18px;
}
.news_box dd{
	font-size:18px;
}
.news_box dt{
font-size: 18px;
	font-weight:600;
}
.news_box time{
	font-size: 18px;
	font-weight: 600;
	color:#fff;
}
.news{
    padding: 40px 50px;
    background-color: #333!important;
    display: flex;
    align-items: center;
	    justify-content: space-between;
	position:relative;
}
.news:after{
    content: "";
    bottom: 0;
    right: 0;
    border-top: 3em solid transparent;
    border-right: 3em solid #fff;
    position: absolute;
    z-index: 1;	
}
.news .en{
	text-align: center;
    font-size: 2rem;
    font-family: "franklin-gothic-atf", sans-serif;	
color: #fff;	
}
.news_btn{
background-color: #eb9d04;
    color: #fff;
    padding: 8px;	
	    display: flex;
    justify-content: center;
	    max-width: 180px;
    margin: 0 auto;
}
.news_btn img{
	    width: 30px;
	    margin-right: 20px;
}
.news_btn a{
	display:flex;
	align-items:center;
}
.news_box{
	margin-bottom:20px;
}
.news_box dl,.news_box p{
	color:#fff;
}
.scroll {
    overflow-y: scroll;
    height: 250px;
    width: 70%;
}
.news_ttl{
    width: 20%;
    position: relative;
}
.news_ttl:after{
    content: '';
    width: 3px;
    height: 150px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* left: 5px; */
     right: -23%;
	
	
}
.scroll::-webkit-scrollbar{
   width: 5px;
}
.scroll::-webkit-scrollbar-track{
   background-color: #ccc;
}
.scroll::-webkit-scrollbar-thumb{
   background-color: #FD8D25;
}
@media screen and (max-width: 770px) {
.news_box dt,.news_box dd {
	font-size: 16px;
	}	
	.news {
	    padding: 10px 0px 30px;
	}
		.news_ttl:after {
width: 90%;
    height: 2px;
    background-color: #fff;
    top: 115%;
    transform: translateY(-50%);
    right: 4%;
}
	.news_ttl {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
	}
	.scroll {
    overflow-y: scroll;
    height: 250px;
    width: 90%;
}
}
@media screen and (max-width: 600px) {
.news:after {
    border-top: 2em solid transparent;
    border-right: 3em solid #fff;
}
	.news .en{
		font-size:1.6rem;
	}

.news_btn img {
	width: 25px;
		}
.news_btn {
    padding: 6px;
    max-width: 160px;
	}
	.news_box time{
	font-size:1rem;	
	}
.news_box dt, .news_box dd {
    font-size: 1rem;
}
}
