@media screen and (min-width: 768px) {

    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: 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.075em;
    }

    p {
        line-height: 1.8;
        letter-spacing: 0.075em;
    }

    dl {
        line-height: 1.8;
        letter-spacing: 0.075em;
    }

    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: #111111;
        text-decoration: none;
    }

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

    .clearfix {
        min-height: 1px;
    }

    * html .clearfix {
        height: 1px;
    }

    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%;
    }

    #content {
        background-color: #f3f3f3;
    }

    .dialog-war {
        max-width: 730px !important;
        margin-top: 8%;
    }

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

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

    .nike_sb_wrapper {
        position: relative;
        width: 730px;
        height: 430px;
        background-color: #cc0000;
        padding: 40px 0;
    }

    .nike_sb_popup_contents {
        position: relative;
        width: 650px;
        height: 350px;
        background-color: #f3f3f3;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        margin: 0 auto;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }

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

    .nike_sb_popup_contents .close_window a, a:link a:visited {
        font-size: 1.0rem;
        display: block;
        line-height: 1.0;
        text-align: center;
        background-color: #111;
        color: #fff;
        width: 40px;
        height: 40px;
        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_contents .close_window a:hover {
        background-color: #cc0000;
    }

    .nike_sb_popup_contents01 {
        width: 100%;
        height: 350px;
        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;
    }

    .nike_sb_popup_contents01_left {
        width: 50%;
    }

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

    .nike_sb_popup_contents01_right {
        width: 50%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: stretch;
        border-radius: 0 10px 10px 0;
        -webkit-border-radius: 0 10px 10px 0;
        -moz-border-radius: 0 10px 10px 0;
        border: 10px solid #f3f3f3;
        background-color: #fff;
    }

    .nike_sb_popup_contents_form_sp {
        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;
        width: 100%;
        padding: 0 25px;
    }

    .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.3rem;
        font-weight: 500;
        padding-bottom: 8px;
        line-height: 1.0;
    }

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

    .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%;
        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: 22px 10px;
        margin: 0 auto;
        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;
    }

    .cp_form_btn_style01:hover {
        color: #fff;
        background-size: 18px;
        background: #cc0000 url(../images/list_mk002.svg) no-repeat right 3px center;
    }

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

    #spotaka_top a, a:link a:visited {
        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);
    }

    #spotaka_top a:hover {
        background-color: #111;
    }

    /* ############################# header ############################# */
    .header_bar {
        width: 100%;
        height: 60px;
        background-color: #cc0000;
    }

    @media screen and (min-width: 1024px) {
        .google-ad-article-pc {
            display: block;
        }

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

        .header_bar01 {
            position: relative;
            width: 94%;
            margin: 0 auto;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .google-ad-article-pc {
            display: block;
        }

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

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

    }

    a.nav_menu {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 60px;
        height: 60px;
        text-align: center;
        text-decoration: none;
        z-index: 2000;
        cursor: pointer;
    }

    a.nav_menu:hover {
        background-color: #aa0000;
    }

    .menu__line {
        display: block;
        height: 2px;
        position: absolute;
        transition: transform .3s;
        width: 22px;
    }

    .menu__line--top {
        top: 21px;
        left: 19px;
        background-color: #fff;
    }

    .menu__line--center {
        top: 29px;
        left: 19px;
        background-color: #fff;
    }

    .menu__line--bottom {
        bottom: 21px;
        left: 19px;
        background-color: #fff;
    }

    .menu__line--top.active {
        top: 29px;
        background-color: #fff;
        transform: rotate(45deg);
    }

    .menu__line--center.active {
        transform: scaleX(0);
    }

    .menu__line--bottom.active {
        bottom: 29px;
        background-color: #fff;
        transform: rotate(135deg);
    }


    /* ###### gnav ##### */
    @media screen and (min-width: 1024px) {
        .google-ad-article-pc {
            display: block;
        }

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

        .gnav {
            background: rgba(0, 0, 0, 0.7);
            display: none;
            height: 100%;
            position: fixed;
            width: 30%;
            z-index: 1000;
        }

        .gnav__wrap {
            position: relative;
            height: 100%;
        }

        .gnav__wrap01 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            width: 80%;
            border-top: 1px dotted #999;
        }

        ul.gnav__menu01 {
        }

        .gnav__menu__item {
            text-align: center;
            border-bottom: 1px dotted #999;
        }

        .gnav__menu__item a {
            width: 100%;
            display: block;
            color: #fff;
            font-size: 1.2em;
            line-height: 1.0;
            letter-spacing: 0.1em;
            padding: 20px 0;
            text-decoration: none;
            transition: .5s;
            background: url(../images/list_mk002.svg) no-repeat right 10px center;
            background-size: 14px;
        }

        .gnav__menu__item a:hover {
            color: #cc0000;
            background: url(../images/list_mk002.svg) no-repeat right 5px center;
            background-size: 14px;
        }

        .gnav__wrap02 {
            display: none;
        }

        .ac_sp h3.ac_title {
            text-align: center;
            width: 100%;
            display: block;
            color: #fff;
            font-size: 1.2em;
            line-height: 1.0;
            letter-spacing: 0.1em;
            padding: 20px 0;
            text-decoration: none;
            transition: .5s;
            border-bottom: 1px dotted #999;
            cursor: pointer;
        }

        .ac_sp h3.ac_title:hover {
            color: #cc0000;
        }

        .ac_sp h3.ac_title:after {
            content: "";
            position: absolute;
            right: 0;
            background: url(../images/list_mk006.svg) no-repeat right 10px center;
            background-size: 14px;
            padding: 8px 15px;
        }

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

        .gnav__wrap02 {
            display: none;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .google-ad-article-pc {
            display: block;
        }

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

        .gnav {
            background: rgba(0, 0, 0, 0.7);
            display: none;
            height: 100%;
            position: fixed;
            width: 45%;
            z-index: 1000;
        }

        .gnav__wrap {
            position: relative;
            height: 100%;
        }

        .gnav__wrap02 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            width: 80%;
            border-top: 1px dotted #999;
        }

        ul.gnav__menu01 {
        }

        .gnav__menu__item {
            text-align: center;
            border-bottom: 1px dotted #999;
        }

        .gnav__menu__item a {
            width: 100%;
            display: block;
            color: #fff;
            font-size: 1.2em;
            line-height: 1.0;
            letter-spacing: 0.1em;
            padding: 18px 0;
            text-decoration: none;
            transition: .5s;
            background: url(../images/list_mk002.svg) no-repeat right 10px center;
            background-size: 14px;
        }

        .gnav__menu__item a:hover {
            color: #cc0000;
            background: url(../images/list_mk002.svg) no-repeat right 5px center;
            background-size: 14px;
        }

        .ac_sp h3.ac_title {
            text-align: center;
            width: 100%;
            display: block;
            color: #fff;
            font-size: 1.2em;
            line-height: 1.0;
            letter-spacing: 0.1em;
            padding: 18px 0;
            text-decoration: none;
            transition: .5s;
            border-bottom: 1px dotted #999;
            cursor: pointer;
        }

        .ac_sp h3.ac_title:hover {
            color: #cc0000;
        }

        .ac_sp h3.ac_title:after {
            content: "";
            position: absolute;
            right: 0;
            background: url(../images/list_mk006.svg) no-repeat right 10px center;
            background-size: 14px;
            padding: 8px 15px;
        }

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

        .gnav__wrap01 {
            display: none;
        }
    }
    /* ###### gnav ##### */
    /* ###### header_search ##### */
    .header_search {
        width: 55%;
        height: 40px;
        padding-top: 11px;
        margin: 0 0 0 10%;
    }

    .header_search .search-btn:hover {
        filter: alpha(opacity=80);
        opacity: 0.8;
    }

    .header_search02 {
        position: relative;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        background-color: #fff;
    }

    .input_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;
    }

    .input_sp01 {
        position: relative;
        width: 30%;
        display: inline-block;
        border-right: 1px solid #cc0000;
        overflow: hidden;
    }

    .input_sp01 select {
        color: #222;
        font-size: 1.4rem;
        display: inline;
        width: 100%;
        height: 40px;
        padding: 0 15px;
        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;
    }

    .input_sp01::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;
    }

    .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 #ccc;
        border-radius: 2px;
    }

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

    .input_sp02 {
        width: 60%;
    }

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

    .input_sp03 {
        position: relative;
        width: 10%;
    }

    .search_btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        padding: 11px;
        background-color: #fff;
    }

    /* ###### header_search ##### */
    @media screen and (min-width: 1024px) {
        /* ###### index_header ##### */
        .google-ad-article-pc {
            display: block;
        }

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

        .index_header {
            position: absolute;
            top: 60px;
            width: 100%;
            z-index: 100;
        }

        .index_header_sp01 {
            position: relative;
            width: 94%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            margin: 0 auto;
            padding-top: 35px;
        }

        .index_header_sp01 .logo_sp {
            width: 250px;
            z-index: 200;
        }

        .index_header_sp01 .logo_sp h1 {
            height: 60px;
        }

        .index_header_sp01 .logo_sp h1 img {
            height: 60px;
        }

        .index_header_sp01 .global_nav {
            flex: 1;
            z-index: 300;
            padding-top: 5px;
        }

        .index_header_sp01 .global_nav ul {
            font-size: 1.4rem;
            font-weight: 500;
            line-height: 1.0;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

        .index_header_sp01 .global_nav ul li {
            margin-left: 36px;
        }

        .index_header_sp01 .global_nav ul li a, a:link a:visited {
            color: #fff;
            position: relative;
            background: none;
            display: inline-block;
        }

        .index_header_sp01 .global_nav ul li a:before {
            content: "";
            position: absolute;
            display: block;
            background-color: #c00;
            width: 0;
            height: 2px;
            bottom: -7px;
            left: 0;
            -webkit-transition: .3s ease 0s;
            transition: .3s ease 0s;
        }

        .index_header_sp01 .global_nav ul li a:hover {
            color: #c00;
            text-decoration: none;
        }

        .index_header_sp01 .global_nav ul li a:hover:before {
            width: 100%;
        }

        .sp_logo_sp {
            display: none;
        }

        /* ###### index_header ##### */
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        /* ###### index_header ##### */
        .google-ad-article-pc {
            display: block;
        }

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

        .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: 94%;
        }

        .sp_logo_sp h1 {
            width: 100px;
        }

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

        .post_btn_style01 a, a:link a:visited {
            cursor: pointer;
            position: relative;
            display: block;
            text-decoration: none;
            color: #fff;
            font-size: 1.6rem;
            font-weight: 500;
            padding: 20px 10px;
            background-size: 16px 16px;
            background: #c00 url(../images/list_mk002.svg) no-repeat right 15px center;
            transition: all .5s;
            letter-spacing: 0.05em;
            border-radius: 6px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        }

        .post_btn_style01 a:hover {
            background-size: 16px 16px;
            background: #111 url(../images/list_mk002.svg) no-repeat right 10px center;
        }

        /* ###### index_header ##### */
    }

    @media screen and (min-width: 1024px) {
        /* ###### header_sp ##### */
        .google-ad-article-pc {
            display: block;
        }

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

        .header_sp {
            width: 100%;
            height: 94px;
            background-color: #fff;

        }

        .header_sp01 {
            position: relative;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            width: 94%;
            height: 94px;
            margin: 0 auto;
        }

        .header_sp01 .page_logo_sp {
            width: 250px;
            position: relative;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
        }

        .header_sp01 .page_logo_sp h1 {
            height: 50px;
        }

        .header_sp01 .page_logo_sp h1 img {
            height: 50px;
        }

        .header_sp01 .page_global_nav {
            flex: 1;
        }

        .header_sp01 .page_global_nav ul {
            font-size: 1.4rem;
            font-weight: 500;
            line-height: 1.0;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

        .header_sp01 .page_global_nav ul li {
            margin-left: 35px;
        }

        .header_sp01 .page_global_nav ul li:last-child {
            margin-bottom: 0 !important;
        }

        .header_sp01 .page_global_nav ul li a, a:link a:visited {
            position: relative;
            display: inline-block;
            color: #c00;
        }

        .header_sp01 .page_global_nav ul li a:before {
            content: "";
            position: absolute;
            display: block;
            background-color: #111;
            width: 0;
            height: 2px;
            bottom: -7px;
            left: 0;
            -webkit-transition: .3s ease 0s;
            transition: .3s ease 0s;
        }

        .header_sp01 .page_global_nav ul li a:hover {
            color: #111;
            text-decoration: none;
        }

        .header_sp01 .page_global_nav ul li a:hover:before {
            width: 100%;
        }

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

        .post_btn_style01 a, a:link a:visited {
            cursor: pointer;
            position: relative;
            display: block !important;
            text-decoration: none;
            color: #fff !important;
            font-size: 1.6rem;
            font-weight: 500;
            padding: 20px 10px;
            background-size: 16px 16px;
            background: #c00 url(../images/list_mk002.svg) no-repeat right 15px center;
            transition: all .5s;
            letter-spacing: 0.05em;
            border-radius: 6px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        }

        .post_btn_style01 a:hover {
            background-size: 16px 16px;
            background: #111 url(../images/list_mk002.svg) no-repeat right 10px center;
        }

        /* ###### header_sp ##### */
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        /* ###### header_sp ##### */
        .google-ad-article-pc {
            display: block;
        }

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

        .header_sp {
            width: 100%;
            background-color: #fff

        }

        .header_sp01 {
            position: relative;
            width: 94%;
            margin: 0 auto;
        }

        .header_sp01 .page_logo_sp {
            position: absolute;
            height: 50px;
            top: 35px;
            z-index: 200;
        }

        .header_sp01 .page_logo_sp h1 {
            height: 50px;
        }

        .header_sp01 .page_logo_sp h1 img {
            height: 50px;
        }

        .header_sp01 .page_global_nav {
            display: none;
        }

        .header_sp01 .page_global_nav ul {
            display: none;
        }

        /* ###### header_sp ##### */
    }

    .sp_header {
        display: none;
    }

    .sp_header h1 {
        display: none;
    }

    .sp_page_header_sp {
        display: none;
    }

    .sp_page_header_sp h1 {
        display: none;
    }

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

    /* ############################# header ############################# */
    /* ############################# bread ############################# */
    .bread_sp {
        width: 100%;
        background-color: #cc0000;
        z-index: 2;
        position: relative;
    }

    .bread_sp ul {
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.5;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 20px 30px;
    }

    .bread_sp ul li {
        margin-right: 10px;
    }

    .bread_sp ul li.bread_list01 img {
        width: 18px;
    }

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

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

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

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

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

    /* ###### index_main_sp ###### */
    .index_main_sp {
        position: relative;
        width: 100%;
        background-color: #111;
    }

    .index_main_sp p img {
        width: 100%;
    }

    @media screen and (min-width: 1024px) {
        .index_main_catch_sp {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            width: 80%;
            z-index: 500;
        }

        .index_main_catch_sp h2 {
            text-align: center;
            height: 130px;
            margin: 0 auto;
        }

        .index_main_catch_sp h2 img {
            text-align: center;
            height: 130px;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .index_main_catch_sp {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            width: 90%;
            z-index: 500;
        }

        .index_main_catch_sp h2 {
            text-align: center;
            height: 90px;
            margin: 0 auto;
        }

        .index_main_catch_sp h2 img {
            text-align: center;
            height: 90px;
        }
    }

    .sp_index_main_sp {
        display: none;
    }

    .sp_index_main_catch_sp {
        display: none;
    }

    .sp_search_sp {
        display: none;
    }

    /* ###### index_main_sp ###### */
    @media screen and (min-width: 1024px) {

        /* ###### index_contents_sp01 ###### */
        .index_contents_sp01 {
            position: relative;
            width: 70%;
            min-width: 1000px;
            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 40px;
        }

        /* ###### index_contents_sp01_right ###### */
        .index_contents_sp01_right {
            flex: 1;
            margin-top: -60px;
        }

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

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

        .mobile-index_add_sp {
            display: none;
        }

        .index_add_sp p {
            font-size: 1.4rem;
            text-align: center;
            color: #fff;
            padding: 30px 0;
        }

        .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: 40px 80px 40px;
        }

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

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

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

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

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

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

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

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

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

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

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

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

        .latest_contents_list {
            position: relative;
            width: 48%;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-direction: column;
            margin-bottom: 60px;
        }

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

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

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

        .latest_contents_list .latest_contents_thumb .caption {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            font-size: 1.4rem;
            color: #fff;
            letter-spacing: 0.1em;
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
        }

        .latest_contents_list .latest_contents_thumb .mask {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            background-color: rgba(0, 0, 0, 0.4);
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

        .latest_contents_list .latest_contents_thumb:hover .mask {
            opacity: 1; /* マスクを表示する */
        }

        .latest_contents_list .latest_contents_text {
            width: 100%;
            padding: 15px;
            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.8rem;
            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 {
            font-size: 1.3rem;
            color: #545454;
            letter-spacing: 0.075em;
            margin-top: 20px;
            /*padding-bottom: 25px;*/
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            margin-bottom: 0;
            display: -webkit-box;
            overflow: hidden;
        }

        .latest_contents_list .list_option_sp {
            border-top: 1px dotted #ddd;
            border-bottom: 1px dotted #ddd;
            padding: 15px;
            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: 15px;
        }

        .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.4rem;
            letter-spacing: 0.1em;
            color: #111;
            font-weight: 700;
            line-height: 1.0;
        }

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

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

        p.event_icon {
            position: absolute;
            top: -20px;
            left: -20px;
            width: 60px;
            height: 60px;
            font-family: 'Oswald', sans-serif;
            text-align: center;
            color: #fff;
            font-weight: 400;
            font-size: 1.0rem;
            line-height: 60px;
            letter-spacing: 0.1em;
            background-color: #a00;
            z-index: 50;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            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: 50%;
        }

        .latest_bottom_right {
            width: 50%;
        }

        /* ###### latest_bottom_sp ###### */
        /* ###### index_contents_sp01_right ###### */
        /* ###### index_contents_sp01 ###### */

    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {

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

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

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

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

        .index_add_sp p {
            font-size: 1.4rem;
            text-align: center;
            color: #fff;
            padding: 40px 0;
        }

        .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: 40px 60px 40px;
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .latest_contents_list .latest_contents_thumb .caption {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            font-size: 1.4rem;
            color: #fff;
            letter-spacing: 0.1em;
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
        }

        .latest_contents_list .latest_contents_thumb .mask {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            background-color: rgba(0, 0, 0, 0.4);
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

        .latest_contents_list .latest_contents_thumb:hover .mask {
            opacity: 1; /* マスクを表示する */
        }

        .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.8rem;
            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 {
            font-size: 1.3rem;
            color: #545454;
            letter-spacing: 0.075em;
            margin-top: 20px;
            padding-bottom: 25px;
        }

        .latest_contents_list .list_option_sp {
            border-top: 1px dotted #ddd;
            border-bottom: 1px dotted #ddd;
            padding: 18px 3px;
            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;
        }

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

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

        p.event_icon {
            position: absolute;
            top: -20px;
            left: -20px;
            width: 60px;
            height: 60px;
            font-family: 'Oswald', sans-serif;
            text-align: center;
            color: #fff;
            font-weight: 400;
            font-size: 1.0rem;
            line-height: 60px;
            letter-spacing: 0.1em;
            background-color: #a00;
            z-index: 50;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            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: 50%;
        }

        .latest_bottom_right {
            width: 50%;
        }

        /* ###### 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;
        margin-top: auto;
    }

    .event_list_option_list {
        width: 50%;
    }

    /* ###### list_option_sp ###### */
    /* ############################# index_contents ############################# */
    /* ############################# cat_list_contents ############################# */
    @media screen and (min-width: 1024px) {
        .cat_list_contents_sp {
            width: 100%;
            background: url(../images/page_backimg.svg) no-repeat -5px 100%;
            background-size: 40%;
            padding-bottom: 40px;
        }

        /* ###### cat_list_contents_sp01 ###### */
        .cat_list_contents_sp01 {
            position: relative;
            width: 70%;
            min-width: 1000px;
            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;
        }


        /* ###### cat_list_contents_sp01_left ###### */
        .cat_list_contents_sp01_left {
            width: 20%;
            min-width: 230px;
            padding-right: 30px;
            padding-top: 60px;
        }

        /* ###### cat_list_contents_sp01_left ###### */
        /* ###### cat_list_contents_sp01_right ###### */
        .cat_list_contents_sp01_right {
            flex: 1;
            margin-top: -40px;
        }

        .cat_list_contents_sp01_right01 {
            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: #fff;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            margin-bottom: 60px;
        }

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

        .cat_list_latest_contents_sp {
            width: 100%;
        }

        .cat_list_latest_contents_sp01 {
            width: 100%;
        }

        .cat_list_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: 30px 50px 0;
        }

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

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

        .cat_list_contents_sp01_right01_right {
            width: 25%;
            background-color: #f3f3f3;
            border-left: 1px dotted #ddd;
            padding-bottom: 40px;
        }

        /* ###### cat_list_contents_sp01_right ###### */
        /* ###### cat_list_contents_sp01 ###### */
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .cat_list_contents_sp {
            width: 100%;
            background: url(../images/page_backimg.svg) no-repeat -5px 100%;
            background-size: 50%;
            padding-bottom: 40px;
        }

        .cat_list_contents_sp .sp_logo_sp {
            display: none;
        }

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


        /* ###### 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: 94%;
            margin: -40px auto 0;
        }

        .cat_list_contents_sp01_right01 {
            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: #fff;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            margin-bottom: 60px;
        }

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

        .cat_list_latest_contents_sp {
            width: 100%;
        }

        .cat_list_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: 30px 40px 0;
        }

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

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

        .cat_list_latest_contents .latest_contents_list .latest_contents_text p.latest_contents_desc {
            font-size: 1.2rem;
            color: #545454;
            letter-spacing: 0.075em;
            margin-top: 20px;
            padding-bottom: 25px;
        }

        .cat_list_contents_sp01_right01_right {
            width: 25%;
            background-color: #f3f3f3;
            border-left: 1px dotted #ddd;
            padding-bottom: 40px;
        }


        /* ###### index_contents_sp01_right ###### */
        /* ###### cat_list_contents_sp01 ###### */

    }
    /* ###### page_nav_sp ###### */
    @media screen and (min-width: 1024px) {
        .page_nav_sp {
            position: relative;
            width: 100%;
            padding: 0 50px;
            margin-top: 40px;
        }

        .page_nav_sp ul {
            text-align: center;
            font-size: 1.3rem;
            line-height: 1.0;
        }

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

        .page_nav_sp ul li a, a:link a:visited {
            text-align: center;
            display: block;
            width: 50px;
            height: 50px;
            background-color: #222;
            color: #fff;
            line-height: 50px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

        .page_nav_sp ul li a:hover {
            background-color: #000;
        }

        .page_nav_sp ul li.page_nav_active {
            text-align: center;
            width: 50px;
            height: 50px;
            background-color: #fff;
            color: #111;
            font-weight: bold;
            line-height: 50px;
            border: 1px solid #ddd;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

        .page_nav_sp ul li.page_nav_omission {
            text-align: center;
            color: #222;
            width: 36px;
            height: 50px;
            background-color: #fff;
            line-height: 50px;
        }

        .page_nav_sp .page_nav_prev {
            position: absolute;
            top: 0;
            left: 30px;
        }

        .page_nav_sp .page_nav_prev img {
            width: 50px;
            height: 50px;
            padding: 15px;
        }

        .page_nav_sp .page_nav_next {
            position: absolute;
            top: 0;
            right: 25px;
        }

        .page_nav_sp .page_nav_next img {
            width: 50px;
            height: 50px;
            padding: 15px;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .page_nav_sp {
            position: relative;
            width: 100%;
            padding: 0 40px 60px;
            margin-top: 40px;
        }

        .page_nav_sp ul {
            text-align: center;
            font-size: 1.3rem;
            line-height: 1.0;
        }

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

        .page_nav_sp ul li a, a:link a:visited {
            text-align: center;
            display: block;
            width: 45px;
            height: 45px;
            background-color: #222;
            color: #fff;
            line-height: 45px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

        .page_nav_sp ul li a:hover {
            background-color: #000;
        }

        .page_nav_sp ul li.page_nav_active {
            text-align: center;
            width: 45px;
            height: 45px;
            background-color: #fff;
            color: #111;
            font-weight: bold;
            line-height: 45px;
            border: 1px solid #ddd;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

        .page_nav_sp ul li.page_nav_omission {
            text-align: center;
            color: #222;
            width: 36px;
            height: 45px;
            background-color: #fff;
            line-height: 45px;
        }

        .page_nav_sp .page_nav_prev {
            position: absolute;
            top: 0;
            left: 25px;
        }

        .page_nav_sp .page_nav_prev img {
            width: 45px;
            height: 45px;
            padding: 15px;
        }

        .page_nav_sp .page_nav_next {
            position: absolute;
            top: 0;
            right: 20px;
        }

        .page_nav_sp .page_nav_next img {
            width: 45px;
            height: 45px;
            padding: 15px;
        }
    }

    .sp_page_nav_sp {
        display: none;
    }

    /* ###### page_nav_sp ###### */
    /* ############################# cat_list_contents ############################# */
    /* ############################# post_contents ############################# */
    @media screen and (min-width: 1024px) {
        .post_contents_sp {
            width: 100%;
            background: url(../images/page_backimg.svg) no-repeat -5px 100%;
            background-size: 40%;
            padding-bottom: 40px;
        }

        /* ###### post_contents_sp01 ###### */
        .post_contents_sp01 {
            position: relative;
            width: 94%;
            min-width: 1000px;
            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;
        }


        /* ###### post_contents_sp01_left ###### */
        .post_contents_sp01_left {
            width: 20%;
            min-width: 230px;
            padding-right: 30px;
            padding-top: 60px;
        }

        /* ###### post_contents_sp01_left ###### */
        /* ###### post_contents_sp01_right ###### */
        .post_contents_sp01_right {
            flex: 1;
            margin-top: -40px;
        }

        .post_contents_sp01_right01 {
            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: #fff;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            margin-bottom: 60px;
        }

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

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

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

        .post_event_map_sp01 {
            width: 100%;
            height: 360px;
            margin-top: 40px;
        }

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

        .post_event_schedule_sp01 {
            width: 100%;
            height: 300px;
            background-color: #f3f3f3;
            margin: 40px 0 20px;
        }

        .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 50px 60px;
        }

        .post_share_sp_left ul li.post_share_pick_btn {
            display: block;
            font-weight: 700;
            background-color: #fff;
            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 p.pick_count {
            font-size: 1.3rem;
            letter-spacing: 0.075em;
            font-weight: 500;
            padding: 12px 0;
        }

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

        .post_share_sp_left ul li.post_share_pick_btn a:hover {
            background-color: #f3f3f3;
            color: #c00;
        }

        .post_share_sp_left ul li.post_share_like_btn {
            display: block;
            font-weight: 700;
            background-color: #fff;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border: 1px solid #ddd;
        }

        .post_share_sp_left ul li.post_share_like_btn p.like_count {
            font-size: 1.3rem;
            letter-spacing: 0.075em;
            font-weight: 500;
            padding: 12px 0;
        }

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

        .post_share_sp_left ul li.post_share_like_btn a:hover {
            background-color: #f3f3f3;
            color: #c00;
        }

        .post_share_sp_left ul li.post_share_join_btn {
            display: block;
            font-weight: 700;
            background-color: #fff;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border: 1px solid #ddd;
        }

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

        .post_share_sp_left ul li.post_share_join_btn a:hover {
            background-color: #f3f3f3;
            color: #c00;
        }

        .post_share_sp_left ul li.post_share_invite_btn {
            display: block;
            font-weight: 700;
            background-color: #fff;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border: 1px solid #ddd;
        }

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

        .post_share_sp_left ul li.post_share_invite_btn a:hover {
            background-color: #f3f3f3;
            color: #c00;
        }

        .post_share_sp_left ul li.post_share_picked_btn {
            display: block;
            font-weight: 700;
            background-color: #fff;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border: 1px solid #ddd;
        }

        .post_share_sp_left ul li.post_share_picked_btn p.pick_count {
            font-size: 1.3rem;
            letter-spacing: 0.075em;
            font-weight: 500;
            padding: 12px 0;
        }

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

        .post_share_sp_left ul li.post_share_liked_btn {
            display: block;
            font-weight: 700;
            background-color: #fff;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border: 1px solid #ddd;
        }

        .post_share_sp_left ul li.post_share_liked_btn p.like_count {
            font-size: 1.3rem;
            letter-spacing: 0.075em;
            font-weight: 500;
            padding: 12px 0;
        }

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

        .post_share_sp_left ul li img {
            width: 22px;
            padding-right: 4px;
            vertical-align: middle;
            padding-bottom: 4px;
        }

        .post_tag_sp {
            width: 100%;
            background-color: #f3f3f3;
            padding: 40px 50px 34px;
        }

        .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: 40px 50px 0;
        }

        .post_event_author_sp01_left {
            width: 15%;
        }

        .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: 81%;
            border: 1px dotted #ddd;
            margin-left: 3%;
            padding: 25px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

        .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: 15px;
            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: 35px 40px 0 50px;
        }

        .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: 10%;
            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 {
            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 40px 0;
        }

        .post_latest_contents .post_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: 7px 10px;
        }

        .post_latest_contents .post_latest_contents_list div.event_option_date p {
            width: 16px;
            margin: 0 auto 6px;
        }

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

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

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

        .post_comment_sp {
            width: 100%;
        }

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


        .post_contents_sp01_right01_right {
            width: 25%;
            background-color: #f3f3f3;
            border-left: 1px dotted #ddd;
            padding-bottom: 40px;
        }

        /* ###### post_contents_sp01_right ###### */
        /* ###### post_contents_sp01 ###### */
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .post_contents_sp {
            width: 100%;
            background: url(../images/page_backimg.svg) no-repeat -5px 100%;
            background-size: 50%;
            padding-bottom: 40px;
        }

        .post_contents_sp .sp_logo_sp {
            display: none;
        }

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


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

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

        .post_contents_sp01_right01 {
            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: #fff;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            margin-bottom: 60px;
        }

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

        .post_detail_sp {
            width: 100%;
            padding: 60px 40px 80px 0;
        }

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

        .post_event_map_sp01 {
            width: 100%;
            height: 300px;
            margin-top: 40px;
        }

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

        .post_event_schedule_sp01 {
            width: 100%;
            height: 300px;
            background-color: #f3f3f3;
            margin: 40px 0 20px;
        }

        .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 40px 60px;
        }

        .post_share_sp_left ul li.post_share_pick_btn {
            display: block;
            font-size: 1.3rem;
            font-weight: 700;
            background-color: #fff;
            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 p.pick_count {
            font-size: 1.2rem;
            letter-spacing: 0.075em;
            font-weight: 500;
            padding: 12px 0;
        }

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

        .post_share_sp_left ul li.post_share_pick_btn a:hover {
            background-color: #f3f3f3;
            color: #c00;
        }

        .post_share_sp_left ul li.post_share_like_btn {
            display: block;
            font-weight: 700;
            background-color: #fff;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border: 1px solid #ddd;
        }

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

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

        .post_share_sp_left ul li.post_share_like_btn a:hover {
            background-color: #f3f3f3;
            color: #c00;
        }

        .post_share_sp_left ul li.post_share_join_btn {
            display: block;
            font-weight: 700;
            background-color: #fff;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border: 1px solid #ddd;
        }

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

        .post_share_sp_left ul li.post_share_join_btn a:hover {
            background-color: #f3f3f3;
            color: #c00;
        }

        .post_share_sp_left ul li.post_share_invite_btn {
            display: block;
            font-weight: 700;
            background-color: #fff;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border: 1px solid #ddd;
        }

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

        .post_share_sp_left ul li.post_share_invite_btn a:hover {
            background-color: #f3f3f3;
            color: #c00;
        }

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

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

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

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

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

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

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

        .post_tag_sp {
            width: 100%;
            background-color: #f3f3f3;
            padding: 40px 40px 34px;
        }

        .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: 40px 40px 0;
        }

        .post_event_author_sp01_left {
            width: 15%;
        }

        .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: 81%;
            border: 1px dotted #ddd;
            margin-left: 3%;
            padding: 25px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

        .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: 15px;
            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: 35px 30px 0 40px;
        }

        .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: 12.5%;
            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 {
            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 35px 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 7px 6px 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 .post_latest_contents_list .post_latest_contents_thumb01 {
            position: relative;
            width: 100%;
            height: 97px;
            overflow: hidden;
        }

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

        .post_comment_sp {
            width: 100%;
        }

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


        .post_contents_sp01_right01_right {
            width: 25%;
            background-color: #f3f3f3;
            border-left: 1px dotted #ddd;
            padding-bottom: 40px;
        }

        /* ###### post_contents_sp01_right ###### */
        /* ###### post_contents_sp01 ###### */
    }

    /* ###### post_detail_sp ###### */
    @media screen and (min-width: 1024px) {
        .post_detail_title_sp {
            width: 100%;
        }

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

        .post_detail_title_sp .post_detail_option_sp {
            width: 100%;
            margin-top: 20px;
            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-start;
            padding-left: 40px;
        }

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

        .post_detail_title_sp .post_detail_option_sp ul li.option_date {
            color: #545454;
            font-size: 15px;
        }

        .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;
            margin-top: 30px;
        }

        .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 20px !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: 30px;
            margin-bottom: 5px;
        }

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

        .post_detail_sp h2 {
            font-size: 2.8rem;
            line-height: 1.6;
            color: #111;
            font-weight: 700;
            letter-spacing: 0.05em;
            margin: 60px 0 0 45px;
        }

        .post_detail_sp h3 {
            font-size: 2.2rem;
            line-height: 1.6;
            color: #111;
            font-weight: 500;
            letter-spacing: 0.05em;
            margin: 60px 0 0 45px;
        }

        .post_detail_sp h3 p {
            margin-left: 0;
        }

        .post_detail_sp h4 {
            display: inline-block;
            font-size: 1.8rem;
            line-height: 1.5;
            color: #c00;
            font-weight: 500;
            letter-spacing: 0.05em;
            margin: 45px 0 0 45px;
            border-bottom: 3px solid #c00;
            padding-bottom: 5px;
        }

        .post_detail_sp h5 {
            display: inline-block;
            font-size: 1.4rem;
            line-height: 1.4;
            color: #c00;
            font-weight: 500;
            letter-spacing: 0.05em;
            margin: 35px 0 0 45px;
            border-bottom: 3px solid #c00;
            padding-bottom: 5px;
        }

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

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

        .post_detail_sp ul {
            font-size: 1.4rem;
            letter-spacing: 0.075em;
            margin: 40px 0 0 45px;
            border: 1px dotted #ddd;
            padding: 28px 40px 40px 40px;
        }

        .post_detail_sp ul li {
            margin-top: 12px;
            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.4rem;
            letter-spacing: 0.075em;
            margin: 40px 0 0 45px;
            border: 1px dotted #ddd;
            padding: 28px 40px 40px 40px;
        }

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

        .post_detail_sp table {
            font-size: 1.4rem;
            line-height: 1.6;
            letter-spacing: 0.075em;
            border-top: 1px dotted #ddd;
            border-left: 1px dotted #ddd;
            margin: 45px 0 0 45px;
        }

        .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 45px;
            padding-bottom: 15px;
            border-bottom: 1px dotted #ddd;
        }

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

        .post_detail_sp a, a:link a:visited {
            display: inline-block;
            font-size: 1.4rem;
            letter-spacing: 0.075em;
            margin: 40px 0 0 45px;
            text-decoration: underline;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .post_detail_title_sp {
            width: 100%;
        }

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

        .post_detail_title_sp .post_detail_option_sp {
            width: 100%;
            margin-top: 20px;
            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.075em;
            border: none;
            padding: 0;
            margin: 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;
            margin-top: 20px;
        }

        .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 20px !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: 30px;
            margin-bottom: 5px;
        }

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

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

        .post_detail_sp h3 {
            font-size: 2.2rem;
            line-height: 1.6;
            color: #111;
            font-weight: 500;
            letter-spacing: 0.05em;
            margin: 60px 0 0 45px;
        }

        .post_detail_sp h4 {
            display: inline-block;
            font-size: 1.8rem;
            line-height: 1.5;
            color: #c00;
            font-weight: 500;
            letter-spacing: 0.05em;
            margin: 45px 0 0 45px;
            border-bottom: 3px solid #c00;
            padding-bottom: 5px;
        }

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

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

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

        .post_detail_sp ul li {
            margin-top: 12px;
            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.4rem;
            letter-spacing: 0.075em;
            margin: 40px 0 0 40px;
            border: 1px dotted #ddd;
            padding: 18px 30px 30px 30px;
        }

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

        .post_detail_sp table {
            font-size: 1.4rem;
            line-height: 1.6;
            letter-spacing: 0.075em;
            border-top: 1px dotted #ddd;
            border-left: 1px dotted #ddd;
            margin: 40px 0 0 40px;
        }

        .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 40px;
            padding-bottom: 15px;
            border-bottom: 1px dotted #ddd;
        }

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

        .post_detail_sp a, a:link a:visited {
            display: inline-block;
            font-size: 1.4rem;
            letter-spacing: 0.075em;
            margin: 40px 0 0 40px;
            text-decoration: underline;
        }
    }
    /* ###### post_detail_sp ###### */
    .post_share_sp_left {
        position: relative;
        width: 100%;
        background-color: #f3f3f3;
        border: 1px dotted #ddd;
        margin-bottom: 25px;
        padding: 30px 0;
    }

    .post_share_sp_left ul {
        text-align: center;
        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;
        font-size: 1.4rem;
    }

    .post_share_sp_left ul li {
        margin: 0 3px;
    }

    .post_share_sp_right {
        width: 100%;
    }

    .post_share_sp_right 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: 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;
        text-transform: capitalize;
    }

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

    li.fb:hover {
        background-color: #263970;
    }

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

    li.tweet:hover {
        background-color: #4a92e1;
    }

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

    li.ht:hover {
        background-color: #2a6dcc;
    }

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

    li.pk:hover {
        background-color: #d4363c;
    }

    li.fb span:before {
        font-family: "Font Awesome 5 Free", serif;
        content: "\f39e";
        padding-right: .4em;
        font-weight: 900;
    }

    li.tweet span:before {
        font-family: "Font Awesome 5 Free", serif;
        content: "\f099";
        padding-right: .4em;
        font-size: 1.4rem;
        font-weight: 900;
    }

    li.ht span:before {
        content: "B!";
        padding-right: .4em;
        font-size: 1.4rem;
        font-family: Verdana, serif;
        vertical-align: middle;
    }

    li.pk span:before {
        font-family: "Font Awesome 5 Free", serif;
        content: "\f265";
        padding-right: .4em;
        font-weight: 900;
    }

    .post_tag_sp ul {
        font-size: 1.2rem;
        letter-spacing: 0.075em;
    }

    .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_latest_contents_list {
        position: relative;
        width: 33.33333%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        padding: 0 5px;
    }

    .post_latest_contents_list .post_latest_contents_thumb {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-bottom: 25px;
    }

    .post_latest_contents_list .post_latest_contents_thumb .caption {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        font-size: 1.3rem;
        color: #fff;
        letter-spacing: 0.1em;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
    }

    .post_latest_contents_list .post_latest_contents_thumb .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .post_latest_contents_list .post_latest_contents_thumb:hover .mask {
        opacity: 1; /* マスクを表示する */
    }

    .post_latest_contents_list .post_latest_contents_text {
        width: 100%;
        position: relative;
        padding-bottom: 25px;
    }

    .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-top: 1px dotted #ddd;
        border-bottom: 1px dotted #ddd;
        padding: 18px 3px;
        margin-top: auto;
    }

    .post_comment_send_sp {
        width: 100%;
        padding: 40px 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: 140px;
    }

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

    .post_comment_list {
        width: 100%;
        border: 1px dotted #ddd;
        margin: 10px 0 20px;
    }

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

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

    p.comment_avatar_icon {
        width: 50px;
    }

    p.comment_avatar_icon img {
        width: 50px;
        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: 15px 30px 30px;
        background-color: #f3f3f3;
    }

    .post_comment_list .post_comment_detail p {
        font-size: 1.3rem;
        line-height: 1.6;
        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;
        justify-content: flex-end;
    }

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

    .post_comment_list .post_comment_detail .post_comment_detail_option_sp ul li img {
        width: 18px;
        padding-right: 3px;
    }

    .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 label:hover {
        color: #111;
    }

    .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: 90%;
        margin: 20px 0 0 10%;
        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: 65px;
        margin-top: 15px;
    }

    .post_comment_rep_list_sp .post_comment_rep_avatar {
        width: 40px;
    }

    .post_comment_rep_list_sp .post_comment_rep_avatar p img {
        width: 40px;
        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: 15px;
        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.3rem;
        line-height: 1.6;
        letter-spacing: 0.075em;
        margin-top: 15px;
    }

    .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: 30%;
        font-size: 1.1rem;
        color: #111;
        margin-top: 0;
    }

    .post_comment_rep_list_sp .post_comment_rep_detail .post_comment_rep_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_rep_list_sp .post_comment_rep_detail .post_comment_rep_option_sp ul li {
        margin-left: 13px;
    }

    .post_comment_rep_list_sp .post_comment_rep_detail .post_comment_rep_option_sp ul li img {
        width: 18px;
        padding-right: 3px;
    }

    /* ############################# post_contents ############################# */
    /* ############################# setting_contents ############################# */
    @media screen and (min-width: 1024px) {
        .setting_contents_sp {
            width: 100%;
            background: url(../images/page_backimg.svg) no-repeat -5px 100%;
            background-size: 40%;
            padding-bottom: 40px;
        }

        /* ###### setting_contents_sp01 ###### */
        .setting_contents_sp01 {
            position: relative;
            width: 70%;
            min-width: 1050px;
            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;
        }

        /* ###### setting_contents_sp01_left ###### */
        .setting_contents_sp01_left {
            width: 20%;
            min-width: 230px;
            padding-right: 30px;
            padding-top: 60px;
        }

        .side_setting_nav_sp {
            width: 100%;
        }

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

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

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

        .side_setting_nav_sp ul li a:hover {
            background: url(../images/list_mk001.svg) no-repeat right 5px center;
            background-size: 14px;
            background-color: #fff;
        }

        .side_setting_nav_sp ul li a img {
            width: 20px;
            padding-right: 5px;
            padding-bottom: 2px;
        }

        .side_setting_nav_sp ul li.side_setting_nav_active {
            display: block;
            color: #111;
            font-weight: 500;
            width: 100%;
            padding: 12px 13px;
            background: url(../images/list_mk001.svg) no-repeat right 10px center;
            background-size: 14px;
            background-color: #fff;
        }

        .side_setting_nav_sp ul li.side_setting_nav_active img {
            width: 20px;
            padding-right: 5px;
            padding-bottom: 2px;
        }

        /* ###### setting_contents_sp01_left ###### */
        /* ###### setting_contents_sp01_right ###### */
        .setting_contents_sp01_right {
            flex: 1;
            margin-top: -40px;
        }

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

        .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 0 100px;
        }

        .form_contents_sp01 form dl dd {
            font-size: 1.3rem;
            border-bottom: 1px dotted #ddd;
            padding: 20px 0px 20px 140px;
        }


        /* setting_status_sp */
        .setting_status_sp {
            width: 100%;
            padding: 0 60px;
        }

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

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

        .setting_status_sp01 dl {
            font-size: 1.4rem;
            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;
            margin-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px dotted #ddd;
        }

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

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

        .setting_status_sp02 {
            width: 100%;
            border-top: 1px dotted #ddd;
            margin: 40px 0 0;
            padding: 40px 5px;
            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;
        }

        .setting_status_sp02 h4 {
            font-size: 1.4rem;
            letter-spacing: 0.075em;
            width: 180px;
            color: #111;
            font-weight: 500;
        }

        .setting_status_sp02 dl {
            font-size: 1.4rem;
            letter-spacing: 0.075em;
            flex: 1;
            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;
        }

        .setting_status_sp02 dl dt {
            width: 50%;
            line-height: 1.0;
        }

        .setting_status_sp02 dl dd {
            width: 50%;
        }

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

        .setting_status_sp03 {
            width: 100%;
            border-top: 1px dotted #ddd;
            border-bottom: 1px dotted #ddd;
            padding: 0 5px;
            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;
        }

        .setting_status_sp03 h4 {
            font-size: 1.4rem;
            letter-spacing: 0.075em;
            line-height: 1.8;
            width: 180px;
            color: #111;
            font-weight: 500;
            padding-top: 40px;
        }

        .setting_status_sp03 dl {
            width: 100%;
            font-size: 1.4rem;
            letter-spacing: 0.075em;
            flex: 1;
            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;
        }

        .setting_status_sp03 dl dt {
            width: 50%;
            padding: 40px 0;
            border-bottom: 1px dotted #ddd;
        }

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

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

        .setting_status_sp03 dl dt div.plan_title p {
            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.8rem;
        }

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

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

        .setting_status_sp03 dl dd {
            width: 50%;
            padding: 40px 0;
            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;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 40px 0;
            border-bottom: 1px dotted #ddd;
        }

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

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

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

        .setting_payment_history_sp02 {
            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: stretch;
            border-top: 1px dotted #ddd;
            border-left: 1px dotted #ddd;
            border-right: 1px dotted #ddd;
        }

        .setting_payment_history_sp02_left {
            width: 25%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #111;
            padding: 0 30px;
            background-color: #f3f3f3;
            border-bottom: 1px dotted #ddd;
        }

        .setting_payment_history_sp02_left h4 {
            font-size: 1.3rem;
            color: #111;
            letter-spacing: 0.075em;
        }

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

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

        /* setting_payment_history_sp */
        .setting_contents_sp01_right01 .bottom_setting_nav_sp {
            display: none;
        }

        .setting_contents_sp01_right01 .bottom_setting_nav_sp .bottom_setting_nav_sp01 {
            display: none;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .setting_contents_sp {
            width: 100%;
            background: url(../images/page_backimg.svg) no-repeat -5px 100%;
            background-size: 50%;
            padding-bottom: 40px;
        }

        .setting_contents_sp .sp_logo_sp {
            display: none;
        }

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

        /* ###### 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: 0 auto 60px;
        }

        .setting_contents_sp01_right01 {
            width: 100%;
            background-color: #fff;
            box-shadow: 0px 0px 20px 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 40px 100px;
        }

        .setting_detail_sp .form_contents_sp01 form dl dd {
            font-size: 1.3rem;
            border-bottom: 1px dotted #ddd;
            padding: 20px 0px 20px 190px !important;
        }

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

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

        .setting_status_sp01 h4 {
            text-align: center;
            color: #111;
            font-size: 1.8rem;
            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;
            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: 10px;
            padding-bottom: 10px;
            border-bottom: 1px dotted #ddd;
        }

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

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

        .setting_status_sp02 {
            width: 100%;
            border-top: 1px dotted #ddd;
            margin: 40px 0 0;
            padding: 30px 5px;
            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;
        }

        .setting_status_sp02 h4 {
            font-size: 1.3rem;
            letter-spacing: 0.075em;
            width: 180px;
            color: #111;
            font-weight: 500;
        }

        .setting_status_sp02 dl {
            font-size: 1.3rem;
            letter-spacing: 0.075em;
            flex: 1;
            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;
        }

        .setting_status_sp02 dl dt {
            width: 50%;
            line-height: 1.0;
        }

        .setting_status_sp02 dl dd {
            width: 50%;
        }

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

        .setting_status_sp03 {
            width: 100%;
            border-top: 1px dotted #ddd;
            border-bottom: 1px dotted #ddd;
            padding: 0 5px;
            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;
        }

        .setting_status_sp03 h4 {
            font-size: 1.4rem;
            letter-spacing: 0.075em;
            line-height: 1.8;
            width: 180px;
            color: #111;
            font-weight: 500;
            padding-top: 30px;
        }

        .setting_status_sp03 dl {
            width: 100%;
            font-size: 1.3rem;
            letter-spacing: 0.075em;
            flex: 1;
            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;
        }

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

        .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.6rem;
            line-height: 1.3;
            letter-spacing: 0.075em;
        }

        .setting_status_sp03 dl dt div.plan_title p {
            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.8rem;
        }

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

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

        .setting_status_sp03 dl dd {
            width: 50%;
            padding: 30px 0;
            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;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 40px 0;
            border-bottom: 1px dotted #ddd;
        }

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

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

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

        .setting_payment_history_sp02 {
            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: stretch;
            border-top: 1px dotted #ddd;
            border-left: 1px dotted #ddd;
            border-right: 1px dotted #ddd;
        }

        .setting_payment_history_sp02_left {
            width: 25%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #111;
            padding: 0 30px;
            background-color: #f3f3f3;
            border-bottom: 1px dotted #ddd;
        }

        .setting_payment_history_sp02_left h4 {
            font-size: 1.3rem;
            color: #111;
            letter-spacing: 0.075em;
        }

        .setting_payment_history_sp02_right {
            width: 75%;
            padding: 20px 25px 30px;
            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%;
            padding: 20px 20px 0;
        }

        .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 ############################# */
    /* ############################# access_contents ############################# */
    @media screen and (min-width: 1024px) {
        .access_contents_sp {
            width: 100%;
            background: url(../images/page_backimg.svg) no-repeat -5px 100%;
            background-size: 40%;
            padding-bottom: 40px;
        }

        /* ###### access_contents_sp01 ###### */
        .access_contents_sp01 {
            position: relative;
            width: 94%;
            min-width: 1000px;
            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;
        }

        /* ###### access_contents_sp01_left ###### */
        .access_contents_sp01_left {
            width: 20%;
            min-width: 230px;
            padding-right: 30px;
            padding-top: 60px;
        }

        /* ###### access_contents_sp01_left ###### */
        /* ###### access_contents_sp01_right ###### */
        .access_contents_sp01_right {
            flex: 1;
        }

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

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

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

        .access_detail_sp01 iframe {
            height: 400px;
        }

        .access_detail_sp01 h4 {
            text-align: center;
            color: #111;
            font-size: 2.0rem;
            font-weight: 700;
            letter-spacing: 0.075em;
            margin-top: 40px;
        }

        .access_detail_sp01_02 {
            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: 20px;
        }

        .access_detail_sp01_02 dl {
            width: 60%;
            font-size: 1.4rem;
            letter-spacing: 0.075em;
            padding-right: 40px;
        }

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

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

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

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

        .access_detail_sp01_02 p img {
            width: 15px;
        }

        .access_list_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;
            border-bottom: 1px dotted #ddd;
            padding: 40px 0;
        }

        .access_list_sp_left {
            width: 150px;
        }

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

        .access_list_sp_right {
            flex: 1;
            padding-left: 40px;
        }

        .access_list_sp_right h4 {
            color: #111;
            font-size: 2.0rem;
            font-weight: 700;
            letter-spacing: 0.075em;
            padding-bottom: 20px;
        }

        .access_list_sp_right h5 {
            color: #c00;
            font-size: 1.6rem;
            font-weight: 500;
            letter-spacing: 0.075em;
            padding-bottom: 20px;
            margin-top: 40px;
        }

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

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

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

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

        .access_list_sp_right dl dd {
            padding: 10px 0 0 160px;
        }

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

        /* ###### access_contents_sp01_right ###### */
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .access_contents_sp {
            width: 100%;
            background: url(../images/page_backimg.svg) no-repeat -5px 100%;
            background-size: 50%;
            padding-bottom: 40px;
        }

        .access_contents_sp .sp_logo_sp {
            display: none;
        }

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

        /* ###### access_contents_sp01_left ###### */
        .access_contents_sp01_left {
            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 20px rgba(0, 0, 0, 0.1);
        }

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

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

        .access_detail_sp01 iframe {
            height: 350px;
        }

        .access_detail_sp01 h4 {
            text-align: center;
            color: #111;
            font-size: 1.8rem;
            font-weight: 700;
            letter-spacing: 0.075em;
            margin-top: 40px;
        }

        .access_detail_sp01_02 {
            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: 20px;
        }

        .access_detail_sp01_02 dl {
            width: 60%;
            font-size: 1.3rem;
            letter-spacing: 0.075em;
            padding-right: 40px;
        }

        .access_detail_sp01_02 dl dt {
            float: left;
            background: url(../images/list_mk001.svg) no-repeat 0 16px;
            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 {
            width: 40%;
            margin-top: 10px;
        }

        .access_detail_sp01_02 p img {
            width: 15px;
        }

        .access_list_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;
            border-bottom: 1px dotted #ddd;
            padding: 40px 0;
        }

        .access_list_sp_left {
            width: 130px;
        }

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

        .access_list_sp_right {
            flex: 1;
            padding-left: 30px;
        }

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

        .access_list_sp_right h5 {
            color: #c00;
            font-size: 1.6rem;
            font-weight: 500;
            letter-spacing: 0.075em;
            padding-bottom: 20px;
            margin-top: 40px;
        }

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

        .access_list_sp_right ul li {
            margin-top: 10px;
            background: url(../images/list_mk001.svg) no-repeat 0 center;
            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 {
            float: left;
            background: url(../images/list_mk001.svg) no-repeat 0 16px;
            background-size: 14px;
            padding: 10px 0 0 16px;
        }

        .access_list_sp_right dl dd {
            padding: 10px 0 0 140px;
        }

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

        /* ###### access_contents_sp01_right ###### */

    }

    /* ############################# access_contents ############################# */
    /* ############################# contact_contents ############################# */
    @media screen and (min-width: 1024px) {
        .contact_contents_sp {
            width: 100%;
            background: url(../images/page_backimg.svg) no-repeat -5px 100%;
            background-size: 40%;
            padding-bottom: 40px;
        }

        /* ###### contact_contents_sp01 ###### */
        .contact_contents_sp01 {
            position: relative;
            width: 94%;
            min-width: 1000px;
            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;
        }

        /* ###### contact_contents_sp01_left ###### */
        .contact_contents_sp01_left {
            width: 20%;
            min-width: 230px;
            padding-right: 30px;
            padding-top: 60px;
        }

        /* ###### contact_contents_sp01_left ###### */
        /* ###### contact_contents_sp01_right ###### */
        .contact_contents_sp01_right {
            flex: 1;
        }

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

        .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 0 100px;
        }

        .contact_contents_sp01 form dl dd {
            font-size: 1.3rem;
            border-bottom: 1px dotted #ddd;
            padding: 20px 0 20px 140px;
        }

        /* ###### contact_contents_sp01_right ###### */
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .contact_contents_sp {
            width: 100%;
            background: url(../images/page_backimg.svg) no-repeat -5px 100%;
            background-size: 50%;
            padding-bottom: 40px;
        }

        .contact_contents_sp .sp_logo_sp {
            display: none;
        }

        /* ###### contact_contents_sp01 ###### */
        .contact_contents_sp01 {
            position: relative;
            width: 94%;
            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 20px 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 40px 100px;
        }

        .contact_detail_sp .form_contents_sp01 form dl dd {
            font-size: 1.3rem;
            border-bottom: 1px dotted #ddd;
            padding: 20px 0 20px 190px !important;
        }

        /* ###### contact_contents_sp01_right ###### */

    }

    /* ############################# contact_contents ############################# */
    .contents_sp {
        width: 100%;
    }

    /* ############################# form_contents ############################# */
    @media screen and (min-width: 1024px) {
        .form_contents_sp01 {
            width: 100%;
            padding: 0 100px;
        }

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

        .form_contents_sp01 p.form_contents_desc {
            text-align: center;
            font-size: 1.4rem;
            letter-spacing: 0.075rem;
            margin-top: 40px;
        }

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

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

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

        .form_contents_sp01 form dl dt {
            float: left;
            padding: 25px 0 0 5px;
        }

        .form_contents_sp01 form dl dd {
            border-bottom: 1px dotted #ddd;
            padding: 20px 5px 20px 200px;
        }

        .form_contents_sp01 form dl .inline-input {
            display: flex;
            padding-left: 140px;
        }

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

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

        .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: 30%;
            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%;
            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;
        }

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

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

        .checkbox {
            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 5px 0;
            padding: 8px 12px 8px 40px;
            border-radius: 4px;
            background-color: #fff;
            vertical-align: middle;
            cursor: pointer;
        }

        .checkbox:hover {
            background-color: #f3f3f3;
        }

        .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: 15px;
            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: 21px;
            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: 60px 140px 80px;
            background-color: #f3f3f3;
            border: 1px dotted #ddd;
            margin-bottom: 60px;
        }

        .login_form_contents_sp01 form dl {
            font-size: 1.4rem;
            letter-spacing: 0.1rem;
            width: 100%;
            margin: 0 auto 20px;
        }

        .login_form_contents_sp01 form dl dt {
            float: left;
            padding: 25px 0 0 5px;
        }

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

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

        .reset_form_contents_sp01 {
            width: 100%;
            padding: 60px 140px 80px;
            background-color: #f3f3f3;
            border: 1px dotted #ddd;
            margin-bottom: 60px;
        }

        .reset_form_contents_sp01 form dl {
            font-size: 1.4rem;
            letter-spacing: 0.1rem;
            width: 100%;
            margin: 0 auto 20px;
        }

        .reset_form_contents_sp01 form dl dt {
            float: left;
            padding: 25px 0 0 5px;
        }

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

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

        .forgot_form_contents_sp01 {
            width: 100%;
            padding: 0 140px 80px;
            background-color: #f3f3f3;
            border: 1px dotted #ddd;
            margin-bottom: 60px;
        }

        .forgot_form_contents_sp01 form dl {
            font-size: 1.4rem;
            letter-spacing: 0.1rem;
            width: 100%;
            margin: 20px auto;
        }

        .forgot_form_contents_sp01 form dl dt {
            float: left;
            padding: 25px 0 0 5px;
        }

        .forgot_form_contents_sp01 form dl dd {
            padding: 20px 5px 0 140px;
        }

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

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

        .shopping_card_form_sp {
            width: 70%;
            margin: 0 auto;
        }

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

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

        .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: 30px;
            padding: 20px 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.8rem;
        }

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

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

        .shopping_card_form_sp .shopping_updateplan_sp p.plan_icon {
            position: absolute;
            left: 50%;
            top: -40px;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            width: 80px;
            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 .custom_ta dl {
            font-size: 1.4rem;
            letter-spacing: 0.1rem;
            width: 100%;
            margin: 20px auto;
            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;
        }

        .shopping_card_form_sp .custom_ta dl dt {
            width: 25%;
            line-height: 1.4;
            padding-left: 5px;
            margin-top: 20px;
        }

        .shopping_card_form_sp .custom_ta dl dd {
            width: 75%;
            margin-top: 20px;
        }

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

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

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

        .shopping_card_form_sp .option_list_quantity:last-child {
            position: relative;
            display: inline-block;
            width: 25%;
            font-size: 1.3rem;
            letter-spacing: 0.1em;
            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: 30%;
        }

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

        .input_name_style {
            width: calc(100% - 35px);
            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;
        }

        .item-field-inline {
            display: inline-block;
            width: calc(50% - 2px);
            position: relative;
        }

        .item-field label.error {
            color: #c00;
            font-size: 12px;
        }

        .label-inline-form {
            display: inline-block;
            width: 30px;
            text-align: center;
        }

        .g-captcha-parent {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .input_name_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_mail_style {
            width: 80%;
            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_mail_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;
        }

        .input_pass_style {
            width: 70%;
            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_pass_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_pass_style:first-child {
            margin-bottom: 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 15px;
        }

        .input_code_style02 {
            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 #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: 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 #ddd;
            padding: 7px;
            margin: 0 15px 0 7px;
        }

        .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: 20%;
            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 20px;
        }

        .input_text_style04 {
            width: 40%;
            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: 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-left: 15px;
        }

        textarea {
            width: 100%;
            height: 200px;
            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: 40px;
            border: 1px dotted #ddd;
            margin-top: 80px;
        }

        .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: 60%;
            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: 24px 10px;
            margin: 0 auto;
            background: url(../images/list_mk002.svg) no-repeat right 15px center;
            background-size: 14px;
            background-color: #cc0000;
            letter-spacing: 0.1em;
            border-style: none;
            transition: all .3s;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .form_btn_style01:hover {
            color: #fff;
            background: url(../images/list_mk002.svg) no-repeat right 10px center;
            background-size: 14px;
            background-color: #aa0000;
        }

        .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: 18%;
            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.1em;
            border-style: none;
            transition: all .3s;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .form_btn_style02:hover {
            color: #fff;
            background-color: #aa0000;
        }

        .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%;
            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: 24px 10px;
            margin: 0 auto;
            background: url(../images/list_mk008.svg) no-repeat 15px center;
            background-size: 14px;
            background-color: #666;
            letter-spacing: 0.1em;
            border-style: none;
            transition: all .3s;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .form_btn_style03:hover {
            color: #fff;
            background: url(../images/list_mk008.svg) no-repeat 10px center;
            background-size: 14px;
            background-color: #222;
        }

        .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%;
            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: 24px 10px;
            margin: 0 auto;
            background: url(../images/list_mk002.svg) no-repeat right 15px center;
            background-size: 14px;
            background-color: #cc0000;
            letter-spacing: 0.1em;
            border-style: none;
            transition: all .3s;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .form_btn_style04:hover {
            color: #fff;
            background: url(../images/list_mk002.svg) no-repeat right 10px center;
            background-size: 14px;
            background-color: #aa0000;
        }

        .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%;
            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: 24px 10px;
            margin: 0 auto;
            background: url(../images/list_mk002.svg) no-repeat right 15px center;
            background-size: 14px;
            background-color: #666;
            letter-spacing: 0.1em;
            border-style: none;
            transition: all .3s;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .form_btn_style05:hover {
            color: #fff;
            background: url(../images/list_mk002.svg) no-repeat right 10px center;
            background-size: 14px;
            background-color: #222;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .form_contents_sp01 {
            width: 100%;
            padding: 0 20px;
        }

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

        .form_contents_sp01 p.form_contents_desc {
            text-align: center;
            font-size: 1.4rem;
            letter-spacing: 0.075rem;
            margin-top: 30px;
        }

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

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

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

        .form_contents_sp01 form dl dt {
            font-size: 1.4rem;
            float: left;
            padding: 28px 0 0 5px;
        }

        .form_contents_sp01 form dl dd {
            font-size: 1.3rem;
            border-bottom: 1px dotted #ddd;
            padding: 20px 0 20px 140px;
        }

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

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

        .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: 40%;
            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%;
            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;
        }

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

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

        .checkbox {
            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 5px 0;
            padding: 6px 12px 6px 40px;
            border-radius: 4px;
            background-color: #fff;
            vertical-align: middle;
            cursor: pointer;
        }

        .checkbox:hover {
            background-color: #f3f3f3;
        }

        .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: 15px;
            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: 21px;
            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: 25px 60px 45px;
            background-color: #f3f3f3;
            border: 1px dotted #ddd;
            margin-bottom: 40px;
        }

        .login_form_contents_sp01 form dl {
            font-size: 1.4rem;
            letter-spacing: 0.1rem;
            width: 100%;
            margin: 0 auto 20px;
        }

        .login_form_contents_sp01 form dl dt {
            float: left;
            padding: 25px 0 0 5px;
        }

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

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

        .reset_form_contents_sp01 {
            width: 100%;
            padding: 25px 60px 45px;
            background-color: #f3f3f3;
            border: 1px dotted #ddd;
            margin-bottom: 40px;
        }

        .reset_form_contents_sp01 form dl {
            font-size: 1.4rem;
            letter-spacing: 0.1rem;
            width: 100%;
            margin: 0 auto 20px;
        }

        .reset_form_contents_sp01 form dl dt {
            float: left;
            padding: 25px 0 0 5px;
        }

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

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

        .forgot_form_contents_sp01 {
            width: 100%;
            padding: 5px 60px 45px;
            background-color: #f3f3f3;
            border: 1px dotted #ddd;
            margin-bottom: 40px;
        }

        .forgot_form_contents_sp01 form dl {
            font-size: 1.4rem;
            letter-spacing: 0.1rem;
            width: 100%;
            margin: 0 auto 20px;
        }

        .forgot_form_contents_sp01 form dl dt {
            float: left;
            padding: 25px 0 0 5px;
        }

        .forgot_form_contents_sp01 form dl dd {
            padding: 20px 5px 0 140px;
        }

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

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

        .shopping_card_form_sp {
            width: 80%;
            margin: 0 auto;
        }

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

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

        .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: 30px;
            padding: 20px 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.8rem;
        }

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

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

        .shopping_card_form_sp .shopping_updateplan_sp p.plan_icon {
            position: absolute;
            left: 50%;
            top: -40px;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            width: 80px;
            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 {
            font-size: 1.4rem;
            letter-spacing: 0.1rem;
            width: 100%;
            margin: 20px auto;
            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;
        }

        .shopping_card_form_sp form dl dt {
            width: 25%;
            line-height: 1.4;
            padding-left: 5px;
            margin-top: 20px;
        }

        .shopping_card_form_sp form dl dd {
            width: 75%;
            margin-top: 20px;
        }

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

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

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

        .shopping_card_form_sp .option_list_quantity:last-child {
            position: relative;
            display: inline-block;
            width: 25%;
            font-size: 1.3rem;
            letter-spacing: 0.1em;
            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: 35%;
        }

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

        .input_name_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 #ddd;
            padding: 7px;
            margin: 0 18px 0 7px;
        }

        .input_name_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;
        }

        .input_mail_style {
            width: 75%;
            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_mail_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;
        }

        .input_pass_style {
            width: 75%;
            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_pass_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;
        }

        .input_pass_style:first-child {
            margin-bottom: 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 15px;
        }

        .input_code_style02 {
            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 #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: 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 #ddd;
            padding: 7px;
            margin: 0 15px 0 7px;
        }

        .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: 20%;
            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 20px;
        }

        .input_text_style04 {
            width: 40%;
            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: 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-left: 15px;
        }

        textarea {
            width: 100%;
            height: 200px;
            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: 40px;
            border: 1px dotted #ddd;
            margin-top: 80px;
        }

        .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: 70%;
            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: 24px 10px;
            margin: 0 auto;
            background: url(../images/list_mk002.svg) no-repeat right 10px center;
            background-size: 14px;
            background-color: #cc0000;
            letter-spacing: 0.1em;
            border-style: none;
            transition: all .3s;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .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.1em;
            border-style: none;
            transition: all .3s;
            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%;
            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: 24px 10px;
            margin: 0 auto;
            background: url(../images/list_mk008.svg) no-repeat 10px center;
            background-size: 14px;
            background-color: #666;
            letter-spacing: 0.1em;
            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%;
            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: 24px 10px;
            margin: 0 auto;
            background: url(../images/list_mk002.svg) no-repeat right 10px center;
            background-size: 14px;
            background-color: #cc0000;
            letter-spacing: 0.1em;
            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%;
            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: 24px 10px;
            margin: 0 auto;
            background: url(../images/list_mk002.svg) no-repeat right 10px center;
            background-size: 14px;
            background-color: #666;
            letter-spacing: 0.1em;
            border-style: none;
            transition: all .3s;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
    }

    /* ############################# form_contents ############################# */
    /* ############################# search_contents ############################# */
    @media screen and (min-width: 1024px) {
        .search_contents_sp {
            width: 100%;
        }

        /* ###### search_contents_sp01 ###### */
        .search_contents_sp01 {
            position: relative;
            width: 94%;
            min-width: 1000px;
            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 40px;
        }


        /* ###### search_contents_sp01_left ###### */
        .search_contents_sp01_left {
            width: 20%;
            min-width: 230px;
            padding-right: 30px;
            padding-top: 60px;
        }

        /* ###### search_contents_sp01_left ###### */
        /* ###### search_contents_sp01_right ###### */
        .search_contents_sp01_right {
            flex: 1;
            margin-top: -60px;
        }

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

        .search_results_contents_sp {
            width: 100%;
        }

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

        .no_results_sp p {
            text-align: center;
            font-size: 1.3rem;
            letter-spacing: 0.1em;
        }

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

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

        .search_results_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;
            margin-bottom: 60px;
            padding-bottom: 20px;
            border-bottom: 1px dotted #ddd;
        }

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

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

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

        .search_results_list .search_contents_thumb .caption {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            font-size: 1.4rem;
            color: #fff;
            letter-spacing: 0.1em;
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
        }

        .search_results_list .search_contents_thumb .mask {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            background-color: rgba(0, 0, 0, 0.4);
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

        .search_results_list .search_contents_thumb:hover .mask {
            opacity: 1; /* マスクを表示する */
        }

        .search_results_list .search_contents_text {
            width: 55%;
            position: relative;
            padding-left: 30px;
        }

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

        .search_results_list .search_contents_text h3 {
            font-size: 1.8rem;
            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: 60%;
        }

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

        .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: 7px;
            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: 3px;
        }

        .search_results_list .search_contents_text p.search_contents_desc {
            font-size: 1.3rem;
            color: #545454;
            letter-spacing: 0.1em;
            margin-top: 25px;
            -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 3px 25px;
            margin-top: auto;
            border-top: none;
        }

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

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

        .search_results_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;
        }

        .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;
        }

        /* ###### search_contents_sp01_right ###### */
        /* ###### search_contents_sp01 ###### */
    }


    @media screen and (min-width: 768px) and (max-width: 1023px) {

        .search_contents_sp {
            width: 100%;
            background: url(../images/page_backimg.svg) no-repeat -5px 100%;
            background-size: 50%;
            padding-bottom: 40px;
        }

        .search_contents_sp .sp_logo_sp {
            display: none;
        }


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


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

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

        .search_contents_sp01_right01 {
            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: #fff;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            margin-bottom: 60px;
            padding-bottom: 100px;
        }

        .search_contents_sp {
            width: 100%;
        }

        .search_results_contents_sp {
            width: 100%;
        }

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

        .no_results_sp p {
            text-align: center;
            font-size: 1.3rem;
            letter-spacing: 0.1em;
        }

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

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

        .search_results_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;
            margin-bottom: 60px;
        }

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

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

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

        .search_results_list .search_contents_thumb .caption {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            font-size: 1.4rem;
            color: #fff;
            letter-spacing: 0.1em;
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
        }

        .search_results_list .search_contents_thumb .mask {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            background-color: rgba(0, 0, 0, 0.4);
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

        .search_results_list .search_contents_thumb:hover .mask {
            opacity: 1; /* マスクを表示する */
        }

        .search_results_list .search_contents_text {
            width: 55%;
            position: relative;
            padding-left: 30px;
        }

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

        .search_results_list .search_contents_text h3 {
            font-size: 1.8rem;
            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: 60%;
        }

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

        .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: 7px;
            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: 3px;
        }

        .search_results_list .search_contents_text p.search_contents_desc {
            font-size: 1.2rem;
            color: #545454;
            letter-spacing: 0.1em;
            margin-top: 20px;
            padding-bottom: 20px;
        }

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

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

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

        .search_results_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;
        }

        .search_results_contents_sp .page_nav_sp {
            position: relative;
            width: 100%;
            padding: 0 70px 60px !important;
            margin-top: 40px;
        }

        .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;
        }

        /* ###### search_contents_sp01_right ###### */
        /* ###### search_contents_sp01 ###### */
    }

    /* ############################# search_contents ############################# */
    /* ############################# title ############################# */
    @media screen and (min-width: 1024px) {
        .title_sp01 {
            width: 100%;
            padding-top: 80px;
        }

        .title_sp01 h3 {
            text-align: center;
            font-family: 'Oswald', sans-serif;
            color: #111;
            font-weight: 500;
            font-size: 4.6rem;
            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: 3.6rem;
            line-height: 1.0;
            letter-spacing: 0.075em;
        }

        .title_sp02 p {
            text-align: center;
            color: #111;
            font-weight: 500;
            font-size: 1.2rem;
            line-height: 1.0;
            letter-spacing: 0.1em;
            margin-top: 12px;
        }

        .title_sp03 {
            width: 100%;
        }

        .title_sp03 h3 {
            text-align: center;
            font-family: 'Oswald', sans-serif;
            color: #111;
            font-weight: 500;
            font-size: 3.6rem;
            line-height: 1.0;
            letter-spacing: 0.075em;
        }

        .title_sp03 p {
            text-align: center;
            color: #111;
            font-weight: 500;
            font-size: 1.2rem;
            line-height: 1.0;
            letter-spacing: 0.1em;
            margin-top: 9px;
        }

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

        .search_title_sp h3 {
            text-align: center;
            color: #111;
            font-weight: 700;
            font-size: 2.6rem;
            letter-spacing: 0.075em;
        }

        .search_title_sp p {
            font-size: 1.3rem;
            line-height: 1.0;
            letter-spacing: 0.1em;
            margin-top: 20px;
        }

        .side_title_sp01 {
            width: 100%;
        }

        .side_title_sp01 h3 {
            text-align: center;
            font-family: 'Oswald', sans-serif;
            color: #111;
            font-weight: 500;
            font-size: 2.0rem;
            line-height: 1.3;
            letter-spacing: 0.075em;
        }

        .side_title_sp01 h4 {
            text-align: center;
            width: 45px;
            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: 6px;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .title_sp01 {
            width: 100%;
            padding-top: 60px;
        }

        .title_sp01 h3 {
            text-align: center;
            font-family: 'Oswald', sans-serif;
            color: #111;
            font-weight: 500;
            font-size: 3.6rem;
            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: 3.6rem;
            line-height: 1.0;
            letter-spacing: 0.075em;
        }

        .title_sp02 p {
            text-align: center;
            color: #111;
            font-weight: 500;
            font-size: 1.2rem;
            line-height: 1.0;
            letter-spacing: 0.1em;
            margin-top: 12px;
        }

        .title_sp03 {
            width: 100%;
        }

        .title_sp03 h3 {
            text-align: center;
            font-family: 'Oswald', sans-serif;
            color: #111;
            font-weight: 500;
            font-size: 3.6rem;
            line-height: 1.0;
            letter-spacing: 0.075em;
        }

        .title_sp03 p {
            text-align: center;
            color: #111;
            font-weight: 500;
            font-size: 1.2rem;
            line-height: 1.0;
            letter-spacing: 0.1em;
            margin-top: 9px;
        }

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

        .search_title_sp h3 {
            text-align: center;
            color: #111;
            font-weight: 700;
            font-size: 2.6rem;
            letter-spacing: 0.075em;
        }

        .search_title_sp p {
            font-size: 1.2rem;
            line-height: 1.0;
            letter-spacing: 0.1em;
            margin-top: 20px;
        }

        .side_title_sp01 {
            width: 100%;
        }

        .side_title_sp01 h3 {
            text-align: center;
            font-family: 'Oswald', sans-serif;
            color: #111;
            font-weight: 500;
            font-size: 1.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.0rem;
            line-height: 1.0;
            letter-spacing: 0.1em;
            margin-top: 8px;
        }
    }

    /* ###### main_title_sp ###### */
    .main_title_sp {
        position: relative;
        width: 100%;
        height: 250px;
        background-color: #ccc;
    }

    .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;
    }

    .main_title_sp01 h2 {
        color: #fff;
        text-align: center;
        margin: 0 auto;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        font-size: 4.6rem;
        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/access_title_backimg.png) no-repeat 50% 50%;
        background-size: cover;
    }

    .sp_main_title_sp {
        display: none;
    }

    .sp_main_title_sp01 {
        display: none;
    }

    .mypage_main_title_sp {
        position: relative;
        width: 100%;
        height: 150px;
    }

    .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: 4.6rem;
        letter-spacing: 0.075em;
        line-height: 1.0;
    }

    .page_main_title_sp {
        position: relative;
        width: 100%;
        height: 150px;
    }

    .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: 4.6rem;
        letter-spacing: 0.075em;
        line-height: 1.0;
    }

    .sp_mypage_main_title_sp {
        display: none;
    }

    .sp_mypage_main_title_sp01 {
        display: none;
    }

    /* ###### main_title_sp ###### */
    /* ############################# title ############################# */
    /* ############################# side_contents_list_sp ############################# */
    @media screen and (min-width: 1024px) {

        .side_author_sp {
            background-color: #fff;
            padding: 40px 25px;
            border-bottom: 1px dotted #ddd;
        }

        .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;
        }

        .side_contents_list_sp {
            width: 100%;
            margin-bottom: 20px;
            padding: 40px 20px 0;
        }

        .side_contents_list {
            width: 100%;
            padding-top: 25px;
        }

        .side_contents_list .side_contents_thumb {
            position: relative;
            width: 100%;
            margin-bottom: 15px;
        }

        .side_contents_list .side_contents_thumb01 {
            position: relative;
            width: 100%;
            height: 127px;
            overflow: hidden;
        }

        .side_contents_list .side_contents_thumb01 img {
            width: 100%;
            height: 127px;
            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: 7px 10px;
        }

        .side_contents_list div.event_option_date p {
            width: 16px;
            margin: 0 auto 6px;
        }

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

        .side_contents_list .side_contents_thumb .caption {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            font-size: 1.3rem;
            color: #fff;
            letter-spacing: 0.1em;
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
        }

        .side_contents_list .side_contents_thumb .mask {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            background-color: rgba(0, 0, 0, 0.4);
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

        .side_contents_list .side_contents_thumb:hover .mask {
            opacity: 1; /* マスクを表示する */
        }

        .side_contents_list .side_contents_text {
            width: 100%;
            position: relative;
        }

        .side_contents_list .side_contents_text h3 {
            font-size: 1.4rem;
            line-height: 1.5;
            color: #111;
            font-weight: bold;
            letter-spacing: 0.075em;
        }

        .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: 15px;
            border-top: none;
        }

        .side_contents_list .side_event_list_option_sp {
            border-bottom: 1px dotted #ccc;
            margin-top: 20px;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .side_author_sp {
            background-color: #fff;
            padding: 40px 20px;
            border-bottom: 1px dotted #ddd;
        }

        .side_author_sp01 {
            width: 100%;
            padding-top: 20px;
        }

        .side_author_sp01 .side_author_icon {
            width: 60%;
            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.3rem;
            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%;
            padding: 40px 20px 0;
            margin-bottom: 20px;
        }

        .side_contents_list {
            width: 100%;
            padding-top: 30px;
        }

        .side_contents_list .side_contents_thumb {
            position: relative;
            width: 100%;
            margin-bottom: 15px;
        }

        .side_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 7px 6px 7px;
        }

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

        .side_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;
        }

        .side_contents_list .side_contents_thumb01 {
            position: relative;
            width: 100%;
            height: 93px;
            overflow: hidden;
        }

        .side_contents_list .side_contents_thumb01 img {
            width: 100%;
            height: 93px;
            object-fit: cover;
        }

        .side_contents_list .side_contents_thumb .caption {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            font-size: 1.3rem;
            color: #fff;
            letter-spacing: 0.1em;
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
        }

        .side_contents_list .side_contents_thumb .mask {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            background-color: rgba(0, 0, 0, 0.4);
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

        .side_contents_list .side_contents_thumb:hover .mask {
            opacity: 1; /* マスクを表示する */
        }

        .side_contents_list .side_contents_text {
            width: 100%;
            position: relative;
        }

        .side_contents_list .side_contents_text h3 {
            font-size: 1.3rem;
            line-height: 1.5;
            color: #111;
            font-weight: bold;
            letter-spacing: 0.075em;
        }

        .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;
            font-size: 1.0rem;
            padding: 0 3px 15px;
            margin-top: 15px;
            border-top: none;
        }

        .side_contents_list .side_event_list_option_sp {
            border-bottom: 1px dotted #ccc;
            margin-top: 20px;
        }
    }

    /* ############################# side_contents_list_sp ############################# */
    @media screen and (min-width: 1024px) {

        /* ############################# footer_sp ############################# */
        .footer_sp {
            width: 100%;
            margin: 1px auto 0;
            background-color: #111;
            padding: 0 0 25px;
        }

        .footer_access_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: #fff;
        }

        .footer_access_left {
            width: 50%;
        }

        .footer_access_right {
            width: 50%;
            background-size: 120px;
            background: #c00 url(../images/footer_storeinfo_backimg.svg) no-repeat right 0;
            padding: 60px 40px 60px 60px;
        }

        .footer_access_right h3 {
            font-family: 'Oswald', sans-serif;
            color: #fff;
            font-weight: 500;
            font-size: 4.6rem;
            letter-spacing: 0.075em;
            line-height: 1.3;
            width: 80%;
        }

        .footer_access_right dl {
            color: #fff;
            font-size: 1.4rem;
            letter-spacing: 0.1em;
            margin-top: 20px;
        }

        .footer_access_right dl dt {
            float: left;
            padding: 15px 0 0 2px;
        }

        .footer_access_right dl dd {
            padding: 15px 0 0 100px;
        }

        .footer_sp01 {
            width: 92%;
            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;
            padding-top: 60px;
        }

        .footer_sp01_left {
            width: 23%;
            padding-top: 5px;
        }

        .footer_sp01_left h4 {
            width: 150px;
            height: 75px;
        }

        .footer_sp01_left h4 img {
            height: 75px;
        }

        .footer_sp01_right {
            width: 77%;
            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;
        }

        .footer_list {
            width: 25%;
            padding-right: 25px;
        }

        .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: 9px 10px 9px 23px;
        }

        .footer_list ul li a:hover {
            background: #222 url(../images/list_mk002.svg) no-repeat 8px center;
            background-size: 14px;
        }

        .footer_list ul li img {
            width: 14px;
            margin-left: 7px;
            vertical-align: middle;
            padding-bottom: 2px;
        }

        .footer_sp02 {
            width: 92%;
            margin: 0 auto;
            padding-top: 60px;
        }

        .footer_sp02 p {
            width: 150px;
            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 ############################# */

    }


    @media screen and (min-width: 768px) and (max-width: 1023px) {

        /* ############################# 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.6rem;
            letter-spacing: 0.075em;
            line-height: 1.3;
        }

        .footer_access_right dl {
            color: #fff;
            font-size: 1.3rem;
            letter-spacing: 0.1em;
            margin-top: 20px;
        }

        .footer_access_right dl dt {
            float: left;
            padding: 15px 0 0 2px;
        }

        .footer_access_right dl dd {
            padding: 15px 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: 70px;
            margin: 0 auto;
        }

        .footer_sp01_left h4 img {
            height: 70px;
        }

        .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 21px;
        }

        .footer_list ul li a:hover {
            background-color: #222;
        }

        .footer_list ul li a 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, a:link a:visited {
        display: block;
        width: 100%;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        background-size: 14px;
        background: #222 url(../images/list_mk002.svg) no-repeat right 15px center;
        color: #fff;
        padding: 22px 10px;
    }

    .btn_style01 a:hover {
        background-size: 14px;
        background: #000 url(../images/list_mk002.svg) no-repeat right 10px center;
        color: #fff;
    }

    .btn_style01 img {
        width: 11px;
        margin-left: 10px;
        vertical-align: middle;
        padding-bottom: 2px;
    }

    .btn_style02 {
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }

    .btn_style02 a, a:link a:visited {
        display: block;
        width: 100%;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        background: #222 url(../images/list_mk004.svg) no-repeat right 15px center;
        background-size: 14px;
        color: #fff;
        padding: 22px 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .btn_style02 a:hover {
        background: #000 url(../images/list_mk004.svg) no-repeat right 15px center;
        background-size: 14px;
        color: #fff;
    }

    .btn_style02 img {
        width: 11px;
        margin-left: 10px;
        vertical-align: middle;
        padding-bottom: 2px;
    }

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

    .btn_style03 a, a:link a:visited {
        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 a:hover {
        background: #a00 url(../images/list_mk002.svg) no-repeat right 7px center;
        background-size: 14px;
        color: #fff;
    }

    .btn_style03 img {
        width: 11px;
        margin-left: 10px;
        vertical-align: middle;
        padding-bottom: 2px;
    }

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

    .btn_style06 a, a:link a:visited {
        display: block;
        width: 100%;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        background: #c00 url(../images/list_mk002.svg) no-repeat right 15px center;
        background-size: 14px;
        color: #fff;
        padding: 22px 10px;
    }

    .btn_style06 a:hover {
        background: #a00 url(../images/list_mk002.svg) no-repeat right 10px center;
        background-size: 14px;
        color: #fff;
    }

    .btn_style06 img {
        width: 11px;
        margin-left: 10px;
        vertical-align: middle;
        padding-bottom: 2px;
    }

    .submit_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: 40%;
        display: block !important;
        color: #fff;
        font-size: 1.4rem !important;
        padding: 20px 0;
        margin: 10px 0 0 60%;
        background-color: #cc0000;
        letter-spacing: 0.1em;
        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_btn_style01 {
        width: 100%;
        text-align: center;
    }

    .side_btn_style01 a, a:link a:visited {
        display: block;
        width: 100%;
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        background: #222 url(../images/list_mk002.svg) no-repeat right 15px center;
        background-size: 14px;
        color: #fff;
        padding: 16px 0;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .side_btn_style01 a:hover {
        background: #000 url(../images/list_mk002.svg) no-repeat right 10px center;
        background-size: 14px;
        color: #fff;
    }

    .side_btn_style02 {
        width: 60%;
        text-align: center;
        margin-left: 40%;
    }

    .side_btn_style02 a, a:link a:visited {
        display: block;
        width: 100%;
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        background: #222 url(../images/list_mk002.svg) no-repeat right 10px center;
        background-size: 14px;
        color: #fff;
        padding: 16px 0;
    }

    .side_btn_style02 a:hover {
        background: #000 url(../images/list_mk002.svg) no-repeat right 5px center;
        background-size: 14px;
        color: #fff;
    }


    .schedule_prev_btn_style {
        width: 80%;
        text-align: center;
    }

    .schedule_prev_btn_style a, a:link a:visited {
        display: block;
        width: 100%;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        background: #222 url(../images/list_mk008.svg) no-repeat 10px center;
        background-size: 14px;
        color: #fff;
        padding: 22px 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .schedule_prev_btn_style a:hover {
        background: #000 url(../images/list_mk008.svg) no-repeat 5px center;
        background-size: 14px;
        color: #fff;
    }

    .schedule_next_btn_style {
        width: 80%;
        text-align: center;
        margin-left: 20%;
    }

    .schedule_next_btn_style a, a:link a:visited {
        display: block;
        width: 100%;
        font-size: 1.5rem;
        letter-spacing: 0.1em;
        background: #222 url(../images/list_mk002.svg) no-repeat right 10px center;
        background-size: 14px;
        color: #fff;
        padding: 22px 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .schedule_next_btn_style a:hover {
        background: #000 url(../images/list_mk002.svg) no-repeat right 5px center;
        background-size: 14px;
        color: #fff;
    }

    .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: 15px 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: 15px 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;
    }


    @media screen and (min-width: 1024px) {
        .side_follow_btn_style01 {
            width: 90%;
            text-align: center;
            margin: 0 auto;
        }

        .side_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: 15px 0;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

        .side_follow_btn_style01 a:hover {
            background-size: 14px;
            background-color: #000;
            color: #fff;
        }

        .side_follow_btn_style01 img {
            width: 22px;
            padding-right: 5px;
            vertical-align: middle;
            padding-bottom: 2px;
        }

        .side_followed_btn_style01 {
            width: 90%;
            text-align: center;
            margin: 0 auto;
            font-size: 1.2rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            background-color: #c00;
            color: #fff;
            padding: 15px 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;
        }

        .btn_style04 {
            width: 60%;
            text-align: center;
            margin-left: 40%;
        }

        .btn_style04 a, a:link a:visited {
            display: block;
            width: 100%;
            font-size: 1.3rem;
            letter-spacing: 0.1em;
            background: #c00 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_style04 a:hover {
            background: #a00 url(../images/list_mk002.svg) no-repeat right 5px center;
            background-size: 14px;
            color: #fff;
        }

        .btn_style04 img {
            width: 11px;
            margin-left: 10px;
            vertical-align: middle;
            padding-bottom: 2px;
        }

        .btn_style05 {
            width: 60%;
            text-align: center;
            margin: 30px auto 0;
        }

        .btn_style05 a, a:link a:visited {
            display: block;
            width: 100%;
            font-size: 1.6rem;
            letter-spacing: 0.1em;
            background: #222 url(../images/list_mk002.svg) no-repeat right 15px center;
            background-size: 14px;
            color: #fff;
            padding: 22px 10px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

        .btn_style05 a:hover {
            background: #000 url(../images/list_mk002.svg) no-repeat right 10px center;
            background-size: 14px;
            color: #fff;
        }

        .btn_style05 img {
            width: 11px;
            margin-left: 10px;
            vertical-align: middle;
            padding-bottom: 2px;
        }

    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .side_follow_btn_style01 {
            width: 100%;
            text-align: center;
            margin: 0 auto;
        }

        .side_follow_btn_style01 a, a:link a:visited {
            display: block;
            width: 100%;
            font-size: 1.2rem;
            letter-spacing: 0.1em;
            background-size: 14px;
            background-color: #222;
            color: #fff;
            padding: 15px 0;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

        .side_follow_btn_style01 a:hover {
            background-size: 14px;
            background-color: #000;
            color: #fff;
        }

        .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.2rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            background-color: #c00;
            color: #fff;
            padding: 15px 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;
        }

        .btn_style04 {
            width: 70%;
            text-align: center;
            margin-left: 30%;
        }

        .btn_style04 a, a:link a:visited {
            display: block;
            width: 100%;
            font-size: 1.3rem;
            letter-spacing: 0.1em;
            background: #c00 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_style04 a:hover {
            background: #a00 url(../images/list_mk002.svg) no-repeat right 5px center;
            background-size: 14px;
            color: #fff;
        }

        .btn_style04 img {
            width: 11px;
            margin-left: 10px;
            vertical-align: middle;
            padding-bottom: 2px;
        }

        .btn_style05 {
            width: 70%;
            text-align: center;
            margin: 20px auto 0;
        }

        .btn_style05 a, a:link a:visited {
            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: 22px 10px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

    }

    /* ############################# btn_style ############################# */
    .sp {
        display: none;
    }

    /*Single page*/
    .single-page-content-wrapper .setting_contents_sp01_right .static_contents_sp01_right01 .content {
        padding: 30px;
        word-break: break-all;
        font-size: 1.5rem;
        line-height: 1.8;
        letter-spacing: 0.05em;
        margin: 15px 60px 0;
    }

    .single-page-content-wrapper .setting_contents_sp01_right .static_contents_sp01_right01 .content h2 {
        color: #222;
        font-size: 2.8rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 1.4;
        margin-bottom: 25px;
    }

    .single-page-content-wrapper .setting_contents_sp01_right .static_contents_sp01_right01 .content p {
        margin-bottom: 15px;
    }

    .single-page-content-wrapper .setting_contents_sp01_right .static_contents_sp01_right01 .content div {
        margin-bottom: 15px;
    }

    .single-page-content-wrapper .setting_contents_sp01_right .static_contents_sp01_right01 .content strong {
        font-weight: 600;
    }

    .single-page-content-wrapper .setting_contents_sp01_right .static_contents_sp01_right01 .content ul,
    .single-page-content-wrapper .setting_contents_sp01_right .static_contents_sp01_right01 .content ol {
        padding-left: 30px;
    }

    .single-page-content-wrapper .setting_contents_sp01_right .static_contents_sp01_right01 .content ul li {
        padding-bottom: 7px;
        list-style: circle;
    }

    .single-page-content-wrapper .setting_contents_sp01_right .static_contents_sp01_right01 .content ol li {
        padding-bottom: 7px;
        list-style: decimal-leading-zero;
    }

    .single-page-content-wrapper .setting_contents_sp01_right .static_contents_sp01_right01 .content h3 {
        color: #222;
        font-size: 2.2rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .single-page-content-wrapper {
        position: relative;
        width: 70%;
        min-width: 1050px;
        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 60px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

    /*Loading*/
    #loader-common {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        overflow: hidden;
        display: none;
        background: rgba(255, 255, 255, 0.7);
    }

    #loader-common::before {
        content: "";
        position: absolute;
        top: 45%;
        left: 47%;
        border: 6px solid rgba(192, 0, 0, 0.7);
        border-top-color: #ffd1d1;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        transform: translate(-50%, -50%);
        -webkit-animation: animate-loader-component 1s linear infinite;
        animation: animate-loader-component 1s linear infinite;
    }

    @-webkit-keyframes animate-loader-component {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes animate-loader-component {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    /*Single Post*/
    .post_detail_title_sp h1 {
        font-size: 3.6rem;
        font-weight: 700;
        letter-spacing: 0.075em;
        line-height: 1.45;
        color: #111;
        border-left: 7px solid #c00;
        padding-left: 38px;
    }

    .cat_list_contents_sp01_right01_right .avatar {
        display: block;
        margin: 0 auto;
    }


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

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

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

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

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

    .cat_list_contents_sp01 .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;
    }

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

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

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

    /*Page 404*/
    .mypage_contents_sp01 {
        position: relative;
        width: 94%;
        min-width: 1000px;
        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: -40px auto 0;
    }

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

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

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

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

    .mypage_contents_sp {
        width: 100%;
        background: url(../images/page_backimg.svg) no-repeat -5px 100%;
        background-size: 40%;
        padding-bottom: 40px;
    }

    /*Page Blog*/
    .page-blog-wrapper .new_icon {
        display: none;
    }

    .page-new-wrapper .new_icon {
        display: none;
    }

    .parent-category-banner-wrapper {
        position: relative;
    }

    .parent-category-banner-wrapper .banner-reserva {
        width: 70%;
        margin: 0 auto;
        position: absolute;
        bottom: 59px;
        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 -33px !important;
        font-weight: 700;
        font-size: 30px;
        color: #fff;
        padding-top: 30px;
        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%);
    }
}

/*Page access*/
.access_box {
    padding: 60px 60px 0;
}

.access_box:last-child {
    padding-bottom: 60px;
}

.access_box h2 {
    font-size: 28px;
    color: #666;
    font-weight: bold;
    padding: 0 25px;
    margin-bottom: 15px;
    border-left: 4px solid #cc0000;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.access_map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.zoom_map {
    max-width: 200px;
    margin: 15px auto 40px;
    text-align: center;
}

.access_info {
    border-top: 1px solid #cc0000;
    font-size: 16px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #666;
}

.access_info table {
    width: 100%;
}

.access_info tr {
    border-bottom: 1px solid #dcdcdc;
}

.access_info th {
    max-width: 150px;
    width: 20%;
    padding: 20px;
    position: relative;
}

.access_info td {
    padding: 20px;
    width: 80%;
}

.access_map iframe, .access_map object, .access_map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.zoom_map a {
    display: block;
    background: #cc0000;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    text-decoration: none;
    padding: 10px 0;
    border: 2px solid #cc0000;
    transition: 0.6s;
}

.zoom_map a:hover {
    background: #fff;
    color: #cc0000;
}

.parent-category {
    font-weight: 600;
}