﻿@charset "utf-8";

html {
    /*font-size: 62.5%;*/
}

a:hover img {
    opacity:0.6;
    filter:alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background:none!important;
}

.clearfix::after {
    content: "";
    display:block;
    clear:both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}

.tel {
    color:#000;
    pointer-events: none;
    cursor:default;
}

/*php読み込みの空白除去*/
.defs{
    display: none;
}

body {
    font-family:"メイリオ", Meiryo, "游ゴシック体","Yu Gothic",YuGothic,"Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    font-size: 12px;
    letter-spacing: 0.02em;
    height: 100%;
    color:#fff;
    background-color: #1e1310;
}

a {
    color:#fff;
}

a:hover {
    color:#ccc;
}
article a {
    color:#eadab9;
}

img {
	width:auto;
	max-width:100%;
	height:auto;
}
img[src$=".svg"] {
    width: 100%;
}

ul {
    display: block;
    letter-spacing: -1em;
    font-size: 0;
}

li {
    font-size: 12px;
    letter-spacing: 0.02em;
}

.serif {
    font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
h1{
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
@font-face{
    font-display:swap;
    font-family:Apax-TAG-Heuer;
    font-style:italic;
    font-weight:300;
    src:url(../font/Apax-TAG-Heuer-Medium.otf) format("opentype"),url(../font/Apax-TAG-Heuer-Medium.ttf) format("truetype"),url(../font/Apax-TAG-Heuer-Medium.woff) format("woff"),url(../font/Apax-TAG-Heuer-Medium.woff2) format("woff2")}
.font-tag {
    font-family: Apax-TAG-Heuer, sans-serif;
}


/* header */

header {
    /*box-sizing: border-box;
    position: fixed;
    width:100%;
    height: 45px;
    background: linear-gradient(#49403D, #000);
    z-index: 9999;*/
    
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    height: auto;
    background: linear-gradient(#49403D, #000);
    background-size: 100% 45px;
    z-index: 9999;
    background-repeat: no-repeat;
}

#header-inner > a {
    display: block;
    width:82px;
    margin:10px auto 0;
}

#header-inner > a img:hover {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    background:none!important;
}

#header-special {
    box-sizing: border-box;
    position: fixed;
    top:0;
    right: 0;
    margin:10px 10px 0 0;
}

#header-special span {
    display: inline-block;
    vertical-align: middle;
    width:8px;
    height:8px;
    margin-right:5px;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    line-height: 1.2em;
}

#header-special p {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2em;
    font-size:14px;
}
#header-search-form {
    position: relative;
}

/*ヘッダーの検索*/
#search-field {
    margin: 0;
    padding: 0 0 0 10px;
    border: none;
    border-radius: 4px;
    width: 90%;
    height: 23px;
    background-color: #e9e8e8;
    color: #6d6c6b;
    font-size: 0.82em;
}
#search-field, #search-submit-btn {
    position: absolute;
}
#search-submit-btn {
    border: none;
    border-radius: 0;
    width: 28px;
    height: 23px;
    right:8%;
    background-color: transparent;
    background-image: url(http://www.kamine.co.jp/lib/images/header-search-btn.png);
    background-repeat: no-repeat;
    background-position: 50% 4px;
    white-space: nowrap;
    text-indent: 300%;
    cursor: pointer;
    -webkit-appearance: none;
    overflow: hidden;
}
#search-submit-btn {
    position: absolute;
}
.pc-menu {
    display: none;
}
.blank:after{
    content: '\f2d2';
    font-family: 'ForkAwesome';
    margin: 0 0 0 5px;
}


/*footer*/

#bottom-navi {
    position: fixed;
    width:100%;
    bottom:0;
    z-index: 20;
}

#bottom-navi ul {
    width:100%;
    font-size: 0px;
    letter-spacing: -1em;
}

#bottom-navi ul li {
    display: inline-block;
    vertical-align: top;
    width:25%;
    background-color: #352F2E;
}

footer {
    background-color: #fff;
    padding:30px 0 70px;
    text-align: center;
    color:#000;
}

footer p {
    font-size: 20px;
    margin-bottom:15px;
    letter-spacing: 0.25em;
}

footer small {
    font-size: 10px;
}

#footer-sns {
    padding-bottom: 40px;
}

#footer-sns li {
    display: inline-block;
    width:40px;
    margin-right:27px;
}

#footer-sns li:last-child {
    margin-right: 0;
}

#page-top {
    letter-spacing: 0.18em;
    display: none;
    position: relative;
    color:#eadab9;
    position: fixed;
    bottom:0;
    right:0;
    text-align: center;
    font-size: 10px;
    background-color: rgba(255,255,255,0.3);
    margin:0 15px 102px 0;
    padding:5px 5px 23px;
    z-index: 10;
}

#page-top::after {
    content: '';
    display: block;
    position: absolute;
    top:0;
    right:0;
    left:0;
    margin:30px auto 0;
    width:0;
    height:0;
    border: 10px solid transparent;
    border-right: 10px solid #eadab9;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#footer-cont {
    box-sizing: border-box;
    background-color: #1e1310;
    text-align: left;
    padding:5%;
    margin-bottom:15px;
    color:#fff;
    border-bottom:1px solid #B5B6B6;
}

#footer-cont-l {
    width:100%;
    margin:0 auto 20px;
    line-height: 1.6em;
}

#footer-cont-l > a {
    display: block;
    width:50%;
    margin-bottom: 15px;
}

#footer-cont-l p {
    font-size: 16px;
    letter-spacing: 0.04em;
    margin:0;
}

#footer-cont-r {
    padding-top: 10px;
    border-top: 1px dotted #cacacb;
}

#footer-cont-r ul li {
    border-bottom: 1px dotted #cacacb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}




/*index*/

#visual-container {
    padding-top: 45px;
}

#top-visual {
    width:100%;
    margin-bottom:30px;
}

#concept {
    width:90%;
    margin:0 auto 30px;
    text-align: center;
}

#concept h1 {
    font-size:18px;
    font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    margin-bottom:15px;
    letter-spacing: 0.18em;
}

#concept-pc {
    display: none;
}

#top-contents-container h1 {
    font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    text-align: center;
    margin-bottom: 15px;
    font-size:20px;
    letter-spacing: 0.25em;
    color:#eadab9;
}

#top-photo-wrapper {
    width:90%;
    margin:0 auto;
}

#topics {
    margin-bottom:35px;
}

#news {
    width:90%;
    margin:0 auto 45px;
}

#news-head {
    overflow:hidden;
    font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    border-bottom:2px solid #d4c093;
    padding-bottom: 5px;
    margin-bottom:10px;
}

#news-head h2 {
    font-size:20px;
    color:#eadab9;
    letter-spacing: 0.25em;
    display: inline-block;
    float: left;
}

#news-head a {
    display: inline-block;
    float:right;
    margin-top:6px;
}
#news-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-contents {
    width: 48%;
    letter-spacing: -1em;
    font-size:0;
    margin-bottom:20px;
    padding-bottom: 20px;
    /*border-bottom:1px dotted #fff;*/
}

.news-contents-l {
    /*display: inline-block;
    vertical-align: top;
    width:23%;
    margin:0 5% 0 0;
    letter-spacing: 0.02em;
    font-size: 12px;*/
    display: block;
    vertical-align: top;
    width:100%;
    margin:0 5% 0 0;
    letter-spacing: 0.02em;
    font-size: 12px;
}

.news-contents-r {
    /*display: inline-block;
    vertical-align:top;
    width:72%;
    letter-spacing: 0.02em;
    font-size:12px;*/

    display: block;
    vertical-align: top;
    width: 100%;
    letter-spacing: 0.02em;
    font-size: 12px;
    margin: 5px 0 0 0;
}
.news-contents-r span {
    border: solid 1px;
    box-sizing: border-box;
    padding: 4px 8px;
    border-radius: 999em;
    font-size: 1.8vw;
    margin-top: 5px;
    display: inline-block;
    letter-spacing: 0em;
}

#top-photo {
    width:100%;
    margin:0 auto;
}

#top-new-wrapper {
    width:90%;
    margin:0 auto 50px;
}

#top-recommend-wrapper {
    width:90%;
    margin:0 auto 50px;
}

#recommend-brand {
    letter-spacing: -1em;
    font-size: 0;
    display: block;
    width:90%;
    margin:0 auto;
}

#recommend-brand li {
    display: block;
    width:100%;
}
h2.topbrandname {
    display: none;
}
ul.smallbrandbana {
  display: -ms-flexbox;
  display: -webkit-box;
    display: flex;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 30px auto;
}
ul.smallbrandbana li {
    width: 50%;
}
#top-info-wrapper {
    background-color:#49403D;
    padding:30px 0;
}

#top-info-wrapper h1 {
    color:#EADAB9;
}

#top-info {
    width:90%;
    margin:0 auto;
}

#top-info-l {
    text-align: center;
}

#top-info-l h1 {
    font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    text-align: center;
    margin-bottom: 15px;
    font-size:20px;
    letter-spacing: 0.25em;
    color:#eadab9;
}

#top-info-l ul {
    /*margin-bottom:17px;*/

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 12px 0 10px 0;
}

#top-info-l li {
    display:inline-block;
    /*width:25%;
    text-align: center;*/
    width: 47%;
    text-align: left;
    margin: 0 0 10px 0;
}

#top-info-l>a {
    display: block;
    width:80%;
    margin:0 auto;
    background-color:#C9AB82;
    padding:5%;
    text-align: center;
    margin-top: 20px;
    line-height: 0em;
}

#top-info-l>a:last-child {
    margin:15px auto 20px;
}

#top-info-r {
    /*width:90%;*/
    width:100%;
    margin:0 auto;
}

#top-info-r img {
    /*margin-bottom: 5px;*/
}

#top-info-r h2 {
    font-size: 15px;
    font-weight: bold;
}
#top-info-r .shoplist {
    margin: 0 auto 30px auto;
}
#top-info-r .footer-shop-info {
    background-color: rgba(0,0,0,0.6);
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

#staff-recommend-wrapper {
    width:90%;
    margin:0px auto 30px;
}

#staff-recommend-wrapper h1 {
    font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    text-align: center;
    margin-bottom: 15px;
    font-size:20px;
    letter-spacing: 0.25em;
    color:#eadab9;
}

#staff-recommend-wrapper li {
    letter-spacing: -1em;
    font-size: 0;
    margin-bottom: 30px;
    color: #eadab9;
}

#staff-recommend-wrapper li:last-child {
    margin-bottom:0;
}

/*#staff-recommend-wrapper li a > img {
    display: block;
    vertical-align: middle;
    width:50%;
    letter-spacing: 0.02em;
    font-size: 12px;
}*/
#staff-recommend-wrapper li .top-recommend-border-wrap {
    border: 1px solid #fff;
    background-color: #000;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5%;
    width: 100%;
}
#staff-recommend-wrapper li .top-recommend-img {
    width: 50%;
}

#staff-recommend-wrapper li h2 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.02em;
}

#staff-recommend-wrapper li p {
    font-size: 14px;
    letter-spacing: 0.02em;
}
#top-contents-container article #staff-recommend-wrapper ul li a {
    display: flex;
    flex-wrap: wrap;
}

.staff-recommend-watch-info {
    display: block;
    vertical-align: middle;
    width:50%;
    box-sizing: border-box;
    padding:5%;
}

.staff-recommend-staff-info {
    font-size: 0;
    background-color: #342522;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.staff-recommend-staff-info img {
    display: inline-block;
    vertical-align: middle;
    width:30%;
    letter-spacing: 0.02em;
}

.staff-recommend-staff-info div {
    display: block;
    vertical-align: middle;
    width: 60%;
    letter-spacing: 0.02em;
    margin: 0 0 0 5%;
}

.staff-recommend-more {
    display: block;
    text-align: center;
    margin:0 auto 60px;
    display: block;
    width: 90%;
    max-width: 200px;
}
#staff-recommend-wrapper li p.osusume-comment {
    font-size: 10px;
    text-align: center;
    padding: 20px 0 3px 0;
}
a.recommend-itembtn {
    background-color: #eadab9;
    display: block!important;
    margin: 10px 0 0 0;
    text-align: center;
    padding: 5px 0;
    color: #000;
    border-radius: 5px;
}


/*model*/

.container {
    padding-top:70px;
}

.model-navi {
    padding: 20px 0 3px;
    background-color: #49403d;
}

.model-navi nav {
    text-align: center;
}

.model-navi nav img {
    width:33.3%;
    margin-bottom:15px;
}

.model-navi nav ul li {
    display: inline-block;
    margin-right:5px;
    font-size: 10px;
}

.model-navi nav ul li::after {
    content: "/";
    display: inline;
    padding-left: 5px;
}

.model-navi nav ul li:last-child {
    margin-right: 0;
}

.model-navi nav ul li:last-child::after {
    display: none;
}

#breadcrumbs {
    border-top:1px solid #000;
    padding-top: 5px;
    text-align: center;
}

    #breadcrumbs a:link,
    #breadcrumbs a:visited,
    #breadcrumbs a:hover {
		color:#FFF;
	}
#breadcrumbs li {
    display: inline-block;
    margin-right:5px;
    font-size: 10px;
}

#breadcrumbs li::after {
    display: inline;
    content: ">";
    padding-left:5px;
}

#breadcrumbs li:last-child {
    margin-right:0px;
}

#breadcrumbs li:last-child::after {
    display: none;
}

#watch-model {
    position: relative;
}

#watch-model-l {
    top:0;
    width:100%;
    margin-top: 0;
}

#watch-model-l h1 {
    width: 90%;
    margin: 15px auto 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.12em;
}

#watch-model-l h2 {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 20px;
    font-weight:bold;
    text-align: center;
    letter-spacing: 0.12em;
}

#watch-model-r {
    width:90%;
    margin:0 5%;
    padding: 15px 0 0;
}

#watch-model-r h1 {
    display: none;
}

#watch-model-r h2 {
    display: none;
}

#watch-model-r h3 {
    color:#96908d;
    font-weight:bold;
    margin: 40px 0 0 0;
}

#watch-model-r ul {
    margin-bottom:20px;
}

#watch-model-r li:last-child {
    margin-top:20px;
}

#watch-model-r li h4 {
    display: inline;
}

#watch-model-r li p span {
    font-size: 18px;
    font-weight: bold;
    line-height: 0.9em;
}

#watch-model-r li p {
    /*display: inline;*/
    display:block;
}

#watch-model-r > p {
    position: relative;
    padding:20px 0;
}

#watch-model-r>p::before {
    display: block;
    position:absolute;
    content: "";
    width:37px;
    height: 1px;
    background-color:#fff;
    top:0;
    left: 0;
}

h3#model-handing {
    color:#fff;
    font-weight: normal;
    position: relative;
    margin-top: 10px;
}

#model-handing::before {
    display: block;
    position:absolute;
    content: "";
    width:37px;
    height: 1px;
    background-color:#fff;
    top:0;
    left: 0;
    margin-top: -10px;
}

.model-hending-shop {
    padding-left: 10px;
}

.model-hending-shop h4 {
    position:relative;
}

.model-hending-shop h4::before {
    display: inline;
    content: ">";
    position: absolute;
    top:0;
    left:0;
    margin-left:-10px;
}

.model-hending-shop dl dt {
    display: inline-block;
}

.model-hending-shop dl dd {
    display: inline-block;
}

#model-contact {
    margin:15px 0;
    padding:0 0 15px;
    border-bottom:1px solid #fff;
}

#model-contact a {
    display: inline-block;
    box-sizing: border-box;
    background-color: #dfc389;
    color:#fff;
    padding:5px 10px;
    text-align: center;
    margin-right:5%;
    border:1px solid #dfc389;
}

#model-contact a:hover {
    background-color: transparent;
    border:1px solid #fff;
}

#model-contact a:last-child {
    margin-right:0;
}

#model-next-pre-wrapper {
    overflow: hidden;
}

#model-next-pre-wrapper a {
    display: block;
    float:left;
    box-sizing: border-box;
    background-color: #dfc389;
    color:#fff;
    padding:5px 10px;
    text-align: center;
    border:1px solid #dfc389;
}

#model-next-pre-wrapper a:hover {
    background-color: transparent;
    border:1px solid #fff;
}

#model-next-pre-wrapper a:last-child {
    float: right;
}

.model-content-wrapper {
    text-align: center;
    margin-top: 40px;
}

.model-content-wrapper h1 {
    font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 20px;
    color:#eadab9;
    margin-bottom:20px;
    letter-spacing: 0.25em;
}

#model-recommend-slider {
    margin-bottom: 60px;
}

#model-recommend-slider img, #model-new-slider img {
    margin-bottom:15px;
}

#model-after {
    background-color: #382f2c;
    padding:40px 0;
}

#model-after-l h1 {
    margin-bottom: 15px;
}

#model-after-r {
    width:90%;
    margin:25px 5% 0;
}

.model-after-r-inner {
    margin-bottom:15px;
}

.model-after-r-inner:last-child {
    margin-bottom:0;
}

.model-after-pc {
    display: none;
}

.model-after-r-inner dt {
    display:block;
    cursor:pointer;
    background:url(../svg/accordion-arrow-l.svg) 95% no-repeat;
    background-size:12px 12px;
    color:#EADAB9;
}

.model-after-r-inner dt h2 {
    text-align: left;
    font-size: 16px;
}

.model-after-r-inner dd {
    text-align:left;
    display:none;
}

.model-after-r-inner dt.active {
    background:url(../svg/accordion-arrow-u.svg) 95% no-repeat;
    background-size:12px;
}

#model-info {
    width:100%;
    margin:0 auto;
    padding:40px 0;
    background-color: #49403D;
	color:#FFF;
}
#model-info #model-info-inner {
	width:90%;
	margin:0 auto;
}
#model-info-l h1 {
    margin-bottom:15px;
}

#model-info-l p {
    margin-bottom:20px;
}

.model-info-r-inner {
    margin:0 0 30px;
    text-align: left;
}

.model-info-r-inner img {
    margin-bottom: 15px;
}

.model-info-r-inner li h2 {
    font-size: 16px;
}

.model-info-r-inner li:last-child {
    margin-top: 5px;
}
.model-info-r-inner li a {
    color:#FFF;
}

.model-info-r-inner li:last-child a {
    display: block;
    box-sizing: border-box;
    background-color: #dfc389;
    padding: 5px 0;
    width:40%;
    text-align: center;
    border:1px solid #dfc389;
}

.model-info-r-inner li:last-child a:hover {
    background-color: transparent;
    border:1px solid #fff;
    color:#fff;
}




/* model-breitling */
#breitling .model-navi {
    background-color: #fdd000;
    color:#000;
}

#breitling .model-navi ul li a {
    color:#000;
}

#breitling .model-navi ul li a:hover {
    color:#666;
}

#breitling #model-contact a {
    color:#000;
    background-color: #fdd000;
    border:1px solid #fdd000;
}

#breitling #model-contact a:hover {
    background-color: transparent;
    border:1px solid #fff;
    color:#fff;
}

#breitling #model-next-pre-wrapper a {
    color:#000;
    background-color: #fdd000;
    border:1px solid #fdd000;
}

#breitling #model-next-pre-wrapper a:hover {
    background-color: transparent;
    border:1px solid #fff;
    color:#fff;
}
.specialback {
	padding:0 0 30px 0;
}



/* top-brand */

#brand-top-visual {
    margin-bottom: 30px;
}

#brand-top-slider {
    width:100%;
    padding:0;
}

#brand-top-slider {
    margin-bottom: 25px;
}

#brand-top-visual-bottom {
    width:90%;
    margin:0 auto;
    text-align: center;
}
#brand-top-visual-bottom pre {
    white-space: pre-line;
}

#brand-top-visual-bottom h1 {
    font-size: 20px;
    margin-bottom:15px;
    color:#eadab9;
}

#model-top-contents {
    width:90%;
    margin:0 auto 40px;
}

#model-top-contents-l {
    margin:0 0 30px;
    text-align: center;
}

#model-top-contents-l img {
    width:145px;
    margin-bottom: 20px;
}

#model-top-contents-l ul li {
    display: inline-block;
    vertical-align: top;
    width:50%;
    padding:2% 0;
    letter-spacing: 0.2em;
}

#breitling ul li a {
    color:#ffd900;
}

#breitling ul li a:hover {
    color:#ccc;
}

#model-top-contents-r h1 {
    color:#dfc389;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
}
#brand-newarrival h1,
#brand-recommend h1,
#brandpage-model-catalog h1,
.brand-brandhistory-l h1 {
    color: #dfc389;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
	text-align:center;
}
#brand-newarrival{
    margin: -75px 0 0;
    padding-top: 75px;
}
#brand-recommend {
    margin: 0 0 0;
    padding-top: 75px;
}

#model-top-news-wrapper {
    margin:-75px 0 40px;
    padding-top:75px;
}

.model-top-news {
    letter-spacing: -1em;
    border-bottom: 1px dotted #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.model-top-news .brand-thamnail {
    display: inline-block;
    vertical-align: middle;
    width:25%;
    margin-right: 3%;
}
.model-top-news a {
    width: 35%;
}
.model-top-news img {
    width:100%;
    /*margin-right: 3%;*/
}

.model-top-news div {
    display: inline-block;
    vertical-align: middle;
    /*width:72%;*/
    width: 60%;
    letter-spacing: 0.02em;
}

.model-top-news div span {
    font-size: 10px;
}

.model-top-news div h2 a {
    font-size: 14px;
    margin-bottom: 10px;
}

.model-top-news div p {
    margin-bottom: 10px;
}

#breitling .model-top-news div a {
    color:#ffd900;
    font-size: 10px;
}

#breitling .model-top-news div a:hover {
    color:#ccc;
}

#model-top-new {
    margin-bottom: 50px;
}

#model-top-recommend {
    margin:-75px 0 50px;
    padding-top:75px;
}

#top-model-catalog {
    margin:-75px 0 50px;
    padding-top:75px;
}

#top-model-catalog li {
    display: inline-block;
    width:47.5%;
    margin:0 5% 5% 0;
    text-align: center;
}

#top-model-catalog  li:nth-child(2n) {
    margin-right:0;
}

#top-model-catalog li:last-child, #top-model-catalog li:nth-last-child(2) {
    margin-bottom:0;
}

#top-model-catalog li img {
    margin-bottom: 10px;
}


#brandpage-model-catalog {
    margin:-75px 0 50px;
    padding-top:75px;
}

#brandpage-model-catalog ul {
	width:90%;
	margin:0 auto;
}
#brandpage-model-catalog li {
    display: inline-block;
    width:47.5%;
    margin:0 5% 5% 0;
    text-align: center;
}

#brandpage-model-catalog  li:nth-child(2n) {
    margin-right:0;
}

#brandpage-model-catalog li:last-child, #brandpage-model-catalog li:nth-last-child(2) {
    margin-bottom:0;
}

#brandpage-model-catalog li img {
    margin-bottom: 10px;
}
	

#brand-history {
    margin:-75px 0 0;
    padding-top:75px;
}

#brand-history .brand-brandhistory {
	width:90%;
	margin:0 auto;
}
#brand-history .brand-brandhistory .brand-brandhistory-l {
}
#brand-history .brand-brandhistory .brand-brandhistory-r {
}

#movieWraper {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
}

#iframeWrap {
    height: 0;
    padding-bottom: 56.25% /* 100 * 9/16 */
}

#iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
}



/* shop-list */

#shop-list-l {
    display: none;
}

#shop-list-visual {
    background-image: url(../img/shop/visual.png);
}

#shop-list-container {
    margin-top:-15px;
}

#shop-list-r section:nth-child(2n+1) {
    background-color: #403632;
}

.shop-list-info-inner {
    width:90%;
    margin: 0 auto;
    padding:5% 0;
}

.shop-list-info h1 {
    font-size: 16px;
    color:#EADAB9;
    letter-spacing: 0.25em;
    text-align: center;
    margin:0 0 20px;
}

.shop-list-info dl {
    margin:0 0 35px;
}

.shop-list-info dl dt {
    position: relative;
    margin:0 0 5px;
}

.shop-list-info dl dt::before {
    position: absolute;
    content: "";
    box-sizing: border-box;
    display:block;
    height: 1px;
    border-top:1px dotted #fff;
    width:100%;
    top:0;
    left:0;
    margin:-10px 0 0;
}

.shop-list-info dl dt:first-child::before {
    display: none;
}

.shop-list-info dl dd {
    margin:0 0 20px;
}

.shop-list-info dl dd ul li {
    display: inline-block;
    margin:0 10px 0 0;
}

.shop-list-info dl dd ul li::after {
    content: "/";
    padding:0 0 0 10px;
}

.shop-list-info dl dd ul li:last-child::after {
    display: none;
}

.shop-list-info dl dd ul li img {
    display: inline-block;
    vertical-align: middle;
    width:20px;
    height:20px;
}

.shop-list-info-l > a::before {
    position: absolute;
    content: "";
    box-sizing: border-box;
    display:block;
    height: 1px;
    border-top:1px dotted #fff;
    width:100%;
    top:0;
    left:0;
    margin:-25px 0 0;
}

.shop-list-info-l > a {
    box-sizing: border-box;
    display: block;
    background-color: #C0A06B;
    text-align: center;
    padding:3%;
    position: relative;
    border:1px solid #C0A06B;
}

.shop-list-info-l > a:hover {
    background-color: transparent;
    color:#fff;
}

.shop-list-info-r {
    position: relative;
    margin-bottom: 12px;
}




/* shop */

#page-navi {
    background-color: #49403d;
    padding-bottom:2px;
}

#page-navi #breadcrumbs {
    border-top:1px solid #d4bf93;
    background-color: #000;
}

#shop-visual {
    margin:0 0 25px;
}
#shop-visual picture img {
    width:100%;
	height:auto;
}

#shop-intro {
    width:90%;
    margin:0 auto 35px;
    text-align: center;
}

#shop-intro h1 {
    font-size:20px;
    color:#EADAB9;
    margin:0 0 5px;
}

#shop-info {
    width:90%;
    margin: 0 auto 25px;
}

#shop-info h1 {
    font-size: 16px;
    color:#EADAB9;
    letter-spacing: 0.25em;
    text-align: center;
    margin:0 0 20px;
}

#shop-info dl {
    margin:0 0 35px;
}

#shop-info dl dt {
    position: relative;
    margin:0 0 5px;
}

#shop-info dl dt::before {
    position: absolute;
    content: "";
    box-sizing: border-box;
    display:block;
    height: 1px;
    border-top:1px dotted #fff;
    width:100%;
    top:0;
    left:0;
    margin:-10px 0 0;
}

#shop-info dl dt:first-child::before {
    display: none;
}

#shop-info dl dd {
    margin:0 0 20px;
}

#shop-info dl dd ul li {
    display: inline-block;
    margin:0 10px 0 0;
}

#shop-info dl dd ul li::after {
    content: "/";
    padding:0 0 0 10px;
}

#shop-info dl dd ul li:last-child::after {
    display: none;
}

#shop-info dl dd ul li img {
    display: inline-block;
    vertical-align: middle;
    width:20px;
    height:20px;
}

#shop-info-r {
    position: relative;
}

#shop-info-r::before {
    position: absolute;
    content: "";
    box-sizing: border-box;
    display:block;
    height: 1px;
    border-top:1px dotted #fff;
    width:100%;
    top:0;
    left:0;
    margin:-27px 0 0;
}
#shop-info-r #map {
    padding:80px 0 0 0;
}

#shop-info2 {
    width:90%;
    margin: 0 auto 25px;
}
#shop-info2 .shopnews-brand-l {
    width:100%;
    margin: 0 auto 25px;
}
#shop-info2 .shopnews-brand-r {
    width:100%;
    margin: 0 auto 25px;
}
#shop-info2 .shopnews-brand-l h1 {
    font-size: 16px;
    color: #EADAB9;
    letter-spacing: 0.25em;
    margin: 0 0 15px;
}

#handing-brand {
    width:90%;
    margin:0 auto 0;
    padding:0 0 50px;
}

#handing-brand h1 {
    font-size: 16px;
    color:#EADAB9;
    letter-spacing: 0.25em;
    margin:0 0 15px;
}

#handing-brand li {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    width:45%;
    margin:0 5% 5% 0;
}

#handing-brand li:nth-child(2n) {
    margin:0 0 5% 0;
}

.handing-brand-img-wrapper {
    box-sizing: border-box;
    border:1px solid #fff;
    background-color: #333;
    padding:5%;
    margin:0 0 5px;
}

#handing-brand li img:first-child {
    height:25px;
    margin:0 0 1%;
}


#shop-handing-brand {
    width:90%;
    margin:0 auto 0;
    padding:0 0 50px;
}

#shop-handing-brand h1 {
    font-size: 16px;
    color:#EADAB9;
    letter-spacing: 0.25em;
    margin:0 0 15px;
}

#shop-handing-brand li {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    width:45%;
    margin:0 5% 5% 0;
}

#shop-handing-brand li:nth-child(2n) {
    margin:0 0 5% 0;
}


.handing-brand-img-wrapper {
    box-sizing: border-box;
    border:1px solid #fff;
    background-color: #555;
    padding:5%;
    margin:0 0 5px;
}

#handing-brand li img:first-child {
    height:25px;
    margin:0 0 1%;
}

#shop-handing-brand li img:first-child {
    height:25px;
    margin:0 0 1%;
}




/* handing-brand-list */

.page-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    border-bottom:1px solid #D4BF93;
    height: 170px;
    text-align: center;
    margin:0 0 15px;
    padding:47px 0 0;
}

#handing-brand-visual {
    /* background-image: url(../img/handing-brand/visual.png); */
    border-bottom: none;
}

.page-header h1 {
    font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 20px;
    letter-spacing: 0.25em;
    margin:0 0 15px;
}

.page-header p {
    position: relative;
}

.page-header p::before {
    display: block;
    content: "";
    height: 1px;
    width:50px;
    background-color: #fff;
    position: absolute;
    top:0;
    right:0;
    left:0;
    margin:-8px auto 0;
}

#handing-brand-wrapper {
    width:90%;
    margin:0 auto 15px;
}

#handing-brand-wrapper li {
    width:47.5%;
    display: inline-block;
    margin-right:5%;
    margin-bottom:5%;
    text-align: center;
}

#handing-brand-wrapper li:nth-child(2n) {
    margin-right:0;
}

#handing-brand-wrapper li:nth-last-child(2), #handing-brand-wrapper li:last-child {
    margin-bottom:0;
}

#handing-brand-wrapper li img {
    margin:0 0 10px;
}




/* handing-brand */

#handing-model-wrapper {
    width:90%;
    margin:0 auto 15px;
}

#handing-model-wrapper h1 {
    font-size: 20px;
    color:#EADAB9;
    margin:0 0 10px;
}

#handing-model-wrapper li {
    width:47.5%;
    display: inline-block;
    margin-right:5%;
    margin-bottom:5%;
    text-align: left;
}

#handing-model-wrapper li:nth-child(2n) {
    margin-right:0;
}

#handing-model-wrapper li:nth-last-child(2), #handing-model-wrapper li:last-child {
    margin-bottom:0;
}

#handing-model-wrapper li img {
    margin:0 0 10px;
}
#handing-model-wrapper li img {
    margin: 0 0 10px;
    height: 100%;
    max-height: 180px;
    width: auto;
    max-width: 100%;
}
#handing-model-wrapper .thumbnail-inner {
    max-height: 200px;
    text-align: center;
}

.handing-model {
    /*margin-bottom:40px;*/
    padding:60px 0 20px 0;
}

.more-view {
    margin:5% 0 0;
}

.more-view > p {
    display: block;
    box-sizing: border-box;
    width:100%;
    padding:2%;
    border:1px solid #595757;
    position: relative;
    color:#EADAB9;
    text-align: center;
    cursor: pointer;
}

.more-view > p::after {
    content:'';
    display:block;
    position:absolute;
    width:6px;
    height:6px;
    top:0;
    bottom:0;
    right:0;
    margin:auto 10px auto 0;
    border-top:1px solid #EADAB9;
    border-right:1px solid #EADAB9;
    -webkit-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    transform:rotate(135deg);
}

.more-view ul {
    display: none;
}

.more-view p.active {
    display: none;
}





/* news-list */

#news-list-visual {
    background-image: url(../img/news/visual.png);
}

#news-list {
    width:90%;
    margin:0 auto 45px;
}

#news-list li {
    margin:0 0 30px;
}

#news-list li:last-child {
    margin:0;
}

#news-list li a {
    display: block;
    box-sizing: border-box;
    border:1px solid #595757;
    letter-spacing: -1em;
    font-size: 0;
}

#news-list li a:hover {
    border: 1px solid #D4BF93;
    position: relative;
}

#news-list li a:hover::after {
    content:'';
    display:block;
    width:0;
    height:0;
    border: 20px solid transparent;
    border-left: 20px solid #D4BF93;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position:absolute;
    bottom:0;
    right:0;
    margin:0 -15px -15px 0;
}

#news-list li img {
    display: inline-block;
    width:50%;
    vertical-align: middle;
    letter-spacing: 0.02em;
    font-size: 12px;
}

#news-list li div {
    display: inline-block;
    vertical-align: middle;
    width:50%;
    letter-spacing: 0.02em;
    font-size:12px;
    box-sizing: border-box;
    padding:2% 0 2% 2%;
}

#pager {
    width:90%;
    border-top:1px solid #D4BF93;
    padding:10px 0 0;
    margin:0 auto 60px;
    text-align: center;
}

#pager li {
    display: inline-block;
    margin-right:1%;
}

#pager li a {
    color:#D4BF93;
}

#pager li a:hover {
    color:#ECE3D0;
}

#pager li:first-child {
    margin-right: 3%;
}

#pager li:last-child {
    margin-left:3%;
}

#pager li::after {
    content:' .';
    color:#D4BF93;
}

#pager li:first-child:after, #pager li:nth-last-child(2):after, #pager li:last-child::after {
    display: none;
}




/* news */

#news-content {
    width:90%;
    margin:0 auto 35px;
}

#pager-news {
    width:90%;
    border-top:1px solid #D4BF93;
    padding:10px 0 0;
    margin:0 auto 60px;
    text-align: center;
    letter-spacing: -1em;
    font-size: 0;
}

#pager-news a {
    letter-spacing: 0.02em;
    font-size: 12px;
    color:#D4BF93;
}

#pager-news a:hover {
    color:#ECE3D0;
}

#pager-news > a:first-child {
    display: block;
    text-align:left;
    margin-bottom:10px;
}

#pager-news > a:last-child {
    display: block;
    text-align:right;
    margin-top:10px;
}

#pager-news li {
    display: inline-block;
    margin-right:1%;
}

#pager-news li::after {
    content:' .';
    color:#D4BF93;
}

#pager-news li:nth-last-child(2):after, #pager-news li:last-child::after {
    display: none;
}




/* staff-recommend-list */

#staff-recommend-list-container {
    padding:30px 0 0;
}

#staff-recommend-list-container #pager {
    border-top:1px solid #fff;
}

#staff-recommend-list-container #pager li a {
    color:#fff;
}

#staff-recommend-list-container #pager li a:hover {
    color:#ccc;
}




/* staff-recommend-model */

#staff-comment-wrapper {
    box-sizing: border-box;
    padding:5%;
    background-color: #4c423e;
    overflow: hidden;
}

#staff-comment img {
    float:left;
    display: inline;
    width:30%;
    margin:0 5% 3px 0;
}

#staff-comment div {
    display: inline;
}

#staff-comment h1 {
    font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    margin-bottom: 15px;
    font-size:20px;
    letter-spacing: 0.25em;
    color:#eadab9;
}




/* contact */

#contact-content {
    background-color: #403632;
    padding:20px 0;
    margin-top:-15px;
}

#contact-content-inner {
    width:90%;
    margin: 0 auto;
}

#contact-content-inner > p {
    margin-bottom: 30px;
}

#contact-content dl dt {
    margin-bottom:10px;
    font-weight: bold;
}

#contact-content dl dd {
    margin:0 0 30px;
    position: relative;
}

#contact-content dl dd::after {
    content: '';
    display: block;
    position: absolute;
    width:100%;
    border-top: 1px dashed #fff;
    margin-top: 17px;
}

#contact-content input {
    width:100%;
    box-sizing: border-box;
    border:1px solid #ddd;
    padding:2%;
    color:#fff;
    background-color: transparent;
}
#contact-content input[type="checkbox"] {
    width: auto;
}
#contact-content dd.big input[type="checkbox"] {
    transform: scale(2);
    margin: 0 10px 0 0;
}
#contact-content dd.big span.wpcf7-list-item-label {
    font-size: 120%;
    font-weight: bold;
    border-bottom: solid 2px #fff;
}

#contact-content textarea {
    width:100%;
    box-sizing: border-box;
    border:1px solid #ddd;
    padding:2%;
    color:#fff;
    background-color: transparent;
}

#contact-content input[type="submit"] {
    width:100%;
    box-sizing: border-box;
    padding:3%;
    text-align: center;
    background-color: #C0A06B;
    color:#fff;
    cursor: pointer;
    border:1px solid #C0A06B;
    margin: 10px 0 15px;
}

#contact-content input[type="submit"]:hover {
    background-color: transparent;
}



/*20220326追記　レイアウト変更*/
#news2 {
    margin: 50px auto;
}
#news2 .news-contents-r {
    text-align: left;
}
.top-gracis-service {
    width: 90%;
    margin: 0 auto 80px auto;
}
.gracis-service-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0 auto;
    justify-content: space-between;
}
.gracis-service-flex .gracisservice-box {
    width: 48%;
    margin: 0 0 20px 0;
    text-align: center;
}
.gracis-service-flex .gracisservice-box h2 {
    font-size: 14px;
    margin: 10px 0 5px 0;
}
.gracis-service-flex .gracisservice-box p {
    text-align: left;
    font-size: 10px;
}
a.squere-btn {
    border: solid 1px #eadab9;
    padding: 10px 0;
    display: block;
    margin: 30px auto 0 auto;
    width: 100%;
    /* max-width: 300px; */
    font-size: 14px;
    text-align: center;
}


.privacypolicy {
    width: 90%;
    margin: 60px auto;
    padding: 7vw 5vw;
    box-sizing: border-box;
    background-color: #403632;
}
.privacypolicy h1 {
    font-size: 20px;
    padding: 0 0 15px 0;
    margin: 0;
    border-bottom: 1px solid #D4BF93;
    color: #D4BF93;
}
.privacypolicy h2 {
    font-size: 16px;
    margin: 30px 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: dotted 1px #000;
}
.privacypolicy ol {
    margin: 10px 0 0 0;
    padding-left: 6%;
}
.privacypolicy ol li {
    margin: 0 0 15px 0;
    line-height: 180%;
    letter-spacing: 0.1em;
    list-style-type: decimal;
    width: 100%;
}
.privacypolicy p {
    margin: 10px 0;
    line-height: 180%;
}
.privacypolicy ol li ul li {
    margin: 0 0 15px 5%;
    list-style-type: lower-roman;
}


















@media screen and (min-width:480px) {

    /* header PC */

    header {
        box-sizing: border-box;
        position: fixed;
        width:100%;
        /*height: 90px;*/
        height: auto;
        background: linear-gradient(#49403D, #000);
        z-index: 9999;
    }

    #header-inner > a {
        display: block;
        width:164px;
        margin:20px auto 0;
    }

    #header-inner > a img:hover {
        opacity:1;
        filter:alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
        background:none!important;
    }

    #header-special {
        box-sizing: border-box;
        position: fixed;
        top:0;
        right: 20px;
        margin:25px 0 0 0;
		padding:0 5px;
    }

    #header-special span {
        display: inline-block;
        vertical-align: middle;
        width:16px;
        height:16px;
        margin-right:10px;
        border-top:1px solid #fff;
        border-right:1px solid #fff;
        -webkit-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        transform:rotate(45deg);
        line-height: 1.2em;
    }

    #header-special p {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.2em;
        /*font-size:14px;*/
        font-size:18px;
    }
	
.pc-menu {
    display: block;
    width: 90%;
    margin: 15px auto;
}




    /* footer PC*/
#model-info {
background-color: #49403D;
    padding: 50px 0;
	color:#FFF;
}

    #bottom-navi {
        position: fixed;
        width:100%;
        bottom:0;
        display: none;
    }

    #bottom-navi ul {
        width:100%;
        font-size: 0px;
        letter-spacing: -1em;
    }

    #bottom-navi ul li {
        display: inline-block;
        vertical-align: top;
        width:25%;
        background-color: #352F2E;
    }

    footer {
        background-color: #fff;
        padding:30px 0 12px;
        text-align: center;
        color:#000;
    }

    footer p {
        font-size: 20px;
        margin-bottom:15px;
        letter-spacing: 0.25em;
    }

    footer small {
        font-size: 10px;
    }

    #footer-sns {
        padding-bottom: 15px;
        margin-bottom:25px;
    }

    #footer-sns li {
        display: inline-block;
        width:40px;
        margin-right:27px;
    }

    #footer-sns li:last-child {
        margin-right: 0;
    }

    #page-top {
        letter-spacing: 0.18em;
        display: none;
        position: relative;
        color:#eadab9;
        position: fixed;
        bottom:0;
        right:0;
        text-align: center;
        font-size: 12px;
        background-color: rgba(255,255,255,0.3);
        margin:0 0px 56px 0;
        padding:15px 15px 43px;
    }

    #page-top::after {
        content: '';
        display: block;
        position: absolute;
        top:0;
        right:0;
        left:0;
        margin:50px auto 0;
        width:0;
        height:0;
        border: 10px solid transparent;
        border-right: 10px solid #eadab9;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #footer-cont {
        box-sizing: border-box;
        background-color: #1e1310;
        text-align: left;
        padding:40px 0;
        margin-bottom:25px;
        color:#fff;
        border-bottom:1px solid #B5B6B6;
        overflow: hidden;
    }

    #footer-cont-inner {
        /*width:1100px;*/
    width: 100%;
    max-width: 1400px;
        margin:0 auto;
    }

    #footer-cont-l {
        /*width:auto;*/
    width: 40%;
        margin:0 auto 20px;
        line-height: 2.4em;
        float: left;
    }

    #footer-cont-l > a {
        display: block;
        width:155px;
        margin-bottom: 30px;
    }

    #footer-cont-l ul li:nth-child(2), #footer-cont-l ul li:nth-child(3) {
        display: inline-block;
        width:40%;
    }

    #footer-cont-l p {
        font-size: 18px;
        letter-spacing: 0.04em;
        margin:0 0 5px;
    }

    #footer-cont-r {
        /*width:500px;*/
    width: 60%;
        padding-top: 0px;
        border-top: none;
        float:right;
    }

    #footer-cont-r nav {
        letter-spacing: -1em;
    }

    #footer-cont-r nav ul {
        border-top: 1px dotted #cacacb;
        padding-top: 10px;
        display: inline-block;
        width:30%;
        letter-spacing: 0.02em;
    }

    /*#footer-cont-r nav ul:first-child {
        margin-right:6%;
    }*/
    #footer-cont-r nav ul {
        margin-right:3%;
    }

    #footer-cont-r ul li {
        border-bottom: 1px dotted #cacacb;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #footer-cont-r ul li:last-child {
        margin-bottom:0;
    }





    /* index PC*/


    #visual-container {
        /*padding-top: 90px;*/
        padding-top: 0px;
        margin-bottom:30px;
        overflow: hidden;
    }

    #visual-concept-wrapper {
        /*width:calc(90% - 350px);*/
    width: 90%;
    margin: 0 auto;
        letter-spacing: 0.02em;
    }

    #top-visual {
        width:100%;
        margin-bottom:0px;
    }

    /*#concept {
        display: none;
    }*/

    #top-contents-container h1 {
        font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
        text-align: center;
        margin-bottom: 15px;
        font-size:20px;
        letter-spacing: 0.25em;
        color:#eadab9;
    }

    #concept-pc {
        display: block;
        width:100%;
        margin:0 auto 100px;
        text-align: center;
    }

    #concept-pc h1 {
        font-size:18px;
        font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
        margin-bottom:15px;
        letter-spacing: 0.18em;
        color:#fff;
    }

    #concept-pc h1 br:first-child {
        display: none;
    }

    #topics-news-wrapper {
        width:350px;
        float: right;
        letter-spacing: 0.02em;
        margin-right:5%;
    }

    #top-photo-wrapper {
        width:100%;
        margin:0 auto;
    }

    #topics {
        margin-bottom:35px;
        height: 442px;
        padding: 0;
    }

    #top-topics-slider {
        margin-top: -90px;
    }

    #news {
        width:100%;
        margin:0 auto 0px;
    }

    #news-head {
        overflow:hidden;
        font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
        border-bottom:2px solid #d4c093;
        padding-bottom: 5px;
        margin-bottom:10px;
    }

    #news-head h2 {
        font-size:20px;
        color:#eadab9;
        letter-spacing: 0.25em;
        display: inline-block;
        float: left;
    }

    #news-head a {
        display: inline-block;
        float:right;
        margin-top:6px;
    }

    .news-contents {
        letter-spacing: -1em;
        font-size:0;
        margin-bottom:20px;
        padding-bottom: 20px;
        border-bottom:1px dotted #fff;
    }

    .news-contents:last-child {
        margin-bottom:0;
    }

    .news-contents-l {
        display: block;
        vertical-align: top;
        width:100%;
        margin:0;
        letter-spacing: 0.02em;
        font-size: 12px;
    }

    .news-contents-r {
        display: inline-block;
        vertical-align:top;
        width:100%;
        letter-spacing: 0.02em;
        font-size:12px;
    margin: 10px 0 0 0;
    }

    .news-contents-r span {
    font-size: 10px;
    }
    #top-photo {
        width:100%;
        margin:0 auto;
    }

    #top-new-wrapper {
        width:90%;
        margin:0 auto 80px auto;
    }

    #top-recommend-wrapper {
        width:90%;
        margin:0 auto 80px auto;
    }
    .slick-initialized .slick-slide h2 {
    font-size: 15px;
    padding: 15px 0 5px 0;
}

    #recommend-brand {
        letter-spacing: -1em;
        font-size: 0;
        display: block;
        width:80%;
    margin: 0 auto;
    }

    #recommend-brand li {
        display: inline-block;
    width: 23%;
    margin: 0 1% 30px 1%;
    }
    #recommend-brand li img {
        width: 100%;
    }
    h2.topbrandname {
        display: block;
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 14px;
}
    ul.smallbrandbana {
    /*flex-wrap: initial;*/
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto 80px auto;
}
    ul.smallbrandbana li {
        /*width: auto;*/
        /*width: 16.666%;*/ 
    width: 23%;
    margin: 0 1% 30px 1%;
    }

    #top-info-wrapper {
        background-color:#49403D;
        padding:50px 0;
    }

    #top-info-wrapper h1 {
        color:#EADAB9;
        text-align: left;
        margin-bottom: 30px;
    }

    #top-info {
        /*width:1200px;*/

    width: 90%;
        margin:0 auto;
        /*padding:0 50px 0px;*/
        padding: 0;
        font-size: 14px;
    }

    #top-info-l {
        text-align: center;
        /*width:50%;*/
        /*width:30%;*/
        width:100%;
    margin: 0 0 30px 0;
        /*float:left;*/
    }

    #top-info-l h1 {
        font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
        text-align: center;
        margin-bottom: 30px;
        font-size:20px;
        letter-spacing: 0.25em;
        color:#eadab9;
    }

    #top-info-l ul {
        margin:10px 0 35px 0;
    justify-content: center;
    }

    #top-info-l li {
        display:inline-block;
        width:auto;
        text-align: left;
        margin-right:20px;
    }

    #top-info-l>a {
        display: block;
        width:300px;
        margin: 25px 0 0;
        background-color:#C9AB82;
        padding:3%0;
        text-align: center;
        line-height: 0em;
    }

    #top-info-l>a:last-child {
        margin:15px auto 20px;
        display: none;
    }

    #top-info-r {
        /*width:50%;*/
        /*width:67%;*/
        width:100%;
        margin:0 auto;
        /*float:right;*/
        letter-spacing: 0.14em;
  display: -ms-flexbox;
  display: -webkit-box;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        position: relative;
    }

    #top-info-r img {
        /*margin-bottom: 15px;*/
    }

    #top-info-r h2 {
        font-size: 18px;
        font-weight: normal;
    }
    #top-info-r .shoplist {
        /*width: 44%;
    margin: 0 3%;*/
    /*width: 23%;
    margin: 0 1%;*/

    width: 28%;
    margin: 0 5% 100px 0;
        position: relative;
}
/*#top-info-r div:nth-child(3n) {
    margin: 0 0 100px 0;
}*/
#top-info-r .footer-shop-info {
    padding: 30px 20px;
    width: 100%;
    position: absolute;
    bottom: -50px;
    right: -50px;
}

    #staff-recommend-wrapper {
        /*width:1100px;
        margin:0px auto 30px;*/
    width: 80%;
    margin: 0px auto 30px;
    max-width: 1500px;
    }

    #staff-recommend-wrapper h1 {
        font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
        text-align: center;
        margin-bottom: 60px;
        font-size:20px;
        letter-spacing: 0.25em;
        color:#eadab9;
    }

    #staff-recommend-wrapper li {
        letter-spacing: -1em;
        font-size: 0;
        display: inline-block;
    width: 23%;
    margin: 0 2.6% 0 0;
        box-sizing: border-box;
        border:solid 1px #fff;
        background-color: #000;
    }

    #staff-recommend-wrapper li:nth-child(4n) {
        margin-right:0;
    }

    #staff-recommend-wrapper li:last-child {
        margin-right:0;
        margin-bottom:0;
    }

    #staff-recommend-wrapper li a > img {
        display: block;
        vertical-align: middle;
        width:100%;
        letter-spacing: 0.02em;
        font-size: 12px;
    }
#staff-recommend-wrapper li .top-recommend-img {
    width: 100%;
}
    #staff-recommend-wrapper li h2 {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.02em;
    }

    #staff-recommend-wrapper li p {
        font-size: 12px;
        letter-spacing: 0.02em;
    }
#staff-recommend-wrapper li p.recommend-staff-name {
    font-size: 15px;
}
    .staff-recommend-watch-info {
        display: block;
        vertical-align: middle;
        width:100%;
        box-sizing: border-box;
        padding:5%;
        text-align: center;
    }

    .staff-recommend-staff-info {
        letter-spacing: -1em;
        font-size: 0;
        box-sizing: border-box;
    border-bottom: solid 1px #fff;
    }

    .staff-recommend-staff-info img {
        display: inline-block;
        vertical-align: middle;
        width:40%;
        font-size: 12px;
        letter-spacing: 0.02em;
    }

    .staff-recommend-staff-info div {
        display: inline-block;
        vertical-align: middle;
        width:55%;
        font-size: 12px;
        letter-spacing: 0.02em;
    }

    .staff-recommend-more {
        display: block;
        text-align: center;
        margin:0 auto 60px;
    }




    /* model PC */

    .container {
        /*padding-top:90px;*/

    padding-top: 125px;
    }

    .model-navi {
        padding: 0 0 0;
        background-color: #49403d;
    }

    .model-navi nav {
        width:1100px;
        margin:0 auto 20px;
		padding:20px 0 0 0;
        text-align: left;
        letter-spacing: -1em;
    }

    .model-navi nav img {
        width:165px;
        margin-bottom:0px;
        display: inline-block;
        vertical-align: middle;
        margin-right:30px;
    }

    .model-navi nav ul {
        width:calc(100% - 195px);
        display: inline-block;
        vertical-align: middle;
    }

    .model-navi nav ul li {
        display: inline-block;
        vertical-align: middle;
        margin-right:15px;
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .model-navi nav ul li::after {
        content: "/";
        display: inline;
        padding-left: 15px;
    }

    .model-navi nav ul li:last-child {
        margin-right: 0;
    }

    .model-navi nav ul li:last-child::after {
        display: none;
    }

    #breadcrumbs {
        border-top:1px solid #000;
        padding: 5px 0;
        text-align: left;
    }

    #breadcrumbs ul {
        display: block;
        width:1100px;
        margin:0 auto;
    }

    #breadcrumbs li {
        display: inline-block;
        margin-right:5px;
        font-size: 10px;
    }

    #breadcrumbs li::after {
        display: inline;
        content: ">";
        padding-left:5px;
    }

    #breadcrumbs li:last-child {
        margin-right:0px;
    }

    #breadcrumbs li:last-child::after {
        display: none;
    }

    #watch-model {
        position: relative;
        width:1100px;
        margin:0 auto 60px;
        overflow: hidden;
        padding:60px 0;
    }

    #watch-model-l {
        position: relative;
        top:0;
        width:50%;
        margin-top: 0px;
        float: left;
    }

    #watch-model-l h1, #watch-model-l h2 {
        display: none;
    }

    #watch-model-r {
        width:40%;
        margin:0 0;
        padding: 15px 0 0;
        float:right;
    }

    #watch-model-r h1 {
        display: block;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        letter-spacing: 0.12em;
    }

    #watch-model-r h2 {
        display: block;
        font-size: 20px;
        font-weight:bold;
        text-align: left;
        margin-bottom: 30px;
        letter-spacing: 0.12em;
    }

    #watch-model-r h3 {
        color:#96908d;
        font-weight:bold;
    }

    #watch-model-r ul {
        margin-bottom:20px;
    }

    #watch-model-r li:last-child {
        margin-top:20px;
    }

    #watch-model-r li h4 {
        display: inline;
    }

    #watch-model-r li p span {
        font-size: 18px;
        font-weight: bold;
        line-height: 0.9em;
    }

    #watch-model-r li p {
        /*display: inline;*/
        display:block;
    }

    #watch-model-r > p {
        position: relative;
        padding:20px 0;
    }

    #watch-model-r>p::before {
        display: block;
        position:absolute;
        content: "";
        width:37px;
        height: 1px;
        background-color:#fff;
        top:0;
        left: 0;
    }

    h3#model-handing {
        color:#fff;
        font-weight: normal;
        position: relative;
        margin-top: 10px;
    }

    #model-handing::before {
        display: block;
        position:absolute;
        content: "";
        width:37px;
        height: 1px;
        background-color:#fff;
        top:0;
        left: 0;
        margin-top: -10px;
    }

    .model-hending-shop {
        padding-left: 10px;
    }

    .model-hending-shop h4 {
        position:relative;
    }

    .model-hending-shop h4::before {
        display: inline;
        content: ">";
        position: absolute;
        top:0;
        left:0;
        margin-left:-10px;
    }

    .model-hending-shop dl dt {
        display: inline-block;
    }

    .model-hending-shop dl dd {
        display: inline-block;
    }

    #model-contact {
        margin:15px 0;
        padding:0 0 15px;
        border-bottom:1px solid #fff;
    }

    #model-contact a {
        display: inline-block;
        box-sizing: border-box;
        width:35%;
        background-color: #dfc389;
        color:#fff;
        padding:5px 10px;
        text-align: center;
        margin-right:5%;
        border:1px solid #dfc389;
    }


    #model-contact a:hover {
        background-color: transparent;
        border:1px solid #fff;
    }

    #model-contact a:last-child {
        margin-right:0;
    }

    #model-next-pre-wrapper {
        overflow: hidden;
    }

    #model-next-pre-wrapper a {
        display: block;
        float:left;
        box-sizing: border-box;
        width:30%;
        background-color: #dfc389;
        color:#fff;
        padding:5px 10px;
        text-align: center;
        border:1px solid #dfc389;
    }

    #model-next-pre-wrapper a:hover {
        background-color: transparent;
        border:1px solid #fff;
    }

    #model-next-pre-wrapper a:last-child {
        float: right;
    }

    .model-content-wrapper {
        text-align: center;
        margin-top: 40px;
    }

    .model-content-wrapper h1 {
        font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
        font-size: 20px;
        color:#eadab9;
        margin-bottom:20px;
        letter-spacing: 0.25em;
    }

    #model-recommend {
        width:90%;
        margin:0 auto 100px;
    }

    #model-recommend-slider {
        margin-bottom: 60px;
    }

    #model-recommend-slider img, #model-new-slider img {
        margin-bottom:15px;
    }

    #model-new {
        width:90%;
        margin:0 auto 100px;
    }

    #model-after {
        background-color: #382f2c;
        padding:40px 0 50px;
        overflow: hidden;
    }

    #model-after-inner {
        width:1100px;
        margin:0 auto;
    }

    #model-after-l {
        float:left;
        width:35%;
        text-align: left;
        font-size: 14px;
    }

    #model-after-l h1 {
        margin-bottom: 30px;
        font-size: 20px;
    }

    #model-after-r {
        width:57%;
        float: right;
        margin:0;
    }

    .model-after-r-inner {
        margin-bottom:30px;
        padding-left: 15px;
        border-left:1px solid #dfc389;
    }

    .model-after-r-inner:last-child {
        margin-bottom:0;
    }

    .model-after-sp {
        display: none;
    }

    .model-after-pc {
        display: block;
    }

    .model-after-r-inner dt {
        display:block;
        cursor:auto;
        background:none;
        background-size:12px 12px;
        color:#EADAB9;
        margin-bottom: 5px;
    }

    .model-after-r-inner dt h2 {
        text-align: left;
        font-size: 16px;
    }

    .model-after-r-inner dd {
        text-align:left;
        display:block;
    }

    .model-after-r-inner dt.active {
        background:url(../svg/accordion-arrow-u.svg) 95% no-repeat;
        background-size:12px;
    }

    #model-info {
        width:100%;
        margin:0 auto;
        padding:40px 0;
    }

    #model-info-inner {
        width:1100px;
        margin:0 auto;
        overflow: hidden;
    }

    #model-info-l {
        width:35%;
        float: left;
        text-align: left;
        font-size: 14px;
    }

    #model-info-l h1 {
        margin-bottom: 30px;
        font-size: 20px;
    }

    #model-info-l p {
        margin-bottom:20px;
    }

    #model-info-r {
        width:57%;
        float: right;
    }

    .model-info-r-inner {
        margin:0 0 30px;
        text-align: left;
        overflow: hidden;
    }

    .model-info-r-inner img {
        margin-right:30px;
        margin-bottom: 15px;
        width:300px;
        float: left;
    }

    .model-info-r-inner ul {
        display: block;
        width:295px;
        float: left;
        font-size:14px;
        line-height: 2em;
    }

    .model-info-r-inner li h2 {
        font-size: 20px;
    }

    .model-info-r-inner li:last-child {
        margin-top: 5px;
    }

    .model-info-r-inner li:last-child a {
        display: block;
        box-sizing: border-box;
        background-color: #dfc389;
        padding: 5px 0;
        width:50%;
        text-align: center;
        line-height: 1.4em;
    }

    .model-info-r-inner li:last-child a:hover {
        background-color: transparent;
        border:1px solid #fff;
        color:#fff;
    }



    /* top-brand PC */

    #brand-top-visual {
        margin-bottom: 70px;
    max-width: 1400px;
    /*margin: 0 auto;*/
    margin: 0 auto 50px auto;
    }

    #brand-top-slider {
        width:100%;
        padding:0;
    }

    #brand-top-slider {
        margin-bottom: 25px;
    }

    #brand-top-visual-bottom {
        width:90%;
        margin:0 auto;
        text-align: center;
    }

    #brand-top-visual-bottom h1 {
        font-size: 20px;
        margin-bottom:15px;
        color:#eadab9;
    }

    #model-top-contents {
        width:1100px;
        margin:0 auto 0px;
        overflow: hidden;
    }

    #model-top-contents-l {
        margin:0 0 30px;
        text-align: center;
        float: left;
        width:30%;
    }

    #model-top-contents-l img {
        width:290px;
        margin-bottom: 40px;
    }

    #model-top-contents-l ul li {
        display: block;
        vertical-align: top;
        width:100%;
        padding:2% 0;
        letter-spacing: 0.2em;
        font-size:14px;
    }

    #breitling ul li a {
        color:#ffd900;
    }

    #breitling ul li a:hover {
        color:#ccc;
    }

    #model-top-contents-r {
        float: right;
        width:60%;
    }

    #model-top-contents-r h1 {
        color:#dfc389;
        text-align: left;
        font-size: 20px;
        letter-spacing: 0.2em;
        margin-bottom: 15px;
    }

    #model-top-news-wrapper {
        margin:-120px 0 40px;
        padding-top:120px;
    }

    .model-top-news {
        letter-spacing: -1em;
        border-bottom: 1px dotted #fff;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
.model-top-news .brand-thamnail {
    width:25%;
    margin-right: 3%;
}
    .model-top-news img {
        width:100%;
        /*margin-right: 3%;*/
    }

    .model-top-news a {
    width: 35%;
}
    .model-top-news div {
        display: inline-block;
        vertical-align: middle;
        /*width:72%;*/
    width: 60%;
        letter-spacing: 0.02em;
    }

    .model-top-news div span {
        font-size: 10px;
    }

    .model-top-news div h2 a {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .model-top-news div p {
        margin-bottom: 10px;
    }

    #breitling .model-top-news div a {
        color:#ffd900;
        font-size: 10px;
    }

    #breitling .model-top-news div a:hover {
        color:#ccc;
    }
	
.specialback {
	padding:0 0 0 0;
}

    #model-top-new {
        margin-bottom: 50px;
    }

    #model-top-recommend {
        margin:-120px 0 50px;
        padding-top:120px;
    }

    #top-model-catalog {
        margin:-120px 0 50px;
        padding-top:120px;
    }

    #top-model-catalog li {
        display: inline-block;
        width:30%;
        margin:0 5% 5% 0;
        text-align: center;
    }

    #top-model-catalog  li:nth-child(2n) {
        margin-right:5%;
    }

    #top-model-catalog  li:nth-child(3n) {
        margin-right:0%;
    }

    #top-model-catalog li:last-child, #top-model-catalog li:nth-last-child(2), #top-model-catalog li:nth-last-child(3) {
        margin-bottom:0;
    }

    #top-model-catalog li img {
        margin-bottom: 10px;
    }
	

    #brandpage-model-catalog {
        margin:-120px 0 50px;
        padding-top:120px;
    }

    #brandpage-model-catalog ul {
        width:86%;
        margin:0 auto 0 auto;
        text-align: center;
    }

    #brandpage-model-catalog li {
        display: inline-block;
        width:18%;
        margin:0 1% 5% 1%;
        text-align: center;
    }

#brandpage-model-catalog  li:nth-child(2n) {
        display: inline-block;
        width:18%;
        margin:0 1% 5% 1%;
        text-align: center;
}

#brandpage-model-catalog li:last-child, #brandpage-model-catalog li:nth-last-child(2) {
        display: inline-block;
        width:18%;
        margin:0 1% 5% 1%;
        text-align: center;
}
    #brandpage-model-catalog li:nth-child(5n) {
        display: inline-block;
        width:18%;
        margin:0 1% 5% 1%;
        text-align: center;
		clear:both;
    }

    #top-model-catalog li img {
        margin-bottom: 10px;
    }
	
	

    #brand-history {
        margin:-120px 0 0;
        padding-top:120px;
    }
	
	
	
#brand-history {
	clear:both;
	display:block;
}
#brand-history .brand-brandhistory {
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0 50px;
}
#brand-history .brand-brandhistory .brand-brandhistory-l {
    float: left;
    width: 35%;
    text-align: left;
    font-size: 14px;
}
#brand-history .brand-brandhistory .brand-brandhistory-l h1 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #dfc389;
	    letter-spacing: 0.2em;
		text-align:left;
}
#brand-history .brand-brandhistory .brand-brandhistory-r {
    width: 57%;
    float: right;
    margin: 0;
}



    #movieWraper {
        position: relative;
        width: 100%;
        margin: 40px auto 0;
    }

    #iframeWrap {
        height: 0;
        padding-bottom: 56.25% /* 100 * 9/16 */
    }

    #iframeWrap iframe {
        position: absolute;
        top: 0;
        left: 0;
    }


#brand-newarrival{
    margin:0 auto 50px auto;
	width:94%;
	padding-top:120px;
}
#brand-recommend {
    margin:30px auto 50px auto;
	padding-top:120px;
	width:94%;
}
#brand-newarrival:after,
#brand-recommend:after,
#brandpage-model-catalog:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#brand-newarrival h1,
#brand-recommend h1,
#brandpage-model-catalog h1 {
    color: #dfc389;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
	text-align:center;
}



    /* shop-list */

    #shop-list-visual {
        background-image: url(../img/shop/visual.png);
    }

    #shop-list-container {
        margin-top:-65px;
        overflow: hidden;
        background-color: #000;
    }

    #shop-list-l {
        display: block;
        box-sizing: border-box;
        width:20%;
        padding:3%;
        float: left;
        position: relative;
    }

    #shop-list-l ul li {
        text-align: right;
        margin-bottom: 20px;
        letter-spacing: 0.25em;
    }

    #shop-list-l ul li:last-child {
        margin-bottom:0;
    }

    #shop-list-l ul li a {
        color:#eadab9;
    }

    #shop-list-l ul li a:hover {
        color:#fff;
    }

    #shop-list-r {
        box-sizing: border-box;
        width:80%;
        float: right;
        background-color: #1e1310;
    }

    #shop-list-r section:nth-child(2n+1) {
        background-color: #403632;
        overflow: hidden;
    }

    .shop-list-info {
        padding-top: 90px;
        margin-top:-90px;
    }

    .shop-list-info-inner {
        box-sizing: border-box;
        width:100%;
        padding:3%;
        margin:0px auto 0px;
    }

    .shop-list-info-inner:first-child {
        margin-top:0;
    }

    .shop-list-info-inner:last-child {
        margin-bottom:0;
    }

    .shop-list-info-l {
        float: left;
        width:57%;
    }

    .shop-list-info-r {
        float: right;
        width:40%;
        position: relative;
    }

    .shop-list-info h1 {
        font-size: 26px;
        color:#EADAB9;
        letter-spacing: 0.25em;
        text-align: left;
        margin:0 0 20px;
    }

    .shop-list-info dl {
        margin:0 0 0px;
        letter-spacing: -1em;
    }

    .shop-list-info dl dt {
        position: relative;
        margin:0 0 25px;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0.02em;
        width:14%;
    }

    .shop-list-info dl dt::before {
        position: absolute;
        content: "";
        box-sizing: border-box;
        display:block;
        height: 1px;
        border-top:1px dotted #fff;
        width:714%;
        top:0;
        left:0;
        margin:-12px 0 0;
    }

    .shop-list-info dl dt:first-child::before {
        display: none;
    }

    .shop-list-info dl dd {
        margin:0 0 25px;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0.02em;
        width:86%;
    }

    .shop-list-info dl dd ul li {
        display: inline-block;
        margin:0 10px 0 0;
    }

    .shop-list-info dl dd ul li::after {
        content: "/";
        padding:0 0 0 10px;
    }

    .shop-list-info dl dd ul li:last-child::after {
        display: none;
    }

    .shop-list-info dl dd ul li img {
        display: inline-block;
        vertical-align: middle;
        width:20px;
        height:20px;
    }

    .shop-list-info-l > a::before {
        position: absolute;
        content: "";
        box-sizing: border-box;
        display:block;
        height: 1px;
        border-top:1px dotted #fff;
        width: 251%;
        top:0;
        left:0;
        margin:-16px 0 0;
    }

    .shop-list-info-l > a {
        box-sizing: border-box;
        display: block;
        background-color: #C0A06B;
        text-align: center;
        padding:1%;
        position: relative;
        border:1px solid #C0A06B;
        width:40%;
    }

    .shop-list-info-l > a:hover {
        background-color: transparent;
        color:#fff;
    }

    .current {
        text-decoration: underline;
    }




    /* shop */

    #page-navi {
        background-color: #49403d;
        padding-bottom:2px;
    }

    #page-navi #breadcrumbs {
        border-top:1px solid #d4bf93;
        background-color: #000;
    }

    #shop-visual {
        margin:0 0 25px;
        max-height:600px;
        overflow:hidden;
    }

    #shop-intro {
        width:1100px;
        margin:0 auto 120px;
        text-align: center;
    }

    #shop-intro h1 {
        font-size:20px;
        color:#EADAB9;
        margin:0 0 5px;
    }

    #shop-intro h1 br {
        display: none;
    }

    #shop-info {
        width:1100px;
        margin: 0 auto 25px;
        overflow: hidden;
    display: flex;
    justify-content: space-between;
    }

    #shop-info-l {
        float: left;
    width: 50%;
    }

    #shop-info-r {
        float: right;
        /*width:490px;*/
    width: 45%;
    }

    #shop-info h1 {
        font-size: 26px;
        color:#EADAB9;
        letter-spacing: 0.25em;
        text-align: left;
        margin:0 0 20px;
    }

    #shop-info dl {
        margin:0 0 35px;
    }

    #shop-info dl dt {
        position: relative;
        margin:0 0 5px;
    }

    #shop-info dl dt::before {
        position: absolute;
        content: "";
        box-sizing: border-box;
        display:block;
        height: 1px;
        border-top:1px dotted #fff;
        width:100%;
        top:0;
        left:0;
        margin:-10px 0 0;
    }

    #shop-info dl dt:first-child::before {
        display: none;
    }

    #shop-info dl dd {
        margin:0 0 20px;
    }

    #shop-info dl dd ul li {
        display: inline-block;
        margin:0 10px 0 0;
    }

    #shop-info dl dd ul li::after {
        content: "/";
        padding:0 0 0 10px;
    }

    #shop-info dl dd ul li:last-child::after {
        display: none;
    }

    #shop-info dl dd ul li img {
        display: inline-block;
        vertical-align: middle;
        width:20px;
        height:20px;
    }

    #shop-info-r {
        position: relative;
    }

    #shop-info-r::before {
        position: absolute;
        content: "";
        box-sizing: border-box;
        display:block;
        height: 1px;
        border-top:1px dotted #fff;
        width:100%;
        top:0;
        left:0;
        margin:-27px 0 0;
    }

    #handing-brand {
        width:1100px;
        margin:0 auto 0;
        padding:0 0 50px;
    }

    #handing-brand h1 {
        font-size: 26px;
        color:#EADAB9;
        letter-spacing: 0.25em;
        margin:0 0 15px;
    }

    #handing-brand li {
        display: inline-block;
        box-sizing: border-box;
        text-align: center;
        width:21.25%;
        margin:0 5% 5% 0;
    }

    #handing-brand li:nth-child(2n) {
        margin:0 5% 5% 0;
    }

    #handing-brand li:nth-child(4n) {
        margin:0 0 5% 0;
    }


    #shop-handing-brand {
        width:100%;
        margin:0 auto 0;
        padding:0 0 50px;
    }

    #shop-handing-brand h1 {
        font-size: 26px;
        color:#EADAB9;
        letter-spacing: 0.25em;
        margin:0 0 15px;
    }

    #shop-handing-brand li {
        display: inline-block;
        box-sizing: border-box;
        text-align: center;
        width:46%;
        margin:0 4% 5% 0;
    }

    #shop-handing-brand li:nth-child(2n) {
        margin:0 0 5% 0;
    }

    #shop-handing-brand li:nth-child(4n) {
        margin:0 0 5% 0;
    }

    .handing-brand-img-wrapper {
        box-sizing: border-box;
        border:1px solid #fff;
        background-color: #555;
        padding:5%;
        margin:0 0 5px;
        position: relative;
        overflow: hidden;
    }

    #handing-brand li img:first-child {
        display: block;
        height:auto;
        position: absolute;
        margin:0 0 0;
        width:50%;
        padding:0 5%;
        top:0;
        right:0;
        bottom:0;
        margin:auto;
    }

    #handing-brand li img:last-child {
        float: left;
        display: block;
        width:40%;
    }

    #shop-handing-brand li img:first-child {
        display: block;
        height:auto;
        position: absolute;
        margin:0 0 0;
        width:50%;
        padding:0 5%;
        top:0;
        right:0;
        bottom:0;
        margin:auto;
    }

    #shop-handing-brand li img:last-child {
        float: left;
        display: block;
        width:40%;
    }

    #shop-info2 {
        width: 1100px;
        margin: 0 auto 25px;
        overflow: hidden;
    }
    #shop-info2 .shopnews-brand-l {
        float: left;
        width: 550px;
    }
    #shop-info2 .shopnews-brand-r {
        float: right;
        width: 490px;
    }
    #shop-info2 .shopnews-brand-l h1 {
        font-size: 26px;
        color: #EADAB9;
        letter-spacing: 0.25em;
        margin: 0 0 15px;
    }



    /* handing-brand-list-PC */

    .page-header {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        box-sizing: border-box;
        border-bottom:1px solid #D4BF93;
        height: 200px;
        text-align: center;
        margin:0 0 65px;
        padding:62px 0 0;
    }

    #handing-brand-header {
        background-image: url(../img/handing-brand/visual.png);
    }

    .page-header h1 {
        font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
        font-size: 26px;
        letter-spacing: 0.25em;
        margin:0 0 15px;
    }

    .page-header p {
        position: relative;
    }

    .page-header p::before {
        display: block;
        content: "";
        height: 1px;
        width:50px;
        background-color: #fff;
        position: absolute;
        top:0;
        right:0;
        left:0;
        margin:-10px auto 0;
    }

    #handing-brand-wrapper {
        width:1100px;
        margin:0 auto 15px;
    }

    #handing-brand-wrapper li {
        width:21.25%;
        display: inline-block;
        margin-right:5%;
        margin-bottom:5%;
        text-align: center;
    }

    #handing-brand-wrapper li:nth-child(2n) {
        margin-right:5%;
    }

    #handing-brand-wrapper li:nth-child(4n) {
        margin-right:0%;
    }

    #handing-brand-wrapper li:nth-last-child(2), #handing-brand-wrapper li:last-child {
        margin-bottom:5%;
    }

    #handing-brand-wrapper li img {
        margin:0 0 10px;
    }




    /* handing-brand-PC */

    #handing-model-wrapper {
        width:1100px;
        margin:0 auto 15px;
    }

    #handing-model-wrapper h1 {
        font-size: 26px;
        color:#EADAB9;
        margin:0 0 10px;
    }

    #handing-model-wrapper li {
        width:21.25%;
        display: inline-block;
        margin-right:5%;
        margin-bottom:5%;
        text-align: left;
    }

    #handing-model-wrapper li:nth-child(2n) {
        margin-right:5%;
    }

    #handing-model-wrapper li:nth-child(4n) {
        margin-right:0%;
    }

    #handing-model-wrapper li:nth-last-child(2), #handing-model-wrapper li:last-child {
        margin-bottom:5%;
    }

    #handing-model-wrapper li img {
        margin:0 0 10px;
    }

    .handing-model {
        /*margin-bottom:70px;*/
        padding:100px 0 20px 0;
    }

    .more-view {
        margin:0 0 0;
    }

    .more-view > p {
        display: block;
        box-sizing: border-box;
        width:100%;
        padding:1%;
        border:1px solid #595757;
        position: relative;
        color:#EADAB9;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
    }

    .more-view > p::after {
        content:'';
        display:block;
        position:absolute;
        width:10px;
        height:10px;
        top:0;
        bottom:0;
        right:0;
        margin:auto 14px auto 0;
        border-top:2px solid #EADAB9;
        border-right:2px solid #EADAB9;
        -webkit-transform:rotate(135deg);
        -ms-transform:rotate(135deg);
        transform:rotate(135deg);
    }





    /* news-list-PC */

    #news-list-visual {
        background-image: url(../img/news/visual.png);
    }

    #news-list {
        width:1100px;
        margin:0 auto 80px;
    }

    #news-list li {
        display: inline-block;
        width:47.5%;
        margin:0 5% 5% 0;
    }

    #news-list li:nth-child(2n) {
        margin-right: 0;
    }

    #news-list li:nth-last-child(2) {
        margin-bottom: 0;
    }

    #news-list li:last-child {
        margin:0;
    }

    #news-list li a {
        display: block;
        box-sizing: border-box;
        border:1px solid #595757;
        letter-spacing: -1em;
        font-size: 0;
    }

    #news-list li a:hover {
        border: 1px solid #D4BF93;
        position: relative;
    }

    #news-list li a:hover::after {
        content:'';
        display:block;
        width:0;
        height:0;
        border: 20px solid transparent;
        border-left: 20px solid #D4BF93;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position:absolute;
        bottom:0;
        right:0;
        margin:0 -15px -15px 0;
    }

    #news-list li img {
        display: inline-block;
        width:50%;
        vertical-align: middle;
        letter-spacing: 0.02em;
        font-size: 12px;
    }

    #news-list li div {
        display: inline-block;
        vertical-align: middle;
        width:50%;
        letter-spacing: 0.02em;
        font-size:12px;
        box-sizing: border-box;
        padding:2% 0 2% 2%;
    }

    #news-list li div h2 {
        font-size:16px;
        margin-top:3px;
    }

    #pager {
        width:90%;
        border-top:1px solid #D4BF93;
        padding:20px 0 0;
        margin:0 auto 60px;
        text-align: center;
    }

    #pager li {
        display: inline-block;
        margin-right:1%;
    }

    #pager li a {
        color:#D4BF93;
    }

    #pager li a:hover {
        color:#ECE3D0;
    }

    #pager li:first-child {
        margin-right: 3%;
    }

    #pager li:last-child {
        margin-left:2%;
    }

    #pager li::after {
        content:' .';
        color:#D4BF93;
    }

    #pager li:first-child:after, #pager li:nth-last-child(2):after, #pager li:last-child::after {
        display: none;
    }




    /* news-PC */

    #news-content {
        width:1100px;
        margin:0 auto 100px;
    }

    #pager-news {
        width:90%;
        border-top:1px solid #D4BF93;
    padding: 20px 0 150px 0;
    margin: 0 auto;
        text-align: center;
        letter-spacing: -1em;
        font-size: 0;
    }

    #pager-news a {
        letter-spacing: 0.02em;
        font-size: 12px;
        color:#D4BF93;
    }

    #pager-news a:hover {
        color:#ECE3D0;
    }

    #pager-news > a:first-child {
        display: inline-block;
        width:30%;
        text-align:left;
        margin-right:5%;
        margin-bottom:0px;
    }

    #pager-news > a:last-child {
        display: inline-block;
        width:30%;
        text-align:right;
        margin-top:0px;
    }

    #pager-news ul {
        display: inline-block;
        width:30%;
        margin-right:5%;

    }

    #pager-news li {
        display: inline-block;
        margin-right:1%;
    }

    #pager-news li::after {
        content:' .';
        color:#D4BF93;
    }

    #pager-news li:nth-last-child(2):after, #pager-news li:last-child::after {
        display: none;
    }




    /* staff-recommend-list-PC */

    #staff-recommend-list-container {
        padding:110px 0 0;
    }

    #staff-recommend-list-container #staff-recommend-wrapper h1 {
        text-align: left;
    }

    #staff-recommend-list-container #staff-recommend-wrapper li {
        margin-bottom: 5%;
    }

    #staff-recommend-list-container #staff-recommend-wrapper li:last-child, #staff-recommend-list-container #staff-recommend-wrapper li:nth-last-child(2), #staff-recommend-list-container #staff-recommend-wrapper li:nth-last-child(3), #staff-recommend-list-container #staff-recommend-wrapper li:nth-last-child(4) {
        margin-bottom:0;
    }

    #staff-recommend-list-container #pager {
        border-top:1px solid #fff;
        margin-top: 60px;
    }

    #staff-recommend-list-container #pager li a {
        color:#fff;
    }

    #staff-recommend-list-container #pager li a:hover {
        color:#ccc;
    }




    /* staff-recommend-model */

    #staff-comment-wrapper {
        box-sizing: border-box;
        padding:30px 0;
        background-color: #4c423e;
        overflow: hidden;
    }

    #staff-comment {
        width:1100px;
        margin:0 auto;
    }

    #staff-comment img {
        float:left;
        display: block;
        width:20%;
        margin:0 5% 0px 0;
    }

    #staff-comment div {
        display:  block;
        width:75%;
        float: right;
    }

    #staff-comment h1 {
        font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
        margin-bottom: 15px;
        font-size:20px;
        letter-spacing: 0.25em;
        color:#eadab9;
    }




    /* contact-PC */

    #contact-content {
        background-color: transparent;
        padding:0;
        margin-top:0px;
        font-size: 14px;
    }

    #contact-content-inner {
        /*width:940px;*/
    width: 60%;
        margin: 0 auto 190px;
        background-color: #403632;
        padding: 30px;
    }

    #contact-content-inner > p {
        margin-bottom: 65px;
        text-align: center;
    }

    #contact-content dl {
        letter-spacing: -1em;
    }

    #contact-content dl dt {
        margin-bottom:10px;
        font-weight: bold;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0.02em;
        width:23.5%;
        position: relative;
    }

    #contact-content dl dd {
        margin:0 0 40px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0.02em;
        width:76.5%;
    }

    #contact-content dl dd::after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        /*width: 940px;*/
    width: 130%;
        border-top: 1px dashed #fff;
        margin-top: 20px;
    }

    #contact-content input {
        width:88%;
        box-sizing: border-box;
        border:2px solid #ddd;
        padding:1%;
        color:#fff;
        background-color: transparent;
    }

    #contact-content textarea {
        width:88%;
        box-sizing: border-box;
        border:2px solid #ddd;
        padding:1%;
        color:#fff;
        background-color: transparent;
    }

    #contact-content input[type="submit"] {
        width:215px;
        display: block;
        box-sizing: border-box;
        padding: 8px 0;
        text-align: center;
        background-color: #C0A06B;
        color:#fff;
        cursor: pointer;
        border:1px solid #C0A06B;
        margin: 40px auto 45px;
        font-size: 14px;
    }

    #contact-content input[type="submit"]:hover {
        background-color: transparent;
    }
    #contact-content input[type="button"] {
    width: 215px;
    box-sizing: border-box;
    border: 2px solid #ddd;
    padding: 1%;
    color: #fff;
    background-color: transparent;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
    #contact-content input[type="button"]:hover {
        background-color: #fff;
        color: #C0A06B;
    }

    #contact-inqury {
        text-align: center;
    }


}


@media screen and (min-width:480px) and (max-width:1200px) {

    body {
        width: 1200px;
        margin:0 auto;
    }

}
#model-info a:link,
#model-info a:visited {
    color:#FFF;
}



.tvcm {
	width:90%;
	max-width:1000px;
	margin:20px auto;
}




/*20190212 カスタムニュース追加*/
    /* SP用 */
#customnews {
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "MS P明朝", "MS PMincho", serif;
}
.Flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.Flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
div#customnews {
    padding: 80px 0 0 0;
}
#customnews img {
  vertical-align: bottom;
}
#customnews .customhead {
    width: 100%;
    margin:0 auto;
}
#customnews .customhead h1 {
    line-height: 100%;
    font-size: 170%;
}
#customnews .customhead .col-l {
    width: 74%;
    padding: 30px 0;
    text-align: left;
    margin: 0 auto;
}
#customnews .customhead .col-r.Flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#customnews .customhead .col-r {
    background: #c0a877;
    text-align: center;
    width: 20%;
}
#customnews .customhead .col-r a {
    display: inline-block;
}
#customnews .customhead .col-r img {
    width: 48%;
    height: auto;
}
#customnews .customhead .col-r span {
    font-size: 14px;
    display: block;
    color: #fff;
    line-height: 140%;
    margin: 0;
    padding: 0;
}
#customnews .customnewsinner {
    padding: 0px 0 40px 0;
    width: 90%;
    margin: 0 auto;
}
#customnews .customnewsback .customnewsinner h2 {
  padding: 20px 0 0 0;
    font-size: 20px;
}
#customnews #news-block3 .image-wrapper {
    width: 100%;
}
#customnews #news-block3 .customnewsinner {
    width: 90%;
    text-align: left;
}
#customnews #news-block4 .image-wrapper {
    width: 100%;
}
#customnews #news-block4 .customnewsinner {
    width: 90%;
    text-align: left;
}

#news-block5 {
    width: 100%;
    text-align: center;
}
#news-block5 ul {
    justify-content: center;
    margin: 20px auto 0 auto;
    width: 96%;
    max-width: 1250px;
}
#news-block5 li {
    width: 46%;
    margin: 0 2% 80px 2%;
}
#news-block5 h3 {
    padding: 15px 0 8px 0;
    font-size: 18px;
    font-weight: bold;
}



.image-wrapper {
  width:100%;
    max-width: 1200px;
  text-align: center;
  margin:0 auto;
}
#news-block3 .Flex,
#news-block4 .Flex {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.recommend-item h1 {
    position: relative;
    padding: 30px 0 20px 0;
    font-size: 220%;
    text-align: center;
}
.recommend-item h1 img {
    width: 422px;
}
.recommend-item .item {
    width:46%;
    margin:0 auto 40px auto;
}
    .newscustomlist {
    width: 85%;
    max-width: 1300px;
    margin: 0 auto;
}
.item-list {
  display: -ms-flexbox;
  display: -webkit-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 0;
}
#shop-list {
    width:90%;
    margin: 0 auto;
}
#shop-list h1 {
    position: relative;
    padding: 30px 0 20px 0;
    font-size: 220%;
    text-align: center;
}
#shop-list .shop {
    margin:0 0 50px 0;
}
#shop-list .shop .shop-head-r {
    margin:8px 0 0 0;
}
#shop-list .shop .shop-head-r p {
}
#shop-list .shop .shop-head-r h2 {
    font-size:22px;
}
#shop-list .shop ul.shop-info li {
    margin:0 0 10px 0;
}
#shop-list .shop a.customnews-btn {
    display: inline-block;
    padding: 5px 15px;
    background: #c0a877;
}


    /* PC用 */
@media screen and (min-width:480px) {

#customnews {
    width: 100%;
}
.Flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
#customnews .customhead {
    background: rgba(255,255,255,0.1);
}
#customnews .customnewsback {
    padding: 0;
}
#customnews .customhead .col-l {
    width: 85%;
    max-width: 750px;
    padding: 20px 0 20px 0;
    text-align: left;
}
#customnews .customhead .col-r {
    background: #c0a877;
    text-align: center;
    width: 15%;
    color: #fff;
    line-height: 100%;
    text-align: left;
}
#customnews .customhead .col-l h1 {
    font-size: 24px;
    line-height: 150%;
    margin: 0px auto;
}
#customnews .customhead .col-r.Flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#customnews .customhead .col-r a {
    display: inline-block;
    color: #fff;
    text-align: center;
}
#customnews .customhead .col-r img {
    width: 29px;
    height: 29px;
}
#customnews .customhead .col-r span {
    display: block;
    font-size: 1.2rem;
    margin: 0;
    letter-spacing: 0.09em;
    padding: 0;
    line-height: 140%;
}
#customnews .customnewsback .customnewsinner h2 {
    font-size: 1.3em;
    padding: 10px 0 20px 0;
}
#customnews .customnewsinner {
    font-size:1.4em;
}
#customnews #news-block1 .customnewsinner,
#customnews #news-block2 .customnewsinner {
    text-align: center;
    padding: 35px 0 140px 0;
}

#customnews #news-block3 .image-wrapper {
    width: 40%;
    margin: 0;
}
#customnews #news-block3 .customnewsinner {
    width: 50%;
    padding: 0px 0 40px 0;
    text-align: left;
}
#customnews #news-block4 .image-wrapper {
    width: 40%;
    margin: 0;
}
#customnews #news-block4 .customnewsinner {
    width: 50%;
    padding: 0px 0 40px 0;
    text-align: left;
}

#news-block5 li {
    width: 21%;
    margin: 0 2% 80px 2%;
}




#customnews .recommend-item h1 img {
    width: 70%;
}
#customnews .recommend-item {
    padding-top: 7.8%;
    margin-bottom: 10%;
}
.recommend-item .item {
    width:23%;
    margin: 0 1% 40px 1%;
}
.item-list {
    justify-content: center;
}
    .newscustomlist {
    max-width: 86%;
    margin: 0 auto;
}
#shop-list .shop-list {
    justify-content: center;
}
#shop-list .shop {
    margin: 0 1.5% 50px 1.5%;
    width: 30%;
}
}

/*--------------------*/

/*20190212 金利追加*/
    /* SP用 */
.pay-case {
    /*width: 99%;
    color: #B98919;
    position: relative;
    margin: 20px auto 0 auto;
    padding: 0 0 20px 0;
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
    text-align: left;*/

    width: 99%;
    color: #B98917;
    position: relative;
    margin: 20px auto 0 auto!important;
    padding: 10px 0;
    background-color: rgba(0,0,0,0.6);
    /*border-left: solid 1px #999;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;*/
    text-align: left;
}
.pay-case p {
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: -6px;
    color: #fff;
    width: 100%;
}
/*.pay-case p:before {
    content: "";
    flex-flow: 1;
    height: 1px;
    background-color: #FFF;
    display: block;
    width: 15%;
    top: 6px;
    position: absolute;
    left: 0;
}
.pay-case p:after {
    content: "";
    flex-flow: 1;
    height: 1px;
    background-color: #FFF;
    display: block;
    width: 15%;
    top: 6px;
    position: absolute;
    right: 0;
}*/
.pay-case p span {
    width: 50%;
    text-align: center;
}
.pay-case dl {
    width: 90%;
    margin: 0 auto 10px auto;
    border-bottom: solid 1px #FFF;
}
.pay-case dl dt {
    margin: 0 auto 5px auto;
}
.pay-case dl dt img {
    width: 20%;
}
.pay-case dl dd {
    /*color: #B98919;
    margin: 0 auto 7px auto;
    font-weight: bold;
    font-size: 120%;*/

    color: #E0C389;
    margin: 0 auto 7px auto;
    font-size: 120%;
}
.pay-case .kinri {
    /*color: #B98919;*/
    color: yellow;
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    border-bottom: none;
    
    line-height: 200%;
    padding: 1px 0 0 0;
}
.pay-case div.pay-attention {
    color: #FFF;
    margin: 0;
}
.pay-case .kinri div {
    margin: 8px 0 0 0;
    letter-spacing: 0em;
}
.pay-case .pay-waku {
    display: inline-block;
    padding: 3px 10px;
    margin: 0 5px 0 0;
    /*border: solid 1px #B98919;*/
    border: solid 1px yellow;
}
.pay-case .pay-price {
    font-size: 180%;
    font-weight: bold;
}
    /* PC用 */
@media screen and (min-width:480px) {
}



/*20190307追加*/
.boss-rss {
  /*display: none;*/
    display: block;
    text-align: left;
    width: 100%;
    margin: 40px auto 0 auto;
}
.boss-rss .boss-ttl {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 20px;
    width: 100%;
    line-height: 200%;
    padding: 5px 0 10px 0;
    text-align: center;
    letter-spacing: 0.2em;
}
.boss-rss dl {
display: block;
}
.boss-rss dl dt {
    width: 100%;
    line-height: 100%;
}
.boss-rss dl dd {
    width: 100%;
  padding: 0 0 20px 0;
}
.boss-rss dl .boss-rss-btn {
    width: 100%;
  margin: -10px 0 0 0;
  padding: 0 0 20px 0;  
}

    /* PC用 */
@media screen and (min-width:480px) {
.boss-rss {
max-width: 1000px;
line-height: 100%;
    margin: 50px auto;
  display: flex;
    display: -webkit-flex;/*--- safari（PC）用 ---*/
justify-content: space-between;
}
.boss-rss a {
    color: #eadab9;
}
.boss-rss .boss-image {
width: 35%
}
.boss-rss dl {
width: 61%;
display: flex;
    display: -webkit-flex;
flex-wrap: wrap;
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
}
.boss-rss dl .boss-ttl {
    text-align: left;
    width: 100%;
    font-size: 22px;
    line-height: 200%;
    padding: 0 0 10px 0;
}
.boss-rss dl dt {
width: 20%;
margin: 0 0 10px 0;
}
.boss-rss dl dd {
width: 80%;
margin: 0 0 10px 0;
}
}



/*20190423追加分*/
/*コンタクト部分*/
.item-contect-brand {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 30px 0;
}
.item-contect-brand img {
    width: 70%;
    display: block;
    margin: 0 auto;
}
p.item-contact-brand {
    font-size: 1em;
    margin: 8px 0 0 0;
}
h1.item-contact-item {
    font-size: 2em;
    padding: 0 0 10px 0;
}
.contact-shop {
    text-align: left;
}
.contact-shop:after {
    content: "";
    display: block;
    border-bottom: dotted 1px #aaa;
        margin: 15px 0;
}
.contact-shop:last-child {
    content: "";
    display: block;
    border-bottom: none;
}
h1.item-contact-shopname {
    font-size: 2em;
    letter-spacing: 0.1em;
    line-height: 180%;
}
p.item-contact-shopinfo {
    margin: 0 0 10px 0;
}

@media screen and (min-width:480px) {
#contact-content {
    background-color: transparent;
    padding: 0;
    margin-top: 0px;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
}
.item-contect-brand {
    width: 25%;
    margin: 0 0 190px 0;
    background-color: #403632;
}
.item-contect-brand img {
    width: 90%;
    margin: 15px auto;
}
h1.item-contact-item {
    font-size: 1.7em;
}
#contact-content-inner {
    width: 67%;
    max-width: initial;
    margin: 0 0 190px 0;
    background-color: #403632;
    padding: 30px;
}
.contact-shop {
    text-align: left;
    width: 90%;
    margin: 15px auto;
}
h1.item-contact-shopname {
    font-size: 1.6em;
    letter-spacing: 0.15em;
    line-height: 180%;
}
}

/*ウィッシュリスト*/
.wishlist {
    width: 90%;
    margin: 0 auto 50px auto;
    padding: 0 0 50px 0;
    border-bottom: dotted 1px #aaa;
}
p.wish-brand {
    margin: 8px 0 0 0;
}
h2.wish-item {
    font-size: 1.5em;
    margin: 5px 0 0 0;
}
p.wish-price {
    margin: 10px 0 0 0;
}
p.wish-price span {
    font-size: 1.6em;
    display: inline-block;
    margin: -5px 6px 0 2px;
}
p.whish-btn {
    margin: 20px 0 0 0;
    text-align: center;
    border: solid 1px #D4BF93;
    background: linear-gradient(#D0BA92, #866628);
}
p.whish-btn a {
    color: #fff;
    width: 100%;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    padding: 10px 0;
    display: inline-block;
}

/*PC*/
@media screen and (min-width:480px) {
#favorite {
    background-image: url(../img/news/visual.png);
}
.wishlist-wrapper {
    width: 80%;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
}
.wishlist {
    width: 21%;
    /* max-width: 30%; */
    margin: 0 2%;
    padding: 0 0 80px 0;
    border-bottom: none;
}
.wishlist img {
    width: 100%;
    height: auto;
}
}


button.bubble_on {
    display: none;
}




    /* PC用 */
@media screen and (min-width:480px) {
    #top-new-wrapper .itembox {
        height: 450px;
    }
    .thumbnail-inner{
    height: 300px;
    position: relative;
}
#handing-model-wrapper .thumbnail-inner {
    max-height: 240px;
    text-align: center;
}
#handing-model-wrapper li img {
    height: 100%;
    max-height: 220px;
    width: auto;
    max-width: 100%;
}
#top-recommend-wrapper .slick-slide img,
 #top-new-wrapper .slick-slide img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
  font-family: 'object-fit: contain;';    /*IE対策*/
}
 #brand-newarrival .slick-slide img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
  font-family: 'object-fit: contain;';    /*IE対策*/
}
 #brand-recommend .slick-slide img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
  font-family: 'object-fit: contain;';    /*IE対策*/
}
}










/*20220326追記　レイアウト変更*/
.top-slider-wrap {
    padding: 75px 0 0 0;
}
    /* PC用 */
@media screen and (min-width:480px) {

.top-slider-wrap {
    padding: 0 0 0 0;;
    margin: 0 0 70px 0;
}
#concept {
    width: 100%;
}
#news2 {
    /*width: 100%;
    max-width: 1000px;*/
    width: 100%;
    margin: 80px auto 100px auto;
}
#news2 a {
    color: #eadab9;
}
#news2 #news-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0 0;
}
#news2 #news-wrapper .news-contents {
    /*width: 31%;*/
    width: 18%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#news2 #news-wrapper .news-contents:nth-child(6) {
    display: none;
}
.top-gracis-service {
    width: 90%;
    margin: 0 auto 100px auto;
    text-align: center;
}

.gracis-service-flex .gracisservice-box {
    width: 23%;
}
.gracis-service-flex .gracisservice-box p {
    text-align: center;
}

a.squere-btn {
     max-width: 300px; 
}





.privacypolicy {
    max-width: 1200px;
    padding: 3vw;
}
.privacypolicy h2 {
    width: 94%;
    margin: 50px auto 0 auto;
    padding: 0 0 15px 0;
}
.privacypolicy p {
    width: 94%;
    margin: 15px auto 5px auto;
    line-height: 180%;
    letter-spacing: 0.14em;
}
.privacypolicy ol li ul {
    margin: 20px 0 40px 0;
}
.privacypolicy ol li ul li {
    margin: 0 0 15px 2%;
    width: 98%;
}
.privacypolicy ol li {
    letter-spacing: 0.14em;
}


}







.expand {/*全体*/
  width: 100%;
    padding: 0px 0 15px 0;
  max-height: 105px;
  overflow: hidden;
  position: relative;
  transition: .5s;
    box-sizing: border-box;
}
 
.expand::before {/*グラデーション部分*/
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    background-image: linear-gradient(rgba(30,19,16, 0), #1e1310);
    pointer-events: none;
    transition: 1s;
}
 .contenedor {
    position: relative;
    margin: 0 0 50px 0;
}
.contenedor input {/*input要素は隠しておく*/
  visibility: hidden;
    display: none;
}
 

.contenedor label {/*ボタン部分のスタイル*/
    position: absolute;
    width: 85%;
    text-align: center;
    bottom: -25px;
    display: inline;
    font-size: 12px;
    padding: 0.2em 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #dfc389;
    /* box-shadow: -5px 0 white; */
    color: white;
    z-index: 1;
    cursor: pointer;
    text-transform: uppercase;
}
 
.contenedor label:before {/*閉じている際のボタンのテキスト*/
  content: "続きを読む";
}
.contenedor input:checked + label:before {/*開いているときは:checked状態なので、その際はボタンテキストを変える*/
  content: "-閉じる-"
}
.contenedor input:checked + label {
}
 
input[type=checkbox]:checked ~ .expand {
 max-height: 100%;
}
 
input[type=checkbox]:checked ~ .expand:before {
 opacity: 0
}

@media screen and (min-width:480px) {
    .contenedor {
    position: relative;
}
.contenedor label {
    padding: 0.2em 0;
    width: 100%;
    bottom: -20px;
}



}

/*20230706追記　レイアウト変更*/
    /* PC用 */
@media screen and (min-width:480px) {
#staff-recommend-wrapper ul {
    display: flex;
}
#staff-recommend-wrapper ul li a {
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.staff-recommend-staff-info {
}


#staff-recommend-wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

#staff-recommend-wrapper li .top-recommend-img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}
#staff-recommend-wrapper li .top-recommend-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-fit: contain;
}
#staff-recommend-wrapper li .top-recommend-border-wrap {
    border: none;
}
}

#top-new-wrapper .thumbnail-inner {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
#top-new-wrapper .slick-slide img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    /*object-fit: cover;*/
    object-fit: contain;
    margin: auto;
}

    /* PC用 */
@media screen and (min-width:480px) {
    #top-new-wrapper .thumbnail-inner {
    width: auto;
    padding: 0;
}
#top-new-wrapper .slick-initialized .slick-slide h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
#top-new-wrapper .itembox {
    height: auto;
}
}



.accordion {
  position: relative;
}
/* ボタン */
.accordion-btn {
    background-color: #000;
    border: #000;
    bottom: 0;
    color: #eadab9;
    cursor: pointer;
    display: block;
    font-size: 12px;
    left: 0;
    margin: auto;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all .2s;
    width: auto;
    z-index: 1;
}
/* 続きを読むボタンの表記 */
.accordion-btn::after {
  content: "+ 続きを読む +";
}
/* ボタンhover時のスタイル */
.accordion-btn:hover {
  background-color: #eadab9;
  color: #000;
}
.accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 100px;
}
/* テキストをグラデーションで隠す */
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 50%, rgba(0,0,0,.9) 50%, #000 100%);
  background:         linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 50%, rgba(0,0,0,.9) 50%, #000 100%);
  bottom: 0;
  content: "";
  height: 60px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}
/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  display: none;
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: "閉じる";
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}

    /* PC用 */
@media screen and (min-width:480px) {
.accordion-text.is-hide {
  height: 80px;
}
}




/*20231211追記*/
#youtube {
    margin: 50px 0;
}
.youtubeblock {
    width: 100%;
    margin: 0 0 30px 0;
}
.youtubeblock .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtubeblock .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.youtubeblock h3 {
    margin: 10px 0 0 0;
}

.youtubeblock h3 a {
    font-size: 20px;
    font-weight: bold;
    line-height: 160%;
    color: #eadab9;
}
.youtubeblock a.linkbtn {
    display: block;
    margin: 10px auto 0 auto;
    font-size: 16px;
    max-width: 200px;
}
a.linkbtn {
    background-color: #eadab9;
    padding: 5px 10px;
    color: #000!important;
    border-radius: 5px;
}

#shop-slider {
    margin: 0 0 60px 0;
}
#shop-slider ul li {
  background-color:#000;
  color: #fff;
}
.shopslide-right a {
    width: 100%;
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shopslide-right a img {
    object-fit: cover;
    height: 100%;
}
.shopslide-left {
    padding: 20px 0;
}
.shopslide-left .shopslide-shop h4 {
    font-size: 16px;
}
.shopslide-left .shopslide-shop a {
    /*font-size: 14px;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 1% 5%;
    border: solid 1px #fff;*/
    font-size: 14px;
    display: block;
    margin: 10px auto 0 auto;
    border: solid 1px #fff;
    width: 80%;
    background-color: #eadab9;
    padding: 5px 10px;
    color: #000;
    border-radius: 5px;
}
    /* PC用 */
@media screen and (min-width:480px) {
#youtube {
    margin: 80px 0;
}
.youtubelist {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 10px 0 50px 0;
}
.youtubelist .youtubeblock {
    width: 31%;
    margin: 10px 0 30px 0;
}
.youtubeblock h3 a {
    font-size: 16px;
}
.youtubeblock a.linkbtn {
    font-size: 14px;
}
#shop-slider {
    margin: 100px 0;
}
#shop-slider ul li {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.shopslide-left {
    width: 25%;
    margin: 0 auto;
    text-align: left;
}
.shopslide-left .shopslide-shop h4 {
    font-size: 20px;
    letter-spacing: 0.16em;
}
.shopslide-right {
    width: 70%;
}
.shopslide-right a {
    height: 700px;
}
.shopslide-left .shopslide-shop a {
    display: inline-block;
    width: auto;
    margin: 10px 0 0 0;
    background-color: initial;
    border-radius: 0;
    color: #fff;
    padding: 1% 5%;
}
}



/*MEGAMENU*/
.global_menu { /* メニュー全体のスタイル */
  width: 100%;
  position: relative;
  color: #fff; /* 文字色 */
  text-align: center;
  display: none;
}

.global_menu li {
  display: inline-block;
  padding: 15px 0;
}

.global_menu a { /* 各項目のスタイル */
  display: block;
  padding: 10px 30px;
}

.menu:hover > a {
  background: #000;
}

.child_menu > li {
  padding: 0; /* 子項目のスタイル */
}
.child_menu > li > a:hover { /* 子項目のスタイル（ホバー時） */
  background: #000;
  opacity: 0.8;
}

.child_menu { /* 下層メニューのスタイル */
  width: 100%;
  position: absolute;
  top: 100%; /* 親項目の直下に配置 */
  left: 0;
  padding: 10px 0;
  color: #fff; /* 文字色 */
  background: #000; /* 背景色 */
  visibility: hidden; /* 下層メニューを非表示 */
}

.menu:hover .child_menu { /* 下層メニューのスタイル（親項目ホバー時） */
  visibility: visible; /* 下層メニューを表示 */
}

.child_menu a:hover {
  color: #fff;
}

    /* PC用 */
@media screen and (min-width:480px) {
.global_menu { /* メニュー全体のスタイル */
  display: block;
}
}



.newblog {
    text-align: left;
}
.newblog h2 {
    clear: both;
    width: 100%;
}
#news-head h2 a {
    font-size: 12px;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 20px;
}
.blogbtn {
    display: inline-block;
    width: 100%;
}
#news2 .blogbtn a {
    float: none;
    display: block;
    cursor: pointer;
}
    /* PC用 */
@media screen and (min-width:480px) {
.newblog h2 {
    display: inline;
    clear: both;
    width: initial;
}
.blogbtn {
    display: inline;
}
#news2 .blogbtn a {
    display: inline-block;
    margin-left: 20px;
}
}





/*202403追記*/
@media screen and (min-width:480px) {

    header {
    position: sticky;
    top: 0;
    }
    #header-inner > a {
    margin: 0 auto 0;
    padding: 20px 0 0 0;
    }
    .item-search-area {
    top: 35px!important;
    }
    .container {
        padding-top: 0;
    }
    #watch-model {
    display: flex;
    justify-content: space-between;
    overflow: initial;
    align-items: flex-start;
    }
    #watch-model-l {
    position: sticky;
    top: 150px;
    float: none;
    }
    div#customnews {
    padding-top: 0 !important;
    }
    #shop-list-container {
    position: relative;
    overflow: initial;
    display: flex;
    align-items: flex-start;
    }
    #shop-list-l {
    position: sticky !important;
    float: none;
    top: 150px !important;
    }
}



/*202404追記　ブログ出力の箇所*/
.blog_type {
    margin-bottom: 40px;
}
p.blog_ttl a {
    color: #eadab9;
    position: relative;
    border: solid 1px;
    box-sizing: border-box;
    padding: 4px 8px;
    border-radius: 999em;
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
    letter-spacing: 0em;
}
p.blog_date {
    margin-top: 10px;
}
h3.blog_page_title {
    display: block;
    vertical-align: top;
    width: 100%;
    letter-spacing: 0.02em;
    font-size: 14px;
    margin: 10px 0;
}
.blog_btn a.blog_btn_gold {
    display: block;
    margin: 15px auto 0 auto;
    font-size: 14px;
    max-width: 200px;
    background-color: #eadab9;
    padding: 5px 10px;
    color: #000 !important;
    border-radius: 5px;
}

/*PC表示*/

@media screen and (min-width:480px) {
    .bloglist {
    display: flex;
    justify-content: space-between;
}
.blog_type {
    width: 23%;
    margin: 10px 0 30px 0;
}
}


span.contact_no {
    box-sizing: border-box;
    text-align: center;
    display: block;
    padding: 0.5rem;
    margin-top: 1.5rem;
    background-color: #000;
}


