<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";

/* ==================================================
�鴻�帥�ゃ�����祉����
================================================== */

* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol, li {
	list-style: none;
}
a, a:hover {
    color: #0f0f0f;
    text-decoration: none;
    transition: .3s;
}
img, a img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
body{
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-size: 100%;
    text-align: center;
    color: #0f0f0f;
    background-color: #faf4e3;
}

.smp{display: none !important;}



/*-------------------------------------------------------------------*/
/*�����若�鴻��*/
/*-------------------------------------------------------------------*/
#omochi{
    overflow: hidden;
    letter-spacing: 1px;
}



/*-------------------------------------------------------------------*/
/*�����帥��*/
/*-------------------------------------------------------------------*/
#omochi header{width: 100%;}
#omochi header img{width: 100%;}
#omochi header p.text{
    background: #fffd60;
    padding: 17px 0;
    font-size: 20px;
    font-weight: 600;
}



/*-------------------------------------------------------------------*/
/*�����泣�ゃ���＜���ャ�若����*/
/*-------------------------------------------------------------------*/
#global-nav{
    z-index: 10;
    right: -10px;
    position: fixed;
    bottom: 60px;
    width: 190px;
    opacity: 0;
    transition: .5s all;
}
#global-nav li{
    margin: 10px 0;
    padding: 24px 0;
    border-radius: 50px 0 0 50px;
    transition: .3s all;
}
#global-nav li.coupon_haifu{background-color: #fd790e;}
#global-nav li.omochi_recipe{background-color: #fd790e;}
#global-nav li.character_mochi{background-color: #fd790e;}
#global-nav li.omochi_cooking{background-color: #fd790e;}
#global-nav li.omochi_recipe2{background-color: #fd790e;}
#global-nav li._top{background-color: #fd790e;}

#global-nav li p{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    transition: .3s all;
}
#global-nav li:hover{
    background-color: #432008;
    transition: .3s all;
}
#global-nav li:hover p{color: #fd790e;}
#global-nav.isActive {opacity: 1;transition: .5s all;}



/*-------------------------------------------------------------------*/
/*�����������㏍������#item����*/
/*-------------------------------------------------------------------*/
#omochi .itemblock{
    width: 1200px;
    margin: auto;
    background-color: #faf4e3;
}

#omochi .itemblock2{
    width: 1200px;
    margin: auto;
    background-color: #faf4e3;
}


/*======荀��冴��======*/
#omochi h1{
    font-size: 52px;
    padding: 60px 0 20px;
    color: #432008;
    letter-spacing: 3px;
}
#omochi h2{
    font-size: 35px;
    padding: 14px 0;
    color: #fd790e;
    background: #fffd60;
    letter-spacing: 3px;
}


/*======���㏍�����演��======*/
#item div.itemblock ul,#item div.itemblock2 ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}


/*======���若����======*/
#omochi .itemblock div.coupon{
    margin: 0 auto;
    padding-bottom: 40px;
}
#omochi .itemblock div.coupon a img{width: 100%;transition: .3s all;}
#omochi .itemblock div.coupon a:hover img{
    opacity:0.85;
    transform: translateY(-6px);
    transition: .3s all;
}



/*======�������ゃ�潟������======*/
#omochi .itemblock .col_1 .main{
    height: 520px;
    margin: 0 auto 50px;
}

#omochi .itemblock .col_1 ul{
    width: 52%;
    margin: 0 48% 0;
    align-items: center;
    padding: 30px 30px 30px 0;
    box-sizing: border-box;
    justify-content: left;
}
#omochi .itemblock .coupon ul li{
    width: calc(87%/3);
    border-radius: 10px;
    margin: 0 10px 10px 0;
    padding: 10px 10px;
}
#omochi .itemblock .col_1 ul li:nth-child(even){margin-right: 0;}
#omochi .itemblock .col_1 ul li:nth-child(n+3){margin-bottom: 0;}

#omochi .itemblock .col_1 ul li dd.title{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: -4px;
}

/*======�������ゃ�潟������2======*/
#omochi .itemblock2 .col_1 .main{
    height: 520px;
    margin: 0 auto 50px;
}

#omochi .itemblock2 .col_1 ul{
    width: 52%;
    margin: 0 48% 0;
    align-items: center;
    padding: 30px 30px 30px 0;
    box-sizing: border-box;
    justify-content: left;
}

#omochi .itemblock2 .coupon ul li{
    width: calc(87%/3);
    border-radius: 10px;
    margin: 0 10px 10px 0;
    padding: 10px 10px;
}

#omochi .itemblock2 .col_1 ul li:nth-child(even){margin-right: 0;}
#omochi .itemblock2 .col_1 ul li:nth-child(n+3){margin-bottom: 0;}

#omochi .itemblock2 .col_1 ul li dd.title{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: -4px;
}



/* ���若����申���紫┏蕁����御���肢�膣違�����＜�����帥�� */
button[type="submit"], #modal-content .js-modal-open,#modal-content .js-modal-open_2{
    padding: 8px;
    margin-top: 4px;
    border-radius: 6px;
    background-color: #d91616;
    color: #fff;
    border: none;
    letter-spacing: 0.12em;
    cursor: pointer;
    font-size: 17px;
    position: relative;
    transition: .3s all;
    display: block;
}
button[type="submit"]{
    width: 100%;
    display: inline-flex;
    justify-content: center;
}
button[type="submit"] span.material-symbols-outlined,#modal-content .js-modal-open span.material-symbols-outlined,#omochi .itemblock ul li dl.item dd.btn span.material-symbols-outlined {
    top: 10px;
    right: 12px;
    font-size: 23px;
    transition: .3s all;
}

button[type="submit"]:hover,#modal-content .js-modal-open:hover,#modal-content .js-modal-open_2:hover{
    background-color: #432008;
    transition: .3s all;
}
button[type="submit"]:hover span.material-symbols-outlined,#modal-content .js-modal-open:hover span.material-symbols-outlined,#modal-content .js-modal-open_2:hover span.material-symbols-outlined{
    transform: translateX(4px);
    transition: .3s all;
}
#omochi .itemblock ul li dl.item dd.btn{
    padding: 8px;
    margin-top: 4px;
    border-radius: 6px;
    background-color: #d91616;
    color: #fff;
    border: none;
    letter-spacing: 0.12em;
    cursor: pointer;
    font-size: 17px;
    position: relative;
    transition: .3s all;
}
#omochi .itemblock ul li dl.item a:hover dd.btn{background: #fd790e;}

#omochi .itemblock2 ul li dl.item dd.btn{
    padding: 8px;
    margin-top: 4px;
    border-radius: 6px;
    background-color: #d91616;
    color: #fff;
    border: none;
    letter-spacing: 0.12em;
    cursor: pointer;
    font-size: 17px;
    position: relative;
    transition: .3s all;
}
#omochi .itemblock2 ul li dl.item a:hover dd.btn{background: #fd790e;}


/*�≪�若�������ｃ�潟����*/
#modal-content{margin-top: 12px;}
#omochi .itemblock .col_3 #modal-content{margin-top: 40px;}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    top: 0%;
    left: 0%;
    bottom: 0;
    right: 0;
    z-index: 50;
}

.modal__bg {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal .modal__content {
    background: #fff;
    left: 50%;
    padding: 40px 60px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 40%;
    box-sizing: border-box;
} 

.modal div.link a:hover{opacity:1;}

#omochi .itemblock ul.inventory_choice {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}
#omochi .itemblock ul.inventory_choice li.inventory_choice_name {
    display: flex;
    float: left;
    position: relative;
    width: auto;
    margin: 0 10px 10px 0;
    padding: 0;
}
input[type="radio"] {display: none!important;}
#omochi .itemblock ul.inventory_choice li.inventory_choice_name label {
    padding: 0 10px;
    border: 1px solid;
    border-radius: 4px;
    font-size: 15px !important;
    font-weight: normal !important;
    text-align: center;
    line-height: 33px !important;
    cursor: pointer;
    transition: .3s all;
}

#omochi .itemblock2 ul.inventory_choice {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}
#omochi .itemblock2 ul.inventory_choice li.inventory_choice_name {
    display: flex;
    float: left;
    position: relative;
    width: auto;
    margin: 0 10px 10px 0;
    padding: 0;
}
input[type="radio"] {display: none!important;}
#omochi .itemblock2 ul.inventory_choice li.inventory_choice_name label {
    padding: 0 10px;
    border: 1px solid;
    border-radius: 4px;
    font-size: 15px !important;
    font-weight: normal !important;
    text-align: center;
    line-height: 33px !important;
    cursor: pointer;
    transition: .3s all;
}

input[type="radio"]:checked + label {
    background-color: #d91616;
    color: #fff;
}
.inventory_choice_name label:hover {
    background-color: #d91616;
    color: #fff;
    transition: .3s all;
}
.js-modal-close2{
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}


/*======����======*/
#omochi .itemblock div.col_3 ul li{
    width: calc(80%/2);
    margin: 0 0 50px;
}
#omochi .itemblock div.col_3 ul li dl.item dd.title{
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
    height: 48px;
    line-height: 23px;
}
#omochi .itemblock2 div.col_3 ul li{
    width: calc(80%/2);
    margin: 0 0 50px;
}
#omochi .itemblock2 div.col_3 ul li dl.item dd.title{
    font-size: 18px;
    margin: 10px 0;
    font-weight: 500;
    height: 48px;
    line-height: 23px;
}


/*======���激��茵�ず======*/
.modal_2 {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 50;
}
.modal_2 .modal__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    box-sizing: border-box;
    height: 100%;
} 
.modal_2 .re1 img{
    width: auto;
    height: 98%;
    top: 1%;
    left: 8%;
    position: absolute;
}
.modal_2 .re2 img{
    width: auto;
    height: 98%;
    top: 1%;
    left: 15%;
    position: absolute;
}
.modal_2 .re3 img{
    width: auto;
    height: 98%;
    top: 1%;
    left: 0%;
    position: absolute;
}
.modal_2 .js-modal-close2{
    position: absolute;
    cursor: pointer;
}
.modal_2 a.re1{
    top: 0.8rem;
    right: 10%;
}
.modal_2 a.re2{
    top: 0.5rem;
    right: 28%;
}
.modal_2 a.re3{
    top: 1rem;
    right: -3%;
}


/*======��������帥��======*/
#omochi div.itemblock div.btn{
    margin: 0px auto 60px;
    width: 1080px
}
#omochi div.itemblock div.btn a{
    padding: 14px 0;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    box-sizing: border-box;
    transition: all .3s;
    font-weight: 500;
    width: 100%;
    margin-bottom: 20px;
    background: #432008;
    position: relative;
    border-radius: 6px;
}
#omochi div.itemblock div.btn a span.material-symbols-outlined{
    top: 18px;
    right: 20px;
    font-size: 34px;
    transition: .3s all;
}

#omochi div.itemblock2 div.btn{
    margin: 0px auto 60px;
    width: 1080px
}
#omochi div.itemblock2 div.btn a{
    padding: 14px 0;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    box-sizing: border-box;
    transition: all .3s;
    font-weight: 500;
    width: 100%;
    margin-bottom: 20px;
    background: #432008;
    position: relative;
    border-radius: 6px;
}
#omochi div.itemblock2 div.btn a span.material-symbols-outlined{
    top: 18px;
    right: 20px;
    font-size: 34px;
    transition: .3s all;
}

/*hover�����с����*/
#omochi div.itemblock div.btn a:hover,#omochi div.itemblock2 div.btn a:hover{
    background: #fd790e;
    transition: all .3s;
}

/*�√�医�演��*/
#omochi span.material-symbols-outlined {position: absolute;}
#omochi a:hover span.material-symbols-outlined{transform: translateX(4px);}




/*-------------------------------------------------------------------*/
/*���������帥�若����*/
/*-------------------------------------------------------------------*/

#omochi footer{background-color: #fd790e;}
#omochi footer div {
    margin: auto;
    display: inline-block;
    padding: 1em 0;
}
#omochi footer ul {display: flex;}
#omochi footer ul li{color:#fff;}
#omochi footer ul li a{
    color: #fff;
    margin: 0 50px;
    letter-spacing: 0.1vw;
}
</pre></body></html>