
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);
@import url('https://fonts.googleapis.com/css?family=Poiret One');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

@charset "Shift_JIS";


html {
    font-size: 62.5%;
}

body {
    background: #fff;
    font-family:'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #000;
}


img{
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 1024px) {
    .sp-none {
        display: none;
    }
}

@media screen and (min-width:1025px) {
    .pc-none {
        display: none;
    }
}

@media screen and (min-width: 600px){
    .br-pc { display:block; }
    .br-sp { display:none; }
}
@media screen and (max-width: 600px){
    .br-pc { display:none; }
    .br-sp { display:block; }
}

/*===============================
ヘッダー
================================*/

header {
    width: 100%;
    background: rgba(0, 0, 0, .9);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
}
header ul{
    display: flex;
    flex-wrap: wrap;
    width: 980px;
    margin: auto;
    padding: 5px;
}
header li.logo{
    width: 200px;
}
header li.nav{
    width: 780px;
}
header h1{
    padding-top: 30px;
    font-size: 0.8rem;
}
header .tel{
    position: absolute;
    width: 230px;
    top: 3px;
    right: 0
}

@media screen and ( max-width:479px ){
    header {
        width: 100%;
        background: rgba(0, 0, 0, .9);
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1000;
    }
    header ul{
        position:relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: auto;
        padding: 5px 0;
    }
    header li.logo{
        width: 150px;
        margin-left: 5px
    }
    header h1{
        padding-top: 30px;
        font-size: 0.8rem;
    }
    header .tel{
        position: absolute;
        width: 170px;
        top: 1px;
        right: 32px
    }
    header .icon{
        position:absolute;
        top: 10px;
        right: 5px
    }
}

/*===============================
フッター
================================*/
footer {
    width: 100%;
    background: #000;
    text-align: center;
}

footer p {
    padding: 30px;
    color: #fff;
    font-size: 0.8rem;
}

footer a {
    color: #fff;
    text-decoration: none;
}



/*===============================
ナビゲーション
================================*/

nav {
}
nav ul {
    width: 780px;
    height: 65px;
    display: flex;
    flex-wrap: nowrap;
    position:relative
}
nav li {
    width : calc(100% / 7) ;
    padding-top: 8px;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center;
    line-height: 1
}

nav li a{
    display: block;
    height: 65px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
nav li a:hover {
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
nav li em{
    font-family: 'Poiret One', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: normal;
    line-height: 30px
}
nav li span{
    color: #ef017c
}
nav .nav-recruit{
    position: absolute;
    width: 85px;
    height: 85px;
    background: #ff2da2;
    top: -5px;
    right: -85px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
nav .nav-recruit:hover {
    background: #ffb7df
}
nav .nav-recruit a{
    display: block;
    height: 70px;
    padding-top: 15px;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    color: #000;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.5;
    text-decoration: none
}
nav .nav-recruit em{
    font-family: 'Poiret One', sans-serif;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
    line-height: 30px
}

@media screen and (min-width:480px) and ( max-width:959px) {

    nav {
        width: 100%;
     }
    nav ul {
        width: 100%;
        height: 220px;
        display: flex;
        flex-wrap: wrap;
        margin-top: -5px;
        margin-left: -5px
    }
    nav li {
        width : calc(100% / 2);
        position:relative;
        height: 50px;
        padding-top: 0px;
        background: #fff;
        border-bottom: 1px dotted #000;
        font-family:'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        text-align: left
    }
    nav li a{
        display: block;
        height: 50px;
    }
    nav li a:after {
        content: '';
        width: 0;
        margin-top: 0px;
        transition: all 0.3s ease;
        border-bottom: 0px solid #ef017c;
        display: block;
    }
    nav li a:hover:after {
        width: 100%;
        border-bottom: 0px solid #ef017c;
    }
    nav li .point{
        position:absolute;
        width: 50px;
        height: 50px;
        top: 0px;
        left: 0px;
        background: linear-gradient(#444, #333);
        text-align: center
    }
    nav li .point p{
        padding-top: 12px;
        color: #e4007f;
        font-size: 1.5rem;
        font-weight: bold
    }
    nav li .contents{
        position:absolute;
        top: 9px;
        left: 55px;
        color: #000;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 1.2
    }
    nav li .contents p{
        padding-top: 0px;
        padding-left: 3px;
        color: #868686;
        font-size: 0.8rem;
        font-weight: bold;
        font-family: 'Poiret One', sans-serif;
    }
    .nav-open{
        margin-top: 60px
    }
    .nav-open .open{
        padding: 15px 0 10px 0;
        font-size: 1rem;
        font-weight: bold;
        text-align: center
    }
    .recruit{
        padding: 15px;
    }
}

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

    nav {
        width: 100%;
    }
    nav ul {
        width: 100%;
        height: 350px;
        margin-top: -5px;
        display: flex;
        flex-wrap: wrap;
    }
    nav li {
        width : calc(100% / 1);
        position:relative;
        height: 50px;
        padding-top: 0px;
        background: #fff;
        border-bottom: 1px dotted #000;
        font-family:'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        text-align: left
    }
    nav li a{
        display: block;
        height: 50px;
    }
    nav li a:after {
        content: '';
        width: 0;
        margin-top: 0px;
        transition: all 0.3s ease;
        border-bottom: 0px solid #ef017c;
        display: block;
    }
    nav li a:hover:after {
        width: 100%;
        border-bottom: 0px solid #ef017c;
    }
    nav li .point{
        position:absolute;
        width: 50px;
        height: 50px;
        top: 0px;
        left: 0px;
        background: linear-gradient(#444, #333);
        text-align: center
    }
    nav li .point p{
        padding-top: 12px;
        color: #e4007f;
        font-size: 1.5rem;
        font-weight: bold
    }
    nav li .contents{
        position:absolute;
        top: 9px;
        left: 55px;
        color: #000;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 1.2
    }
    nav li .contents p{
        padding-top: 0px;
        padding-left: 3px;
        color: #868686;
        font-size: 0.8rem;
        font-weight: bold;
        font-family: 'Poiret One', sans-serif;
    }
    .nav-open{
        margin-top: 60px
    }
    .nav-open .open{
        padding: 15px 0 10px 0;
        font-size: 1rem;
        font-weight: bold;
        text-align: center
    }
    .recruit{
        padding: 15px;
    }
}

.index{
    background-attachment: fixed;
    background-image: url("../img/bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    text-align: center;
}

/*===============================
メイン
================================*/

.main-space {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(../img/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center
}
.main-space .inner{
    padding-bottom: 0px;
}
.main-space img{
    width: 640px;
    margin: auto;
    padding-top: 10px;
}
.main-space h1{
    padding-top: 60px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    text-shadow:0px 1px 0px #000;
}
.main-space h2{
    padding: 30px;
    color: #ffe0ef;
    font-size: 1.3rem;
    font-weight: bold;
    text-shadow:0px 1px 0px #000;
}
.main-space h3{
    width: 100%;
    margin-top: 20px;
    padding: 30px 0;
    color: #000;
    font-size: 0.8rem;
    font-weight: bold;
    text-shadow:
        #fff 2px 0px 2px, #fff -2px 0px 2px,
        #fff 0px -2px 2px, #fff -2px 0px 2px,
        #fff 2px 2px 2px, #fff -2px 2px 2px,
        #fff 2px -2px 2px, #fff -2px -2px 2px,
        #fff 1px 2px 2px, #fff -1px 2px 2px,
        #fff 1px -2px 2px, #fff -1px -2px 2px,
        #fff 2px 1px 2px, #fff -2px 1px 2px,
        #fff 2px -1px 2px, #fff -2px -1px 2px,
        #fff 1px 1px 2px, #fff -1px 1px 2px,
        #fff 1px -1px 2px, #fff -1px -1px 2px;
    text-align: center;
    line-height: 2
}

@media screen and ( max-width:479px ){
    .main-space {
        width: 100%;
        height: auto;
        font-size: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .main-space .inner{
        padding-bottom: 30px;
        background-image: url(../img/bg.jpg);
        background-position: top center;
        background-size: 200% auto;
        text-align: center
    }
    .main-space .logo-l{
        width: 85%;
        margin: auto;
        padding-top: 10px;
    }
    .main-space .logo-l img{
        width: 100%
    }
    .main-space h1{
        padding-top: 100px;
        color: #fff;
        font-size: 1.3rem;
        font-weight: bold
    }
    .main-space h2{
        padding: 30px 0 0 0;
        color: #ffe0ef;
        font-size: 1rem;
        font-weight: bold
    }
    .main-space h3{
        padding: 20px 0;
        font-size: 0.7rem;
        font-weight: bold;
        text-align: center;
        line-height: 2
    }
}


.container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.container a{
    text-decoration: none;
}
.container span{
    font-size: 2.5rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}
.btn {
    flex: 1 1 auto;
    margin: 10px;
    padding: 10px 20px 20px 20px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    font-size: 1.5rem;
}
.btn:hover {
    background-position: right center;
    text-decoration: none;
}
.btn-enter {
    width: 250px;
    background-image: linear-gradient(to right, #ff3da1 0%, #ef017c 51%, #ff3da1 100%);
    font-size: 0.9rem
}
.btn-leave {
    width: 150px;
    background-image: linear-gradient(to right, #444 0%, #000 51%, #444 100%);
    font-size: 0.9rem
}



/*===============================
お知らせ
================================*/
#news{
    margin-top: 110px;
    background: #fff
}
#news .main{
    display: flex;
    flex-wrap: wrap;
    width: 640px;
    margin: auto;
    padding: 30px 0px
}
#news .main .left{
    width: 200px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#news .main .left h2{
    width: 200px;
    font-size: 1.3rem;
    letter-spacing: .2em;
    line-height: 120%;
}
#news .main .left p{
    color: #aaa;
    font-size: 0.6rem;
    font-family: 'Playfair Display', serif;
    letter-spacing: .3em;
    line-height: 1;
    margin-top: 10px;
}

#news .main .right{
    width: 440px;
    text-align: left
}
#news .data{
    font-size: 0.8rem
}
#news .title{
    padding: 10px 0px;
    color: #c2a06d;
    font-size: 1rem
}
#news .comment{
    font-size: 0.8rem;
    line-height: 1.65;
    text-align: left
}
#news .comment .photo{
    float: left;
    width: 85px;
    margin-right: 10px;
}

@media screen and ( max-width:479px ){
    #news{
        margin-top: 60px;
        background: #fff
    }
    #news .main{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: auto;
        padding: 30px 0px
    }
    #news .main .left{
        width: 30%;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #news .main .left h2{
        width: 100%;
        font-size: 1.1rem;
        letter-spacing: 0;
        line-height: 120%;
    }
    #news .main .left p{
        color: #aaa;
        font-size: 0.6rem;
        letter-spacing: 0.2em;
        line-height: 1;
        margin-top: 10px;
    }

    #news .main .right{
        width: 68%
    }
    #news .data{
        padding-top: 4px;
        font-size: 0.8rem
    }
    #news .title{
        padding: 10px 0px;
        color: #c2a06d;
        font-size: 1rem
    }
    #news .comment{
        font-size: 0.8rem;
        line-height: 1.65;
    }
    #news .comment .photo{
        float: left;
        width: 85px;
        margin-right: 10px;
    }
}


/*===============================
本日の出勤情報
================================*/

#today{
    padding: 60px 0px;
    background: #eddec7
}
#today h2{
    font-size: 1.5rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#today h3{
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: 'Playfair Display', serif;
    transform: rotate(.03deg);
    text-align: center
}
#today ul{
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: auto;
    padding: 50px 0px
}
#today li{
    width: calc(100% / 5);
}
#today li .detail {
    margin: 10px;
    background: #fff;
    box-shadow: 1px 1px 1px #d6bc95;
}
#today .detail img{
    width: 100%;
}
#today .image{
    position: relative;
}
#today .subname {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    font-size: 3.5rem;
    font-family: 'Pinyon Script', cursive;
    text-align: center;
}
#today .name {
    padding-top: 25px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
}
#today .name span{
    font-size: 0.9rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}
#today .comment {
    padding-top: 10px;
    color: #e4007f;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
}
#today .size {
    padding: 10px 0px 25px 0px;
    font-size: 0.8rem;
    font-weight: 500;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center;
}
#today .time{
    position: absolute;
    width: 75px;
    height: 60px;
    background: rgba(105, 175, 184, .9);
    bottom: 15px;
    left: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#today .time p{
    padding: 10px 0px;
    color: #fff;
    line-height: 12px;
    text-align: center
}
#today .time span{
    font-size: 0.6rem;
}
#today .new{
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(254, 0, 142, .9);
    top: 5px;
    right: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
#today .new p{
    padding-top: 17px;
    color: #fff;
    font-family: 'Pinyon Script', cursive;
    text-align: center
}
@media screen and (min-width:480px) and ( max-width:959px) {
    #today{
        padding: 40px 0px 20px;
        background: #eddec7
    }
    #today h2{
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #today h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        transform: rotate(.03deg);
        text-align: center
    }
    #today ul{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
        padding: 30px 0px
    }
    #today li{
        width: calc(100% / 3);
    }
    #today li .detail {
        margin: 5px;
        background: #fff;
        box-shadow: 1px 1px 1px #d6bc95;
    }
    #today .detail img{
        width: 100%;
    }
    #today .image{
        position: relative;
    }
    #today .subname {
        position: absolute;
        bottom: -18px;
        left: 0;
        right: 0;
        font-size: 2.5rem;
        font-family: 'Pinyon Script', cursive;
        text-align: center;
    }
    #today .name {
        padding-top: 25px;
        font-size: 1.3rem;
        font-weight: 400;
        text-align: center;
    }
    #today .name span{
        font-size: 0.9rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #today .comment {
        padding-top: 10px;
        font-size: 0.8rem;
        text-align: center;
    }
    #today .size {
        padding: 10px 0px 15px 0px;
        font-size: 0.8rem;
        font-weight: 500;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center;
    }
    #today .time{
        position: absolute;
        width: 75px;
        height: 60px;
        background: rgba(105, 175, 184, .9);
        bottom: 15px;
        left: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #today .time p{
        padding: 10px 0px;
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 12px;
        text-align: center
    }
    #today .time span{
        font-size: 0.6rem;
    }
    #today .new{
        position: absolute;
        width: 50px;
        height: 50px;
        background: rgba(254, 0, 142, .9);
        top: 5px;
        right: 5px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
    }
    #today .new p{
        padding-top: 17px;
        color: #fff;
        font-family: 'Pinyon Script', cursive;
        text-align: center
    }
}
@media screen and ( max-width:479px ){
    #today{
        padding: 40px 0px 20px;
        background: #eddec7
    }
    #today h2{
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #today h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        transform: rotate(.03deg);
        text-align: center
    }
    #today ul{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
        padding: 30px 0px
    }
    #today li{
        width: calc(100% / 2);
    }
    #today li .detail {
        margin: 5px;
        background: #fff;
        box-shadow: 1px 1px 1px #d6bc95;
    }
    #today .detail img{
        width: 100%;
    }
    #today .image{
        position: relative;
    }
    #today .subname {
        position: absolute;
        bottom: -18px;
        left: 0;
        right: 0;
        font-size: 2.5rem;
        font-family: 'Pinyon Script', cursive;
        text-align: center;
    }
    #today .name {
        padding-top: 25px;
        font-size: 1.3rem;
        font-weight: 400;
        text-align: center;
    }
    #today .name span{
        font-size: 0.9rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #today .comment {
        padding-top: 10px;
        font-size: 0.8rem;
        text-align: center;
    }
    #today .size {
        padding: 10px 0px 15px 0px;
        font-size: 0.8rem;
        font-weight: 500;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center;
    }
    #today .time{
        position: absolute;
        width: 75px;
        height: 60px;
        background: rgba(105, 175, 184, .9);
        bottom: 15px;
        left: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #today .time p{
        padding: 10px 0px;
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 12px;
        text-align: center
    }
    #today .time span{
        font-size: 0.6rem;
    }
    #today .new{
        position: absolute;
        width: 50px;
        height: 50px;
        background: rgba(254, 0, 142, .9);
        top: 5px;
        right: 5px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
    }
    #today .new p{
        padding-top: 17px;
        color: #fff;
        font-family: 'Pinyon Script', cursive;
        text-align: center
    }
}


/*===============================
出勤情報
================================*/

#schedule{
    padding: 60px 0px;
    background: #fff
}
#schedule h2{
    font-size: 1.5rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#schedule h3{
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#schedule ul{
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: auto;
    padding: 50px 0px
}
#schedule li{
    width: calc(100% / 3);
}
#schedule li .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px;
    background: #f5f5f5;
}
#schedule .detail img{
    width: 100%;
}
#schedule .image{
    position: relative;
    width: 50%;
   }
#schedule .list{
    position: relative;
    width: 50%;
 }
#schedule .subname {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    font-size: 3.5rem;
    font-family: 'Pinyon Script', cursive;
    text-align: center;
}
#schedule .name {
    padding: 45px 0px 0px 15px;
    font-size: 1.6rem;
    font-weight: 400;
}
#schedule .name span{
    font-size: 0.9rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}
#schedule .comment {
    padding: 15px 0px 0px 15px;
    font-size: 0.9rem;
    font-weight: 600
}
#schedule .size {
    padding: 15px 0px 15px 15px;
    font-size: 0.8rem;
    font-weight: 500;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}
#schedule .scroll {
    height: 230px;
    margin: 5px 10px 0px 15px;
    overflow: auto;
    color: #888;
    font-size: 0.8rem;
    line-height: 1.65
}
#schedule .time{
    position: absolute;
    width: 75px;
    height: 60px;
    background: rgba(105, 175, 184, .9);
    bottom: 5px;
    left: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#schedule .time p{
    padding: 10px 0px;
    color: #fff;
    line-height: 12px;
    text-align: center
}
#schedule .time span{
    font-size: 0.6rem;
}
#schedule .new{
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(254, 0, 142, .9);
    top: 5px;
    right: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
#schedule .new p{
    padding-top: 17px;
    color: #fff;
    font-family: 'Pinyon Script', cursive;
    text-align: center
}

.week{
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: auto;
    padding: 50px 0px
}
.week .days{
    width: calc(100% / 7);
}

a.day-btn {
    display: block;
    position: relative;
    width: 140px;
    margin: 2px;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border:1px solid #000;
    background: #000;
    overflow: hidden;
    z-index: 1 !important;
}
a.day-btn:after {
    content:"";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 100%;
    background : #fff;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: 0.3s;
    z-index: -1;
}
a.day-btn:hover {
    color: #000;
}
a.day-btn:hover:after {
    height: 250%;
    opacity: 1;
}
a.day-btn:active:after {
    height: 350%;
    opacity: 1;
}


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

    #schedule{
        padding: 30px 0px;
        background: #fff
    }
    #schedule h2{
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #schedule h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #schedule ul{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
        padding: 20px 0px
    }
    #schedule li{
        width: calc(100% / 1);
        margin-bottom: 10px
    }
    #schedule li .detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0px 10px;
        background: #f5f5f5;
    }
    #schedule .detail img{
        width: 100%;
    }
    #schedule .image{
        position: relative;
        width: 50%;
    }
    #schedule .list{
        position: relative;
        width: 50%;
    }
    #schedule .subname {
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
        font-size: 2.5rem;
        font-family: 'Pinyon Script', cursive;
        text-align: center;
    }
    #schedule .name {
        padding: 35px 0px 0px 15px;
        font-size: 1.3rem;
        font-weight: 400;
    }
    #schedule .name span{
        font-size: 0.9rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #schedule .comment {
        padding: 10px 0px 0px 15px;
        color: #ff0083;
        font-size: 0.9rem;
        font-weight: 600
    }
    #schedule .size {
        padding: 10px 0px 5px 15px;
        font-size: 0.8rem;
        font-weight: 500;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #schedule .scroll {
        height: 135px;
        margin: 0px 10px 0px 15px;
        overflow: auto;
        color: #888;
        font-size: 0.8rem;
        line-height: 1.25;
        overflow: auto
    }
    #schedule .time{
        position: absolute;
        width: 75px;
        height: 60px;
        background: rgba(105, 175, 184, .9);
        bottom: 5px;
        left: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #schedule .time p{
        padding: 10px 0px;
        color: #fff;
        line-height: 12px;
        text-align: center
    }
    #schedule .time span{
        font-size: 0.6rem;
    }
    #schedule .new{
        position: absolute;
        width: 50px;
        height: 50px;
        background: rgba(254, 0, 142, .9);
        top: 5px;
        right: 5px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
    }
    #schedule .new p{
        padding-top: 17px;
        color: #fff;
        font-family: 'Pinyon Script', cursive;
        text-align: center
    }

    .week{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
        padding: 20px 0 0 0
    }
    .week .days{
        width: calc(100% / 3);
        margin-bottom: 5px;
    }

    a.day-btn {
        display: block;
        position: relative;
        width: 95%;
        margin: auto;
        padding: 0.8em 0;
        text-align: center;
        text-decoration: none;
        color: #fff;
        border:1px solid #000;
        background: #000;
        overflow: hidden;
        z-index: 1 !important;
    }
    a.day-btn:after {
        content:"";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 0;
        width: 100%;
        background : #fff;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transition: 0.3s;
        z-index: -1;
    }
    a.day-btn:hover {
        color: #000;
    }
    a.day-btn:hover:after {
        height: 250%;
        opacity: 1;
    }
    a.day-btn:active:after {
        height: 350%;
        opacity: 1;
    }

}



/*===============================
新人情報
================================*/
#newface{
    position: relative;
    background: url("../img/bg.png");
}
#newface ul{
    padding: 60px 0px;
}
#newface .title{
   text-align: center
}
#newface .title .space{
    padding: 30px 0 0;
}
#newface .title h2{
    padding: 50px 0px 10px 0px;
    font-size: 2.0rem;
    font-family: 'Playfair Display', serif;
    transform: rotate(.03deg);
    text-align: center
}
#newface .title h3{
    padding: 0px 0px 20px 0px;
    font-size: 1rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#newface .title p{
    font-size: 0.8rem;
    color: #666;
    line-height: 2
}
#newface .title span{
    color: #f00;
    font-size: 0.9rem;
    font-weight: bold
}
#newface .detail{
    width: 300px;
    margin: 0px 10px 50px;
    background: #fff;
    box-shadow: 1px 1px 1px #ccc;
    text-align: center
}
#newface .detail .name {
    padding-top: 10px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
}
#newface .detail .name span{
    font-size: 0.9rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}
#newface .detail .size {
    padding: 5px 0px 15px 0px;
    font-size: 0.8rem;
    font-weight: 500;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center;
}
#newface .detail .image{
    position: relative;
}
#newface .detail .age{
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(214, 188, 149, .9);
    bottom: -25px;
    right: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
#newface .detail .age p{
    padding-top: 7px;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#newface .detail .age span{
    font-size: 0.8rem
}

@media screen and ( max-width:479px ){
    #newface{
        position: relative;
        background: url("../img/bg.png");
    }
    #newface ul{
        padding: 60px 0px;
    }
    #newface .title{
    }
    #newface .title .space{
        padding: 20px 0 0;
    }
    #newface .title h2{
        padding: 20px 0px 10px 0px;
        font-size: 1.5rem;
        font-family: 'Playfair Display', serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #newface .title h3{
        padding: 0px;
        font-size: 0.8rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #newface .title p{
        padding-top: 10px;
        font-size: 0.8rem;
        color: #999;
        text-align: center;
        line-height: 1.7
    }
    #newface .detail{
        width: 150px;
        margin: 0px 10px 10px 10px;
        background: #fff;
        box-shadow: 1px 1px 1px #ccc;
        text-align: center
    }
    #newface .detail .name {
        padding-top: 10px;
        font-size: 1.1rem;
        font-weight: 400;
        text-align: center;
    }
    #newface .detail .name span{
        font-size: 0.9rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #newface .detail .size {
        padding: 5px 0px 15px 0px;
        font-size: 0.8rem;
        font-weight: 500;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center;
    }
    #newface .detail .image{
        position: relative;
    }
    #newface .detail .age{
        position: absolute;
        width: 40px;
        height: 40px;
        background: rgba(214, 188, 149, .9);
        bottom: 3px;
        right: 3px;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
    }
    #newface .detail .age p{
        padding-top: 2px;
        color: #fff;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #newface .detail .age span{
        font-size: 0.8rem
    }
}


/*===============================
在籍一覧
================================*/
#cast{
    padding: 60px 0px;
    background: #fff
}
#cast h2{
    font-size: 1.5rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#cast h3{
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#cast ul{
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: auto;
    padding: 50px 0px
}
#cast li{
    width: calc(100% / 5);
}
#cast li a{
    color: #000;
    text-decoration: none;
}
#cast li a:hover{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
#cast dl{
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    margin: auto;
    padding-top: 60px
}
#cast dt{
    width: calc(100% / 7);
    text-align: center
}
.type-btn {
    display: inline-block;
    width: 95%;
    padding: 1em 0;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(#e4007f 0%, #db3981 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #af1057;
}
.type-btn:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}
.type-btn-off {
    display: inline-block;
    width: 95%;
    padding: 1em 0;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(#444 0%, #888 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #222;
}
.type-btn-off:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

#cast li .detail {
    margin: 10px;
    background: #fffcf7;
    box-shadow: 1px 1px 1px #f4e8d6;
}
#cast .detail img{
    width: 100%;
}
#cast .image{
    position: relative;
}
#cast .subname {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    font-size: 3.5rem;
    font-family: 'Pinyon Script', cursive;
    text-align: center;
}
#cast .name {
    padding-top: 25px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
}
#cast .name span{
    font-size: 0.9rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}
#cast .comment {
    background: #fff;
    height: 30px;
    margin: 10px 0;
    font-size: 0.9rem;
    text-align: center;
    display: flex;
    align-items: center;
}
#cast .comment p{
    margin: auto;
    color: #ff0083;
    font-weight: bold
}
#cast .size {
    padding: 0px 0px 25px 0px;
    font-size: 0.8rem;
    font-weight: 500;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center;
}
#cast .time{
    position: absolute;
    width: 75px;
    height: 60px;
    background: rgba(105, 175, 184, .9);
    bottom: 15px;
    left: 5px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#cast .time p{
    margin: auto;
    padding: 10px 0px;
    color: #fff;
    line-height: 12px;
    text-align: center
}
#cast .time span{
    font-size: 0.6rem;
}
#cast .new{
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(254, 0, 142, .9);
    top: 5px;
    right: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
#cast .new p{
    padding-top: 17px;
    color: #fff;
    font-family: 'Pinyon Script', cursive;
    text-align: center
}

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

    #cast{
        padding: 30px 0px;
        background: #fff
    }
    #cast h2{
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #cast h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        transform: rotate(.03deg);
        text-align: center
    }
    #cast ul{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
        padding: 10px 0px
    }
    #cast li{
        width: calc(100% / 2);
    }
    #cast li a{
        color: #000;
        text-decoration: none;
    }
    #cast li a:hover{
        filter:alpha(opacity=70);
        -moz-opacity:0.7;
        opacity:0.7;
    }
    #cast li .detail {
        margin: 10px;
        background: #fffcf7;
        box-shadow: 1px 1px 1px #f4e8d6;
    }
    #cast dl{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
        padding-top: 20px
    }
    #cast dt{
        width: calc(100% / 4);
        margin-bottom: 5px;
        text-align: center
    }
    #cast .detail img{
        width: 100%;
    }
    #cast .image{
        position: relative;
    }
    #cast .subname {
        position: absolute;
        bottom: -18px;
        left: 0;
        right: 0;
        font-size: 2.5rem;
        font-family: 'Pinyon Script', cursive;
        text-align: center;
    }
    #cast .name {
        padding-top: 25px;
        font-size: 1.3rem;
        font-weight: 400;
        text-align: center;
    }
    #cast .name span{
        font-size: 0.9rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #cast .comment {
        background: #fff;
        height: 26px;
        margin: 6px 0;
        font-size: 0.8rem;
        text-align: center;
        display: flex;
        align-items: center;
    }
    #cast .comment p{
        margin: auto;
        color: #ff0083;
        font-weight: bold
    }
    #cast .size {
        padding: 0px 0px 15px 0px;
        font-size: 0.8rem;
        font-weight: 500;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center;
    }
    #cast .time{
        position: absolute;
        width: 60px;
        height: 45px;
        background: rgba(105, 175, 184, .9);
        bottom: 15px;
        left: 5px;
        display: flex;
        align-items: center;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #cast .time p{
        margin: auto;
        padding: 8px 0px;
        color: #fff;
        font-size: 0.8rem;
        line-height: 10px;
        text-align: center
    }
    #cast .time span{
        font-size: 0.6rem;
    }
    #cast .new{
        position: absolute;
        width: 50px;
        height: 50px;
        background: rgba(254, 0, 142, .9);
        top: 5px;
        right: 5px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
    }
    #cast .new p{
        padding-top: 17px;
        color: #fff;
        font-family: 'Pinyon Script', cursive;
        text-align: center
    }
}


/*===============================
トップランキング
================================*/

#top-ranking{
    padding: 70px 0px;
    background: #eee
}
#top-ranking ul{
    display: flex;
    flex-wrap: wrap;
}
#top-ranking li{
    width: calc(100% / 3);
    position: relative;
}
#top-ranking h2{
    padding: 0px 0px 10px 0px;
    font-size: 2.0rem;
    font-family: 'Playfair Display', serif;
    transform: rotate(.03deg);
    letter-spacing: .3em;
    text-align: center
}
#top-ranking h3{
    padding: 0px 0px 40px 0px;
    font-size: 0.8rem;
    text-align: center
}
#top-ranking .comment01{
    position: absolute;
    width: 100%;
    height: 100px;
    background: rgba(195, 160, 110, .7);
    bottom: 0px;
    right: 0px;
    text-align: right
}
#top-ranking .comment01 .text-01{
    padding: 20px 20px 10px 10px;
    color: #fff;
    font-size: 1.2rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}
#top-ranking .comment01 .text-02{
    padding: 0px 20px;
    font-size: 1.2rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}
#top-ranking .comment01 .text-03{
    padding: 5px 20px;
    font-size: 0.8rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}
#top-ranking .comment02{
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, .7);
    bottom: 100px;
    right: 0px;
    text-align: center
}
#top-ranking .comment02 .text-01{
    padding: 20px 0px 10px 0px;
    font-size: 1.2rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}
#top-ranking .comment02 .text-02{
    font-size: 1.6rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}
#top-ranking .comment02 .text-03{
    padding: 5px 20px;
    font-size: 0.8rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}
#top-ranking .comment02 .text-04{
    margin: 10px;;
    border: solid 1px #000;
}
#top-ranking .comment02 .text-04 p{
    font-size: 0.6rem;
    padding: 10px;
    text-align: left;
    line-height: 1.6
}
#top-ranking .comment03{
    position: absolute;
    width: 100%;
    height: 100px;
    background: rgba(195, 160, 110, .7);
    bottom: 0px;
    right: 0px;
}
#top-ranking .comment03 .text-01{
    padding: 20px 20px 10px 10px;
    color: #fff;
    font-size: 1.2rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}
#top-ranking .comment03 .text-02{
    padding: 0px 20px;
    font-size: 1.2rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}
#top-ranking .comment03 .text-03{
    padding: 5px 20px;
    font-size: 0.8rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}

@media screen and ( max-width:479px ){
    
    #top-ranking{
        padding: 50px 0px 20px;
        background: #eee
    }
    #top-ranking ul{
        display: flex;
        flex-wrap: wrap;
        width: 75%;
        margin: auto
    }
    #top-ranking li{
        width: calc(100% / 1);
        position: relative;
        margin-bottom: 25px
    }
    #top-ranking h2{
        padding: 0px 0px 10px 0px;
        font-size: 2.0rem;
        font-family: 'Playfair Display', serif;
        transform: rotate(.03deg);
        letter-spacing: .3em;
        text-align: center
    }
    #top-ranking h3{
        padding: 0px 0px 20px 0px;
        font-size: 0.8rem;
        text-align: center
    }
    #top-ranking .comment01{
        position: absolute;
        width: 100%;
        height: 100px;
        background: rgba(195, 160, 110, .7);
        bottom: 0px;
        right: 0px;
        text-align: right
    }
    #top-ranking .comment01 .text-01{
        padding: 20px 20px 10px 10px;
        color: #fff;
        font-size: 1.0rem;
        font-family: 'Playfair Display', serif;
        transform: rotate(.03deg);
    }
    #top-ranking .comment01 .text-02{
        padding: 0px 20px;
        font-size: 1.2rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #top-ranking .comment01 .text-03{
        padding: 5px 20px;
        font-size: 0.8rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #top-ranking .comment02{
        position: absolute;
        width: 100%;
        background: rgba(255, 255, 255, .7);
        bottom: 0px;
        right: 0px;
        text-align: center
    }
    #top-ranking .comment02 .text-01{
        padding: 20px 0px 10px 0px;
        font-size: 1.0rem;
        font-family: 'Playfair Display', serif;
        transform: rotate(.03deg);
    }
    #top-ranking .comment02 .text-02{
        font-size: 1.4rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #top-ranking .comment02 .text-03{
        padding: 5px 20px;
        font-size: 0.8rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #top-ranking .comment02 .text-04{
        margin: 10px;;
        border: solid 1px #000;
    }
    #top-ranking .comment02 .text-04 p{
        font-size: 0.6rem;
        padding: 10px;
        text-align: left;
        line-height: 1.6
    }
    #top-ranking .comment03{
        position: absolute;
        width: 100%;
        height: 100px;
        background: rgba(195, 160, 110, .7);
        bottom: 0px;
        right: 0px;
    }
    #top-ranking .comment03 .text-01{
        padding: 20px 20px 10px 10px;
        color: #fff;
        font-size: 1.2rem;
        font-family: 'Playfair Display', serif;
        transform: rotate(.03deg);
    }
    #top-ranking .comment03 .text-02{
        padding: 0px 20px;
        font-size: 1.2rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #top-ranking .comment03 .text-03{
        padding: 5px 20px;
        font-size: 0.8rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
}


/*===============================
ランキング
================================*/
#ranking{
    padding-top: 60px;
    background: #fff
}
#ranking h2{
    padding-bottom: 50px;
    font-size: 1.5rem;
    transform: rotate(.03deg);
    text-align: center
}
#ranking h3{
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#ranking .box{
    padding: 30px 0px;
    background: url("../img/bg.png");
}
#ranking ul{
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: auto;
    padding: 50px 0px
}
#ranking li{
    width: calc(100% / 5);
}
#ranking li .detail {
    margin: 10px;
    background: #fff;
}
#ranking.detail img{
    width: 100%;
}
#ranking .image{
    position: relative;
}
#ranking .subname {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    font-size: 3.5rem;
    font-family: 'Pinyon Script', cursive;
    text-align: center;
}
#ranking .name {
    padding-top: 25px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
}
#ranking .name span{
    font-size: 0.9rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}
#ranking .comment {
    padding-top: 10px;
    font-size: 0.8rem;
    text-align: center;
}
#ranking .size {
    padding: 10px 0px 25px 0px;
    font-size: 0.8rem;
    font-weight: 500;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center;
}
#ranking .time{
    position: absolute;
    width: 75px;
    height: 60px;
    background: rgba(105, 175, 184, .9);
    bottom: 15px;
    left: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#ranking .time p{
    padding: 10px 0px;
    color: #fff;
    line-height: 12px;
    text-align: center
}
#ranking .time span{
    font-size: 0.6rem;
}
#ranking .rank{
    position: absolute;
    top: -20px;
    right: 0px;
}
#ranking .rank img{
    width: 60px
}
#ranking .new{
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(254, 0, 142, .9);
    bottom: 5px;
    left: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
#ranking .new p{
    padding-top: 17px;
    color: #fff;
    font-family: 'Pinyon Script', cursive;
    text-align: center
}

@media screen and ( max-width:479px ){
    #ranking{
        padding-top: 30px;
        background: #fff
    }
    #ranking h2{
        padding-bottom: 20px;
        font-size: 1.5rem;
        transform: rotate(.03deg);
        text-align: center
    }
    #ranking h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #ranking .box{
        padding: 0px 0px;
        background: url("../img/bg.png");
        background-size: 25% auto;
    }
    #ranking ul{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
        padding: 20px 0px
    }
    #ranking li{
        width: calc(100% / 2);
    }
    #ranking li .detail {
        margin: 5px;
        background: #fff;
    }
    #ranking.detail img{
        width: 100%;
    }
    #ranking .image{
        position: relative;
    }
    #ranking .subname {
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        font-size: 2.5rem;
        font-family: 'Pinyon Script', cursive;
        text-align: center;
    }
    #ranking .name {
        padding-top: 25px;
        font-size: 1.3rem;
        font-weight: 400;
        text-align: center;
    }
    #ranking .name span{
        font-size: 0.9rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #ranking .comment {
        padding-top: 10px;
        font-size: 0.8rem;
        text-align: center;
    }
    #ranking .size {
        padding: 10px 0px 25px 0px;
        font-size: 0.8rem;
        font-weight: 500;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center;
    }
    #ranking .time{
        position: absolute;
        width: 75px;
        height: 60px;
        background: rgba(105, 175, 184, .9);
        bottom: 15px;
        left: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #ranking .time p{
        padding: 10px 0px;
        color: #fff;
        line-height: 12px;
        text-align: center
    }
    #ranking .time span{
        font-size: 0.6rem;
    }
    #ranking .rank{
        position: absolute;
        top: -10px;
        right: 0px;
    }
    #ranking .rank img{
        width: 40px
    }
    #ranking .new{
        position: absolute;
        width: 50px;
        height: 50px;
        background: rgba(254, 0, 142, .9);
        bottom: 5px;
        left: 5px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
    }
    #ranking .new p{
        padding-top: 17px;
        color: #fff;
        font-family: 'Pinyon Script', cursive;
        text-align: center
    }
}


/*===============================
料金システム
================================*/
#system{
    padding: 60px 0px;
    background: #fff
}
#system h2{
    font-size: 1.5rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#system h3{
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}

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

    #system{
        padding: 30px 0px;
        background: #fff
    }
    #system h2{
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #system h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
}


/*===============================
料金表
================================*/
#price{
    padding: 60px 0px;
    background-image: url("../img/system-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    text-align: center
}
#price h2{
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 2rem;
    font-weight: 600
}
#price h2:before, #price h2:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}
#price h2:before {left:0;}
#price h2:after {right: 0;}

#price ul{
    display: flex;
    flex-wrap: wrap;
    width: 980px;
    margin: auto;
    padding: 30px 0px
}
#price li{
    width: calc(100% / 2);
}

.price-newface{
    width: 780px;
    margin: auto;
    background: #ef017c;
    -webkit-border-radius: 0px 40px 0px 40px / 0px 40px 0px 40px;
    -moz-border-radius: 0px 40px 0px 40px / 0px 40px 0px 40px;
    border-radius: 0px 40px 0px 40px / 0px 40px 0px 40px;
    text-align: center
}
.price-newface p{
    padding: 20px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600
}
.price-newface span{
    color: #ff0;
    font-size: 1.6rem;
    font-weight: bold
}
.price-newface-text{
    width: 780px;
    margin: auto;
    padding-top: 20px;
    font-size: 0.8rem;
    line-height: 1.8;
    text-align: left
}

.kakaku{
    margin: 10px;
    border: 1px #888 solid;
}
.kakaku .time{
    background: #888
}
.kakaku .time p{
    padding: 10px;
    color: #fff;
    font-size: 2rem;
    font-family: 'Pinyon Script', cursive;
}
.kakaku .yen{
    background: #fff
}
.kakaku .yen p{
    padding: 20px;
    font-size: 2rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}

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

    #price{
        padding: 30px 0px;
        background-image: url("../img/system-bg.jpg");
        background-attachment: fixed;
        background-size: cover;
        text-align: center
    }
    #price h2{
        position: relative;
        display: inline-block;
        padding: 0 55px;
        font-size: 2rem;
        font-weight: 600
    }
    #price h2:before, #price h2:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 45px;
        height: 1px;
        background-color: black;
    }
    #price h2:before {left:0;}
    #price h2:after {right: 0;}

    #price ul{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
        padding: 20px 0px
    }
    #price li{
        width: calc(100% / 1);
    }

    .price-newface{
        width: 95%;
        margin: auto;
        background: #ef017c;
        -webkit-border-radius: 0px 40px 0px 40px / 0px 40px 0px 40px;
        -moz-border-radius: 0px 40px 0px 40px / 0px 40px 0px 40px;
        border-radius: 0px 40px 0px 40px / 0px 40px 0px 40px;
        text-align: center
    }
    .price-newface p{
        padding: 20px;
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold
    }
    .price-newface-text{
        width: 95%;
        margin: auto;
        padding-top: 10px;
        font-size: 0.8rem;
        line-height: 1.8;
        text-align: left
    }
    .price-newface span{
        color: #ff0;
        font-size: 1.2rem;
        font-weight: bold
    }
    
    .kakaku{
        margin: 5px;
        border: 1px #888 solid;
    }
    .kakaku .time{
        background: #888
    }
    .kakaku .time p{
        padding: 10px;
        color: #fff;
        font-size: 1.5rem;
        font-family: 'Pinyon Script', cursive;
    }
    .kakaku .yen{
        background: #fff
    }
    .kakaku .yen p{
        padding: 10px;
        font-size: 2rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
}


/*===============================
ご予約
================================*/
#reservation{
    padding: 60px 0px;
    background: #fff
}
#reservation h2{
    font-size: 1.5rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#reservation h3{
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#reservation .text{
    padding: 30px;
    font-size: 0.8rem;
    text-align: center;
    line-height: 2
}
#reservation .frame{
    width: 956px;
    margin: auto;
    border: 4px #eee solid;
    text-align: center
}
#reservation .frame a{
    color: #000;
    text-decoration: none
}
#reservation .frame p{
    padding: 50px;
    font-size: 2rem;
}
#reservation .frame span{
    font-size: 1rem;
}

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

    #reservation{
        padding: 30px 0px;
        background: #fff
    }
    #reservation h2{
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #reservation h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #reservation .text{
        padding: 30px 10px;
        font-size: 0.8rem;
        text-align: center;
        line-height: 2
    }
    #reservation .frame{
        width: 95%;
        margin: auto;
        border: 4px #eee solid;
        text-align: center
    }
    #reservation .frame a{
        color: #000;
        text-decoration: none
    }
    #reservation .frame p{
        padding: 30px 0;
        font-size: 2rem;
    }
    #reservation .frame span{
        font-size: 1rem;
    }
}


/*===============================
メンバーズカード
================================*/
#member{
    padding: 60px 0px;
    background: #f5f5f5
}
#member h2{
    font-size: 1.5rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#member h3{
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#member h4{
    position: relative;
    display: inline-block;
    width: 270px;
    margin-top: -40px;
    margin-bottom: -20px;
    padding: 35px;
    font-size: 1.2rem;
    font-weight: 600
}
#member h4:before, #member h4:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}
#member h4:before {left:0;}
#member h4:after {right: 0;}

#member  ul{
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    margin: auto;
}
#member li{
    width: calc(100% / 2);
}
#member li p{
    padding: 10px
}

#member .text{
    padding: 30px;
    font-size: 0.8rem;
    text-align: center;
    line-height: 2
}
#member .text strong{
    display: block;
    color: #ef017c;
    font-size: 1.2rem;
    font-weight: bold
}

.member-privilege{
    width: 780px;
    margin: auto;
    margin-top: 10px;
    background: #ef017c;
    -webkit-border-radius: 0px 40px 0px 40px / 0px 40px 0px 40px;
    -moz-border-radius: 0px 40px 0px 40px / 0px 40px 0px 40px;
    border-radius: 0px 40px 0px 40px / 0px 40px 0px 40px;
    text-align: center
}
.member-privilege p{
    padding: 20px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600
}

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

    #member{
        padding: 30px 0px;
        background: #f5f5f5
    }
    #member h2{
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #member h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #member h4{
        position: relative;
        display: inline-block;
        width: 270px;
        margin-bottom: -30px;
        padding: 35px;
        font-size: 1.2rem;
        font-weight: 600
    }
    #member h4:before, #member h4:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 45px;
        height: 1px;
        background-color: black;
    }
    #member h4:before {left:0;}
    #member h4:after {right: 0;}

    #member  ul{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
    }
    #member li{
        width: calc(100% / 1);
    }
    #member li p{
        padding: 10px
    }

    #member .text{
        padding: 20px;
        font-size: 0.8rem;
        text-align: center;
        line-height: 2
    }
    .member-privilege{
        width: 95%;
        margin: auto;
        margin-top: 10px;
        background: #ef017c;
        -webkit-border-radius: 0px 40px 0px 40px / 0px 40px 0px 40px;
        -moz-border-radius: 0px 40px 0px 40px / 0px 40px 0px 40px;
        border-radius: 0px 40px 0px 40px / 0px 40px 0px 40px;
        text-align: center
    }
    .member-privilege p{
        padding: 10px;
        color: #fff;
        font-size: 0.9rem;
        font-weight: 600
    }
}


/*===============================
アクセスマップ
================================*/
#access{
    padding: 60px 0px;
    background: #fff
}
#access h2{
    font-size: 1.5rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#access h3{
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#access .text{
    padding: 30px;
    font-size: 1rem;
    text-align: center;
    line-height: 2
}
.contact {
    width: 450px;
    margin: auto;
    padding: 30px 0px
}
button {
    width: 100%;
    background: #999;
    color: #fff;
    border: none;
    position: relative;
    height: 60px;
    font-size: 1.2em;
    padding: 0 2em;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
}

button:hover {
    background: #fff;
    color: #999;
}

button:before,
button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #999;
    transition: 400ms ease all;
}

button:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

button:hover:before,
button:hover:after {
    width: 100%;
    transition: 800ms ease all;
}

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

    #access{
        padding: 30px 0px;
        background: #fff
    }
    #access h2{
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #access h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #access .text{
        padding: 30px 0;
        font-size: 1rem;
        text-align: center;
        line-height: 2
    }
    .contact {
        width: 95%;
        margin: auto;
        padding: 20px 0px
    }
    button {
        width: 100%;
        background: #999;
        color: #fff;
        border: none;
        position: relative;
        height: 60px;
        font-size: 0.9em;
        font-weight: bold;
        padding: 0 2em;
        cursor: pointer;
        transition: 800ms ease all;
        outline: none;
    }

    button:hover {
        background: #fff;
        color: #999;
    }

    button:before,
    button:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 2px;
        width: 0;
        background: #999;
        transition: 400ms ease all;
    }

    button:after {
        right: inherit;
        top: inherit;
        left: 0;
        bottom: 0;
    }

    button:hover:before,
    button:hover:after {
        width: 100%;
        transition: 800ms ease all;
    }
}


/*===============================
写メ日記
================================*/
#diary{
    padding: 60px 0px;
    background: #fff
}
#diary h2{
    font-size: 1.5rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#diary h3{
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#diary ul{
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: auto;
    padding: 50px 0px
}
#diary li{
    width: calc(100% / 4);
}
#diary li .photo-diary{
    margin: 8px;
}
#diary li .photo-diary .title{
    background: #999;
    padding: 15px 0px;
    color: #fff;
    text-align: center
}
.photo-diary-iframe{
    width: 75%;
    margin: auto;
    padding: 20px 0 60px
}
@media screen and ( max-width:479px ){

    #diary{
        padding: 30px 0 10px 0;
        background: #fff
    }
    #diary h2{
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #diary h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #diary ul{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
        padding: 10px 0px
    }
    #diary li{
        width: calc(100% / 2);
        margin-bottom: 3px
    }
    #diary li .photo-diary{
        margin: 3px;
    }
    #diary li .photo-diary .title{
        background: #999;
        padding: 15px 0px;
        color: #fff;
        text-align: center
    }
    .photo-diary-iframe{
        width: 95%;
        margin: auto;
        padding: 20px 0 30px
    }
}


/*===============================
コスチューム
================================*/
#costume{
    padding: 60px 0px;
    background: #fff
}
#costume h2{
    font-size: 1.5rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#costume h3{
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#costume h4{
    position: relative;
    display: inline-block;
    width: 250px;
    padding: 20px;
    font-size: 1.4rem;
    font-weight: 600
}
#costume h4:before, #costume h4:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}
#costume h4:before {left:0;}
#costume h4:after {right: 0;}

#costume .box{
    margin-top: 50px;
    padding: 60px 0px 80px 0px;
    background: #f5f5f5;
    text-align: center
}
#costume .box ul{
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: auto;
    padding: 0px 0px
}
#costume .box li{
    width: calc(100% / 4);
}
#costume .box li img{
    border-radius:  0px 30px 0px 30px;
    -webkit-border-radius  0px 30px 0px 30px;
    -moz-border-radius:  0px 30px 0px 30px;
}
#costume .box li .detail{
    margin: 10px;
    background: #ffe4f2;
    border-radius:  0px 30px 0px 30px;
    -webkit-border-radius  0px 30px 0px 30px;
    -moz-border-radius:  0px 30px 0px 30px;
}
#costume .box li .detail p{
    padding: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center
}


#costume .box2{
    margin-top: 20px;
    padding: 60px 0px;
    background: #fff;
    text-align: center
}
#costume .box2 ul{
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: auto;
    padding: 0px 0px
}
#costume .box2 li{
    width: calc(100% / 4);
}
#costume .box2 li img{
    border-radius:  0px 30px 0px 30px;
    -webkit-border-radius  0px 30px 0px 30px;
    -moz-border-radius:  0px 30px 0px 30px;
}
#costume .box2 li .detail{
    margin: 10px;
    background: #eddec7;
    border-radius:  0px 30px 0px 30px;
    -webkit-border-radius  0px 30px 0px 30px;
    -moz-border-radius:  0px 30px 0px 30px;
}
#costume .box2 li .detail p{
    padding: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center
}

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

    #costume{
        padding: 30px 0px;
        background: #fff
    }
    #costume h2{
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #costume h3{
        margin-bottom: 0px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #costume h4{
        position: relative;
        display: inline-block;
        width: 250px;
        padding: 20px;
        font-size: 1.4rem;
        font-weight: 600
    }
    #costume h4:before, #costume h4:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 45px;
        height: 1px;
        background-color: black;
    }
    #costume h4:before {left:0;}
    #costume h4:after {right: 0;}

    #costume .box{
        margin-top: 20px;
        padding: 10px 0px 40px 0px;
        background: #f5f5f5;
        text-align: center
    }
    #costume .box ul{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
        padding: 0px 0px
    }
    #costume .box li{
        width: calc(100% / 2);
    }
    #costume .box li img{
        border-radius:  0px 30px 0px 30px;
        -webkit-border-radius  0px 30px 0px 30px;
        -moz-border-radius:  0px 30px 0px 30px;
    }
    #costume .box li .detail{
        margin: 5px;
        background: #ffe4f2;
        border-radius:  0px 30px 0px 30px;
        -webkit-border-radius  0px 30px 0px 30px;
        -moz-border-radius:  0px 30px 0px 30px;
    }
    #costume .box li .detail p{
        padding: 10px 0;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center
    }

    #costume .box2{
        margin-top: 20px;
        padding: 10px 0px 10px 0px;
        background: #fff;
        text-align: center
    }
    #costume .box2 ul{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
        padding: 0px 0px
    }
    #costume .box2 li{
        width: calc(100% / 2);
    }
    #costume .box2 li img{
        border-radius:  0px 30px 0px 30px;
        -webkit-border-radius  0px 30px 0px 30px;
        -moz-border-radius:  0px 30px 0px 30px;
    }
    #costume .box2 li .detail{
        margin: 5px;
        background: #eddec7;
        border-radius:  0px 30px 0px 30px;
        -webkit-border-radius  0px 30px 0px 30px;
        -moz-border-radius:  0px 30px 0px 30px;
    }
    #costume .box2 li .detail p{
        padding: 10px 0;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center
    }
}


/*===============================
プロフィール
================================*/
#profile{
    padding: 60px 0px;
    background: #fff
}
#profile h2{
    font-size: 1.5rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#profile h3{
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#profile ul{
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: auto;
    padding: 50px 0px
}
#profile li{
    width: calc(100% / 3);
}
#profile .left{
    width: 380px;
}
#profile .center{
    width: 140px;
    margin: auto;
}
#profile .center img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 10px 20px 10px 20px
}
#profile .name{
    color: #c2a06d;
    font-size: 2.5rem
}
#profile .name span{
    font-size: 1.3rem;
    font-family: 'Pinyon Script', cursive;
}
#profile .size{
    padding: 15px 0px 20px 5px;
    font-size: 1rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}
#profile .right{
    width: 680px;
}
#profile .profile-qa{
    display: flex;
    flex-wrap: wrap;
    width: 670px;
    margin: auto
}
#profile .profile-qa .qa-q{
    width: 220px;
    background: #888
}
#profile .profile-qa .qa-q p{
    padding: 10px;
    color: #fff;
    font-size: 0.8rem;
    text-align: center
}
#profile .profile-qa .qa-a{
    width: 450px;
}
#profile .profile-qa .qa-a p{
    padding: 10px;
    font-size: 0.8rem
}
#profile .profile-qa .qa-line{
    width: 100%;
    margin: 3px 0px 2px 0px;
    height: 1px;
    border: none;
    border-top: 1px #ccc dotted;
}



#profile-sub{
    padding: 60px 0px;
    background: #eddec7;
}
#profile-sub ul{
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: auto;
    padding: 50px 0px
}
#profile-sub li{
    width: calc(100% / 2);}

#profile-sub li.photo-diary{
    width: 380px;
}
#profile-sub li.comment{
    width: 800px;
    padding-left: 20px;
}
#profile-sub li.comment p{
    padding-top: 10px;
    font-size: 0.8rem;
    line-height: 1.6
}
#profile-sub h3 {
    padding: 0.6em 0.5em;
    font-size: 1.0rem;
    color: #000;
    background: transparent;
    border-left: solid 5px #e4007f;
    line-height: 1.1
}
#profile-sub h3 span{
    font-size: 2.0rem;
    font-family: 'Pinyon Script', cursive;
}

#profile-week{
    padding: 60px 0px;
    background: #fff;
}
#profile-week h2{
    padding-bottom: 50px;
    font-size: 1.5rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#profile-week h3{
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center
}
#profile-week ul{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    text-align: center
}
#profile-week li{
    width: calc(100% / 7);
    height: 150px;
    color: #fff;
    background: -moz-linear-gradient(top left, #111, #000);
    background: -webkit-linear-gradient(top left, #111, #000);
    background: linear-gradient(to bottom right, #111, #000);
    
}
#profile-week li.today{
    background: -moz-linear-gradient(top left, #f82e9e, #e4007f); 
    background: -webkit-linear-gradient(top left, #f82e9e, #e4007f); 
    background: linear-gradient(to bottom right, #f82e9e, #e4007f); 
}
#profile-week li p{
    width: 65%;
    margin: auto;
    margin-bottom: 10px;
    padding-top: 35px;
    font-size: 1.3rem;
    font-weight: 600;
    border-bottom: solid 1px #fff;
    transform: rotate(.03deg);
    line-height: 2.1
}
#profile-week li span{
    font-size: 1.2rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}

@media screen and ( max-width:479px ){
    
    #profile{
        padding: 30px 0px;
        background: #fff
    }
    #profile h2{
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #profile h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #profile ul{
        width: 95%;
        margin: auto;
        padding: 20px 0px;
        overflow-y: hidden
    }
    #profile li{
        width: 100%;
    }
    #profile .left{
        margin-right:70px;
    }
    #profile .left img{
        width: 100%
    }
    #profile .center{
        position: absolute;
        right: 0px;
        width: 70px;
        top: 40%;
        bottom: 25%
    }
    #profile .center img{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        margin: 10px 0px 10px 0px
    }
    #profile .name{
        padding-top: 20px;
        color: #c2a06d;
        font-size: 2.0rem;
        text-align: center
    }
    #profile .name span{
        font-size: 1.3rem;
        font-family: 'Pinyon Script', cursive;
    }
    #profile .size{
        padding: 10px 0px 20px 5px;
        font-size: 1rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #profile .right{
        width: 100%
    }
    #profile .profile-qa{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: auto
    }
    #profile .profile-qa .qa-q{
        width: 125px;
        background: #888
    }
    #profile .profile-qa .qa-q p{
        padding: 10px;
        color: #fff;
        font-size: 0.8rem;
        text-align: center
    }
    #profile .profile-qa .qa-a{
        width: auto;
    }
    #profile .profile-qa .qa-a p{
        padding: 10px;
        font-size: 0.8rem
    }
    #profile .profile-qa .qa-line{
        width: 100%;
        margin: 3px 0px 2px 0px;
        height: 1px;
        border: none;
        border-top: 1px #ccc dotted;
    }



    #profile-sub{
        padding: 10px;
        background: #eddec7;
    }
    #profile-sub ul{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: auto;
        padding: 0px 0px
    }
    #profile-sub li{
        width: calc(100% / 1);}

    #profile-sub li.photo-diary{
        width: 100%;
    }
    #profile-sub li.comment{
        width: 100%;
        padding-left: 0px;
    }
    #profile-sub li.comment p{
        padding-top: 10px;
        font-size: 0.8rem;
        line-height: 1.6
    }
    #profile-sub h3 {
        margin-top: 10px;
        padding: 0.1em 0.5em;
        font-size: 1.0rem;
        color: #000;
        background: transparent;
        border-left: solid 5px #e4007f;
        line-height: 1.1
    }
    #profile-sub h3 span{
        font-size: 1.5rem;
        font-family: 'Pinyon Script', cursive;
    }

    #profile-week{
        padding: 30px 0px;
        background: #fff;
    }
    #profile-week h2{
        padding-bottom: 50px;
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #profile-week h3{
        margin-bottom: 0px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    #profile-week ul{
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        margin-top: -20px;
        text-align: center
    }
    #profile-week li{
        width: calc(100% / 3);
        height: 100px;
        color: #fff;
        background: -moz-linear-gradient(top left, #111, #000);
        background: -webkit-linear-gradient(top left, #111, #000);
        background: linear-gradient(to bottom right, #111, #000);

    }
    #profile-week li.today{
        background: -moz-linear-gradient(top left, #f82e9e, #e4007f); 
        background: -webkit-linear-gradient(top left, #f82e9e, #e4007f); 
        background: linear-gradient(to bottom right, #f82e9e, #e4007f); 
    }
    #profile-week li p{
        width: 65%;
        margin: auto;
        margin-bottom: 10px;
        padding-top: 10px;
        font-size: 1.2rem;
        font-weight: 600;
        border-bottom: solid 1px #fff;
        transform: rotate(.03deg);
        line-height: 2.1
    }
    #profile-week li span{
        font-size: 1.0rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
}


/*===============================
パンくずリスト
================================*/

.listlink{
    margin-top: 85px;
    padding: 15px;
    background: #eddec7;
    font-size: 0.8rem;
}
.listlink ol{
    display: flex;
    flex-wrap: wrap;
}
.listlink li{
}
.listlink a{
    color: #000;
}

@media screen and ( max-width:479px ){
    .listlink{
        margin-top: 60px;
        padding: 15px 5px;
        background: #eddec7;
        font-size: 0.7rem;
    }
    .listlink ol{
        display: flex;
        flex-wrap: wrap;
    }
    .listlink li{
    }
    .listlink a{
        color: #000;
    }
}




/*===============================
ノットファウンド
================================*/

.notefound{
    padding-bottom: 50px;
    text-align: center;
    line-height: 1.5
}

.notefound a{
    color: #a9821b;
    font-size: 1.5rem;
    font-weight: bold
}

@media screen and ( max-width:479px ){
    .notefound{
        padding-bottom: 30px;
        font-size: 0.9rem;
        text-align: center;
        line-height: 1.5
    }

    .notefound a{
        color: #a9821b;
        font-size: 1.3rem;
        font-weight: bold
    }
}



.infiniteslide{
    padding: 20px 0px
}
.infiniteslide a {
    display: block;
    color: #000;
    text-decoration: none;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.infiniteslide a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    cursor: pointer
}


a.ent-btn {
    position: relative;
    display: block;
    width: 80%;
    margin: auto;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #eddec7;
    font-size: 0.8rem;
    background: #111;
    border-bottom: 2px solid #000;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    line-height: 1.4
}
a.ent-btn p{
    color: #fff;
    font-size: 1.2rem
}
a.ent-btn:active {
    border-bottom: 2px solid #c13f3f;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
a.ent-btn i{
    color: #e4007f
}


.shimei{
    margin-top: -10px;
    padding-bottom: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}