html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, dfn, em, img, small, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, figcaption, footer, header, nav, ruby, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
main, article, aside, details, figcaption, figure, footer, header, nav, section {
    display: block;
}
*, *::before, *::after {
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
input, select {
    vertical-align: middle;
}
select {
    appearance: none;
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
label {
    vertical-align: middle;
}
button {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
a:hover {
    opacity: 0.7;
}
@font-face {
    font-family: "AudiType";
    src: url("../fonts/AudiType-Normal_4.03.woff2") format("woff2"),
        url("../fonts/AudiType-Normal_4.03.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "AudiTypeBold";
    src: url("../fonts/AudiType-Bold_4.03.woff2") format("woff2"),
        url("../fonts/AudiType-Bold_4.03.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "AudiTypeExtendBold";
    src: url("../fonts/AudiType-ExtendedBold_4.03.woff2") format("woff2"),
        url("../fonts/AudiType-ExtendedBold_4.03.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "DFHS";
    src: url("../fonts/DFHSGOTHICSTD-W3_0.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "DFHSBold";
    src: url("../fonts/DFHSGOTHICSTD-W7_0.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
body {
    width: 100%;
    /*    min-width: 1664px;*/
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
    line-height: 1.7;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background: #fff;
}
:root {
    font-size: 10px;
}
b, em {
    font-weight: bold;
}
strong {
    font-weight: bold;
    color: #000;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
p > a {
    text-decoration: underline;
}
p > a:focus, p > a:hover, p > a:active {
    text-decoration: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
input, button, select, textarea {
    font-size: 1.4rem;
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
}
.pc-none {
    display: none;
}
.sp-none {
    display: block;
}
#main {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0px 30px;
    margin-top: 70px;
}
.layout-top-01 {
    display: flex;
    margin-top: 60px;
}
.layout-top-01 .layout-main {
    width: 646px;
    margin-right: 30px;
}
.layout-top-01 .layout-sub {
    width: calc(100% - 676px);
}
.layout-top-01 .lead + .list-bullet-01 {
    margin-top: 5px;
}
.twitter-timeline {
    width: 100% !important;
}
.timeline-Header-title {
    padding-bottom: 9px !important;
    font-size: 3rem !important;
    border-bottom: 1px solid #ccc !important;
}
.timeline-Header-subtitle {
    padding: 22px 0 0;
}
.customisable-highlight {
    color: #3b94d9;
}
#header {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 1.6%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 70px;
}
#header.down {
    top: -70px;
    transition: 0.5s;
}
#header.up {
    top: 0px;
    transition: 1s;
}
.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-inner-01 .wrapper-nav {
    display: flex;
    margin-top: 17px;
}
.header-inner-01 .wrapper-hdg {
    margin-top: 24px;
}
.header-inner-02 .wrapper-nav {
    display: flex;
}
.header-nav-01, .header-nav-02 {
    display: flex;
}
.header-nav-01 > li + li, .header-nav-02 > li + li {
    border-left: 1px solid #fff;
}
.header-nav-01 > li > a, .header-nav-02 > li > a {
    font-size: 1.1rem;
    text-align: center;
}
.header-nav-01 > li > a .nav-strong, .header-nav-02 > li > a .nav-strong {
    display: block;
    width: 105px;
    padding: 54px 4px 8px;
    color: #fff;
    background: #bb0a30;
    transition: background .3s;
}
.header-nav-01 > li > a:hover .nav-strong, .header-nav-01 > li > a:active .nav-strong, .header-nav-01 > li > a:focus .nav-strong, .header-nav-02 > li > a:hover .nav-strong, .header-nav-02 > li > a:active .nav-strong, .header-nav-02 > li > a:focus .nav-strong {
    background: #a2051c;
}
.header-nav-01 > li > a {
    position: relative;
    display: block;
}
.header-nav-01 > li > a::before {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    content: "";
}
.header-nav-01 > li > a.store::before {
    top: 13px;
    width: 30px;
    height: 30px;
    background-image: url(../img/sprite/sprite.png);
    background-position: -139px -71px;
}
.header-nav-01 > li > a.reservation::before {
    top: 16px;
    width: 30px;
    height: 27px;
    background-image: url(../img/sprite/sprite.png);
    background-position: -39px -122px;
}
.header-nav-02 > li > a {
    position: relative;
    display: block;
    width: 105px;
    padding: 54px 4px 8px;
    color: #000;
    background: #e5e5e5;
    transition: background .3s;
}
.header-nav-02 > li > a:hover, .header-nav-02 > li > a:active, .header-nav-02 > li > a:focus {
    background: #d5d5d5;
}
.header-nav-02 > li > a::before {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    content: "";
}
.header-nav-02 > li > a.new::before {
    top: 22px;
    width: 32px;
    height: 19px;
    background-image: url(../img/sprite/sprite.png);
    background-position: -72px -122px;
}
.header-nav-02 > li > a.old::before {
    top: 16px;
    width: 36px;
    height: 28px;
    background-image: url(../img/sprite/sprite.png);
    background-position: 0 -122px;
}
.header-nav-02 > li > a.maintenance::before {
    top: 16px;
    width: 30px;
    height: 30px;
    background-image: url(../img/sprite/sprite.png);
    background-position: -139px -38px;
}
.header-nav-02 > li > a.mail::before {
    top: 16px;
    width: 30px;
    height: 30px;
    background-image: url(../img/sprite/sprite.png);
    background-position: -132px -112px;
}
.header-nav-03 {
    position: relative;
    /* display: flex; */
    margin-top: 10px;
    width: 100%;
    padding: 0px 10%;
    padding-left: 0;
}
.header-nav-03 > li > span,
.header-nav-03 > li > a {
    position: relative;
    display: block;
    padding: 15px 20px;
}
.header-nav-03 > li > a .dropdown-text {
    display: none;
}
.header-nav-03 .hdg-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-nav-03 .hdg-layout .btn-align-c {
    margin-top: 0;
}
.header-nav-03 .btn-01 {
    width: 116px;
    height: 23px;
    padding: 1px 10px 0;
    transition: opacity .3s;
}
.header-nav-03 .btn-01:hover, .header-nav-03 .btn-01:active, .header-nav-03 .btn-01:focus {
    opacity: .7;
}
.btn-menu-01 {
    position: relative;
    display: none;
}
#footer {
    box-sizing: content-box;
    margin: 0 auto;
    background: #000;
    position: relative;
    z-index: 49997;
}
#footer * {
    background: #000;
    color: #fff;
}
#footer .sns_link {
    position: absolute;
    bottom: 130px;
    right: 40px;
}
#footer .sns_link a {
    margin-right: 30px;
}
#footer .sns_link svg {
    width: 28px;
}
.footer-inner-01 {
    width: 1060px;
    margin: 0 auto;
    padding: 35px 15px 50px;
    background: #e5e5e5;
}
.footer-nav-01 {
    display: flex;
    flex-wrap: wrap;
}
.footer-nav-01 > li {
    width: calc(99%/6);
    padding-top: 40px;
    text-align: center;
    border-right: 1px solid #ccc;
}
.footer-nav-01 > li:last-child {
    border-right: none;
}
.footer-nav-01 > li > a {
    position: relative;
    display: block;
    padding: 40px 20px 0;
    font-size: 1.6rem;
    text-align: center;
    transition: opacity .3s;
}
.footer-nav-01 > li > a:hover, .footer-nav-01 > li > a:active, .footer-nav-01 > li > a:focus {
    opacity: .7;
}
.footer-nav-01 > li > a::before {
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    content: "";
}
.footer-nav-01 > li > a.icon-01::before {
    top: -21px;
    width: 45px;
    height: 45px;
    background-image: url(../img/sprite/sprite.png);
    background-position: 0 0;
}
.footer-nav-01 > li > a.icon-02::before {
    top: -19px;
    width: 45px;
    height: 40px;
    background-image: url(../img/sprite/sprite.png);
    background-position: -48px 0;
}
.footer-nav-01 > li > a.icon-03::before {
    top: -6px;
    width: 45px;
    height: 27px;
    background-image: url(../img/sprite/sprite.png);
    background-position: -43px -87px;
}
.footer-nav-01 > li > a.icon-04::before {
    top: -15px;
    width: 45px;
    height: 36px;
    background-image: url(../img/sprite/sprite.png);
    background-position: 0 -48px;
}
.footer-nav-01 > li > a.icon-05::before {
    width: 40px;
    height: 40px;
    background-image: url(../img/sprite/sprite.png);
    background-position: -96px 0;
}
.footer-nav-01 > li > a.icon-06::before {
    top: -6px;
    width: 40px;
    height: 28px;
    background-image: url(../img/sprite/sprite.png);
    background-position: -364px -117px;
}
.footer-nav-02 {
    display: flex;
    justify-content: center;
    margin: 50px 0 40px -70px;
    background: #e5e5e5;
}
.footer-nav-02 > li {
    margin-left: 58px;
}
.footer-nav-02 > li > a {
    transition: opacity .3s;
}
.footer-nav-02 > li > a:hover, .footer-nav-02 > li > a:active, .footer-nav-02 > li > a:focus {
    opacity: .7;
}
.footer-inner-02 {
    background: #e5e5e5;
    border-top: 1px solid #b3b3b3;
}
.footer-nav-03 {
    display: flex;
    width: 1060px;
    margin: 0 auto;
    padding: 45px 0 27px;
    background: #e5e5e5;
}
.footer-nav-03 > li > ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-nav-03 > li {
    width: 20%;
}
.footer-nav-03 > li a {
    transition: opacity .3s;
}
.footer-nav-03 > li a:hover, .footer-nav-03 > li a:active, .footer-nav-03 > li a:focus {
    opacity: .7;
}
.footer-nav-03 > li + li {
    width: 82%;
}
.footer-nav-03 > li > .model > li {
    margin-right: 20px;
}
.footer-nav-03 > li > .model > li > ul > li {
    margin-top: 15px;
}
.footer-nav-03 > li > ul > li > .area > ul > li {
    margin-top: 15px;
}
.footer-nav-03 > li > .dealer > li {
    margin: 15px 25px 0 0;
}
.footer-nav-03 > li > .dealer > li:last-child {
    margin-right: 0;
}
.footer-nav-03 > li > .dealer > li > ul > li {
    margin-top: 15px;
}
.footer-nav-03 .area {
    display: flex;
}
.footer-nav-03 .area > ul {
    margin-right: 20px;
}
.footer-nav-03 .hdg-01 {
    font-weight: bold;
}
.footer-inner-bottom {
    color: #fff;
    background: #333;
    border-top: 1px solid #fff;
    margin-top: 10px;
}
.footer-inner-bottom .copyright {
    margin-top: 0;
    display: inline-block;
    width: 30%;
    vertical-align: top;
    font-size: 1.4rem;
}
.footer-inner-bottom .copyright small {
    font-size: 1.2rem;
}
.footer-inner-bottom > .content {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    background: #333;
}
.footer-nav-04 {
    display: inline-block;
    width: 69%;
}
.footer-nav-04 li {
    display: inline-block;
}
.footer-nav-04 > li {
    margin-right: 20px;
}

@media screen and (max-width:640px) {
    .footer-nav-04 {
        display:
            block;
        margin-left: 0;
    }
    .footer-nav-04 > li {
        line-height: 1.3;
        display:
            inline-block;
        /* width: 33%; */
        /* margin: 0 auto 10px; */
        margin-left: 0px;
    }
    .footer-nav-04 > li + li {
        /* margin-left:5rem; */
        margin-bottom: 1.1rem;
    }
    .footer-nav-04 > li + li.no-margin {
        margin-left: 0;
    }
}
.footer-nav-04 > li > a {
    font-size: 1.2rem;
    color: #fff;
}
.inner {
    min-width: 600px;
    background: yellow;
}
.inner-inner {
    width: 600px;
}
.hdg-01-01 {
    margin-bottom: 12px;
    font-size: 3rem;
}
.hdg-02-01 {
    margin-bottom: 60px;
    font-size: 3rem;
    text-align: center;
}
* + .hdg-02-01, * + .hdg-02-02 {
    margin-top: 50px;
}
.hdg-02-02 {
    padding-bottom: 4px;
    font-size: 3rem;
    border-bottom: 1px solid #ccc;
}
* + .hdg-03-01 {
    margin-top: 20px;
}
.hdg-03-01 {
    font-size: 2.6rem;
}
.hdg-03-01 + * {
    margin-top: 16px !important;
}
* + p {
    margin-top: 10px;
}
.list-news-01 > li {
    display: flex;
    padding: 20px 0 20px;
    border-bottom: 1px solid #ccc;
}
.list-news-01 .date {
    display: block;
    margin-right: 32px;
    font-size: 1.2rem;
}
.list-news-01 .lead {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
}
.list-news-01 .btn-align-l {
    margin-top: 10px;
}
.list-bullet-01 {
    margin-top: 10px;
}
.list-bullet-01 > li {
    position: relative;
    padding-left: 10px;
    font-size: 1.2rem;
}
.list-bullet-01 > li::before {
    position: absolute;
    top: 10px;
    left: 4px;
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
    content: "";
}
.list-note-01 {
    margin-top: 10px;
    font-size: 1.4rem;
}
.list-note-01 > li {
    display: flex;
}
.list-note-01 > li + li {
    margin-top: 5px;
}
.list-note-01 > li > .mark {
    white-space: nowrap;
}
.list-note-01 > li > .text {
    word-break: break-all;
}
.list-note-01 > li > .text > *:not(br):first-child {
    margin-top: 5px;
}
.list-tab-01 {
    display: flex;
}
.list-tab-01 > li > a {
    display: block;
    width: 212px;
    padding: 4px 10px;
    font-size: 1.8rem;
    text-align: center;
    background: #fff;
    border: 1px solid #1c1e1e;
}
.list-tab-01 > li > a.active {
    color: #fff;
    background: #1c1e1e;
}
.layout-01 {
    display: flex;
    margin: 32px 0 -28px -5px;
    flex-wrap: wrap;
}
.layout-01._center {
    justify-content: center;
}
.layout-01 > li {
    margin: 0 0 24px 5px;
}
.layout-01 > li > a {
    display: block;
    transition: opacity .3s;
}
.layout-01 > li > a:hover, .layout-01 > li > a:active, .layout-01 > li > a:focus {
    opacity: .7;
}
.layout-01 > li > a .caption {
    display: block;
    margin-top: 9px;
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
}
.layout-01 > li > a .title {
    display: block;
    margin-top: 15px;
}
.layout-01 > li > div > a {
    display: block;
    transition: opacity .3s;
}
.layout-01 > li > div > a:hover, .layout-01 > li > div > a:active, .layout-01 > li > div > a:focus {
    opacity: .7;
}
.layout-01 > li > div > a .caption {
    display: block;
    margin-top: 9px;
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
}
.layout-01 > li > div > a .title {
    display: block;
    margin-top: 15px;
}
.layout-01._col3 li {
    width: calc(33.3% - 5px);
}
.layout-01._col4 li {
    width: calc(25% - 5px);
}
.layout-02 {
    display: flex;
    margin: 32px 0 -28px -20px;
    flex-wrap: wrap;
}
.layout-02 > li {
    margin: 0 0 24px 20px;
}
.layout-02 > li > a {
    display: block;
}
.layout-02 > li > a:hover, .layout-02 > li > a:active, .layout-02 > li > a:focus {
    opacity: .7;
}
.layout-02 > li > a .caption {
    display: block;
    margin-top: 9px;
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
}
.layout-02 > li > a .title {
    display: block;
    margin-top: 15px;
    font-weight: bold;
}
.layout-02._col4 li {
    width: calc(25% - 20px);
}
.layout-gmap-01 {
    display: flex;
}
.layout-gmap-01 iframe {
    width: 630px;
    height: 380px;
}
.layout-gmap-01 .image {
    width: 430px;
}
.layout-info-01 {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}
.layout-info-01 > li {
    width: 33%;
    padding: 20px 25px;
    border-left: 1px solid #ccc;
}
.layout-info-01 > li:last-child {
    border-right: 1px solid #ccc;
}
.layout-info-01 > li .hdg-01 {
    font-weight: bold;
    font-size: 1.8rem;
}
.layout-info-01 > li .hdg-02 {
    font-weight: bold;
}
.layout-info-01 > li * + .hdg-02 {
    margin-top: 20px;
}
.btn-align-c {
    margin-top: 15px;
    text-align: center;
}
.btn-align-l {
    margin-top: 15px;
    text-align: left;
}
.btn-align-r {
    margin-top: 15px;
    text-align: right;
}
.btn-01 {
    display: inline-block;
    min-width: 150px;
    padding: 8px 20px;
    font-size: 1.2rem;
    color: #000;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0f1010;
    transition: opacity .3s;
}
.btn-01:hover, .btn-01:active, .btn-01:focus {
    opacity: .7;
}
.btn-02 {
    display: inline-block;
    min-width: 150px;
    padding: 10px 20px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    transition: opacity .3s;
}
.btn-02:hover, .btn-02:active, .btn-02:focus {
    opacity: .7;
}
.btn-03 {
    display: inline-block;
    min-width: 350px;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #000;
    transition: opacity .3s;
}
.btn-03:hover, .btn-03:active, .btn-03:focus {
    opacity: .7;
}
.btn-04 {
    position: relative;
    display: inline-block;
    min-width: 350px;
    margin-top: 70px;
    padding: 13px 40px 12px;
    font-size: 1.5rem;
    color: #000;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0f1010;
    transition: opacity .3s;
}
.btn-04:hover, .btn-04:active, .btn-04:focus {
    opacity: .7;
}
.btn-04::after {
    position: absolute;
    top: 0;
    right: 35px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    transform: rotate(45deg);
}
.btn-top-01 {
    display: block;
    font-size: 1.6rem;
    color: #000;
    text-decoration: none;
    transition: opacity .3s;
    position: absolute;
    right: 40px;
    top: 30px;
}
.btn-top-01:hover, .btn-top-01:active, .btn-top-01:focus {
    opacity: .7;
}
/* .btn-top-01::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 3px 0 0 15px;
    vertical-align: middle;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    transform: rotate(315deg);
} */
.btn-sns-01 {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}
.btn-sns-01 > li {
    margin-left: 25px;
}
.btn-sns-01 > li > a > img {
    transition: opacity .3s;
}
.btn-sns-01 > li > a > img:hover, .btn-sns-01 > li > a > img:active, .btn-sns-01 > li > a > img:focus {
    opacity: .7;
}
.map-01 {
    width: 1060px;
    height: 400px;
}
#loading {
    position: fixed;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all .3s;
}
#loading.inactive {
    z-index: -1000;
    opacity: 0;
}
.state-script-enabled #loading {
    display: block;
}
.carousel-wrap {
    margin-top: 9px;
}
.carousel-wrap .carousel {
    position: relative;
}
.carousel-wrap .content-inner {
    width: 100%;
    height: 100%;
}
.carousel-wrap .content {
    position: relative;
    overflow: hidden;
}
.carousel-wrap .content ul {
    display: flex;
    flex-wrap: wrap;
}
.carousel-wrap .content ul > li a img {
    transition: transform .4s ease-in-out;
}
.carousel-wrap .content ul > li a:hover img, .carousel-wrap .content ul > li a:active img, .carousel-wrap .content ul > li a:focus img {
    transform: scale(1.05);
}
.carousel-wrap .control-wrap .dot-navigation {
    display: flex;
    justify-content: center;
}
.carousel-wrap .control-wrap .dot-navigation li {
    margin-bottom: 20px;
}
.carousel-wrap .control-wrap .dot-navigation li button {
    width: 10px;
    height: 10px;
    font-size: 0;
    color: transparent;
    background: #b3b3b3;
    border-radius: 50%;
}
.carousel-wrap .control-wrap .dot-navigation li.current button {
    background: #bb0a30;
}
.carousel-wrap .control-wrap .dot-navigation li + li {
    margin-left: 19px;
}
.header-nav-03 > li > a .dropdown-text > span {
    display: none;
    overflow: hidden;
    width: 1px;
    height: 1px;
}
.dropdown-content {
    position: absolute;
    left: -2.1%;
    top: 57px;
    z-index: 1000;
    display: block;
    height: 0;
    overflow: hidden;
    width: 100vw;
    box-sizing: border-box;
    background: #fff;
    transition: 0.5s;
}
.dropdown-content.is-open {
    height: 410px;
    transition-delay: 0.3s;
    transition-property: height;
}
.dropdown-content .hdg-01 {
    font-weight: bold;
    font-size: 1.8rem;
}
.dropdown-content .hdg-01._fs {
    font-size: 2rem;
}
.dropdown-inner-01 {
    padding: 30px;
}
.dropdown-inner-02 {
    padding: 30px;
    color: #fff;
    background: #333;
}
.dropdown-inner-02 a, .dropdown-inner-02 p {
    color: #fff;
}
.dropdown-layout {
    display: flex;
    margin: 16px 0 -20px -20px;
    flex-wrap: wrap;
}
.dropdown-layout > li {
    margin: 0 0 20px 20px;
}
.dropdown-layout > li > a {
    display: block;
    transition: opacity .3s;
}
.dropdown-layout > li > a:hover, .dropdown-layout > li > a:active, .dropdown-layout > li > a:focus {
    opacity: .7;
}
.dropdown-layout > li > a.box {
    height: 100%;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ccc;
}
.dropdown-layout > li > a.box .date {
    font-size: 1.2rem;
    text-align: right;
}
.dropdown-layout > li > a.box .title {
    margin-top: 0;
    font-weight: bold;
}
.dropdown-layout > li > div > a {
    display: block;
    transition: opacity .3s;
}
.dropdown-layout > li > div > a:hover, .dropdown-layout > li > div > a:active, .dropdown-layout > li > div > a:focus {
    opacity: .7;
}
.dropdown-layout > li > div > a.box {
    height: 100%;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ccc;
}
.dropdown-layout > li > div > a.box .date {
    font-size: 1.2rem;
    text-align: right;
}
.dropdown-layout > li > div > a.box .title {
    margin-top: 0;
    font-weight: bold;
}
.dropdown-layout .list-bullet-01 > li {
    font-size: 1.2rem;
}
.dropdown-layout._col4 > li {
    width: calc(25% - 20px);
}
.dropdown-layout p {
    margin-top: 5px;
    font-size: 1.2rem;
}
.dropdown-layout .title {
    display: block;
    margin-top: 5px;
    font-size: 1.2rem;
}
.alc {
    text-align: center !important;
}
.all {
    text-align: left !important;
}
.alr {
    text-align: right !important;
}
.middle {
    vertical-align: middle !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mr0 {
    margin-right: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.ml0 {
    margin-left: 0 !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mr25 {
    margin-right: 25px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mr35 {
    margin-right: 35px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.ml35 {
    margin-left: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mr45 {
    margin-right: 45px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.ml45 {
    margin-left: 45px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.ml50 {
    margin-left: 50px !important;
}
.w1 {
    width: 1% !important;
}
.w2 {
    width: 2% !important;
}
.w3 {
    width: 3% !important;
}
.w4 {
    width: 4% !important;
}
.w5 {
    width: 5% !important;
}
.w6 {
    width: 6% !important;
}
.w7 {
    width: 7% !important;
}
.w8 {
    width: 8% !important;
}
.w9 {
    width: 9% !important;
}
.w10 {
    width: 10% !important;
}
.w11 {
    width: 11% !important;
}
.w12 {
    width: 12% !important;
}
.w13 {
    width: 13% !important;
}
.w14 {
    width: 14% !important;
}
.w15 {
    width: 15% !important;
}
.w16 {
    width: 16% !important;
}
.w17 {
    width: 17% !important;
}
.w18 {
    width: 18% !important;
}
.w19 {
    width: 19% !important;
}
.w20 {
    width: 20% !important;
}
.w21 {
    width: 21% !important;
}
.w22 {
    width: 22% !important;
}
.w23 {
    width: 23% !important;
}
.w24 {
    width: 24% !important;
}
.w25 {
    width: 25% !important;
}
.w26 {
    width: 26% !important;
}
.w27 {
    width: 27% !important;
}
.w28 {
    width: 28% !important;
}
.w29 {
    width: 29% !important;
}
.w30 {
    width: 30% !important;
}
.w31 {
    width: 31% !important;
}
.w32 {
    width: 32% !important;
}
.w33 {
    width: 33% !important;
}
.w34 {
    width: 34% !important;
}
.w35 {
    width: 35% !important;
}
.w36 {
    width: 36% !important;
}
.w37 {
    width: 37% !important;
}
.w38 {
    width: 38% !important;
}
.w39 {
    width: 39% !important;
}
.w40 {
    width: 40% !important;
}
.w41 {
    width: 41% !important;
}
.w42 {
    width: 42% !important;
}
.w43 {
    width: 43% !important;
}
.w44 {
    width: 44% !important;
}
.w45 {
    width: 45% !important;
}
.w46 {
    width: 46% !important;
}
.w47 {
    width: 47% !important;
}
.w48 {
    width: 48% !important;
}
.w49 {
    width: 49% !important;
}
.w50 {
    width: 50% !important;
}
.w51 {
    width: 51% !important;
}
.w52 {
    width: 52% !important;
}
.w53 {
    width: 53% !important;
}
.w54 {
    width: 54% !important;
}
.w55 {
    width: 55% !important;
}
.w56 {
    width: 56% !important;
}
.w57 {
    width: 57% !important;
}
.w58 {
    width: 58% !important;
}
.w59 {
    width: 59% !important;
}
.w60 {
    width: 60% !important;
}
.w61 {
    width: 61% !important;
}
.w62 {
    width: 62% !important;
}
.w63 {
    width: 63% !important;
}
.w64 {
    width: 64% !important;
}
.w65 {
    width: 65% !important;
}
.w66 {
    width: 66% !important;
}
.w67 {
    width: 67% !important;
}
.w68 {
    width: 68% !important;
}
.w69 {
    width: 69% !important;
}
.w70 {
    width: 70% !important;
}
.w71 {
    width: 71% !important;
}
.w72 {
    width: 72% !important;
}
.w73 {
    width: 73% !important;
}
.w74 {
    width: 74% !important;
}
.w75 {
    width: 75% !important;
}
.w76 {
    width: 76% !important;
}
.w77 {
    width: 77% !important;
}
.w78 {
    width: 78% !important;
}
.w79 {
    width: 79% !important;
}
.w80 {
    width: 80% !important;
}
.w81 {
    width: 81% !important;
}
.w82 {
    width: 82% !important;
}
.w83 {
    width: 83% !important;
}
.w84 {
    width: 84% !important;
}
.w85 {
    width: 85% !important;
}
.w86 {
    width: 86% !important;
}
.w87 {
    width: 87% !important;
}
.w88 {
    width: 88% !important;
}
.w89 {
    width: 89% !important;
}
.w90 {
    width: 90% !important;
}
.w91 {
    width: 91% !important;
}
.w92 {
    width: 92% !important;
}
.w93 {
    width: 93% !important;
}
.w94 {
    width: 94% !important;
}
.w95 {
    width: 95% !important;
}
.w96 {
    width: 96% !important;
}
.w97 {
    width: 97% !important;
}
.w98 {
    width: 98% !important;
}
.w99 {
    width: 99% !important;
}
.w100 {
    width: 100% !important;
}
@media screen and (max-width: 1116px) {
    .footer-inner-bottom {
        margin: 0 auto;
    }
}
@media screen and (max-width: 750px) {
    body {
        min-width: 320px;
        overflow-x: hidden;
        width: 100vw;
    }
    .pc-none {
        display: block !important;
    }
    .sp-none {
        display: none !important;
    }
    #main {
        width: auto;
        max-width: 750px;
        margin-top: 60px;
    }
    .layout-top-01 {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .layout-top-01 .layout-main {
        width: 100%;
        margin-right: 0;
    }
    .layout-top-01 .layout-sub {
        width: 100%;
    }
    #header {
        position: relative;
        box-sizing: content-box;
        width: auto;
        max-width: 100%;
        padding: 16px 24px 0;
    }
    .header-wrapper {
        display: block;
    }
    .header-inner-01 {
        width: 100%;
    }
    .header-inner-01 .wrapper-nav {
        display: block;
    }
    .header-inner-01 .wrapper-hdg {
        display: flex;
        justify-content: space-between;
        margin-top: 0;
        padding: 0 0 16px;
    }
    .header-inner-01 .wrapper-hdg h1 {
        width: 60%;
        max-width: 345px;
        font: inherit;
    }
    .header-inner-01 .wrapper-hdg h1 svg {
        width: 100%;
    }
    .header-inner-02 {
        left: 0;
        z-index: 1000;
        width: 100%;
    }
    .header-inner-02 .wrapper-nav {
        display: block;
    }
    .header-nav-01 {
        border-bottom: 1px solid #ccc;
    }
    .header-nav-01 > li {
        width: 50%;
        padding: 0;
        border-left: none;
    }
    .header-nav-01 > li > a {
        text-align: center;
    }
    .header-nav-01 > li > a .nav-strong {
        display: block;
        width: 100%;
        padding: 13px;
        font-size: 1.6rem;
        background: #bb0a30;
    }
    .header-nav-01 > li > a::before {
        top: 0;
        right: auto;
        bottom: 0;
        left: 20px;
        margin: auto 0;
    }
    .header-nav-01 > li > a.store::before {
        top: 0;
        width: 22px;
        height: 22px;
        background-image: url(../img/sprite/sprite.png);
        background-position: -177px -48px;
    }
    .header-nav-01 > li > a.reservation::before {
        top: 0;
        width: 25px;
        height: 22px;
        background-image: url(../img/sprite/sprite.png);
        background-position: -177px 0;
    }
    .header-nav-02 {
        display: block;
    }
    .header-nav-02 > li {
        padding: 0;
        border-bottom: 1px solid #ccc;
    }
    .header-nav-02 > li > a {
        display: block;
        width: 100%;
        padding: 20px 20px 20px 64px;
        font-size: 1.4rem;
        text-align: left;
        background: #fff;
    }
    .header-nav-02 > li > a::before {
        position: absolute;
        right: auto;
        bottom: 0;
        left: 20px;
        display: block;
        margin: auto;
        content: "";
    }
    .header-nav-02 > li > a.new::before {
        top: 0;
        width: 25px;
        height: 15px;
        background-image: url(../img/sprite/sprite.png);
        background-position: -177px -98px;
    }
    .header-nav-02 > li > a.old::before {
        top: 0;
        width: 25px;
        height: 20px;
        background-image: url(../img/sprite/sprite.png);
        background-position: -177px -25px;
    }
    .header-nav-02 > li > a.maintenance::before {
        top: 0;
        width: 22px;
        height: 22px;
        background-image: url(../img/sprite/sprite.png);
        background-position: -177px -73px;
    }
    .header-nav-02 > li > a.mail::before {
        top: 0;
        width: 22px;
        height: 22px;
        background-image: url(../img/sprite/sprite.png);
        background-position: -107px -114px;
    }
    .header-nav-03 {
        display: block;
        margin-top: 0;
    }
    .header-nav-03 > li {
        margin-left: 0;
        border-bottom: 1px solid #ccc;
    }
    .header-nav-03 > li > a {
        position: relative;
        display: block;
        padding: 20px;
        color: #000;
        background: #e5e5e5;
    }
    .header-nav-03 > li > a.active {
        color: #000;
        background: #e5e5e5;
    }
    .header-nav-03 > li > a.active::after {
        display: none;
    }
    .header-nav-03 > li > a .dropdown-text::before {
        position: absolute;
        top: 10px;
        right: 0;
        width: 13px;
        height: 1px;
        background: #000;
        content: "";
    }
    .header-nav-03 > li > a .dropdown-text::after {
        position: absolute;
        top: 4px;
        right: 6px;
        width: 1px;
        height: 13px;
        background: #000;
        content: "";
    }
    .header-nav-03 > li > a .dropdown-text > span {
        display: block;
        overflow: hidden;
        width: 1px;
        height: 1px;
    }
    .header-nav-03 .btn-01 {
        width: 250px;
        height: auto;
        padding: 12px 10px 10px;
        font-size: 1.6rem;
    }
    .icon-menu-text {
        display: block;
        overflow: hidden;
        width: 1px;
        height: 1px;
    }
    .icon-menu-lines {
        position: absolute;
        top: -1px;
        right: 0;
        bottom: 0;
        left: 0;
        display: inline-block;
        width: 22px;
        height: 1px;
        margin: auto;
        vertical-align: middle;
        background: #000;
        transition: .3s;
    }
    .icon-menu-lines::before, .icon-menu-lines::after {
        position: absolute;
        left: 0;
        display: inline-block;
        width: 22px;
        width: 100%;
        height: 1px;
        background: #000;
        content: "";
        transition: .3s;
        transform-origin: 2.85714px center;
    }
    .icon-menu-lines::before {
        top: 6px;
    }
    .icon-menu-lines::after {
        top: -6px;
    }
    .icon-menu-xcross {
        position: relative;
        display: block;
        width: 22px;
        height: 23px;
        margin-top: 3px;
    }
    .icon-menu-xcross.icon-menu-transform .icon-menu-lines {
        background: transparent;
    }
    .icon-menu-xcross.icon-menu-transform .icon-menu-lines::before, .icon-menu-xcross.icon-menu-transform .icon-menu-lines::after {
        top: 0;
        width: 22px;
        height: 1px;
        transform-origin: 50% 50%;
    }
    .icon-menu-xcross.icon-menu-transform .icon-menu-lines::before {
        transform: rotate3d(0, 0, 2, 45deg);
    }
    .icon-menu-xcross.icon-menu-transform .icon-menu-lines::after {
        transform: rotate3d(0, 0, 2, -45deg);
    }
    /* .state-script-enabled .header-wrapper {
        display: flex;
    } */
    .state-script-enabled .menu-toggle-content {
        opacity: 0;
        transition: .3s opacity;
    }
    .state-script-enabled .is-open .menu-toggle-content {
        opacity: 1;
    }
    .state-script-enabled .header-inner-02 {
        position: absolute;
    }
    .state-script-enabled .dropdown-content {
        display: none;
    }
    .state-script-enabled .header-nav-03 > li > a .dropdown-text {
        display: block;
    }
    .footer-inner-01 {
        width: auto;
        max-width: 750px;
        padding: 30px 0 0;
        background: #999;
    }
    .footer-nav-01 {
        margin: 0 0 -20px;
    }
    .footer-nav-01 > li {
        width: 50%;
        max-width: 750px;
        margin: 0 0 22px;
        border: none;
    }
    .footer-nav-01 > li:nth-child(2n + 1) {
        border-right: 1px solid #ccc;
    }
    .footer-nav-01 > li > a {
        padding: 30px 20px 0;
        font-size: 1.4rem;
        color: #fff;
    }
    .footer-nav-01 > li > a.icon-01::before {
        width: 39px;
        height: 40px;
        background-image: url(../img/sprite/sprite.png);
        background-position: -96px -43px;
    }
    .footer-nav-01 > li > a.icon-02::before {
        width: 39px;
        height: 35px;
        background-image: url(../img/sprite/sprite.png);
        background-position: -48px -48px;
    }
    .footer-nav-01 > li > a.icon-03::before {
        width: 40px;
        height: 25px;
        background-image: url(../img/sprite/sprite.png);
        background-position: -91px -87px;
    }
    .footer-nav-01 > li > a.icon-04::before {
        width: 40px;
        height: 32px;
        background-image: url(../img/sprite/sprite.png);
        background-position: 0 -87px;
    }
    .footer-nav-01 > li > a.icon-05::before {
        width: 35px;
        height: 35px;
        background-image: url(../img/sprite/sprite.png);
        background-position: -139px 0;
    }
    .footer-nav-01 > li > a.icon-06::before {
        top: -11px;
        width: 38px;
        height: 30px;
        background-image: url(../img/sprite/sprite.png);
        background-position: -164px -149px;
    }
    .footer-nav-02 {
        display: block;
        margin: 30px 0 0;
    }
    .footer-nav-02 > li {
        display: block;
        margin-left: 0;
        border-bottom: 1px solid #ccc;
    }
    .footer-nav-02 > li > a {
        display: block;
        padding: 20px;
    }
    .footer-inner-02 {
        display: none;
    }
    .footer-nav-03 {
        width: auto;
        max-width: 750px;
    }
    .footer-inner-bottom {
        width: auto;
        max-width: 100%;
        position: relative;
    }
    .footer-inner-bottom .copyright {
        margin-top: 10px;
        position: absolute;
        bottom: 18px;
    }
    .footer-inner-bottom > .content {
        display: block;
        width: auto;
        max-width: 100%;
        padding: 20px 2rem 60px;
        position: relative;
        /* height: 140px; */
    }
    .hdg-01-01 {
        font-size: 2.2rem;
        line-height: 1.4;
    }
    .hdg-02-01 {
        margin-bottom: 30px;
        font-size: 2.4rem;
    }
    * + .hdg-02-01, * + .hdg-02-02 {
        margin-top: 22px;
    }
    .hdg-02-02 {
        font-size: 2.4rem;
    }
    .hdg-03-01 {
        margin-left: -10px;
        font-size: 2rem;
    }
    .list-news-01 > li {
        display: block;
        padding: 20px 0;
    }
    .list-tab-01 {
        margin: 0 -10px;
    }
    .list-tab-01 > li {
        width: 50%;
    }
    .list-tab-01 > li > a {
        width: 100%;
        max-width: none;
    }
    .layout-01._col3 {
        display: block;
        margin: 25px -20px 0;
    }
    .layout-01._col3 li {
        width: 100%;
        margin-left: 0;
    }
    .layout-01._col4 {
        margin: 25px -20px -28px -25px;
    }
    .layout-01._col4 li {
        width: calc(50% - 5px);
    }
    .layout-01._col4 li > a .caption {
        font-size: 1.4rem;
    }
    .layout-01 > li > a .caption {
        margin-top: 10px;
        font-size: 1.8rem;
    }
    .layout-01 > li > a img {
        width: 100%;
    }
    .layout-01._col4 li > div > a .caption {
        font-size: 1.4rem;
    }
    .layout-01 > li > div > a .caption {
        margin-top: 10px;
        font-size: 1.8rem;
    }
    .layout-01 > li > div > a img {
        width: 100%;
    }
    .carousel-wrap + .layout-01._col3 {
        margin-top: 8px;
    }
    .layout-02 {
        margin: 25px 0 -28px -25px;
    }
    .layout-02._col4 li {
        width: calc(50% - 25px);
        margin: 0 0 24px 25px;
    }
    .layout-02 > li > a .caption {
        margin-top: 10px;
        font-size: 1.4rem;
    }
    .layout-02 > li > a img {
        width: 100%;
    }
    .layout-gmap-01 {
        display: block;
        margin: 0 -20px;
    }
    .layout-gmap-01 .image {
        width: 100%;
    }
    .layout-gmap-01 iframe {
        width: 100%;
    }
    .layout-info-01 {
        display: block;
        margin-top: 25px;
    }
    .layout-info-01 > li {
        width: 100%;
        padding: 25px 0;
        border-top: 1px solid #ccc;
        border-left: none;
    }
    .layout-info-01 > li:last-child {
        border-right: none;
        border-bottom: 1px solid #ccc;
    }
    .layout-info-01 > li p {
        font-size: 1.3rem;
    }
    .btn-align-l {
        text-align: center;
    }
    .btn-01 {
        min-width: 250px;
    }
    .btn-03 {
        width: 100%;
        min-width: auto;
        min-width: inherit;
    }
    .btn-04 {
        width: 100%;
        min-width: 250px;
    }
    .btn-top-01 {
        top: 10px;
        font-weight: 100;
        right: 15px;
        font-size: 1.2rem;
    }
    .btn-top-01 img {
        width: 1.5rem;
    }
    .btn-sns-01 {
        justify-content: center;
        margin: 0 0 30px -25px;
        padding-top: 40px;
    }
    .map-01 {
        width: calc(100% + 40px);
        margin: 0 -20px;
    }
    .carousel-wrap {
        margin: 0 -20px;
    }
    .carousel-wrap img {
        width: 100%;
    }
    .header-nav-03 > li > a {
        display: flex;
        justify-content: space-between;
    }
    .header-nav-03 > li > a .dropdown-text {
        position: relative;
        display: none;
    }
    .header-nav-03 > li > a .dropdown-text::before {
        position: absolute;
        width: 13px;
        height: 1px;
        background: #000;
    }
    .header-nav-03 > li > a .dropdown-text::after {
        position: absolute;
        width: 1px;
        height: 13px;
        background: #000;
    }
    .header-nav-03 > li.is-open > a .dropdown-text::before {
        position: absolute;
        width: 13px;
        height: 1px;
        background: #000;
    }
    .header-nav-03 > li.is-open > a .dropdown-text::after {
        display: none;
    }
    .dropdown-content {
        position: static;
        display: block;
        width: auto;
        padding: 0 20px 30px;
        background: #e5e5e5;
    }
    .dropdown-content .btn-align-c {
        margin-top: 25px;
    }
    .dropdown-content .hdg-01 {
        display: none;
    }
    .dropdown-content .hdg-01:first-child + * {
        margin-top: 0;
    }
    .dropdown-content .btn-02 {
        color: #000;
        border-color: #000;
    }
    .dropdown-inner-01 {
        padding: 0;
    }
    .dropdown-inner-02 {
        display: none;
    }
    .dropdown-layout {
        margin: 0 0 -20px -25px;
    }
    .dropdown-layout._box {
        display: block;
        margin: 0;
    }
    .dropdown-layout._box._col4 > li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .dropdown-layout > li {
        margin: 0 0 20px 25px;
    }
    .dropdown-layout._col4 > li {
        width: calc(50% - 25px);
    }
    .dropdown-layout p {
        color: #000;
    }
    .dropdown-layout .title {
        margin-top: 8px;
        font-size: 1.3rem;
        color: #000;
    }
    .dropdown-layout .btn-02 {
        color: #000;
    }
    .dropdown-layout .image > img {
        width: 100%;
    }
}
.sp-none-gentei {
    display: block;
}
.sp-none-gentei:hover {
    opacity: .7;
}
.pc-none-gentei {
    display: none;
}
@media screen and (max-width: 750px) {
    .wrapper-hdg {
        margin-top: 0px;
    }
    .sp-none-gentei {
        display: none;
    }
    .pc-none-gentei {
        display: block;
    }
}
.col3_inner_img:hover {
    opacity: .7;
}
.dropdown-content .dropdown-under {
    background: #333;
    width: 1060px;
    margin-left: -25px;
    padding: 0 25px;
}

.btn-align-top {
    margin-top: 10px;
    text-align: right;
}
.btn-top {
    display: inline-block;
    min-width: 150px;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #000;
    border: 1px solid #0f1010;
    transition: opacity .3s;
}
.btn-align-top .btn-top:hover, .btn-align-top .btn-top:active, .btn-align-top .btn-top:focus {
    opacity: .7;
}
.text-top-more {
    margin-top: 15px;
    text-align: right;
}
.text-top-more a {
    font-size: 2.2rem;
    text-decoration: none;
    font-weight: bold;
}
.text-top-more a:hover {
    opacity: .7;
}
@media screen and (max-width: 750px) {
    .btn-align-top {
        text-align: center;
    }
    .btn-top {
        display: inline-block;
        min-width: 250px;
        margin-top: 10px;
        padding: 8px 20px;
        font-size: 1.2rem;
        color: #fff;
        text-align: center;
        text-decoration: none;
        background: #000;
        border: 1px solid #0f1010;
        transition: opacity .3s;
    }
    .text-top-more a {
        font-size: 1.7rem !important;
        text-decoration: none;
    }
    #pnkz {
        display: none;
    }
}
#pnkz {
    font-size: 12px;
    font-weight: bold;
    margin: 12px 0;
}
.notice {
    width: 1060px;
    padding: 20px 25px;
    margin-top: 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
/*.notice .notice-title {
    margin-bottom: 10px;
}*/
@media screen and (max-width:750px) {
    .notice {
        width: inherit;
        /*height: 220px;*/
        height: 240px;
        padding: 25px 0;
    }
    .notice .notice-title {
        /*margin-bottom: 15px;*/
        font-size: 2.0rem;
    }
}
.holiday_notice {
    width: 1060px;
    padding: 20px 25px;
    margin-top: 50px;
    font-size: 18px;
}
.holiday_notice h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
}
.holiday_notice > ul {
    margin: 20px 0;
}
.holiday_notice > ul > li {
    margin-bottom: 20px;
}
.holiday_notice h3 {
    font-size: 18px;
    font-weight: normal;
}
@media screen and (max-width:750px) {
    .holiday_notice {
        width: inherit;
        padding: 25px 0;
    }
    .holiday_notice h2 {
        font-size: 2.4rem;
    }
}

.header-wrapper {
    display: block !important;
    position: relative;
}
.header-inner-01 {
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 750px) {
    .header-wrapper {
        position: static;
    }
    .header-inner-01 {
        position: static;
    }
}

#top_logo {
    position: absolute;
    top: 13px;
    right: 0;
    width: 80px;
    z-index: 999;
}
.ex-b {
    font-family: 'AudiTypeExtendBold', 'DFHSBold';
    font-weight: 400;
}
.top_image {
    display:
        block;
    position:
        relative;
    width: 100%;
}
.top_image .left_col {
    float:
        left;
    width: 66.75%;
}
.top_image .right_col {
    float:
        right;
    width: calc(100% - 66.75%);
}
.top_image .top_image_image {
    display:
        inline-block;
    position: relative;
    padding: 3px;
    width: 100%;
    padding-left: 0;
}
.top_image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.top_image .top_image_middle_top,
.top_image .top_image_middle_bottom {
    right: 0;
    padding-right: 0;
    padding-left: 3px;
}
.top_image_large_text,
.top_image_middle_top_text,
.top_image_middle_bottom_text {
    position: absolute;
    color: #fff;
    top: 40px;
    left: 3.4vw;
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 700;
}
.wide_image .wide_image_text {
    position: absolute;
    color: #fff;
    top: 2vw;
    margin-left: 5vw;
    font-size: 2.4rem;
    line-height: 1.6;
    font-family: 'AudiTypeExtendBold', 'DFHSBold';
    font-weight: 400;
}
.top_image_middle_bottom_text {
    /* color: #000; */
}
.wide_image .wide_image_text span {
    font-size: 1.5rem;
}
.wide_image_text h3 {
    font-size: 58px;
    margin: 1rem 0;
    font-family: 'AudiTypeExtendBold', 'DFHSBold';
    font-weight: 400;
}
.wide_image_text h3 span {
    font-family: 'AudiTypeExtendBold', 'DFHSBold';
    font-weight: 400;
}
.wide_image_text span {
    display:
        block;
    line-height: 1.6;
    font-family: 'DFHS';
}
.top_image_large_text a,
.top_image_middle_top_text a,
.top_image_middle_bottom_text a,
.wide_image .wide_image_text a {
    display:
        inline-block;
    color:
        inherit;
    border: 1px solid;
    font-size: 16px;
    margin-top: 1rem;
    font-weight: 400;
    width: 200px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.top_image a.bk,
.wide_image .wide_image_text a.bk {
    background: #fff;
    color: #000;
    border-color: #fff;
    font-family: 'DFHS';
}
.top_image_large_text a:hover,
.top_image_middle_top_text a:hover,
.wide_image .wide_image_text a:hover,
.top_image_middle_bottom_text a:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}
footer,
section {
    clear: both;
}
section h1 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 4rem;
    font-family: 'AudiTypeExtendBold', 'DFHSBold';
    font-weight: 400;
}
section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 4rem;
    font-family: 'AudiTypeExtendBold', 'DFHSBold';
    font-weight: 400;
}
.news_contents h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 4rem;
    font-family: 'AudiTypeExtendBold', 'DFHSBold';
    font-weight: 400;
}
section h1 + p {
    font-size: 20px;
}
.text_center a.button {
    margin-top: 4rem;
}
section.text_center {
    display: block;
    padding: 197px 0;
    padding-bottom: 0;
    text-align:
        center;
    line-height: 220%;
}
a.button {
    display:
        inline-block;
    border: 1px solid #000;
    padding: 0 5rem;
    margin: 1rem;
    height: 60px;
    line-height: 60px;
}
a.button.bk {
    background: #000;
    color: #fff;
}
.wide_image {
    position: relative;
    text-align: left;
}
.wide_image img {
    width: 100%;
    /* height: 100%; */
}
.horizontal_block {
    text-align: center;
    margin: 1rem;
}
.horizontal_block li {
    display:
        inline-block;
    margin: 2px !important;
    width: min(30%, 320px);
    height: min(20%, 200px);
}
.bn_contents {
    margin: 200px 0;
    text-align:
        center;
}
.bn_contents li {
    margin: 10px auto;
    position:
        relative;
    text-aligh:
        left;
    width: 100%;
    min-height: 280px;
    max-width: 1520px;
}
.bn_contents li img {
    margin: 0 auto;
    width: 100%;
    min-height: 280px;
    object-fit: cover;
}
.bn_contents li .wide_image_text {
    position: absolute;
    color: #fff;
    top: 40px;
    left: 70px;
    font-size: 30px;
    line-height: 1.6;
    text-align:
        left;
    font-family: 'AudiTypeExtendBold', 'DFHSBold';
    font-weight: 400;
}
.bn_contents li .wide_image_text span {
    font-size: 20px;
    font-weight: 400;
}
.bn_contents li .wide_image_text a {
    display:
        block;
    color: #000;
    border: 1px solid #fff;
    padding: 1rem 2rem;
    margin-top: 1rem;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: 'AudiType', 'DFHS';
}
.bn_contents li .wide_image_text a.transparent_bt {
    background: initial;
    color: #fff;
}
.photo_contents {
    margin: 10rem auto;
    width: 96%;
    position: relative;
    max-width: 1520px;
}
.photo_contents_item {
    width: 1520px;
    margin: 0 auto;
}
.photo_contents_item img {
    float:
        left;
    margin-right: 3rem;
    width: 50%;
    min-height: 420px;
    object-fit: cover;
}
.news_contents {
    max-width: 1000px;
    margin: 10rem auto;
    padding-top: 10rem;
    text-align:
        center;
    width: 96%;
}
.news_contents dl {
    text-align: left;
}
.news_contents dt {
    border-top: 1px solid #707070;
    padding: 1rem 0;
}
.news_contents dd {
    margin-bottom: 2rem;
}
.news_contents dd h3 {
    font-weight: 400;
    font-family: 'AudiTypeBold', 'DFHSBold';
}
.header-nav-left {}
.header-nav-right {
    float: right;
}
#fixed_cta {
    position:
        fixed;
    bottom: 0;
    left: 0;
    z-index: 199980;
}
#fixed_cta li {
    display:
        inline-block;
    margin-right: -1px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    background-color: #eee;
    transition: 0.5s;
    /* transition-delay: 10s; */
    transition-property: width;
    background-repeat: no-repeat;
    background-size: cover;
}
#fixed_cta li:nth-child(1) {
    background-image: url(../img_22/cta_001.svg);
}
#fixed_cta li:nth-child(2) {
    background-image: url(../img_22/cta_002.svg);
}
#fixed_cta li:nth-child(3) {
    background-image: url(../img_22/cta_003.svg);
}
#fixed_cta li:nth-child(4) {
    background-image: url(../img_22/cta_004.svg);
}
#fixed_cta li:hover {
    transition: 0.3s;
    width: 300px;
    opacity: 0.7;
}
#fixed_cta li a {
    width: 100%;
    height: 60px;
    display: block;
}
.tab_content li {
    display:
        inline-block;
    margin: 3rem;
    font-size: 22px;
    font-weight: 400;
    position: relative;
}
.tab_content .image_on_text {
    position:
        absolute;
    left: 12px;
    bottom: 10px;
    width: 95%;
    text-align:
        left;
    font-size: 17px;
    color: #fff;
    letter-spacing: -1px;
    font-family: 'AudiTypeExtendBold', 'DFHSBold';
    white-space: nowrap;
    line-height: 1.5;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.tab_content .image_on_text:after {
    content:
        "";
    width: 18px;
    height: 20px;
    background-image: url(../img_22/arrow_w_mini.png);
    background-size: contain;
    background-repeat: no-repeat;
    position:
        absolute;
    right: 0;
}
#campaign .image_on_text,
.tab_content .image_on_text {
    position:
        absolute;
    left: 12px;
    bottom: 10px;
    width: 95%;
    text-align:
        left;
    font-size: 15px;
    color: #fff;
    letter-spacing: -1px;
    white-space: nowrap;
    line-height: 1.5;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-flow: column;
    font-weight: bold;
    font-family: 'DFHSBold';
}
#campaign .image_on_text .en {
    font-family: 'AudiType';
    font-weight: 700;
    font-size: 15px;
}
#campaign .image_on_text > span,
.tab_content .image_on_text > span {
    font-size: 14px;
    font-weight: 400;
}
#campaign .image_on_text:after,
.tab_content .image_on_text:after {
    content: "";
    width: 18px;
    height: 20px;
    background-image: url(../img_22/arrow_w_mini.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
}
.tab_content .swiper-slide,
#campaign .swiper-slide {
    position: relative;
}
#campaign .image_on_text > span {
    font-family: 'AudiType', 'DFHS';
}
.tab_content li.active {
    border-bottom: 1px solid #000;
    font-family: 'AudiTypeExtendBold', 'DFHSBOLD';
}
.tab_item {
    display: none;
}
.tab_item.active {
    display: block;
}
.slider_container {
    position: relative;
}
.wide_slider {
    width: 90%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.slider_container .swiper-button-prev,
.slider_container .swiper-button-next {
    width: 66px;
    top: 35%;
}
.special_slide_container {
    position: relative;
}
.swiper.special {
    height: 35vw;
    margin-bottom: 6rem;
}
.swiper.special img {
    object-fit: cover;
}
.special_slide_container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
#campaign .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.tab_item .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.news_contents .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #000;
    width: 26px;
    height: 6px;
    border-radius: 0;
}
.special_slide_container .swiper-pagination {
    bottom: -35px !important;
}
.photo_contents_container {
    position: relative;
}
.photo_slide_nation {
    position:
        absolute;
    bottom: 0;
    left: 53%;
    z-index: 9999;
    width: 70%;
    display: inline-block;
}
.photo_slide_nation > div {
    display:
        inline-block;
    width: auto !important;
}
.photo_slide_nation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: none;
    width: 20px;
    height: 24px;
    border-radius: 0;
    text-align: center;
}
.photo_slide_nation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-bottom: 1px solid #000;
}
.photo_slide_nation .prev img,
.photo_slide_nation .next img {
    height: 20px;
}
.footer-inner-top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 2% 0;
    padding-bottom: 50px;
    /* flex-wrap: wrap; */
    font-size: 12px;
}
.footer-inner-top .footer-menu {
    margin: 1vw;
}
.footer-inner-top .footer-menu li {
    height: 4rem;
}
.dropdown-content-innner {
    width: 90%;
    margin: 30px auto;
    padding-left: 6rem;
}
.dropdown-content-innner h4 {
    font-family: DFHSBold;
}
.dropdown-content-innner .col-left,
.dropdown-content-innner .col-center {
    display: inline-block;
    width: 33%;
    text-align: left;
    vertical-align: top;
    padding: 2rem;
}
.dropdown-content-innner .col-right {
    display:
        inline-block;
    width: 33%;
    text-align:
        left;
    vertical-align: top;
    max-width: 580px;
}

.dropdown-content-innner a {
    display:
        block;
    line-height: 2;
    margin-bottom: 2rem;
    font-size: 16px;
}
.new_open_ico {
    width: 16px;
    vertical-align: middle;
    margin: 0 1rem;
}
.gnav_common_link {
    width: 52%;
    text-align: left;
    position: relative;

    font-size: 16px;
}
.gnav_common_link img {
    height: 30px;
    width: 30px;
    object-fit:
        contain;
    margin-right: 1rem;
    vertical-align: middle;
}
.gnav_common_link li {
    display: inline-block;
    width: 30%;
    text-align: left;
}
.gnav_common_link a {
    /*-display: block;-*/
    width: auto;
}

.gnav_common_link > li > a {
    display: inline-block;
}

.gnav_common_link > li > a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.news_contents dd a {
    display: block;
    margin-top: 1rem;
}
@media screen and (min-width: 750px) {
    .header-nav-03 > li > a[aria-expanded="true"] {
        color: #000;
        background: #e5e5e5;
    }
    .header-nav-03 li {
        vertical-align: middle;
        display: inline-block;
        padding: 15px 20px;
    }

    .header-nav-03 li.hoverclass:hover {
        color: #d5d5d5;
    }

    .header-nav-03 li.is-open {
        text-decoration: underline;
    }
    .header-nav-03 li.js-dropdown-nav:hover {
        cursor: pointer;
        text-decoration: underline;
        opacity: 0.7;
    }

    .header-nav-03 li a:hover {
        cursor: pointer;
        text-decoration: underline;
    }

    ul.gnav_common_link > li:hover {
        cursor: inherit!important;
        text-decoration: none;
    }

    .photo_contents_item_text h3 {
        font-size: clamp(18px, 2.2vw, 34px);
        font-weight: 400;
        font-family: 'AudiTypeBold', 'DFHSBold';
    }
    .photo_contents_item_text h3 + p {
        font-size: clamp(14px, 1.5vw, 20px);
    }
    .photo_contents_item_text a.button {
        width: 260px;
        text-align: center;
        margin: 2rem 0;
    }
    .tab_content .wide_image_text span {
        font-size: 20px !important;
    }
    .top_image .title {
        font-size: 1.6vw;
        font-family: AudiTypeExtendBold, DFHSBold;
        font-weight: 400;
    }
    .top_image_large_text span,
    .top_image_middle_top_text span,
    .top_image_middle_bottom_text span {
        font-size: 1vw;
        font-family: AudiTypeExtendBold, DFHSBold;
        line-height: 1.2;
        display:
            block;
        font-weight: 400;
    }
    .top_image_large {
        height: 52.6vw;
    }
    .top_image_middle_top,
    .top_image_middle_bottom {
        height: 26.3vw;
    }
    .top_image_middle_bottom {
        margin-top: -7px;
    }
}
@media screen and (max-width: 750px) {
    .news_contents {
        width: 100%;
        padding: 1rem 2rem;
        padding-top: 2rem;
        padding-bottom: 7rem;
        background: #E5E5E5;
        text-align: left;
        margin-top: 8rem;
        margin-bottom: -30px;
    }
    .news_contents h3 {
        font-weight: 400;
        font-size: 1.8rem;
    }
    .news_contents dd a {
        margin-top: 3rem;
    }
    .footer-inner-top {
        display:
            block;
        margin-bottom: 7rem;
        padding: 4rem 2rem;
    }
    .top_image .left_col,
    .top_image .right_col {
        width: 100%;
        float: initial;
        overflow: hidden;
    }
    .top_image .right_col {
        display: table;
    }
    .top_image .top_image_image {
        padding: 0px;
        margin-bottom: 5px;
        /* height: 47vh; */
    }
    .top_image_large {
        height: 49.1vh;
    }
    .top_image_large img {
        height: 49.9vh;
        object-fit: cover;
    }
    .top_image .top_image_middle_top,
    .top_image .top_image_middle_bottom {
        padding: 0;
        width: 49.3%;
        display: inline-block;
    }
    .top_image_middle_bottom .title {}
    .top_image .top_image_middle_top {
        margin-right: 1.3%;
    }
    .top_image_large_text,
    .top_image_middle_top_text,
    .top_image_middle_bottom_text {
        font-size: 4.4vw;
        top: 1rem;
        left: 1rem;
        line-height: 1.2;
        font-family: AudiTypeExtendBold, DFHSBold;
        font-weight: 400;
    }
    .top_image_large_text span,
    .top_image_middle_top_text span,
    .top_image_middle_bottom_text span,
    .wide_image .wide_image_text span {
        font-size: 1rem;
    }
    .top_image_large_text span,
    .top_image_middle_top_text span,
    .top_image_middle_bottom_text span {
        font-size: 1.2rem;
        line-height: 1.4;
        display: block;
    }
    .top_image_middle_top_text span {
        white-space: nowrap;
        font-size: 2.5vw;
    }
    .top_image_large_text,
    .top_image_middle_top_text {
        /* text-shadow: #000 2px 0 10px; */
    }
    section.text_center {
        text-align:
            left;
        margin: 2rem;
        padding-top: 40px;
    }
    h1 {
        font-family: AudiTypeExtendBold, DFHSBold;
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: 400;
    }
    section h2 {
        font-size: 22px;
        margin-bottom: 10px;
        font-family: AudiTypeExtendBold, DFHSBold;
        font-weight: 400;
    }
    section h2 + p {
        font-size: 12px;
        line-height: 2;
    }
    section#special h2 {
        margin-left: 2rem;
    }
    a.button {
        display: block;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
        padding: 1.2rem 0;
        height: auto;
        line-height: initial;
    }
    #lead a.button {
        margin-top: 2.4rem;
    }
    #special a.button {
        margin: 4rem 2rem;
    }
    .news_contents a.button {
        margin: 4rem 0 1rem;
    }
    section.wide_contents {
        width: 100%;
        margin: 0;
    }
    .tab_content .wide_image {
        height: 560px;
        background: #E5E5E5;
    }
    .tab_content .wide_image img {
        height: 300px;
        object-fit:
            cover;
    }
    .wide_image .wide_image_text {
        color: #000;
        bottom: 35px;
        top: initial;
        left: -10px;
        width: 95%;
        padding: 0 1rem;
    }
    .wide_image_text h3 {
        font-size: 6.5vw;
        white-space: nowrap;
    }
    .tab_content .wide_image .wide_image_text span {
        font-size: 13.4px;
    }
    .tab_content .wide_image .wide_image_text a {
        display:
            block;
        text-align:
            center;
        margin-top: 2rem;
        background: #000;
        color: #fff;
        width: 100%;
        padding: 1.2rem 0;
        height: auto;
        line-height: initial;
        font-family:
            DFHS;
        border: none;
    }
    .wide_contents.tab_content ul.tab {
        text-align: center;
    }
    .tab_content li {
        font-size: 16px;
    }
    .tab_content .image_on_text {
        font-size: 12px;
    }
    .slider_container {
        overflow:
            hidden;
        width: 100%;
        text-align: center;
    }
    #campaign .slider_container,
    .news_contents .slider_container {
        width: calc(100% + 0rem);
    }
    #campaign .slider_container a.button {
        width: calc(100% - 0rem);
    }
    .slider_container .wide_slider {
        width: 100%;
    }
    .swiper.special {
        height: 470px;
    }
    .swiper.special .swiper-slide {
        height: 470px;
    }
    .swiper.special .wide_image img {
        height: 100%;
    }
    .special_slide_container .wide_image .wide_image_text {
        color: #fff;
        /* text-shadow: #000 5px 0 10px; */
        bottom: initial;
        top: 2rem;
        font-size: 1.7rem;
        height: 430px;
        width: 96%;
        left: -10px;
    }
    .special_slide_container .wide_image .wide_image_text a {
        display:
            block;
        text-align:
            center;
        background: #000;
        border: 0;
        bottom: 0;
        position: absolute;
        width: 94%;
        height: auto;
        padding: 1.2rem 0;
        line-height: initial;
        font-size: 14px;
    }
    .top_image_large_text a.bk, .wide_image .wide_image_text a.bk {
        color: #fff;
    }
    .special_slide_container .wide_image img {
        height: 100%;
    }
    .top_image_large_text a {
        position:
            absolute;
        top: -20px;
        left: -10px;
        width: 100vw;
        height: 48vh;
        font-size: 0;
        opacity: 0;
    }
    .top_image_middle_top_text a,
    .top_image_middle_bottom_text a {
        position:
            absolute;
        top: -20px;
        left: -10px;
        width: 50vw;
        height: 39vw;
        font-size: 0;
        opacity: 0;
    }
    section h1 {
        font-size: 28px;
        margin-bottom: 2rem;
    }
    section h2 {
        font-size: 20px;
    }
    .news_contents h2 {
        font-size: 28px;
        margin-bottom: 2rem;
    }
    section h1 + p {
        font-size: 14px;
    }
    .bn_contents li .wide_image_text {
        width: 90%;
        left: 5%;
        height: 88%;
        top: 14px;
        font-size: 20px;
    }
    .bn_contents li .wide_image_text span {
        font-size: 1.5rem;
    }
    .bn_contents li .wide_image_text a {
        font-size: 1.3rem;
        padding: 1.2rem;
    }
    .bn_contents li .wide_image_text a.bottom {
        position:
            absolute;
        width: 100%;
        bottom: 0;
    }
    .photo_contents {
        margin: 1rem auto;
        width: calc(100% - 4rem);
        margin-top: 8rem;
    }
    .photo_contents_container {
        background: #E5E5E5;
    }
    .photo_contents_item img {
        float:
            initial;
        width: 100%;
        min-height: auto;
    }
    .photo_contents_item_text {
        margin: 2rem;
        margin-bottom: 5rem;
        font-family: AudiTypeBold, DFHSBold;
        font-weight: 400;
    }
    /* .photo_contents_item_text h3 .en{
    font-weight: 700;
    font-family: 'AudiType';
} */
    .photo_contents_item_text p {
        font-family:
            AudiType;
        margin: 30px 0;
    }
    .photo_contents a.button {
        display:
            block;
        text-align:
            center;
        margin-top: 2rem;
        background: #000;
        color: #fff;
        width: 100%;
        padding: 1.2rem 0;
        height: auto;
        line-height: initial;
        font-family:
            DFHS;
    }
    .photo_slide_nation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        background: #000;
        width: 28px;
        height: 6px;
        border-radius: 0;
        font-size: 0;
    }
    .photo_slide_nation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active {
        border-bottom: 0;
    }
    .photo_slide_nation {
        bottom: 0px;
        background: #fff;
        left: 0;
        width: 100%;
        text-align: center;
    }
    #footer .sns_link {
        width: 100%;
        left: 0;
        text-align:
            center;
        border-top: 1px solid #fff;
        padding: 3.2rem 0;
        padding-bottom: 4rem;
        position: static;
    }
    #footer .sns_link a {
        display:
            inline-block;
        margin-right: 0px;
        width: calc(100% / 7);
    }
    .news_contents dl {
        background: #fff;
        padding: 1rem 2rem;
    }
    .news_contents dt {
        border-top: 0;
    }
    .bn_contents li {
        width: 100%;
    }
    .bn_contents {
        margin: 3rem 2rem;
        margin-top: 8rem;
    }
    .header-inner-01 .wrapper-hdg h1#top_logo {
        top: 15px !important;
        /* width: 50vw; */
        right: 24px !important;
    }
    .footer-inner-top ul.footer-menu {
        margin: 0 !important;
    }
    .footer-inner-top .footer-menu li {
        height: 4.8rem;
    }
    .dropdown-content-innner .col-left,
    .dropdown-content-innner .col-center,
    .dropdown-content-innner .col-right {
        display:
            block;
        width: 100%;
        text-align:
            left;
        padding: 0;
    }
    .dropdown-content-innner a {
        margin-bottom: 2rem;
    }
    .dropdown-content-innner .col-right {
        margin: 2rem 0;
    }
    .dropdown-content.is-open {
        display: block !important;
        left: 0;
        width: 100vw;
        height: 100vh !important;
        z-index: 9999;
        overflow: scroll;
    }
    .state-script-enabled .is-open .menu-toggle-content {
        opacity: 1;
        background: #fff;
        width: 100vw;
        position: fixed;
        height: calc(100vh - 60px) !important;
        max-height: calc(100vh - 60px) !important;
        padding-top: 58px !important;
        top: 0 !important;
        padding-bottom: 100px;
    }
    .gnav_common_link {
        width: 100%;
        text-align: left;
        position: relative;
        left: 10px;
        margin-top: 30px;
    }
    .gnav_common_link li {
        display:
            block;
        width: 100%;
        padding: 1rem;
    }
    .dropdown-content-innner .gnav_common_link {
        margin-top: 3em;
        left: 0;
    }
    .dropdown-content-innner .gnav_common_link li {
        padding: 0;
        margin: 0;
             margin-bottom: 20px;
    }
    .footer-inner-bottom .copyright,
    .footer-nav-04 {
        width: 100%;
        max-width: 93vw;
    }
    #campaign .image_on_text > span {
        font-size: 12px;
    }
    #campaign .image_on_text {
        font-size: 14px;
    }
    a.common_cta {
        height: 46px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        line-height: 46px !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 1300px) {
    #header {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: auto;
        padding: 16px 24px 0;
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background: #fff;
        width: 100%;
    }
    #header.down {
        top: -60px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        width: 100%;
    }
    #header.up {
        top: 0px;
        -webkit-transition: 1s;
        transition: 1s;
        width: 100%;
    }
    #header.is-open,
    #header.up.is-open,
    #header.down.is-open {
        position: fixed;
        z-index: 999999;
        height: 60px;
        background: #fff;
        max-width: initial;
        top: 0px;
    }
    .header-wrapper {
        display: block;
    }
    .header-inner-01 {
        width: 100%;
    }
    .header-inner-01 .wrapper-nav {
        display: block;
    }
    .header-inner-01 .wrapper-hdg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 0;
        padding: 0 0 16px;
    }
    .header-inner-01 .wrapper-hdg h1 {
        width: 60%;
        max-width: 345px;
        font: inherit;
        top: -5px !important;
        right: 60px !important;
    }
    .header-inner-01 .wrapper-hdg h1 svg {
        width: 100%;
    }
    .header-inner-02 {
        left: 0;
        z-index: 1000;
        width: 100%;
    }
    .header-inner-02 .wrapper-nav {
        display: block;
    }
    .header-nav-01 {
        border-bottom: 1px solid #ccc;
    }
    .header-nav-01 > li {
        width: 50%;
        padding: 0;
        border-left: none;
    }
    .header-nav-01 > li > a {
        text-align: center;
    }
    .header-nav-01 > li > a .nav-strong {
        display: block;
        width: 100%;
        padding: 13px;
        font-size: 1.6rem;
        background: #bb0a30;
    }
    .header-nav-01 > li > a::before {
        top: 0;
        right: auto;
        bottom: 0;
        left: 20px;
        margin: auto 0;
    }
    .header-nav-01 > li > a.store::before {
        top: 0;
        width: 22px;
        height: 22px;
        background-image: url(../img/sprite/sprite.png);
        background-position: -177px -48px;
    }
    .header-nav-01 > li > a.reservation::before {
        top: 0;
        width: 25px;
        height: 22px;
        background-image: url(../img/sprite/sprite.png);
        background-position: -177px 0;
    }
    .header-nav-02 {
        display: block;
    }
    .header-nav-02 > li {
        padding: 0;
        border-bottom: 1px solid #ccc;
    }
    .header-nav-02 > li > a {
        display: block;
        width: 100%;
        padding: 20px 20px 20px 64px;
        font-size: 1.4rem;
        text-align: left;
        background: #fff;
    }
    .header-nav-02 > li > a::before {
        position: absolute;
        right: auto;
        bottom: 0;
        left: 20px;
        display: block;
        margin: auto;
        content: "";
    }
    .header-nav-02 > li > a.new::before {
        top: 0;
        width: 25px;
        height: 15px;
        background-image: url(../img/sprite/sprite.png);
        background-position: -177px -98px;
    }
    .header-nav-02 > li > a.old::before {
        top: 0;
        width: 25px;
        height: 20px;
        background-image: url(../img/sprite/sprite.png);
        background-position: -177px -25px;
    }
    .header-nav-02 > li > a.maintenance::before {
        top: 0;
        width: 22px;
        height: 22px;
        background-image: url(../img/sprite/sprite.png);
        background-position: -177px -73px;
    }
    .header-nav-02 > li > a.mail::before {
        top: 0;
        width: 22px;
        height: 22px;
        background-image: url(../img/sprite/sprite.png);
        background-position: -107px -114px;
    }
    .header-nav-03 {
        display: block;
        padding: 2rem 2rem 0;
    }
    .header-nav-03 > li {
        margin-left: 0;
        border-bottom: 1px solid #ccc;
    }
    .header-nav-03 > li > a {
        position: relative;
        display: block;
        padding: 20px;
        color: #000;
        background: #e5e5e5;
    }
    .header-nav-03 > li > a.active {
        color: #000;
        background: #e5e5e5;
    }
    .header-nav-03 > li > a.active::after {
        display: none;
    }
    .header-nav-03 > li > a .dropdown-text::before {
        position: absolute;
        top: 10px;
        right: 0;
        width: 13px;
        height: 1px;
        background: #000;
        content: "";
    }
    .header-nav-03 > li > a .dropdown-text::after {
        position: absolute;
        top: 4px;
        right: 6px;
        width: 1px;
        height: 13px;
        background: #000;
        content: "";
    }
    .header-nav-03 > li > a .dropdown-text > span {
        display: block;
        overflow: hidden;
        width: 1px;
        height: 1px;
    }
    .header-nav-03 .header-nav-right li:last-child {
        margin-bottom: 0;
    }
    .header-nav-03 .btn-01 {
        width: 250px;
        height: auto;
        padding: 12px 10px 10px;
        font-size: 1.6rem;
    }
    .top_image_large_text a,
    .top_image_middle_top_text a,
    .top_image_middle_bottom_text a {
        width: 15vw;
        height: 4.5vw;
        line-height: 4.5vw;
        font-size: 1.2vw;
    }
    .icon-menu-text {
        display: block;
        overflow: hidden;
        width: 1px;
        height: 1px;
    }
    .icon-menu-lines {
        position: absolute;
        top: 0px;
        right: 0;
        bottom: 0;
        left: 0;
        display: inline-block;
        width: 22px;
        height: 3px;
        margin: auto;
        vertical-align: middle;
        background: #000;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .icon-menu-lines::before, .icon-menu-lines::after {
        position: absolute;
        left: 0;
        display: inline-block;
        width: 22px;
        width: 100%;
        height: 3px;
        background: #000;
        content: "";
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-transform-origin: 2.85714px center;
        transform-origin: 2.85714px center;
    }
    .icon-menu-lines::before {
        top: 6px;
    }
    .icon-menu-lines::after {
        top: -6px;
    }
    .icon-menu-xcross {
        position: relative;
        display: block;
        width: 22px;
        height: 24px;
        margin-top: 3px;
        z-index: 10000;
    }
    .icon-menu-xcross.icon-menu-transform .icon-menu-lines {
        background: transparent;
    }
    .icon-menu-xcross.icon-menu-transform .icon-menu-lines::before, .icon-menu-xcross.icon-menu-transform .icon-menu-lines::after {
        top: 0;
        width: 22px;
        height: 1px;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    .icon-menu-xcross.icon-menu-transform .icon-menu-lines::before {
        -webkit-transform: rotate3d(0, 0, 2, 45deg);
        transform: rotate3d(0, 0, 2, 45deg);
    }
    .icon-menu-xcross.icon-menu-transform .icon-menu-lines::after {
        -webkit-transform: rotate3d(0, 0, 2, -45deg);
        transform: rotate3d(0, 0, 2, -45deg);
    }
    .state-script-enabled .menu-toggle-content {
        opacity: 0;
        -webkit-transition: .3s opacity;
        transition: .3s opacity;
        height: 0;
        overflow: hidden;
    }
    .state-script-enabled .is-open .menu-toggle-content {
        opacity: 1;
        background: #fff;
        height: 100vh;
        overflow: auto;
        padding-top: 58px;
        width: 100vw;
        position: fixed;
        top: 0;
    }
    .state-script-enabled .header-inner-02 {
        position: absolute;
        top: 70px;
    }
    .state-script-enabled .dropdown-content {
        display: none;
    }
    .state-script-enabled .header-nav-03 > li > a .dropdown-text {
        display: block;
    }
    #header.is-open .header-inner-01 .wrapper-hdg h1#top_logo {}
    .header-nav-left,
    .header-nav-right {
        float: initial;
    }
    nav li {
        margin: 0 0 2rem;
        font-size: 1.5rem;
        position:
            relative;
        display: block;
        padding: 0;
        width: 100%;
    }
    li.sp-arrow-right:after {
        content: "";
        position:
            absolute;
        display: block;
        right: 0;
        top: 2px;
        width: 20px;
        height: 20px;
        background: url(../img_22/slide_arrow_right.png);
        background-size: contain;
    }
    .separate-border {
        font-size: 0;
        border-bottom: 1px solid #707070;
        display: block !important;
        padding: 0 !important;
    }
    .dropdown-content {
        position: fixed !important;
        background: #fff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        right: 0;
    }
    .dropdown-content.is-open {
        display: block !important;
        left: 0;
        width: 100vw;
        z-index: 9999;
        overflow: scroll;
        padding-bottom: 14vh;
        height: 100vh;
    }
    .dropdown-content-innner {
        width: 93%;
        padding-left: 0;
        margin-top: 40px;
    }
    .inner-content-close {
        /*margin: 2rem 0;*/
        font-size: 1.5rem;
        position:
            relative;
        top: 2rem;
        padding-left: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #707070;
        display: block;
        font-family: 'DFHSBold';
    }
    .inner-content-close:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 2px;
        width: 20px;
        height: 20px;
        background: url(../img_22/slide_arrow_left.png);
        background-size: contain;
    }
    .inner-content-close:hover {
        opacity: 0.7;
        cursor: pointer;
    }
    .dropdown-content-innner .col-left,
    .dropdown-content-innner .col-center {
        display:
            inline-block;
        width: 100%;
        text-align:
            left;
        vertical-align: top;
        padding: 0;
    }
    .dropdown-content-innner .col-right {
        width: 100%;
        max-width: 600px;
    }
    .tab_item .slider_container {
        margin: 2rem;
        margin-top: 2rem;
        width: 94.8%;
    }
    .gnav_common_link {
        border-top: 1px solid #707070;
        display: block;
        margin: 2rem 2rem 0;
        padding-top: 2rem;
        text-align: left;
        width: auto;
        position: relative;
        left: 0;
    }
    .gnav_common_link li {
        display: block;
        width: 100%;
        padding: 0;
    }
    .gnav_common_link li a {
        margin-bottom: 0;
    }
    nav > .gnav_common_link {
        left: 0;
    }
    /*.photo_contents_item img{
    float:none;
    margin-right:0;
    width: 100%;
    max-height:500px;
    min-height:initial;
    object-fit: cover;
}
.photo_contents_item_text{
    margin:5rem;
}
.photo_contents_item_text a.button{
    display:block;
    border:1px solid #000;
    padding: 0 5rem;
    margin:1rem auto;
    height: 60px;
    line-height: 60px;
}
.photo_slide_nation{
    position: relative;
    text-align: center;
    width: 100%;
    left: initial;
}*/
}
#modal_audi {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000000c9;
    z-index: 99999;
    top: 0;
}
.modal_inner {
    background: #fff;
    position: relative;
    padding: 5rem;
}
.modal_inner .aui-modal-close-icon-large {
    width: 50px;
    height: 50px;
    position:
        absolute;
    right: 5px;
    top: 5px;
}
.modal_inner h4 {
    font-weight: 400;
    font-size: 18px;
}
.modal_inner ul {
    float: right;
    margin-top: 2rem;
}
.modal_inner li {
    display: inline-block;
    border: 1px solid #000;
    height: 48px;
}
.modal_inner li a {
    display: inline-block;
    padding: 1.2rem 4.8rem;
}
.ok_jump {
    background-color: #000;
}
.modal_inner li.ok_jump {
    background: #000;
}
.modal_inner li.ok_jump a {
    color: #fff;
}
/* add220905 */
.modal_inner li.ok_jump {
    color: #fff;
}
/* end add */
@media screen and (max-width: 1300px) and (min-width: 751px) {
    .responsive_spacer {
        width: 100%;
    }
    .footer-inner-top {
        flex-wrap: wrap;
        -webkit-justify-content: left;
        justify-content: left;
    }
    .footer-inner-bottom > .content {
        width: 100%;
    }
}
@media screen and (max-width: 954px) and (min-width: 751px) {
    .top_image_large_text,
    .top_image_middle_top_text,
    .top_image_middle_bottom_text {
        font-size: 2vw;
    }
}
.sp_cta span {
    font-family: '平成角tゴシック', 'DFHSBold';
    font-weight: 400;
}
@media screen and (max-width: 750px) {
    .sp_cta > ul > li {
        height: 60px !important;
    }
}
.loader svg {
    fill: none;
    stroke: #f50537;
    stroke-width: 5;
    stroke-dasharray: 230 230;
    animation: loader 2s infinite, loading 2s infinite linear;
    vertical-align: middle;
}
@keyframes loader {
    from {
        stroke-dashoffset: 230;
    }
    to {
        stroke-dashoffset: -230;
    }
}
@keyframes loading {
    from {
        transform: none;
    }
    to {
        transform: rotate(360deg);
    }
}
.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 999999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader .spin {
    font-size: 45px;
    font-weight: bold;
    color: rgb(30, 50, 93);
}
@media screen and (max-width: 750px) {
.dropdown-content-innner .col-center h4 {
    font-family: DFHSBold;
    margin-top: 40px;
}
    .modal_inner h4 {
        font-weight: 400;
        font-size: 16px;
    }
    .back_btn {
        font-size: 13px;
    }
    .back_page {
        color: #fff;
        position: absolute;
        left: 13px;
        top: 20px;
        font-size: 13px;
    }
    .back_page img {
        height: 15px;
        margin-right: 1rem;
        vertical-align: text-top;
    }
}
.back_page img {
    height: 20px;
    margin-right: 1rem;
    vertical-align: text-top;
}
.bold {
    font-family: 'AudiTypeExtendBold', 'DFHSBold';
    font-weight: 400;
}

header #top_logo {
position: absolute;
    top: 13px;
    right: 0;
    width: 80px;
    z-index: 999;
}
header #top_logo a svg {
    width: 100%;
    height: auto;
}
.back_home {
    color: #fff;
    position: absolute;
    right: 80px;
    top: 120px;
    font-size: 17px;
}
.back_home img,
.back_home svg {
    height: 20px;
    margin-right: 1rem;
    vertical-align: text-top;
}
.back_page {
    color: #fff;
    position: absolute;
    left: 80px;
    left: 25px;
    bottom: -70px;
    font-size: 13px;
}
.back_page img {
    height: 17px;
    left: 16px;
    margin-right: 1rem;
    vertical-align: text-top;
}
.sp-top_logo {
    width: 60px;
    position: absolute;
    right: 0;
    top: 23px !important;
    font-size: 18px;
}
.rright {
    right: 35px !important;
}
#top_logo {
    right: 80px;
    top: 36px;
}
.sp-top_logo img {
    width: 60px;
}
.hbutton {
    line-height: 48px !important;
    height: 48px !important;
    width: 60% !important;
    margin: 0px !important;
    padding: 0 2% !important;
    font-size: 14px !important;
    -webkit-text-size-adjust: 100%;
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
    text-align: center;
}
@media screen and (min-width: 1301px) {
#header {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.6%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 49998;
    background: #fff;
    height: 70px;
}
#header.down {
    top: -70px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
#header.up {
    top: 0px;
    -webkit-transition: 1s;
    transition: 1s;
}
.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-inner-01 .wrapper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 17px;
}
.header-inner-01 .wrapper-hdg {
    margin-top: 24px;
}
.header-inner-02 .wrapper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-nav-01, .header-nav-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-nav-01 > li + li, .header-nav-02 > li + li {
    border-left: 1px solid #fff;
}
.header-nav-01 > li > a, .header-nav-02 > li > a {
    font-size: 1.1rem;
    text-align: center;
}
.header-nav-01 > li > a .nav-strong, .header-nav-02 > li > a .nav-strong {
    display: block;
    width: 105px;
    padding: 54px 4px 8px;
    color: #fff;
    background: #bb0a30;
    -webkit-transition: background .3s;
    transition: background .3s;
}
.header-nav-01 > li > a:hover .nav-strong, .header-nav-01 > li > a:active .nav-strong, .header-nav-01 > li > a:focus .nav-strong, .header-nav-02 > li > a:hover .nav-strong, .header-nav-02 > li > a:active .nav-strong, .header-nav-02 > li > a:focus .nav-strong {
    background: #a2051c;
}
.header-nav-01 > li > a {
    position: relative;
    display: block;
}
.header-nav-01 > li > a::before {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    content: "";
}
.header-nav-01 > li > a.store::before {
    top: 13px;
    width: 30px;
    height: 30px;
    background-image: url(../img/sprite/sprite.png);
    background-position: -139px -71px;
}
.header-nav-01 > li > a.reservation::before {
    top: 16px;
    width: 30px;
    height: 27px;
    background-image: url(../img/sprite/sprite.png);
    background-position: -39px -122px;
}
.header-nav-02 > li > a {
    position: relative;
    display: block;
    width: 105px;
    padding: 54px 4px 8px;
    color: #000;
    background: #e5e5e5;
    -webkit-transition: background .3s;
    transition: background .3s;
}
.header-nav-02 > li > a:hover, .header-nav-02 > li > a:active, .header-nav-02 > li > a:focus {
    background: #d5d5d5;
}
.header-nav-02 > li > a::before {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    content: "";
}
.header-nav-02 > li > a.new::before {
    top: 22px;
    width: 32px;
    height: 19px;
    background-image: url(../img/sprite/sprite.png);
    background-position: -72px -122px;
}
.header-nav-02 > li > a.old::before {
    top: 16px;
    width: 36px;
    height: 28px;
    background-image: url(../img/sprite/sprite.png);
    background-position: 0 -122px;
}
.header-nav-02 > li > a.maintenance::before {
    top: 16px;
    width: 30px;
    height: 30px;
    background-image: url(../img/sprite/sprite.png);
    background-position: -139px -38px;
}
.header-nav-02 > li > a.mail::before {
    top: 16px;
    width: 30px;
    height: 30px;
    background-image: url(../img/sprite/sprite.png);
    background-position: -132px -112px;
}
.header-nav-03 {
    position: relative;
    /* display: flex; */
    margin-top: 10px;
    width: 100%;
    padding: 0px 10%;
    padding-left: 0;
}
.header-nav-03 > li > span,
.header-nav-03 > li > a {
    position: relative;
    display: block;
    padding: 15px 20px;
}
.header-nav-03 > li > a .dropdown-text {
    display: none;
}
.header-nav-03 .hdg-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-nav-03 .hdg-layout .btn-align-c {
    margin-top: 0;
}
.header-nav-03 .btn-01 {
    width: 116px;
    height: 23px;
    padding: 1px 10px 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.header-nav-03 .btn-01:hover, .header-nav-03 .btn-01:active, .header-nav-03 .btn-01:focus {
    opacity: .7;
    color: #d5d5d5;
}

.btn-menu-01 {
    position: relative;
    display: none;
}
}

        .is-hidden {
  visibility: hidden;
  opacity: 0;
}
#chatplusview.closed.headless #outline #eye_catcher {
    visibility: visible;
    bottom: 40px!important;
}


@media screen and (max-width: 750px) {
#chatplusview.closed.headless #outline #eye_catcher {
    visibility: visible;
    bottom: 58px!important;
}
}

.header-nav-03 li a:hover{
       color: #d5d5d5;
}

.header-nav-02 li a:hover{
       color: #d5d5d5;
}

.header-nav-01 li a:hover{
       color: #d5d5d5;
}

.header-nav-left li a:hover{
       color: #d5d5d5;
}

.dropdown-content-innner .col-right img {
    max-height: 260px;
}


.header-search {
    background-color: #fff;
    display: none;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.header-search.is-active {
    display: block;
}
.fessForm form,
.header-search form {
    position: relative;
}
.header-search form {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.fessForm input[type="text"],
.header-search input[type="text"] {
    border: 0;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 15px;
    height: 38px;
    padding-left: 45px;
    width: 100%;
}
.fessForm button[type="submit"],
.header-search input[type="submit"],
.header-search button[type="submit"] {
    appearance: none;
    background: url(../img/icon-search.svg) no-repeat 50% 50%;
    background-size: 20px 20px;
    border: 0;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    padding: 0 !important;
    text-indent: -9999px;
    width: 45px;
    position: absolute;
    left: 0;
    top: 0;
}
.fessWrapper .btn-primary:hover {
  background-color: transparent!important;
  border-color: transparent !important;
  opacity: .7;
}
.fessWrapper .btn-primary.disabled:focus,
.fessWrapper .btn-primary.disabled.focus,
.fessWrapper .btn-primary:disabled:focus,
.fessWrapper .btn-primary:disabled.focus,
.fessWrapper fieldset[disabled] .btn-primary:focus,
.fessWrapper fieldset[disabled] .btn-primary.focus,
.fessWrapper .btn-primary:focus,
.fessWrapper .btn-primary.focus,
.fessWrapper .btn-primary:active,
.fessWrapper .btn-primary.active,
.fessWrapper .open > .btn-primary.dropdown-toggle {
  background-color: transparent!important;
  border-color: transparent !important;
}
.header-search-close {
    display: block;
}
.header-search-btn {
    background: url(../img/icon-search.svg) no-repeat 0% 50%;
    background-size: 20px 20px;
    border: 0;
    cursor: pointer;
    display: inline-block;
/*    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
    width: 45px;*/
    margin-left: 20px;
}
.header-search-btn:hover {
    text-decoration: underline;
    opacity: 0.7;
}
.header-search-btn span {
    padding-left: 5px;
}
.header-search-btn.opt-sp {
    display: none;
}
.header-search-close {
    border: 0;
    cursor: pointer;
    display: none;
    height: 100%;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    width: 33px;
    position: absolute;
    left: 0;
    top: 0;
}
.header-search-close::before {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
}
.header-search.is-active .header-search-close {
    display: block;
}
.suggestorBox {
  z-index: 100000 !important;
}
@media screen and (min-width: 1300px) {
    .top_image .left_col {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: 1 0 0%
    }
    .top_image .right_col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 640px;
        flex: 0 0 640px;
    }
    .header-nav-03.is-search-active {
        opacity: 0;
        z-index: -1;
    }
    .header-nav-03 li {
        display: inline-block;
        padding: 15px 10px;
        vertical-align: middle;
    }
    .header-search form {
        width: 586px;
    }
    .header-search-btn span {
        padding-left: 12px;
    }
}
@media screen and (min-width: 1420px) {
    .header-nav-03 li {
        padding: 15px 20px;
    }
}
@media screen and (min-width: 750px) {
    .header-nav-03 > li > a[aria-expanded="true"] {
        color: #000;
        background: #e5e5e5;
    }
    .header-nav-03 li.is-open {
        text-decoration: underline;
    }
    .header-nav-03 li.js-dropdown-nav:hover {
        cursor: pointer;
        text-decoration: underline;
        opacity: 0.7;
    }
    .header-nav-03 li a:hover {
        cursor: pointer;
        text-decoration: underline;
    }
    ul.gnav_common_link > li:hover {
        cursor: inherit!important;
        text-decoration: none;
    }
    .photo_contents_item_text h3 {
        font-size: clamp(18px, 2.2vw, 34px);
        font-weight: 400;
        font-family: 'AudiTypeBold', 'DFHSBold';
    }
    .photo_contents_item_text h3 + p {
        font-size: clamp(14px, 1.5vw, 20px);
    }
    .photo_contents_item_text a.button {
        width: 260px;
        text-align: center;
        margin: 2rem 0;
    }
    .tab_content .wide_image_text span {
        font-size: 16px !important;
    }
    .top_image .title {
        font-size: 1.6vw;
        font-family: AudiTypeExtendBold, DFHSBold;
        font-weight: 400;
    }
    .top_image_large_text span,
    .top_image_middle_top_text span,
    .top_image_middle_bottom_text span {
        font-size: 1vw;
        font-family: AudiTypeExtendBold, DFHSBold;
        line-height: 1.2;
        display:
            block;
        font-weight: 400;
    }
    /*-.top_image_large{
    height: 52.6vw;
}
.top_image_middle_top,
.top_image_middle_bottom{
    height: 26.3vw;
}
.top_image_middle_bottom{
    margin-top: -7px;
}-*/
}
@media screen and (max-width: 1299px) {
    .header-search {
        height: 30px;
        padding: 0;
        width: 54%;
        top: 12px;
        transform: translate(-50%,0);
    }
    .header-search input[type="text"] {
        font-size: 13px;
        height: 30px;
        padding-left: 36px;
    }
    .header-search input[type="submit"],
    .header-search button[type="submit"] {
        background-size: 16px 16px;
        height: 30px;
        width: 36px;
    }
    .header-nav-03 .header-search-btn {
        display: none;
    }
    .header-search-btn.opt-sp {
        display: none;
        position: fixed;
        right: 10px;
        top: 10px;
        z-index: 10000;
        width: 45px;
        height: 40px;
        overflow: hidden;
        text-indent: -9999px;
    }
    #header.is-open .header-search-btn.opt-sp {
        display: block;
    }
    #header.is-open .header-search-btn.opt-sp.is-active {
        display: none;
    }
    .header-search-close {
        border: 0;
        cursor: pointer;
        height: 100%;
        overflow: hidden;
        text-align: left;
        text-indent: -9999px;
        width: 20px;
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
    }
    .header-search-close::after,
    .header-search-close::before {
        background-color: #000;
        border: 0;
        content: "";
        height: 1px;
        width: 16px;
        position: absolute;
        left: 5px;
        top: 50%;
    }
    .header-search-close::before {
        transform: rotate(-45deg) translateY(-50%);
    }
    .header-search-close::after {
        transform: rotate(45deg) translateY(-50%);
    }
}

