@media screen and (max-width: 767px) {

    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 {
        border: 0;
        font-family: inherit;
        font-size: 100%;
        font-style: inherit;
        font-weight: inherit;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline;
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    html {
        font-size: 62.5%;
    }

    body {
        height: 100%;
        background-color: #f3f3f3;
        color: #545454;
        font-size: 12px;
        font-size: 1.2rem;
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        animation: fadeIn 2s ease 0s 1 normal;
        -webkit-animation: fadeIn 2s ease 0s 1 normal;
        -moz-animation: fadeIn 2s ease 0s 1 normal;
        -o-animation: fadeIn 2s ease 0s 1 normal;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    @-moz-keyframes fadeIn {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    @-o-keyframes fadeIn {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    html, body {
        height: 100%;
    }

    ol, ul {
        list-style: none;
        letter-spacing: 0.1em;
        text-align: justify;
    }

    p {
        line-height: 1.8;
        text-align: justify;
        letter-spacing: 0.1em;
    }

    dl {
        line-height: 1.8;
        letter-spacing: 0.1em;
        text-align: justify;
    }

    caption, th, td {
        font-weight: normal;
        text-align: left;
        vertical-align: top;
    }

    img {
        max-width: 100%;
        height: auto;
        width /***/: auto;
        border: 0;
        vertical-align: bottom;
    }

    a, a:link a:visited {
        color: #cc0000;
        transition: all .3s;
        text-decoration: none;
    }

    a:hover {
        color: #111;
        text-decoration: none;
    }


    .clearfix:after {
        content: "."; /* 新しい要素を作る */
        display: block; /* ブロックレベル要素に */
        clear: both;
        height: 0;
        visibility: hidden;
    }

    .clearfix {
        min-height: 1px;
    }

    * html .clearfix {
        height: 1px;
        /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
    }

    a.imghover:link img {
        transition: all .3s;
    }

    a.imghover:hover img {
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    .imghover {
        transition: all .3s;
    }

    .imghover:hover {
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    div.pagebox {
        min-height: 100%;
        box-sizing: border-box;
    }

    .wrapper {
        width: 100%;
    }

    .war_sp {
        display: block !important;
    }

    .dialog-war {
        margin-top: 2%;
        width: auto !important;
    }

    .nike_sb_wrapper {
        position: relative;
        width: auto;
        background-color: #cc0000;
        padding: 30px 0;
    }

    .google-ad-article-pc {
        display: none;
    }

    .google-ad-article-mobile {
        display: block;
    }

    .nike_sb_popup_contents {
        position: relative;
        width: 290px;
        background-color: #fff;
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
        margin: 0 auto;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        padding-bottom: 22px;
    }

    .nike_sb_popup_contents .close_window {
        position: absolute;
        top: -15px;
        right: -15px;
        z-index: 1000;
    }

    .nike_sb_popup_contents .close_window a {
        font-size: 1.0rem;
        display: block;
        line-height: 1.0;
        text-align: center;
        background-color: #111;
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        padding: 3px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    }

    .nike_sb_popup_contents01 {
        width: 100%;
    }

    .nike_sb_popup_contents01_left {
        width: 100%;
    }

    .nike_sb_popup_contents01_left p img {
        width: 100%;
        border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
    }

    .nike_sb_popup_contents01_right {
        width: 100%;
        padding-top: 22px;
    }

    .nike_sb_popup_contents_form_sp {
        width: 100%;
        padding: 0 20px;
    }

    .nike_sb_popup_contents_form_sp form {
        width: 100%;
    }

    .nike_sb_popup_contents_form_sp dl {
        letter-spacing: 0.075em;
    }

    .nike_sb_popup_contents_form_sp dl dt {
        color: #222;
        font-size: 1.2rem;
        font-weight: 500;
        padding-bottom: 8px;
        line-height: 1.0;
    }

    .nike_sb_popup_contents_form_sp dl dd {
        margin-bottom: 12px;
    }

    .nike_sb_popup_contents_form_sp h4 {
        margin-top: 5px;
    }

    .cp_input01 {
        position: relative;
        width: 100%;
        display: inline-block;
        overflow: hidden;
        border: 1px solid #ddd;
    }

    .cp_input01 select {
        color: #222;
        font-size: 1.4rem;
        letter-spacing: 0.05em;
        display: inline;
        width: 100%;
        height: 40px;
        padding: 0 10px;
        border: none;
        background-color: #fff;
        cursor: pointer;
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .cp_input01::after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-bottom: solid 2px #ccc;
        border-right: solid 2px #ccc;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 48%;
        right: 10px;
        margin-top: -4px;
        z-index: 20;
    }

    .cp_select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        height: 40px;
        background: transparent;
        position: relative;
        z-index: 1;
        padding: 0 40px 0 10px;
        border: 1px solid #ddd;
        border-radius: 2px;
    }

    select::-ms-expand {
        display: none;
    }

    .cp_form_btn_style01 {
        cursor: pointer;
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        display: block !important;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        color: #fff;
        font-size: 1.6rem !important;
        font-weight: 500;
        padding: 20px 10px;
        background-size: 18px;
        background: #111 url(../images/list_mk002.svg) no-repeat right 8px center;
        letter-spacing: 0.1em;
        border-style: none;
        transition: all .3s;
    }

    #spotaka_top {
        position: fixed;
        bottom: 6px;
        right: 6px;
        z-index: 1000;
    }

    #spotaka_top a {
        font-size: 1.0rem;
        display: block;
        line-height: 1.0;
        text-align: center;
        background-color: #cc0000;
        color: #fff;
        width: 56px;
        height: 56px;
        border-radius: 28px;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        padding: 15px 16px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    }

    /* ############################# header ############################# */
    .header_bar {
        display: none;
    }

    .header_bar01 {
        display: none;
    }

    .sp_header {
        width: 100%;
        height: 50px;
        background-color: #cc0000;
        z-index: 999;
    }

    .sp_header_nav {
        position: relative;
        width: 100%;
        height: 50px;
        background-color: #cc0000;
        z-index: 2000;
    }

    .navi-r {
        width: 60%;
        float: right;
    }

    .navi-r ul {
        text-align: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-end;
    }

    .navi-r ul li {
    }

    .navi-r ul li a {
        color: #fff;
    }

    .navi-r ul li img {
        width: 20px;
    }

    .navi-r ul li.subnav001 a {
        height: 50px;
        color: #fff;
        display: block;
        padding: 15px 5px;
    }

    .navi-r ul li.subnav002 a {
        align-items: center;
        width: 50px;
        height: 50px;
        color: #fff;
        background-color: #111;
        display: block;
        padding: 15px 0;
        margin-left: 8px;
    }

    .navi-r ul li.subnav003 button {
        height: 50px;
        display: block;
        padding: 15px;
        border: none;
        background: none;
    }

    .sb-toggle-left {
        position: absolute;
        top: 0;
        left: 0;
    }

    .navi-l {
        position: absolute;
        top: 0;
        left: 0;
    }

    .navi-l a {
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        text-decoration: none;
    }

    .navi-l a:after {
        content: "";
        background: url(../images/nav_icon.svg) 0 0 no-repeat transparent;
        background-size: 50px 50px;
        width: 50px;
        height: 50px;
        display: block;
    }

    .sb-active .navi-l a:after {
        content: "";
        background: url(../images/nav_close_icon.svg) 0 0 no-repeat transparent;
        background-size: 50px 50px;
        width: 50px;
        height: 50px;
        display: block;
    }

    .sb-slidebar {
        border-right: 1px dotted #ddd;
    }

    .sb-menu {
        background: #fff;
    }

    .sb-menu li {
        font-size: 1.4rem;
        line-height: 1.0;
        font-weight: 500;
        letter-spacing: 0.05em;
        border-bottom: 1px dotted #ddd;
    }

    .sb-menu li a {
        display: block;
        width: 100%;
        padding: 20px 15px;
        text-decoration: none;
        background: url(../images/list_mk001.svg) no-repeat right 10px center;
        background-size: 14px;
    }

    .sb_ac_sp {
        background: #fff;
    }

    .sb-menu .ac_title > .sub_title {
        color: #cc0000;
        pointer-events: all;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 1.0;
        padding: 20px 15px;
        border-bottom: 1px dotted #ddd;
        background: transparent;
    }

    .sb-menu .ac_title > .sub_title:after {
        content: "";
        position: absolute;
        right: 0;
        background: url(../images/list_mk005.svg) no-repeat right 10px center;
        background-size: 14px;
        padding: 8px 15px;
    }

    .sb-menu .ac_title > .sub_title.ac:after {
        content: "";
        position: absolute;
        right: 0;
        background: url(../images/list_mk003.svg) no-repeat right 10px center;
        background-size: 14px;
        padding: 8px 15px;
    }

    .ac_list_sp {
        position: relative;
        width: 100%;
        z-index: 100;
        overflow: hidden;
    }

    .sb_ac_sp li {
        font-size: 1.4rem;
        line-height: 1.0;
        font-weight: 500;
        letter-spacing: 0.05em;
        border-bottom: 1px dotted #ddd;
    }

    .sb_ac_sp li a {
        display: block;
        width: 100%;
        padding: 20px 15px;
        text-decoration: none;
        background: url(../images/list_mk001.svg) no-repeat right 10px center;
        background-size: 14px;
    }

    .sb-slidebar {
        background-color: #fff !important;
        padding: 0;
        border-left: 1px dotted #ddd;
    }

    #fixed {
        position: fixed !important;
        z-index: 0;
        background-color: #f3f3f3;
    }

    .sb-slidebar.sb-left {
        -webkit-overflow-scrolling: touch;
    }

    /* ###### header_search ##### */
    .header_search {
        display: none;
    }

    .header_search02 {
        display: none;
    }

    .sp_search_sp {
        display: none;
        width: 100%;
        background-color: #cc0000;
        padding: 12px 0 10px;
        border-top: 1px dotted #aa0000;
    }

    .sp_search_sp01 {
        width: 92%;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        z-index: 100;
        overflow: hidden;
    }

    .sp_input_sp {
        width: 100%;
        position: relative;
        z-index: 30;
    }

    .search_input {
        color: #444;
        font-size: 1.4rem;
        width: 100%;
        height: 40px;
        -webkit-appearance: none;
        padding: 1px 10px;
        line-height: 1.0;
        border: 1px solid #fff;
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .search_btn {
        position: absolute;
        width: 40px;
        z-index: 50;
        top: 0;
        right: 0;
    }

    .sp_input_sp .clearButton {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 45px;
        top: 10px;
        background: url(../images/search_clear_icon.svg) no-repeat 0 0;
        background-size: 20px;
        cursor: pointer;
        visibility: hidden;
    }

    .search_btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        padding: 10px;
    }

    /* ###### header_search ##### */
    /* ###### index_header ##### */
    .index_header {
        display: none;
    }

    .index_header_sp01 {
        display: none;
    }

    .index_header_sp01 .logo_sp {
        display: none;
    }

    .sp_logo_sp {
        position: absolute;
        z-index: 200;
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 92%;
    }

    .sp_logo_sp h1 {
        height: 52px;
    }

    .sp_logo_sp h1 img {
        height: 52px;
    }

    /* ###### index_header ##### */
    .header_sp {
        display: none;
    }

    .header_sp01 {
        display: none;
    }

    .sp_page_header_sp {
        width: 100%;
        background-color: #fff;
        padding: 12px 0;
    }

    .sp_page_header_sp .page_logo_sp {
        width: 90%;
        margin: 0 auto;
    }

    .sp_page_header_sp .page_logo_sp h1 {
        text-align: center;
        height: 44px;
    }

    .sp_page_header_sp .page_logo_sp h1 img {
        height: 44px;
    }

    .sp_page_header_sp .page_global_nav {
        display: none;
    }

    .sp_page_header_sp .page_global_nav ul {
        display: none;
    }


    .fixed {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10000;
    }


    /* ############################# header ############################# */
    /* ############################# bread ############################# */
    .bread_sp {
        width: 100%;
        background-color: #cc0000;
    }

    .bread_sp ul {
        color: #fff;
        display: block;
        font-size: 1.0rem;
        line-height: 1.4;
        letter-spacing: 0.05em;
        padding: 13px 10px 5px 15px;
    }

    .bread_sp ul li {
        margin-right: 0;
        margin-bottom: 8px;
        display: inline;
        line-height: 24px;
    }

    .bread_sp ul li.bread_list01 {
        width: 14px;
    }

    .bread_sp ul li.bread_list01 img {
        width: 14px;
        position: relative;
        bottom: 4px;
    }

    .bread_sp ul li.bread_list02 {
        background: url(../images/list_mk002.svg) no-repeat 0 1px;
        background-size: 14px;
        padding-left: 15px;
    }

    .bread_sp ul li.bread_list02 a {
        color: #fff;
    }

    .bread_sp ul li.bread_list03 {
        width: 100%;
        background: url(../images/list_mk002.svg) no-repeat 0 9px;
        background-size: 14px;
        padding-left: 15px;
    }

    /* ############################# bread ############################# */
    /* ############################# index_contents ############################# */
    .index_contents_sp {
        width: 100%;
        position: relative;
    }

    /* ###### index_main_sp ###### */
    .sp_index_main_sp {
        position: relative;
        width: 100%;
    }

    .sp_index_main_catch_sp {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        width: 92%;
        z-index: 500;
    }

    .sp_index_main_catch_sp h2 {
        text-align: center;
        height: 52px;
        margin: 0 auto;
    }

    .sp_index_main_catch_sp h2 img {
        text-align: center;
        height: 52px;
    }

    .index_main_sp {
        display: none;
    }

    .index_main_catch_sp {
        display: none;
    }

    /* ###### index_main_sp ###### */
    /* ###### index_contents_sp01 ###### */
    .index_contents_sp01 {
        position: relative;
        width: 100%;
        margin: 0 auto 80px;
    }

    /* ###### index_contents_sp01_right ###### */
    .index_contents_sp01_right {
        width: 96%;
        margin: -40px auto 0;
    }

    .index_contents_sp01_right01 {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 60px;
    }

    .index_add_sp {
        width: 100%;
        background-color: #cc0000;
    }

    .sp-index_add_sp {
        display: none;
    }

    .index_add_sp p {
        font-size: 1.3rem;
        text-align: center;
        color: #fff;
        padding: 20px 20px;
    }

    .index_latest_contents_sp {
        width: 100%;
    }

    .index_latest_contents {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 25px 20px 20px;
    }

    .blog_bk {
        background: url(../images/latest_blog_contents_backimg.svg) no-repeat -3px -5px;
        background-size: 80px;
    }

    .event_bk {
        background: url(../images/latest_event_contents_backimg.svg) no-repeat -3px -5px;
        background-size: 80px;
    }

    .news_bk {
        background: url(../images/latest_news_contents_backimg.svg) no-repeat -3px -5px;
        background-size: 80px;
    }

    .register_bk {
        background: url(../images/registerform_backimg.svg) no-repeat -3px -5px;
        background-size: 80px;
    }

    .login_bk {
        background: url(../images/login_backimg.svg) no-repeat -3px -5px;
        background-size: 80px;
    }

    .forgot_bk {
        background: url(../images/forgotform_backimg.svg) no-repeat -3px -5px;
        background-size: 80px;
    }

    .shopping_bk {
        background: url(../images/shopping_backimg.svg) no-repeat -3px -5px;
        background-size: 80px;
    }

    .update_bk {
        background: url(../images/update_backimg.svg) no-repeat -3px -5px;
        background-size: 80px;
    }

    .setting_bk {
        background: url(../images/setting_backimg.svg) no-repeat -3px -5px;
        background-size: 80px;
    }

    .contact_bk {
        background: url(../images/contactform_backimg.svg) no-repeat -3px -5px;
        background-size: 80px;
    }

    .aboutus_bk {
        background: url(../images/aboutus_backimg.svg) no-repeat -3px -5px;
        background-size: 80px;
    }

    .access_bk {
        background: url(../images/access_backimg.svg) no-repeat -3px -5px;
        background-size: 80px;
    }

    .latest_contents_list {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .latest_contents_list .latest_contents_thumb {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .index_latest_contents .latest_contents_list .latest_contents_thumb01 {
        position: relative;
        width: 100%;
        height: 197px;
        overflow: hidden;
    }

    .index_latest_contents .latest_contents_list .latest_contents_thumb01 img {
        width: 100%;
        height: 197px;
        object-fit: cover;
    }

    .latest_contents_list .latest_contents_thumb .caption {
        display: none;
    }

    .latest_contents_list .latest_contents_thumb .mask {
        display: none;
    }

    .latest_contents_list .latest_contents_text {
        width: 100%;
        position: relative;
    }

    p.list_cat_name {
        line-height: 1.0;
        letter-spacing: 0.075em;
        color: #c00;
        font-weight: 500;
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .latest_contents_list .latest_contents_text h3 {
        font-size: 1.6rem;
        line-height: 1.6;
        color: #111;
        font-weight: bold;
        letter-spacing: 0.1em;
    }

    .latest_contents_list .latest_contents_text h3 a, a:link a:visited {
        color: #111;
    }

    .latest_contents_list .latest_contents_text h3 a:hover {
        color: #cc0000;
    }

    .latest_contents_list .latest_contents_text p.latest_contents_desc {
        line-height: 1.6;
        color: #545454;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        margin-bottom: 20px;
        display: -webkit-box;
        overflow: hidden;
        padding-bottom: 0;
    }

    .latest_contents_list .list_option_sp {
        border-top: 1px dotted #ddd;
        border-bottom: 1px dotted #ddd;
        padding: 16px 2px;
        margin-top: auto;
    }

    .latest_contents_list div.event_option_date {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.7);
        left: 0;
        bottom: 0;
        z-index: 500;
        padding: 14px;
    }

    .latest_contents_list div.event_option_date p {
        width: 20px;
        margin: 0 auto 7px;
    }

    .latest_contents_list div.event_option_date h6 {
        text-align: center;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        color: #111;
        font-weight: 700;
        line-height: 1.0;
    }

    .latest_contents_list p.new_icon {
        position: absolute;
        top: -15px;
        left: -15px;
        width: 50px;
        height: 50px;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        color: #fff;
        font-weight: 400;
        font-size: 1.0rem;
        line-height: 50px;
        letter-spacing: 0.1em;
        background-color: #cc0000;
        z-index: 50;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    }

    p.blog_icon {
        position: absolute;
        top: -15px;
        left: -5px;
        width: 50px;
        height: 50px;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        color: #fff;
        font-weight: 400;
        font-size: 1.0rem;
        line-height: 50px;
        letter-spacing: 0.1em;
        background-color: #111;
        z-index: 50;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    }

    p.event_icon, p.new_icon {
        position: absolute;
        top: -15px;
        left: -5px;
        width: 50px;
        height: 50px;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        color: #fff;
        font-weight: 400;
        font-size: 1.0rem;
        line-height: 50px;
        letter-spacing: 0.1em;
        background-color: #a00;
        z-index: 50;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    }

    /* ###### latest_bottom_sp ###### */
    .latest_bottom_sp {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #f3f3f3;
    }

    .latest_bottom_left {
        width: 30%;
    }

    .latest_bottom_right {
        width: 70%;
    }

    /* ###### latest_bottom_sp ###### */
    /* ###### index_contents_sp01_right ###### */
    /* ###### index_contents_sp01 ###### */
    /* ###### list_option_sp ###### */
    .list_option_sp {
        width: 100%;
        margin-top: 30px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list_option_list {
        width: 50%;
    }

    .list_option_list p.option_date {
        color: #545454;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
    }

    .list_option_list ul {
        color: #cc0000;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        text-align: right;
    }

    .list_option_list ul li {
        display: inline;
        margin-left: 6px;
    }

    .list_option_list ul li img {
        width: 18px;
        padding-right: 3px;
    }

    .event_list_option_sp {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #f3f3f3;
        border-top: 1px dotted #ddd;
        border-bottom: 1px dotted #ddd;
    }

    .event_list_option_list {
        width: 50%;
    }

    .post_event_list_option_sp {
        width: 100%;
        background-color: #fff;
        padding-bottom: 30px;
        border-bottom: 1px dotted #ddd;
    }

    .mypage_list_option_sp {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
    }

    .mypage_list_option_list:first-child {
        width: 60%;
    }

    .mypage_list_option_list:last-child {
        width: 40%;
    }

    .mypage_list_option_list h4 {
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: 0.1em;
    }

    .mypage_list_option_list h4 img {
        width: 40px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin-right: 7px;
        vertical-align: middle;
    }

    .mypage_list_option_list p {
        text-align: right;
        color: #545454;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        vertical-align: middle;
        padding-bottom: 3px;
    }

    /* ###### list_option_sp ###### */
    /* ############################# index_contents ############################# */
    /* ############################# cat_list_contents ############################# */
    .cat_list_contents_sp {
        width: 100%;
        position: relative;
        background: url(../images/page_backimg.svg) no-repeat -5px 100%;
        background-size: 70%;
        padding-bottom: 40px;
    }


    /* ###### cat_list_contents_sp01 ###### */
    .cat_list_contents_sp01 {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }


    /* ###### cat_list_contents_sp01_left ###### */
    .cat_list_contents_sp01_left {
        display: none;
    }

    /* ###### cat_list_contents_sp01_left ###### */
    /* ###### cat_list_contents_sp01_right ###### */
    .cat_list_contents_sp01_right {
        width: 96%;
        margin: -40px auto 0;
    }

    .cat_list_contents_sp01_right01 {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 60px;
    }

    .cat_list_contents_sp01_right01_left {
        width: 100%;
        padding-bottom: 0px;
    }

    .cat_list_latest_contents_sp {
        width: 100%;
    }

    .cat_list_latest_contents_sp01 {
        width: 100%;
    }

    .cat_list_latest_contents {
        width: 100%;
        padding: 25px 20px 0;
    }

    .cat_list_latest_contents .latest_contents_list .latest_contents_thumb01 {
        position: relative;
        width: 100%;
        height: 197px;
        overflow: hidden;
    }

    .cat_list_latest_contents .latest_contents_list .latest_contents_thumb01 img {
        width: 100%;
        height: 197px;
        object-fit: cover;
    }

    .cat_list_contents_sp01_right01_right {
        width: 100%;
        background-color: #f3f3f3;
        border-top: 1px dotted #ddd;
        padding: 40px 20px 40px;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* ###### cat_list_contents_sp01_right ###### */
    /* ###### cat_list_contents_sp01 ###### */
    /* ###### page_nav_sp ###### */
    .search_results_contents_sp .page_nav_sp {
        position: relative;
        width: 100%;
        padding: 0 70px 60px !important;
        margin-top: 40px;
        text-align: center;
    }

    .search_results_contents_sp .page_nav_sp .page-numbers.next {
        padding: 0;
        background: transparent;
        position: absolute;
        right: 0;
        top: 0;
    }

    .search_results_contents_sp .page_nav_sp .page-numbers.prev {
        padding: 0;
        background: transparent;
        position: absolute;
        left: 0;
        top: 0;
    }

    .search_results_contents_sp .page_nav_sp .page-numbers.next img {
        width: 50px;
        height: 50px;
        padding: 15px;
    }

    .search_results_contents_sp .page_nav_sp .page-numbers.prev img {
        width: 50px;
        height: 50px;
        padding: 15px;
    }


    .search_results_contents_sp .page_nav_sp .page-numbers {
        text-align: center;
        width: 50px;
        height: 50px;
        background-color: #000;
        color: #fff;
        font-weight: bold;
        line-height: 50px;
        border: 0 solid #ddd;
        font-size: 1.3rem;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding: 0;
        margin-left: 5px;
    }

    .search_results_contents_sp .page_nav_sp .page-numbers.current {
        background-color: #fff;
        color: #111;
        border: 1px solid #ddd;
        margin-left: 0;
    }

    .search_results_contents_sp .page_nav_sp .page_nav_prev {
        position: absolute;
        top: 0;
        left: -15px;
    }

    .search_results_contents_sp .page_nav_sp .page_nav_next {
        position: absolute;
        top: 0;
        right: -15px;
    }

    /* ###### page_nav_sp ###### */
    /* ############################# cat_list_contents ############################# */
    /* ############################# post_contents ############################# */
    .post_contents_sp {
        width: 100%;
        position: relative;
        background: url(../images/page_backimg.svg) no-repeat -5px 100%;
        background-size: 70%;
        padding-bottom: 40px;
    }

    /* ###### post_contents_sp01 ###### */
    .post_contents_sp01 {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }


    /* ###### post_contents_sp01_left ###### */
    .post_contents_sp01_left {
        display: none;
    }

    /* ###### post_contents_sp01_left ###### */
    /* ###### post_contents_sp01_right ###### */
    .post_contents_sp01_right {
        width: 96%;
        margin: -40px auto 0;
    }

    .post_contents_sp01_right01 {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 60px;
    }

    .post_contents_sp01_right01_left {
        width: 100%;
        padding-bottom: 100px;
    }

    .post_detail_sp {
        width: 100%;
        padding: 50px 20px 60px 0;
    }

    .post_detail_title_sp h1 {
        font-size: 2.6rem;
        font-weight: 700;
        letter-spacing: 0.075em;
        line-height: 1.45;
        color: #111;
        padding-left: 20px;
        border-left: 5px solid #c00;
    }

    .post_contents_bottom_sp {
        display: none;
    }

    .post_detail_title_sp {
        width: 100%;
        padding-bottom: 20px;
    }

    .post_detail_title_sp h2 {
        font-size: 2.5rem !important;
        font-weight: 700 !important;
        letter-spacing: 0.05em !important;
        line-height: 1.4 !important;
        color: #111 !important;
        padding-left: 15px !important;
        border-left: 5px solid #c00 !important;
        margin: 0 !important;
    }

    .post_detail_title_sp .post_detail_option_sp {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .post_detail_title_sp .post_detail_option_sp ul {
        color: #cc0000;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        border: none;
        padding: 0;
    }

    .post_detail_title_sp .post_detail_option_sp ul li.option_date {
        color: #545454;
    }

    .post_detail_title_sp .post_detail_option_sp ul li {
        background: none;
        display: inline;
        margin-left: 6px;
        padding: 0;
    }

    .post_detail_title_sp .post_detail_option_sp ul li img {
        width: 18px;
        padding-right: 3px;
    }

    .post_detail_event_option_sp {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .post_detail_event_option_sp ul {
        border-top: 1px dotted #ddd;
        border-bottom: 1px dotted #ddd;
        border-left: none !important;
        border-right: none !important;
        padding: 15px 10px !important;
        margin: 0 !important;
    }

    .post_detail_event_option_sp ul li {
        background: none !important;
        padding-left: 0 !important;
    }

    .post_detail_event_option_sp ul li.detail_event_option_title {
        color: #111;
        font-size: 1.1rem;
        letter-spacing: 0.075em;
        line-height: 1.3;
        text-align: center;
        margin: 0;
    }

    .post_detail_event_option_sp ul li.detail_event_option_title img {
        width: 24px;
        margin-bottom: 5px;
    }

    .post_detail_event_option_sp ul li.detail_event_option_date {
        color: #111;
        font-size: 1.8rem;
        letter-spacing: 0.075em;
        line-height: 1.0;
        font-weight: 700;
        text-align: center;
        margin-top: 6px;
    }

    .post_detail_sp h2 {
        font-size: 2.2rem;
        line-height: 1.5;
        color: #111;
        font-weight: 700;
        letter-spacing: 0.075em;
        margin: 60px 0 0 20px;
    }

    .post_detail_sp h3 {
        display: inline-block;
        font-size: 2.0rem;
        line-height: 1.5;
        color: #111;
        font-weight: 500;
        letter-spacing: 0.075em;
        margin: 60px 0 0 20px;
        border-bottom: 3px solid #111;
        padding-bottom: 6px;
    }

    .post_detail_sp h4 {
        font-size: 1.8rem;
        line-height: 1.5;
        color: #c00;
        font-weight: 500;
        letter-spacing: 0.075em;
        margin: 45px 0 0 20px;
    }

    .post_detail_sp p {
        font-size: 1.4rem;
        letter-spacing: 0.075em;
        margin: 30px 0 0 20px;
    }

    .post_detail_sp p a {
        margin: 0 !important;
    }

    .post_detail_sp ul {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        margin: 30px 0 0 20px;
        border: 1px dotted #ddd;
        padding: 10px 20px 20px 20px;
    }

    .post_detail_sp ul li {
        margin-top: 10px;
        line-height: 1.6;
        background: url(../images/list_mk001.svg) no-repeat 0 4px;
        background-size: 14px;
        padding-left: 16px;
    }

    .post_detail_sp ol {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        margin: 30px 0 0 20px;
        border: 1px dotted #ddd;
        padding: 10px 20px 20px 20px;
    }

    .post_detail_sp ol li {
        margin-top: 10px;
        line-height: 1.6;
        background: url(../images/list_mk001.svg) no-repeat 0 4px;
        background-size: 14px;
        padding-left: 16px;
    }

    .post_detail_table_sp {
        overflow: auto;
        white-space: nowrap;
        margin: 35px 0 0 20px;
    }

    .post_detail_sp table {
        font-size: 1.3rem;
        line-height: 1.5;
        letter-spacing: 0.075em;
        border-top: 1px dotted #ddd;
        border-left: 1px dotted #ddd;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        margin: 30px 0 0 20px;
    }

    .post_detail_sp table tr th {
        background-color: #f3f3f3;
        vertical-align: middle;
        color: #111;
        font-weight: 500;
        text-align: center;
        padding: 20px;
        border-right: 1px dotted #ddd;
        border-bottom: 1px dotted #ddd;
    }

    .post_detail_sp table tr td {
        text-align: center;
        vertical-align: middle;
        padding: 20px;
        border-right: 1px dotted #ddd;
        border-bottom: 1px dotted #ddd;
    }

    .post_detail_sp figure {
        text-align: center;
        margin: 40px 0 0 20px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #ddd;
    }

    .post_detail_sp figure figcaption {
        color: #cc0000;
        font-size: 1.1rem;
        letter-spacing: 0.075em;
        margin-top: 12px;
    }

    .post_detail_sp a {
        display: inline-block;
        font-size: 1.4rem;
        letter-spacing: 0.05em;
        text-decoration: underline;
        margin: 30px 0 0 20px;
    }

    .post_event_map_sp {
        width: 100%;
        margin-bottom: 60px;
    }

    .post_event_map_sp01 {
        width: 100%;
        height: 250px;
        margin-top: 30px;
    }

    .post_event_schedule_sp {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 60px;
    }

    .post_event_schedule_sp01 {
        width: 100%;
        height: 200px;
        background-color: #f3f3f3;
        margin: 30px 0 15px;
    }

    .post_event_schedule_btn_sp {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .post_event_schedule_btn_sp_left {
        width: 50%;
    }

    .post_event_schedule_btn_sp_right {
        width: 50%;
    }

    .post_share_sp {
        width: 100%;
        padding: 0 0 60px;
    }

    .post_share_sp_left {
        position: relative;
        width: 100%;
        background-color: #f3f3f3;
        border-top: 1px dotted #ddd;
        border-bottom: 1px dotted #ddd;
        margin-bottom: 20px;
        padding: 20px 0 15px;
    }

    @media screen and (min-width: 321px) and (max-width: 767px) {
        .post_btn_style01 {
            text-align: center;
            width: 100%;
        }

        .google-ad-article-pc {
            display: none;
        }

        .google-ad-article-mobile {
            display: block;
        }

        .post_btn_style01 a {
            cursor: pointer;
            position: relative;
            display: block;
            text-decoration: none;
            color: #fff;
            font-size: 1.4rem;
            font-weight: 500;
            padding: 18px 10px;
            background-size: 16px 16px;
            background: #c00 url(../images/list_mk002.svg) no-repeat right 10px center;
            letter-spacing: 0.05em;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }


        .post_share_sp_left ul {
            font-size: 1.3rem;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: center;
            align-items: flex-end;
        }

        .post_share_sp_left ul li {
            margin: 0 2px 5px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border: 1px solid #ddd;
        }

        .post_share_sp_left ul li.post_share_pick_btn {
            font-size: 1.3rem;
            letter-spacing: 0.05em;
            font-weight: 700;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .post_share_sp_left ul li.post_share_pick_btn p.pick_count {
            text-align: center;
            font-size: 1.2rem;
            letter-spacing: 0.075em;
            font-weight: 500;
            padding: 10px 0;
        }

        .post_share_sp_left ul li.post_share_pick_btn a {
            color: #111;
            display: block;
            font-weight: 700;
            background-color: #fff;
            padding: 15px 17px;
            border-top: 1px dotted #ddd;
            border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
        }

        .post_share_sp_left ul li.post_share_like_btn {
            font-size: 1.3rem;
            letter-spacing: 0.05em;
            font-weight: 700;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .post_share_sp_left ul li.post_share_like_btn p.like_count {
            text-align: center;
            font-size: 1.2rem;
            letter-spacing: 0.075em;
            font-weight: 500;
            padding: 10px 0;
        }

        .post_share_sp_left ul li.post_share_like_btn a {
            color: #111;
            display: block;
            font-weight: 700;
            background-color: #fff;
            padding: 15px 17px;
            border-top: 1px dotted #ddd;
            border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
        }

        .post_share_sp_left ul li.post_share_join_btn {
            font-size: 1.3rem;
            letter-spacing: 0.05em;
            font-weight: 700;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .post_share_sp_left ul li.post_share_join_btn a {
            display: block;
            color: #111;
            font-weight: 700;
            background-color: #fff;
            padding: 15px 17px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

        .post_share_sp_left ul li.post_share_invite_btn {
            font-size: 1.3rem;
            letter-spacing: 0.05em;
            font-weight: 700;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .post_share_sp_left ul li.post_share_invite_btn a {
            display: block;
            color: #111;
            font-weight: 700;
            background-color: #fff;
            padding: 15px 17px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

        .post_share_sp_left ul li.post_share_picked_btn {
            font-size: 1.3rem;
            font-weight: 700;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .post_share_sp_left ul li.post_share_picked_btn p.pick_count {
            text-align: center;
            font-size: 1.2rem;
            letter-spacing: 0.075em;
            font-weight: 500;
            padding: 10px 0;
        }

        .post_share_sp_left ul li.post_share_picked_btn div {
            display: block;
            font-weight: 700;
            letter-spacing: 0.05em;
            color: #c00;
            background-color: #f3f3f3;
            padding: 16px 10px;
            border-top: 1px dotted #ddd;
            border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
        }

        .post_share_sp_left ul li.post_share_liked_btn {
            font-size: 1.3rem;
            font-weight: 700;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .post_share_sp_left ul li.post_share_liked_btn p.like_count {
            text-align: center;
            font-size: 1.2rem;
            letter-spacing: 0.075em;
            font-weight: 500;
            padding: 10px 0;
        }

        .post_share_sp_left ul li.post_share_liked_btn div {
            display: block;
            letter-spacing: 0.05em;
            font-weight: 700;
            color: #c00;
            background-color: #f3f3f3;
            padding: 16px 10px;
            border-top: 1px dotted #ddd;
            border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
        }

        .post_share_sp_left ul li img {
            width: 18px;
            padding-right: 3px;
            vertical-align: middle;
            padding-bottom: 2px;
        }
    }

    @media screen and (min-width: 200px) and (max-width: 320px) {
        .google-ad-article-pc {
            display: none;
        }

        .google-ad-article-mobile {
            display: block;
        }

        .post_share_sp_left ul {
            font-size: 1.2rem;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: center;
            align-items: flex-end;
        }

        .post_btn_style01 {
            text-align: center;
            width: 100%;
        }

        .post_btn_style01 a {
            cursor: pointer;
            position: relative;
            display: block;
            text-decoration: none;
            color: #fff;
            font-size: 1.4rem;
            font-weight: 500;
            padding: 18px 10px;
            background-size: 16px 16px;
            background: #c00 url(../images/list_mk002.svg) no-repeat right 10px center;
            letter-spacing: 0.05em;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

        .post_share_sp_left ul li {
            margin: 0 2px 5px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border: 1px solid #ddd;
        }

        .post_share_sp_left ul li.post_share_pick_btn {
            letter-spacing: 0.05em;
            font-weight: 700;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .post_share_sp_left ul li.post_share_pick_btn p.pick_count {
            text-align: center;
            font-size: 1.2rem;
            letter-spacing: 0.075em;
            font-weight: 500;
            padding: 10px 0;
        }

        .post_share_sp_left ul li.post_share_pick_btn a {
            color: #111;
            display: block;
            font-weight: 700;
            background-color: #fff;
            padding: 15px 15px;
            border-top: 1px dotted #ddd;
            border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
        }

        .post_share_sp_left ul li.post_share_like_btn {
            letter-spacing: 0.05em;
            font-weight: 700;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .post_share_sp_left ul li.post_share_like_btn p.like_count {
            text-align: center;
            font-size: 1.2rem;
            letter-spacing: 0.075em;
            font-weight: 500;
            padding: 10px 0;
        }

        .post_share_sp_left ul li.post_share_like_btn a {
            color: #111;
            display: block;
            font-weight: 700;
            background-color: #fff;
            padding: 15px 15px;
            border-top: 1px dotted #ddd;
            border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
        }

        .post_share_sp_left ul li.post_share_join_btn {
            letter-spacing: 0.05em;
            font-weight: 700;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .post_share_sp_left ul li.post_share_join_btn a {
            display: block;
            color: #111;
            font-weight: 700;
            background-color: #fff;
            padding: 15px 17px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

        .post_share_sp_left ul li.post_share_invite_btn {
            letter-spacing: 0.05em;
            font-weight: 700;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .post_share_sp_left ul li.post_share_invite_btn a {
            display: block;
            color: #111;
            font-weight: 700;
            background-color: #fff;
            padding: 15px 17px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

        .post_share_sp_left ul li.post_share_picked_btn {
            font-weight: 700;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .post_share_sp_left ul li.post_share_picked_btn p.pick_count {
            text-align: center;
            font-size: 1.2rem;
            letter-spacing: 0.075em;
            font-weight: 500;
            padding: 10px 0;
        }

        .post_share_sp_left ul li.post_share_picked_btn div {
            display: block;
            font-weight: 700;
            letter-spacing: 0.05em;
            color: #c00;
            background-color: #f3f3f3;
            padding: 16px 8px;
            border-top: 1px dotted #ddd;
            border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
        }

        .post_share_sp_left ul li.post_share_liked_btn {
            font-weight: 700;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .post_share_sp_left ul li.post_share_liked_btn p.like_count {
            text-align: center;
            font-size: 1.2rem;
            letter-spacing: 0.075em;
            font-weight: 500;
            padding: 10px 0;
        }

        .post_share_sp_left ul li.post_share_liked_btn div {
            display: block;
            letter-spacing: 0.05em;
            font-weight: 700;
            color: #c00;
            background-color: #f3f3f3;
            padding: 16px 8px;
            border-top: 1px dotted #ddd;
            border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
        }

        .post_share_sp_left ul li img {
            width: 16px;
            padding-right: 3px;
            vertical-align: middle;
            padding-bottom: 2px;
        }
    }

    .post_share_sp_right {
        width: 100%;
        padding: 0 20px;
    }

    .post_share_sp_right ul {
        font-size: 1.2rem;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .share_btn li {
        width: 24%;
    }

    .share_btn li a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px 0;
        width: 100%;
        height: 100%;
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        transition: all .3s;
    }

    li.fb {
        border-radius: 4px;
        background-color: #315096;
        transition: all .3s;
    }

    li.tweet {
        border-radius: 4px;
        background-color: #55acee;
        transition: all .3s;
    }

    li.ht {
        border-radius: 4px;
        background-color: #008fde;
        transition: all .3s;
    }

    li.pk {
        border-radius: 4px;
        background-color: #f03e51;
        transition: all .3s;
    }

    .post_tag_sp {
        width: 100%;
        background-color: #f3f3f3;
        padding: 35px 20px 19px;
    }

    .post_tag_sp ul {
        text-align: center;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
    }

    .post_tag_sp ul li {
        display: -moz-inline-box;
        display: inline-block;
        /*display: inline;*/
        /*zoom: 1;*/
        vertical-align: top;
        margin: 0 6px 6px 0;
    }

    .post_tag_sp ul li a, a:link a:visited {
        display: block;
        background-color: #fff;
        padding: 10px 15px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .post_tag_sp ul li a:hover {
        background-color: #cc0000;
        color: #fff;
    }

    .post_event_member_sp {
        width: 100%;
        border-top: 1px dotted #ddd;
        padding: 60px 0 10px;
    }

    .post_event_author_sp {
        width: 100%;
        margin-bottom: 40px;
    }

    .post_event_author_sp01 {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 20px 0;
    }

    .post_event_author_sp01_left {
        width: 20%;
    }

    .post_event_author_sp01_left p img {
        width: 100%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    .post_event_author_sp01_right {
        width: 75%;
        border: 1px dotted #ddd;
        margin-left: 5%;
        padding: 20px;
    }

    .post_event_author_sp01_right h3 {
        font-size: 1.4rem;
        letter-spacing: 0.075em;
    }

    .post_event_author_sp01_right h3 img {
        width: 21px;
        padding-right: 6px;
    }

    .post_event_author_sp01_right p.event_author_desc {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        margin-top: 15px;
    }

    .post_event_author_sp01_right div.mypage_avatar_comment {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        margin-top: 12px;
        border: none;
        padding: 0 !important;
        line-height: 1.6;
    }

    .post_event_memberlist_sp {
        width: 100%;
        margin-bottom: 40px;
    }

    .post_event_memberlist_sp01 {
        width: 100%;
        padding: 25px 10px 0 20px;
    }

    .post_event_memberlist_sp01 ul {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .post_event_memberlist_sp01 ul li {
        width: 16.666%;
        margin-bottom: 10px;
        padding-right: 10px;
    }

    .post_event_memberlist_sp01 ul li img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    .post_contents_bottom_sp {
        width: 100%;
        border-top: 1px dotted #ddd;
    }

    .post_latest_contents_sp01 {
        width: 100%;
    }

    .post_latest_contents {
        border-top: 1px dotted #ddd;
        margin: 30px 20px 0;
    }

    .post_latest_contents .post_latest_contents_list div.event_option_date {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.7);
        left: -1px;
        bottom: 0;
        z-index: 500;
        padding: 2px 8px 1px 7px;
    }

    .post_latest_contents .post_latest_contents_list div.event_option_date p {
        width: 14px;
        margin: 0 auto 5px;
    }

    .post_latest_contents .post_latest_contents_list div.event_option_date h6 {
        text-align: center;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        color: #111;
        font-weight: 700;
        line-height: 1.0;
    }

    .post_latest_contents_list {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 30px;
    }

    .post_latest_contents_list .post_latest_contents_thumb {
        position: relative;
        width: 50%;
        overflow: hidden;
    }

    .post_latest_contents_list .post_latest_contents_thumb01 {
        position: relative;
        width: 100%;
        height: 102px;
        overflow: hidden;
    }

    .post_latest_contents_list .post_latest_contents_thumb01 img {
        width: 100%;
        height: 102px;
        object-fit: cover;
    }

    .post_latest_contents_list .post_latest_contents_thumb .caption {
        display: none;
    }

    .post_latest_contents_list .post_latest_contents_thumb .mask {
        display: none;
    }

    .post_latest_contents_list .post_latest_contents_text {
        width: 50%;
        position: relative;
        padding-left: 15px;
    }

    .post_latest_contents_list .post_latest_contents_text h3 {
        font-size: 1.4rem;
        line-height: 1.6;
        color: #111;
        font-weight: bold;
        letter-spacing: 0.1em;
    }

    .post_latest_contents_list .post_latest_contents_text h3 a, a:link a:visited {
        color: #111;
    }

    .post_latest_contents_list .post_latest_contents_text h3 a:hover {
        color: #cc0000;
    }

    .post_latest_contents_list .list_option_sp {
        border-bottom: 1px dotted #ccc;
        padding: 0 3px 20px;
        margin-top: 15px;
    }

    .post_latest_contents_list p.new_icon {
        position: absolute;
        top: 10px;
        left: -15px;
        width: 54px;
        height: 54px;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        color: #fff;
        font-weight: 400;
        font-size: 1.0rem;
        line-height: 54px;
        letter-spacing: 0.1em;
        background-color: #cc0000;
        z-index: 50;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    }

    .post_comment_sp {
        width: 100%;
    }

    .post_comment_sp01 {
        width: 100%;
        padding: 0 20px;
    }

    .post_comment_send_sp {
        width: 100%;
        padding: 20px 0 0;
    }

    .post_comment_send_sp textarea {
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        color: #545454;
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ddd;
        padding: 15px;
        width: 100%;
        height: 150px;
    }

    .post_comment_list_sp {
        width: 100%;
        margin-top: 40px;
        padding-bottom: 20px;
    }

    .post_comment_list {
        width: 100%;
        border: 1px dotted #ddd;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .post_comment_list .post_comment_avatar {
        position: relative;
        width: 100%;
        padding: 15px 15px 15px 18px;
    }

    .post_comment_list .post_comment_avatar .post_comment_avatar01 {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }

    p.comment_avatar_icon {
        width: 40px;
    }

    p.comment_avatar_icon img {
        width: 40px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    .post_comment_list .post_comment_avatar .post_comment_avatar01 h3 {
        font-size: 1.4rem;
        letter-spacing: 0.075em;
        padding-left: 10px;
    }

    .post_comment_list .post_comment_avatar .post_comment_avatar01 h3 img {
        width: 18px;
        vertical-align: middle;
        padding-right: 3px;
    }

    .post_comment_list .post_comment_detail {
        width: 100%;
        padding: 5px 20px 20px;
        background-color: #f3f3f3;
    }

    .post_comment_list .post_comment_detail p {
        font-size: 1.3rem;
        line-height: 1.65;
        letter-spacing: 0.075em;
        margin-top: 15px;
    }

    .post_comment_list .post_comment_detail .post_comment_detail_option_sp {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 2px 0;
    }

    .post_comment_list .post_comment_detail .post_comment_detail_option_sp p.option_date {
        width: 30%;
        font-size: 1.1rem;
        color: #111;
        margin-top: 0;
    }

    .post_comment_list .post_comment_detail .post_comment_detail_option_sp ul {
        width: 70%;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .post_comment_list .post_comment_detail .post_comment_detail_option_sp ul li {
        margin-left: 10px;
    }

    .post_comment_list .post_comment_detail .post_comment_detail_option_sp ul li img {
        width: 18px;
    }

    .post_comment_rep_sp {
        width: 100%;
    }

    .post_comment_rep_sp label {
        color: #c00;
        font-size: 1.3rem;
        letter-spacing: 0.05em;
        display: block;
        cursor: pointer;
        background: url(../images/list_mk001.svg) no-repeat 0 center;
        background-size: 14px;
        padding-left: 16px;
    }

    .post_comment_rep_sp input {
        display: none;
    }

    .post_comment_rep_sp div.post_comment_rep_sp01 {
        height: 0;
        overflow-y: hidden;
        transition: 0.8s;
        opacity: 0;
    }

    .post_comment_rep_sp input:checked + label + div.post_comment_rep_sp01 {
        height: auto;
        opacity: 1;
    }

    .post_comment_rep_sp01 {
        width: 100%;
        margin-top: 10px;
        border-top: 1px dotted #ddd;
    }

    .post_comment_rep_list_sp {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px dotted #ddd;
    }

    .post_comment_rep_list01 {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .post_comment_rep_list02 {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 40px;
        margin-top: 15px;
    }

    .post_comment_rep_list_sp .post_comment_rep_avatar {
        width: 30px;
    }

    .post_comment_rep_list_sp .post_comment_rep_avatar p img {
        width: 30px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    .post_comment_rep_list_sp .post_comment_rep_detail {
        flex: 1;
        padding: 20px;
        background-color: #f3f3f3;
        margin-left: 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .post_comment_rep_list_sp .post_comment_rep_detail h3 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        font-size: 1.4rem;
        letter-spacing: 0.075em;
    }

    .post_comment_rep_list_sp .post_comment_rep_detail h3 img {
        width: 18px;
        vertical-align: middle;
        padding-right: 3px;
    }

    .post_comment_rep_list_sp .post_comment_rep_detail p {
        font-size: 1.2rem;
        line-height: 1.6;
        letter-spacing: 0.075em;
        margin-top: 10px;
    }

    .post_comment_rep_list_sp .post_comment_rep_detail .post_comment_rep_option_sp {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px 2px 0;
    }

    .post_comment_rep_list_sp .post_comment_rep_detail .post_comment_rep_option_sp p.option_date {
        width: 40%;
        font-size: 1.0rem;
        color: #111;
        margin-top: 0;
    }

    .post_comment_rep_list_sp .post_comment_rep_detail .post_comment_rep_option_sp ul {
        width: 60%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .post_comment_rep_list_sp .post_comment_rep_detail .post_comment_rep_option_sp ul li {
        margin-left: 10px;
    }

    .post_comment_rep_list_sp .post_comment_rep_detail .post_comment_rep_option_sp ul li img {
        width: 13px;
    }

    .post_contents_sp01_right01_right {
        width: 100%;
        background-color: #f3f3f3;
        border-top: 1px dotted #ddd;
        padding: 60px 20px 40px;
    }

    /* ###### post_contents_sp01_right ###### */
    /* ###### post_contents_sp01 ###### */
    /* ############################# post_contents ############################# */
    /* ############################# shopping_contents ############################# */
    .shopping_contents_sp {
        width: 100%;
        position: relative;
        background: url(../images/page_backimg.svg) no-repeat -5px 100%;
        background-size: 70%;
        padding-bottom: 40px;
    }

    /* ###### shopping_contents_sp01 ###### */
    .shopping_contents_sp01 {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    /* ###### shopping_contents_sp01_left ###### */
    .shopping_contents_sp01_left {
        display: none;
    }

    /* ###### shopping_contents_sp01_left ###### */
    /* ###### shopping_contents_sp01_right ###### */
    .shopping_contents_sp01_right {
        width: 96%;
        margin: -40px auto 0;
    }

    .shopping_contents_sp01_right01 {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 60px;
        padding-bottom: 100px;
    }

    .shopping_detail_sp {
        width: 100%;
        padding: 40px 25px 0;
    }

    /* shopping_detail_title_sp */
    .shopping_detail_title_sp {
        display: none;
    }

    /* shopping_detail_title_sp */
    /* shopping_detail_item_sp */
    .shopping_detail_item_sp {
        width: 100%;
        border: 1px dotted #ddd;
        margin-bottom: 20px;
    }

    .shopping_detail_sp01_01 {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-bottom: 1px dotted #ddd;
        padding: 12px 10px;
        background-color: #f3f3f3;
    }

    .shopping_detail_sp01_01 p {
        color: #111;
        font-size: 1.4rem;
        letter-spacing: 0.075em;
    }

    .shopping_detail_sp01_02 {
        width: 100%;
        padding: 25px 20px 0;
    }

    .shopping_detail_sp01_02 h4 {
        font-size: 1.5rem;
        text-align: justify;
        line-height: 1.6;
        letter-spacing: 0.075em;
    }

    .shopping_detail_sp01_03 {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 20px 0;
    }

    .shopping_detail_sp01_03 p {
        font-size: 1.4rem;
        letter-spacing: 0.075em;
    }

    .shopping_detail_sp01_03 p:first-child {
        width: 50%;
        color: #111;
    }

    .shopping_detail_sp01_04 {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 20px 0;
    }

    .shopping_detail_sp01_04 p {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
    }

    .shopping_detail_sp01_04 p:first-child {
        width: 50%;
        color: #111;
    }

    .shopping_detail_sp01_05 {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px 20px 25px;
    }

    .shopping_detail_sp01_05 p {
        font-size: 1.4rem;
        letter-spacing: 0.075em;
    }

    .shopping_detail_sp01_05 p:first-child {
        width: 50%;
        color: #111;
    }

    .shopping_detail_item_sp .option_list_quantity {
        position: relative;
        display: inline-block;
        width: 40%;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        overflow: hidden;
        border: 1px solid #ddd;
    }

    .shopping_detail_item_sp select {
        color: #222;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        display: inline;
        width: 100%;
        height: 40px;
        padding: 0 10px;
        background-color: #fff;
        border: none;
        cursor: pointer;
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .shopping_detail_item_sp .option_list_quantity::after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-bottom: solid 2px #ccc;
        border-right: solid 2px #ccc;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 48%;
        right: 10px;
        margin-top: -4px;
        z-index: 20;
    }

    p.stock_delete {
        width: 100%;
        font-size: 1.2rem;
        letter-spacing: 0.075em;
        margin-top: 5px;
        text-align: right;
    }

    /* shopping_detail_item_sp */
    /* shopping_detail_price_sp */
    .shopping_detail_price_sp {
        width: 100%;
    }

    .shopping_detail_price_sp01 {
        width: 100%;
    }

    .shopping_detail_price_sp01 dl {
        width: 100%;
        letter-spacing: 0.075em;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        margin-top: 5px;
        padding: 0 5px;
    }

    .shopping_detail_price_sp01 dl dt {
        font-size: 1.3rem;
        width: 50%;
    }

    .shopping_detail_price_sp01 dl dd {
        width: 50%;
        color: #111;
        font-size: 1.5rem;
        text-align: right;
    }

    .shopping_detail_price_sp01 dl dd.grand_total {
        color: #111;
        font-size: 2.4rem;
        font-weight: 700;
    }

    .shopping_detail_price_sp01 dl dd.price_discount {
        color: #cc0000;
    }

    .shopping_detail_discount_sp {
        width: 100%;
        margin: 15px 0 30px;
    }

    .shopping_detail_discount_sp01 {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f3f3f3;
        padding: 20px 0;
        border: 1px dotted #ddd;
    }

    .shopping_detail_discount_sp01 p {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
    }

    /* shopping_detail_price_sp */
    /* shopping_detail_button_sp */
    .shopping_detail_button_sp {
        width: 100%;
    }

    /* shopping_detail_button_sp */
    .shopping_form_sp {
        width: 100%;
        padding: 40px 25px 0;
    }

    /* shopping_detail_confirm_sp */
    .shopping_detail_confirm_sp {
        width: 100%;
    }

    .shopping_detail_confirm_sp01 {
        width: 100%;
        background-color: #f3f3f3;
        padding: 20px;
        border: 1px dotted #ddd;
        margin-bottom: 40px;
    }

    .shopping_detail_confirm_sp01 p {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
    }

    .shopping_detail_confirm_sp01 p br {
        display: none;
    }

    .shopping_detail_confirm_sp h6 {
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.4;
        color: #111;
        font-weight: 600;
        letter-spacing: 0.075em;
        margin-bottom: 20px;
    }

    .shopping_detail_confirm_sp .shopping_detail_price_sp {
        margin-bottom: 25px;
    }

    .shopping_detail_confirm_sp .shopping_payment_confirm_sp {
        width: 100%;
        border-top: 1px dotted #ddd;
        border-bottom: 1px dotted #ddd;
        padding: 25px 5px 15px;
        margin-bottom: 30px;
    }

    .shopping_detail_confirm_sp .shopping_payment_confirm_sp ul {
        letter-spacing: 0.075em;
        width: 100%;
        text-align: right;
    }

    .shopping_detail_confirm_sp .shopping_payment_confirm_sp ul li {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    /* shopping_detail_confirm_sp */
    /* shopping_final_sp */
    .shopping_final_sp {
        width: 100%;
        padding: 0 25px 45px;
        background-color: #f3f3f3;
        border: 1px dotted #ddd;
    }

    .shopping_final_sp .title_sp02 {
        padding-top: 40px;
    }

    .shopping_final_sp .title_sp02 h3 {
        line-height: 1.3;
    }

    .shopping_final_sp p {
        text-align: center;
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        margin-top: 30px;
    }

    .shopping_final_sp h4 {
        width: 100%;
        margin-top: 30px;
    }

    /* shopping_final_sp */
    /* ###### shopping_contents_sp01_right ###### */
    /* ###### shopping_contents_sp01 ###### */
    /* ############################# shopping_contents ############################# */
    /* ############################# update_contents ############################# */
    .update_contents_sp {
        width: 100%;
        position: relative;
        background: url(../images/page_backimg.svg) no-repeat -5px 100%;
        background-size: 70%;
        padding-bottom: 40px;
    }

    /* ###### update_contents_sp01 ###### */
    .update_contents_sp01 {
        position: relative;
        width: 96%;
        margin: 0 auto;
    }

    .update_index_contents_sp {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 60px;
        padding-bottom: 20px;
    }

    .update_contents_sp02 {
        width: 100%;
    }

    .update_contents_desc_sp {
        width: 100%;
        padding: 60px 25px 0;
    }

    .update_contents_desc_sp h3 {
        font-size: 2.4rem;
        letter-spacing: 0.075em;
        text-align: center;
        line-height: 1.4;
        color: #111;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .update_contents_desc_sp p {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
    }

    .update_plan_list_sp {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0 25px;
    }

    .update_plan_list_sp .update_plan_list {
        position: relative;
        width: 100%;
        border: 1px dotted #ddd;
        background-color: #fff;
        margin-top: 50px;
    }

    .update_plan_list_sp .update_plan_list .title_sp02 {
        padding-top: 40px;
    }

    .update_plan_list_sp .update_plan_list h4 {
        text-align: center;
        color: #cc0000;
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 0.075em;
        width: 100%;
        border-top: 1px dotted #ddd;
        border-bottom: 1px dotted #ddd;
        margin-top: 25px;
        padding: 15px 0;
        background-color: #f3f3f3;
    }

    .update_plan_list_sp .vip_plan h4 {
        background-color: #fff08b;
    }

    .update_plan_list_sp .update_plan_list h4 span.plan_price_style01 {
        font-size: 2.4rem;
    }

    .update_plan_list_sp .update_plan_list h4 span.plan_price_style02 {
        font-size: 1.3rem;
        padding-left: 3px;
    }

    .update_plan_list_sp .update_plan_list p.update_plan_desc {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        width: 100%;
        padding: 25px;
    }

    .update_plan_list_sp .update_plan_list p.btn_style01 {
        margin-top: auto;
    }

    .update_plan_list p.plan_icon {
        position: absolute;
        left: 50%;
        top: -30px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 60px;
        z-index: 10;
    }

    .update_plan_list p.plan_icon img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    .update_plan_vip_sp {
        width: 100%;
        padding: 0 25px;
    }

    .update_plan_vip_sp .update_contents_desc_sp {
        margin-top: 60px;
    }

    .update_plan_vip_sp .update_contents_desc_sp {
        position: relative;
        width: 100%;
        height: 300px;
        background-color: #ccc;
    }

    .update_plan_vip_sp .update_contents_desc_sp01 {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

    .update_plan_vip_sp .update_contents_desc_sp01 h3 {
        font-size: 2.4rem;
        color: #fff;
        letter-spacing: 0.075em;
        text-align: center;
        line-height: 1.4;
        font-weight: 700;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .update_plan_vip_sp .update_contents_desc_sp01 p {
        text-align: center;
        width: 80px;
        margin: 0 auto 10px;
    }

    .update_plan_vip_sp01 {
        position: relative;
        width: 100%;
        border: 1px dotted #ddd;
        margin: 0 0 30px;
        padding: 20px;
        background-color: #fff08b;
    }

    .plan_vip_list {
        text-align: center;
    }

    .plan_vip_list h5 {
        color: #cc0000;
        font-size: 1.3rem;
        font-weight: bold;
        letter-spacing: 0.075em;
    }

    .plan_vip_list p {
        color: #111;
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 0.075em;
        margin-top: 5px;
    }

    .update_contents_sp01 .shopping_contents_sp01_right {
        margin-top: 0;
        width: 100%;
    }

    /* ###### update_contents_sp01 ###### */
    /* ############################# update_contents ############################# */
    /* ############################# setting_contents ############################# */
    .setting_contents_sp {
        width: 100%;
        position: relative;
        background: url(../images/page_backimg.svg) no-repeat -5px 100%;
        background-size: 70%;
        padding-bottom: 40px;
    }

    /* ###### setting_contents_sp01 ###### */
    .setting_contents_sp01 {
        position: relative;
        width: 96%;
        margin: 0 auto;
    }

    /* ###### setting_contents_sp01_left ###### */
    .setting_contents_sp01_left {
        display: none;
    }

    .side_setting_nav_sp {
        display: none;
    }

    /* ###### setting_contents_sp01_left ###### */
    /* ###### setting_contents_sp01_right ###### */
    .setting_contents_sp01_right {
        width: 100%;
        margin: -40px auto 60px;
    }

    .setting_contents_sp01_right01 {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .setting_detail_sp {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 25px 80px;
    }

    /* setting_status_sp */
    .setting_status_sp {
        width: 100%;
    }

    .setting_status_sp01 {
        width: 100%;
        border: 1px dotted #ddd;
        margin: 30px 0 0;
        background-color: #f3f3f3;
        padding: 30px 25px;
    }

    .setting_status_sp01 h4 {
        text-align: center;
        color: #111;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.075em;
        padding-bottom: 20px;
        border-bottom: 1px dotted #ddd;
    }

    .setting_status_sp01 dl {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ddd;
    }

    .setting_status_sp01 dl dt {
        background: url(../images/list_mk001.svg) no-repeat 0 6px;
        background-size: 14px;
        padding-left: 16px;
        padding-bottom: 5px;
    }

    .setting_status_sp01 dl dd {
        color: #222;
        font-weight: 500;
    }

    .setting_status_sp02 {
        width: 100%;
        border-top: 1px dotted #ddd;
        margin: 30px 0 0;
        padding: 30px 5px;
    }

    .setting_status_sp02 h4 {
        text-align: center;
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        color: #c00;
        font-weight: 500;
    }

    .setting_status_sp02 dl {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
    }

    .setting_status_sp02 dl dt {
        text-align: center;
        line-height: 1.0;
        padding: 25px 0 20px;
    }

    .setting_status_sp02 dl dd.registered {
        text-align: center;
        display: block;
        width: 100%;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        background-color: #f1f1f1;
        padding: 20px 10px;
    }

    .setting_status_sp03 {
        width: 100%;
        border-top: 1px dotted #ddd;
        border-bottom: 1px dotted #ddd;
        padding: 0 5px;
    }

    .setting_status_sp03 h4 {
        text-align: center;
        font-size: 1.4rem;
        letter-spacing: 0.075em;
        line-height: 1.8;
        color: #c00;
        font-weight: 500;
        padding-top: 30px;
    }

    .setting_status_sp03 dl {
        width: 100%;
        font-size: 1.3rem;
    }

    .setting_status_sp03 dl dt {
        padding-top: 25px;
        text-align: center;
    }

    .setting_status_sp03 dl dt div.plan_title {
        width: 100%;
        padding: 5px 0 10px;
    }

    .setting_status_sp03 dl dt div.plan_title h5 {
        font-family: 'Oswald', sans-serif;
        color: #111;
        font-weight: 500;
        font-size: 2.4rem;
        line-height: 1.3;
        letter-spacing: 0.075em;
    }

    .setting_status_sp03 dl dt div.plan_title p {
        text-align: center;
        color: #111;
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.0;
        letter-spacing: 0.1em;
        margin-top: 6px;
    }

    .setting_status_sp03 dl dt h6 {
        color: #cc0000;
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 0.075em;
        width: 100%;
    }

    .setting_status_sp03 dl dt h6 span.plan_price_style01 {
        font-size: 2.4rem;
    }

    .setting_status_sp03 dl dt h6 span.plan_price_style02 {
        font-size: 1.3rem;
        padding-left: 3px;
    }

    .setting_status_sp03 dl dt:last-child {
        border-bottom: none;
    }

    .setting_status_sp03 dl dd {
        width: 100%;
        padding: 20px 0 30px;
        border-bottom: 1px dotted #ddd;
    }

    .setting_status_sp03 dl dd:last-child {
        border-bottom: none;
    }

    /* setting_status_sp */
    /* setting_payment_history_sp */
    .setting_payment_history_sp {
        width: 100%;
    }

    .setting_payment_history_sp01 {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin: 30px 0 40px;
        border-bottom: 1px dotted #ddd;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .setting_payment_history_sp01 dl {
        min-width: 40%;
        letter-spacing: 0.075em;
        text-align: center;
    }

    .setting_payment_history_sp01 dl dt {
        color: #111;
        font-size: 1.2rem;
        background-color: #f3f3f3;
        padding: 20px 0;
        border-top: 1px dotted #ddd;
    }

    .setting_payment_history_sp01 dl dd {
        padding: 25px 0;
        font-size: 1.3rem;
        border-top: 1px dotted #ddd;
    }

    .setting_payment_history_sp02 {
        width: 100%;
        border-top: 1px dotted #ddd;
        border-left: 1px dotted #ddd;
        border-right: 1px dotted #ddd;
    }

    .setting_payment_history_sp02_left {
        width: 100%;
        color: #111;
        padding: 20px 25px;
        background-color: #f3f3f3;
        border-bottom: 1px dotted #ddd;
    }

    .setting_payment_history_sp02_left h4 {
        font-size: 1.2rem;
        color: #111;
        text-align: center;
        letter-spacing: 0.075em;
    }

    .setting_payment_history_sp02_right {
        width: 100%;
        padding: 15px 20px 25px;
        border-bottom: 1px dotted #ddd;
    }

    .setting_payment_history_sp02_right p {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        margin-top: 10px;
    }

    /* setting_payment_history_sp */
    .setting_contents_sp01_right01 .bottom_setting_nav_sp {
        width: 100%;
    }

    .setting_contents_sp01_right01 .bottom_setting_nav_sp ul {
        width: 100%;
        margin: 30px 0 0;
        border-top: 1px dotted #ccc;
    }

    .setting_contents_sp01_right01 .bottom_setting_nav_sp ul li {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        border-bottom: 1px dotted #ccc;
    }

    .setting_contents_sp01_right01 .bottom_setting_nav_sp ul li a, a:link a:visited {
        display: block;
        width: 100%;
        padding: 14px 13px;
        background: url(../images/list_mk001.svg) no-repeat right 10px center;
        background-size: 14px;
    }

    .setting_contents_sp01_right01 .bottom_setting_nav_sp ul li a img {
        width: 22px;
        padding-right: 7px;
        padding-bottom: 2px;
    }

    .setting_contents_sp01_right01 .bottom_setting_nav_sp ul li.side_setting_nav_active {
        display: block;
        width: 100%;
        padding: 14px 13px;
        background: url(../images/list_mk001.svg) no-repeat right 10px center;
        background-size: 14px;
    }

    .setting_contents_sp01_right01 .bottom_setting_nav_sp ul li.side_setting_nav_active img {
        width: 22px;
        padding-right: 7px;
        padding-bottom: 2px;
    }

    /* ############################# setting_contents ############################# */
    /* ############################# about_contents ############################# */
    .about_contents_sp {
        width: 100%;
        position: relative;
        background: url(../images/page_backimg.svg) no-repeat -5px 100%;
        background-size: 70%;
        padding-bottom: 40px;
    }

    /* ###### about_contents_sp01 ###### */
    .about_contents_sp01 {
        position: relative;
        width: 96%;
        margin: -40px auto 0;
    }

    /* ###### about_contents_sp01_left ###### */
    .about_contents_sp01_left {
        display: none;
    }

    .side_about_nav_sp {
        display: none;
    }

    /* ###### about_contents_sp01_left ###### */
    /* ###### about_contents_sp01_right ###### */
    .about_contents_sp01_right {
        width: 100%;
        margin: 0 auto 60px;
    }

    .about_contents_sp01_right01 {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .about_detail_sp {
        width: 100%;
        padding: 0 0 40px;
    }

    .about_detail_sp01 {
        width: 100%;
        padding: 60px 0;
    }

    .about_detail_title_sp {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .about_detail_title_sp h4 {
        color: #111;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 0.075em;
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .about_detail_title_sp h3 {
        color: #111;
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 1.5;
    }

    .about_detail_sp01 p.about_detail_sp01_desc {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        margin: 30px 25px 0;
    }

    .about_detail_sp02 {
        width: 100%;
        padding: 0 25px;
    }

    .about_detail_title_sp02 {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .about_detail_title_sp02 h6 {
        color: #c00;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.075em;
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .about_detail_title_sp02 h3 {
        color: #111;
        font-size: 2.0rem;
        line-height: 1.5;
        font-weight: 700;
        letter-spacing: 0.05em;
    }

    .about_detail_title_sp03 {
        width: 100%;
        padding: 0 25px;
        text-align: center;
        margin-bottom: 30px;
    }

    .about_detail_sp02 h4 {
        display: inline-block;
        color: #111;
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: 0.075em;
        border-bottom: 3px solid #111;
        padding-bottom: 7px;
        margin: 60px auto 0;
        line-height: 1.5;
    }

    .about_detail_sp02 p {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        margin: 30px 0 0;
    }

    .about_detail_sp02_01 {
        position: relative;
        width: 100%;
        background-color: #f3f3f3;
        border: 1px dotted #ddd;
        margin-top: 30px;
        padding: 25px 20px;
    }

    .about_detail_sp02_01 h5 {
        text-align: center;
        color: #111;
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: 700;
        letter-spacing: 0.075em;
        margin-bottom: 5px;
    }

    .about_detail_sp02_01 dl {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
    }

    .about_detail_sp02_01 dl dt {
        color: #111;
        background: url(../images/list_mk001.svg) no-repeat 0 20px;
        background-size: 14px;
        padding: 15px 0 0 16px;
    }

    .about_detail_sp02_01 dl dd {
        padding: 5px 0 0 16px;
    }

    .about_detail_sp03 {
        width: 100%;
        margin-bottom: 60px;
    }

    .about_detail_sp03 p {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
    }

    .about_detail_sp03_01 {
        width: 100%;
        padding: 0 25px;
    }

    .about_detail_sp03_02 {
        position: relative;
        width: 100%;
        background-color: #f3f3f3;
        border: 1px dotted #ddd;
        margin-top: 40px;
        padding: 25px 25px;
    }

    .about_detail_sp03_01 h4 {
        text-align: center;
        width: 100%;
        color: #111;
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: 0.075em;
        margin-bottom: 20px;
    }

    .about_detail_sp03_01 dl {
        letter-spacing: 0.075em;
        border-top: 1px dotted #ccc;
    }

    .about_detail_sp03_01 dl dt {
        padding-top: 20px;
    }

    .about_detail_sp03_01 dl dd {
        font-size: 1.3rem;
        margin-top: 10px;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 20px;
    }

    .about_detail_sp03_03 {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }

    .about_detail_sp03_03 h6 {
        position: relative;
        width: 100%;
    }

    .about_detail_sp03_03 p {
        position: relative;
        width: 86%;
        background-color: #fff;
        padding: 25px 25px 0;
        margin: -40px auto 0;
        z-index: 20;
    }

    .about_detail_sp03_04 {
        position: relative;
        margin-top: 30px;
    }

    .about_detail_sp03_04 h6 {
        position: relative;
        width: 100%;
    }

    .about_detail_sp03_04 p {
        position: relative;
        width: 86%;
        background-color: #fff;
        padding: 25px 25px 0;
        margin: -40px auto 0;
        z-index: 20;
    }

    .about_detail_sp04 {
        width: 100%;
    }

    .about_detail_sp04 h4 {
        display: inline-block;
        color: #111;
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: 0.075em;
        border-bottom: 3px solid #111;
        padding-bottom: 5px;
        margin: 0 25px;
    }

    .about_detail_sp04_list {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .about_detail_sp04_list01 {
        position: relative;
        width: 100%;
    }

    .about_detail_sp04_list01_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .about_detail_sp04_list01_right {
        width: 100%;
        padding: 0 25px;
    }

    .about_detail_sp04_list03 {
        position: relative;
        width: 100%;
    }

    .about_detail_sp04_list03_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .about_detail_sp04_list03_right {
        width: 100%;
        padding: 0 25px;
    }

    .about_detail_sp04_list h5 {
        text-align: center;
        font-family: 'Oswald', sans-serif;
        color: #c00;
        font-weight: 500;
        font-size: 2.4rem;
        line-height: 1.0;
        letter-spacing: 0.075em;
        margin-bottom: 25px;
    }

    .about_detail_sp04_list h6 {
        text-align: center;
        color: #111;
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: 0.075em;
        margin-bottom: 15px;
    }

    .about_detail_sp04_list ul {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        margin-bottom: 15px;
        border-top: 1px dotted #ddd;
    }

    .about_detail_sp04_list ul li {
        padding: 15px 3px;
        border-bottom: 1px dotted #ddd;
    }

    .about_detail_sp04_list ul li:last-child {
        border-bottom: none;
    }

    .about_detail_sp04_list p {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        margin-bottom: 20px;
    }

    .about_detail_sp04_list02 {
        position: relative;
        margin: 0 25px;
        border: 1px dotted #ddd;
        padding: 25px 20px 5px;
    }

    dt span.school_style01 {
        color: #c00;
        font-size: 1.3rem;
        font-weight: 500;
    }

    dt span.school_style02 {
        color: #111;
        font-size: 1.5rem;
        line-height: 1.5;
        font-weight: 700;
    }

    /* ###### about_contents_sp01_right ###### */
    /* ############################# about_contents ############################# */
    /* ############################# access_contents ############################# */
    .access_contents_sp {
        width: 100%;
        position: relative;
        background: url(../images/page_backimg.svg) no-repeat -5px 100%;
        background-size: 70%;
        padding-bottom: 40px;
    }

    /* ###### access_contents_sp01 ###### */
    .access_contents_sp01 {
        position: relative;
        width: 96%;
        margin: -40px auto 0;
    }

    /* ###### access_contents_sp01_left ###### */
    .access_contents_sp01_left {
        display: none;
    }

    .side_access_nav_sp {
        display: none;
    }

    /* ###### access_contents_sp01_left ###### */
    /* ###### access_contents_sp01_right ###### */
    .access_contents_sp01_right {
        width: 100%;
        margin: 0 auto 60px;
    }

    .access_contents_sp01_right01 {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .access_detail_sp {
        width: 100%;
        padding: 0 25px 80px;
    }

    .access_detail_sp01 {
        width: 100%;
        margin: 40px 0 0;
    }

    .access_detail_sp01 iframe {
        height: 250px;
    }

    .access_detail_sp01 h4 {
        color: #111;
        font-size: 1.8rem;
        line-height: 1.6;
        font-weight: 700;
        letter-spacing: 0.075em;
        margin-top: 30px;
    }

    .access_detail_sp01_02 {
        width: 100%;
        margin-top: 10px;
    }

    .access_detail_sp01_02 dl {
        width: 100%;
        font-size: 1.3rem;
        letter-spacing: 0.075em;
    }

    .access_detail_sp01_02 dl dt {
        color: #111;
        font-weight: 500;
        float: left;
        background: url(../images/list_mk001.svg) no-repeat 0 14px;
        background-size: 14px;
        padding: 10px 0 0 16px;
    }

    .access_detail_sp01_02 dl dd {
        padding: 10px 0 0 80px;
    }

    .access_detail_sp02 {
        width: 100%;
        border-top: 1px dotted #ddd;
        margin-top: 40px;
    }

    .access_detail_sp01_02 p {
        margin-top: 30px;
    }

    .access_detail_sp01_02 p img {
        width: 14px;
    }

    .access_list_sp {
        width: 100%;
        border-bottom: 1px dotted #ddd;
        padding: 35px 0;
    }

    .access_list_sp_left {
        width: 100px;
        margin: 0 auto 30px;
    }

    .access_list_sp_left p {
        background-color: #f3f3f3;
        padding: 30px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    .access_list_sp_right {
        width: 100%;
    }

    .access_list_sp_right h4 {
        text-align: center;
        color: #111;
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: 0.075em;
        padding-bottom: 10px;
    }

    .access_list_sp_right h5 {
        text-align: center;
        color: #c00;
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: 0.075em;
        padding-bottom: 5px;
        margin-top: 30px;
    }

    .access_list_sp_right ul {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
    }

    .access_list_sp_right ul li {
        margin-top: 15px;
        background: url(../images/list_mk001.svg) no-repeat 0 4px;
        background-size: 14px;
        padding-left: 16px;
    }

    .access_list_sp_right dl {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
    }

    .access_list_sp_right dl dt {
        color: #111;
        font-weight: 500;
        background: url(../images/list_mk001.svg) no-repeat 0 center;
        background-size: 14px;
        padding-left: 16px;
        margin-top: 15px;
    }

    .access_list_sp_right dl dd {
        padding: 8px 0 0 16px;
    }

    .access_list_sp_right p {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        margin-top: 15px;
    }

    /* ############################# access_contents ############################# */
    /* ############################# notification_contents ############################# */
    .notification_contents_sp {
        width: 100%;
        position: relative;
        background: url(../images/page_backimg.svg) no-repeat -5px 100%;
        background-size: 70%;
        padding-bottom: 40px;
    }

    /* ###### notification_contents_sp01 ###### */
    .notification_contents_sp01 {
        position: relative;
        width: 96%;
        margin: 0 auto;
    }

    /* ###### notification_contents_sp01_left ###### */
    .notification_contents_sp01_left {
        display: none;
    }

    /* ###### notification_contents_sp01_left ###### */
    /* ###### notification_contents_sp01_right ###### */
    .notification_contents_sp01_right {
        width: 100%;
        margin: 0 auto 60px;
    }

    .notification_contents_sp01_right01 {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .notification_list_sp {
        width: 100%;
        padding: 40px 20px 60px;
    }

    .notification_list_sp dl {
        width: 100%;
        border-bottom: 1px dotted #ddd;
        display: flex;
    }

    .notification_list_sp dl a {

        display: block;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        padding: 12px 0;
    }

    .notification_list_sp dl:first-child {
        border-top: 1px dotted #ddd;
    }

    .notification_list_sp dl dt {
        width: 50px;
    }

    .notification_list_sp dl dt img {
        width: 100%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    .notification_list_sp dl dd {
        flex: 1;
        color: #444;
        font-size: 1.2rem;
        line-height: 1.5;
        letter-spacing: 0.075em;
        padding-left: 10px;
    }

    .notification_list_sp dl dd h6 {
        font-size: 1.0rem;
        color: #444;
        letter-spacing: 0.075em;
        padding-top: 4px;
    }

    /* ###### notification_contents_sp01_right ###### */
    /* ############################# notification_contents ############################# */
    /* ############################# contact_contents ############################# */
    .contact_contents_sp {
        width: 100%;
        position: relative;
        background: url(../images/page_backimg.svg) no-repeat -5px 100%;
        background-size: 70%;
        padding-bottom: 40px;
    }

    /* ###### contact_contents_sp01 ###### */
    .contact_contents_sp01 {
        position: relative;
        width: 96%;
        margin: 0 auto;
    }

    /* ###### contact_contents_sp01_left ###### */
    .contact_contents_sp01_left {
        display: none;
    }

    /* ###### contact_contents_sp01_left ###### */
    /* ###### contact_contents_sp01_right ###### */
    .contact_contents_sp01_right {
        width: 100%;
        margin: 0 auto 60px;
    }

    .contact_contents_sp01_right01 {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .contact_detail_sp {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 25px 80px;
    }

    /* ###### contact_contents_sp01_right ###### */
    /* ############################# contact_contents ############################# */
    /* ############################# search_contents ############################# */
    .search_contents_sp {
        width: 100%;
        position: relative;
        background: url(../images/page_backimg.svg) no-repeat -5px 100%;
        background-size: 70%;
        padding-bottom: 40px;
    }


    /* ###### search_contents_sp01 ###### */
    .search_contents_sp01 {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }


    /* ###### search_contents_sp01_left ###### */
    .search_contents_sp01_left {
        display: none;
    }

    /* ###### search_contents_sp01_left ###### */
    /* ###### search_contents_sp01_right ###### */
    .search_contents_sp01_right {
        width: 96%;
        margin: -40px auto 0;
    }

    .search_contents_sp01_right01 {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 60px;
        padding-bottom: 100px;
    }

    .search_results_contents_sp {
        width: 100%;
    }

    .no_results_sp {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 60px;
    }

    .no_results_sp p {
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        background-color: #f3f3f3;
        padding: 20px;
        border: 1px dotted #ddd;

    }

    .search_bk {
        background: url(../images/search_backimg.svg) no-repeat -3px -5px;
        background-size: 80px;
    }

    .search_results_contents {
        width: 100%;
        padding: 25px 0 0;
    }

    .search_results_list {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        padding: 0 20px 29px;
        margin-bottom: 40px;
        border-bottom: 1px dotted #ddd;
    }

    .search_results_list .search_contents_thumb {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .search_results_contents .search_results_list .search_contents_thumb01 {
        position: relative;
        width: 100%;
        height: 197px;
        overflow: hidden;
    }

    .search_results_contents .search_results_list .search_contents_thumb01 img {
        width: 100%;
        height: 197px;
        object-fit: cover;
    }

    .search_results_list .search_contents_thumb .caption {
        display: none;
    }

    .search_results_list .search_contents_thumb .mask {
        display: none;
    }

    .search_results_list .search_contents_text {
        width: 100%;
        position: relative;
    }

    .search_results_list .search_contents_text h3 {
        font-size: 1.6rem;
        line-height: 1.6;
        color: #111;
        font-weight: bold;
        letter-spacing: 0.1em;
    }

    .search_results_list .search_contents_text h3 a, a:link a:visited {
        color: #111;
    }

    .search_results_list .search_contents_text h3 a:hover {
        color: #cc0000;
    }

    .search_list_option_sp {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 15px;
    }

    .search_list_option_list:first-child {
        width: 70%;
    }

    .search_list_option_list:last-child {
        width: 30%;
    }

    .search_list_option_list h4 {
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: 0.1em;
    }

    .search_list_option_list h4 img {
        width: 40px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin-right: 5px;
        vertical-align: middle;
    }

    .search_list_option_list p {
        text-align: right;
        color: #545454;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        vertical-align: middle;
        padding-bottom: 2px;
    }

    .search_results_list .search_contents_text p.search_contents_desc {
        font-size: 1.2rem;
        color: #545454;
        margin-top: 20px;
        padding-bottom: 0;
        letter-spacing: 0.1em;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
        display: -webkit-box;
        overflow: hidden;
    }

    .search_results_list .list_option_sp {
        border-bottom: 1px dotted #ddd;
        padding: 0 2px 30px;
        margin-top: auto;
        border-top: none;
    }

    /* ###### search_contents_sp01_right ###### */
    /* ###### search_contents_sp01 ###### */
    /* ############################# search_contents ############################# */
    /* ############################# mypage_contents ############################# */
    .mypage_contents_sp {
        width: 100%;
        position: relative;
        background: url(../images/page_backimg.svg) no-repeat -5px 100%;
        background-size: 70%;
        padding-bottom: 40px;
    }

    /* ###### mypage_contents_sp01 ###### */
    .mypage_contents_sp01 {
        position: relative;
        width: 96%;
        margin: -40px auto 0;
    }

    .mypage_index_contents_sp {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 60px;
        padding-bottom: 20px;
    }

    .mypage_avatar_sp {
        width: 100%;
        background-size: 80px;
        background: #f3f3f3 url(../images/profile_backimg.svg) no-repeat -3px -5px;
        border-bottom: 1px dotted #ddd;
        padding: 25px;
    }

    .mypage_avatar_sp_left {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mypage_avatar_icon_sp {
        width: 30%;
    }

    .mypage_avatar_icon_sp p img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    .mypage_avatar_profile_sp {
        width: 70%;
        padding-left: 15px;
        padding-top: 5px;
    }

    .mypage_avatar_profile_sp h3 {
        color: #111;
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: 0.075em;
        margin-bottom: 8px;
    }

    .mypage_avatar_sp p.mypage_avatar_comment {
        font-size: 1.1rem;
        letter-spacing: 0.075em;
        background-color: #fff;
        padding: 20px;
        border: 1px dotted #ddd;
        margin-top: 20px;
    }

    .mypage_avatar_profile_sp ul {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px;
        padding-left: 2px;
    }

    .mypage_avatar_profile_sp ul li {
        width: 25px;
        padding-right: 10px;
    }

    .mypage_follow_sp {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 15px 0;
        border: 1px dotted #ddd;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        margin-bottom: 20px;
    }

    .mypage_follow_sp_left {
        width: 50%;
        border-right: 1px dotted #ddd;
    }

    .mypage_follow_sp_right {
        width: 50%;
    }

    .mypage_follow_sp h4 {
        text-align: center;
        font-size: 1.0rem;
        line-height: 1.0;
        letter-spacing: 0.075em;
    }

    .mypage_follow_sp p {
        color: #111;
        text-align: center;
        font-size: 1.4rem;
        line-height: 1.0;
        letter-spacing: 0.075em;
        margin-top: 6px;
    }

    .mypage_avatar_profile_sp dl {
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        line-height: 1.6;
    }

    .mypage_avatar_profile_sp dl dt {
        float: left;
        background: url(../images/list_mk001.svg) no-repeat 0 center;
        background-size: 14px;
        padding-left: 16px;
    }

    .mypage_avatar_profile_sp dl dd {
        color: #111;
        padding-left: 140px;
        margin-bottom: 6px;
    }

    .mypage_avatar_sp_right {
        width: 100%;
        margin-top: 20px;
    }

    .mypage_avatar_sp_right dl {
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        line-height: 1.6;
    }

    .mypage_avatar_sp_right dl dt {
        float: left;
        background: url(../images/list_mk001.svg) no-repeat 0 center;
        background-size: 14px;
        padding-left: 16px;
    }

    .mypage_avatar_sp_right dl dd {
        color: #111;
        padding-left: 140px;
        margin-bottom: 6px;
    }

    .mypage_contents_sp02 {
        width: 100%;
    }

    .mypage_nav_sp {
        width: 100%;
        background-color: #f3f3f3;
        border-bottom: 1px dotted #ddd;
    }

    .sp_mypage_nav_sp01 {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .sp_mypage_nav_sp01 ul.tabs {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .sp_mypage_nav_sp01 ul.tabs li {
        width: 33.3333%;
        text-align: center;
        color: #cc0000;
        font-size: 1.3rem;
        line-height: 1.5;
        letter-spacing: 0.075em;
        cursor: pointer;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 0 13px;
        border-bottom: 2px solid #f3f3f3;
    }

    .sp_mypage_nav_sp01 ul.tabs li span.nav_count {
    }

    .sp_mypage_nav_sp01 ul.tabs li.active {
        color: #111;
        font-weight: 700;
        background-color: #fff;
        border-bottom: 2px solid #111;
    }

    .sp_mypage_nav_sp01 ul.tabs li a {
        display: block;
    }

    .mypage_nav_sp01 {
        display: none;
    }

    .mypage_contents_sp02 .tab-content {
        width: 100%;
        padding-bottom: 60px;
    }

    .mypage_latest_contents_sp {
        width: 100%;
    }

    .pick_search_sp {
        width: 100%;
        padding: 10px;
        background-color: #f1f1f1;
    }

    .pick_search_sp01 {
        width: 100%;
        margin: 0 auto;
    }

    .pick_search_sp02 {
        width: 100%;
        background-color: #fff;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        z-index: 100;
        overflow: hidden;
        border: 1px solid #ddd;
    }

    .pick_input_sp {
        width: 100%;
        position: relative;
        z-index: 30;
    }

    .mypage_latest_contents_sp01 {
        width: 100%;
        padding: 40px 25px 0;
    }

    .mypage_latest_contents_list {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        margin-bottom: 60px;
    }

    .mypage_latest_contents_list div.event_option_date {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.7);
        left: 0;
        bottom: 0;
        z-index: 500;
        padding: 15px;
    }

    .mypage_latest_contents_list div.event_option_date p {
        width: 20px;
        margin: 0 auto 7px;
    }

    .mypage_latest_contents_list div.event_option_date h6 {
        text-align: center;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        color: #111;
        font-weight: 700;
        line-height: 1.0;
    }

    .mypage_latest_contents_list .mypage_latest_contents_thumb {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .mypage_latest_contents_list .mypage_latest_contents_thumb01 {
        position: relative;
        width: 100%;
        height: 197px;
        overflow: hidden;
    }

    .mypage_latest_contents_list .mypage_latest_contents_thumb01 img {
        width: 100%;
        height: 197px;
        object-fit: cover;
    }

    .mypage_latest_contents_list .mypage_latest_contents_thumb .caption {
        display: none;
    }

    .mypage_latest_contents_list .mypage_latest_contents_thumb .mask {
        display: none;
    }

    .mypage_latest_contents_list .mypage_latest_contents_text {
        width: 100%;
        position: relative;
        padding-bottom: 20px;
    }

    .mypage_latest_contents_list .mypage_latest_contents_text h3 {
        font-size: 1.6rem;
        line-height: 1.6;
        color: #111;
        font-weight: bold;
        letter-spacing: 0.1em;
    }

    .mypage_latest_contents_list .mypage_latest_contents_text h3 a, a:link a:visited {
        color: #111;
    }

    .mypage_latest_contents_list .mypage_latest_contents_text h3 a:hover {
        color: #cc0000;
    }

    .mypage_latest_contents_list .mypage_latest_contents_text p.mypage_latest_contents_desc {
        font-size: 1.3rem;
        color: #545454;
        letter-spacing: 0.1em;
        margin-top: 20px;
    }

    .mypage_latest_contents_list .mypage_list_avatar_sp {
        border-top: 1px dotted #ddd;
        padding-top: 20px;
        margin-top: 20px;
    }

    .mypage_latest_contents_list .mypage_list_avatar_comment_sp {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mypage_latest_contents_list .mypage_list_avatar_comment_sp .mypage_list_avatar_comment_sp_left {
        width: 20%;
    }

    .mypage_latest_contents_list .mypage_list_avatar_comment_sp .mypage_list_avatar_comment_sp_left p img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    .mypage_latest_contents_list .mypage_list_avatar_comment_sp .mypage_list_avatar_comment_sp_right {
        width: 80%;
        padding-left: 15px;
    }

    .mypage_latest_contents_list .mypage_list_avatar_comment_sp .mypage_list_avatar_comment_sp_right h5 {
        font-size: 1.4rem;
        letter-spacing: 0.075em;
        margin-bottom: 10px;
    }

    .mypage_latest_contents_list .mypage_list_avatar_comment_sp .mypage_list_avatar_comment_sp_right h5 img {
        width: 18px;
        padding-right: 3px;
    }

    .mypage_latest_contents_list .mypage_list_avatar_comment_sp .mypage_list_avatar_comment_sp_right p {
        font-size: 1.1rem;
        padding: 15px;
        background-color: #f3f3f3;
        border: 1px dotted #ddd;
    }

    .mypage_latest_contents_list .mypage_list_avatar_sp .mypage_list_avatar_pick_sp {
        width: 100%;
        margin-top: 20px;
        padding: 0 2px;
    }

    .mypage_latest_contents_list .mypage_list_avatar_sp .mypage_list_avatar_pick_sp ul {
        width: 100%;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
    }

    .mypage_latest_contents_list .mypage_list_avatar_sp .mypage_list_avatar_pick_sp ul li {
        width: 12%;
        padding-right: 7px;
    }

    .mypage_latest_contents_list .mypage_list_avatar_sp .mypage_list_avatar_pick_sp ul li img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    .mypage_latest_contents_list .mypage_list_avatar_sp .mypage_list_avatar_pick_sp ul li:last-child {
        width: 40%;
        color: #111;
        padding-left: 3px;
    }

    .mypage_follow_contents_sp {
        width: 100%;
        padding: 60px 45px 0;
    }

    .mypage_follow_contents_sp ul {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .mypage_follow_contents_sp ul li {
        text-align: center;
        position: relative;
        width: 12.5%;
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .mypage_follow_contents_sp ul li img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin-bottom: 10px;
    }

    .mypage_follower_contents_sp {
        width: 100%;
        padding: 60px 45px 0;
    }

    .mypage_follower_contents_sp ul {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .mypage_follower_contents_sp ul li {
        text-align: center;
        position: relative;
        width: 12.5%;
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .mypage_follower_contents_sp ul li img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin-bottom: 10px;
    }

    /* ###### mypage_contents_sp01 ###### */
    /* ############################# mypage_contents ############################# */
    /* ############################# register_contents ############################# */
    .register_contents_sp {
        width: 100%;
        position: relative;
        background: url(../images/page_backimg.svg) no-repeat -5px 100%;
        background-size: 70%;
        padding-bottom: 40px;
    }

    /* ###### register_contents_sp01 ###### */
    .register_contents_sp01 {
        position: relative;
        width: 96%;
        margin: 0 auto;
    }

    .register_form_contents_sp {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    .register_contents_sp02 {
        width: 100%;
        padding: 40px 20px;
    }

    .register_contents_sp02 .title_sp02 {
        padding-top: 25px;
    }

    .register_contents_sp02 p {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
    }

    .social_regist {
        width: 100%;
        background-color: #f3f3f3;
        border: 1px dotted #ddd;
        padding: 0 20px 30px;
        margin-bottom: 25px;
    }

    .social_regist ul {
        width: 100%;
        margin: 30px auto 0;
    }

    .social_regist ul li {
        width: 100%;
        margin-top: 15px;
    }

    .google_btn_style {
        width: 100%;
        text-align: center;
    }

    .google_btn_style a, a:link a:visited {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        background-color: #3e82f1;
        color: #fff;
        padding: 16px 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .google_btn_style img {
        width: 30px;
        margin-right: 6px;
        vertical-align: middle;
    }

    .facebook_btn_style {
        width: 100%;
        text-align: center;
    }

    .facebook_btn_style a, a:link a:visited {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        background-color: #315096;
        color: #fff;
        padding: 18px 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .facebook_btn_style img {
        width: 26px;
        margin-right: 6px;
        vertical-align: middle;
    }

    .twitter_btn_style {
        width: 100%;
        text-align: center;
    }

    .twitter_btn_style a, a:link a:visited {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        background-color: #55acee;
        color: #fff;
        padding: 18px 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .twitter_btn_style img {
        width: 26px;
        margin-right: 6px;
        vertical-align: middle;
    }

    .instagram_btn_style {
        width: 100%;
        text-align: center;
    }

    .instagram_btn_style a, a:link a:visited {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        background-color: #e1306c;
        color: #fff;
        padding: 18px 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .instagram_btn_style img {
        width: 26px;
        margin-right: 6px;
        vertical-align: middle;
    }

    /* ###### register_contents_sp01 ###### */
    /* ############################# register_contents ############################# */
    /* ############################# login_contents ############################# */
    .login_contents_sp {
        width: 100%;
        position: relative;
        background: url(../images/page_backimg.svg) no-repeat -5px 100%;
        background-size: 70%;
        padding-bottom: 40px;
    }

    /* ###### login_contents_sp01 ###### */
    .login_contents_sp01 {
        position: relative;
        width: 96%;
        margin: 0 auto;
    }

    .login_form_contents_sp {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    .login_contents_sp02 {
        width: 100%;
        padding: 40px 20px;
    }

    .social_login {
        width: 100%;
        background-color: #f3f3f3;
        border: 1px dotted #ddd;
        padding: 30px 20px;
        margin-top: 25px;
    }

    .social_login .title_sp02 {
        padding-top: 0;
    }

    .social_login ul {
        width: 100%;
        margin: 30px auto 0;
    }

    .social_login ul li {
        width: 100%;
        margin-top: 15px;
    }

    /* ############################# login_contents ############################# */
    /* ############################# reset_contents ############################# */
    .reset_contents_sp {
        width: 100%;
        position: relative;
        background: url(../images/page_backimg.svg) no-repeat -5px 100%;
        background-size: 70%;
        padding-bottom: 40px;
    }

    /* ###### reset_contents_sp01 ###### */
    .reset_contents_sp01 {
        position: relative;
        width: 96%;
        margin: 0 auto;
    }

    .reset_form_contents_sp {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 60px;
    }

    .reset_contents_sp02 {
        width: 100%;
        padding: 40px 20px;
    }

    .reset_contents_sp02 p {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        padding: 30px 5px 0;
    }

    .reset_contents_sp02 h4 {
        padding: 5px 5px 0;
    }

    /* ############################# reset_contents ############################# */
    /* ############################# error_contents ############################# */
    .error_contents_sp {
        width: 100%;
        position: relative;
        background: url(../images/page_backimg.svg) no-repeat -5px 100%;
        background-size: 70%;
        padding-bottom: 40px;
    }

    /* ###### error_contents_sp01 ###### */
    .error_contents_sp01 {
        position: relative;
        width: 96%;
        margin: 0 auto;
    }

    .error_contents_sp02 {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    .error_contents_sp03 {
        width: 100%;
        padding: 0 25px 40px;
    }

    .error_contents_sp04 {
        width: 100%;
        background-color: #f3f3f3;
        border: 1px dotted #ddd;
        margin-top: 30px;
        padding: 30px;
    }

    .error_contents_sp04 h4 {
        padding-top: 5px;
    }

    .error_contents_sp04 p {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        margin-bottom: 20px;
    }

    .error_contents_sp04 p br {
        display: none;
    }

    /* ############################# error_contents ############################# */
    /* ############################# popup_contents ############################# */
    .popup_contents_sp {
        position: relative;
        width: 100%;
        padding: 40px 0;
    }

    .popup_contents_sp .close_window {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 1000;
    }

    .popup_contents_sp .close_window a, a:link a:visited {
        font-size: 1.0rem;
        display: block;
        line-height: 1.0;
        text-align: center;
        background-color: #cc0000;
        color: #fff;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        padding: 4px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    }

    .popup_contents_sp .close_window a:hover {
        background-color: #111;
    }

    /* ###### popup_contents_sp01 ###### */
    .popup_contents_sp01 {
        position: relative;
        width: 94%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
        padding: 40px 20px 60px;
    }

    .popup_contents_sp01 h3 {
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.6;
        color: #111;
        font-weight: bold;
        letter-spacing: 0.1em;
        padding-bottom: 5px;
    }

    .popup_choose_date_list_sp {
        width: 100%;
    }

    .popup_choose_date_list {
        width: 100%;
        margin-top: 20px;
    }

    .popup_choose_date_list a, a:link a:visited {
        display: block;
        width: 100%;
        background-size: 14px;
        background: #f3f3f3 url(../images/list_mk001.svg) no-repeat right 3px center;
        border: 1px dotted #ddd;
        padding: 20px 20px;
    }

    .popup_choose_date_list a div.popup_choose_date {
        width: 100%;
        padding-bottom: 15px;
    }

    .popup_choose_date_list a div.popup_choose_date h4 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        letter-spacing: 0.075em;
        font-weight: 500;
    }

    .popup_choose_date_list a div.popup_choose_date h4 img {
        width: 24px;
        padding-right: 6px;
    }

    .popup_choose_date_list a div.popup_choose_time {
        width: 100%;
        border-top: 1px dotted #ccc;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 15px;
    }

    .popup_choose_date_list a div.popup_choose_time p {
        text-align: center;
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        width: 50%;
        color: #222;
    }

    .popup_participant_sp {
        width: 100%;
        background-color: #f3f3f3;
        border: 1px dotted #ddd;
        padding: 20px;
        margin: 20px 0 40px;
    }

    .popup_participant_sp dl {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .popup_participant_sp dl dt {
        width: 50%;
        text-align: right;
        padding-right: 10px;
    }

    .popup_participant_sp dl dd {
        width: 50%;
    }

    .popup_rental_list_sp {
        width: 100%;
    }

    .popup_rental_list {
        width: 100%;
        margin-top: 20px;
        background-color: #f3f3f3;
        border: 1px dotted #ddd;
        padding: 25px;
    }

    .popup_rental_list_left {
        width: 100%;
    }

    .popup_rental_list_left h4 {
        text-align: center;
        color: #222;
        font-size: 1.5rem;
        letter-spacing: 0.075em;
        font-weight: 500;
    }

    .popup_rental_list_left dl {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        margin: 20px 0 10px;
    }

    .popup_rental_list_left dl dt {
        float: left;
        padding-top: 5px;
    }

    .popup_rental_list_left dl dd {
        padding: 0 0 7px 110px;
    }

    .popup_rental_list_left .option_list_quantity {
        position: relative;
        display: inline-block;
        width: 80%;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        overflow: hidden;
        border: 1px solid #ddd;
    }

    .popup_rental_list_left select {
        color: #222;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        display: inline;
        width: 100%;
        height: 40px;
        padding: 0 10px;
        background-color: #fff;
        border: none;
        cursor: pointer;
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .popup_rental_list_left .option_list_quantity::after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-bottom: solid 2px #ccc;
        border-right: solid 2px #ccc;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 48%;
        right: 10px;
        margin-top: -4px;
        z-index: 20;
    }

    .popup_rental_list_left dl dd span.popup_price_style01 {
        font-size: 1.8rem;
        font-weight: 500;
        color: #222;
    }

    .popup_rental_list_left dl dd span.popup_price_style02 {
        font-size: 1.3rem;
        font-weight: 500;
        padding-left: 3px;
    }

    .popup_rental_list_right {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .popup_rental_list_right p.popup_rental_image {
        width: 50%;
        padding-right: 20px;
    }

    .popup_rental_list_right p.popup_rental_desc {
        width: 50%;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }

    .popup_login_sp {
        width: 100%;
        background-color: #f3f3f3;
        border: 1px dotted #ddd;
        padding: 10px 25px 25px;
        margin-top: 20px;
    }

    .popup_login_sp ul {
        width: 100%;
    }

    .popup_login_sp ul li {
        margin-top: 15px;
    }

    /* ############################# popup_contents ############################# */
    /* ############################# form_contents ############################# */
    .form_contents_sp01 {
        width: 100%;
    }

    .form_contents_sp01 h5 {
        text-align: center;
        font-size: 2.2rem;
        line-height: 1.6;
        color: #111;
        font-weight: bold;
        letter-spacing: 0.05em;
        margin-top: 25px;
    }

    .form_contents_sp01 p.form_contents_desc {
        font-size: 1.3rem;
        letter-spacing: 0.075rem;
        margin-top: 30px;
    }

    span.req_icon img {
        width: 17px;
        padding-bottom: 3px;
    }

    p.form_example {
        font-size: 1.2rem;
        line-height: 1.0;
        color: #ccc;
        letter-spacing: 0.075rem;
        padding-top: 7px;
    }

    .form_contents_sp01 form dl {
        letter-spacing: 0.075rem;
        width: 100%;
        margin: 40px 0 20px;
        border-top: 1px dotted #ddd;
    }

    .form_contents_sp01 form dl dt {
        font-size: 1.3rem;
        padding: 20px 0 0 5px;
    }

    .form_contents_sp01 form dl dd {
        font-size: 1.2rem;
        border-bottom: 1px dotted #ddd;
        padding: 10px 5px 20px;
    }

    .form_contents_sp01 h4 {
        margin-top: 30px;
    }

    .form_contents_sp01 form dl dd.form_upfile {
        text-align: center;
    }

    .form_contents_sp01 form dl dd.form_upfile img {
        width: 130px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin-bottom: 15px;
    }

    .form_contents_sp01 form dl dd input.input_text_style03:first-child {
        margin-left: 0;
    }

    .form_contents_sp01 .option_list_quantity {
        position: relative;
        display: inline-block;
        width: 60%;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        overflow: hidden;
        border: 1px solid #ddd;
        margin-right: 5px;
    }

    .form_contents_sp01 .option_list_quantity select {
        color: #222;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        display: inline;
        width: 100%;
        height: 40px;
        padding: 0 10px;
        background-color: #fff;
        border: none;
        cursor: pointer;
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .form_contents_sp01 .option_list_quantity::after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-bottom: solid 2px #ccc;
        border-right: solid 2px #ccc;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 48%;
        right: 10px;
        margin-top: -4px;
        z-index: 20;
    }

    .form_contents_sp01 .form_btn_sp {
        width: 100%;
        margin-top: 10px;
    }

    .form_contents_sp01 .form_btn_sp h4 {
        width: 100%;
    }

    .form_contents_sp01 .form_btn_sp h4:last-child {
        margin-top: 20px;
    }

    .form_contents_sp01 form dl dd.form_cb {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form_contents_sp01 form dl dd input[type=checkbox] {
        display: none;
    }

    .checkbox {
        width: 50%;
        box-sizing: border-box;
        -webkit-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
        position: relative;
        display: inline-block;
        margin: 0 0 7px 0;
        padding: 6px 12px 6px 25px;
        border-radius: 4px;
        background-color: #fff;
        vertical-align: middle;
    }

    .checkbox:hover:after {
        border-color: #c00;
    }

    .checkbox:after {
        -webkit-transition: border-color 0.2s linear;
        transition: border-color 0.2s linear;
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        margin-top: -10px;
        width: 16px;
        height: 16px;
        border: 1px solid #ccc;
        content: '';
    }

    .checkbox:before {
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
        position: absolute;
        top: 50%;
        left: 6px;
        display: block;
        margin-top: -7px;
        width: 5px;
        height: 9px;
        border-right: 2px solid #c00;
        border-bottom: 2px solid #c00;
        content: '';
        opacity: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    input[type=checkbox]:checked + .checkbox:before {
        opacity: 1;
    }

    .login_form_contents_sp01 {
        width: 100%;
        padding: 5px 20px 30px;
        background-color: #f3f3f3;
        border: 1px dotted #ddd;
        margin-bottom: 25px;
    }

    .login_form_contents_sp01 form dl {
        letter-spacing: 0.075rem;
        width: 100%;
        margin: 0 auto 10px;
    }

    .login_form_contents_sp01 form dl dt {
        font-size: 1.3rem;
        padding: 20px 0 0 5px;
    }

    .login_form_contents_sp01 form dl dd {
        padding: 6px 5px 0;
    }

    .login_form_contents_sp01 h4 {
        margin-top: 25px;
    }

    .reset_form_contents_sp01 {
        width: 100%;
        padding: 5px 20px 30px;
        background-color: #f3f3f3;
        border: 1px dotted #ddd;
        margin-bottom: 30px;
    }

    .reset_form_contents_sp01 form dl {
        letter-spacing: 0.075rem;
        width: 100%;
        margin: 0 auto 15px;
    }

    .reset_form_contents_sp01 form dl dt {
        font-size: 1.3rem;
        padding: 20px 0 0 5px;
    }

    .reset_form_contents_sp01 form dl dd {
        padding: 10px 5px 0;
    }

    .reset_form_contents_sp01 h4 {
        margin-top: 25px;
    }

    .forgot_form_contents_sp01 {
        width: 100%;
        padding: 0 20px 40px;
        background-color: #f3f3f3;
        border: 1px dotted #ddd;
    }

    .forgot_form_contents_sp01 .title_sp02 {
        padding-top: 40px;
    }

    .forgot_form_contents_sp01 form dl {
        letter-spacing: 0.075rem;
        width: 100%;
        margin: 0 auto 15px;
    }

    .forgot_form_contents_sp01 form dl dt {
        font-size: 1.3rem;
        padding: 20px 0 0 0;
    }

    .forgot_form_contents_sp01 form dl dd {
        padding: 10px 0 0;
    }

    .forgot_form_contents_sp01 p {
        margin-top: 30px;
    }

    .forgot_form_contents_sp01 h4 {
        margin-top: 30px;
    }

    .shopping_card_form_sp {
        width: 100%;
    }

    /* shopping_updateplan_sp */
    .shopping_card_form_sp .shopping_updateplan_sp {
        position: relative;
        width: 100%;
        border: 1px dotted #ddd;
        margin-top: 40px;
    }

    .shopping_card_form_sp .shopping_updateplan_sp .title_sp02 {
        padding-top: 40px;
    }

    .shopping_card_form_sp .shopping_updateplan_sp h4 {
        text-align: center;
        color: #cc0000;
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 0.075em;
        width: 100%;
        border-top: 1px dotted #ddd;
        margin-top: 25px;
        padding: 15px 0;
        background-color: #f3f3f3;
    }

    .shopping_card_form_sp .shopping_updateplan_sp .vip_plan h4 {
        background-color: #fff08b;
    }

    .shopping_card_form_sp .shopping_updateplan_sp h4 span.plan_price_style01 {
        font-size: 2.4rem;
    }

    .shopping_card_form_sp .shopping_updateplan_sp h4 span.plan_price_style02 {
        font-size: 1.3rem;
        padding-left: 3px;
    }

    .shopping_card_form_sp .shopping_updateplan_sp p.update_plan_desc {
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        width: 100%;
        padding: 25px;
    }

    .shopping_card_form_sp .shopping_updateplan_sp p.plan_icon {
        position: absolute;
        left: 50%;
        top: -30px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 60px;
        z-index: 10;
    }

    .shopping_card_form_sp .shopping_updateplan_sp p.plan_icon img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    /* shopping_updateplan_sp */
    .shopping_card_form_sp form dl {
        letter-spacing: 0.075rem;
        width: 100%;
        margin: 0 auto 15px;
    }

    .shopping_card_form_sp form dl dt {
        font-size: 1.3rem;
        padding: 20px 0 0 0;
    }

    .shopping_card_form_sp form dl dt br {
        display: none;
    }

    .shopping_card_form_sp form dl dd {
        padding: 10px 0 0;
    }

    .shopping_card_form_sp p {
        font-size: 1.3rem;
    }

    .shopping_card_form_sp h4 {
        margin-top: 30px;
    }

    .shopping_card_form_sp .option_list_quantity {
        position: relative;
        display: inline-block;
        width: 25%;
        overflow: hidden;
        border: 1px solid #ddd;
        margin-right: 5px;
    }

    .shopping_card_form_sp .option_list_quantity:last-child {
        position: relative;
        display: inline-block;
        width: 35%;
        overflow: hidden;
        border: 1px solid #ddd;
        margin-left: 5px;
    }

    .shopping_card_form_sp .option_list_quantity select {
        color: #222;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        display: inline;
        width: 100%;
        height: 40px;
        padding: 0 10px;
        background-color: #fff;
        border: none;
        cursor: pointer;
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .shopping_card_form_sp .option_list_quantity::after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-bottom: solid 2px #ccc;
        border-right: solid 2px #ccc;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 48%;
        right: 10px;
        margin-top: -4px;
        z-index: 20;
    }

    .shopping_card_form_btn_sp {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 10px;
    }

    .shopping_card_form_btn_sp h4 {
        width: 40%;
    }

    .input_name_style {
        width: 90%;
        font-size: 1.5rem;
        color: rgb(51, 51, 51);
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ddd;
        padding: 7px;
        margin: 0 15px 0 7px;
    }

    .inline-input .item-field {
        margin-bottom: 15px;
    }

    .input_name_style02 {
        width: 100%;
        font-size: 1.5rem;
        color: rgb(51, 51, 51);
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ddd;
        padding: 7px;
    }

    .input_name_style:last-child {
        margin-right: 0;
    }

    .input_mail_style {
        width: 100%;
        font-size: 1.5rem;
        color: rgb(51, 51, 51);
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ddd;
        padding: 7px;
        margin: 0 15px 0 0;
    }

    .input_mail_style02 {
        width: 100%;
        font-size: 1.5rem;
        color: rgb(51, 51, 51);
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ddd;
        padding: 7px;
    }

    .input_pass_style {
        width: 100%;
        font-size: 1.5rem;
        color: rgb(51, 51, 51);
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ddd;
        padding: 7px;
    }

    .input_pass_style02 {
        width: 100%;
        font-size: 1.5rem;
        color: rgb(51, 51, 51);
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ddd;
        padding: 7px;
    }

    .input_pass_style:last-child {
        margin-top: 10px;
    }

    .input_code_style {
        width: 30%;
        font-size: 1.6rem;
        color: rgb(51, 51, 51);
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ccc;
        padding: 9px 7px;
        margin: 0 10px 0 10px;
    }

    .input_code_style02 {
        width: 35%;
        font-size: 1.6rem;
        color: rgb(51, 51, 51);
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ddd;
        padding: 7px;
    }

    .input_code_style03 {
        width: 100%;
        font-size: 1.6rem;
        color: rgb(51, 51, 51);
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ddd;
        padding: 7px;
    }

    .input_card_style {
        width: 100%;
        font-size: 1.6rem;
        color: rgb(51, 51, 51);
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ddd;
        padding: 7px;
        margin: 0 15px 0 0;
    }

    input::placeholder {
        color: #bbb;
        font-size: 1.4rem;
        font-weight: 300;
        letter-spacing: 0.075em;
    }

    .input_participant_style {
        width: 50%;
        font-size: 1.6rem;
        color: rgb(51, 51, 51);
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ddd;
        padding: 7px;
        margin: 0 10px 0 0;
    }

    .input_text_style01 {
        width: 100%;
        font-size: 1.6rem;
        color: rgb(51, 51, 51);
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ddd;
        padding: 7px;
        margin: 0 15px 0 0;
    }

    .input_text_style02 {
        width: 100%;
        font-size: 1.6rem;
        color: rgb(51, 51, 51);
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ddd;
        padding: 7px;
        margin: 0 15px 0 0;
    }

    .input_text_style03 {
        width: 24%;
        font-size: 1.6rem;
        color: rgb(51, 51, 51);
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ddd;
        padding: 7px;
        margin: 0 5px 0 10px;
    }

    .input_text_style04 {
        width: 60%;
        font-size: 1.6rem;
        color: rgb(51, 51, 51);
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ddd;
        padding: 7px;
    }

    .input_other_style01 {
        width: 100%;
        font-size: 1.6rem;
        color: rgb(51, 51, 51);
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ddd;
        padding: 7px;
    }

    textarea {
        width: 100%;
        height: 150px;
        font-size: 1.6rem;
        color: rgb(51, 51, 51);
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border: 1px solid #ddd;
        padding: 7px;
    }

    .form_contents_sp02 {
        text-align: center;
        width: 100%;
        padding: 25px;
        border: 1px dotted #ddd;
        margin-top: 60px;
    }

    .form_btn_style01 {
        cursor: pointer;
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: center;
        width: 100%;
        display: block !important;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        color: #fff;
        font-size: 1.5rem !important;
        font-weight: 500;
        padding: 22px 10px;
        margin: 0 auto;
        background: #cc0000 url(../images/list_mk002.svg) no-repeat right 10px center;
        background-size: 14px;
        letter-spacing: 0.075em;
        border-style: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .item-field label.error {
        display: inline-block;
        width: calc(50% - 2px);
        position: relative;
        color: #c00;
    }

    .form_btn_style02 {
        cursor: pointer;
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: center;
        width: 20%;
        display: block !important;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        color: #fff;
        font-size: 1.4rem !important;
        font-weight: 500;
        padding: 12px 10px;
        background-color: #cc0000;
        letter-spacing: 0.075em;
        border-style: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .form_btn_style03 {
        cursor: pointer;
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        display: block !important;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        color: #fff;
        font-size: 1.5rem !important;
        font-weight: 500;
        padding: 22px 10px;
        background: #666 url(../images/list_mk008.svg) no-repeat 10px center;
        background-size: 14px;
        letter-spacing: 0.075em;
        border-style: none;
        transition: all .3s;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .form_btn_style04 {
        cursor: pointer;
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        display: block !important;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        color: #fff;
        font-size: 1.5rem !important;
        font-weight: 500;
        padding: 22px 10px;
        background: #cc0000 url(../images/list_mk002.svg) no-repeat right 10px center;
        background-size: 14px;
        letter-spacing: 0.075em;
        border-style: none;
        transition: all .3s;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .form_btn_style05 {
        cursor: pointer;
        font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        display: block !important;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        color: #fff;
        font-size: 1.5rem !important;
        font-weight: 500;
        padding: 22px 10px;
        background: #666 url(../images/list_mk002.svg) no-repeat right 10px center;
        background-size: 14px;

        letter-spacing: 0.075em;
        border-style: none;
        transition: all .3s;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    /* ############################# form_contents ############################# */
    /* ############################# title ############################# */
    .title_sp01 {
        width: 100%;
        padding-top: 50px;
    }

    .title_sp01 h3 {
        text-align: center;
        font-family: 'Oswald', sans-serif;
        color: #111;
        font-weight: 500;
        font-size: 3.2rem;
        line-height: 1.0;
        letter-spacing: 0.075em;
    }

    .title_sp02 {
        width: 100%;
        padding-top: 60px;
    }

    .title_sp02 h3 {
        text-align: center;
        font-family: 'Oswald', sans-serif;
        color: #111;
        font-weight: 500;
        font-size: 2.6rem;
        line-height: 1.0;
        letter-spacing: 0.075em;
    }

    .title_sp02 p {
        text-align: center;
        color: #111;
        font-weight: 500;
        font-size: 1.1rem;
        line-height: 1.0;
        letter-spacing: 0.01em;
        margin-top: 6px;
    }

    .title_sp03 {
        width: 100%;
    }

    .title_sp03 h3 {
        text-align: center;
        font-family: 'Oswald', sans-serif;
        color: #111;
        font-weight: 500;
        font-size: 3.0rem;
        line-height: 1.0;
        letter-spacing: 0.075em;
    }

    .title_sp03 p {
        text-align: center;
        color: #111;
        font-weight: 500;
        font-size: 1.1rem;
        line-height: 1.0;
        letter-spacing: 0.01em;
        margin-top: 10px;
    }

    .search_title_sp {
        width: 100%;
        padding: 50px 20px 0;
    }

    .search_title_sp h3 {
        text-align: center;
        color: #111;
        font-weight: 600;
        font-size: 2.0rem;
        letter-spacing: 0.075em;
    }

    .search_title_sp p {
        font-size: 1.2rem;
        line-height: 1.0;
        letter-spacing: 0.075em;
        margin-top: 20px;
    }

    .side_title_sp01 {
        width: 100%;
        border-bottom: 1px dotted #ccc;
        padding: 5px 0 15px;
    }

    .side_title_sp01 h3 {
        text-align: center;
        font-family: 'Oswald', sans-serif;
        color: #111;
        font-weight: 500;
        font-size: 2.6rem;
        line-height: 1.0;
        letter-spacing: 0.075em;
    }

    .side_title_sp01 h4 {
        text-align: center;
        width: 40px;
        margin: 0 auto 10px;
        line-height: 1.0;
    }

    .side_title_sp01 p {
        text-align: center;
        color: #cc0000;
        font-weight: 500;
        font-size: 1.1rem;
        line-height: 1.0;
        letter-spacing: 0.1em;
        margin-top: 10px;
    }


    /* ###### main_title_sp ###### */
    .main_title_sp {
        display: none;
    }

    .main_title_sp01 {
        display: none;
    }

    .sp_main_title_sp {
        position: relative;
        width: 100%;
        height: 180px;
        background-color: #ccc;
    }

    .sp_main_title_sp01 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        width: 90%;
        z-index: 500;
    }

    .sp_main_title_sp h2 {
        color: #fff;
        text-align: center;
        margin: 0 auto;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        font-size: 3.4rem;
        letter-spacing: 0.075em;
        line-height: 1.0;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .access_title {
        background: url(../images/title_img/sp/sp_access_title_backimg.png) no-repeat 50% 50%;
        background-size: cover;
    }

    .mypage_main_title_sp {
        position: relative;
        width: 100%;
        height: 110px;
    }

    .mypage_main_title_sp01 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        width: 80%;
        z-index: 500;
    }

    .mypage_main_title_sp01 h2 {
        color: #111;
        text-align: center;
        margin: 0 auto;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        font-size: 3.8rem;
        letter-spacing: 0.075em;
        line-height: 1.0;
    }

    .page_main_title_sp {
        position: relative;
        width: 100%;
        height: 110px;
    }

    .page_main_title_sp01 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        width: 80%;
        z-index: 500;
    }

    .page_main_title_sp01 h2 {
        color: #111;
        text-align: center;
        margin: 0 auto;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        font-size: 3.8rem;
        letter-spacing: 0.075em;
        line-height: 1.0;
    }

    /* ###### main_title_sp ###### */
    /* ############################# title ############################# */
    /* ############################# side_contents_list_sp ############################# */
    .side_author_sp {
        background-color: #fff;
        padding: 40px 30px;
        margin-bottom: 40px;
        border: 1px dotted #ddd;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .side_author_sp .side_title_sp01 {
        padding-bottom: 0;
        border: none;
    }

    .side_author_sp01 {
        width: 100%;
        padding-top: 25px;
    }

    .side_author_sp01 .side_author_icon {
        width: 50%;
        margin: 0 auto 10px;
    }

    .side_author_sp01 .side_author_icon img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    .side_author_sp01 h3 {
        text-align: center;
        font-size: 1.4rem;
        letter-spacing: 0.075em;
        margin-bottom: 15px;
    }

    .pro_badge {
        line-height: 1.0;
        font-size: 0.8rem;
        color: #fff;
        background-color: #cc0000;
        padding: 3px 5px 4px 6px;
        margin-left: 5px;
    }

    .side_contents_list_sp {
        width: 100%;
        margin-bottom: 40px;
    }

    .side_contents_list {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 20px;
    }

    .side_contents_list .side_contents_thumb {
        position: relative;
        width: 50%;
    }

    .side_contents_list .side_contents_thumb01 {
        position: relative;
        width: 100%;
        height: 102px;
        overflow: hidden;
    }

    .side_contents_list .side_contents_thumb01 img {
        width: 100%;
        height: 102px;
        object-fit: cover;
    }

    .side_contents_list div.event_option_date {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.7);
        left: 0;
        bottom: 0;
        z-index: 500;
        padding: 2px 6px 3px 6px;
    }

    .side_contents_list div.event_option_date p {
        width: 14px;
        margin: 0 auto 4px;
    }

    .side_contents_list div.event_option_date h6 {
        text-align: center;
        font-size: 1.0rem;
        letter-spacing: 0.075em;
        color: #111;
        font-weight: 700;
        line-height: 1.0;
    }

    .side_contents_list .side_contents_thumb .caption {
        display: none;
    }

    .side_contents_list .side_contents_thumb .mask {
        display: none;
    }

    .side_contents_list .side_contents_text {
        width: 50%;
        position: relative;
    }

    .side_contents_list .side_contents_text h3 {
        font-size: 1.4rem;
        line-height: 1.4;
        color: #111;
        font-weight: bold;
        letter-spacing: 0.05em;
        padding-left: 15px;
    }

    .side_contents_list .side_contents_text h3 a, a:link a:visited {
        color: #111;
    }

    .side_contents_list .side_contents_text h3 a:hover {
        color: #cc0000;
    }

    .side_contents_list .list_option_sp {
        border-bottom: 1px dotted #ccc;
        padding: 0 3px 15px;
        margin-top: 10px;
        border-top: none;
    }

    .side_contents_list .side_event_list_option_sp {
        width: 100%;
        border-bottom: 1px dotted #ccc;
        margin-top: 30px;
    }

    /* ############################# side_contents_list_sp ############################# */
    /* ############################# page_contents_sp ############################# */
    .page_contents_sp {
        width: 100%;
    }

    /* ############################# page_contents_sp ############################# */
    /* ############################# footer_sp ############################# */
    .footer_sp {
        width: 100%;
        margin: 1px auto 0;
        background-color: #111;
        padding: 0 0 25px;
    }

    .footer_access_sp {
        width: 100%;
        background-color: #fff;
    }

    .footer_access_left {
        width: 100%;
        height: 300px;
    }

    .footer_access_right {
        width: 100%;
        background-size: 80px;
        background: #c00 url(../images/footer_storeinfo_backimg.svg) no-repeat right 0;
        padding: 40px 7% 60px;
    }

    .footer_access_right h3 {
        font-family: 'Oswald', sans-serif;
        color: #fff;
        font-weight: 500;
        font-size: 3.2rem;
        letter-spacing: 0.075em;
        line-height: 1.3;
    }

    .footer_access_right dl {
        color: #fff;
        font-size: 1.3rem;
        letter-spacing: 0.075em;
        margin-top: 15px;
    }

    .footer_access_right dl dt {
        float: left;
        padding: 12px 0 0 2px;
    }

    .footer_access_right dl dd {
        padding: 12px 0 0 85px;
    }

    .footer_access_right dl dd a {
        color: #fff;
    }

    .footer_sp01 {
        width: 88%;
        margin: 0 auto;
        padding-top: 60px;
    }

    .footer_sp01_left {
        width: 100%;
    }

    .footer_sp01_left h4 {
        text-align: center;
        height: 60px;
        margin: 0 auto;
    }

    .footer_sp01_left h4 img {
        height: 60px;
    }

    .footer_sp01_right {
        width: 100%;
    }

    .footer_list {
        width: 100%;
        margin-top: 40px;
    }

    .footer_list ul {
        font-size: 1.2rem;
        border-top: 1px dotted #333;
    }

    .footer_list ul li {
        border-bottom: 1px dotted #333;
    }

    .footer_list ul li a, a:link a:visited {
        display: block;
        color: #fff;
        background: url(../images/list_mk002.svg) no-repeat 5px center;
        background-size: 14px;
        padding: 14px 10px 14px 23px;
    }

    .footer_list ul li a:hover {
        background-color: #222;
    }

    .footer_list ul li img {
        width: 14px;
        margin-left: 7px;
        vertical-align: middle;
        padding-bottom: 2px;
    }

    .f_nav001 {
        display: none !important;
    }

    .footer_sp02 {
        width: 92%;
        margin: 0 auto;
        padding-top: 40px;
    }

    .footer_sp02 p {
        width: 100px;
        margin: 0 auto;
    }

    p.copy {
        text-align: center;
        padding-top: 40px;
        font-size: 1.0rem;
        color: #fff;
        line-height: 1.0;
        letter-spacing: 0.1em;
    }

    /* ############################# footer_sp ############################# */
    .mb_20px {
        margin-bottom: 20px;
    }

    .mb_30px {
        margin-bottom: 30px;
    }

    .mb_40px {
        margin-bottom: 40px;
    }

    .b_none {
        border: none !important;
    }

    .right {
        text-align: right;
    }

    .center {
        text-align: center;
    }

    .c_black01 {
        color: #111;
    }

    .c_black02 {
        color: #111;
        font-weight: bold;
    }

    .c_red01 {
        color: #c00;
    }

    .c_red02 {
        color: #c00;
        font-weight: bold;
    }


    /* ############################# btn_style ############################# */
    .btn_style01 {
        width: 100%;
        text-align: center;
    }

    .btn_style01 a {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        background: #222 url(../images/list_mk002.svg) no-repeat right 10px center;
        background-size: 14px;
        color: #fff;
        padding: 20px 10px;
    }

    .btn_style01 img {
        width: 11px;
        margin-left: 10px;
        vertical-align: middle;
        padding-bottom: 2px;
    }

    .btn_style02 {
        width: 88%;
        text-align: center;
        margin: 0 auto;
    }

    .btn_style02 a {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        background: #222 url(../images/list_mk002.svg) no-repeat right 10px center;
        background-size: 14px;
        color: #fff;
        padding: 20px 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .btn_style02 img {
        width: 11px;
        margin-left: 10px;
        vertical-align: middle;
        padding-bottom: 2px;
    }

    .btn_style03 {
        width: 100%;
        text-align: center;
    }

    .btn_style03 a {
        display: block;
        width: 100%;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        background: #c00 url(../images/list_mk002.svg) no-repeat right 12px center;
        background-size: 14px;
        color: #fff;
        padding: 16px 0;
    }

    .btn_style03 img {
        width: 11px;
        margin-left: 10px;
        vertical-align: middle;
        padding-bottom: 2px;
    }

    .btn_style04 {
        display: none;
    }

    .btn_style04 a {
        display: none;
    }

    .btn_style05 {
        width: 100%;
        text-align: center;
        margin: 20px auto 0;
    }

    .btn_style05 a {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        background: #222 url(../images/list_mk002.svg) no-repeat right 10px center;
        background-size: 14px;
        color: #fff;
        padding: 20px 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .btn_style06 {
        width: 100%;
        text-align: center;
    }

    .btn_style06 a {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        background: #c00 url(../images/list_mk002.svg) no-repeat right 10px center;
        background-size: 14px;
        color: #fff;
        padding: 20px 10px;
    }

    .submit_btn_style01 {
        cursor: pointer;
        font-family: "Roboto Slab", "Noto Sans JP", 貂ｸ繧ｴ繧ｷ繝�け菴�, "Yu Gothic", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
        text-align: center;
        width: 70%;
        display: block !important;
        color: #fff;
        font-size: 1.4rem !important;
        padding: 14px 0;
        margin: 10px auto 0;
        background-color: #cc0000;
        letter-spacing: 0.075em;
        border-style: none;
        transition: all .3s;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .submit_btn_style01:hover {
        color: #fff;
        background-color: #111;
    }

    .side_follow_btn_style01 {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .side_follow_btn_style01 a {
        display: block;
        width: 100%;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        background-color: #222;
        color: #fff;
        padding: 16px 0;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .side_follow_btn_style01 img {
        width: 22px;
        padding-right: 5px;
        vertical-align: middle;
        padding-bottom: 2px;
    }

    .side_followed_btn_style01 {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        font-size: 1.3rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        background-color: #c00;
        color: #fff;
        padding: 16px 0;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .side_followed_btn_style01 img {
        width: 22px;
        padding-right: 5px;
        vertical-align: middle;
        padding-bottom: 2px;
    }

    .mypage_follow_btn_style01 {
        width: 100%;
        text-align: center;
    }

    .mypage_follow_btn_style01 a, a:link a:visited {
        display: block;
        width: 100%;
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        background-color: #222;
        color: #fff;
        padding: 14px 0;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .mypage_follow_btn_style01 a:hover {
        background-size: 14px;
        background-color: #000;
        color: #fff;
    }

    .mypage_follow_btn_style01 img {
        width: 22px;
        padding-right: 5px;
        vertical-align: middle;
        padding-bottom: 2px;
    }

    .mypage_followed_btn_style01 {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        background-color: #f3f3f3;
        color: #111;
        padding: 14px 0;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .mypage_followed_btn_style01 img {
        width: 22px;
        padding-right: 5px;
        vertical-align: middle;
        padding-bottom: 2px;
    }

    .schedule_prev_btn_style {
        width: 60%;
        text-align: center;
    }

    .schedule_prev_btn_style a {
        display: block;
        width: 100%;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        background: #222 url(../images/list_mk008.svg) no-repeat 10px center;
        background-size: 14px;
        color: #fff;
        padding: 16px 0;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .schedule_next_btn_style {
        width: 60%;
        text-align: center;
        margin-left: 40%;
    }

    .schedule_next_btn_style a {
        display: block;
        width: 100%;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        background: #222 url(../images/list_mk002.svg) no-repeat right 10px center;
        background-size: 14px;
        color: #fff;
        padding: 16px 0;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    /* ############################# btn_style ############################# */
    .pc {
        display: none;
    }

    /*Page access*/
    .access_box {
        padding: 30px 30px 0;
    }

    .access_info th {
        max-width: none;
        width: 100%;
        display: block;
        padding: 10px 5px;
        border-bottom: 1px solid #dcdcdc;
        position: static;
    }

    .access_info td {
        padding: 10px 5px;
        width: 100%;
        display: block;
    }

    .parent-category-banner-wrapper {
        position: relative;
    }

    .parent-category-banner-wrapper .banner-reserva {
        width: 96%;
        margin: 0 auto;
        position: absolute;
        bottom: 40px;
        height: 100px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        border-bottom: 4px solid #c00;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: 0 0 !important;
        font-weight: 700;
        font-size: 23px;
        color: #fff;
        padding-top: 35px;
        transition: all linear 0.3s;
    }

    .parent-category-banner-wrapper .banner-reserva:hover {
        color: #c00;
    }

    .parent-category-banner-wrapper .banner-reserva:hover::after {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .parent-category-banner-wrapper .banner-reserva::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all linear 0.3s;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: -1;
    }

    .parent-category-banner-wrapper .banner-reserva a {
        font-weight: 700;
        font-size: 30px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
