@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    vertical-align: top;
}
html {
    font-size: 62.5%;
}
body {
    width: 100%;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.025em;
    font-style: normal;
    line-height: 1.78;
    background: #000;
    color: #fff;
}
@media screen and (max-width: 768px) {
    body {
        min-height: auto;
    }
}
a {
    color: #151210;
    text-decoration: none;
    word-break: break-word;
}
a:visited {
    outline: none;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .for-pc {
        display: none;
    }
}
.for-sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .for-sp {
        display: block;
    }
}
.main {
    position: relative;
}
.detail01 {
    z-index: 1;
}
.detail02 {
    z-index: 2;
}
#footer {
    background: #fff;
    color: #444;
    margin: 0;
    padding: 8% 0 0;
}

/* LEFT */
#kv {
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 70%;
    height: 100vh;
    min-height: 400px;
    text-align: center;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
    #kv {
        width: 60%;
    }
}
@media screen and (max-width: 768px) {
    #kv {
        position: relative;
        width: 100%;
        height: auto;
    }
}
#item01 {
    width: 100%;
    height: calc(100vh - 1px);
    overflow: hidden;
    min-height: 400px;
    background: url(../images/main_product01.jpg) center center no-repeat;
    background-size: cover;
}
#item02 {
    width: 100%;
    height: calc(100vh - 1px);
    overflow: hidden;
    min-height: 400px;
    background: url(../images/main_product02.jpg) center center no-repeat;
    background-size: cover;
}

/* RIGHT SIDE */
#main-inner {
    width: 100%;
    padding-left: 70%;
}
@media screen and (max-width: 1280px) {
    #main-inner {
        padding-left: 60%;
    }
}
@media screen and (max-width: 768px) {
    #main-inner {
        padding: 0;
        margin-top: -34vw;
    }
}
.l-inner {
    width: 100%;
    padding: 0;
}
.l-inner-footer {
    width: 100%;
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
}
#footer-menu {
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    align-content: center;
    margin: 30px 0 60px;
    padding: 0;
}
.footer-menu li {
    margin: 0 2%;
    padding: 0;
    width: 33%;
    max-width: 200px;
}
.footer-menu li:nth-child(2) {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    align-content: center;
}
.footer-menu li:nth-child(2) a {
    display: block;
    width: 30%;
}
.footer-menu li img {
    max-width: 20px;
    margin: 0;
}
.copyright {
    padding: 15px 0;
    background: #000;
    color: #fff;
}
.footer-logo {
    padding: 2% 0;
}
.footer-logo img {
    width: 40%;
    max-width: 240px;
}
@media screen and (max-width: 768px) {
    .l-inner-footer {
        padding: 0 2%;
        max-width: 100%;
    }
    #footer-menu {
        margin: 4% 0 0;
    }
    .footer-menu {
        margin: 8% 0 10%;
    }
    .footer-menu li {
        width: 36%;
    }
    .footer-menu li:nth-child(2) {
       width: 28%;
    }
    .footer-menu li {
        font-size: 80%;
    }
    .footer-menu li img {
        max-width: 28px;
    }
    .footer-menu li:nth-child(2) a {
        width: 40%;
    }
    .footer-logo img {
        width: 50%;
        max-width: 240px;
    }
}

/* MIDASHI */
.sec h2 {
    text-align: center;
    font-size: 4.2rem;
    color: #b49b79;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    .sec h2 {
        font-size: 3rem;
        text-align: left;
    }
}
h3.head-red {
    font-size: 2.75rem;
    text-align: center;
    margin: 4% 0 6%;
    line-height: 1.8;
    color: #B23326;
}
h3.head {
    font-size: 2.15rem;
    text-align: center;
    margin: 4% 0 6%;
    line-height: 1.8;
}
.sec-lead {
    padding: 26% 12% 30%;
}
.sec-lead .catch {
    text-align: left;
    line-height: 2;
}
@media screen and (max-width: 1280px) {
    .sec-lead {
        padding: 24% 10% 28%;
    }
}
@media screen and (max-width: 768px) {
    .sec-lead {
        height: auto;
        padding: 24% 7% 40%;
    }
    .sec-lead .catch {
        line-height: 2.25;
    }
}

/* ITEM LIST */
ul.itemlist {
    margin: 0;
    padding: 0 2% 9%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
ul.itemlist li {
    width: 23%;
    margin: 3rem 1%;
    padding: 0;
    line-height: 1.6;
}
ul.itemlist li img {
    width: 100%;
    margin-bottom: 1rem;
}
ul.itemlist li p.itemname {
    font-weight: bold;
}
hr {
    margin: 6rem 0;
    border-bottom: 1px solid #fff;
}
p.big-name {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.6;
}
p.big-price {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.6;
}
a.btn {
    display: block;
    text-align: center;
    font-size: 2rem;
    padding: 0.5rem 2rem;
    border: 1px solid #fff;
    color: #fff;
    width: 50%;
    margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
    ul.itemlist li {
        width: 46%;
        margin: 3rem 2%;
        padding: 0;
    }
    .coming {
        font-size: 1.7rem!important;
    }
}

/* Overlap */
.js-scroll-overlap {
    position: relative;
}
.js-scroll-overlap:not(.is-disabled) {
    --sticky-offset: -1px;
    --overlay-opacity: 0;
    position: sticky;
    top: var(--sticky-offset);
}
.js-scroll-overlap[data-is-overlay="true"]:not(.is-disabled)::after {
    content: "";
    opacity: var(--overlay-opacity);
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.9);
    pointer-events: none;
}
.js-scroll-overlap[data-is-overlay="true"]:not(.is-disabled).is-active::after {
    will-change: opacity;
}
.relative {
    position: relative;
}

/* Carousel */
.carousel {
    position: relative;
}
.carousel.fit-h .list li .obj {
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translateX(-50%);
}
.carousel.fit-w .obj {
    top: 50%;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateY(-50%);
}
.carousel .inner {
    margin: 0 auto;
    overflow: hidden;
    height: 100vh;
}
.carousel .inline {
    overflow: hidden;
    position: relative;
}
.carousel .list li {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    opacity: 0;
}
.carousel .list li._is-active {
    z-index: 1;
}
.carousel .list li._is-active .img {
    transition: transform 20000ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
    transform: scale(1.17);
}
.carousel .list li._is-active .txt-wrap span,
.carousel .list li._is-active .txt-wrap .font-ja {
    transition-duration: 1000ms;
    opacity: 1;
    transform: translateY(0);
}
.carousel .list li._is-active .txt-wrap .sub {
    transition-delay: 0ms;
}
.carousel .list li._is-active .txt-wrap .em {
    transition-delay: 100ms;
}
.carousel .list li._is-active .txt-wrap .font-ja {
    transition-delay: 200ms;
}
.carousel .list li._is-active._is-tween .txt-wrap span,
.carousel .list li._is-active._is-tween .txt-wrap .font-ja {
    transition-delay: 300ms;
    opacity: 0;
    transform: translateY(20);
}
.carousel .list li:first-child {
    opacity: 1;
}
.carousel .list li a {
    position: relative;
    display: block;
    height: 100%;
}
.carousel .list li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient(90deg, #111 0%, transparent 100%);
    background-image: -webkit-linear-gradient(90deg, #111 0%, transparent 100%);
    background-image: -ms-linear-gradient(90deg, #111 0%, transparent 100%);
    opacity: 0.102;
    z-index: 10;
}
.carousel .list li .txt-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 5% 37px;
    z-index: 100;
    text-align: center;
    color: #fff;
}
.carousel .list li .txt-wrap span,
.carousel .list li .txt-wrap .font-ja {
    transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    opacity: 0;
    transform: translateY(20px);
}
.carousel .list li .txt-wrap .font-en {
    font-size: 6.3rem;
    line-height: 1.23;
}
.carousel .list li .txt-wrap .font-en .sub {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 17px;
    color: #b49b79;
    letter-spacing: -0.02em;
}
.carousel .list li .txt-wrap .font-ja {
    line-height: 1.2;
}
.carousel .list li .img {
    transition: transform 100ms cubic-bezier(0.165, 0.84, 0.44, 1) 3000ms;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.carousel .list li .img div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.carousel .list li .img div img {
    width: 100%;
}
.carousel .list li .img .obj {
    max-width: none;
    display: block;
    position: absolute;
}
.carousel .list li .img .blur {
    z-index: 1;
    opacity: 0;
}
.carousel .bar {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: 10;
}
.carousel .bar._is-active span {
    transition: width 3000ms cubic-bezier(0.47, 0, 0.745, 0.715);
    width: 100%;
}
.carousel .bar span {
    transition: none;
    display: block;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: #b49b79;
}
@media screen and (max-width: 768px) {
    .carousel .inline {
        width: 100%;
    }
    .carousel .list li .txt-wrap {
        padding-bottom: 8vw;
        z-index: 100;
    }
    .carousel .list li .txt-wrap .font-en {
        font-size: 4rem;
        line-height: 1.06;
    }
    .carousel .list li .txt-wrap .font-en .sub {
        font-size: 1.6rem;
        margin-bottom: 6.6667vw;
    }
    .carousel .list li .txt-wrap .font-ja {
        margin-top: 2vw;
        font-size: 1.1rem;
    }
}



/* Fullscreen page loader */
#pageloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 1s ease;
}
#pageloader img {
    width: 70%;
    max-width: 300px;
}
/* Loading bar container */
.loading-bar-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #000;
}

/* Loading bar itself */
.loading-bar {
    width: 0%;
    height: 100%;
    background: #b23226;
    animation: loadBar 3s linear forwards;
}

@keyframes loadBar {
    to { width: 100%; }
}

/* Page content initially hidden */
#content {
    opacity: 0;
    transition: opacity 1s ease;
}

/* Fade in page content */
#content.visible {
    opacity: 1;
}

.navbar {
    padding: 12px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 999;
    transition: transform 0.3s ease;
}
.navbar.hide {
    transform: translateY(-100%);
}
.navbar .row {
    width: 100%;
    align-items: center;
    margin: 0;
}
.navbar-icon {
    display: flex;
    justify-content: flex-end;
    height: 60px;
    align-items: center;
    padding-right: 20px;
}
@media screen and (min-width: 992px) {
    .navbar-icon {
      display: none;
    }
}
.top-l {
    position: absolute;
    left: 20px;
    top: 45%;
    transform: translateY(-50%);
    width: 32%;
    max-width: 200px;
}
.top-l img {
    vertical-align: middle;
}
@media screen and (min-width: 992px) {
    .top-l {
      display: none;
    }
}
.navbar-icon span {
    width: 36px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: relative;
    transition: 0.3s;
}
.navbar-icon span:after {
    content: "";
    width: 36px;
    height: 2px;
    position: absolute;
    top: 9px;
    background-color: #fff;
    transition: 0.3s;
}
.navbar-icon span:before {
    content: "";
    width: 36px;
    height: 2px;
    position: absolute;
    bottom: 9px;
    background-color: #fff;
    transition: 0.3s;
}
.navbar-icon.active span {
    background-color: transparent;
}
.navbar-icon.active span:before {
    transform: rotate(45deg);
    bottom: 0;
    background-color: #fff;
}
.navbar-icon.active span:after {
    transform: rotate(-45deg);
    background-color: #fff;
    top: 0;
}
.h-logo {
    max-width: 180px;
    vertical-align: middle;
}
@media screen and (max-width: 991px) {
    .navbar-menu nav {
      visibility: hidden;
      position: fixed;
    }
    .navbar {
        padding: 0;
    }
    .navbar-menu {
        display: block;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
    }
}
.navbar-menu nav ul {
    margin: 0 0 0 2%;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: flex-start;
}
.navbar-menu nav ul li {
    margin: 0;
}
@media screen and (max-width: 991px) {
    .navbar-menu nav ul li {
      transform: translateX(-10px);
      opacity: 0;
    }
}
.navbar-menu nav ul li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    transition: 0.3s;
}
.navbar-menu nav ul li:hover a {
    text-decoration: none;
    transform: translateY(-3px);
}
.navbar-menu nav ul li:first-child:hover a {
    text-decoration: none;
    transform: translateY(0px);
}
@media screen and (max-width: 991px) {
    .navbar-menu nav.active {
      visibility: visible;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
    }
    .navbar-menu nav ul li:first-child {
      display: none;
    }
}
@media screen and (max-width: 991px) {
    .navbar-menu nav.active ul {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
    }
}
@media screen and (max-width: 991px) {
    .navbar-menu nav.active ul li {
      transform: translateX(0);
      opacity: 1;
      transition: 0.9s;
    }
    .navbar-menu nav.active ul li:nth-child(1) {
      transition-delay: 0.15s;
    }
    .navbar-menu nav.active ul li:nth-child(2) {
      transition-delay: 0.3s;
    }
    .navbar-menu nav.active ul li:nth-child(3) {
      transition-delay: 0.45s;
    }
    .navbar-menu nav.active ul li:nth-child(4) {
      transition-delay: 0.6s;
    }
    .navbar-menu nav.active ul li:nth-child(5) {
      transition-delay: 0.75s;
    }
    .navbar-menu nav.active ul li:nth-child(6) {
      transition-delay: 0.9s;
    }
    .navbar-menu nav.active ul li:nth-child(7) {
      transition-delay: 1.05s;
    }
    .navbar-menu nav.active ul li:nth-child(8) {
      transition-delay: 1.2s;
    }
    .navbar-menu nav.active ul li:nth-child(9) {
      transition-delay: 1.35s;
    }
    .navbar-menu nav.active ul li a {
      color: #fff;
      font-size: 1.8rem;
    }
}