        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,
        table,
        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 {
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 100%;
            font: inherit;
            vertical-align: baseline;
        }
        
        article,
        aside,
        details,
        figcaption,
        figure,
        footer,
        header,
        hgroup,
        menu,
        nav,
        section {
            display: block;
        }
        
        body {
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        
        ol,
        ul {
            list-style: none;
        }
        
        blockquote,
        q {
            quotes: none;
        }
        
        blockquote:before,
        blockquote:after,
        q:before,
        q:after {
            content: '';
            content: none;
        }
        
        table {
            border-collapse: collapse;
            border-spacing: 0;
        }
        
        .fade_up {
            opacity: 0;
            transform: translate(0, 75px);
            transition: all 750ms;
        }
        
        .fade_up.effect-scroll {
            opacity: 1;
            transform: translate(0, 0);
        }
        /*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/
        /* --------------------------- */
        /*  base  */
        /* --------------------------- */
        
        a {
            color: #20B2AA;
            text-decoration: none;
            transition: all 0.6s;
        }
        
        a:hover {
            color: #1c4694;
        }
        
        h1 {
            font-size: 40px;
            padding: 10px 0;
        }
        
        h2 {
            font-size: 26px;
            padding: 5px 0 10px 0;
            line-height: 1.4;
        }
        
        h3 {
            font-size: 21px;
            padding: 5px 0 8px 0;
        }
        
        em {
            font-family: 'Open Sans';
            font-style: italic;
        }
        
        img,
        img a {
            border: 0;
            text-decoration: none;
        }
        
        img {
            object-fit: cover;
            font-family: 'object-fit: cover;';
            /*IE対策*/
        }
        
        strong {
            font-weight: bold;
        }
        /* --------------------------- */
        /*  layout  */
        /* --------------------------- */
        
        html {}
        
        body {
            background-color: #fff;
            color: #1C1C1C;
            font-family: 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
        }
        
        #wrap {
            width: 100%;
            overflow: hidden;
        }
        
        #containertop {}
        
        #container {}
        
        #wrap_contents {
            background-color: #fff;
            z-index: 1;
            width: 100%;
        }
        
        p.copyright {
            padding: 5px 0 7px;
            width: 100%;
            font-size: 10px;
            color: #777;
            background-color: #fff;
            text-align: center;
        }
        /* ------ */
        /*  Header  */
        /* ------ */
        
        header#headtop {
            width: 100%;
            position: fixed;
            height: 50px;
            z-index: 5;
            box-shadow: 0px #ddd;
            transition: all 0.5s;
        }
        
        header#headtop div.back_hed {
            width: 100%;
            position: absolute;
            height: 50px;
            z-index: 36;
            background-color: rgba(255, 255, 255, 1.0);
            transition: all 0.5s;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        }
        
        header#headtop.ag div.back_hed {
            border-top: 2px solid #f93;
            height: 48px;
        }
        
        header#headtop div.back_hed.fixed {
            background-color: #fff;
        }
        
        header#headtop div.back_hed h1 {
            width: 110px;
            height: 31px;
            float: left;
            line-height: 0.9;
            padding: 5px 0 0 15px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }
        
        header#headtop div.back_hed h1 img {
            width: 100px;
        }
        
        header#headtop div.back_hed h1 svg {
            width: 180px;
            height: 29px;
            fill: #fff;
            transition: all 0.5s;
            filter: drop-shadow(0px 0px 1px #333);
        }
        
        header#headtop div.back_hed h1 a.fixed svg {
            fill: #000;
            filter: none;
        }
        
        header#headtop div.back_hed h1 span {
            display: block;
            font-size: 10px;
            padding-left: 34px;
        }
        
        header#headtop div.back_hed h1 a {
            color: #fff;
            transition: all 0.5s;
            text-shadow: 0px 0px 2px #333;
        }
        
        header#headtop div.back_hed h1 a.fixed {
            color: #333;
            text-shadow: none;
        }
        
        header#headtop .hed_wrap {
            max-width: 100%;
            margin: 0 auto;
            position: relative;
        }
        
        header#headtop.ag .hed_wrap {
            margin-top: -1px;
        }
        
        header#headtop div.back_hed ul {
            display: table;
            width: auto;
            /* width:960px; */
            float: left;
            margin-top: 19px;
        }
        
        header#headtop div.back_hed ul li {
            display: table-cell;
            text-align: center;
            width: auto;
            font-size: 0.75rem;
            /* width:16.5%; */
            color: #333;
            padding-left: 45px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }
        
        header#headtop div {
            color: #fff;
            transition: all 0.5s;
        }
        
        .bgbar {
            background-color: rgba(255, 255, 255, 0.9);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 50px;
            z-index: 0;
        }
        
        header#headtop div.back_hed ul li {
            text-shadow: 0px 0px 0px #666;
        }
        
        header#headtop div.back_hed ul li.fixed {
            text-shadow: none;
        }
        
        header#headtop div.back_hed ul li a {
            color: #333;
            padding: 10px 0;
        }
        
        header#headtop div.back_hed ul li a.fixed {
            color: #333;
        }
        
        header#headtop div.back_hed ul li a:hover,
        .mega_img_box a.fixed h3:hover {
            color: rgb(50, 83, 126);
        }
        
        .hed_wrap ul li div.child {
            display: none;
            position: absolute;
            margin-left: -40px;
            width: 150px;
            z-index: 100;
            padding-bottom: 10px;
            padding-top: 0px;
            margin-top: 12px;
            background-color: rgba( 102, 102, 102, 0.9);
        }
        
        .hed_wrap ul li div.child.megadosee {
            display: none;
            position: absolute;
            margin-left: -175px;
            width: 530px;
            z-index: 100;
            padding-bottom: 10px;
            padding-top: 0px;
            margin-top: 12px;
            background-color: rgba( 102, 102, 102, 0.9);
        }
        
        .hed_wrap ul li div.child.megadosee .inner_child {
            display: table-cell;
            vertical-align: top;
            width: 150px;
            padding-top: 10px;
        }
        
        .hed_wrap ul li div.child.megadosee .inner_child_thum {
            display: table-cell;
            width: 230px;
            overflow: hidden;
        }
        
        .mega_img_box {
            height: 100px;
            position: relative;
        }
        
        .mega_img_box a.fixed h3 {
            color: #fff;
            text-shadow: 0px 0px 2px #333;
            transition: all 0.5s;
        }
        
        .hed_wrap ul li div.child.megadosee .inner_child_thum img {
            object-fit: cover;
            width: 200px;
            height: 90px;
            position: absolute;
            z-index: 0;
            left: 15px;
            top: 10px;
            border-radius: 4px;
        }
        
        .hed_wrap ul li div.child.megadosee .inner_child_thum h3 {
            text-align: center;
            padding-top: 48px;
            position: absolute;
            font-weight: bold;
            font-size: 18px;
            z-index: 1;
            width: 200px;
            left: 15px;
        }
        
        .hed_wrap ul li div.child.fixed {
            background-color: rgba( 255, 255, 255, 1);
        }
        
        .hed_wrap ul li:nth-child(2) div.child {
            margin-left: -60px;
        }
        
        .hed_wrap ul li:nth-child(3) div.child {
            margin-left: -50px;
            /* margin-left:-190px; */
        }
        
        .hed_wrap ul li:nth-child(3) div.child.sec {
            margin-left: 100px;
            margin-top: 47px;
        }
        
        .hed_wrap ul li:nth-child(4) div.child {
            margin-left: -50px;
            width: 180px;
        }
        
        .hed_wrap ul li div.child p {
            font-size: 15px;
        }
        
        .hed_wrap ul li div.child p a {
            display: block;
            padding: 20px 0 10px;
        }
        
        header#headtop .search_wrap {
            display: inline-block;
            position: relative;
            height: 25px;
            float: right;
            padding: 0;
            margin-top: 17px;
            margin-right: 40px;
        }
        /* sp header */
        
        #top-head {
            top: -100px;
            position: absolute;
            width: 100%;
            margin: 100px auto 0;
            padding: 30px 0 0;
            line-height: 1;
            z-index: 999;
        }
        
        #top-head a,
        #top-head {
            color: #fff;
            text-decoration: none;
        }
        
        #top-head .inner {
            position: relative;
            background-color: #fff;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        }
        
        #top-head .logo {
            float: left;
        }
        
        #global-nav ul {
            list-style: none;
            right: 0;
            bottom: 0;
            font-size: 14px;
        }
        
        #global-nav ul li {
            float: left;
        }
        
        #global-nav ul li a {
            padding: 0 30px;
        }
        /* Fixed */
        
        #top-head.fixed {
            margin-top: 0;
            top: 0;
            position: fixed;
            padding-top: 0px;
            height: 38px;
            background: #fff;
            background: rgba(255, 255, 255, .7);
            transition: top 0.65s all;
            -webkit-transition: top 0.65s ease-in;
            -moz-transition: top 0.65s ease-in;
        }
        
        #top-head.fixed .logo {}
        
        #top-head.fixed #global-nav ul li a {
            color: #333;
            padding: 0 20px;
        }
        /* Toggle Button */
        
        #nav-toggle {
            display: none;
            position: absolute;
            right: 13px;
            top: 15px;
            width: 30px;
            height: 30px;
            cursor: pointer;
            z-index: 101;
        }
        
        #nav-toggle div {
            position: relative;
        }
        
        #nav-toggle span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background: #666;
            left: 0;
            -webkit-transition: .35s ease-in-out;
            -moz-transition: .35s ease-in-out;
            transition: .35s ease-in-out;
        }
        
        #nav-toggle span:nth-child(1) {
            top: 0;
        }
        
        #nav-toggle span:nth-child(2) {
            top: 9px;
        }
        
        #nav-toggle span:nth-child(3) {
            top: 18px;
        }
        
        #top-head {
            display: none;
        }
        /* spmenu */
        
        @media (max-width: 995px) {
            header#headtop {
                display: none;
            }
            #top-head,
            .inner {
                width: 100%;
                padding: 0;
            }
            #top-head {
                top: 0;
                position: fixed;
                margin-top: 0;
                background-color: #fff;
                display: block;
                box-shadow: 0px 0px 3px 0px #ddd;
            }
            /* Fixed reset */
            #top-head.fixed {
                padding-top: 0;
                background: transparent;
            }
            #mobile-head {
                background: #fff;
                width: 100%;
                height: 50px;
                z-index: 999;
                position: relative;
            }
            #top-head.ag .inner #mobile-head {
                border-top: 2px solid #f93;
                height: 36px;
            }
            #top-head.fixed .logo,
            #top-head .logo {
                width: 110px;
                height: 31px;
                float: left;
                line-height: 0.9;
                padding: 5px 0 0 15px;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }
            #top-head .logo img {
                width: 100px;
                height: auto;
            }
            #global-nav {
                position: absolute;
                top: calc(-100vh - 40px);
                width: 100%;
                height: 100%;
                height: 100vh;
                overflow-y: scroll;
                text-align: center;
                padding: 0;
                -webkit-transition: .5s ease-in-out;
                -moz-transition: .5s ease-in-out;
                transition: .5s ease-in-out;
                background-color: #333;
            }
            #global-nav ul {
                list-style: none;
                position: static;
                right: 0;
                bottom: 0;
                font-size: 14px;
                margin-top: 40px;
            }
            #global-nav ul li {
                margin: 0 auto;
                padding: 0 0 10px 0;
                width: 100%;
                display: block;
                text-align: left;
            }
            #global-nav ul li:last-child {
                padding-bottom: 125px;
            }
            #global-nav ul li p {
                padding: 7px 0 7px 0;
                line-height: 1.4;
                display: inline;
                width: calc(50% - 13px);
                font-size: 12px;
                text-align: center;
                float: left;
            }
            #global-nav ul li h4 {
                padding: 8px 10px 4px 10px;
                line-height: 1.4;
                text-align: center;
                display: block;
                clear: both;
                font-size: 14px;
                border-top: 1px dotted #999;
            }
            #global-nav ul li h4.border_none {
                border-top: 0;
                padding-top: 20px;
                padding-bottom: 10px;
            }
            #top-head #global-nav ul li a,
            #top-head.fixed #global-nav ul li a {
                padding: 0;
                color: #fff;
            }
            #nav-toggle {
                display: block;
            }
            .open #nav-toggle span:nth-child(1) {
                top: 11px;
                -webkit-transform: rotate(135deg);
                -moz-transform: rotate(135deg);
                transform: rotate(135deg);
            }
            .open #nav-toggle span:nth-child(2) {
                width: 0;
                left: 50%;
            }
            .open #nav-toggle span:nth-child(3) {
                top: 11px;
                -webkit-transform: rotate(-135deg);
                -moz-transform: rotate(-135deg);
                transform: rotate(-135deg);
            }
            .open #global-nav {
                /* #global-nav top + #mobile-head height */
                -moz-transform: translateY(calc(100vh + 40px));
                -webkit-transform: translateY(calc(100vh + 40px));
                transform: translateY(calc(100vh + 40px));
            }
            .search_wrap_sp {
                width: 100%;
                margin: 0;
                border-top: 1px dotted #999;
                padding-top: 10px;
                text-align: center;
            }
            .search_wrap_sp form {
                margin: 10px;
            }
            .search_wrap_sp #search_submit {
                border: 1px solid #fff;
            }
            #head_agencies {
                position: absolute;
                text-transform: uppercase;
                margin-top: 42px;
                left: 15px;
            }
        }
        /* Topppage */
        
        #contentstop {
            width: 100%;
            height: 90vh;
            position: relative;
            background-image: url(../images/top_bg.png);
            background-repeat: repeat-x;
        }
        
        #contentstop .logo {
            width: 100%;
            height: 90vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        #contentstop .logo .inn {
            text-align: center;
        }
        
        #contentstop h1 {
            text-align: center;
            margin: 0 auto;
        }
        
        #contentstop h1 img {
            width: 250px;
            height: auto;
        }
        
        #contentstop h3 {
            width: 100%;
            text-align: center;
            color: #8d1c3e;
            font-size: 3rem;
            bottom: 100px;
            line-height: 1;
            padding-top: 30px;
            font-family: 'Noto Serif JP', serif;
        }
        
        #contentstop h3 span {
            font-size: 1.5rem;
        }
        
        #contentstop h3 span.top_h3_s {
            font-size: 1.9rem;
        }
        
        #contentstop h4 {
            right: 15%;
            top: 32%;
            padding: 10px;
            line-height: 2;
            font-size: 30px;
            writing-mode: vertical-rl;
            text-orientation: upright;
            position: absolute;
            font-family: 'Noto Serif JP', serif;
        }
        
        @media (max-width: 990px) {
            #contentstop h4 {
                right: 1.5%;
                top: 22%;
                padding: 10px;
                font-size: 5vw;
                white-space: nowrap;
            }
            #contentstop h1 img {
                width: 40vw;
                height: auto;
            }
            #contentstop h3 {
                width: 100%;
                font-size: 1.8rem;
                bottom: 100px;
                line-height: 1.8;
                padding-top: 30px;
            }
            #contentstop h3 span.top_h3_s {
                font-size: 1.2rem;
            }
        }
        
        #wrap_contents {
            width: 100%;
            text-align: center;
        }
        
        #contents {
            width: 1040px;
            margin: 0 auto;
            text-align: left;
        }
        
        .concept {
            width: 100%;
            background-image: url(../images/yubin_post_w.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            font-family: 'Noto Serif JP', serif;
            padding: 0 0 20px;
        }
        
        .concept h3 {
            text-align: center;
            line-height: 1.6;
            padding-top: 40px;
            font-size: 24px;
        }
        
        .hanko {
            position: absolute;
            top: 80px;
            right: 100px;
            z-index: 3;
        }
        
        .letter {
            background-color: rgba(255, 255, 255, 0.75);
            width: 820px;
            margin: 30px auto 0;
            writing-mode: vertical-rl;
            text-orientation: upright;
            padding: 40px 40px;
            border-radius: 15px;
        }
        
        .letter p {
            border-right: 1px dotted #333;
            line-height: 4.2;
            font-size: 18px;
            letter-spacing: 0.1em;
            padding-top: 1em;
            white-space: nowrap;
        }
        
        .letter p:first-child {
            border-right: 0px solid #333;
        }
        
        @media (max-width: 990px) {
            #contents {
                width: 100%;
            }
            .hanko {
                top: 10px;
                right: 10px;
            }
            .hanko img {
                width: 80px;
                height: auto;
            }
            .letter {
                background-color: rgba(255, 255, 255, 0.75);
                width: 90%;
                margin: 15px auto 0;
                writing-mode: horizontal-tb;
                text-orientation: upright;
                padding: 15px 0 30px;
                border-radius: 15px;
            }
            .letter p {
                border-right: 0px dotted #333;
                border-bottom: 1px dotted #333;
                line-height: 2;
                font-size: 0.75rem;
                letter-spacing: 0em;
                padding-top: 1em;
                padding-left: 0em;
                width: 92%;
                margin-left: 4%;
                text-align: center;
            }
        }
        
        #news {
            width: 100%;
            margin: 40px auto;
            text-align: center;
        }
        
        #marche {
            width: 100%;
            margin: 40px auto;
            text-align: center;
        }
        
        #news h2,
        #marche h2 {
            color: #666;
            letter-spacing: 0.08em;
            padding: 0 10px 5px;
            font-size: 2rem;
            text-align: center;
            border-bottom: 1px solid #2471a8;
            display: inline-block;
            margin: 30px auto 35px;
            font-weight: normal;
        }
        
        #marche h2 {
            border-bottom: 2px solid #5cb650;
        }
        
        #news h2 span,
        #marche h2 span {
            font-size: 50%;
        }
        
        #news dl,
        #marche dl {
            display: table;
            background-color: #eee;
            margin-bottom: 15px;
            text-align: left;
            font-size: 0.9rem;
            border-radius: 5px;
            width: 100%;
            transition: all 0.5s;
        }
        
        #news dl:hover,
        #marche dl:hover {
            background-color: #ccc;
        }
        
        #news a {
            color: #2471a8;
        }
        
        #marche a {
            color: #5cb650;
        }
        
        #news dl dt,
        #news dl dd,
        #marche dl dt,
        #marche dl dd {
            display: table-cell;
            vertical-align: middle;
            padding-top: 15px;
            padding-bottom: 15px;
        }
        
        #news dl dt {
            width: 180px;
            padding-left: 20px;
            padding-right: 20px;
        }
        
        #news dl dt span {
            margin-left: 8px;
            padding: 5px 0 7px;
            line-height: 0.5;
            width: 100px;
            text-align: center;
            color: #fff;
            font-size: 0.75rem;
            border-radius: 3px;
            display: inline-block;
        }
        
        #news dl dt span.shop {
            background-color: #1c4694;
        }
        
        #news dl dt span.marche {
            background-color: #5cb650;
        }
        
        #marche dl dt {
            width: 150px;
            padding-left: 20px;
            padding-right: 20px;
        }
        
        #news dl dd {}
        
        #marche dl dd {
            width: 100%;
        }
        
        @media (max-width: 990px) {
            #news {
                width: 100%;
                margin: 20px auto;
                text-align: center;
            }
            #marche {
                width: 100%;
                margin: 40px auto;
                text-align: center;
            }
            #marche h2 {
                display: block;
                font-size: 1.4rem;
                letter-spacing: 0.04em;
                width: 85%;
                margin: 0 auto 30px;
                text-align: center;
                padding: 0 0 10px 1em;
            }
            #marche h2 span {
                display: block;
                padding: 5px 1em 5px 0;
                font-size: 80%;
            }
            #news dl,
            #marche dl {
                display: block;
                text-align: center;
                background-color: #eee;
                text-align: left;
                font-size: 0.9rem;
                border-radius: 5px;
                width: 90%;
                margin: 0 auto 15px;
                transition: all 0.5s;
            }
            #news dl dt,
            #news dl dd,
            #marche dl dt,
            #marche dl dd {
                display: block;
                padding: 15px 0;
                text-align: center;
                width: 100%;
            }
            #news dl dd,
            #marche dl dd {
                display: block;
                padding: 0 1em 15px;
                text-align: center;
            }
        }
        
        #select {
            width: 100%;
            margin: 40px auto;
            text-align: center;
        }
        
        #select h2 {
            color: #666;
            letter-spacing: 0.08em;
            padding: 0 15px 5px;
            font-size: 27px;
            text-align: center;
            border-bottom: 1px solid #eb709f;
            display: inline-block;
            margin: 30px auto 35px;
        }
        
        p.read {
            color: #666;
            letter-spacing: 0.08em;
            padding: 10px 0 30px;
            font-size: 15px;
        }
        
        #select .bn_select,
        #ec .bn_ec,
        #marche .bn_marche {
            background-color: #eb709f;
            letter-spacing: 0.08em;
            font-size: 0.9rem;
            width: 260px;
            margin: 80px auto 10px;
            line-height: 1;
            border-radius: 10px;
        }
        
        #ec .bn_ec {
            background-color: #2471a8;
        }
        
        #marche .bn_marche {
            background-color: #5cb650;
            margin: 40px auto 30px;
        }
        
        #select .bn_select a,
        #ec .bn_ec a,
        #marche .bn_marche a {
            color: #fff;
            letter-spacing: 0.08em;
            padding: 20px 0 20px;
            font-size: 16px;
            display: block;
        }
        
        .selece_box {
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
        }
        
        .select_box_inn {
            width: 28%;
            margin: 0 2.5%;
            height: 350px;
            text-align: center;
        }
        
        .select_box_inn img {
            width: 100%;
            height: 190px;
            margin: 0 auto;
            object-fit: cover;
            object-position: center center;
            border-radius: 4px 4px;
            transition: all 0.6s;
        }
        
        .select_box_inn img:hover {
            opacity: 0.75;
        }
        
        .select_box_inn h4 {
            text-align: justify;
            margin: 0 auto;
            color: #eb709f;
            padding: 10px 8px 8px 8px;
            font-size: 0.9rem;
            line-height: 1.6;
            font-weight: bold;
        }
        
        .select_box_inn p.date,
        .select_box_inn p.txt {
            text-align: justify;
            margin: 0 auto;
            color: #eb709f;
            padding: 0 8px 5px 8px;
            font-size: 0.85rem;
        }
        
        .select_box_inn p.date {
            font-weight: bold;
        }
        
        .select_box_inn p.txt {
            color: #333;
            font-size: 0.9rem;
            line-height: 1.6;
            padding: 3px 8px 5px 8px;
        }
        
        @media (max-width: 990px) {
            #select {
                margin: 25px auto;
            }
            #select h2 {
                margin: 10px auto 10px;
            }
            p.read {
                width: 90%;
                margin-left: 5%;
                line-height: 1.6;
            }
            .selece_box {
                flex-direction: column;
            }
            .select_box_inn {
                width: 90%;
                margin: 0 5% 30px;
                height: auto;
                text-align: center;
            }
            #select .bn_select,
            #ec .bn_ec,
            #marche .bn_marche {
                margin: 20px auto 10px;
            }
        }
        
        #ec {
            width: 100%;
            margin: 40px auto;
            text-align: center;
            line-height: 1.6;
        }
        
        #ec ul {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 50px auto 40px;
        }
        
        #ec ul li {
            text-align: left;
        }
        
        #ec ul li:first-child {
            padding-right: 30px;
        }
        
        #ec ul img {
            width: 200px;
        }
        
        @media (max-width: 990px) {
            #ec {
                width: 100%;
            }
            #ec ul {
                display: block;
                text-align: center;
                margin: 10px auto 10px;
            }
            #ec ul li {
                text-align: center;
            }
            #ec ul li:first-child {
                padding-right: 0;
            }
        }
        
        #cat_wrap {
            background-image: url(../images/bg_kumiko.png);
            width: 100%;
            margin: 90px auto;
            text-align: center;
            line-height: 1.6;
        }
        
        #cat {
            width: 980px;
            margin: 50px auto 30px;
            padding: 0px 0 60px;
        }
        
        #cat_wrap h2.title,
        #shop h2 {
            color: #666;
            letter-spacing: 0.08em;
            padding: 0 10px 5px;
            font-size: 1.8rem;
            text-align: center;
            border-bottom: 2px solid #e94733;
            display: inline-block;
            margin: 40px auto 35px;
        }
        
        #shop h2 span {
            font-size: 50%;
        }
        
        #cat_wrap .read {
            color: #666;
            letter-spacing: 0.08em;
            padding: 10px 0 30px;
            font-size: 0.9rem;
        }
        
        #cat ul {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
        }
        
        #cat ul li {
            display: block;
            width: 48%;
            height: 400px;
            position: relative;
        }
        
        #cat ul li img {
            z-index: 2;
            width: 430px;
            height: 270px;
            object-fit: cover;
            object-position: center center;
            position: absolute;
            border-radius: 5px;
            top: 45px;
            left: 20px;
        }
        
        #cat ul li h2 {
            z-index: 1;
            width: 360px;
            height: 180px;
            background-color: #333;
            color: #fff;
            font-family: 'Noto Serif JP', serif;
            font-size: 1.1rem;
            text-align: left;
            padding: 10px 0 0 20px;
            position: absolute;
            border-radius: 5px;
            top: 0;
            left: 0;
        }
        
        #cat ul li p {
            width: 250px;
            background-color: #fff;
            color: #333;
            font-size: 0.8rem;
            text-align: justify;
            padding: 15px 25px;
            position: absolute;
            z-index: 3;
            line-height: 1.9;
            top: 290px;
            left: 0;
            border-radius: 10px;
        }
        
        #cat ul li:nth-child(even) p {
            left: auto;
            right: 0;
        }
        
        #cat ul li:nth-child(even) {
            margin-top: 200px;
            margin-left: 4%;
        }
        
        #cat ul li:nth-child(1) h2,
        #cat ul li:nth-child(5) h2 {
            background-color: #e94733;
        }
        
        #cat ul li:nth-child(2) h2,
        #cat ul li:nth-child(6) h2 {
            background-color: #1cb0d1;
        }
        
        #cat ul li:nth-child(3) h2,
        #cat ul li:nth-child(7) h2 {
            background-color: #5cb650;
        }
        
        #cat ul li:nth-child(4) h2 {
            background-color: #eb709f;
        }
        
        @media (max-width: 990px) {
            #cat_wrap {
                margin: 30px auto;
            }
            #cat_wrap h2.title {
                color: #666;
                letter-spacing: 0.04em;
                font-size: 1.4rem;
                text-align: center;
                margin: 40px auto 15px;
            }
            #cat {
                width: 100%;
            }
            #cat ul {
                flex-direction: column;
            }
            #cat ul li {
                display: block;
                width: 95%;
                height: 450px;
                position: relative;
                margin: 0 auto 40px;
            }
            #cat ul li img {
                z-index: 2;
                width: 95%;
                height: 270px;
                object-fit: cover;
                object-position: center center;
                position: absolute;
                border-radius: 5px;
                top: 45px;
                left: 2.5%;
            }
            #cat ul li h2 {
                z-index: 1;
                width: 60%;
                height: 180px;
                padding: 10px 0 0 20px;
                position: absolute;
                top: 0;
                left: 3%;
            }
            #cat ul li p {
                width: 250px;
                background-color: #fff;
                color: #333;
                font-size: 0.8rem;
                text-align: justify;
                padding: 15px 25px;
                position: absolute;
                z-index: 3;
                line-height: 1.9;
                top: 290px;
                left: 5%;
                border-radius: 10px;
            }
            #cat ul li:nth-child(even) p {
                left: 5%;
                right: auto;
            }
            #cat ul li:nth-child(even) {
                margin-top: 0px;
                margin-left: 0;
                margin: 0 auto;
            }
        }
        
        #shop {
            width: 100%;
            margin: 20px auto 40px;
            text-align: center;
            line-height: 1.6;
        }
        
        #shop .main {
            width: 100%;
            height: 400px;
            background-image: url(../images/shop/bg_shop1.jpg);
            position: relative;
            margin: 10px 0 0;
            text-align: left;
        }
        
        #shop img.shop_thum {
            line-height: 0;
            display: block;
        }
        
        #shop .main2 {
            background-image: url(../images/shop/bg_shop2.jpg);
        }
        
        #shop .main h3 {
            display: inline-block;
            position: absolute;
            top: 30px;
            left: 30px;
            line-height: 1.6;
        }
        
        #shop .main p.txt_wrap {
            position: absolute;
            top: 120px;
            left: 30px;
        }
        
        #shop .main p.txt {
            display: inline-block;
            position: absolute;
            top: 120px;
            left: 30px;
            line-height: 2.6;
            font-size: 0.85rem;
        }
        
        #shop .shop_wrap_txt {
            display: flex;
            width: 100%;
            text-align: left;
            margin-top: 40px;
        }
        
        #shop .shop_wrap_txt div {
            width: 50%;
            margin-right: 10px;
        }
        
        #shop .shop_wrap_txt div:nth-child(2) {
            width: 50%;
            margin-left: 10px;
        }
        
        #shop .shop_wrap_txt h3 {
            display: inline-block;
            margin-top: 30px;
            margin-left: 30px;
            padding-left: 5px;
        }
        
        #shop .shop_wrap_txt .txt {
            padding: 5px 0 0 30px;
            display: inline-block;
            line-height: 2.6;
            margin-top: 10px;
            margin-left: 30px;
            padding-left: 5px;
            font-size: 0.85rem;
        }
        
        #shop .main p.txt span,
        #shop .main h3 span,
        #shop .shop_wrap_txt h3 span,
        #shop .shop_wrap_txt .txt span {
            display: inline;
            background-color: rgba(255, 255, 255, 0.95);
            font-family: 'Noto Serif JP', serif;
            text-decoration-color: #aaa;
        }
        
        #shop .basic {
            display: flex;
            margin: 40px 0 0;
        }
        
        #shop .basic div {
            width: 50%;
        }
        
        #shop .basic dl {
            display: flex;
            align-items: center;
            font-size: 0.85em;
            text-align: left;
            margin-bottom: 15px;
        }
        
        #shop .basic dl dt {
            background-color: #666;
            color: #fff;
            font-size: 0.8rem;
            width: 90px;
            border-radius: 5px;
            text-align: center;
            padding: 2px 0;
            line-height: 1.4;
        }
        
        #shop .basic dl dd {
            padding-left: 1.5em;
        }
        
        #marche img {
            width: 100%;
            margin: 20px 0;
        }
        
        @media (max-width: 990px) {
            #shop {
                margin: 0 auto 20px;
            }
            #shop h2 {
                text-align: center;
                letter-spacing: 0.04em;
                padding: 0 10px 5px;
                font-size: 1.6rem;
                border-bottom: 2px solid #e94733;
                width: 85%;
                display: block;
                margin: 20px auto 35px;
            }
            #shop h2 span {
                text-align: center;
                display: block;
            }
            #shop .main p.txt {
                width: 82%;
            }
            #shop .shop_wrap_txt {
                display: block;
                width: 100%;
                margin-top: 20px;
            }
            #shop .shop_wrap_txt div {
                width: 100%;
            }
            #shop .shop_wrap_txt .txt {
                width: 82%;
                margin-bottom: 40px;
            }
            #shop .basic {
                display: block;
                margin: 10px 0 10px;
            }
            #shop .basic div {
                width: 90%;
                margin-left: 5%;
            }
            #shop .basic dl dt {
                flex-shrink: 0;
            }
            .basic.anchor {}
        }
        
        #club {
            width: 100%;
            margin: 70px auto;
            text-align: center;
            line-height: 1.6;
        }
        
        #club .wrap_club {
            color: #fff;
            text-align: center;
            line-height: 2;
            border-radius: 10px;
        }
        
        #club .wrap_club img {
            width: 90%;
            margin: 10px auto;
        }
        
        @media (max-width: 990px) {}
        /* pages select */
        
        #page_contents {
            margin-top: 70px;
            margin-bottom: 70px;
            line-height: 2.4;
            color: #333;
            font-size: 1rem;
        }
        
        #page_contents h2 {
            margin: 10px 0 0;
            padding: 0;
            line-height: 1.4;
            font-size: 1.85rem;
            text-align: center;
            font-weight: bold;
            padding: 20px 0 0;
        }
        
        #page_contents h3 {
            padding: 0 0 20px;
            font-size: 1.35rem;
            text-align: center;
            font-weight: bold;
        }
        
        #page_contents p {
            padding: 0 120px;
        }
        
        #page_contents .cat {
            width: 100px;
            font-size: 0.7rem;
            padding: 12px 0;
            color: #fff;
            text-align: center;
            line-height: 0;
            border-radius: 15px;
            margin: 0 auto;
        }
        
        #page_contents .date_select {
            padding: 12px 0;
            text-align: center;
            color: #666;
            line-height: 0;
            font-size: 0.7rem;
            font-weight: bold;
        }
        
        .cat.select {
            background-color: #eb709f;
        }
        
        .cat.news {
            background-color: #1c4694;
        }
        
        @media (max-width: 990px) {
            #page_contents h2 {
                font-size: 1.45rem;
                padding: 0 15px 20px 15px;
                font-size: 1.6rem;
            }
            #page_contents p {
                padding: 0 20px;
            }
        }
        /* marche */
        
        h2.marche_ti {
            font-size: 1.6rem;
            text-align: center;
            font-family: 'Noto Serif JP', serif;
            color: #fff;
            font-weight: normal;
            padding: 50px 0;
            width: 100%;
            background-image: url(../images/ti_bg.png);
            background-repeat: repeat-y;
        }
        
        .marche_ti_bg {
            background-color: #5cb650;
            width: 100%;
            margin: 15px 0;
        }
        
        .news_ti_bg {
            background-color: #1c4694;
            width: 100%;
            margin: 15px 0;
        }
        
        .select_ti_bg {
            background-color: #eb709f;
            width: 100%;
            margin: 15px 0;
        }
        
        .mbox_wrap {
            display: flex;
            align-items: center;
            flex-direction: wrap;
        }
        
        .mbox_in {
            width: 25%;
            text-align: left;
        }
        
        .mbox_in img {
            width: 240px;
            height: 340px;
            object-fit: cover;
            text-align: center;
        }
        
        #page_contents p.marche_Date {
            padding: 0;
            line-height: 1.4;
            font-size: 0.8rem;
        }
        
        .mbox_in h4 {
            padding: 0;
            line-height: 1.4;
            font-size: 0.8rem;
            font-weight: bold;
        }
        
        @media (max-width: 990px) {
            .mbox_wrap {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }
            .mbox_in {
                width: 90%;
                text-align: center;
                margin: 0 auto 50px;
            }
            .mbox_in img {
                width: 90%;
                height: auto;
                margin: 0 auto;
            }
        }
        /* pankz */
        
        #bread_wrap {
            margin-top: 70px;
            font-size: 0.7rem;
            line-height: 1.4;
            text-align: left;
            padding: 0 0 0 10px;
            color: #999;
        }
        
        #bread_wrap a {
            color: #3c4657;
        }
        
        #bread_wrap span {
            padding: 0 10px 0 10px;
        }
        /* footer */
        
        .foot_bn {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 40px;
        }
        
        .foot_bn a {
            text-align: center;
            display: inline-block;
            width: 20%;
        }
        
        .foot_bn img {
            width: 80%;
            margin: 0 auto 0;
        }
        
        footer {
            width: 100%;
            background-color: #eee;
            text-align: center;
            font-size: 0.85rem;
        }
        
        .footlogo {
            text-align: center;
        }
        
        .footlogo img {
            width: 150px;
            padding-top: 30px;
        }
        
        footer a {
            color: #666;
        }
        
        footer ul {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        footer ul li {
            padding: 40px 25px 50px;
        }
        
        footer .fb {
            padding: 0 0 10px;
            font-size: 0.8rem;
        }
        
        @media (max-width: 990px) {
            footer ul {
                display: none;
            }
            .footlogo img {
                padding-bottom: 30px;
            }
            .foot_bn {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                margin-bottom: 40px;
            }
            .foot_bn a {
                text-align: center;
                display: inline-block;
                width: 90%;
                margin-bottom: 20px;
            }
        }
        
        @media screen and (min-width: 990px) {
            .sp_br {
                display: none;
            }
        }
        /* --------------------------- */
        /*  module  */
        /* --------------------------- */
        
        .anchor {
            padding-top: 90px;
            margin-top: -90px;
            display: block;
            visibility: hidden;
        }
        
        .pb30 {
            padding-bottom: 30px !important;
        }
        
        .pt10 {
            padding-top: 10px !important;
        }
        
        .pt20 {
            padding-top: 20px !important;
        }
        
        .pt30 {
            padding-top: 30px !important;
        }
        
        .pb20 {
            padding-bottom: 20px !important;
        }
        
        .pb30 {
            padding-bottom: 30px !important;
        }
        
        .mt20 {
            margin-top: 20px !important;
        }
        
        .mt50 {
            margin-top: 50px !important;
        }
        
        .fb-like-box {
            background: #fff;
        }
        
        .mini {
            font-size: 85%;
            color: #57290D;
            padding-left: 6px;
        }
        
        .mini_ls {
            clear: both;
            font-size: 85%;
            color: #57290D;
            padding-top: 10px;
        }
        
        .clear::after {
            content: "";
            display: block;
            clear: both;
        }
        /* cookie */
        
        #cookie-law-info-bar span {
            font-size: 13px !important;
        }
        
        .cli-plugin-button,
        .cli-plugin-button:visited,
        .medium.cli-plugin-button,
        .medium.cli-plugin-button:visited {
            font-size: 13px;
            border-radius: 4px;
            margin: 10px 5px 0 5px;
        }
        
        .cli-plugin-button,
        .cli-plugin-button:visited {
            padding: 5px 16px 5px !important;
        }