<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&amp;display=swap');
@media (min-width: 769px){
    :root{
        --h2height: 120px;
        --h2flexheight: 80px;
        --h2p313height: 100px;
    }
}
@media (max-width: 768px){
    :root{
        --h2height: 70px;
        --h2flexheight: 80px;
        --h2p313height: 100px;
    }
}
body{
    font-family: "Noto Sans JP","Noto Sans Japanese","メイリオ",sans-serif;
    scroll-behavior: smooth;
}
section,footer{
    margin: 0 auto;
    /* text-align: center; */
    width: 100%;
    position: relative;
}
.padd40{
    padding: 40px 0;
}
section{
    max-width: 1280px;
    margin: 0 auto;
}
/* section + section{
    margin-top: 40px;
} */
#top img{
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.bg_rain{
    background: url("../image/bg/bg_rain.png") ;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    position: relative;
    z-index: 5;
    /* padding-bottom: 30px; */
}
.bg_blue{
    background: #ECF3F9;
}
.bg_dblue{
    background: #3A85CC;
}
.bg_gra{
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 9%, rgba(0,0,0,0) 62%, rgba(0,0,0,0) 100%);
    width: 100%;
    /* height: 20vw; */
}
.bg_gra_re{
    background: #3A85CC;
}
.bg_r{
    background: #DC3232;
}
.bg_w{
    background: #fff;
}
.bg_beige{
    background: rgba(255,255,255,0.55);
    /* opacity: 0.55; */
}
.bg_w p{
    color: #000 !important;
    /* text-align: center !important; */
    margin: 0 auto;
    font-size: 20px;
    padding-bottom: 20px;
}
.bg_main{
    padding-top: 10px;
    background: #000;
    background: -moz-linear-gradient(left, #000 0%, #000 36%, #6E6E6E 50%, #000 64%, #000 100%);
    background: -webkit-gradient(linear, left center, right center, from(#000), color-stop(36%, #000), color-stop(50%, #6E6E6E), color-stop(64%, #000), to(#000));
    background: -webkit-linear-gradient(left, #000 0%, #000 36%, #6E6E6E 50%, #000 64%, #000 100%);
    background: -o-linear-gradient(left, #000 0%, #000 36%, #6E6E6E 50%, #000 64%, #000 100%);
    background: linear-gradient(to right, #000 0%, #000 36%, #6E6E6E 50%, #000 64%, #000 100%);
    position: relative;
    z-index: 1;
    top: -30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.color_wh{
    color: #fff;
}
.text_normal{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 164.286% */
}

.anim{
    position: relative;
}
.anim img{
    animation-name: fade_anime;
    animation-duration: 3s;
    animation-iteration-count: infinite; /* 再生回数無限 */
    opacity: 0;
}
.anim .animimg{
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
@keyframes fade_anime {
    0% {opacity: 0;}
    10% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes fade_anime {
    0% {opacity: 0;}
    10% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0;}
}
img.img1{display: block;}
img.img2{animation-delay: 1.5s;}
/* img.img3{animation-delay: 6s;} */

.paddh_10{
    padding: 0 10px;
}


.main_flex{
    max-width: 990px;
    width: 90%;
    /* height: 370px; */
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 10px;
}


.flex__2 .hutuu{width: 50%;}
.flex__3 .hutuu{width: 33%;}
.flex__2 &gt; .hutuu + .hutuu{
    padding-left: 20px;
}
/* .main_flex &gt; .item + .item, */
.flex{
    gap: 10px;
}

.medaam{
    max-width: calc(1180px -  150px);;
}

.medama + .hutuu{
    margin-top: 40px;
}
.hutuu + .flex, .flex + .flex, .medama +  .flex{
    margin-top: 20px;
}
.medama a{
    /* max-width: 1180px; */
    /* overflow: hidden; */
    /* background: #000; */
}

.top{
    text-align: left;
}
.top .bg-wrap {
    position: relative;
    display: inline;
    margin-top: 5px;

}
.top .bg-wrap{
    animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    /* background: linear-gradient(transparent 20%, #58A4EB 0%); */
    background: #58A4EB;
    display: inline;
    padding: 0 5px 0px;
    /* transform-origin: left center; */
}
/* .top .bg-wrap::before{
    animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background: linear-gradient(transparent 30%, #FFC800 0%);
    display: inline-block;
    padding: 0 1px 0px;
    content: "";
    z-index: 20;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */
.top.sa.show .bg-wrap .inn {
    animation: bg 2.6s 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
    position: relative;
    transform-origin: left center;
    z-index: 1;
}

@keyframes bg {
    0% {
      opacity: 0;
      transform: scaleX(0) translateX(-5%);
    }
    30% {
      transform: scaleX(1) translateX(0);
    }
    100% {
      transform: scaleX(1) translateX(0);
    }
    30%, 100% {
      opacity: 1;
    }
}

.under{
    color: #000;
    text-align: left;
}
.maker{
    width: auto;
    height: 23px;
    margin: 0;
}
.hinmei{
    font-size: 25px;
    font-weight: 600;
}

@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/* css */
.passing .passing-box {
	display: block;
	text-align: left;
    margin: 2px 0;
}
.passing .passing-bar {
	position: relative;
	display: inline-block;
	/*　後ほど解説　*/
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* 任意の値 */
	/* background: linear-gradient(transparent 20%, #FFC800 0%); */
    background: #58A4EB;
}
.passing .passing-txt {
	opacity: 0;
	/* 後ほど解説 */
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	/* 任意の値 */
	/* font-size: 1.3vw;
	font-weight: bold;
	line-height: 2vw; */
    white-space: nowrap;

    color: #FFFA00;

    /* オススメキャプション_PC */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.passing.sa.show .passing-bar:before {
	-webkit-animation: passing-bar 1.5s ease 0s 1 normal forwards;
	animation: passing-bar 1.5s ease 0s 1 normal forwards;
}
.passing.sa.show .passing-txt {
	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
	animation:passing-txt 0s ease .8s 1 normal forwards;
}



.medama .ichiosi_box{
    width: 100%;
    height: auto;
    cursor: pointer;
    transition-duration: 0.3s;
    /* background: #000; */
}
.medama a:hover .ichiosi_box{
    opacity: 0.7;
    transition-duration: 0.3s;
    /* background: #000; */
}
.ichioshi{
    /* position: absolute; */

    /* top: 3%;
    left: 0px;
    z-index: 1; */
    margin-bottom: 10px;
}
.item__cont{
    margin-top: auto;
}
.item__cont img{
    margin-top: auto;
}
.ichioshi_icon{
    position: absolute;
    display: inline-block;
    max-width: 90px;
}
.ichioshi_text{
    position: absolute;
    width: 80%;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 1;
}
.ichioshi .item__main__msg{
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 100px;
    /* padding-bottom: 10px; */
}
.ichioshi .rotate{
    width: 100%;

}
.rotate{
    animation: rotation 5s linear 0s infinite;
}
.hutuu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 5px;
    max-width: 235px !important;
    /* padding: 0 50px; */
}

.hutuu + h3{
    padding-top: 10px;
}

.hutuu a{
    position: relative;
    /* margin: 7.5px; */
    width: 100%;
    /* max-width: 157px; */
}
.hutuu img{
    /* max-width: 157px; */
    width: 100%;
    cursor: pointer;
    transition-duration: 0.3s;
}
.hutuu a:hover img{
    opacity: 0.7;
    transition-duration: 0.3s;
}
.clip {
    width: 100%;
    height: 100%;
    background-color: skyblue;
    clip-path: circle(100% at center);
}

.ichioshi_item{
    position: relative;
    max-width: calc(1180px -  110px);
    /* width: 100%; */
    transition-delay: .5s;
    display: flex;
    background: transparent linear-gradient(180deg, #FFFA78 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 10px 20px;
}
.main-img{
    width: 60%;
    height: auto;
    vertical-align: middle;
}
.mojigumi{
    width: 40%
}

.spec {
    position: absolute;
    max-width: 80px;

    width: 100%;
    transition: ease 1s;
}
.spec00{
    top: 0%;
    right: 0%;
    position: absolute;
    width: 100%;
    transition: ease 1s;
    transition-delay: 1.5s;
}

.inner {
    width: 0;
    overflow: hidden;
    transition: 1000ms linear;
    position: absolute;
    transition-delay: 1s;
    top: 0%;
    left: 0%;
}
.inner img{
    max-width: 500px;
    width: 50vw;
}
.wrap__delay{
    transition-delay: 1650ms;
}

.inner.is-show {
    width: 100%;
}

.dy{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.corner{
    max-width: calc(1280px - 120px);
    margin: 0px auto 0;
    padding: 80px 10px 80px;
}
.corner + .corner{
    margin-top: 110px;
}
.subcorner{
    padding: 100px 0 40px;
}

.h2_img{
    /* max-width: 350px; */
    position: relative;
    display: block;
    /* top: calc(var(--h2height) / 2 * -1); */
    padding-bottom: 50px;
}
.h2_img img{
    height: var(--h2height);
    width: auto;
    margin: 0 auto;
}

#items p{
    max-width: calc(1280px - 80px);
    margin: 10px auto;
    text-align: left;
    font-size: 14px;
}
.dshadow{
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.item{
    max-width: 490px;
    background: #fff;
    margin-top: auto;
}
.item__main{
    background: #FFFED0;
    position: relative;
}
.buy_btn{
    position: relative;
    width: 100%;
    height: 40px;
    background: #3A85CC;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-align: center;
    padding: 8px 0;
}
.buy_btn::after{
    content: "▶︎";
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 12px;
}
.announce_01{
    max-width: 665px;
    padding: 50px 20px 0;
    margin: 20px 0;
    margin: 0 auto;
}
.flex .item{
    width: 50%;
    align-items: stretch;
}

.twoline{
    max-width: 1050px;
    padding: 50px 20px;
    margin: 20px auto;
}
.twoline a{
    max-width: 500px;
}
.twoline &gt; a + a{
    padding-left: 50px;
}
footer{
    background: #fff;
}
.logo{
    margin: 0 auto;
    max-width: 395px;
    display: block;
}

/*  ---------------------
   以下は調整用
 --------------------- */
.triangle-button{
  max-width: 300px;
  margin: 20px auto;
}


/* ヘッダーメニュー */
#categories_menu{
    max-width: 1280px;
    display: block;
    margin: 0 auto;
    padding: 35px 80px;
    text-align: center;
    /* font-family: 'mplus-1p-light' , sans-serif; */
    --background-color: #fff;
}
#categories_menu img{
    width: 100%;
    height: auto;
    margin: 0;
    vertical-align: middle;
    border-style: none;
}
.cate__list {
    display: grid;
    grid-template-columns: repeat(4, calc( ( 100% - 48px ) / 4));
    justify-items: center;
    align-items: center;
    column-gap: 16px;
    row-gap: 16px;
    justify-items: center;
}
.cate__list &gt; li {
    width: 100%;
    height: auto;
}

.cate__display4 {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
}
.cate__item-image {
    border-radius: calc( ( 100vw - 146px - 32px ) / 8);
    display: block;
    max-width: 66px;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cate__item {
    border-radius: calc( ( 100vw - 146px - 32px ) / 8);
    display: flex;
    grid-template-columns: calc( ( 100vw - 146px - 32px ) / 12) 1fr;
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    align-items:center ;
}
.cate__item::after {
    content: '';
    /* border: solid 1px #000; */
    border-radius: calc( ( 100vw - 146px - 32px ) / 8);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.cate__item:hover {
    /* border: solid 1px #3A3A3A; */
    background-color: #ECF3F9;
    /* color: var(--background-color); */
    text-decoration: none;
}
.cate__item-name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.cate__item i{
    display: flex;
    align-items: center;
    justify-content: right;
    /* width: 30%; */
    height: 100%;
    margin-left: auto;
    padding-right: 20px;
}
.c-image, .c-image--contain, .c-image--cover {
    display: block;
    width: 100%;
    height: 100%;
}
.cate__item:hover {
    background-color: #ECF3F9;
    /* color: var(--background-color); */
}
ul{
    padding-inline-start: 0px;
    list-style: none;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
.tyuki{
    color: #fff;
    padding: 0 10px;
}
.pc.padd10w{
    padding-left: 20px;
}

@media (min-width: 1280px){
    .cate__item {
        grid-template-columns: calc((100% - 180px)) 1fr;
    }

    /* textanim */
    .passing .passing-txt {
        /* 任意の値 */
        font-size: 17px;
        font-weight: bold;
        line-height: 25px;
    }
}
@media(max-width: 1150px){
    .cate__display4 {
        margin: 0 auto;
        max-width: 700px;
    }
	.cate__list {
        display: grid;
        grid-template-columns: repeat(2, calc( ( 100% - 8px ) / 2));
        column-gap: 16px;
        row-gap: 16px;
    }
}
@media (max-width: 768px){
    section{
        margin: 0px auto;
    }
    .bg_w p{
        font-size: 16px;
    }
    .items{
        display: block;
        justify-content:center;
        margin: 20px auto;
        max-width: 1020px;
    }
    .items.p2{
        display: block;
        justify-content:center;
    }
    .medama{
        margin: 0 auto;
        display: block;
    }
    .medama a{
        max-width: 500px;
    }
    .h2_img{
        /* padding: 0 50px; */
    }
    .h2_img img{
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
    .buy_btn{
        height: 30px;
        font-size: 18px;
    }
    .buy_btn::after {
        font-size: 14px;
    }
    .hutuu .buy_btn{
        height: 30px;
        font-size: 16px;
        line-height: 28px;
        padding: 3px 0;
    }
    .hutuu .buy_btn::after {
        content: "▶︎";
        font-size: 12px;
        position: absolute;
        right: 8px;
        top: 3px;
    }
    #categories_menu{
        padding: 20px;
    }
    .cate__display4 {
        font-size: 13px;
        margin: 0 auto;
        max-width: 700px;
    }
    .cate__item-name{
        padding-left: 5px;
    }
    .cate__item i{
        padding-right: 15px;
    }
	.cate__list {
        display: grid;
        grid-template-columns: repeat(2, calc( ( 100% - 8px ) / 2));
        column-gap: 16px;
        row-gap: 16px;
    }
    .cate__item {
        border-radius: calc( ( 100vw - 60px - 16px ) / 8);
        grid-template-columns: calc( ( 100vw - 0px - 16px ) / 8) 1fr;
    }
    .cate__item::after {
        border-radius: calc( ( 100vw - 0px - 32px ) / 8);
    }
    .cate__item-image {
        max-width: 35px;
        border-radius: calc( ( 100vw - 0px - 32px ) / 8);
    }
    .items .flex{
        display: block;
    }
    .flex.pc{
        margin-top: 0;
    }
    .flexflex .flex{
        display: flex !important;
    }
    .flex__2 .hutuu{width: 100%;}
    /* .flex__3 .hutuu{width: 33%;} */
    .flex__2 &gt; .hutuu + .hutuu{
        padding-left: 0px;
    }
    .flexflex .flex &gt; .hutuu + .hutuu{
        padding-left: 10px;
    }
    .flexflex .flex__2{
        max-width: 530px;
        margin: 0 auto;
    }
    .flexflex .flex__2 img{
        max-width: 260px;
    }
    /* .ichioshi{
        position: absolute;
        max-width: 125px;
        top: -30px;
        left: -30px;
    } */
    .ichioshi_icon{
        width: 74px;
        margin: 6px;
    }
    /* .ichioshi_text{
        position: absolute;
        width: 65px;
        bottom: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        z-index: 1;
    } */
     .ichioshi .item__main__msg{
        padding-left: 85px;
        /* padding-bottom: 10px; */
    }
    .inner img{
        width: 95vw;
    }
    .rotate{
        animation: rotation 5s linear 0s infinite;
    }
    .hutuu{
        width: 100%;
        margin: 0 auto;
        max-width: 530px;
        /* left: 2%; */
        /* padding: 0 50px; */
        position: relative;

        flex-direction: row;
    }
    .pc .hutuu{
        padding: 0;
    }
    .sp .hutuu{
        margin: 0 auto;
    }
    .hutuu + .flex, .flex + .flex, .medama + .flex {
        margin-top: 10px;
    }
    .flex.pc + .flex.pc{
        margin-top: 0px;
    }


    .medama + .hutuu{
        margin-top: 20px;
    }
    .hutuu a{
        /* position: relative;
        margin: 7.5px;
        width: 45%;
        max-width: 186px;
        -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,.2));
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,.2));

        overflow: hidden;
        background: #000; */
    }
    .hutuu img{
        /* max-width: 186px; */
        width: 100%;
        cursor: pointer;
        transition-duration: 0.3s;
    }
    .hutuu a:hover img{
        opacity: 0.8;
        transition-duration: 0.3s;
    }

    .ichioshi_item{
        position: relative;
        max-width: calc(1180px -  150px);
        /* width: 100%; */
        transition-delay: .5s;
        display: block;
        background: transparent linear-gradient(180deg, #FFFA78 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
        border-radius: 10px;
        padding: 10px 15px;
        margin: 0 auto;
    }
    .main-img{
        width: 100%;
    }
    .mojigumi{
        width: 100%
    }

    .corner{
        max-width: initial;
        /* width: 100%; */
        margin: 30px auto 30px;
        padding: 40px 0;
        padding-bottom: 80px;
    }


    #items p{
        max-width: calc(1280px - 80px);
        margin: 10px auto;
        text-align: left;
        font-size: 14px;
    }

    .announce_01{
        max-width: 665px;
        padding: 0px 20px 0;
        margin: 20px 0;
        margin: 0 auto;
    }
    .twoline{
        max-width: 1050px;
        padding: 20px 20px;
        margin: 20px auto;
        display: block;
    }
    .twoline a{
        max-width: 500px;
        width: 100%;
        margin: 0 auto;

    }
    .twoline &gt; a + a{
        padding-left: 0px;
        padding-top: 20px;
    }
    footer{
        background: #fff;
    }
    .logo{
        margin: 0 auto;
        max-width: initial;
        width: 100%;
        max-width: 200px;
        padding: 0px 20px;
    }


    .largesize_btns{
        display: block;
        margin: 0 auto;
    }
    .largesize_btn{
        max-width: 360px;

        font-size: 22px;
        line-height: 33px;
        position: relative;

        margin: 0 auto;
    }

    .largesize_btn::after{
        content: '';
        border-width: 10px 0 10px 16px;
    }
    .largesize_btn + .largesize_btn{
        margin-top: 30px;
        margin-left: inherit;
    }

    .sp.padd10h{
        padding-top: 10px;
    }

    .tyuki{
        max-width: 530px !important;
    }

    /*  */
    ..passing .passing-box{
        margin: 0;
    }
    .passing .passing-txt {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 374px){
    .passing .passing-box {
        height: 20px;
    }
    /*  */
    .passing .passing-txt {
        font-size: 10px;
        line-height: 11px;
    }
}

@keyframes rotation{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
}
</pre></body></html>