@charset "UTF-8";

/* Reset
-------------------- */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
button,
table,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCC;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

img {
    height: auto;
    border: 0;
    vertical-align: bottom;
}

/* Base
-------------------- */
@font-face {
    font-family: "noto", serif;
    src: url("../webfonts/noto.html"), url("../webfonts/noto.woff");
}

body {
    background-color: #FFF;
    color: #333;
    font-family: -apple-system, Verdana, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
}

p {
    line-height: 1.7;
}

@media (min-width: 600px) {
    p {
        line-height: 2;
    }
}

a {
    color: #0033CC;
    -webkit-tap-highlight-color: transparent;
}

@media (min-width: 960px) {
    a:hover {
        color: #999999;
    }
}

a:hover {
    opacity: 0.5;
}

a[href^="tel:"] {
    color: #2c2c2c;
}

@media (min-width: 960px) {
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
        cursor: text;
    }
}

@media (min-width: 960px) {
    a[href^="tel:"]:hover {
        opacity: 1;
    }
}

/* header
-------------------- */
.header {
    position: relative;
    padding-bottom: 10px;
}

.header__logo {
    width: 127px;
    margin: 0 auto;
    padding: 10px 0;
}

.header__logo img {
    width: 100%;
}

#headerMenu {
    display: none;
}

.header__menubtn {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: 18px;
    left: 10px;
}

.header__menubtn button {
    background: #ffffff;
}

.header__menubtn img {
    width: 200%;
}

.header__menubtn_close img {
    margin-left: -100%;
}

.header__reservebtn {
    width: 80px;
    position: absolute;
    top: 28px;
    right: 10px;
}

.header__reservebtn a {
    display: block;
    width: 80px;
    border: solid 1px #26130C;
    color: #26130C;
    text-decoration: none;
    padding: 10px;
    font-size: 0.8em;
}

.header__reservebtn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #26130C;
}

.header__menulist1 li a {
    display: block;
    padding: 25px 10px;
    background: #26130C;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8em;
    border-bottom: solid 1px #433631;
    position: relative;
}

.header__menulist1 li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #ffffff;
}

.header__menulist2 li a {
    display: block;
    padding: 25px 10px;
    background: #26130C;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8em;
    border-bottom: solid 1px #433631;
    position: relative;
}

.header__menulist2 li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #ffffff;
}

@media (min-width: 600px) {
    .header__reservebtn {
        width: 120px;
    }

    .header__reservebtn a {
        width: 120px;
        padding: 10px 0 10px 30px;
    }

    .header__reservebtn a:before {
        right: 30px;
    }
}

@media (min-width: 960px) {
    .header {
        padding: 30px 0;
    }

    .header__logo {
        padding: 0;
    }

    #headerMenu {
        display: block;
    }

    .header__menubtn {
        display: none;
    }

    .header__reservebtn {
        display: none;
    }

    .header__menulist1 {
        width: 700px;
        margin: 30px auto 0 auto;
        text-align: center;
    }

    .header__menulist1 li {
        display: inline-block;
        padding: 0 20px;
        border-right: solid 1px #cccccc;
        text-align: center;
    }

    .header__menulist1 li.border__off {
        border-right: none;
    }

    .header__menulist1 li a {
        display: inline;
        padding: 0;
        background: none;
        font-size: 1em;
        border-bottom: none;
        color: #26130C;
    }

    .header__menulist1 li a:before {
        content: none;
    }

    .header__menulist2 {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .header__menulist2 li {
        display: inline-block;
        margin: 0 0 0 10px;
    }

    .header__menulist2 li a {
        width: 150px;
        display: block;
        background: #ffffff;
        color: #26130C;
        text-decoration: none;
        font-size: 0.8em;
        border: solid 1px #26130C;
        position: relative;
    }

    .header__menulist2 li a:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        width: 0;
        height: 0;
        margin-top: -5px;
        border: 4px solid transparent;
        /*top right bottom を透明化 */
        border-left: 4px solid #26130C;
    }

    .header__menulist2 li.btn__01 a {
        padding: 13px 0 13px 25px;
    }

    .header__menulist2 li.btn__01 a:before {
        right: 25px;
    }

    .header__menulist2 li.btn__02 a {
        padding: 13px 0 13px 45px;
    }

    .header__menulist2 li.btn__02 a:before {
        right: 45px;
    }
}

/* footer
-------------------- */
.footer {
    border-top: 1px solid #eeeeee;
}

.footercontact {
    background: #eeeeee;
    padding: 40px 0;
}

.footercontact__title {
    text-align: center;
}

.footercontact__title img {
    width: 120px;
}

.footercontact__text {
    width: 90%;
    margin: 20px auto 0 auto;
    font-size: 0.8em;
    line-height: 24px;
}

.footercontact__ul {
    padding: 10px 0 0 0;
}

.footercontact__ul li {
    margin: 10px 0 0 0;
}

.footercontact__ul li a {
    width: 90%;
    margin: 0 auto;
    display: block;
    border: solid 1px #26130C;
    text-decoration: none;
    color: #26130C;
    position: relative;
    padding: 30px 40px 30px 30px;
    background: #ffffff;
}

.footercontact__ul li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #26130C;
}

.footer2column {}

.footerinfo {
    padding: 40px 0;
}

.footerinfo__logo {
    width: 127px;
    margin: 0 auto;
}

.footerinfo__logo img {
    width: 100%;
}

.footerinfo__btn {
    display: table;
    width: 77px;
    margin: 20px auto 0 auto;
}

.footerinfo__btn li.footerinfo__fb {
    display: table-cell;
    width: 29px;
    padding: 0 19px 0 0;
}

.footerinfo__btn li.footerinfo__fb img {
    width: 29px;
}

.footerinfo__btn li.footerinfo__ig {
    display: table-cell;
    width: 29px;
}

.footerinfo__btn li.footerinfo__ig img {
    width: 29px;
}

.footer__menulist {
    margin: 20px 0 0 0;
    border-top: solid 1px #26130C;
}

.footer__menulist li a {
    display: block;
    font-size: 0.8em;
    text-decoration: none;
    color: #26130C;
    position: relative;
    border-bottom: solid 1px #26130C;
    padding: 20px 0 20px 10px;
}

.footer__menulist li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #26130C;
}

.footer__menulist li ul li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 4px;
    height: 4px;
    margin-top: -5px;
    border: none;
    /*top right bottom を透明化 */
    border-top: 1px solid #26130C;
    border-right: 1px solid #26130C;
    transform: rotate(45deg);
}

.footer__menulist li ul li ul {
    padding: 0 0 20px 0;
    border-bottom: solid 1px #26130C;
}

.footer__menulist li ul li ul li {
    list-style-type: none;
}

.footer__menulist li ul li ul li a {
    padding: 20px 0 0 30px;
    border-bottom: none;
}

.footer__menulist li ul li ul li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 25px;
    left: 20px;
    margin-top: 0;
    border: none;
    /*top right bottom を透明化 */
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #26130C;
}

.footer__bottom {
    padding: 20px 0 40px 0;
}

.footer__bottom__ul {
    display: table;
    margin: 0 auto;
}

.footer__bottom__ul li {
    display: table-cell;
}

.footer__bottom__ul li a {
    display: block;
    font-size: 0.7em;
    padding: 10px 10px 10px 20px;
    position: relative;
    text-decoration: none;
    color: #26130C;
}

.footer__bottom__ul li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #26130C;
}

.footer__attention {
    width: 90%;
    margin: 10px auto 0 auto;
    font-size: 0.7em;
}

.footer__copyright {
    width: 90%;
    margin: 0 auto;
    font-size: 0.7em;
}

.footer__copyright a {
    text-decoration: none;
    color: #26130C;
}

@media (min-width: 960px) {
    .footercontact {
        background: #eeeeee;
        padding: 70px 0;
    }

    .footercontact__title img {
        width: 120px;
    }

    .footercontact__text {
        width: 100%;
        margin: 25px 0 0 0;
        font-size: 1em;
        text-align: center;
    }

    .footercontact__ul {
        text-align: center;
        margin: 30px auto 0 auto;
        padding: 0;
    }

    .footercontact__ul li {
        display: inline-block;
        margin: 0 15px;
    }

    .footercontact__ul li a {
        width: 350px;
        margin: 0;
        border: none;
        color: #ffffff;
        padding: 30px 90px;
        background: #26130C;
        font-family: "noto", serif;
        font-size: 1.4em;
    }

    .footercontact__ul li a:before {
        right: 90px;
        border-left: 4px solid #ffffff;
    }

    .footer2column {
        width: 100%;
        max-width: 1110px;
        margin: 70px auto 0 auto;
        display: table;
    }

    .footerinfo {
        width: 230px;
        padding: 0 70px 0 0;
        display: table-cell;
        vertical-align: top;
    }

    .footernav {
        width: calc(100%-230px);
        display: table-cell;
        position: relative;
        vertical-align: top;
    }

    .footer__menulist {
        margin: 0;
        border: none;
    }

    .footer__menulist li {
        width: 24em;
    }

    .footer__menulist li ul li {
        width: 100%;
    }

    .footer__menulist_collection {
        position: absolute;
        top: 0;
        left: 25em;
        width: calc(100% - 25em) !important;
    }

    .footer__menulist_list03 {
        position: relative;
    }

    .footer__menulist_list04 {
        margin: 20px 0 0 0;
    }

    .footer__menulist li a {
        border: none;
        padding: 10px 0 10px 20px;
    }

    .footer__menulist li a:before {
        left: 5px;
        margin-top: -3px;
    }

    .footer__menulist li ul li a:before {
        left: 5px;
        margin-top: -2px;
    }

    .footer__menulist li ul li ul {
        border: none;
    }

    .footer__menulist li ul li ul li a {
        padding: 12px 0 0 20px;
    }

    .footer__menulist li ul li ul li a:before {
        top: 17px;
        left: 5px;
    }

    .footer__bottom {
        width: 100%;
        margin: 70px 0 0 0;
        padding: 30px 10px 120px 10px;
        border-top: solid 1px #dddddd;
    }

    .footer__bottom__ul {
        width: 330px;
        float: left;
        margin: 0;
    }

    .footer__bottom__ul li a {
        font-size: 0.8em;
        padding: 10px 0 10px 20px;
    }

    .footer__bottom__ul li a:before {
        left: 10px;
    }

    .footer__bottom__text {
        width: 590px;
        float: right;
        text-align: right;
        position: relative;
        z-index: 1;
    }

    .footer__attention {
        display: inline;
        width: 400px;
        margin: 0;
        font-size: 0.7em;
    }

    .footer__copyright {
        display: inline;
        width: 300px;
        margin: 0;
        font-size: 0.8em;
    }
}

/* Layout 2column
-------------------- */
@media (min-width: 960px) {
    .layout2column {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 90%;
        max-width: 1110px;
        margin: 0 auto;
    }

    .layout2column .main {
        width: 74%;
    }

    .layout2column .side {
        width: 22%;
    }
}

/* breadcrumb
-------------------- */
.breadcrumb {
    font-size: 0.7em;
    line-height: 1.5;
    text-align: left;
    background: #E8E4E3;
    padding: 10px;
}

.breadcrumb__inner {
    width: 90%;
    max-width: 1110px;
    margin: 0 auto;
}

.breadcrumb__inner a {
    color: #26130C;
    text-decoration: none;
}

/* snsbtn
-------------------- */
.snsbtn {
    clear: both;
    padding: 30px 0;
    height: 30px;
    text-align: center;
}

.snsbtn__fb,
.snsbtn__tw,
.snsbtn__line {
    display: inline-block;
    line-height: 1;
}

.snsbtn__fb,
.snsbtn__tw {
    vertical-align: top;
}

@media (min-width: 600px) {
    .snsbtn {
        padding: 60px 0;
    }
}

/* gotop
-------------------- */
.gotop {
    position: fixed;
    z-index: 18;
    right: 20px;
    bottom: 30px;
    width: 40px;
    height: 40px;
}

.gotop_start {
    opacity: 0;
}

.gotop_show,
.gotop_hide {
    -webkit-transition: 1s ease-in-out;
    transition: 0.5s ease-in-out;
}

.gotop_show {
    opacity: 1;
}

.gotop_hide {
    opacity: 0;
}

.gotop a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px 0 0 0;
    border-radius: 40px;
    background: #000;
    text-align: center;
}

.gotop svg {
    width: 12px;
    height: 12px;
    fill: #FFFFFF;
}

@media (min-width: 960px) {
    .gotop a:hover {
        background: #666;
    }
}

/* side__navlist
-------------------- */
.side__navlist {
    line-height: 1.3;
}

.side__navtitle {
    font-size: 1.1em;
}

.side__navmenu li {
    border-bottom: 1px dotted #999;
}

.side__navmenu a {
    position: relative;
    display: block;
    padding: 15px 25px 15px 0;
}

.side__navmenu a::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 3px;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #333;
}

/* Container
-------------------- */
.container {
    position: relative;
    width: 90%;
    max-width: 1110px;
    margin: 0 auto;
}

@media (min-width: 960px) {
    .layout2column .container {
        width: 100%;
    }
}

/* Section
-------------------- */
/* section1 */
.section1 {
    clear: both;
    margin-bottom: 40px;
}

.section1 p {
    margin-bottom: 15px;
}

@media (min-width: 600px) {
    .section1 {
        margin-bottom: 50px;
    }
}

@media (min-width: 960px) {
    .section1 {
        margin-bottom: 70px;
    }
}

/* Title
-------------------- */
.title1 {
    margin-bottom: 30px;
    padding: 15px;
    background: #333;
    color: #FFF;
    font-size: 1.25em;
    line-height: 1.3;
}

@media (min-width: 600px) {
    .title1 {
        font-size: 1.5em;
    }
}

.title2 {
    margin-bottom: 20px;
    padding: 10px;
    background: #EEE;
    font-size: 1.15em;
    line-height: 1.3;
}

@media (min-width: 600px) {
    .title2 {
        font-size: 1.25em;
    }
}

/* Link
-------------------- */
.link-txt1 {
    display: inline-block;
    position: relative;
    padding: 0 0 0 20px;
}

.link-txt1::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 4px;
    height: 4px;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left: 4px solid #333;
}

.link-txt1_tobottom::after {
    top: 50%;
    left: 3px;
    margin-top: -2px;
    border: 4px solid transparent;
    border-top: 4px solid #333;
}

/* tel */
@media (min-width: 600px) {

    .link-tel,
    .link-tel:hover {
        color: #333;
        text-decoration: none;
    }
}

/* img hover */
@media (min-width: 960px) {
    a:hover .link-img {
        opacity: 0.7;
    }
}

/* image
-------------------- */
.img-full {
    width: 100%;
}

.img-full_max {
    max-width: 100%;
}

@media (min-width: 600px) {
    .img-cut-left {
        float: left;
        width: 38%;
        margin-right: 2.5%;
        margin-bottom: 5px;
    }

    .img-cut-right {
        float: right;
        width: 38%;
        margin-left: 2.5%;
        margin-bottom: 5px;
    }
}

/* movie
-------------------- */
.youtubepopup {
    position: relative;
}

.youtubepopup a {
    display: block;
    position: relative;
    color: #FFF;
}

.youtubepopup a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
}

.youtubepopup a:hover::after {
    background: rgba(0, 0, 0, 0);
}

.youtubepopup img {
    width: 100%;
    vartical-align: top;
    opacity: 0.95;
}

.youtubepopup__mark {
    display: block;
    position: absolute;
    z-index: 3;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    padding: 18px 0 0 19px;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.5);
}

.youtubepopup__mark svg {
    fill: #FFF;
    vertical-align: top;
}

.youtubepopup__mark::after {
    content: "PLAY MOVIE";
    position: absolute;
    bottom: -1.5em;
    left: calc(50% - 5em);
    ;
    width: 10em;
    font-size: 0.75rem;
    text-align: center;
}

/* List
-------------------- */
/* Utilities ------------------------- */
/* clear
-------------------- */
.u-clear::after {
    content: "";
    display: table;
    clear: both;
}

/* align
-------------------- */
.u-align-left {
    text-align: left !important;
}

.u-align-center {
    text-align: center !important;
}

.u-align-right {
    text-align: right !important;
}

/* font
-------------------- */
.u-font-red {
    color: #CC0000;
}

.u-font-bold {
    font-weight: bold;
}

/* indexPage
-------------------- */
.indexmain {
    width: 100%;
    padding-bottom: 93.75%;
    /*背景画像の高さ÷横幅×100*/
    background: url(../images/index/mainimage_sp.jpg) no-repeat;
    background-size: contain;
    position: relative;
}

.indexmain__catch {
    position: absolute;
    text-align: center;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.indexmain__catch img {
    width: 100%;
    display: none;
}

@media .indexmain__catch2 {
    width: 50%;
    position: absolute;
    bottom: 58%;
    left: 5%;
}

.indexmain__catch2 img {
    width: 100%;
}

.indexmain__btn {
    width: 200px;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.indexmain__btn a {
    display: block;
    width: 200px;
    background: #26130C;
    color: #ffffff;
    text-decoration: none;
    padding: 20px 30px;
    position: relative;
    font-size: 0.8em;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.indexmain__btn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #ffffff;
}

.indexcollection {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.indexcollection__title {
    text-align: center;
}

.indexcollection__title img {
    width: 60%;
    max-width: 500px;
}

@media (min-width: 600px) {
    .indexcollection__title img {
        width: 40%;
    }
}

.indexcollection__text {
    font-size: 0.8em;
    margin: 20px 20px 40px;
}

.indexcollection__text br {
    display: none;
}

.indexcollection__ul li {
    margin: 40px 0 0 0;
}

.indexcollection__ul li a {
    color: #26130C;
    text-decoration: none;
}

.indexcollection__ul li a span {
    display: block;
    margin: 20px auto 0 auto;
    width: 200px;
    border: solid 1px #26130C;
    color: #26130C;
    text-decoration: none;
    padding: 20px 30px;
    font-size: 0.8em;
    position: relative;
}

.indexcollection__ul li a span:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #26130C;
}

.indexcollection__ul li a:hover span {
    opacity: 0.5;
}

.indexcollection__ul li img {
    width: 100%;
}

.indexbrand {
    width: 90%;
    margin: 0 auto;
}

.indexbrand__ul {
    margin: 20px 0 0 0;
    border-top: solid 1px #dddddd;
}

.indexbrand__ul li {
    border-bottom: solid 1px #dddddd;
}

.indexbrand__ul li a {
    display: block;
    padding: 20px 0;
    font-size: 0.8em;
    text-decoration: none;
    color: #26130C;
    position: relative;
}

.indexbrand__ul li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #26130C;
}

.indexcategory {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}

.indexcategory__ul li {
    width: 48%;
    float: left;
}

.indexcategory__li3 {
    margin: 4% 4% 0 0;
}

.indexcategory__li4 {
    margin: 4% 0 0 0;
}

.indexcategory__li1 {
    margin: 0 4% 0 0;
}

.indexcategory__ul li a img {
    width: 100%;
}

.indexabout {
    padding: 0 0 40px 0;
    background: #eeeeee;
}

.indexabout__title img {
    width: 100%;
}

.indexabout__subtitle {
    width: 90%;
    margin: 40px auto 0 auto;
    text-align: center;
}

.indexabout__text {
    width: 90%;
    margin: 20px auto 0 auto;
    font-size: 0.8em;
    line-height: 24px;
}

.indexabout__btn {
    width: 200px;
    margin: 20px auto 0 auto;
}

.indexabout__btn a {
    display: block;
    font-size: 0.8em;
    border: solid 1px #26130C;
    text-decoration: none;
    color: #26130C;
    position: relative;
    padding: 20px 50px;
}

.indexabout__btn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 50px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #26130C;
}

.indexnews {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}

.indexnews__title {
    width: 84px;
    margin: 0 auto;
}

.indexnews__title img {
    width: 100%;
}

.indexnews__ul {
    margin: 20px auto 0 auto;
    border-top: 1px solid #dddddd;
}

.indexnews__ul li a {
    width: 100%;
    display: block;
    padding: 15px 0;
    font-size: 0.7em;
    text-decoration: none;
    color: #26130C;
    position: relative;
    border-bottom: 1px solid #dddddd;
}

.indexnews__ul li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #26130C;
}

.indexnews__ul li a p {
    margin: 10px 0 0 0;
    font-size: 1.2em;
}

.indexnews__btn {
    width: 200px;
    margin: 20px auto 0 auto;
}

.indexnews__btn a {
    display: block;
    font-size: 0.8em;
    border: solid 1px #26130C;
    text-decoration: none;
    color: #26130C;
    position: relative;
    padding: 20px 40px;
}

.indexnews__btn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #26130C;
}

.indexshop {
    background: #E1CDC8;
    padding: 40px 0;
}

.indexshop__title {
    width: 73px;
    margin: 0 auto;
}

.indexshop__title img {
    width: 100%;
}

.indexshop__text {
    width: 90%;
    margin: 20px auto 0 auto;
    font-size: 0.8em;
    line-height: 24px;
}

.indexshop__ul {
    padding: 10px 0 0 0;
}

.indexshop__ul li {
    margin: 10px 0 0 0;
    line-height: 1.5;
}

.indexshop__ul li a {
    width: 90%;
    margin: 0 auto;
    display: block;
    border: solid 1px #26130C;
    text-decoration: none;
    color: #26130C;
    position: relative;
    padding: 30px 40px 30px 30px;
    background: #ffffff;
}

.indexshop__ul li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #26130C;
}

@media (min-width: 960px) {
    .indexmain {
        height: 700px;
        padding-bottom: 0;
        background: url(../images/index/mainimage_pc.jpg) no-repeat center top;
        background-size: cover;
    }

    .indexmain__catch {
        text-align: center;
        position: absolute;
        bottom: 60px;
    }

    .indexmain__catch2 {
        width: 547px;
        height: 321px;
        position: absolute;
        bottom: 300px;
    }

    .indexmain__catch img {
        width: 100%;
        display: block;
    }


    .indexmain__btn {
        width: 260px;
        position: absolute;
        bottom: 200px;
        left: calc(5% + 120px);
        right: auto;
        margin: 0;
    }

    .indexmain__btn a {
        width: 260px;
        padding: 22px 40px;
        font-size: 1em;
    }

    .indexmain__btn a:hover {
        opacity: 1;
        background: #51423d;
    }

    .indexcollection {
        width: 100%;
        max-width: 1274px;
        padding: 80px 0 40px 0;
    }

    .indexcollection__text {
        font-size: 1em;
        margin: 35px;
        text-align: center;
    }

    .indexcollection__text br {
        display: inline;
    }

    .indexcollection__ul {
        margin: 0 auto;
        position: relative;
        padding-top: 53%;
        /*これと.indexbrandのmarginで高さ調整*/
    }

    .indexcollection__ul img {
        width: 100%;
    }

    .indexcollection__ul li.indexcollection__li1 {
        display: block;
        width: 36%;
        max-width: 433px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .indexcollection__ul li.indexcollection__li1 a span {
        position: relative;
        top: 0;
        left: 9%;
    }

    .indexcollection__ul li.indexcollection__li2 {
        display: block;
        width: 34%;
        max-width: 407px;
        position: absolute;
        top: 50px;
        left: 14.5%;
    }

    .indexcollection__ul li.indexcollection__li2 a span {
        position: relative;
        top: 0;
        left: 6.5%;
    }

    .indexcollection__ul li.indexcollection__li3 {
        display: block;
        width: 31%;
        max-width: 372px;
        position: absolute;
        top: 0;
        left: 51%;
    }

    .indexcollection__ul li.indexcollection__li3 a span {
        position: relative;
        top: 0;
        left: 3%;
    }

    .indexcollection__ul li a span {
        width: 250px;
        padding: 22px 40px;
        font-size: 1em;
    }

    .indexcollection__ul li a span:before {
        right: 40px;
    }

    .indexbrand {
        width: 90%;
        max-width: 1110px;
        margin: 120px auto 0 auto;
        /*これと.indexcollection__ulのpadding-topで高さ調整*/
        padding: 0 0 80px 0;
        border-bottom: solid 1px #cccccc;
    }

    .indexbrand__ul {
        border: none;
    }

    .indexbrand__ul li {
        width: 33%;
        float: left;
        border: none;
        padding: 0;
    }

    .indexbrand__ul li a {
        padding: 5px 0 5px 20px;
        font-size: 0.7em;
    }

    .indexbrand__ul li a::before {
        display: block;
        content: "";
        position: absolute;
        top: 10px;
        left: 5px;
        margin-top: 0;
        border: none;
        /*top right bottom を透明化 */
        content: '';
        width: 3px;
        height: 3px;
        border-radius: 100%;
        background: #26130C;
    }

    .indexcategory {
        width: 90%;
        max-width: 1110px;
        margin: 0 auto;
        padding: 100px 0 100px 0;
        text-align: center;
    }

    .indexcategory__ul li {
        float: none;
        width: 23.1%;
        display: inline-block;
    }

    .indexcategory__li1 {
        margin: 0 2.5% 0 0;
    }

    .indexcategory__li2 {
        margin: 0 2.5% 0 0;
    }

    .indexcategory__li3 {
        margin: 0 2.5% 0 0;
    }

    .indexcategory__li4 {
        margin: 0;
    }

    .indexabout {
        padding: 0;
        height: 800px;
        background: url(../images/index/abouttitle_bg.html) #d8dce1 no-repeat center;
    }

    .indexabout__title {
        padding: 240px 0 0 53%;
    }

    .indexabout__title img {
        width: 90%;
        max-width: 539px;
        height: auto;
    }

    .indexabout__subtitle {
        margin: 30px 0 0 53%;
        text-align: left;
        color: #26130C;
    }

    .indexabout__text {
        width: 40%;
        margin: 30px 0 0 53%;
        font-size: 1em;
        line-height: 32px;
        color: #26130C;
    }

    .indexabout__btn {
        width: 255px;
        margin: 70px 0 0 53%;
    }

    .indexabout__btn a {
        font-size: 1em;
        border: none;
        padding: 22px 70px;
        background: #ffffff;
    }

    .indexabout__btn a:before {
        right: 70px;
    }

    .index2column {
        width: 100%;
        display: table;
    }

    .indexnews {
        display: table-cell;
        width: 50%;
        margin: 0;
        padding: 100px 5%;
    }

    .indexnews__title {
        width: 77px;
    }

    .indexnews__ul {
        margin: 35px auto 0 auto;
    }

    .indexnews__ul li a {
        padding: 15px 0;
        font-size: 0.9em;
    }

    .indexnews__ul li a:before {
        content: none;
    }

    .indexnews__ul li a p {
        margin: 5px 0 0 0;
        font-size: 1.1em;
        line-height: 26px;
    }

    .indexnews__btn {
        width: 240px;
        margin: 35px auto 0 auto;
    }

    .indexnews__btn a {
        font-size: 1em;
        padding: 22px 55px;
    }

    .indexnews__btn a::before {
        right: 55px;
    }

    .indexshop {
        margin: 0;
        padding: 100px 5%;
    }

    .indexshop__title {
        width: 72px;
    }

    .indexshop__text {
        width: 100%;
        margin: 30px auto 0 auto;
        font-size: 1em;
        line-height: 2;
        text-align: center;
    }

    .indexshop__ul {
        padding: 40px 0 0 0;
    }

    .indexshop__ul li {
        max-width: 560px;
        margin: 20px auto 0;
    }

    .indexshop__ul li a {
        width: 100%;
        padding: 30px 0;
        text-align: center;
        font-size: 1.3em;
        font-family: "noto", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    }

    .indexshop__ul li a:before {
        right: 30px;
    }

    .indexshop__ul br {
        display: none;
    }
}

@media (min-width: 1280px) {
    .indexmain__catch2 {
        left: calc(50% - 547px);
        right: auto;
    }

    .indexmain__btn {
        left: calc(50% - 404px);
        right: auto;
    }
}

@media (min-width: 1400px) {
    .indexmain {
        background: url(../images/index/mainimage_pc.jpg) no-repeat center top;
        background-size: cover;
    }

    .indexmain__catch {
        text-align: center;
    }
}

/* indexPage
-------------------- */
.collection__title {
    width: 90%;
    margin: 40px auto;
    text-align: center;
}

.collection__title img {
    width: 50%;
    max-width: 260px;
}

.collection__bana1 {
    margin: 40px auto 0 auto;
    background: #2a2c33;
    padding: 0 0 30px 0;
}

.collection__bana1 a {
    text-decoration: none;
}

.collection__bana1 a:hover p {
    opacity: 0.5;
}

.collection__bana1 .collection__bana__image img {
    width: 100%;
}

.collection__bana1 .collection__bana__title {
    margin: 30px 0 0 0;
    text-align: center;
}

.collection__bana1 .collection__bana__title img {
    width: 60%;
    max-width: 285px;
}

.collection__bana1 .collection__bana__text {
    width: 90%;
    margin: 20px auto 0 auto;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8em;
}

.collection__bana1 .collection__bana__btn {
    display: block;
    width: 200px;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 40px;
    position: relative;
    font-size: 0.8em;
    border: solid 1px #ffffff;
    margin: 20px auto 0 auto;
}

.collection__bana1 .collection__bana__btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #ffffff;
}

.collection__bana2 {
    margin: 20px auto 0 auto;
    background: #eeeeee;
    padding: 0 0 30px 0;
}

.collection__bana2 a {
    text-decoration: none;
}

.collection__bana2 a:hover p {
    opacity: 0.5;
}

.collection__bana2 .collection__bana__image img {
    width: 100%;
}

.collection__bana2 .collection__bana__title {
    margin: 30px 0 0 0;
    text-align: center;
}

.collection__bana2 .collection__bana__title img {
    width: 60%;
    max-width: 351px;
}

.collection__bana2 .collection__bana__text {
    width: 90%;
    margin: 20px auto 0 auto;
    color: #888888;
    text-decoration: none;
    font-size: 0.8em;
}

.collection__bana2 .collection__bana__btn {
    display: block;
    width: 200px;
    color: #888888;
    text-decoration: none;
    padding: 15px 30px;
    position: relative;
    font-size: 0.8em;
    border: solid 1px #888888;
    margin: 20px auto 0 auto;
}

.collection__bana2 .collection__bana__btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #888888;
}

.collection__bana3 {
    margin: 20px auto 0 auto;
    background: #1D2183;
    padding: 0 0 30px 0;
}

.collection__bana3 a {
    text-decoration: none;
}

.collection__bana3 a:hover p {
    opacity: 0.5;
}

.collection__bana3 .collection__bana__image img {
    width: 100%;
}

.collection__bana3 .collection__bana__title {
    margin: 30px 0 0 0;
    text-align: center;
}

.collection__bana3 .collection__bana__title img {
    width: 60%;
    max-width: 272px;
}

.collection__bana3 .collection__bana__text {
    width: 90%;
    margin: 20px auto 0 auto;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8em;
}

.collection__bana3 .collection__bana__btn {
    display: block;
    width: 200px;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 50px;
    position: relative;
    font-size: 0.8em;
    border: solid 1px #ffffff;
    margin: 20px auto 0 auto;
}

.collection__bana3 .collection__bana__btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 50px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #ffffff;
}

.collection__bana4 {
    padding: 0 0 40px 0;
}

.collection__bana4 li {
    margin: 20px 0 0 0;
}

.collection__bana4 img {
    width: 100%;
}

@media (min-width: 600px) {
    .collection__bana1 {
        width: 90%;
        margin: 0 auto;
        padding: 0 0 50px 0;
    }

    .collection__bana1 .collection__bana__title {
        margin: 50px 0 0 0;
    }

    .collection__bana2 {
        width: 90%;
        margin: 20px auto 0 auto;
        padding: 0 0 50px 0;
    }

    .collection__bana2 .collection__bana__title {
        margin: 50px 0 0 0;
    }

    .collection__bana3 {
        width: 90%;
        margin: 20px auto 0 auto;
        padding: 0 0 50px 0;
    }

    .collection__bana3 .collection__bana__title {
        margin: 50px 0 0 0;
    }

    .collection__bana4 {
        width: 90%;
        margin: 0 auto;
    }
}

@media (min-width: 960px) {
    .collection__title {
        margin: 90px auto;
    }

    .collection__bana1 {
        height: 500px;
        max-width: 1110px;
        position: relative;
    }

    .collection__bana1 a {
        width: 100%;
        display: block;
        height: 500px;
    }

    .collection__bana1 .collection__bana__image {
        width: 375px;
        position: absolute;
        top: 2px;
        right: 45px;
    }

    .collection__bana1 .collection__bana__div {
        width: 42%;
        position: absolute;
        top: 80px;
        left: 10%;
    }

    .collection__bana1 .collection__bana__title {
        width: 285px;
        height: 40px;
    }

    .collection__bana1 .collection__bana__title img {
        width: 100%;
    }

    .collection__bana1 .collection__bana__text {
        margin: 20px 0 0 0;
    }

    .collection__bana1 .collection__bana__btn {
        width: 250px;
        margin: 20px 0 0 0;
        padding: 10px 50px;
        font-size: 1em;
    }

    .collection__bana1 .collection__bana__btn:before {
        right: 50px;
    }

    .collection__bana2 {
        height: 500px;
        max-width: 1110px;
        position: relative;
        margin: 50px auto 0 auto;
    }

    .collection__bana2 a {
        width: 100%;
        display: block;
        height: 500px;
    }

    .collection__bana2 .collection__bana__div {
        width: 42%;
        position: absolute;
        top: 100px;
        left: calc(12% + 380px);
    }

    .collection__bana2 .collection__bana__image {
        width: 375px;
        position: absolute;
        top: 2px;
        left: 45px;
    }

    .collection__bana2 .collection__bana__title {
        width: 351px;
        height: 40px;
    }

    .collection__bana2 .collection__bana__title img {
        width: 100%;
    }

    .collection__bana2 .collection__bana__text {
        margin: 20px 0 0 0;
    }

    .collection__bana2 .collection__bana__btn {
        width: 250px;
        margin: 20px 0 0 0;
        padding: 10px 50px;
        font-size: 1em;
    }

    .collection__bana2 .collection__bana__btn:before {
        right: 40px;
    }

    .collection__bana3 {
        height: 500px;
        max-width: 1110px;
        position: relative;
        margin: 50px auto 0 auto;
    }

    .collection__bana3 a {
        width: 100%;
        display: block;
        height: 500px;
    }

    .collection__bana3 .collection__bana__image {
        width: 375px;
        position: absolute;
        top: 2px;
        right: 45px;
    }

    .collection__bana3 .collection__bana__div {
        width: 42%;
        position: absolute;
        top: 80px;
        left: 10%;
    }

    .collection__bana3 .collection__bana__title {
        width: 272px;
        height: 40px;
    }

    .collection__bana3 .collection__bana__title img {
        width: 100%;
    }

    .collection__bana3 .collection__bana__text {
        margin: 20px 0 0 0;
    }

    .collection__bana3 .collection__bana__btn {
        width: 250px;
        margin: 20px 0 0 0;
        padding: 10px 60px;
        font-size: 1em;
    }

    .collection__bana3 .collection__bana__btn:before {
        right: 60px;
    }

    .collection__bana4 {
        max-width: 1110px;
        padding: 0 0 80px 0;
    }

    .collection__bana4 li {
        width: 48%;
        float: left;
        margin: 50px 4% 0 0;
    }

    .collection__bana4 li:nth-of-type(2n) {
        margin: 50px 0 0 0;
    }
}

/* indexPage
-------------------- */
.collectiondetail__image {
    width: 90%;
    margin: 5% auto 0 auto;
}

.gallery-top .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.gallery-thumbs .swiper-wrapper {
    padding: 10px 0 0 0;
}

.gallery-thumbs .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.collectiondetail__info {
    width: 90%;
    margin: 0 auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-bottom: 40px;
}

.collectiondetail__info__logo {
    padding: 5% 0;
    text-align: center;
}

.collectiondetail__info__logo img {
    width: 50%;
}

.collectiondetail__info__text {
    font-size: 0.8em;
    line-height: 26px;
}

.collectiondetail__info__btn {
    min-width: 200px;
    width: 80%;
    margin: 30px auto 0 auto;
}

.collectiondetail__info__btn a {
    display: block;
    width: 100%;
    background: #26130C;
    color: #ffffff;
    text-decoration: none;
    padding: 20px 30px;
    position: relative;
    font-size: 0.8em;
    text-align: center;
}

.collectiondetail__info__dl {
    margin: 20px 0 0 0;
}

.collectiondetail__info__dl dt {
    width: 80px;
    font-size: 0.8em;
    line-height: 26px;
    float: left;
}

.collectiondetail__info__dl dd {
    width: calc(100%-80px);
    font-size: 0.8em;
    line-height: 26px;
    margin-left: 80px;
}

.collectiondetail__recommend {
    width: 100%;
    padding: 5% 0 40px 0;
}

.collectiondetail__recommend__title {
    text-align: center;
}

.collectiondetail__recommend__title img {
    width: 40%;
    max-width: 217px;
}

.collectiondetail__recommend__ul li {
    width: 26.66%;
    float: left;
    margin: 5% 0 0 5%;
}

.collectiondetail__recommend__ul li:nth-of-type(3n+1) {
    clear: both;
}

.collectiondetail__recommend__ul li img {
    width: 100%;
}

@media (min-width: 960px) {
    .collectiondetail__2column {
        width: 90%;
        max-width: 1110px;
        margin: 50px auto 0 auto;
    }

    .collectiondetail__image {
        width: 48%;
        margin: 0 10% 0 0;
        float: left;
    }

    .collectiondetail__info {
        width: 42%;
        margin: 0;
        float: right;
        padding-bottom: 0;
    }

    .collectiondetail__info__logo {
        padding: 10% 0;
    }

    .collectiondetail__info__btn {
        width: 260px;
        margin-top: 50px;
    }

    .collectiondetail__info__btn a {
        width: 260px;
        padding: 22px 40px;
        font-size: 1em;
    }

    .collectiondetail__recommend {
        width: 90%;
        max-width: 1110px;
        margin: 0 auto;
    }

    .collectiondetail__recommend__ul li {
        width: 22%;
        float: left;
        margin: 4% 4% 0 0;
    }

    .collectiondetail__recommend__ul li:nth-of-type(3n+1) {
        clear: none;
    }

    .collectiondetail__recommend__ul li:nth-of-type(4n+1) {
        clear: both;
    }

    .collectiondetail__recommend__ul li:nth-of-type(4n) {
        margin: 4% 0 0 0;
    }
}

/* indexPage
-------------------- */
.collectionlist {
    padding: 0 0 40px 0;
}

.collectionlist__title {
    margin: 40px auto;
    text-align: center;
}

.collectionlist__title img {
    width: 50%;
    max-width: 396px;
}

.collectionlist__ul {
    margin: -5% 0 0 0;
}

.collectionlist__ul li {
    width: 42.5%;
    float: left;
    margin: 5% 0 0 5%;
}

.collectionlist__ul li img {
    width: 100%;
}

.collectionlist__btn {
    margin: 40px 0 0 0;
    text-align: center;
}

.collectionlist__btn li {
    display: inline-block;
    padding: 0 2px;
}

.collectionlist__btn li span {
    display: block;
    width: 35px;
    padding: 10px 0;
    background: #26130C;
    border: solid 1px #26130C;
    color: #ffffff;
    font-size: 0.8em;
}

.collectionlist__btn li a {
    display: block;
    width: 35px;
    padding: 10px 0;
    background: #ffffff;
    border: solid 1px #26130C;
    color: #26130C;
    text-decoration: none;
    font-size: 0.8em;
}

@media (min-width: 960px) {
    .collectionlist__title {
        margin: 90px auto;
    }

    .collectionlist__title img {
        width: auto;
        max-width: none;
    }

    .collectionlist {
        width: 90%;
        max-width: 1110px;
        margin: 90px auto;
    }

    .collectionlist__ul {
        margin: -3% 0 0 0;
    }

    .collectionlist__ul li {
        width: 31.33%;
        float: left;
        margin: 3% 3% 0 0;
    }

    .collectionlist__ul li:nth-of-type(3n+1) {
        clear: both;
    }

    .collectionlist__ul li:nth-of-type(3n) {
        margin: 3% 0 0 0;
    }

    .collectionlist__btn li span {
        width: 70px;
        padding: 20px 0;
    }

    .collectionlist__btn li a {
        width: 70px;
        padding: 20px 0;
    }
}

/* indexPage
-------------------- */
.main {
    overflow: hidden;
}

.brandlist {
    padding: 0 0 40px 0;
}

.brandlist a {
    text-decoration: none;
}

.brandlist a:hover > * {
    opacity: 0.5;
}

.brandlist__title {
    margin: 40px auto;
    text-align: center;
}

.brandlist__title img {
    width: 50%;
    max-width: 325px;
}

.brandlist__grey {
    display: table;
    width: 100%;
    position: relative;
    background: #eeeeee;
}

.brandlist__grey__last {
    display: table;
    width: 100%;
    position: relative;
    background: #eeeeee;
    margin-bottom: 40px;
}

.brandlist__grey__left {
    display: table-cell;
    width: 50%;
    height: 350px;
    vertical-align: middle;
}

.brandlist__grey__left p img {
    height: 100%;
}

.brandlist__grey__right {
    display: table-cell;
    width: 50%;
    height: 350px;
    vertical-align: middle;
}

.brandlist__white {
    display: table;
    width: 100%;
    position: relative;
}

.brandlist__white__left {
    display: table-cell;
    width: 50%;
    height: 350px;
    vertical-align: middle;
}

.brandlist__white__right {
    display: table-cell;
    width: 50%;
    height: 350px;
    vertical-align: middle;
}

.brandlist__white__right p img {
    height: 100%;
}

.brandlist__image01 {
    height: 120%;
    position: absolute;
    top: -20px;
    left: calc(30% - 160px);
    z-index: 10;
    pointer-events: none;
}

.brandlist__image02 {
    height: 120%;
    position: absolute;
    top: -20px;
    right: calc(30% - 200px);
    z-index: 10;
    pointer-events: none;
}

.brandlist__image03 {
    height: 120%;
    position: absolute;
    top: -20px;
    left: calc(30% - 200px);
    z-index: 10;
    pointer-events: none;
}

.brandlist__image04 {
    height: 120%;
    position: absolute;
    top: -20px;
    right: calc(30% - 200px);
    z-index: 10;
    pointer-events: none;
}

.brandlist__image05 {
    height: 120%;
    position: absolute;
    top: -20px;
    left: calc(30% - 170px);
    z-index: 10;
    pointer-events: none;
}

.brandlist__image06 {
    height: 120%;
    position: absolute;
    top: -20px;
    right: calc(30% - 250px);
    z-index: 10;
    pointer-events: none;
}

.brandlist__image07 {
    height: 120%;
    position: absolute;
    top: -20px;
    left: calc(30% - 230px);
    z-index: 10;
    pointer-events: none;
}

.brandlist__image08 {
    height: 120%;
    position: absolute;
    top: -20px;
    right: calc(30% - 160px);
    z-index: 10;
    pointer-events: none;
}

.brandlist__image09 {
    height: 150%;
    position: absolute;
    top: -20px;
    left: calc(30% - 520px);
    z-index: 10;
    pointer-events: none;
}

.brandlist__image10 {
    height: 120%;
    position: absolute;
    top: -30px;
    right: calc(30% - 170px);
    z-index: 10;
    pointer-events: none;
}

.brandlist__image11 {
    height: 120%;
    position: absolute;
    top: -20px;
    left: calc(30% - 200px);
    z-index: 10;
    pointer-events: none;
}

.brandlist__image12 {
    width: 50%;
    height: 80%;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 10;
    pointer-events: none;
    text-align: center;
}

.brandlist__image13 {
    height: 120%;
    position: absolute;
    top: -30px;
    right: calc(30% - 200px);
    z-index: 10;
    pointer-events: none;
}

.brandlist__logo {
    width: 80%;
    max-width: 200px;
    margin: 0 auto;
}

.brandlist__logo10 {
    width: 80%;
    max-width: 200px;
    margin: 50px auto 0 auto;
}

.brandlist__logo img {
    width: 100%;
}

.brandlist__logo10 img,
.brandlist__logo12 img {
    width: 100%;
}

.brandlist__btn {
    margin: 30px auto 0 auto;
    display: block;
    width: 140px;
    color: #26130C;
    text-decoration: none;
    padding: 10px 0 10px 20px;
    position: relative;
    font-size: 0.8em;
    border: solid 1px #26130C;
}

.brandlist__btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #26130C;
}

@media (min-width: 960px) {
    .brandlist__title {
        margin: 90px auto;
    }

    .brandlist__grey__left {
        height: 480px;
    }

    .brandlist__grey__right {
        height: 480px;
    }

    .brandlist__white__left {
        height: 480px;
    }

    .brandlist__white__right {
        height: 480px;
    }

    .brandlist__image01 {
        position: absolute;
        top: -40px;
        left: calc(50% - 550px);
        z-index: 10;
        pointer-events: none;
    }

    .brandlist__image01 {
        position: absolute;
        top: -40px;
        left: calc(50% - 550px);
        z-index: 10;
        pointer-events: none;
    }

    .brandlist__image01 {
        position: absolute;
        top: -40px;
        left: calc(50% - 550px);
        z-index: 10;
        pointer-events: none;
    }

    .brandlist__image01 {
        position: absolute;
        top: -40px;
        left: calc(50% - 550px);
        z-index: 10;
        pointer-events: none;
    }

    .brandlist__image01 {
        position: absolute;
        top: -40px;
        left: calc(50% - 550px);
        z-index: 10;
        pointer-events: none;
    }

    .brandlist__image01 {
        position: absolute;
        top: -40px;
        left: calc(50% - 550px);
        z-index: 10;
        pointer-events: none;
    }

    .brandlist__image01 {
        top: -40px;
        left: calc(50% - 550px);
    }

    .brandlist__image02 {
        top: -40px;
        right: calc(50% - 550px);
    }

    .brandlist__image03 {
        top: -40px;
        left: calc(50% - 550px);
    }

    .brandlist__image04 {
        top: -40px;
        right: calc(50% - 550px);
    }

    .brandlist__image05 {
        top: -40px;
        left: calc(50% - 550px);
    }

    .brandlist__image06 {
        top: -40px;
        right: calc(50% - 550px);
    }

    .brandlist__image07 {
        top: -40px;
        left: calc(50% - 550px);
    }

    .brandlist__image08 {
        top: -40px;
        right: calc(50% - 550px);
    }

    .brandlist__image09 {
        top: -120px;
        left: calc(50% - 850px);
    }

    .brandlist__image10 {
        top: -55px;
        right: calc(50% - 550px);
    }

    .brandlist__image11 {
        top: -40px;
        left: calc(50% - 550px);
    }

    .brandlist__image12 {
        top: -40px;
        left: -5%;
        height: 120%;
        text-align: right;
    }

    .brandlist__image13 {
        top: -55px;
        right: calc(50% - 550px);
    }

    .brandlist__logo {
        max-width: 250px;
    }

    .brandlist__btn {
        width: 170px;
        padding: 10px 0 10px 35px;
    }

    .brandlist__btn:before {
        right: 35px;
    }
}

/* indexPage
-------------------- */
.branddetail__title {
    padding: 30px 0;
    text-align: center;
}

.branddetail__title img {
    width: 50%;
    max-width: 250px;
}

.branddetail__info {
    width: 90%;
    margin: 0 auto;
}

.branddetail__info__left p img {
    width: 100%;
}

.branddetail__catch {
    margin: 20px 0 0 0;
    font-size: 1.2em;
    font-family: "noto", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.branddetail__text {
    margin: 20px 0 0 0;
    font-size: 0.8em;
}

.branddetail__movie {
    margin: 30px 0 0;
}

.branddetail__collection {
    padding: 0 0 40px 0;
}

.branddetail__collection__title {
    margin: 40px 0;
    text-align: center;
}

.branddetail__collection__title img {
    width: 50%;
    max-width: 260px;
}

.branddetail__collection__ul {
    margin: -5% 0 0 0;
}

.branddetail__collection__ul li {
    width: 42.5%;
    float: left;
    margin: 5% 0 0 5%;
}

.branddetail__collection__ul li img {
    width: 100%;
}

.branddetail__collection__btn {
    margin: 40px 0 0 0;
    text-align: center;
}

.branddetail__collection__btn li {
    display: inline-block;
    padding: 0 2px;
}

.branddetail__collection__btn li span {
    display: block;
    width: 35px;
    padding: 10px 0;
    background: #26130C;
    border: solid 1px #26130C;
    color: #ffffff;
    font-size: 0.8em;
}

.branddetail__collection__btn li a {
    display: block;
    width: 35px;
    padding: 10px 0;
    background: #ffffff;
    border: solid 1px #26130C;
    color: #26130C;
    text-decoration: none;
    font-size: 0.8em;
}

@media (min-width: 960px) {
    .branddetail__title {
        padding: 40px 0;
    }

    .branddetail__info {
        display: table;
        width: 90%;
        max-width: 1110px;
        margin: 0 auto;
    }

    .branddetail__info__left {
        display: table-cell;
        width: 40%;
        vertical-align: middle;
    }

    .branddetail__info__right {
        display: table-cell;
        width: 50%;
        padding: 0 0 0 10%;
        vertical-align: middle;
    }

    .branddetail__catch {
        font-size: 1.5em;
    }

    .branddetail__collection {
        width: 90%;
        max-width: 1110px;
        margin: 90px auto;
    }

    .branddetail__collection__title {
        margin: 0 0 40px 0;
        text-align: center;
    }

    .branddetail__collection__ul {
        margin: -3% 0 0 0;
    }

    .branddetail__collection__ul li {
        width: 31.33%;
        float: left;
        margin: 3% 3% 0 0;
    }

    .branddetail__collection__ul li:nth-of-type(3n) {
        margin: 3% 0 0 0;
    }

    .branddetail__collection__btn li span {
        width: 70px;
        padding: 20px 0;
    }

    .branddetail__collection__btn li a {
        width: 70px;
        padding: 20px 0;
    }
}

/* indexPage
-------------------- */
.shopindex__area {
    width: 90%;
    margin: 0 auto 50px;
}

.shopindex__item {
    margin: 30px 0 0;
    background: #eeeeee;
    padding: 0 0 30px 0;
}

.shopindex__item p img {
    width: 100%;
}

.shopindex__title {
    padding: 25px 0 0 0;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.5;
}

.shopindex__dl {
    width: 90%;
    margin: 10px auto 0 auto;
    font-size: 0.8em;
}

.shopindex__dl dt {
    padding: 10px 0 0 0;
    width: 120px;
    float: left;
    line-height: 1.5;
}

.shopindex__dl dd {
    padding: 10px 0 0 120px;
    line-height: 1.5;
}

.shopindex__dl2 {
    width: 90%;
    margin: 10px auto 0 auto;
    font-size: 0.8em;
}

.shopindex__dl2 dt {
    padding: 10px 0 0 0;
    width: 70px;
    float: left;
    line-height: 1.5;
}

.shopindex__dl2 dd {
    padding: 10px 0 0 70px;
    line-height: 1.5;
}

.shop__index__btn {
    width: 200px;
    margin: 20px auto 0 auto;
}

.shopindex__btn a {
    display: block;
    margin: 20px auto 0 auto;
    width: 200px;
    border: solid 1px #26130C;
    color: #26130C;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 0.8em;
    position: relative;
    background: #ffffff;
}

.shopindex__btn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #26130C;
}

.shopindex__tieup {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    border-top: solid 1px #dddddd;
}

.shopindex__tieup a {
    width: 100%;
    margin: 0 auto;
    display: block;
    border: solid 1px #ffffff;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    padding: 30px 40px;
    background: #26130C;
}

.shopindex__tieup a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #ffffff;
}

.shop__ul {
    width: 90%;
    margin: 20px auto 0 auto;
    border-top: solid 1px #dddddd;
}

.shop__ul li {
    border-bottom: solid 1px #dddddd;
}

.shop__ul li a {
    display: block;
    padding: 20px 0;
    font-size: 0.8em;
    text-decoration: none;
    color: #26130C;
    position: relative;
}

.shop__ul li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #26130C;
}

.shop__title {
    margin: 20px 10px 0 10px;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.3;
}

.shop__info {
    width: 90%;
    margin: 20px auto 0 auto;
    padding: 0 0 20px;
}

.shop__info__text {
    margin: 20px 0 0 0;
    font-size: 0.8em;
    line-height: 26px;
}

.shop__info__dl {
    margin: 20px 0 0 0;
}

.shop__info__dl dt {
    width: 120px;
    font-size: 0.8em;
    line-height: 26px;
    float: left;
}

.shop__info__dl dd {
    width: calc(100%-120px);
    font-size: 0.8em;
    line-height: 26px;
    margin-left: 120px;
}

.shop__info__dl dd p {
    padding-top: 5px;
    padding-bottom: 5px;
}

.shop__info__dl dd a {
    color: #26130C;
}

.shop__access__title {
    width: 90%;
    margin: 20px auto 0 auto;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 1.2em;
    border-top: solid 1px #dddddd;
}

.shop__access_map {
    width: 90%;
    margin: 20px auto 50px auto;
}

.shop__access_map iframe {
    width: 100%;
    height: 400px;
}

.shop__aceess {
    width: 90%;
    margin: 20px auto 0 auto;
    padding: 0 0 20px 0;
}

.shop__aceess__h4 {
    margin: 20px 0 0 0;
    font-size: 0.8em;
}

.shop__aceess__text {
    margin: 5px 0 0 0;
    font-size: 0.8em;
}

.shop__aceess__right {
    margin: 20px 0 0 0;
}

.shop__aceess__right img {
    width: 100%;
}

.shop__access__btn {
    width: 160px;
    margin: 20px auto 0 auto;
}

.shop__access__btn a {
    display: block;
    font-size: 0.8em;
    border: solid 1px #26130C;
    text-decoration: none;
    color: #26130C;
    position: relative;
    padding: 10px 0 10px 35px;
}

.shop__access__btn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #26130C;
}

.tieup__area {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 40px 0;
}

.tieup__title {
    margin: 20px auto 0 auto;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 1.2em;
    border-top: solid 1px #dddddd;
}

.tieup__ul {
    margin: 20px 0 0 0;
}

.tieup__ul li {
    display: block;
    padding: 10px 0 10px 20px;
    font-size: 0.8em;
    text-decoration: none;
    color: #26130C;
    position: relative;
    line-height: 2;
}

.tieup__ul li:before {
    display: block;
    content: "";
    position: absolute;
    top: 21px;
    left: 5px;
    margin-top: 0;
    border: none;
    /*top right bottom を透明化 */
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #26130C;
}

@media (min-width: 960px) {
    .shopindex__area {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        max-width: 1110px;
        margin: 40px auto 90px auto;
    }

    .shopindex__item {
        width: 32%;
        padding: 0 0 35px;
        margin: 50px 0 0 0;
    }

    .shopindex__item:not(:first-child) {
        margin-left: 2%;
    }

    .shopindex__dl {
        margin: 10px auto 0 auto;
    }

    .shopindex__dl2 {
        margin: 10px auto 0 auto;
    }

    .shopindex__title {
        font-size: 1.4em;
    }

    .shopindex__btn {
        margin: 30px 0 0 0;
    }

    .shopindex__btn a {
        width: 250px;
        padding: 15px 30px;
        font-size: 1em;
    }

    .shopindex__tieup {
        width: 450px;
        padding: 80px 0;
        border: none;
    }

    .shopindex__tieup a {
        width: 450px;
        margin: 0;
        border: none;
        color: #ffffff;
        padding: 30px 0 30px 140px;
        background: #26130C;
        font-family: "noto", serif;
        font-size: 1.4em;
    }

    .shopindex__tieup a:before {
        right: 140px;
        border-left: 4px solid #ffffff;
    }

    .shop__ul {
        width: 90%;
        max-width: 1110px;
        margin: 40px auto 0 auto;
        border-top: none;
        text-align: center;
    }

    .shop__ul li {
        display: inline-block;
        border-bottom: none;
        border-left: solid 1px #26130C;
    }

    .shop__ul li.shop__li__border {
        border-right: solid 1px #26130C;
    }

    .shop__ul li a {
        padding: 0 30px;
        font-size: 1.2em;
    }

    .shop__ul li a:before {
        content: none;
    }

    .shop__title {
        margin: 80px 0 0 0;
        text-align: center;
        font-size: 2.1em;
    }

    .shop__info {
        margin: 80px auto 0 auto;
        max-width: 1110px;
    }

    .shop__info__left {
        width: 45%;
        margin: 0 10% 0 0;
        float: left;
    }

    .shop__info__right {
        width: 45%;
        margin: 0;
        float: right;
    }

    .shop__info__text {
        margin: -7px 0 0 0;
    }

    .shop__access__title {
        max-width: 1110px;
        margin: 40px auto 0 auto;
        padding: 40px 0 0 0;
        font-size: 1.4em;
    }

    .shop__access_map {
        max-width: 1110px;
        margin: 40px auto 80px auto;
    }

    .shop__access_map iframe {
        height: 500px;
    }

    .shop__aceess {
        display: table;
        max-width: 1110px;
        margin: 0 auto;
        padding: 0 0 40px 0;
    }

    .shop__aceess__h4 {
        margin: 40px 0 0 0;
    }

    .shop__aceess__left {
        display: table-cell;
        width: 55%;
        padding: 10px 0 0 0;
        vertical-align: top;
    }

    .shop__aceess__right {
        display: table-cell;
        width: 35%;
        padding: 50px 0 0 10%;
        margin: 0;
        vertical-align: top;
    }

    .tieup__area {
        max-width: 1110px;
        padding: 0 0 80px 0;
    }

    .tieup__title {
        margin: 40px 0 0 0;
        padding: 40px 0;
    }

    .tieup__ul {
        margin: 0;
    }

    .tieup__ul li {
        width: 33%;
        float: left;
    }
}

/* indexPage
-------------------- */
.contact__title {
    width: 90%;
    margin: 35px auto 0 auto;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.3;
}

.contact__text {
    width: 90%;
    margin: 40px auto 0 auto;
    font-size: 0.8em;
}

.contact__text2 {
    width: 90%;
    margin: 40px auto 100px auto;
    font-size: 0.8em;
    text-align: center;
}

.contact__text2 p {
    margin-top: 20px;
}

.contact__text2tel {
    font-size: 1.375rem;
}

.contact__thanks {
    width: 90%;
    margin: 40px auto 0 auto;
    font-size: 1.25em;
    text-align: center;
}

.contact__thanks__text {
    width: 90%;
    margin: 20px auto 0 auto;
    font-size: 0.8em;
    text-align: center;
}

.contact__thanks__btn {
    margin: 40px 0 0 0;
    padding: 0 0 40px 0;
}

.contact__thanks__btn a {
    display: block;
    width: 250px;
    background: #26130C;
    color: #ffffff;
    text-decoration: none;
    padding: 20px 30px;
    position: relative;
    font-size: 1em;
    border-style: none;
    cursor: pointer;
    margin: 0 auto;
}

.contact__thanks__btn a:hover {
    opacity: 0.5;
}

.contact__thanks__btn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #ffffff;
}

.contact__enter {
    margin: 30px 0 0 0;
    padding: 0 0 40px 0;
}

.contact__enter li {
    margin: 10px 0 0 0;
    line-height: 1.7;
}

.contact__enter li a {
    width: 90%;
    margin: 0 auto;
    display: block;
    border: solid 1px #FFFFFF;
    text-decoration: none;
    color: #FFFFFF;
    position: relative;
    padding: 25px 40px 25px 30px;
    background: #26130C;
}

.contact__enter li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #FFFFFF;
}


.contact__h3 {
    width: 90%;
    margin: 40px auto 0 auto;
}

.formname-error-list-title {
    width: 90%;
    margin: 20px auto 0 auto;
    padding: 15px;
    background: #ffe8e8;
    border: solid 1px #cd2525;
    font-size: 0.8em;
    border-radius: 3px;
}

.contact__table {
    width: 90%;
    margin: 20px auto 0 auto;
    border-top: solid 1px #e6e6e6;
}

.contact__table th {
    display: block;
    padding: 20px 0 0 0;
    font-size: 0.9em;
}

.contact__table td {
    display: block;
    border-bottom: solid 1px #e6e6e6;
    padding: 5px 0 20px 0;
    font-size: 0.9em;
}

.mark-mandatory {
    display: inline-block;
    margin: 0 0 2px 10px;
    padding: 4px 5px;
    border-radius: 2px;
    background: #a98d50;
    color: #FFF;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
}

.mark-optional {
    display: inline-block;
    margin: 0 0 2px 10px;
    padding: 4px 5px;
    border-radius: 2px;
    background: #bbbbbb;
    color: #FFF;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
}

.form1 input[type="text"],
.form1 input[type="tel"],
.form1 textarea {
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    font-size: 14px;
    background: #eeeeee;
    border: 1px solid #DDD;
    border-radius: 4px;
}

.form1 textarea {
    height: 150px;
}

.form1 select {
    margin: 5px 0;
    padding: 10px 5px;
    font-size: 14px;
    background: #eeeeee;
    border: 1px solid #DDD;
    border-radius: 4px;
}

.form1 label {
    display: inline-block;
    cursor: pointer;
    margin: 5px 0;
    padding: 10px;
    border: 1px solid #DDD;
    border-radius: 2px;
    background: #eeeeee;
}

.form1 input[type="checkbox"],
.form1 input[type="radio"] {
    margin: 0 6px 2px 2px;
    vertical-align: middle;
}

#formname-mail,
#formname-mailcheck,
#formname-height,
#formname-size {
    width: 75%;
}

#formname-height,
#formname-size {
    margin: 0 10px 0 0;
}

.form1__mailnote {
    margin: 20px 5% -15px;
    font-size: 12px;
    line-height: 1.7;
}

.form1__mailnote br {
    display: none;
}

.form1__btn {
    margin: 40px 0 0 0;
    padding: 0 0 40px 0;
}

.form1__btn-submit {
    display: block;
    width: 200px;
    background: #26130C;
    color: #ffffff;
    text-decoration: none;
    padding: 20px 30px;
    position: relative;
    font-size: 1em;
    border-style: none;
    cursor: pointer;
    margin: 0 auto;
}

.form1__btn-submit:hover {
    opacity: 0.5;
}

.form1__btn-submit:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #ffffff;
}

@media (min-width: 960px) {
    .contact__title {
        margin: 80px auto 0 auto;
        max-width: 900px;
        text-align: center;
        font-size: 2.1em;
    }

    .contact__text {
        width: 90%;
        max-width: 1110px;
        margin: 80px auto 0 auto;
        text-align: center;
    }

    .contact__text2 {
        width: 90%;
        max-width: 900px;
        margin: 80px auto 30px auto;
    }

    .contact__text2tel {
        font-size: 2rem;
    }

    .contact__thanks {
        width: 90%;
        max-width: 900px;
        margin: 80px auto 0 auto;
    }

    .contact__thanks__btn {
        margin-bottom: 80px;
    }

    .contact__enter {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 90%;
        max-width: 1110px;
        margin: 40px auto 0 auto;
        padding: 0 0 80px 0;
    }

    .contact__enter li {
        width: 32%;
        margin: 0 0 0 2%;
    }

    .contact__enter li br {
        display: inline;
    }

    .contact__enter li:nth-of-type(1) {
        margin: 0;

    }

    .contact__enter li a {
        display: table;
        width: 100%;
        height: 100%;
        margin: 0;
        border: none;
        color: #ffffff;
        padding: 40px 0;
        background: #26130C;
        font-family: "noto", serif;
        font-size: 1.4em;
        line-height: 40px;
        text-align: center;
    }

    .contact__enter li a:before {
        right: 20px;
    }

    .contact__enter li span {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
    }

    .contact__h3 {
        font-size: 1.25em;
        max-width: 900px;
        margin: 40px auto 0 auto;
    }

    .formname-error-list-title {
        max-width: 900px;
        text-align: center;
        padding: 20px;
    }

    .contact__table {
        max-width: 900px;
        margin: 20px auto 0 auto;
    }

    .contact__table th {
        width: 30%;
        display: table-cell;
        padding: 20px 0;
        vertical-align: top;
        border-bottom: solid 1px #e6e6e6;
    }

    .contact__table td {
        width: 70%;
        display: table-cell;
        padding: 20px 0;
    }

    .form1 input[type="text"],
    .form1 input[type="tel"] {
        width: 75%;
    }

    .form1__mailnote {
        margin: 20px 5% -15px;
        font-size: 12px;
        text-align: center;
    }

    .form1__mailnote br {
        display: inline;
    }

    .form1__btn {
        margin-bottom: 150px;
    }
}

/* indexPage
-------------------- */
.news__title {
    margin: 40px 0 0 0;
    text-align: center;
    font-size: 1.5em;
}

.news__area {
    width: 90%;
    margin: 40px auto 0 auto;
    padding: 0 0 40px 0;
}

.news__subtitle {
    padding: 20px 0;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}

.news__list {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 1px #dddddd;
}

.news__list a {
    text-decoration: none;
    color: #26130C;
}

.news__list__image {
    display: table-cell;
    width: 30%;
}

.news__list__image img {
    width: 100%;
}

.news__list__title {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    padding: 0 0 0 5%;
    font-size: 0.8em;
    line-height: 1.5;
}

.news__list__title time {
    display: block;
}

.news__foot__btn {
    margin: 20px 0 0 0;
    text-align: center;
}

.news__foot__btn li {
    display: inline-block;
    padding: 0 2px;
}

.news__foot__btn li span {
    display: block;
    width: 35px;
    padding: 10px 0;
    background: #26130C;
    border: solid 1px #26130C;
    color: #ffffff;
    font-size: 0.8em;
}

.news__foot__btn li a {
    display: block;
    width: 35px;
    padding: 10px 0;
    background: #ffffff;
    border: solid 1px #26130C;
    color: #26130C;
    text-decoration: none;
    font-size: 0.8em;
}

.news__right__btn {
    margin: 20px 0 0 0;
    border: solid 1px #dddddd;
}

.news__right__btn a {
    display: block;
    padding: 20px 25px 20px 20px;
    font-size: 0.8em;
    text-decoration: none;
    color: #26130C;
    line-height: 1.5;
    position: relative;
}

.news__right__btn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #26130C;
}

.news__right__h4 {
    font-size: 0.8em;
    color: #ffffff;
    background: #26130C;
    margin: 20px 0 0 0;
    padding: 20px;
    line-height: 1.5;
}

.news__right__ul {
    border-top: solid 1px #dddddd;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
}

.news__right__ul li {
    border-bottom: solid 1px #dddddd;
}

.news__right__ul li a {
    display: block;
    padding: 20px 25px 20px 20px;
    font-size: 0.8em;
    text-decoration: none;
    color: #26130C;
    line-height: 1.5;
    position: relative;
}

.news__right__ul li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #26130C;
}

.news__foot__btn2 {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
}

.news__foot__btn2 li {
    display: inline-block;
    padding: 0 2px;
}

.news__foot__btn2 li a {
    display: block;
    padding: 10px 40px;
    background: #ffffff;
    border: solid 1px #26130C;
    color: #26130C;
    text-decoration: none;
    font-size: 0.8em;
    position: relative;
}

.news__foot__btn2 li.news__prev__btn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-right: 4px solid #26130C;
}

.news__foot__btn2 li.news__next__btn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #26130C;
}

.news__detail__time {
    display: inline-block;
    background: #26130C;
    color: #ffffff;
    padding: 5px;
    font-size: 0.8em;
}

.news__detail__title {
    margin: 20px 0 0 0;
    font-size: 1.2em;
    line-height: 1.5;
}

.news__detail__body img {
    max-width: 100%;
    margin: 20px 0 0 0;
}

.news__detail__body img:first-of-type {
    margin: 0;
}

.news__detail__body {
    margin: 20px 0 0 0;
    font-size: 0.8em;
    line-height: 2;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.news__detail__body p {
    margin: 20px 0 0 0;
}

.news__detail__body h1 {
    margin: 25px 0 20px;
    font-size: 2.4em;
}

.news__detail__body h2 {
    margin: 25px 0 20px;
    font-size: 2.1em;
}

.news__detail__body h3 {
    margin: 25px 0 20px;
    font-size: 1.8em;
}

.news__detail__body h4 {
    margin: 25px 0 20px;
    font-size: 1.6em;
}

.news__detail__body h5 {
    margin: 25px 0 20px;
    font-size: 1.4em;
}

.news__detail__body h6 {
    margin: 25px 0 20px;
    font-size: 1.2em;
}

.news__detail__body blockquote {
    margin: 25px 0;
    padding: 15px;
    background: #EEE;
}

.news__detail__body ul {
    list-style-type: disc;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 30px;
}

.news__detail__body ul ul {
    list-style-type: circle margin-top:10px;
    margin-bottom: 10px;
}

.news__detail__body ol {
    list-style-type: decimal;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 30px;
}

.news__detail__body ol ol {
    list-style-type: lower-roman;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news__detail__body li {
    margin: 2px 0;
}


@media (min-width: 960px) {
    .news__title {
        margin: 80px 0 0 0;
        text-align: center;
        font-size: 2.1em;
    }

    .news__area {
        display: table;
        max-width: 1110px;
        margin: 80px auto 0 auto;
        padding: 0 0 80px 0;
    }

    .news__area__left {
        display: table-cell;
        width: 70%;
    }

    .news__area__right {
        display: table-cell;
        width: 30%;
        padding: 0 0 0 5%;
    }

    .news__list {
        padding: 15px 0;
    }

    .news__foot__btn {
        margin: 30px 0 0 0;
    }

    .news__foot__btn li {
        padding: 0 4px;
    }

    .news__foot__btn li span {
        width: 50px;
        padding: 15px 0;
        font-size: 1em;
    }

    .news__foot__btn li a {
        width: 50px;
        padding: 15px 0;
        font-size: 1em;
    }

    .news__right__h4 {
        margin: 30px 0 0 0;
    }

    .news__list__title {
        font-size: 1em;
        line-height: 1.5;
    }

    .news__list__title time {
        font-size: 0.8em;
    }

    .news__detail__title {
        font-size: 1.5em;
    }

    .news__foot__btn2 {
        margin: 30px 0 0 0;
    }

    .news__foot__btn2 li {
        padding: 0 4px;
    }

    .news__foot__btn2 li a {
        padding: 15px 50px;
        font-size: 1em;
    }

    .news__foot__btn2 li.news__prev__btn a:before {
        top: 50%;
        left: 10px;
        margin-top: -5px;
    }

    .news__foot__btn2 li.news__next__btn a:before {
        top: 50%;
        right: 10px;
        margin-top: -5px;
    }
}

/* indexPage
-------------------- */
.qa__title {
    margin: 40px 0 0 0;
    text-align: center;
    font-size: 1.5em;
}

.qa__dl {
    width: 90%;
    margin: 40px auto;
}

.qa__dt {
    padding: 15px 10px 15px 40px;
    font-size: 0.8em;
    background: #baa068;
    line-height: 1.75;
    position: relative;
    border-radius: 4px;
    color: #ffffff;
}

.qa__dt:before {
    display: block;
    content: "Q";
    position: absolute;
    top: 7px;
    left: 13px;
    width: 0;
    height: 0;
    font-size: 1.5em;
    color: #ffffff;
    font-family: "noto", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.qa__dd {
    padding: 15px 10px 15px 40px;
    font-size: 0.8em;
    line-height: 1.75;
    position: relative;
}

.qa__dd:before {
    display: block;
    content: "A";
    position: absolute;
    top: 8px;
    left: 13px;
    width: 0;
    height: 0;
    font-size: 1.5em;
    color: #baa068;
    font-family: "noto", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

@media (min-width: 960px) {
    .qa__title {
        margin: 80px 0 0 0;
        font-size: 2.1em;
    }

    .qa__dl {
        max-width: 900px;
        margin: 80px auto;
    }

    .qa__dt {
        padding: 20px 20px 20px 80px;
    }

    .qa__dt:before {
        top: 8px;
        left: 30px;
        font-size: 1.75em;
    }

    .qa__dd {
        padding: 20px 20px 40px 80px;
    }

    .qa__dd:before {
        top: 10px;
        left: 30px;
        font-size: 1.75em;
    }
}

/* indexPage
-------------------- */
.policy__title {
    margin: 40px 0 0 0;
    text-align: center;
    font-size: 1.5em;
}

.policy__area {
    width: 90%;
    margin: 40px auto 0 auto;
    padding: 0 0 40px 0;
}

.policy__area h2 {
    font-size: 1.25em;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: solid 1px #dddddd;
}

.policy__area p {
    margin: 20px 0 0 0;
    font-size: 0.85em;
}

.policy__area ol {
    padding: 10px 0 0 0;
}

.policy__area ol li {
    list-style-type: decimal;
    font-size: 0.85em;
    margin: 10px 0 0 20px;
    line-height: 1.75;
}

@media (min-width: 960px) {
    .policy__title {
        margin: 80px 0 0 0;
        font-size: 2.1em;
    }

    .policy__area {
        max-width: 900px;
        margin: 80px auto 0 auto;
        padding: 0 0 80px 0;
    }

    .policy__area h2 {
        font-size: 1.5em;
        margin: 40px 0 0 0;
        padding: 40px 0 0 0;
    }

    .policy__area ol {
        padding: 10px 0 0 0;
    }

    .policy__area ol li {
        list-style-type: decimal;
        font-size: 0.85em;
        margin: 10px 0 0 20px;
        line-height: 1.75;
    }
}

/* indexPage
-------------------- */
.sitemap__title {
    margin: 40px 0 0 0;
    text-align: center;
    font-size: 1.5em;
}

.sitemap__area {
    width: 90%;
    margin: 40px auto 0 auto;
    padding: 0 0 40px 0;
}

.sitemap__ul01 li {
    line-height: 1.5;
    margin: 20px 0 0 0;
}

.sitemap__ul01 li ul {
    padding: 5px 0 0 0;
}

.sitemap__ul01 li ul li {
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 0.85em;
    border: none;
}

.sitemap__ul01 li ul li ul {
    padding: 5px 0 0 0;
}

.sitemap__ul01 li ul li ul li {
    margin: 10px 0 0 0;
    padding: 0;
    border: none;
}

.sitemap__ul01 li a {
    display: block;
    text-decoration: none;
    color: #26130C;
    background: #eeeeee;
    border: solid 1px #dddddd;
    position: relative;
    padding: 15px 0 15px 40px;
    border-radius: 4px;
}

.sitemap__ul01 li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    /*top right bottom を透明化 */
    border-left: 4px solid #26130C;
}

.sitemap__ul01 li ul li a {
    display: block;
    text-decoration: none;
    color: #26130C;
    position: relative;
    padding: 0 0 0 45px;
    background: none;
    border: none;
}

.sitemap__ul01 li ul li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border: none;
    /*top right bottom を透明化 */
    border-top: 1px solid #26130C;
    border-right: 1px solid #26130C;
    transform: rotate(45deg);
}

.sitemap__ul01 li ul li ul li a {
    display: block;
    text-decoration: none;
    color: #26130C;
    position: relative;
    padding: 0 0 0 60px;
}

.sitemap__ul01 li ul li ul li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -2px;
    border: none;
    /*top right bottom を透明化 */
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #26130C;
}

@media (min-width: 960px) {
    .sitemap__title {
        margin: 80px 0 0 0;
        font-size: 2.1em;
    }

    .sitemap__area {
        max-width: 900px;
        margin: 80px auto 0 auto;
        padding: 0 0 80px 0;
    }

    .sitemap__ul01 li ul li ul li {
        float: left;
        width: 33%;
    }

    .sitemap__ul01 li ul li ul {
        padding: 15px 0;
    }
}

/* concept
-------------------- */
/* conceptmain */
.conceptmain {
    position: relative;
}

.conceptmain__title {
    padding-top: calc(103% + 10px);
    font-size: 0.75rem;
    text-align: center;
}

.conceptmain__img {
    position: absolute;
    top: 0;
    left: 0;
}

.conceptmain__img img {
    width: 100%;
}

.conceptmain__catch1 {
    margin-top: calc(8% + 30px);
    text-align: center;
}

.conceptmain__catch1 img {
    width: 70%;
    max-width: 357px;
}

.conceptmain__catch2 {
    margin-top: 15px;
    font-family: "noto", serif;
    font-size: 0.75rem;
    text-align: center;
}

.conceptmain__txt {
    margin: 25px 10% 0;
    font-size: 0.8rem;
}

.conceptmain__txt p {
    margin-top: 10px;
    line-height: 2;
}

.conceptmain__txt br {
    display: none;
}

.conceptmain__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 720px;
    margin: calc(5% + 10px) auto 0;
}

.conceptmain__list li {
    width: 19%;
    margin: 0 1%;
    padding: 1%;
    border: 1px solid #666;
    border-radius: 100%;
}

.conceptmain__list img {
    width: 100%;
}

@media (min-width: 600px) {
    .conceptmain__txt {
        text-align: center;
    }

    .conceptmain__txt p {
        margin-top: 0;
        line-height: 2.5;
    }

    .conceptmain__txt br {
        display: inline;
    }
}

@media (min-width: 960px) {
    .conceptmain {
        overflow: hidden;
        max-height: 750px;
        padding: 80px 0;
    }

    .conceptmain__title {
        margin: 0 5% 0 30%;
        padding: 0;
        color: #FFF;
    }

    .conceptmain__img {
        z-index: -1;
        left: calc(50% - 600px);
        width: 1200px;
    }

    .conceptmain__container {
        margin: 0 5% 0 30%;
    }

    .conceptmain__catch1 {
        margin-top: 50px;
    }

    .conceptmain__catch1 img {
        width: 70%;
        max-width: 536px;
    }

    .conceptmain__catch2 {
        margin-top: 15px;
        color: #FFF;
        font-size: 1rem;
    }

    .conceptmain__txt {
        margin: 25px 0 0;
        color: #FFF;
    }

    .conceptmain__list {
        margin: 40px auto 0;
    }

    .conceptmain__list li {
        width: 120px;
        margin: 0 10px;
        padding: 15px;
    }
}

@media (min-width: 1200px) {
    .conceptmain {
        max-height: 1000px;
        padding: 110px 0 90px;
    }

    .conceptmain__img {
        z-index: -1;
        left: 0;
        width: 100%;
    }

    .conceptmain__txt {
        margin: 35px 0 0;
    }

    .conceptmain__list {
        margin: 50px auto 0;
    }

    .conceptmain__list li {
        width: 130px;
        margin: 0 15px;
    }
}

/* conceptdetail */
.conceptdetail {
    position: relative;
    margin: 0 auto;
    padding-bottom: calc(10% + 30px);
}

.conceptdetail__title {
    padding-top: 60px;
    font-size: 1.25rem;
    font-family: Georgia, serif;
    text-align: center;
}

.conceptdetail__txt {
    margin: 30px 10% 0;
}

.conceptdetail__txt p {
    margin-top: 10px;
    font-size: 0.8rem;
    line-height: 2;
}

.conceptdetail__img img {
    width: 100%;
}

@media (min-width: 960px) {
    .conceptdetail {
        padding-bottom: 100px;
    }

    .conceptdetail__title {
        padding-top: 0;
        text-align: left;
    }

    .conceptdetail__txt {
        margin: 40px 0 0;
    }
}

@media (min-width: 1200px) {
    .conceptdetail {
        padding-bottom: 120px;
    }
}

@media (min-width: 1450px) {
    .conceptdetail {
        max-width: 1200px;
    }
}

/* movie */
.conceptdetail_movie {
    max-width: 100%;
    margin: 0;
    padding-top: calc(8% + 30px);
}

.conceptdetail_movie .conceptdetail__title {
    padding-top: 0;
}

.conceptdetail_movie .youtubepopup {
    width: 80%;
    max-width: 800px;
    margin: 30px auto 0;
}

@media (min-width: 960px) {
    .conceptdetail_movie {
        margin: 0;
        padding-top: 100px;
    }

    .conceptdetail_movie .conceptdetail__title {
        text-align: center;
    }

    .conceptdetail_movie .youtubepopup {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    .conceptdetail_movie {
        padding-top: 120px;
    }
}

/* history */
.conceptdetail_history {
    max-width: 100%;
    margin: 0 0 calc(8% + 40px);
    padding-top: calc(8% + 30px);
    background: #e8e4e3;
}

.conceptdetail_history .conceptdetail__title {
    padding-top: 0;
}

.conceptdetail_history .conceptdetail__txt br {
    display: none;
}

@media (min-width: 600px) {
    .conceptdetail_history .conceptdetail__txt {
        text-align: center;
    }

    .conceptdetail_history .conceptdetail__txt p {
        margin-top: 0;
        line-height: 2.5;
    }

    .conceptdetail_history .conceptdetail__txt br {
        display: inline;
        ;
    }
}

@media (min-width: 960px) {
    .conceptdetail_history {
        margin: 0 0 110px;
        padding-top: 100px;
    }

    .conceptdetail_history .conceptdetail__title {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .conceptdetail_history {
        margin: 0 0 130px;
        padding-top: 120px;
    }
}

/* Assortment */
.conceptdetail__img_1 {
    width: 80%;
    margin-left: 10%;
}

@media (min-width: 960px) {
    .conceptdetail__img_1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 47%;
        margin-left: 0;
    }

    .conceptdetail_assortment .conceptdetail__container {
        width: 37%;
        max-width: 430px;
        margin: 0 auto 0 55%;
        padding-top: 100px;
    }
}

/* Identity */
.conceptdetail_identity {
    padding-top: 15%;
}

.conceptdetail_identity::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -20px;
    right: 10%;
    width: 63%;
    padding-top: 84%;
    background: #e8e4e3;
}

.conceptdetail__img_2 {
    position: relative;
    width: 62%;
}

.conceptdetail__img_3 {
    width: 42%;
    margin: -40% 0 0 58%;
}

@media (min-width: 960px) {
    .conceptdetail_identity {
        padding-top: 100px;
    }

    .conceptdetail_identity::before {
        top: 0;
        width: 30%;
        max-width: 480px;
        padding-top: 40%;
        max-height: 600px;
    }

    .conceptdetail__img_2 {
        position: relative;
        width: 30%;
        margin: 0 0 0 53%;
    }

    .conceptdetail__img_3 {
        width: 20%;
        margin: -12% auto 0 80%;
    }

    .conceptdetail_identity .conceptdetail__container {
        position: absolute;
        bottom: 200px;
        right: 55%;
        width: 37%;
        max-width: 430px;
    }
}

/* quality */
.conceptdetail_quality::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 85%;
    margin-top: calc(15% + 30px);
    padding-top: 75%;
    background: #e8e4e3;
}

.conceptdetail__img_4 {
    width: 90%;
    margin: 0 0 30px 10%;
}

@media (min-width: 960px) {
    .conceptdetail_quality {
        margin-top: -100px;
        margin-bottom: 120px;
    }

    .conceptdetail_quality::before {
        width: 56.25%;
        top: auto;
        bottom: 0;
        margin-top: 0;
        padding-top: 46.25%;
    }

    .conceptdetail__img_4 {
        width: 56.25%;
        margin: 0 0 0 7.5%;
    }

    .conceptdetail_quality .conceptdetail__container {
        position: absolute;
        top: 10%;
        left: 55%;
        width: 35%;
        max-width: 430px;
    }
}

@media (min-width: 1200px) {
    .conceptdetail_quality .conceptdetail__container {
        top: 15%;
    }
}
