﻿@charset "utf-8"; /* 文字エンコーディングをUTF-8に指定　*/
body{
    font-family: :"sans-serif";
}
section{   
    width: 900px;
    margin:0 auto;
    text-decoration:none;
}
section a{
	text-decoration:none;
	color:#000000;
}
section a:hover{
	color:#808080;
}

.brand_logo img{
    width:240px;
}
.brand_logo,brand_img{
	text-align:center;
	margin-top:50px;
	margin-bottom:25px;
}
.brand_img img{
	width:880px;
}
.lineup{
	margin-top:20px;
	margin-bottom:70px;
}
h2{
    font-size:150%;
    font-weight:bold; 	
    border-left:7px solid #8b0000;
    margin:30px auto;
    padding:5px 10px;
}

h3 {
  border-bottom: solid 3px skyblue;
  position: relative;
}

h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}
.setsumei{
	font-size:13px;
	line-height:1.4;
}

.video {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#brand_model{
	margin:10px 0;
	line-height:1.4;
}
.brand_model{
	font-size:16px;
	margin-top:50px;
	line-height:1.6;
}
.model_name{
    font-size:16px;
    font-weight:bold;
	padding: 0.4em 0.5em 0.7em 0.5em;
    color: #494949;
    border-left: solid 5px #ffc778;
    border-bottom: solid 1px skyblue;
    line-height:2.5;

}
.model_img{
	float:left;
	margin:30px 30px;
}
.model_img img{
	width:250px;
	
}
.model_logo img{
	width:80px;
	margin:20px 20px;
}
.model_logo p{
	float:right;
	margin-right:150px;
}

.ichiran{
  font-size:90%; 
  margin-top:10px;
  margin-bottom:25px;
  float:right;
  font-weight:bold;
  position: relative;
  padding-left: 25px;
  line-height:2;
  position: relative;
}

.ichiran a{
 position: relative;
 display: inline-block;
 transition: .3s;
}
.ichiran a::after {
 position: absolute;
 bottom: 0;
 left: 0;
 content: '';
 width: 0;
 height: 1px;
 background-color: #4682B4;
 transition: .3s;
}
.ichiran a:hover::after {
 width: 100%;
} 

.model_setsumei{
	font-size:13px;
	margin-top:25px;
	line-height:1.4;
}
.border{
	margin-top:40px;
}	
.out_site{
	font-size:13px;
	margin-top:10px;
}
/*  */
.cf{
	clear:both;
}  
.sp{
	display:none;
}
.btn_edge{
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 0 30px;
  line-height: 2;
  background: #4682B4;
  color: rgb(255, 255, 255);
  transition: .4s;
  margin-top:20px;
}
.btn_edge a{
	color:#ffffff;
	font-size: 100%;
}

.btn_edge:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 21px white;
  border-bottom: solid 41px transparent;
  z-index: 1;
  transition: .4s;
}
.btn_edge:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 21px transparent;
  border-bottom: solid 41px white;
  z-index: 1;
  transition: .4s;
}

.btn_edge:hover:before, .btn_edge:hover:after {
  border-left-width: 25px;
}
.btn_edge:hover {
  background: #192f60;
}
.btn_edge a:hover {
  color: #ffffff;
}
/*elmore friends */
#friends{
	font-size:130%;
    text-align:center;
}
.elmore_friends{
    font-family:cursive;
}
.friends{
    width:22%;
    height:auto;
    margin:20px 10px;
    float:left;
}
.friends img{
    width:100%;
}
.friends_name{
	text-align:center;
}
/* SNS */
.friends_sns {
  list-style: none;
  overflow: hidden;
  padding: 0;
  width:100%;
}
.friends_sns img{
	height:18px;
	width:auto;
}
.friends_sns{
  text-align:center;
}
.friends_sns li {
  display:inline;
  padding: 0;
  margin-right:10px;
}
.friends_sns li:last-child {
  margin-right:0;
}

.friends_sns a:hover{
	opacity:0.5;
}
/* /SNS */

.brand_list{
	margin-top:50px;
}
.box6{
	width:270px;
	height:470px;
	display:block;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;	
	font-size:90%;
}
.box6:last-child{
	margin-right:0;
}
.box6 .photo6 img{
   width:100%;
   margin:-10px auto;
}
.box6 .setsumei{
	color:#000000;
	height:170px;  
}
.box6 .setsumei1{
   color:#dc143c;
   margin-top:10px;
}

.box6:hover{
	opacity: 0.7;
}

/* sub */
.sk_sub_img{
	float:right;
	width:40%;
}
.sk_sub_img img{
width:100%;
}
.sk_sub_img2{
	float:left;
	width:30%;
	margin-right:3%;
}
.sk_sub_img2 img{
width:100%;
}

.text{
	text-align:center;
	font-weight:bold;
}
.red{
	color:#dc143c;
}

.title{
  width:80%;
  font-size:125%;
  font-weight:bold;
  text-align:center;
   position: relative;
  padding: 0.5em 3.8em;
  border-top: solid 2px #696969;
  border-bottom: solid 2px #696969;
  margin:50px auto;
}
.title:before, .title:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #696969;
}
.title:before {
  left: 7px;
}
.title:after {
  right: 7px;
}
.pop_top img{
	width:100%;
}
.sub2{   
    width: 100%;
    margin:0 auto;
    text-decoration:none;
}
.sub2 a{
	text-decoration:none;
	color:#000000;
}
.sub2 a:hover{
	color:#808080;
}
/* /sub */
.ichiran img{
	width:350px;
}

/* ループスライダー */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 200px;
    overflow: hidden;
    position: absolute;

}
 
.loopSlider {
    margin: 0 auto;
    width: 960px;
    height: 200px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul {
    height: 200px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 200px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
*{
margin: 0;
padding: 0;
}

#wrapper_a{
	text-align:center;
	width:30px;
	height:20px;
}
/* /ループスライダー */
/* トップスライダー */
#photo {
	width: 880px;
	height:auto;
	margin:0 auto;
	margin-top:-50px;
		}
#photo img{
	width: 880px;
	position: absolute;
}
.under{
	margin-top:550px;
}

/* dw カラム　2個大**/
.col_2{
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    background-color: #000000;
}
.col_2 > :nth-child(2n-1){
  margin-left: 10px;
}
.col_2 > :nth-child(n+3){
  margin-top: 20px;
}

.col_inner{
  width: calc((100% - 20px * 1) / 2);
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}
.col_inner img{
	width:90%;
	} 
	
/*bmt */
#bmt{
	background-color:#f5771b;
}
.bmt_logo img{
    width:400px;
}
.bmt_logo,brand_img{
	text-align:center;
	margin-top:50px;
	margin-bottom:25px;
}

.bmt_sp{
	display:none;
}

/* bmt navi*/
#navArea{
	display:none;
}
.bmt-menu ul {
  text-align:center;
  height: 50px;
}

.bmt-menu ul li {
display: inline-block;
  padding: 0;
  height: 80%;
  overflow: hidden;
  font-size:20px;
}

.bmt-menu ul li a {
  text-align: center;
  width: 110px;
  text-decoration: none;
  color: #3c6f99;
  display: block;
  height: 120px;
  line-height: 60px;
  display: block;
  transition: .3s;
  font-weight: bold;
  position: relative;
  padding: 0 15px 30px;
  box-sizing: border-box;
}

.bmt-menu ul li a::after {
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 100%;
  display: block;
  line-height: 1;
  content: attr(data-item);
  height: 60px;
  line-height: 50px;
  background: #3c6f99;
  text-align: center;
  font-size:15px;
}

.bmt-menu ul li a:hover {
  margin-top: -65px;
  color: #fff;
}
/* /navi */

.bmt_mdel{
	font-size:130%;
	font-weight:bold;
    border-bottom: solid 3px #deb887;
    position: relative;
}
 
.bmt_mdel:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #800040;
  bottom: -3px;
  width: 30%;
}

/* bmt カラム　3個大**/
.col_3{
    width: 960px;
    display: flex;
    flex-wrap: wrap;
}
.col_3 > :nth-child(3n-2){
  margin-left: -15px;
}
.col_3 > :nth-child(n+4){
  margin-top: 20px;
}

.col3_inner{
  width: calc((100% - 20px * 1) / 3);
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}
.col3_inner img{
	width:90%;
	} 
.current{
	font-weight:900;}
	
.bmt_movie{
	width:60%;
	margin:auto;
}
.box1 {
	width:100%;
	}
.box1 img{
	float:left;
	width:35%;
	margin:10px 0;
}
.box1_title {
	font-size:120%;
	color:#800040;
	margin:5px 0;
}	
.box1_tetail{
	
}
/* el heading**/
.heading1 {
    display: inline-block;
    position: relative;
    margin: calc(3em / 2) 0 calc(3em / 4) calc(3em / 2);
    color: #000000;
    font-size: 110%;
    font-weight: bold;
    line-height: 1;
}

.heading1::before {
    position: absolute;
    bottom: calc(-1.6em / 4);
    left: calc(-3.5em / 2);
    z-index: -1;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: #ff7f50;
    content: '';
}
.brand_details{
	width:880px;
	text-align:center;
}
