@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.9;
    text-align: center;
    font-weight: 500;
    font-size: 27px;
}
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") no-repeat #ffffff;
    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 {
    position: relative;
    margin: 0 auto 150px;
    padding: 30px 0 0;
}
#main_image h1 {
    position: absolute;
    top: 20px;
    right: 5%;
    width: 40%;
    margin: 0 auto;
    padding: 30px 0 0;
}
#main_image figure {
    padding: 120px 0 0;
}
#main_image p {
    text-align: center;
    margin: 30px 0;
}
#main_image p img {
    width: 20%;
    max-width: 80px;
}

#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;
}
section {
    padding: 30px 0;
}
#feature {
    position: relative;
    background: url("../images/bg_02.webp") no-repeat #a1c0e1 center top;
    background-size: 100%;
}
#feature p {
    text-align: center;
}
#feature .feature_01 p {
    color: #595757;
}
#feature .feature_01 {
    position: relative;
}
#feature .feature_01_left {
    position: absolute;
    left: 10%;
    top: -82px;
    line-height: 1.3;
    transform: rotate(-20deg);
}
#feature .feature_01 h2 {
    position: absolute;
    right: 10%;
    top: -100px;
    color: #595757;
    transform: rotate(20deg);
}
#feature h2 span {
    font-size: 20px;
}
#feature .ice_list {
    width: 80%;
    max-width: 320px;
    margin: 0 auto 20px;
    padding: 55% 0 0;
}
#feature .accessories {
    margin: 20px auto;
}
#feature .accessories p:first-of-type::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 17px;
    border-left: 1px solid #595757;
    transform: rotate(-25deg);
}
#feature .accessories p:first-of-type::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 17px;
    border-right: 1px solid #595757;
    transform: rotate(25deg);
}
#feature .accessories .circle {
    width: 90%;
    max-width: 300px;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #595757;
    padding: 0 3em;
    margin: 0 auto 10px;
}
#feature .feature_02 {
    position: relative;
    background: #ffffff;
}
#feature .feature_02 h2 {
    position: absolute;
    top: 12%;
    left: 10%;
}
#feature .feature_02 p {
    width: 90%;
    margin: 0 auto;
}
#feature .feature_03 {
    position: relative;
    background: #d3e6f3;
}
#feature .feature_03 h2 {
    position: absolute;
    top: 12%;
    right: 7%;
    line-height: 1.0;
}
#feature .feature_03 p {
    width: 90%;
    margin: 0 auto;
}
#spec {
    padding: 30px 0 50px;
}
#spec p {
    text-align: center;
}
#spec .information {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 80%;
    margin: 0 auto;
}
#spec .information figure {
    width: 40%;
}
#spec .information div {
    width: 60%;
}
#spec .number {
    font-size: 14px;
    color: #b2b2b2;
}
#spec .spec {
    display: grid;
	grid-template-columns: 0.7fr 1.3fr;
    gap: 3px;
    grid-template-areas:
        ". ."
        ". ."
        ". ."
        ". .";
	width: 80%;
	max-width: 400px;
	text-align: center;
	font-size: clamp(10px, 3.1vw, 16px);
	margin: 30px auto 20px;
}
#spec .spec li {
	padding: 5px 0;
}
#spec .spec li:nth-child(odd) {
	background: #cfcfcf;
	color: #ffffff;
}
#spec .spec li:nth-child(even) {
	background: #efefef;
	color: #666666;
}
#spec .manual_btn a {
    display: inline-block;
    background: #cfcfcf;
    color: #ffffff;
    padding: 0.5em 1em;
}
#youtube {
    padding: 0 0 150px;
}
#youtube p {
    width: 90%;
    max-width: 300px;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #595757;
    padding: 0 3em;
    margin: 0 auto 10px;
    color: #595757;
    text-align: center;
}
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 20px auto;
    width: 90%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@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);
    }
    #spec {
        padding: 30px 0;
    }
}
@media screen and (max-width:480px) {
    .br_480 {
        display: block;
    }
    #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;
    }
    #feature .feature_02 h2 {
        top: 10%;
        left: 4%;
    }
    #feature .feature_03 h2 {
        top: 10%;
        right: 3%;
    }
}


