@charset "UTF-8";
/*-----------------------

   reset

-----------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
areale,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.pc_none {
    display: none;
}

@media screen and (max-width: 800px) {
    .pc_none {
        display: inline-block;
    }

    .sp_none {
        display: none;

    }
}


/* anime */
@keyframes scroll-left {
    from {
        background-position: 0 50%;
    }

    to {
        background-position: -100% 50%;
        /* 左へ移動 */
    }
}


@keyframes poyo2 {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.05);
    }

    50% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}





/* common  */
body {
    background-color: #c6db68;

    background-image: url(../images/bg_body.webp);
    background-attachment: fixed;
}


.wrap {

    font-family: "Kosugi Maru", 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
    line-height: 150%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
}



.wrap .bg_side_l,
.wrap .bg_side_r {
    background-color: #ffffff32;
    width: calc((100% - 800px) / 2);
}

.wrap .bg_side_l {
    order: 1;
}

.wrap .bg_side_r {
    order: 3;
}

@media screen and (max-width: 800px) {

    .wrap .bg_side_l,
    .wrap .bg_side_r {
        display: none;
    }
}




.wrap .main {
    order: 2;

    background-color: #c6db68c3;
    width: 100%;
    max-width: 800px;
    min-width: 320px;
    padding: 0px 20px;
    margin: 0px auto;
    font-size: clamp(0.8rem, 0.727rem + 0.36vw, 1rem);
    line-height: 150%;
}

.wrap hr {
    background-image: url(../images/bg_x.webp);
    background-repeat: space;
    background-position: center;
    background-size: contain;
    height: 30px;
    margin: 30px auto;
    padding: 0;
    border: 0;
}

.wrap p {
    margin-bottom: 1.5rem;
}

.wrap img {
    max-width: 100%;
    height: auto;
}

/* header  */

.wrap header h1 {
    text-align: center;
    margin: 50px 0px 20px;
}

.wrap header .image_top {
    max-width: 80%;

    background-image: url(../images/bg_top_main.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;

    margin: 0px auto;
}



.wrap header h1 .h1_title {
    margin-bottom: 10px;
}


/* introduction  */

.wrap .introduction {

    color: #e50012;
    padding: 20px 0px;
}



.wrap .introduction .text {
    max-width: 700px;
    margin: 10px auto 0px;
}

.wrap .introduction .text .read {
    font-size: clamp(1rem, 0.636rem + 1.82vw, 2rem);
    line-height: 150%;
    text-align: center;
}




.wrap .introduction span {
    font-weight: bold;
    display: inline;
    padding: 0 4px 2px 4px;
    background: linear-gradient(transparent 70%, #FFE630 0%);
}

.wrap .introduction .post {
    background-image: url(../images/bg_box.webp);
    background-repeat: repeat-x;
    background-size: 20px auto;
    background-position: center;
    animation: scroll-left 30s linear infinite;


    padding: 20px;
}

.wrap .introduction .post a {
    display: block;
    width: fit-content;
    background-color: #e50012;

    text-decoration: none;
    word-break: normal;
    color: #FFF;

    padding: 10px 20px;
    margin: 30px auto 30px;
    border-radius: 50vw;
    box-shadow: 7px 7px 0px rgba(25, 145, 25, 0.5);
}


/* news  */
.wrap .news {
    background-color: #1eaa39;
    padding: 10px;
    border-radius: 20px;
}

.wrap .news h2 {
    background-color: #f7b52c;
    line-height: 0px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.wrap .news h2 img {
    height: clamp(20px, 3vw, 30px);
}

.wrap .news ul {
    /* height: 200px; */
    margin: 20px;
    /* overflow-y: scroll; */
    color: #fff;
}

.wrap .news ul li {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.wrap .news ul li:not(:last-of-type) {
    border-bottom: 2px dotted #fff;
}

.wrap .news ul li .date {
    margin: 0px 10px 10px 0px;
}


/* detail  */

.wrap .detail .btn_list {
    background-image: url(../images/bg_box.webp);
    background-repeat: repeat-x;
    background-size: 20px auto;
    background-position: center;
    animation: scroll-left 30s linear infinite;


    display: flex;
    gap: 10%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px 0px 0px;
}

.wrap .detail .btn_list a {
    width: 220px;
    height: 220px;
    filter: drop-shadow(7px 7px 0px rgba(25, 145, 25, 0.5));
    transition: all 0.6s ease 0s;

    animation: poyo2 2s linear .5s infinite forwards;
    transform-origin: 50% 50%;

}

@media screen and (max-width: 800px) {
    .wrap .detail .btn_list a {
        width: 40%;
        height: auto;
    }
}

.wrap .detail .btn_list a:hover {

    filter: drop-shadow(7px 7px 0px rgba(255, 255, 255, 0.8));
}



.wrap .detail dl {
    background-color: #1eaa39;
    display: flex;
    flex-wrap: wrap;

    padding: 10px;
    margin: 50px auto 50px;
    border-radius: 20px;

    color: #fff;
}

.wrap .detail dl dt,
.wrap .detail dl dd {
    padding: 10px;
    margin-bottom: 2px;
}

.wrap .detail dl dt {
    width: 150px;
    background-color: #f7b52c;
    color: #e50012;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    border-radius: 10px;
}

@media screen and (max-width: 800px) {
    .wrap .detail dl dt {
        width: 100%;
    }
}

.wrap .detail dl dd {
    width: calc(100% - 150px);
    line-height: 200%;
}

.wrap .detail dl dd:not(:last-of-type) {
    border-bottom: 2px dotted #fff;
}


@media screen and (max-width: 800px) {
    .wrap .detail dl dd {
        width: 100%;
        text-align: left;
    }

    .wrap .detail dl dd:not(:last-of-type) {
        border: none;
    }

}

.wrap .detail dl dd span {
    font-size: 1.2rem;
}

/* footer  */

footer {
    text-align: center;
    margin: 50px 0px;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

@media screen and (max-width: 800px) {
    footer ul li {
        width: 100%;
    }
}

footer ul li a {
    background-color: #e50012;
    padding: 5px 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
}

/* ---------------------------sub_page  */
.wrap .sub {
    text-align: center;
}

.wrap .sub h1 {
    background-image: url(../images/bg_box.webp);
    background-repeat: repeat-x;
    background-size: 20px auto;
    background-position: center;
    animation: scroll-left 30s linear infinite;

    margin: 0;
}

.wrap .sub img {
    width: 80%;
    padding: 20px 20px;
}

.wrap .sub_h2 {
    display: block;
    background-color: #fff;
    line-height: 0;
    text-align: center;
    border-radius: 10px;

    padding: 10px;
    margin: 0px auto 20px;
}

.wrap .sub_h2 img {
    height: clamp(20px, 3vw, 30px);

}

.wrap .sub_menu {}







.wrap .sub_menu li::before {
    content: "▼";
    color: #EE5A13;
    margin-right: 5px;
    font-size: 0.8rem;
}

.wrap .sub_menu li a {
    color: #3E63B6;
}

.goods .soldout {
    background-color: #ff000017;
    padding: 2px;
    text-align: center !important;
    font-weight: bold;
    color: #c51010;
}

.back {
    display: block;
    width: fit-content;
    margin: 20px 0px 0 auto;
    text-decoration: none;
    color: #3E63B6;
}

.back:visited {
    color: #3E63B6;
}

.top {
    display: block;
    width: fit-content;
    margin: 20px auto 20px auto;
    text-decoration: none;
    color: #3E63B6;
}

.top:visited {
    color: #3E63B6;
}

.goods h3 {
    background-color: #FFE630;
    text-align: center;
    /* font-family: "Kaisei Opti", serif; */
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    border-radius: 10px;
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 20px;
}

/* osusume_list  */

.goods .osusume_list {
    display: flex;
    flex-wrap: wrap;
    font-family: sans-serif;
}

.goods .osusume_list li {
    display: flex;
    flex-direction: column;
    width: 48%;
    padding: 2%;
    border: 1px solid #ccc;
    margin: 1%;
}

.goods .osusume_list li a {
    aspect-ratio: 1 /1;
}

.goods .osusume_list li a img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
    height: auto;
}

.goods .osusume_list li h4 {
    flex-grow: 1;
    font-weight: bold;
    margin: 20px 0px;
}

.goods .osusume_list li h4 span {
    color: #c51010;
}

.goods .osusume_list li h4 span.small {
    font-weight: normal;
    font-size: 0.8rem;
}

.goods .osusume_list li p {
    margin-bottom: 0;
}

/* goods_list  */

.goods .goods_list {
    font-family: sans-serif;
}

.goods .goods_list li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #CCC;
}

.goods .goods_list li h4 {
    width: 80%;
    word-break: break-all;
    font-weight: bold;
    border-right: 1px dotted #ccc;
    padding: 1%;
}

.goods .goods_list li p {
    width: 20%;
    text-align: right;
    padding: 5px 0;
    word-break: break-all;
    margin-bottom: 0;
}

@media screen and (max-width: 800px) {

    .goods .goods_list li h4 {
        width: calc(100% - 120px);
    }

    .goods .goods_list li p {
        width: 120px;
    }
}

@media screen and (max-width: 500px) {

    .goods .goods_list li h4 {
        width: calc(100% - 110px);
    }

    .goods .goods_list li p {
        width: 110px;
        font-size: 0.8rem;
    }
}


/* midokoro */

.wrap .midokoro h3 {
    background-color: #3E63B6;
    text-align: center;
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    border-radius: 10px;
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #FFF;
}

.wrap .midokoro h4 {
    /* background-color: #FFE630; */
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    font-weight: bold;
    font-size: 1rem;
    line-height: 150%;
    padding: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
    .wrap .midokoro h4 {
        text-align: left;
    }
}

.wrap .midokoro h4 span {
    display: inline-block;
    background: #c51010;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.wrap .midokoro .detail_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 4px dotted #3E63B6;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.wrap .midokoro .detail_box figure {
    width: calc(50% - 10px);
    text-align: center;
}

.wrap .midokoro .detail_box .txt {
    width: 50%;
}

@media screen and (max-width: 600px) {

    .wrap .midokoro .detail_box figure,
    .wrap .midokoro .detail_box .txt {
        width: 100%;
    }
}

.wrap .midokoro .detail_box .txt .item_detail {
    background-color: rgba(255, 231, 48, 0.2);
    font-weight: bold;
    padding: 10px;
    margin-bottom: 1.5rem;
}

.wrap .midokoro .detail_box .txt .item_detail p {
    margin-bottom: 0;
}


.wrap .midokoro .detail_box .txt .item_detail .price,
.wrap .midokoro .detail_box .txt .item_detail .date {
    width: fit-content;
    background: linear-gradient(transparent 70%, #FFE630 0%);
    margin-bottom: 10px;
}

.wrap .midokoro .detail_box .txt .item_detail .small {
    font-weight: normal;
    margin-top: 5px;
}

.wrap .midokoro .detail_box .txt .item_detail .attention {
    margin-bottom: 0px;
    color: #c51010;
}

.wrap .midokoro .detail_box .txt .point {
    margin-bottom: 0px;
    color: #3E63B6;
}

.wrap .midokoro .detail_box .txt .point h5 {
    border-bottom: 2px solid #3E63B6;
    padding-left: 0.5rem;
    margin-bottom: 10px;
    font-weight: bold;
}


.wrap .midokoro .detail_box .txt .talkshow dt {
    border-bottom: 2px solid #3E63B6;
    padding-left: 0.5rem;
    margin-bottom: 10px;
    font-weight: bold;
    color: #3E63B6;
}

.wrap .midokoro .detail_box .txt .talkshow dd {
    margin-bottom: 30px;
}


.wrap .midokoro .detail_box .txt .talkshow dd span {
    display: inline-block;
    margin-bottom: 10px;
}

.wrap .midokoro .detail_box .txt .entry {
    background-color: rgba(255, 231, 48, 0.2);
    padding: 10px;
    margin-bottom: 1.5rem;
}

.wrap .midokoro .detail_box .txt .entry h5 {
    background-color: #3E63B6;
    padding-left: 0.5rem;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 5px;
}

.wrap .midokoro .detail_box .txt .entry dl dt {
    border-bottom: 2px solid #3E63B6;
    padding-left: 0.5rem;
    margin-bottom: 10px;
    font-weight: bold;
    color: #3E63B6;
}

.wrap .midokoro .detail_box .txt .entry dl dd {
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
}