@import"https://fonts.googleapis.com/css2?family=Dancing+Script&family=Noto+Sans+TC&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
}

* {
    box-sizing: border-box
}

body {
    background-color: #fbfbfb;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial
}

:root {
    --light_grey: #ccc;
    --grey: #999;
    --deep_grey: #444;
    --major-color: #f2edf0;
    --major-color2: #e6ece5;
    --major-color3: #ecf0f4;
    --lesser-color1: #bf9899
}

img {
    display: block;
    width: 100%
}

a {
    display: block;
    color: var(--deep_grey);
    text-decoration: none
}

section {
    opacity: 0;
    transform: translateY(50px);
    transition: all .5s ease-out
}

section.visible {
    opacity: 1;
    transform: translateY(0)
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 8%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 85vw;
    height: 1vh;
    z-index: 10
}

header .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    padding: .8vw 4vw;
    background-color: rgba(237, 181, 11, .5);
    border-radius: 90px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

header .nav__logo img {
    width: 8vw;
    max-height: 6vh
}

header .nav__menu {
    display: flex
}

header .nav__menu .nav__item {
    margin: 0 6vw
}

header .nav__menu .nav__item .nav__link {
    font-size: 1.2vw;
    letter-spacing: .2vw;
    color: rgba(100, 100, 100, .8);
    transition: color .3s ease-in-out
}

header .nav__menu .nav__item .nav__link:hover {
    color: rgba(255, 255, 255, .9)
}

header .nav__toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 10vh;
    margin-left: 5vw;
    width: 12vh;
    border: none;
    background-color: rgba(237, 181, 11, 0)
}

header .nav__toggle .nav__line {
    height: .4rem;
    margin: 6% auto;
    width: 100%;
    background-color: #f8f8f8;
    box-shadow: 2px 3px 2px rgba(237, 181, 11, .6)
}

.footer {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    background-color: #444
}

.footer a {
    color: #f8f8f8
}

.footer__info {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #f8f8f8
}

.footer__nav {
    width: 20vw
}

.footer__nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.footer__nav ul li {
    margin: 4vh auto;
    font-size: 1.5vw
}

.footer__nav ul li img {
    width: 10vw
}

.footer__contact {
    display: flex;
    flex-direction: column;
    padding: 0 10vw;
    border-left: .25vw #f8f8f8 solid
}

.footer__company {
    margin: 3vh 0 20vh
}

.footer__company--ch {
    font-size: 2.8vw;
    margin: 0 0 4vh;
    letter-spacing: 5px
}

.footer__company--en {
    font-size: 2.8vw;
    letter-spacing: 8px
}

.footer__address {
    margin: 1vh 0;
    font-size: 1.3vw;
    letter-spacing: 2px
}

.footer__address p {
    margin: 2vh 0
}

.Yuuhakuchi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 5vh;
    text-align: center;
    font-size: .8rem;
    letter-spacing: .8px;
    background-color: #f0f0f0
}

.banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.banner-title {
    position: absolute;
    bottom: 18%;
    font-size: 2.5vw;
    letter-spacing: 1px;
    z-index: 15
}

.banner-subtitle {
    position: absolute;
    bottom: 7%;
    font-size: 2.8vw;
    letter-spacing: 2px;
    z-index: 15
}

.banner-images {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .4s ease;
    z-index: 5;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-images img.active {
    opacity: 1;
    z-index: 6
}

.banner-overlay {
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    background: linear-gradient(to bottom, rgba(246, 246, 246, 0), rgba(246, 246, 246, 0.2), rgba(246, 246, 246, 0.3), rgba(246, 246, 246, 0.95), rgb(252, 252, 252));
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    z-index: 10
}

.carousel {
    width: 100%;
    margin: 5% auto
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 80vw;
    margin: 0 auto
}

.carousel-container {
    display: flex;
    flex-wrap: nowrap;
    width: 200%;
    animation: scroll 30s ease-in-out infinite
}

.carousel-item {
    flex: 0 0 25%;
    box-sizing: border-box;
    padding: 2%;
    text-align: center
}

.carousel-item img {
    width: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover
}

.carousel-item .product-info {
    display: none
}

@media(max-width: 768px) {
    .carousel-container {
        flex-wrap: wrap;
        animation: none
    }

    .carousel-item {
        flex: 0 0 100%;
        margin-bottom: 2rem
    }

    .carousel-item .product-info {
        display: block;
        margin-top: 1rem
    }

    .carousel-item .product-info h4 {
        font-size: 1.6rem;
        font-weight: bold
    }

    .carousel-item .product-info h5 {
        font-size: 1.2rem;
        margin-top: .5rem
    }

    .carousel-item .product-info h6 {
        font-size: 1rem;
        color: #666
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.concept {
    padding: 2rem;
    text-align: center
}

.concept__title {
    height: 80vh
}

.concept__title h2 {
    font-size: 2.8vw;
    margin-bottom: 5vh
}

.concept__description {
    font-size: 1.3vw;
    line-height: 2.5
}

.concept__intro {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0% auto 10%;
    margin-top: 2vh
}

.concept__intro img {
    max-width: 60%;
    height: auto;
    margin-bottom: 1rem
}

.concept__intro p {
    margin: 0 auto;
    text-align: center;
    font-size: 1.5vw;
    letter-spacing: 3px;
    line-height: 2
}

.concept__marquee {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 2% auto;
    padding: 2% 0%;
    border-top: 2px solid #c5c5c5;
    border-bottom: 2px solid #c5c5c5
}

.concept__marquee p {
    margin: .5rem;
    font-size: 1rem
}

@media(max-width: 768px) {
    .description {
        font-size: .875rem
    }

    .intro p {
        font-size: .875rem
    }
}

.blogs {
    margin: 10% auto;
    display: flex;
    justify-content: space-around
}

.blogs__item {
    display: flex;
    flex-direction: column
}

.blogs__item--primary {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 1vw;
    letter-spacing: 1px;
    line-height: 1.5
}

.blogs__item--primary img {
    width: 70%;
    margin: 0% auto 10%
}

.blogs__item--secondary {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.blogs__item--secondary a {
    position: relative;
    top: 40%
}

.blogs__title {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 2.8vw
}

.blogs__title--main {
    position: relative;
    right: 6vw;
    bottom: 12vh
}

.blogs__title--sub {
    position: relative;
    left: 3vw
}

.blogs__text {
    position: relative;
    top: 20%;
    font-size: 1vw;
    line-height: 2;
    letter-spacing: 1px
}

.catalog {
    width: 90vw;
    margin: 10vh 0;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.catalog__banner {
    width: 45vw
}

.catalog__link {
    position: relative;
    font-size: 2.8vw;
    letter-spacing: 5px
}

.catalog__link--primary {
    bottom: 9vh
}

.catalog__link--secondary {
    top: 3vh;
    left: 7vw
}