@charset "utf-8";
/* CSS Document */
.pc {
    display: none;
}

.lp_wrap {
    width: 100%;
    margin: -10px auto 0;
    color: #000;
    overflow-x: hidden;
}

.lp_wrap h1 {
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
    line-height: 160%;
    margin: 30px 0;
}
.lp_wrap h2 {
    font-size: 16px;
    cursor: default;
}
.lp_wrap p {
    font-size: 14px;
    cursor: default;
    line-height: 180%;
    text-align: justify;
}
.lp_wrap p b {
    font-size: 14px;
    line-height: 160%;
}
.lp_wrap b {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 2em;
}
.lp_wrap b span {
    font-weight: normal;
    font-size: 14px;
} 
.lp_wrap i {
    font-style: normal;
}
hr {
    margin-top: 0 !important;
}
.title_gold {
    margin: 60px auto 20px !important;
}


/* BLUR ANIMATION */
.blur{
	animation-name: blurAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes blurAnime{
    from {
        filter: blur(10px);
        transform: scale(1.02);
        opacity: 0;
    }

    to {
        filter: blur(0);
        transform: scale(1);
        opacity: 1;
    }
}

.blurTrigger{
    opacity: 0;
}


/* NAV MENU */
.nav_menu {
    width: 100%;
    margin: 0 auto;
    background-color: #ffc72c;
}
.nav_menu_wrap {
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
}
.nav_menu ul {
    display: flex;
    justify-content: space-between;
}
.nav_menu ul li {
    width: 25%;
    padding: 10px 5px;
    transition: all 0.3s;
}
.nav_menu ul li a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.nav_menu ul li a p {
    font-size: 10px;
    text-align: center;
}

.nav_menu ul li.on {
    background-color: #fff;
}
.nav_menu ul li.on a {
    text-decoration: none;
}

/* BACKGROUND */
.main_bg {
    width: 100%;
    min-height: 270px;
    background: url(/sp/886/img/top_bk.jpg) no-repeat;
    background-size: 155%;
    background-position: top center;
    position: relative;
}
.main_bg_wrap {
    width: 100%;
    position: relative;
}
.main_bg_wrap .main_logo {
    width: 250px;
    padding: 50px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.main_bg_wrap .main_tit {
    width: 330px;
    padding: 170px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* INTRO VIDEO */
.intro_video {
    width: 100%;
    margin: 0 auto; 
}
.intro_video iframe {
    width: 100%;
    height: 56vw;
}

/* INTRO */
.intro {
    width: 100%;
    margin: -20px auto 0;
    background-color: #f1f1f1;
}
.intro_wrap {
    width: 96%;
    margin: 0 auto;
    padding: 60px 0 100px;
    position: relative;
}
.intro p {
    margin: 0 0 40px;
}
.intro a {
    width: 60%;
    font-size: 12px;
    text-align: center;
    padding: 10px 50px 10px 30px;
    color: #fff;
    background-color: #000;
    border-radius: 40px;
    transition: all 0.2s;
    position: absolute;
    /* left: 50%; */
    left: 21%;
    transform: translateX(-50%);
}
.intro a::before {
    content: '';
    width: 16px;
    height: 1px;
    background-color: #fff;
    border-radius: 1px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.2s;
}
.intro a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    border-radius: 1px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
    transition: all 0.2s;
}
.intro a:hover {
    color: #000;
    background-color: #ffc72c;
    transition: all 0.2s;
}

.intro a:hover::before {
    background-color: #000;
    transition: all 0.2s;
}
.intro a:hover::after {
    border-top: 1.6px solid #000;
    border-right: 1.6px solid #000;
    transition: all 0.2s;
}

/* PRODUCT */
.product {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    
}
.product_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10vw;
    position: relative;
}

.product ul li {
    padding: 10% 3%;
    position: relative;
}
.product_wrap ul li:nth-child(1)::before {
    content: '';
    width: 50px;
    height: 50px;
    background: url(/sp/886/img/new_tag.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    top: 7%;
    right: 6%;
    transform: rotate(10deg);
    z-index: 2;
}
.product ul li:nth-child(2n) {
    background-color: #f6f6f6;
}
.product ul li a {
    width: 96%;
    margin: 0 auto;
    color: #000;
    transition: all 0.3s;
}
.product ul li a h2 {
    font-family: 'Noto Sans JP';
    font-size: 18px;
    margin: 16px 0 30px;
}

.product ul li p {
    text-align: justify;
}

.product_wrap .more_btn {
    width: 200px;
    position: absolute;
    bottom: 5vw;
    left: 0;
    transform: translate(75%);
}
.product_wrap .more_btn a p {
    color: #000;
    display: flex;
}
.product_wrap .more_btn a p span {
    width: 90px;
    height: 1px;
    margin: 16px 0 0 16px;
    background-color: #e8e8e6;
    overflow: hidden;
    position: relative;
}
.product_wrap .more_btn a p span::after {
    content: '';
    width: 25%;
    height: 4px;
    border-radius: 50%;
    background-color: #888888;
    position: absolute;
    left: 0;
    top: -1px;
    animation: scroll 2s linear infinite;
}
@keyframes scroll {
    from {
        width: 45%;
        left: -25%;
    }
    to {
        width: 20%;
        left: 125%;
    }
}


/* ABOUT */
.about {
    width: 100%;
    height: 870px;
    margin: 0 auto;
    background: url(/sp/886/img/top_about_back.webp) no-repeat;
    background-size: cover;
    background-position: top left 40%;
    color: #fff;
    position: relative;
    z-index: 10;
}
.about_wrap {
    width: 96%;
    margin: 0 auto;
    padding: 200px 0 100px;
    position: relative;
    z-index: 10;
}
.about_wrap_cont {
    width: 100%;
    margin: 0 auto;
}
.about h1 {
    filter: drop-shadow(2px 4px 6px black) !important;
}


.about p {
    margin: 20px 0;
}
.about p i {
    font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    line-height: normal;
    padding: 2px;
    background-color: #6f6b5173;
}

.about_wrap::before {
    content: '';
    width: 106%;
    height: 100%;
    background: url(/sp/886/img/top_quality_img-sm.webp) no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 131vw;
    left: -3%;
    z-index: -1;
}


/* QUALITY */
.quality {
    width: 100%;
    margin: 0 auto 60px;
}
.quality_wrap {
    width: 96%;
    margin: 0 auto;
}
.quality_wrap_cont {
    margin: 100vw 0 0;
}


/* BOTTOM MENU */
.btm_menu {
    width: 100%;
    margin: 0 auto;
    background-color: #f1f1f1;
}
.btm_menu_wrap {
    width: 96%;
    margin: 0 auto;
    padding: 60px 0;
}
.btm_menu ul {
    display: flex;
    justify-content: space-evenly;
}
.btm_menu ul li {
    width: 30%;
    text-align: center;
}
.btm_menu ul li a {
    color: #000;
    text-align: center;
    transition: all 0.3s;
}
.btm_menu ul li a p {
    font-size: 10px;
    margin: 0;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.btm_menu ul li a b {
    font-size: 10px;
    font-family: "Urbanist", sans-serif;
    font-weight: normal;
}
.btm_menu ul li a img {
    margin: 20px 0 0;
}
.btm_menu ul li a:hover {
    filter: brightness(110%) drop-shadow(3px 3px 8px #d7d7d7);
    transition: all 0.3s;
}
.btm_menu ul li a:hover p {
    text-decoration: none;
}


/* FOOTER BANNER */
.footer_banner {
    width: 100%;
    background: url(/sp/886/img/top_footer_banner_back.webp) no-repeat;
    background-size: 160%;
    background-position: center center;
}
.footer_banner img {
    height: 230px;
    opacity: 0;
}