@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;

    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;

}

:focus {
    outline: 0 !important;
    text-decoration: none !important;
}

html,
body {
    margin: 0 !important;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

input,
textarea {
    max-width: 100%;
    font-size: inherit;
    font-family: inherit;
}

caption,
th,
td {
    text-align: left;
    padding: 5px 10px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a img {
    border: none;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
time {
    display: block;
}

a {
    color: #191919;
    text-decoration: none;
}

a:hover,
a:active {
    color: #00bcd4;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    margin: 0px;
    padding: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
}

figure {
    max-width: 100%;
}

/*page
----------------------------------------------------*/
body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #2A335B;
    text-decoration: none;
    line-height: 1.7;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bold {
    font-weight: bold;
}

.mobile {
    display: none;
}

.relative {
    position: relative;
}

table td,
table th {
    border: 1px solid #d8d8d8;
    padding: 10px;
    vertical-align: middle;
    width: auto !important;
}

input,
textarea {
    border: 1px solid #d8d8d8;
    padding: 3px 10px;
}

a:hover img {
    opacity: 0.8;
}

.container {
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;

}

/* Backgrounds will cover all the section
* --------------------------------------- */
.section {
    background-size: cover;
    position: relative;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: white;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border: 1px solid #000;
}

.fp-right {
    right: 0;
    margin-top: 0 !important;
    top: inherit !important;
    bottom: 30px;
}

#fp-nav ul li a span.fp-sr-only {
    display: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    background: #000;
    box-sizing: border-box;
    border: 1px solid #24221F;
}

.tit-sec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 37px;
    color: #fff;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}

.tit-sec span {
    display: block;
}

#scroll-down.active .btn-web-shop {
    color: #000;
    border: 1px solid #000;
}

#scroll-down.active .btn-web-shop:before {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
}

#scroll-down.active .btn-web-shop:after {
    background: #000;
}

.slide_item.slick-active .hero_ttl {
    animation: text 8s linear 2s 1 alternate-reverse;
    -webkit-animation: text 8s linear 2s 1 alternate-reverse;
}

.slick-list .slide_item:first-child.slick-active .hero_ttl {
    animation: text 6s linear 1.5s 1 alternate-reverse;
    -webkit-animation: text 6s linear 1.5s 1 alternate-reverse;
}

.slick-list .slide_item:last-child.slick-active .hero_ttl {
    animation: img 17s linear 1.5s 1 alternate-reverse;
    -webkit-animation: img 17s linear 1.5s 1 alternate-reverse;
}

/*.slick-list .slide_item:last-child.slick-active{
    -webkit-animation: zoom_img 20s linear infinite;
    animation: zoom_img 20s linear infinite;
}*/
span.ml-2 {
    margin-left: 10px;
}

@-webkit-keyframes zoom_img {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    40% {
        -webkit-transform: scale(2);
        transform: scale(2)
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2)
    }

}

@keyframes zoom_img {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    40% {
        -webkit-transform: scale(2);
        transform: scale(2)
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2)
    }

}

@-webkit-keyframes text {
    0% {
        opacity: 0;
    }

    40%,
    50%,
    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes text {
    0% {
        opacity: 0;
    }

    30%,
    40%,
    50%,
    60%,
    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes img {
    0% {
        opacity: 0;
    }

    30%,
    40%,
    50%,
    60%,
    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes img {
    0% {
        opacity: 0;
    }

    30%,
    40%,
    50%,
    60%,
    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.hero_ttl {
    transition: opacity .8s;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    z-index: 100;
    opacity: 0;
    position: relative;
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-10px);
    }
}

.img-slide-shop {
    max-width: 450px;
}

.hero {
    position: relative;
    height: 100vh;
    opacity: 1;
}

.logo img {
    max-width: 110px;
}

.logo {
    position: fixed;
    top: 20px;
    right: 15px;
    z-index: 3;
}

.section:hover {
    opacity: 1;
}

.card-img {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.section:hover .card-img {
    opacity: 0.7;
}

.card-visual {
    background-color: #000;
}

.card-img {
    z-index: 1;
    position: relative;
    height: 100%;
}

/*slider*/
body.-load .hero {
    opacity: 1;
}

.slide_item.-moving {
    -webkit-animation: zoom_animation 20s linear infinite;
    animation: zoom_animation 20s linear infinite;
}

.slide_item.slide-img-shop.-moving:before {
    display: none;
}

.slide_item.-moving:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
}

@-webkit-keyframes zoom_animation {
    0% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4)
    }

}

@keyframes zoom_animation {
    0% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4)
    }

}

.slide_item {
    height: 100vh !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper {
    overflow: hidden;
}

.wrap-btn-box {
    text-align: left;
}

.btn-web-shop {
    font-size: 18px;
    padding: 12px 30px 13px;
    border-radius: 24px;
    display: inline-block;
    text-align: center;
    border: 1px solid #2A345B;
    color: #2A345B;
    min-width: 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent calc(50% + 1px), #2A345B 50%);
    background-repeat: repeat;
    transition: background-position 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
    position: relative;
    cursor: pointer;
    line-height: 1;
}

.btn-web-shop:hover {
    background-color: #2A345B;
    background-position: -100% 100%;
    color: #fff;
}

.flex {
    display: flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.scroll-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: #fff;
}

.footer-webshop a {
    color: #2A335B;
}

.footer-webshop a:hover {
    color: #000;
    transition: all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.line-break {
    display: block;
}

p.tit-box {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.footer-webshop a:first-child {
    margin-right: 15px;
}

.wrap {
    flex-wrap: wrap;
}

.hide {
    display: none;
}

#fp-nav img {
    max-width: 12px;
}

#fp-nav {
    text-align: center;
}

.wrap-web-shop {
    padding: 110px 0 60px 0;
}

.box-web-shop.flex.wrap {
    align-items: center;
    margin-bottom: 140px;
}

.cnt-box {
    width: 40%;
}

.box-img {
    width: 55%;
}

.tit-box {
    font-size: 26px;
    color: #2A335B;
    margin-bottom: 10px;
}

.lh-1 {
    line-height: 1;
}

.desc-tit {
    font-size: 18px;
    line-height: 18px;
    display: block;
}

.item-text-long .cnt-box {
    width: calc(100% - 650px);
}

.item-text-long .box-img {
    max-width: 650px;
}

p.sub-box {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.wrap-web-shop .box-web-shop:nth-child(even){
    flex-direction: row-reverse;
}

.btn-web-shop:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #2A345B;
    right: -15px;
}

.wrap-web-shop .box-web-shop:last-child {
    margin-bottom: 0;
}

.footer-webshop {
    color: #231F20;
    font-size: 14px;
    background: #F2F2F3;
    padding: 30px 0 30px 20px;
    margin-top: 60px;
}

.content {
    height: 100px;
}

.no_stuck {
    position: absolute;
    z-index: 9999;
    right: 20px;
    top: -19px;
}

#colophon {
    position: relative;
}

#back-top a.btn-web-shop {
    background: transparent;
    border: 1px solid #fff;
    padding: 8px 40px 12px 10px;
    color: #fff;
    transform: rotate(90deg);
    min-width: 115px;
}

#back-top a.btn-web-shop:after {
    background: #fff;
}

#scroll-up {
    transform: rotate(-90deg);
}

#scroll-up .btn-web-shop:before {
    content: '';
    position: absolute;
    left: 44px;
    top: 12px;
    width: 8px;
    height: 8px;
    border-top: solid 1px #2A345B;
    border-right: solid 1px #2A345B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#scroll-up .btn-web-shop {
    min-width: 30px;
    font-size: 0;
    padding: 12px 19px 21px;
}

#scroll-down {
    position: absolute;
    right: 0;
    bottom: 58px;
    transform: rotate(90deg);
}

#scroll-down .btn-web-shop {
    min-width: 96px;
    color: #fff;
    padding: 13px 15px 13px 0px;
    border: 1px solid #fff;
    font-size: 14px;
}

#scroll-down .btn-web-shop:before {
    content: '';
    position: absolute;
    bottom: 15px;
    width: 9px;
    height: 9px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -25px;
}

#scroll-down .btn-web-shop:after {
    background: #fff;
    right: -25px;
    width: 45px;
}

.group-vertical-text {
    writing-mode: inherit;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-orientation: upright;
    height: auto;
}

.fix-btn {
    position: absolute;
    right: 0px;
    top: 20px;
}

.btn-m {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    padding: 15px 20px;
    background-color: #d6bb7a;
    border: 1px solid #d6bb7a;
    border-radius: 5px 0 0 5px;
    color: #36385c;
    font-size: 18px;
    display: inline-block;
}

.btn-m:hover {
    background-color: transparent;
    color: #d6bb7a;
}


.tit-vertical-child>span {
    display: inherit;
    height: 100%;
}

.sub-tit {
    color: #2A335B;
    font-size: 18px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #2A335B;
    border-radius: 20px;
    margin-bottom: 10px;
}

.group-vertical-text .sub-box {
    display: inline-block;
}

.wrap-web-shop .box-web-shop:nth-child(even) .group-vertical-text {
    justify-content: flex-start;
}

.wrap-web-shop .box-web-shop:nth-child(even) .wrap-btn-box {
    text-align: right;
}

.ie-show {
    display: none;
}

/* .box-item-1 .group-vertical-text {
    height: 350px;
}

.box-item-2 .group-vertical-text {
    height: 500px;
}

.box-item-3 .group-vertical-text {
    height: 350px;
}

.box-item-4 .group-vertical-text {
    height: 300px;
}

.box-item-5 .group-vertical-text {
    height: 480px;
}

.box-item-6 .group-vertical-text {
    height: 560px;
}

.box-item-7 .group-vertical-text {
    height: 330px;
}

.box-item-8 .group-vertical-text {
    height: 390px;
}

.box-item-9 .group-vertical-text {
    height: 550px;
}

.box-item-10 .group-vertical-text {
    height: 540px;
}

.box-item-11 .group-vertical-text {
    height: 330px;
} */

/*ie*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    span.number-ie {
        writing-mode: lr-tb;
        display: inline-block;
        width: 5px;
    }

    .tit-vertical-child>span {
        display: block;
    }

    .tit-sec {
        -webkit-writing-mode: tb-lr;
        -moz-writing-mode: tb-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: tb-lr;
    }

    .ie-show {
        display: block;
    }

    .ie-hide {
        display: none;
    }

    .btn-web-shop {
        font-size: 18px;
        padding: 12px 30px 13px;
        border-radius: 24px;
        display: inline-block;
        text-align: center;
        border: 1px solid #2A345B;
        color: #2A345B;
        min-width: 160px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-size: 200% 100%;
        background-image: none;
        position: relative;
        cursor: pointer;
        line-height: 1;
    }
}


@media screen and (max-width: 1000px) {

    .box-web-shop.flex.wrap {
        flex-direction: column-reverse;
    }

    .wrap-web-shop .box-web-shop:nth-child(even) .wrap-btn-box {
        text-align: left;
    }

    .box-web-shop>div,
    .item-text-long .cnt-box,
    .item-text-long .box-img {
        width: 100% !important;
        max-width: 100%;
    }

    .box-web-shop img {
        width: 100%;
    }

    .item-text-long .sub-box {
        font-size: 18px;
    }

    .tit-box {
        font-size: 25px;
        margin-bottom: 0;
    }

    .wrap-web-shop .box-web-shop:not(:last-child) {
        margin-bottom: 80px;
    }

    .sub-tit {
        margin-top: 15px;
        padding: 3px 16px;
    }

    .tit-vertical-child>span {
        display: block;
    }

    .group-vertical-text,
    .wrap-web-shop .box-web-shop:nth-child(even) .group-vertical-text {
        writing-mode: inherit;
        display: inherit;
    }

    .tit-vertical-child {
        margin: 0;
    }

    .desc-tit {
        font-size: 19px;
        margin-top: 0;
    }

    .sub-box {
        margin-top: 10px;
    }

    .tit-sec {
        font-size: 27px;
    }

    .group-vertical-text {
        height: auto !important;
    }
}

@media screen and (max-width: 768px) {

    .fix-btn {
        position: absolute;
        right: 50%;
        top: inherit;
        transform: translateX(50%);
        bottom: -30px;
    }

    .fix-btn .btn-m {
        writing-mode: lr;
        border-radius: 5px 5px 0 0;
        width: 170px;
        text-align: center;
    }

    .line-break {
        display: block;
    }


    .slide_item {
        height: 100vh !important;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    @-webkit-keyframes zoom_animation {
        0% {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2)
        }

        100% {
            -webkit-transform: scale(1.4);
            -ms-transform: scale(1.4);
            transform: scale(1.4)
        }

    }

    @keyframes zoom_animation {
        0% {
            -webkit-transform: scale(1.4);
            -ms-transform: scale(1.4);
            transform: scale(1.4)
        }

        100% {
            -webkit-transform: scale(1.8);
            -ms-transform: scale(1.8);
            transform: scale(1.8)
        }

    }

    #scroll-down {
        bottom: 120px;
    }

    .img-slide-shop {
        max-width: 300px;
    }
}

/*end 767*/
@media screen and (max-width: 375px) {}