@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
html {
	-webkit-text-size-ajust: 100%;
	width: 100%;
}
body {
    font-family: "zen-maru-gothic", sans-serif;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #595757;
	margin: 0;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	margin: 0;
}
figure {
	margin: 0;
}
a {
	text-decoration: none;
	color: #241d1b;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
p {
    font-weight: 500;
    font-size: 17px;
}
h1 {
    width: 40%;
    margin: 0 auto;
    padding: 30px 0 0;
}
h2 {
    line-height: 0.6;
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    color: #81b5d6;
}
h2 span {
    font-size: 16px;
}
h3 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #9c9d9d;
}
h4 {
    font-weight: 500;
    line-height: 1.4;
}
.br_480 {
    display: none;
}
header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    height: 100vh;
    margin: 0 auto;
    padding: 30px 0;
    z-index: 888;
    visibility: hidden;
    transition: all 2s;
    opacity: 0;
    overflow: auto;
}
header::-webkit-scrollbar {
    display: none;
}
header.active {
    visibility: visible;
    opacity: 1;
}
header .logo {
    width: 40%;
    margin: 0 auto;
}
header p {
    text-align: center;
}
header .nav {
    margin: 20px auto 0;
}
header .nav li {
    margin: 10px auto;
}
header .nav a {
    display: block;
    background: #cde5f7d1;
    width: 90%;
    margin: 0 auto;
    padding: 0.5em 0;
}
header .new_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    width: 90%;
    margin: 10px auto;
}
header .new_item li {
    width: calc(33% - 5px);
    background: #ffffff;
    padding: 5px;
    border-radius: 10px;
}
header .buy_link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 90%;
    padding: 20px;
    margin: 0 auto;
}
header .buy_link a {
    display: inline-block;
    background: url("../images/cart.svg") no-repeat #ff9c00 center left 1.5em / 32px;
    color: #ffffff;
    border-radius: 50px;
    padding: 1em 2em 1em 3.5em;
}
#toroyuki::before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(0deg, #f0f7fc 0%, #bee3ff 100%);
    background-image: -o-linear-gradient(0deg, #f0f7fc 0%, #bee3ff 100%);
    background-image: linear-gradient(0deg, #f0f7fc 0%, #bee3ff 100%);
    width: 100%;
    height: 100vh;
    z-index: -1;
}
main {
    background: url("../images/bg_01.webp") repeat-y;
    background-size: 100%;
    width: 100%;
    max-width: 480px;
    box-shadow: 0px 0px 7px -5px #777777;
    margin: 0 auto;
}
main.cover {
    filter: blur(40px);
}
#main_image {
    margin: 30px auto 100px;
}
#main_image p {
    text-align: center;
    margin: 30px 0;
}
section {
    border-radius: 240px 240px 0% 0% / 120px 120px 0% 0%;
    padding: 50px 0;
}
section.new_model {
    background: #ddf6ff;
}
section.old_model {
    position: relative;
    background: #f4f7de;
    z-index: 1;
    padding: 50px 0 150px;
}
.out_bg_01 {
    background: url("../images/bg_01.webp") repeat-y;
    background-size: 100%;
    margin: 30px 0 0;
}
.out_bg_02 {
    background: #ddf6ff;
}
#lineup {
    position: relative;
}
#lineup .more_btn {
    text-align: center;
    margin: 20px 0 0;
}
#lineup .lineup {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin: 30px auto;
    padding: 0 20px;
}
#lineup .lineup li {
    position: relative;
    width: calc(50% - 10px);
    text-align: center;
}
#lineup .new {
    text-align: center;
}
#lineup .new::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 17px;
    border-left: 1px solid #595757;
    transform: rotate(-25deg);
}
#lineup .new::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 17px;
    border-right: 1px solid #595757;
    transform: rotate(25deg);
}

#lineup .type {
    width: 50%;
    margin: 20px auto;
}
#lineup .number {
    font-size: 14px;
    color: #b2b2b2;
}
#lineup .more_btn a {
    display: inline-block;
    background: #81b5d6;
    border-radius: 50px;
    color: #ffffff;
    padding: 0.5em 1.5em;
}
#lineup .old_model .more_btn a {
    background: #009688;
}
#lineup .lineup p[class^="new"]  {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
}
#lineup .lineup .new_blue {
    color: #829cc9;
}
#lineup .lineup .new_beige {
    color: #c6b999;
}
#lineup .video {
    position: relative;
    width: 90%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
#lineup .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#purchase_promotion {
    position: fixed;
    bottom: 2%;
    right: 2%;
    transform: translate(-2%,-2%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 90%;
    max-width: 600px;
    background: #ffffff;
    box-shadow: 0px 0px 7px -5px #777777;
    padding: 20px;
    z-index: 666;
    transition: all 0.5s ease-out;
    visibility: hidden;
    opacity: 0;
}
#purchase_promotion.scroll_view {
    visibility: visible;
    opacity: 1;
}
#purchase_promotion a {
    display: inline-block;
    background: url("../images/cart.svg") no-repeat #ff9c00 center left 1.5em / 32px;
    color: #ffffff;
    border-radius: 50px;
    padding: 1em 2em 1em 3.5em;
}
footer {
    position: fixed;
    bottom: 2%;
    left: 2%;
    transform: translate(-2%,-2%);
    width: 90%;
    max-width: 170px;
    text-align: center;
}
footer p {
    font-size: 12px;
}
footer .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}
footer .sns img {
    width: 30px;
    height: auto;
}
@media screen and (max-width:1024px) {
    footer {
        width: 100%;
        max-width: 480px;
        background: #89b4d5;
        position: static;
        transform: none;
        margin: 0 auto;
        padding: 50px 0 180px;
    }
    #purchase_promotion {
        left: 50%;
        transform: translate(-50%, -2%);
        max-width: 460px;
        flex-wrap: wrap;
    }
    #purchase_promotion p:first-of-type {
        width: 100%;
        text-align: center;
    }
    #purchase_promotion p:nth-of-type(n+2) {
        width: clac(50%-10px);
    }
    footer.cover {
        filter: blur(40px);
    }
}
@media screen and (max-width:480px) {
    .br_480 {
        display: block;
    }
    section.old_model {
        padding: 50px 0 80px;
    }
    #purchase_promotion {
        width: 96%;
        bottom: 1%;
        transform: translate(-50%, -1%);
        padding: 15px 5px;
        gap: 5px 10px;
    }
    #purchase_promotion a {
        background: url(../images/cart.svg) no-repeat #ff9c00 center left 1em / 26px;
        padding: 0.5em 1em 0.5em 2.5em;
    }
    header .buy_link {
        width: 90%;
        gap: 5px;
        padding: 10px 0;
    }
    header .buy_link a {
        background: url(../images/cart.svg) no-repeat #ff9c00 center left 1em / 21px;
        padding: 0.5em 1em 0.5em 2.5em;
        font-size: 16px;
    }
}




