@charset 'UTF-8';
html
{
    height: 100%;

    background-color: #fff;
}

body
{
    font-family: 'Hiragino Maru Gothic W4 JIS2004', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;

    height: 100%;

    color: #58595b;
    /*overflow: hidden;*/
}

a
{
    -webkit-transition: .5s;
            transition: .5s;

    color: #58595b;
}

.font-w
{
    color: #fff;
}

/* IE7 hack */
*:first-child + html body
{
    font-size: small;
}

/* IE6 hack */
*html body
{
    font-size: small;
}

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

.sp-only
{
    display: none;
}

header
{
    position: relative;
    z-index: 20;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 130px;

    -webkit-box-shadow: 0 5px 6px -1px rgba(0, 0, 0, .05);
            box-shadow: 0 5px 6px -1px rgba(0, 0, 0, .05);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* header */
.g-nav
{
    display: none;
}

.logo
{
    padding: 0 0 0 40px;

    -ms-flex-item-align: center;
    align-self: center;
}

.logo a img
{
    width: 108px;

    -webkit-transition: .5s;
            transition: .5s;
}

.logo a img:hover
{
    opacity: .7;
}

.gnavi
{
    margin-bottom: 15px;

    -ms-flex-item-align: end;
    align-self: flex-end;
}

.gnavi__item-wrap
{
    position: relative;

    display: none;
}

.gnavi__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gnavi__item
{
    font-size: 20px;

    position: relative;

    padding: 0 3vw;
}

.gnavi__item a
{
    font-weight: bold;
    line-height: 60px;

    padding-top: 45px;

    -webkit-transition: .5s;
            transition: .5s;
    text-decoration: none;
}

.gnavi__item a:hover
{
    opacity: .6;
}

.gnavi__item--01 a
{
    background: url(../img/menu-icon01.svg) center top no-repeat;
    background-size: 34px;
}

.gnavi__item--02 > a
{
    background: url(../img/menu-icon02.svg) center top no-repeat;
    background-size: 34px;
}

.gnavi__item--03 a
{
    background: url(../img/menu-icon03.svg) center top no-repeat;
    background-size: 34px;
}

.gnavi__item-child
{
    line-height: 60px;

    position: absolute;
    z-index: 200;
    top: 0;
    right: -188%;
    bottom: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 400px;
    height: 60px;
    margin: 0 auto;

    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);

    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.gnavi__item-child:before
{
    font-size: 25px;

    position: absolute;
    z-index: 1;
    top: -35px;
    right: 0;
    /* bottom: 0; */
    left: 30px;

    width: 30px;
    height: 30px;
    margin: auto;

    content: '▲';

    color: white;
    text-shadow: 0 -3px 3px rgba(0, 0, 0, .1);
}

.gnavi__item-child li
{
    font-size: 16px;
    font-weight: 300;

    position: relative;

    padding-left: 20px;
}

.gnavi__item-child--type01:before
{
    position: absolute;
    top: 23px;
    left: 0;

    width: 13px;
    height: 13px;

    content: '';

    border-radius: 4px;
    background-color: #f49351;
}

.gnavi__item-child--type02:before
{
    position: absolute;
    top: 23px;
    left: 0;

    width: 13px;
    height: 13px;

    content: '';

    border-radius: 4px;
    background-color: #5aa86a;
}

.gnavi__item-child--type03:before
{
    position: absolute;
    top: 23px;
    left: 0;

    width: 13px;
    height: 13px;

    content: '';

    border-radius: 4px;
    background-color: #508ecc;
}

.y-logo
{
    padding: 0 40px 0 0;

    -ms-flex-item-align: center;
    align-self: center;
}

.y-logo a img
{
    width: 91px;

    -webkit-transition: .5s;
            transition: .5s;
}

.y-logo a img:hover
{
    opacity: .7;
}

/*// header */
/* mv */
.mv
{
    margin-bottom: 120px;
}

/* //mv */
/* contents */
.content
{
    max-width: 1160px;
    margin: 0 auto 40px;
}

/* //contents */
/* h2　underline　title */
.con-ttl
{
    font-size: 30px;
    font-weight: bold;

    position: relative;

    width: 97%;
    max-width: 1160px;
    margin: 0 auto 50px;

    text-align: left;

    border-bottom: solid 1.5px #58595b;
}

.con-ttl__cap
{
    font-size: 55%;

    position: absolute;
    top: 25%;
    right: 0;
}

.con-ttl__cap a
{
    position: relative;

    display: inline-block;

    padding-right: 15px;

    text-decoration: none;

    color: #333;
}

.con-ttl__cap a::after
{
    position: absolute;
    top: 50%;
    right: 0;

    width: 6px;
    height: 6px;
    margin-top: -4px;

    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    border: 0;
    border-top: solid 2px #ec145a;
    border-right: solid 2px #ec145a;
}

.con-ttl__cap a:hover
{
    opacity: .6;
}

/* //h2　underline　title */
/* topics */
.topic-wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 30px;
}

.topic-category
{
    position: absolute;
    top: -2px;
    left: 4%;
}

.topic-category__item01
{
    font-size: 12px;
    font-weight: bold;

    display: inline-block;

    margin-right: -6px;
    padding: .1em 1em;

    color: #fff;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    background-color: #ff994d;
}

.topic-category__item02
{
    font-size: 12px;
    font-weight: bold;

    display: inline-block;

    margin-right: -6px;
    padding: .1em 1em;

    color: #fff;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    background-color: #6cc182;
}

.topic-category__item03
{
    font-size: 12px;
    font-weight: bold;

    display: inline-block;

    margin-right: -6px;
    padding: .1em 1em;

    color: #fff;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    background-color: #5d8bce;
}

.topic
{
    max-width: 400px;

    text-align: center;
}

.topic__img
{
    position: relative;

    margin-bottom: 7px;

    -webkit-transition: .5s;
            transition: .5s;
}

.topic__img:hover
{
    opacity: .7;
}

.topic__img img
{
    width: 92%;
}

.topic__txt
{
    width: 92%;
    margin: 0 auto;
}

.topic__txt a
{
    -webkit-transition: .5s;
            transition: .5s;
    text-decoration: none;
}

.topic__txt a:hover
{
    opacity: .7;
}

.topic__ttl
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;

    height: 4em;

    text-align: left;
}

.topic__tag
{
    text-align: left;
}

.topic__tag-list
{
    line-height: 1.4;

    display: inline-block;

    margin: 0 2px 8px;
    padding: 2px 8px 1px;

    -webkit-transition: .5s;
            transition: .5s;

    border: 1px dashed #ec145a;
    border-radius: 4px;
    background-color: #fff;
}

.topic__tag-list:hover
{
    background-color: #ec145a;
}

.topic__tag-list:hover a
{
    opacity: 1;
    color: #fff;
}

.topic__tag-list a
{
    font-size: 12px;

    text-decoration: none;

    color: #ec145a;
}

.topic__tag-list-top
{
    border: solid 1px #fff;
    background-color: transparent;
}

.topic__date
{
    margin-top: 20px;

    text-align: right;

    color: #999;
}

.topic__tag-list-top .topic__tag-list--white
{
    color: #fff;
}

.more-btn
{
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;

    display: block;

    width: 280px;
    max-width: 80%;
    margin: 40px auto 100px;

    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
            transition: .5s;
    text-align: center;
    text-decoration: none;

    color: #fff;
    background-color: #ec145a;
}

.more-btn:hover
{
    opacity: .7;
}

/* //topics */
/* footer */
footer
{
    margin-top: 150px;
    padding-top: 70px;
    padding-bottom: 80px;

    text-align: center;

    background-color: #f7f7f7;
}

.foot-genki-logo img
{
    width: 17%;
    max-width: 100px;
    margin-bottom: 25px;
}

.foot-yomiuri
{
    margin-bottom: 35px;
}

.foot-yomiuri img
{
    width: 35%;
    max-width: 208px;

    -webkit-transition: .5s;
            transition: .5s;
}

.foot-yomiuri img:hover
{
    opacity: .7;
}

.foot-txt
{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;

    margin-bottom: 65px;
}

/* パンくずリスト */
.bred
{
    width: 100%;
    height: 60px;
    margin: 0 auto 75px;

    background-color: #ec145a;
}

.bred__list
{
    line-height: 60px;

    max-width: 1160px;
    margin: 0 auto 0 auto;
    padding-left: 2em;
}

.bred__item
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    padding-right: 2em;

    color: #fff;
}

.bred__item::after
{
    position: absolute;
    top: 0;
    right: .8em;
    bottom: 0;

    width: 6px;
    height: 6px;
    margin: auto;

    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.bred__item:last-child::after
{
    display: none;
}

.bred__link
{
    -webkit-transition: .5s;
            transition: .5s;
    text-decoration: none;

    color: #fff;
}

.bred__link:hover
{
    opacity: .5;
}

/* パンくずリスト */
/* eventページ */
.news-area
{
    margin: 0 15px 50px 15px;
}

.news-area__ttl
{
    font-size: 36px;
    font-weight: bold;

    color: #58595b;
}

.news-area__sub-ttl
{
    font-size: 24px;
    font-weight: bold;

    color: #58595b;
}

.news-area__txt
{
    font-size: 16px;

    margin-bottom: 20px;

    text-indent: 1em;

    color: #333;
}

.news-area__date
{
    margin-bottom: 10px;

    text-align: left;

    color: #999;
}

.clm3-7
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 50px;
}

.clm3-7__left
{
    width: 30%;

    text-align: center;
}

.clm3-7__left img
{
    width: 80%;
    max-width: 430px;
}

.clm3-7__right
{
    width: 70%;
}

.clm6-4
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.clm6-4__left
{
    width: 60%;
}

.clm6-4__right
{
    width: 40%;

    text-align: right;
}

.clm6-4__right img
{
    width: 80%;
}

/* sns */
.sns-area
{
    margin: 150px auto 120px auto;
}

.sns-area__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sns-area__list
{
    -ms-flex-preferred-size: 84px;
    flex-basis: 84px;
}

.sns-area__link img
{
    width: 50px;
}

.event-tag-list
{
    display: inline-block;

    margin: 0 2px 8px;
    padding: 2px 8px 1px;

    border-radius: 4px;
    background-color: #ec145a;
}

.event-tag-list a
{
    font-size: 12px;

    text-decoration: none;

    color: #fff;
}
.off-btn {
  opacity: .6;
}
.off-btn a {
  opacity: .6;
}
/* eventページ */
@media screen and (max-width: 780px)
{
    .g-nav
    {
        display: block;
    }
    .sp-only
    {
        display: block;
    }
    .con-ttl
    {
        font-size: 20px;

        width: 100%;
        margin-bottom: 25px;

        border-bottom: solid 1px #58595b;
    }
    .mv
    {
        margin-bottom: 0;
    }
    /*   menu */
    .logo
    {
        position: absolute;
        z-index: 1000;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        width: 55px;
        height: 42px;
        margin: auto;
        padding: 0;
    }
    .logo a img
    {
        width: 55px;
    }
    .y-logo
    {
        padding: 0 15px 0 0;
    }
    .y-logo a img
    {
        width: 55px;
    }
    header
    {
        position: relative;
        z-index: 1000;

        height: 70px;

        background-color: #fff;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
                box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    }
    header.on
    {
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    header #menu
    {
        position: absolute;
        z-index: 9997;
        top: 15px;
        left: 10px;

        display: block;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 30px;
        height: 30px;
        padding: 6px 0 0 8px;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .menu-trigger
    {
        position: relative;

        display: inline-block;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 30px;
        height: 18px;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .menu-trigger span
    {
        display: inline-block;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .menu-trigger span:nth-of-type(1)
    {
        top: 0;
    }
    .menu-trigger.active span:nth-of-type(1)
    {
        -webkit-transform: translateY(8px) rotate(-45deg);
                transform: translateY(8px) rotate(-45deg);
    }
    .menu-trigger span:nth-of-type(2)
    {
        top: 8px;
    }
    .menu-trigger.active span:nth-of-type(2)
    {
        opacity: 0;
    }
    .menu-trigger span:nth-of-type(3)
    {
        bottom: 0;
    }
    .menu-trigger p
    {
        font-size: 9px;
        font-weight: bold;

        position: absolute;
        bottom: -15px;

        width: 100%;
        margin-top: 5px;

        text-align: center;
    }
    .menu-trigger.active span:nth-of-type(3)
    {
        -webkit-transform: translateY(-8px) rotate(45deg);
                transform: translateY(-8px) rotate(45deg);
    }
    .g-nav.on
    {
        z-index: 2;
        top: 68px;

        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
                box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    }
    .menu-trigger
    {
        display: inline-block;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .menu-trigger span
    {
        position: absolute;
        left: 0;

        display: inline-block;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        height: 3px;

        -webkit-transition: all .4s;
                transition: all .4s;

        background-color: #ec145a;
    }
    .g-nav
    {
        line-height: 120%;

        position: absolute;
        z-index: 1000;
        top: -300px;

        width: 100%;
        height: 250px;
        padding: 50px 0 0 0;

        -webkit-transition: .7s all;
                transition: .7s all;

        background: #fff;
    }
    .g-nav__link
    {
        font-size: 12px;
        font-weight: bold;

        text-decoration: none;

        color: #fff;
    }
    .g-nav__btn
    {
        width: 130px;
        height: 30px;
        margin: 4px .8em 4px .8em;
    }
    .g-nav__btn::after
    {
        display: none;
    }
    .g-nav__list
    {
        text-align: left;
    }
    .g-nav__list .here
    {
        border-bottom-style: none;
        background: rgba(221, 221, 221, .5);
    }
    /* contents */
    .content
    {
        width: 92%;
        margin: 0 auto 0;
    }
    /* //contents */
    .gnavi
    {
        display: none;
    }
    .gnavi__item-wrap
    {
        display: none;
    }
    /* topics */
    .topic-wrap
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
		margin-bottom:0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    }
    .topic-category
    {
        position: absolute;
        top: -4px;
        left: 0;
    }
    .topic-category li:nth-child(2),
    .topic-category li:nth-child(3)
    {
        display: none;
    }
    .topic
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        max-width: 100%;
        height: 100%;
        margin: 0 auto 12px;
    }
    .topic__img
    {
        position: relative;

        width: 100%;
        margin-right: 10px;
        margin-bottom: 7px;
    }
    .topic__img img
    {
        width: 100%;
    }
    .topic__txt
    {
        width: 100%;
        margin: 0 0 0 6px;
    }
    .topic__ttl
    {
        font-size: 13px;
        font-weight: bold;
        line-height: 1.3;

        height: auto;
        margin-bottom: 5px;

        text-align: left;
    }
    .topic__tag
    {
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: inline-table;*/

        text-align: left;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    }
    .topic__tag-list
    {
        display: inline-block;

        width: auto;
        margin: .1em .1em;
        padding: 0 .5em;
    }
    .topic__tag-list-top
    {
        background-color: #fff;
    }
    .topic__tag-list a
    {
        font-size: 10px;
    }
    .topic__tag-list--white
    {
        color: #333;
    }
    .topic__date
    {
        font-size: 11px;

        margin-top: 5px;

        text-align: right;

        color: #999;
    }
    .topic__tag-list-top .topic__tag-list--white
    {
        padding: .2em .5em;

        color: #ec145a;
        border: 1px dashed #ec145a;
        border-radius: 4px;
    }
    .topic-category__item01,
    .topic-category__item02,
    .topic-category__item03
    {
        margin-top: 4px;
        padding: 0 .5em;
    }
    .more-btn
    {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .more-btn a
    {
        font-size: 18px;
        font-weight: bold;
        line-height: 50px;

        display: block;

        width: 280px;
        max-width: 80%;
        margin: 0 auto;

        text-align: center;
        text-decoration: none;

        color: #fff;
        background-color: #ec145a;
    }
    .more-btn a:hover
    {
        opacity: .6;
    }
    /* //topics */
    .gnavi__list
    {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .gnavi__sp-wrap
    {
        margin-top: 60px;
    }
    .gnavi__item
    {
        font-size: 14px;
    }
    .gnavi__item-child
    {
        line-height: 40px;

        position: absolute;
        z-index: 200;
        top: 60px;
        left: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 400px;
        height: 100%;

        border-radius: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
    .gnavi__item-child:before
    {
        display: none;
    }
    .gnavi__item-child li
    {
        font-size: 14px;
        font-weight: 300;

        position: relative;

        padding-left: 20px;
    }
    .gnavi__item-child--type01 a,
    .gnavi__item-child--type02 a,
    .gnavi__item-child--type03 a
    {
        line-height: 45px;
		padding-top: 5px;

        margin-top: 1px;
    }
    .gnavi__item-child--type01:before,
    .gnavi__item-child--type02:before,
    .gnavi__item-child--type03:before
    {
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;

        margin: auto;
    }
    /*   パンくずリスト */
    .bred
    {
        display: none;
    }
    /*   パンくずリスト */
    .mt30
    {
        margin-top: 30px;
    }
    .news-area
    {
        margin: 0 auto 35px auto;
    }
    .news-area__ttl
    {
        font-size: 18px;
        line-height: 1.4;
    }
    .news-area__sub-ttl
    {
        font-size: 15px;
        line-height: 1.4;

        margin-bottom: 25px;
        padding: 0 1% 0 1%;
    }
    .news-area__txt
    {
        font-size: 12px;

        margin: 0 auto 1.5em auto;
        padding: 0 1% 0 1%;
    }
    .news-area__date
    {
        font-size: 10px;
    }
    .news-area .topic__tag-list
    {
        /*border: solid 1px #ccc;*/
        background-color: #fff;
    }
    .news-area .topic__tag-list a
    {
       /* color: #666;*/
    }
    .clm3-7
    {
            flex-direction: column;

        margin-bottom: 10px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
    .clm3-7__left
    {
        width: 100%;
    }
    .clm3-7__left img
    {
        width: 50%;
        margin-bottom: 25px;
    }
    .clm3-7__right
    {
        width: 100%;
    }
    .clm6-4
    {
            flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    }
    .clm6-4__left
    {
        width: 100%;
    }
    .clm6-4__right
    {
        width: 100%;
    }
    .clm6-4__right img
    {
        width: 100%;
        margin-bottom: 15px;
    }
    .sns-area
    {
        margin: 30px auto 80px auto;
    }
    .sns-area__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sns-area__list
    {
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    }
    .sns-area__link img
    {
        width: 40px;
    }
    /* footer */
    footer
    {
        margin-top: 100px;
        padding-top: 42px;
        padding-bottom: 33px;
    }
    .foot-txt
    {
        font-size: 10px;

        margin-bottom: 40px;
        padding: 0 2em 0 2em;
    }
}
.slider{
    opacity: 0;
}
.slick-initialized{
    opacity: 1
}
/*form table*/
.bold
{
    font-weight: bold;
}

ul.price-flex
{
    width: 100%;
    margin-bottom: 20px;
}

ul.price-flex .ul01
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.price-flex .ul01 li
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 15%;
    padding: 10px;

    text-align: center;
}

ul.price-flex .ul01 li:last-child
{
    border-right: none;
}

ul.price-flex .ul01.ul01 li
{
    border-bottom: solid 1px #fff;
}

ul.price-flex .ul01.ul01 li.li01
{
    font-weight: bold;

    width: 15%;

    color: #fff;
    background-color: #f8b813;
}

ul.price-flex .ul01.ul01 li.li02
{
    width: 85%;

    text-align: left;

    background-color: #fef3e5;
}

@media screen and (max-width: 780px)
{
    ul.price-flex .ul01
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    ul.price-flex .ul01.ul01 li.li01
    {
        width: 100%;

        background-color: #f8b813;
    }
    ul.price-flex .ul01.ul01 li.li02
    {
        width: 100%;

        text-align: left;
    }
}
/* VR btn*/
.vr-btn
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    max-width: 750px;
    margin-bottom: 20px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn-list a
{
    font-weight: bold;

    display: block;

    padding: .5em 1.5em;

    -webkit-transition: .5s;
            transition: .5s;
    text-decoration: none;

    color: #ec145a;
    border: solid 1px #ec145a;
}
.btn-list .here {
	background-color: #ec145a;
    color: #FFF;
}

.btn-list .none {
    pointer-events: none;
    opacity: 0.5;
}

.btn-list a:hover
{
    color: #fff;
    background-color: #ec145a;
}

@media screen and (max-width: 780px)
{
    .vr-btn
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
    .btn-list
    {
        margin: .1em;
    }
    .btn-list a
    {
        margin: .3em 1em;
    }
}
/*--------------------トップへ戻るボタン--------------------*/
.topBtn
{
    position: fixed;
    right: 20px;
    bottom: 20px;

    width: 50px;
    height: 50px;

    opacity: .8;
    border-radius: 50%;
    background: #ec145a;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.topBtn a
{
    position: relative;

    display: block;

    width: 20px;
    height: 20px;

    text-decoration: none;
}

.topBtn a:before
{
    font-size: 20px;

    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 15px;

    width: 20px;
    height: 20px;
    margin: auto;

    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(135deg);
    text-align: center;

    color: #000;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
.topic__img:hover {
    opacity: 1;
  }
/*--------------------投稿ページカスタム--------------------*/
  .ml0 {
    margin-top: 0;
    margin-left: 0;
    font-size: 12px;
  }

  .mr0 {
    margin-top: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .news-area__img img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 0;
  }

  .news-area__sub-ttl {
    margin-bottom: 30px;
  }

  @media screen and (max-width: 780px) {
    .ml0,
    .mr0 {
      margin-left: auto;
      margin-right: auto;
    }
  }