/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html,
section,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
footer,
header,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
img {
    width: 100%; /*211012*/
    height: auto;
    vertical-align: top;
}
body {
    color: #fff;
    word-break: normal !important;
    font-family: serif;
    letter-spacing: 0.07em;
    font-size: 15px;
    line-height: 2em;
    background-color: #000;
    background-repeat: no-repeat;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
/*////////////////////////////
ELEM
////////////////////////////*/
.wrap {
    overflow: hidden;
}
.pc {
    display: block;
}
@media screen and (max-width: 979px) {
    .pc {
        display: none;
    }
}
.smp {
    display: none;
}
@media screen and (max-width: 979px) {
    .smp {
        display: block;
    }
}
.en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
}
section {
    padding: 0 0 120px;
}
@media screen and (max-width: 979px) {
    section {
        padding: 0 0 80px;
    }
}
section:first-of-type {
    padding: 120px 0;
}
@media screen and (max-width: 979px) {
    section:first-of-type {
        padding: 80px 0;
    }
}
section:last-of-type {
    padding: 0;
}
.all_wrap {
    width: 100%;
}
@media screen and (max-width: 979px) {
    .all_wrap {
        width: 90%;
        margin: auto;
    }
}

.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.main_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: black; /* 背景を黒に固定 */
    position: relative;
    overflow: hidden;
}
.center_logo {
    width: 25%;
    height: 95%;
    position: absolute;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 979px) {
    .center_logo {
        width: 100%;
        height: 22%;
        background: rgba(0, 0, 0, 0);
    }
}
.center_logo img {
    width: 50%;
}
@media screen and (max-width: 979px) {
    .center_logo img {
        width: 20%;
    }
}

.line {
    background: #988663;
    height: 10px;
}

button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.youtube_movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 60px 0 0;
}
.player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.thumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.youtube_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*////////////////////////////
ELEM TTL
////////////////////////////*/
.sec_tit {
    font-size: 60px;
    text-align: center;
    margin: 0 0 60px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    line-height: 1em;
    overflow-wrap: break-word;
}
@media screen and (max-width: 979px) {
    .sec_tit {
        font-size: 2.5em;
        margin: 0 0 30px;
    }
}
.sec_tit + h3 {
    text-align: center;
    font-weight: 300;
}
.sec_tit + .en {
    font-size: 1.8em;
}
.pc_800_wrap {
    max-width: 800px;
    margin: auto;
}
h1 {
    text-align: center;
    font-weight: 300;
    font-size: 1.25em;
    line-height: 2em;
}
@media screen and (max-width: 979px) {
    h1 {
        font-size: 1.15em;
    }
}

/*////////////////////////////
PROCESS
////////////////////////////*/
.process_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 980px;
    margin: auto;
}
@media screen and (max-width: 979px) {
    .process_wrap {
        display: block;
        width: 100%;
    }
}
.process_inner h3 {
    font-size: 30px;
    font-family: serif;
    font-weight: 300;
}
@media screen and (max-width: 979px) {
    .process_inner h3 {
        font-size: 2em;
    }
}
.process_inner p {
    margin: 0 0 0;
}
.process_inner {
    position: relative;
    width: 50%;
}
@media screen and (max-width: 979px) {
    .process_inner {
        width: 100%;
    }
}

.process_inner img:nth-child(2) {
    position: absolute;
    top: -40px;
    right: -70px;
    width: 20%;
}
@media screen and (max-width: 979px) {
    .process_inner img:nth-child(2) {
        position: absolute;
        top: -30px;
        right: 0;
        width: 20%;
    }
}

.process_inner:nth-child(2) {
    margin: 0 0 0 50px;
}
@media screen and (max-width: 979px) {
    .process_inner:nth-child(2) {
        margin: 0;
    }
}
.process_left {
    margin: 0 auto 0 10%;
}
.process_right {
    margin: 0 10% 0 auto;
}
@media screen and (max-width: 979px) {
    .process_left,
    .process_right {
        margin: 0;
    }
}

/*////////////////////////////
LINEUP
////////////////////////////*/

/*211009*/
.swiper-blind-left {
    width: 15.58%;
    height: 100%;
    background: -o-linear-gradient(left, transparent, #222);
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(#222));
    background: -o-linear-gradient(right, transparent, #222);
    background: linear-gradient(to left, transparent, #222);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 9;
}
.swiper-blind-right {
    width: 15.58%;
    height: 100%;
    background: -o-linear-gradient(right, transparent, #222222);
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#222222));
    background: -o-linear-gradient(left, transparent, #222222);
    background: linear-gradient(to right, transparent, #222222);
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    z-index: 9;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 6% !important; /*211009*/
}
@media screen and (max-width: 979px) {
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 1% !important;
    }
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 6% !important; /*211009*/
}
@media screen and (max-width: 979px) {
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 1% !important;
    }
}

.swiper-button-next,
.swiper-button-prev {
    background-image: url(../../assets/img/arrow.svg);
    height: 67px;
    width: 28px;
    background-repeat: no-repeat;
    top: 45%;
}
.swiper-button-next {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

@media screen and (max-width: 979px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

.lineup_slide {
    position: relative;
}
.lineup_slider {
    margin: auto;
    overflow: hidden;
    position: relative; /*211009*/
    width: 90%;
}
@media screen and (max-width: 979px) {
    .lineup_slider {
        width: 100%;
    }
}
.lineup_slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* 左右に分割 */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lineup_slider .swiper-slide .row-wrap {
    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;
    margin: 0 0 20px;
    background: #050506;
    width: 100%;
    position: relative;
}
@media screen and (max-width: 979px) {
    .lineup_slider .swiper-slide .row-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.lineup_slider .swiper-slide .img-wrap {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 979px) {
    .lineup_slider .swiper-slide .img-wrap {
        width: 100%;
        height: auto;
        padding: 0;
    }
}
.lineup_slider .swiper-slide .cap-wrap {
    width: 35%;
    position: absolute;
    right: 0;
}
@media screen and (max-width: 979px) {
    .lineup_slider .swiper-slide .cap-wrap {
        padding: 0 20px;
    }
}
@media screen and (max-width: 979px) {
    .lineup_slider .swiper-slide .cap-wrap {
        width: 100%;
        left: 0;
        top: 50%;
    }
}
.lineup_slider .swiper-slide .caption {
    width: 100%;
}
.lineup_slider .swiper-slide .cap-wrap .title {
    font-size: 1.6rem;
    margin: 0 0 20px;
    text-decoration: underline;
    line-height: normal;
}
@media screen and (max-width: 979px) {
    .lineup_slider .swiper-slide .cap-wrap .title {
        font-size: 1rem;
    }
}
.lineup_slider .swiper-slide img {
    width: 100%;
}
@media screen and (max-width: 979px) {
    .lineup_slider .swiper-slide img {
        height: 100%;
    }
}

.archive_slider .swiper-slide img {
    width: 100%;
    margin: 0 0 20px;
}
.archive_slider {
    width: 65%; /*211009*/
    margin: auto;
    overflow: hidden;
    position: relative; /*211009*/
}
@media screen and (max-width: 979px) {
    .archive_slider {
        width: 100%;
    }
}
.archive_slide {
    position: relative;
}
.archive_slider .caption {
    margin: 30px 0 20px;
    /* height: 50px; */
}
@media screen and (max-width: 979px) {
    .archive_slider .caption {
        height: auto;
    }
}
@media screen and (max-width: 979px) {
    .archive_slider .price {
        padding: 0;
    }
}

@media screen and (max-width: 979px) {
    .caption {
        margin: 20px 0 0;
        height: 110px;
    }
    .price {
        padding: 10px;
    }
}


/*////////////////////////////
maintenance
////////////////////////////*/
.products .sec_tit,
.archive .sec_tit {
    width: 90%;
    margin: 0 auto 60px;
}
.maintenance,
.shoplist {
    width: 90%;
    margin: auto;
}
.maintenance .sec_tit,
.shoplist .sec_tit,
.products .sec_tit,
.archive .sec_tit {
    text-align: left;
    position: relative;
}
.maintenance .sec_tit:after,
.shoplist .sec_tit:after,
.products .sec_tit:after,
.archive .sec_tit:after {
    content: "";
    position: absolute;
    border: 2px solid #fff;
    width: 100%;
    left: 0;
    bottom: 4px;
}
@media screen and (max-width: 979px) {
    .maintenance .sec_tit:after,
    .shoplist .sec_tit:after,
    .products .sec_tit:after,
    .archive .sec_tit:after {
        border: 1px solid #fff;
        bottom: 0;
    }
}

.maintenance ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (max-width: 979px) {
    .maintenance ul {
        display: block;
    }
}
.maintenance li {
    width: 48%;
    margin: 0 0 40px;
}

@media screen and (max-width: 979px) {
    .maintenance li {
        width: 100%;
    }
}
/*////////////////////////////
shoplist
////////////////////////////*/
#accordion ul {
    width: 50%;
    list-style: none;
    margin: 45px auto 0 auto;
}
#accordion ul li {
    background-color: #000;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
}
.accordion_q {
    position: relative;
    padding-right: 35px;
    padding: 20px;
}
.accordion_q:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accordion_q.arrow:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.accordion_a {
    display: block;
    margin: 0;
    padding: 40px;
    background-color: #555;
    width: 100%;
    line-height: 3rem;
}
.accordion_a a {
    display: block;
    color: #fff;
    line-height: 1;
    margin: 0 0 30px;
}
.accordion_a a.td_n {
    text-decoration: none;
}
.accordion_a a:last-child {
    margin: 0;
}

@media screen and (max-width: 979px) {
    #accordion ul {
        width: 100%;
    }
}

/*////////////////////////////
footer
////////////////////////////*/
footer {
    padding: 5% 0 0;
    margin: 5% 0 0;
    background: #000;
}
@media screen and (max-width: 979px) {
    footer {
        padding: 10% 0;
    }
}
footer a {
    color: #fff;
}
.footer_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.footer_wrap > ul > li {
    margin: 0 50px 0 0;
}
@media screen and (max-width: 979px) {
    .footer_wrap > ul > li {
        margin: 25px 0;
    }
}
.footer_wrap > ul > li > a {
    font-size: 1.3em;
}
.footer_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 979px) {
    .footer_wrap ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.footer_wrap ul img {
    width: 30px;
    height: 30px;
}
.footer_sns a {
    display: block;
    height: 30px;
}
.footer_sns {
    margin: 0 0 0 20px;
}
footer span {
    text-align: center;
    display: block;
    padding: 5% 0 3%;
    font-size: 12px;
}

@media screen and (max-width: 979px) {
    footer span {
        padding: 10% 0 0;
    }
}

.att_text {
    font-size: 1.4rem;
    text-align: center;
    margin: 0 0 40px;
    display: block;
}

.att_btn {
    padding: 20px;
    background: #988762;
    color: #fff;
    font-size: 1.6rem;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: auto;
}
@media screen and (max-width: 979px) {
    .att_btn {
        font-size: 1.2rem;
    }
}

.add_detail {
    display: grid;
    grid-template-columns: 5.5fr 4.5fr; /* 7:3 の比率 */
}

.add_detail .img img {
    display: block;
    width: 100%;
    height: auto;
}

.add_detail .cap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0px 40px 60px;
    background: #000;
    color: #fff;
}
.add_detail .cap span {
text-decoration: underline;
display: block;
margin: 0 0 10px;
}


/* 979px以下で縦並び */
@media (max-width: 979px) {
    .add_detail {
        grid-template-columns: 1fr; /* 1列にする */
    }
}

.jp_tit{
    display: block;
    font-size: 2rem;
    margin: 20px 0 0;
}
@media (max-width: 979px) {
    .jp_tit{
        font-size: 1.4rem;
    }    
}

/* PC版：左右分割レイアウト */
.main_content_pc {
    display: flex;
    height: 100vh;
}

.main_content_pc .static_image {
    width: 50%;
    overflow: hidden;
}

.main_content_pc .static_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_content_pc .slider_section {
    width: 50%;
}

.main_content_pc .main_slider {
    height: 100%;
}

.main_content_pc .slider_section .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* スマホ版：上下分割レイアウト */
.main_content_smp {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.main_content_smp .static_image {
    height: 30%;
    overflow: hidden;
}

.main_content_smp .static_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_content_smp .slider_section {
    height: 70%;
}

.main_content_smp .main_slider {
    height: 100%;
}

.main_content_smp .slider_section .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.small_caution{
    font-size: 0.8rem;
    text-align: center;
}
@media (max-width: 979px) {
    .small_caution{
        font-size: 0.8rem !important;
        display: block;
        text-align: center;
    }   
}