@charset "utf-8";

/* ---------------------------------------------------------
                                for main
--------------------------------------------------------- */
#main.color01 {
    margin-bottom: 80px;
    background: #686c64;
}
#main.color02 {
    margin-bottom: 80px;
    background: #b0bdbf;
}
#main.color03 {
    margin-bottom: 80px;
    background: #605446;
}
/* for SP */
@media screen and (max-width: 640px) {
}

/* ---------------------------------------------------------
                                for ttl04
--------------------------------------------------------- */
.ttl04 p {
    padding-left: 200px;
}
.ttl04 li:first-child p {
    background: url(../../images/brand/ttl_img.png) no-repeat left center;
    background-size: 176px 136px;
}
.ttl04 li:last-child {
    background: #d0cac0 url(../../images/brand/main_img.jpg) no-repeat center center;
    background-size: cover;
}

/* for SP */
@media screen and (max-width: 640px) {
.ttl04 p {
    padding-left: 0;
}
.ttl04 li:first-child p {
    background: url(../../images/brand/ttl_img.png) no-repeat center top;
    background-size: 16%;
}
.ttl04 li:last-child {
    background: #d0cac0 url(../../images/brand/main_img.jpg) no-repeat center top;
    background-size: cover;
}
}

/* ---------------------------------------------------------
for sub_menu
--------------------------------------------------------- */
#sub_menu {
clear: both;
width: 100%;
min-width: 1200px;
height: 150px;
margin: 0;
padding: 0;
background: #484848;
}
#sub_menu ul {
width: 1200px;
height: 150px;
margin: 0 auto;
padding: 0;
display:flex;
align-items: flex-start;
justify-content: space-between;
}
#sub_menu li {
width: auto;
height: 120px;
margin: 0;
text-align: center;
float: left;
}
#sub_menu li a {
width: 100%;
height: 100%;
padding-top: 58px;
font-family: 'Hiragino Sans W3';
font-size: 16px;
font-weight: 400;
line-height: 1.6;
letter-spacing: ;
color: #ffffff;
box-sizing: border-box;
display: block;
}
#sub_menu li a:hover,
#sub_menu li a.on {
color: #b4b4b4;
}

/* for SP */
@media screen and (max-width: 640px) {
#sub_menu {
min-width: 100%;
height: auto;
margin-bottom: -11px;
background: none;
}
#sub_menu ul {
width: 100%;
height: auto;
display: inline-block;
background: #484848;
}
#sub_menu li {
width: 100%;
height: auto;
border-bottom: 1px solid #ffffff;
}
#sub_menu li a {
padding-top: 3%;
padding-bottom: 3%;
font-size: 3.0vw;
}
}

/* ---------------------------------------------------------
for brand_spec
--------------------------------------------------------- */
#brand_spec {
clear: both;
width: 100%;
min-width: 1200px;
height: auto;
margin: 0;
margin-top: 130px;
padding: 0;
display: inline-block;
}
#brand_spec span {
margin-top: 120px;
font-family: 'Hiragino Sans W3';
font-size: 18px;
font-weight: 400;
line-height: ;
letter-spacing: ;
color: #d0cac0;
text-align: center;
display: inline-block;
}
#brand_spec span.brand02 {
color: #303030;
}
#brand_spec span.brand03 {
color: #f0ede9;
}
#brand_spec p {
margin-top: 20px;
font-family: 'Roboto Slab', sans-serif;
font-size: 58px;
font-weight: 500;
line-height: ;
letter-spacing: 0.1em;
color: #d0cac0;
text-align: center;
display: inline-block;
}
#brand_spec p span.kana {
margin-top: 16px;
font-size: 34px;
color: #f0ede9;
}
#brand_spec p.brand02 {
color: #303030;
}
#brand_spec p.brand03 {
color: #f0ede9;
}
#brand_spec p.jp {
font-family: 'Hiragino Sans W6';
}
#brand_spec ul {
width: 1200px;
height: auto;
margin: 0 auto;
margin-top: 80px;
margin-bottom: 30px;
}
#brand_spec li {
width: 100%;
height: auto;
margin: 0;
padding: 0;
font-family: 'Hiragino Sans W3';
font-size: 20px;
font-weight: 400;
line-height: 2.0;
letter-spacing: ;
color: #d0cac0;
text-align: left;
}
#brand_spec li.brand02 {
color: #303030;
}
#brand_spec li.brand03 {
color: #f0ede9;
}
#brand_spec li p {
margin-bottom: 10px;
font-family: 'Hiragino Sans W3';
font-size: 40px;
font-weight: 400;
line-height: ;
letter-spacing: ;
color: #d0cac0;
text-align: center;
display: block;
}
/* for SP */
@media screen and (max-width: 640px) {
#brand_spec {
min-width: 100%;
margin-top: 12%;
}
#brand_spec img.logo {
width: 30%;
height: auto;
}
#brand_spec span {
margin-top: 10%;
font-size: 4.0vw;
}
#brand_spec p {
margin-top: 3%;
font-size: 9.0vw;
}
#brand_spec ul {
width: 92%;
margin-top: 10%;
margin-bottom: 10%;
}
#brand_spec li {
font-size: 3.6vw;
line-height: 1.8;
}
#brand_spec li p {
margin-bottom: 3%;
font-size: 4.6vw;
}
}

/* ---------------------------------------------------------
                                for slide_image
--------------------------------------------------------- */
#slide_image {
    width: 1200px;
    height: auto;
    margin-bottom: 160px;
    display: inline-block;
}
#slide_image li img {
    margin-bottom: -11px;
}

/* for SP */
@media screen and (max-width: 640px) {
#slide_image {
    width: 100%;
    margin-bottom: 12%;
}
}

/* ---------------------------------------------------------
for brand_point
--------------------------------------------------------- */
.brand_point01,
.brand_point02 {
clear: both;
width: 1200px;
height: auto;
margin: 0 auto;
margin-bottom: 160px;
padding: 0;
}
.brand_point01 ul,
.brand_point02 ul {
width: 1200px;
height: auto;
margin: 0 auto;
padding: 0;
display: inline-block;
}
.brand_point01 li:first-child,
.brand_point02 li:first-child {
width: 450px;
height: auto;
margin: 0;
padding: 0;
font-family: 'Hiragino Sans W3';
font-size: 16px;
font-weight: 400;
line-height: 2.2;
letter-spacing: ;
color: #d0cac0;
text-align: left;
}
.brand_point01 li.brand02:first-child,
.brand_point02 li.brand02:first-child {
color: #303030;
}
.brand_point01 li.brand03:first-child,
.brand_point02 li.brand03:first-child {
color: #f0ede9;
}
.brand_point01 li:first-child {
float: left;
}
.brand_point02 li:first-child {
float: right;
}
.brand_point01 li:last-child,
.brand_point02 li:last-child {
width: 680px;
height: auto;
margin: 0;
padding: 0;
}
.brand_point01 li:last-child {
float: right;
}
.brand_point02 li:last-child {
float: left;
}
.brand_point01 li:first-child span,
.brand_point02 li:first-child span {
font-family: 'Roboto Slab', sans-serif;
font-size: 16px;
font-weight: 700;
line-height: ;
letter-spacing: ;
color: #d0cac0;
text-align: left;
display: inline-block;
position: relative;
}
.brand_point01 li.brand02:first-child span,
.brand_point02 li.brand02:first-child span {
color: #303030;
}
.brand_point01 li.brand03:first-child span,
.brand_point02 li.brand03:first-child span {
color: #f0ede9;
}
.brand_point01 li:first-child span img,
.brand_point02 li:first-child span img {
position: absolute;
top: -4px;
right: -70px;
}
.brand_point01 li:first-child p,
.brand_point02 li:first-child p {
margin-top: 40px;
margin-bottom: 20px;
font-family: 'Hiragino Sans W3';
font-size: 28px;
font-weight: 400;
line-height: 1.6;
letter-spacing: ;
color: #d0cac0;
text-align: left;
}
.brand_point01 li.brand02:first-child p,
.brand_point02 li.brand02:first-child p {
color: #303030;
}
.brand_point01 li.brand03:first-child p,
.brand_point02 li.brand03:first-child p {
color: #f0ede9;
}
/* for SP */
@media screen and (max-width: 640px) {
.brand_point01,
.brand_point02 {
width: 92%;
margin-bottom: 12%;
}
.brand_point01 ul,
.brand_point02 ul {
width: 100%;
}
.brand_point01 li:first-child,
.brand_point02 li:first-child {
width: 100%;
margin-bottom: 6%;
font-size: 3.4vw;
}
.brand_point01 li:first-child {
float: none;
}
.brand_point02 li:first-child {
float: none;
}
.brand_point01 li:last-child,
.brand_point02 li:last-child {
width: 100%;
}
.brand_point01 li:last-child img,
.brand_point02 li:last-child img {
width: 100%;
height: auto;
}
.brand_point01 li:last-child {
float: none;
}
.brand_point02 li:last-child {
float: none;
}
.brand_point01 li:first-child span,
.brand_point02 li:first-child span {
font-size: 3.4vw;
}
.brand_point01 li:first-child span img,
.brand_point02 li:first-child span img {
position: absolute;
top: 0;
right: -70px;
}
.brand_point01 li:first-child p,
.brand_point02 li:first-child p {
margin-bottom: 3%;
font-size: 4.6vw;
}
}

/* ---------------------------------------------------------
                                for w_btn
--------------------------------------------------------- */
#w_btn {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: -40px;
}
#w_btn ul {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    display: inline-block;
}
#w_btn li {
    width: 500px;
    height: auto;
}
#w_btn li:first-child {
    float: left;
}
#w_btn li:last-child {
    float: right;
}
/* for SP */
@media screen and (max-width: 640px) {
#w_btn {
    width: 100%;
    margin-top: -6%;
}
#w_btn ul {
    width: 100%;
}
#w_btn li {
    width: 100%;
    height: auto;
}
#w_btn li:first-child {
    float: none;
}
#w_btn li:last-child {
    margin-top: -12%;
    margin-bottom: -6%;
    float: none;
}
}
