@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 {
    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
}

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: 100
}

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)
}

.breadcrumb {
    display: flex;
    margin-top: 16vh;
    margin-bottom: 4vh;
    margin-left: 8vw;
    width: 20vw
}

.breadcrumb-item {
    color: #949494;
    font-size: .8vw;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 2%
}

.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: 10vh;
    text-align: center;
    letter-spacing: 2px;
    background-color: #f8f8f8
}

body.no-scroll {
    z-index: 100
}

.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(248, 248, 248, .8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: space-around;
    padding: 6vw 10vw;
    z-index: 100;
    overflow-y: hidden
}

.navigation--hidden {
    display: none;
    opacity: 0
}

.navigation__buttons {
    width: 40vw;
    display: flex;
    flex-direction: column
}

.navigation__link {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 6vh 0vh
}

.navigation__text--ch {
    font-size: 2.2vw;
    letter-spacing: 2px;
    margin-bottom: 1vh
}

.navigation__text--en {
    font-size: 1.2vw;
    letter-spacing: 4px;
    margin-bottom: 1vh
}

.navigation__content {
    width: 60vw;
    display: flex;
    flex-direction: column;
    padding-left: 10%;
    margin-top: 5vh;
    border-left: 3px solid rgba(47, 47, 47, .8)
}

.navigation__banner img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 510px;
    border-radius: 8px
}

.navigation__info {
    margin-top: 10vh
}

.navigation__title {
    font-size: 2.2vw;
    letter-spacing: 4px
}

.navigation__contact {
    font-size: 1.2vw;
    letter-spacing: 2px;
    margin: 2vh 0
}

body {
    background: linear-gradient(to bottom, rgba(249, 239, 206, 0.1), rgba(248, 221, 178, 0.4), rgba(232, 194, 82, 0.7), rgba(246, 179, 50, 0.9));
    display: flex;
    flex-direction: column
}

section {
    position: relative;
    bottom: 0px;
    display: flex;
    width: 100vw;
    flex-direction: row;
    justify-content: flex-start
}

section .product-display {
    width: 45vw;
    position: sticky;
    height: 100%;
    top: 20vh
}

section .product-display__image--main {
    max-width: 100%;
    height: auto;
    display: block
}

section .product-card {
    width: 50vw;
    position: relative;
    top: 0vh;
    margin: 0vh auto 25vh;
    display: flex;
    flex-direction: column;
    z-index: 1
}

section .product-card--main {
    position: relative;
    z-index: 4;
    width: 70%;
    background-color: rgba(228, 228, 228, .7921568627);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 4px 4px 10px rgba(224, 224, 224, .2823529412);
    box-shadow: inset -1px -2px 8px rgba(41, 41, 41, .1647058824);
    padding: 6vh 4.5vh;
    border-radius: 32px
}

section .product-card__title {
    font-size: 2.9vw;
    font-weight: 700;
    line-height: 1.2;
    margin: 1vh 0 3vh
}

section .product-card__subtitle {
    color: #848484;
    font-weight: 500;
    font-size: 1vw;
    letter-spacing: 1.5px
}

section .product-card__description {
    font-weight: 400
}

section .product-card__description h3 {
    font-size: 1.1vw;
    letter-spacing: .2vw;
    line-height: 2
}

section .product-card__description ul {
    margin: 4% auto;
    display: flex;
    font-size: 1.25vw
}

section .product-card__description ul li {
    border: 1.5px solid #6c6c6c;
    border-radius: .4vw;
    padding: 1vw;
    margin: 0 .7vw 0 0
}

section .product-card .product-specifications {
    font-weight: 200;
    display: flex;
    align-items: center;
    padding: 2% 0;
    margin: 3% 0
}

section .product-card .product-specifications__title {
    font-size: 16px;
    margin-right: 3%
}

section .product-card .product-specifications__group {
    display: flex;
    align-items: center;
    margin: 0 3%
}

section .product-card .product-specifications__size {
    font-size: 14px;
    margin: 0 4px
}

section .product-card .product-specifications__options {
    display: flex;
    gap: 5px
}

section .product-card .product-specifications__option {
    padding: 5px 10px;
    border: 1px solid #8b8b8b;
    border-radius: 5px;
    font-size: 14px
}

section .product-card__more {
    font-size: 12px;
    color: #313131;
    letter-spacing: 2px
}

section .product-feature__title {
    margin: 5vh 0 2vh;
    font-size: 2.5vw;
    font-weight: 700;
    letter-spacing: 3px
}

section .product-feature__description h3 {
    width: 25%;
    font-size: 1.25vw;
    font-weight: 400;
    padding: 1%;
    margin: 5% 0 2%;
    letter-spacing: 1px;
    border: 1.75px solid #5e5e5e;
    color: #434343;
    border-radius: 4px;
    text-align: center
}

section .product-feature__description p {
    font-weight: 300;
    font-size: 1vw;
    letter-spacing: .2vw;
    line-height: 2
}

section .product-feature__recommand {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

section .product-feature__recommand li {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%
}

section .product-feature__recommand li div {
    width: 50%;
    display: flex;
    justify-content: space-around;
    padding: 2%;
    margin: 1% 2%;
    border-radius: 4px;
    border: 1px solid #5e5e5e
}

section .product-feature__recommand li div p {
    font-weight: 600;
    font-size: 1vw;
    letter-spacing: .05vw;
    line-height: 1.2
}

section .product-index {
    position: absolute;
    transition: all .4s ease-in-out;
    display: flex;
    flex-direction: column;
    text-align: center;
    top: 0vh;
    right: 14vw;
    z-index: 2
}

section .product-index a {
    font-size: 1vw;
    font-weight: 600;
    padding: 1.5vh 1vw;
    margin: 2vh 0 0;
    letter-spacing: 3px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    transition: color .4s ease-in;
    color: #797979;
    background-color: #efefef;
    box-shadow: inset -1px -2px 4px rgba(64, 42, 12, .1764705882);
    border-radius: 8px
}

section .product-index a:hover {
    color: #474747;
    background-color: #f6aa31
}

section .product-comparison {
    position: relative;
    flex-direction: column;
    width: 10vw
}

section .product-comparison--main {
    width: 80vw;
    margin: 5vh auto;
    padding: 1% 3%;
    display: flex;
    flex-direction: column;
    background-color: rgba(228, 228, 228, .7921568627);
    border-radius: 32px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 4px 4px 10px rgba(224, 224, 224, .2823529412);
    box-shadow: inset -1px -2px 8px rgba(41, 41, 41, .1647058824)
}

section .product-comparison--first {
    display: flex;
    justify-content: center;
    margin: 5vh 0 0
}

section .product-comparison--first p {
    width: 95%
}

section .product-figures {
    width: 100vw
}

section .product-figures--img {
    display: flex
}

section .product-figure {
    margin: 1% 2%
}

section .product-figure iframe {
    border-radius: 8px
}

section .product-figure__image {
    height: 75%;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover
}

section .product-figure__caption {
    margin: 1% 0;
    font-size: 1vw;
    letter-spacing: 5px;
    font-weight: 500;
    color: #414141
}

.cleaning-tutorial__article {
    width: 26vw;
    display: flex;
    flex-direction: column
}

.cleaning-tutorial__article img {
    margin: 0vh auto 2vh;
    height: 24vh;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 1px 1px 3px rgba(68, 68, 68, .1);
    border-radius: 24px
}

.cleaning-tutorial__article-title {
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 2px;
    margin: 1vh 0
}

.cleaning-tutorial__description {
    font-size: 1vw;
    letter-spacing: 2px;
    margin: 2vh 0 4vh;
    line-height: 1.6
}

.cleaning-tutorial__hashtag {
    font-size: 1vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: .8px
}

.cleaning-tutorial__tags {
    display: flex;
    flex-wrap: wrap;
    gap: .4vw
}

.cleaning-tutorial__tag {
    font-size: .8vw;
    background-color: #f2f2f2;
    padding: .2rem .5rem;
    border-radius: 8px
}

.product-relative {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    background-color: rgba(228, 228, 228, .7921568627);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 4px 4px 10px rgba(224, 224, 224, .2823529412);
    box-shadow: inset -1px -2px 8px rgba(41, 41, 41, .1647058824);
    padding: 10vh 8vh;
    border-radius: 32px;
    margin: 5vh auto
}

.product-relative__title {
    margin: 5vh 0 2vh 10vh;
    font-size: 2.5vw;
    font-weight: 700;
    letter-spacing: 3px
}

.product-relative__kite{
    width: 85%;
    margin: 2% auto;
    border-radius: 32px;
    overflow: hidden;
}

.product-list {
    display: flex;
    justify-content: space-around;
    margin: 2vh auto 1vh
}

.product-list__item {
    margin: 0 1vw
}

.product__image {
    width: 18vw;
    height: 18vw;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #f2f2f2;
    border-radius: 16px
}

.product__info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2vh 0;
    width: 100%
}

.product__number {
    font-size: 1.1vw;
    padding: 3%;
    margin: 1%;
    font-weight: 600
}

.product__description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 1%;
    align-items: center
}

.product__description h5 {
    font-size: 1.25vw;
    letter-spacing: 2px;
    margin: 5% 0
}

.product__description h6 {
    font-weight: 300;
    font-size: 1vw
}

.product-articles {
    display: flex;
    justify-content: space-around;
    gap: 5rem;
    margin: 4vh auto
}