* {
    margin: 0px;
    padding: 0px;
    box-sizing:border-box;
    vertical-align: middle!important;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1em;
    line-height: 1.7;
    margin: 0px!important;
    padding: 0px;
}
html, body {
    height: 100%;
    weight: 100%;
}
.max{
    max-width: 900px;
    margin: 0 auto;
    display: block;
}
#share {
    font-size: 14px;
    text-align: left;
    top: 8px;
    left: 8px;
    position: absolute;
    z-index: 100;
}
#share a {
    background: none;
    color: #FFF;
    border: none;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

#share a:hover {
    color: #FFF;
    border: none;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    background: #999;
}
.top_img{
    width: 100%;
    position: relative;
    vertical-align: bottom!important;

}
.article{
    width: 100%;
}
.article p::selection {
    background-color: #FAE000;
    color: #000;
}
.article-contents p{
    font-size: 15px;
    margin: 16px 0px;
    font-family: "tbcinergothic-std";
    letter-spacing: 0.05em;
    font-style: normal;
    color: #646464;
}
/* Firefox */
.article p::-moz-selection {
    background-color: #FAE000;
    color: #000;
}
.news {
    width: 100%;
    background-image: url('../../img/lp/shimokitazawa/img00.png');
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 35%;
    background-color: #FFF;
}

.feature {
    width: 100%;
    overflow: hidden;
    margin: 10px 0px 10%;
    background-color: #FBFAF2;
}

.copyright {
    font-size: 12px;
    color: #FFF;
    clear: both;
    text-align: right;
    margin: 0px;
    background-color: #300304;
    width: 100%;
    padding: 5px 0px 5px 0px;
}
/* pc */
@media screen and (min-width: 721px) {
    /*ここにpc用スタイルを記述*/
	.wrap {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
}
.lpMain {
    max-width: 960px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    color: #646464;
    padding: 2% 0% 2%;
}
.lpMain h2 {
    font-size: 28px;
    word-wrap: break-word;
    font-weight: lighter;
    padding: 10px 16px 10px 20px;
    display: inline-block;
    margin: 32px 0px 16px 0px;
    background-color: #FAE000;
    color: #300304;
    font-family: "tbcinergothic-std";
    letter-spacing: 0.2em;
    font-style: normal;
}

    .lpLogo {
        margin: 0px auto;
        overflow: hidden;
        position: absolute;
        background-image: url('../../img/lp/shimokitazawa/bg2.gif');
        width: 100vw;
        height: 100%;
        z-index: 10;
        top: 0px;
        left:0px;
        opacity: 0.5;
    }
    .nav {
        overflow: hidden;
        position: fixed;
        right: 8px;
        top: 8px;
        width: auto;
        height: 90px;
        z-index: 100;
        opacity: 0.85;
        background: #FAE000;
        border-radius: 5px;
        -webkit-transform: translate3d(-0, 0, 0);
        transform: translate3d(-0, 0, 0);
        box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
    }
    .nav__cb {
        z-index: -1000;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        pointer-events: none;
    }
    .nav__content {
        position: relative;
        width: 90px;
        height: 100%;
        -webkit-transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
        transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
    }
    .nav__cb:checked ~ .nav__content {
        -webkit-transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
        transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
        width: 450px;
    }
    .nav__items {
        position: relative;
        width: 450px;
        height: 100%;
        padding-left: 20px;
        padding-right: 110px;
        list-style-type: none;
        font-size: 0;
    }
    .nav__item {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        color: #5F5E5A;
        font-size: 14px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        cursor: pointer;
        margin-right: 16px;
        vertical-align: middle;
    }
    .nav__item:hover {
        color: #874D29;
    }
    .nav__item-text {
        display: block;
        height: 100%;
        -webkit-transform: rotateY(-70deg);
        transform: rotateY(-70deg);
        opacity: 0;
        -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
        transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
        transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s;
        transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
    }
    .nav__cb:checked ~ .nav__content .nav__item-text {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
        transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
        transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s;
        transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
    }
    .nav__item:nth-child(1) .nav__item-text {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .nav__cb:checked ~ .nav__content .nav__item:nth-child(1) .nav__item-text {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .nav__item:nth-child(2) .nav__item-text {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .nav__cb:checked ~ .nav__content .nav__item:nth-child(2) .nav__item-text {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .nav__item:nth-child(3) .nav__item-text {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .nav__cb:checked ~ .nav__content .nav__item:nth-child(3) .nav__item-text {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .nav__item:nth-child(4) .nav__item-text {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .nav__cb:checked ~ .nav__content .nav__item:nth-child(4) .nav__item-text {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .nav__btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 90px;
        padding: 36px 31px;
        cursor: pointer;
    }
    .nav__btn:before, .nav__btn:after {
        content: "";
        display: block;
        width: 28px;
        height: 4px;
        border-radius: 2px;
        background: #874D29;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
        transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
        transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s;
        transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
    }
    .nav__btn:before {
        margin-bottom: 10px;
    }
    .nav__btn:hover:before, .nav__btn:hover:after {
        background: #B26536;
    }
    .nav__cb:checked ~ .nav__btn:before {
        -webkit-transform: translateY(7px) rotate(-225deg);
        transform: translateY(7px) rotate(-225deg);
    }
    .nav__cb:checked ~ .nav__btn:after {
        -webkit-transform: translateY(-7px) rotate(225deg);
        transform: translateY(-7px) rotate(225deg);
    }
    .nav a{
        text-decoration: none;
        color:#300304;
        line-height: 90px!important;
    }
    .effect i {
        padding: 0px;
        transition: .5s;
    }
    .effect div {
        transition: .3s;
        transition-delay: .3s;
    }

    .concept {
        overflow: hidden;
        background-color: #FAE000;
        color: #300304;
    }
    .concept p {
        overflow: hidden;
        font-size: 1.5vw;
        background-color: #FAE000;
        color: #300304;
        padding: 6% 8% 4% 8%;
        text-align: justify;
        line-height: 2.8vw;
        letter-spacing: 0.15em;
    }
    .photo {
        margin: auto;
        background-color: #300304;
        position: relative;
    }
    .photo img {
        width: 100%;
        animation-name: photo;
        -webkit-animation-name: photo;
        animation-duration: 20s;
        -webkit-animation-duration: 20s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        opacity: 0;
    }
    .photo:hover img {
        animation-play-state: paused;
        -webkit-animation-play-state: paused;
    }

    .img1 {
        display: block;
        margin: 0 auto;
    }
    .img2 {
        animation-delay: 7s;
        -webkit-animation-delay: 7s;
        position: absolute;
        top: 0;
    }
    .img3 {
        animation-delay: 14s;
        -webkit-animation-delay: 14s;
        position: absolute;
        top: 0;
    }
    @keyframes photo {
        0% {
            opacity: 0;
        }
        15% {
            opacity: 1;
        }
        37.5% {
            opacity: 1;
        }
        75% {
            opacity: 0;
        }
    }
    @-webkit-keyframes photo {
        0% {
            opacity: 0;
        }
        15% {
            opacity: 1;
        }
        37.5% {
            opacity: 1;
        }
        75% {
            opacity: 0;
        }
    }
    .feature {
        width: 100%;
        background-image: url('../../img/lp/shimokitazawa/img05.png');
        background-position: -12% 5%;
        background-repeat: no-repeat;
        background-size: 20%;
        background-color: #FBFAF2;
    }
    .feature p {
        overflow: hidden;
        font-size: 15px;
        color: #300304;
        text-align: justify;
        line-height: 200%;
        letter-spacing: 0.15em;
    }
    .feature h3 {
        letter-spacing: 0.07em;
        font-size: 20px;
        margin-bottom: 19px;
        color: #FFFFFF;
        background-color: #353535;
        display: inline;
        padding: 3px 4px 2px;
        font-family: "tbcinergothic-std";
        line-height: 190%;
    }
    .feature span{
        font-size: 28px;
        vertical-align: baseline!important;
    }
    .feature-box{
        font-size: 1.5vw;
        padding: 1% 5%;
        line-height: 100%;
    }
    .vote{
        font-size: 1vw!important;
        padding-left:30px;
    }
    .btn_area {
        position: relative;
        height: 50px;
        margin-top: 30px;
    }
    .btn_area i{
        font-size: .5em;
        vertical-align: bottom!important;
        position: absolute;
        bottom: 16px;
        left:20px;
    }
    .btn_vote {
        position: absolute;
        right: 25px;
        bottom: 6px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        background: #5F5F5F url('../../img/lp/shimokitazawa/btn_heart.png') no-repeat center center;
        background-size: 50px 50px;
        border-radius: 25px;
        transition: all 0.2s linear;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    .btn_vote:hover {
        -webkit-animation: bounce 2s ease-in-out;
        animation: bounce 2s ease-in-out;
    }
    @-webkit-keyframes bounce {
        5% {
            -webkit-transform: scale(1.1, .8);
        }
        10% {
            -webkit-transform: scale(.8, 1.1) translateY(-20px);
        }
        15% {
            -webkit-transform: scale(1, 1);
        }
    }
    @keyframes bounce {
        5% {
            transform: scale(1.1, .8);
        }
        10% {
            transform: scale(.8, 1.1) translateY(-20px);
        }
        15% {
            transform: scale(1, 1);
        }
    }
    .btn_vote.on {
        background-color: #fd616b;
        animation: anime_01 0.5s;
    }
    @keyframes anime_01 {
        70% {
            right: -10px;
            bottom: -10px;
            width: 70px;
            height: 70px;
            border-radius: 50px;
        }
    }
    .article-header {
        font-size: 28px;
        word-wrap: break-word;
        font-weight: lighter;
        padding: 10px 16px 10px 20px;
        display: inline-block;
        margin: 32px 0px 16px 0px;
        background-color: #FAE000;
        color: #300304;
        font-family: "tbcinergothic-std";
        letter-spacing: 0.2em;
        font-style: normal;
    }
    .article-header-white {
        font-size: 28px;
        word-wrap: break-word;
        font-weight: lighter;
        padding: 10px 16px 10px 20px;
        display: inline-block;
        margin: 32px 0px 16px 0px;
        background-color: #FFF;
        color: #300304;
        font-family: "tbcinergothic-std";
        letter-spacing: 0.2em;
        font-style: normal;
    }

    .access {
        width: 100%;
        background-image: url('../../img/lp/shimokitazawa/p7.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    .access p {
        color: #FFFFFF;
        text-shadow: 0px 0px 5px #000000;
        background-color: rgba(0,0,0,0.72);
        display: inline;
    }
    .accessBtn {
        background-color: rgba(0,0,0,0.72);
        display: block;
        text-align: center;
        margin: 16px auto;
    }
    .accessBtn a {
        font-size: 26px;
        display: block;
        padding: 40px;
        color: #ECECEC;
    }
    .accessBtn a:hover {
        font-size: 26px;
        display: block;
        padding: 40px;
        background-color: #434343;
    }
    #gmap_ct {
        display: flex;
        width: 100%;
        height: 600px;
        margin: 24px 0px 24px;
        transition: .0s;
        transition-delay: .0s;
        overflow: hidden
    }
	
	.snsR {
    width: 47%;
    padding-left: 3%;
    margin-bottom: 40px;
}
.snsR h3, .snsL h3 {
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 23px;
    color: #565656;
    font-family: "a-otf-jun-pro";
    letter-spacing: 0.2em;
    padding: 5px;
}

.snsL {
    width: 47%;
    padding-right: 3%;
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 16px;
}
   .snsR p {
    font-size: 80%;
}

	
    .sns h3 {
        margin-top: 24px;
        margin-bottom: 40px;
        font-size: 23px;
        color: #565656;
        font-family: "a-otf-jun-pro";
        letter-spacing: 0.2em;
        padding: 5px;
    }
 .insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
  font-size: 16px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
}

.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 30px;/*幅*/
  height: 30px;/*高さ*/
  vertical-align: middle;/*垂直中央に*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 8px;/*角丸に*/
  padding:0px 0px 0px 2px;

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 20px;/*ずらす*/
  left: -16px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 22px;/*アイコンサイズ*/
  line-height: 30px;/*高さと合わせる*/
}
.other {
        width: 100%;
        background-image: -webkit-linear-gradient(0deg, rgba(250,224,0,1.00) 0%, rgba(255,190,0,1.00) 100%);
        background-image: -moz-linear-gradient(0deg, rgba(250,224,0,1.00) 0%, rgba(255,190,0,1.00) 100%);
        background-image: -o-linear-gradient(0deg, rgba(250,224,0,1.00) 0%, rgba(255,190,0,1.00) 100%);
        background-image: linear-gradient(90deg, rgba(250,224,0,1.00) 0%, rgba(255,190,0,1.00) 100%);
    }
    .other h2 {
        padding: 0px;
        transition: .5s;
    }
    .other p:not(p.top_card_title,.top_card p ) {
        line-height: 200%;
        text-align: justify;
        color: #300304;
        letter-spacing: 0.2em;
        margin: 0px 8px 16px;
    }
}
/* smartPhone */
@media screen and (max-width: 	720px) {
    /*ここにスマホ用スタイルを記述*/
	.wrapSp {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
}
	.lpMain {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    color: #646464;
}
.lpMain h2 {
    font-size: 18px;
    text-align: center;
    font-weight: lighter;
    padding: 10px 16px 10px 20px;
    display: inline-block;
    margin: 32px 0px 16px 0px;
    background-color: #FAE000;
    color: #300304;
    font-family: "tbcinergothic-std";
    letter-spacing: 0.2em;
    font-style: normal;
}

    .lpLogo {
        margin: 0px auto;
        overflow: hidden;
        width: 100%;
        position: absolute;
        background-image: url('../../img/lp/shimokitazawa/bg2.gif');
        height: 40%;
        z-index: 10;
        top: 0px;
        opacity: 0.5;
    }
    .nav {
        overflow: hidden;
        position: fixed;
        right: 8px;
        top: 8px;
        width: auto;
        height: 45px;
        z-index: 100;
        opacity: 0.85;
        background: #FAE000;
        border-radius: 5px;
        -webkit-transform: translate3d(-0, 0, 0);
        transform: translate3d(-0, 0, 0);
        box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
    }
    .nav__cb {
        z-index: -1000;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        pointer-events: none;
    }
    .nav__content {
        position: relative;
        width: 45px;
        height: 100%;
        -webkit-transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
        transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
    }
    .nav__cb:checked ~ .nav__content {
        -webkit-transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
        transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
        width: 310px;
    }
    .nav__items {
        position: relative;
        width: 290px;
        height: 100%;
        padding-left: 20px;
        padding-right: 10px;
        list-style-type: none;
        font-size: 0;
    }
    .nav__item {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        color: #5F5E5A;
        font-size: 12px;
        line-height: 45px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        cursor: pointer;
        margin-right: 12px;
    }
    .nav__item:hover {
        color: #874D29;
    }
    .nav__item-text {
        display: block;
        height: 100%;
        -webkit-transform: rotateY(-70deg);
        transform: rotateY(-70deg);
        opacity: 0;
        -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
        transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
        transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s;
        transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
    }
    .nav__cb:checked ~ .nav__content .nav__item-text {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
        transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
        transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s;
        transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
    }
    .nav__item:nth-child(1) .nav__item-text {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .nav__cb:checked ~ .nav__content .nav__item:nth-child(1) .nav__item-text {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .nav__item:nth-child(2) .nav__item-text {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .nav__cb:checked ~ .nav__content .nav__item:nth-child(2) .nav__item-text {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .nav__item:nth-child(3) .nav__item-text {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .nav__cb:checked ~ .nav__content .nav__item:nth-child(3) .nav__item-text {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .nav__item:nth-child(4) .nav__item-text {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .nav__cb:checked ~ .nav__content .nav__item:nth-child(4) .nav__item-text {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .nav__btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 45px;
        padding: 14px 14px;
        cursor: pointer;
    }
    .nav__btn:before, .nav__btn:after {
        content: "";
        display: block;
        width: 18px;
        height: 4px;
        border-radius: 2px;
        background: #5F361D;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
        transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
        transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s;
        transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
    }
    .nav__btn:before {
        margin-bottom: 8px;
    }
    .nav__btn:hover:before, .nav__btn:hover:after {
        background: #874D29;
    }
    .nav__cb:checked ~ .nav__btn:before {
        -webkit-transform: translateY(5px) rotate(-225deg);
        transform: translateY(5px) rotate(-225deg);
    }
    .nav__cb:checked ~ .nav__btn:after {
        -webkit-transform: translateY(-7px) rotate(225deg);
        transform: translateY(-7px) rotate(225deg);
    }
    .nav a{
        text-decoration: none;
        color:#300304;
        line-height: 48px!important;
    }
    .effect i {
        padding: 0px;
        transition: .5s;
    }
    .effect div {
        transition: .3s;
        transition-delay: .3s;
    }

    .concept {
        overflow: hidden;
        background-color: #FAE000;
        color: #300304;
        margin-top: -10px;
    }
    .concept p {
        overflow: hidden;
        font-size: calc(9px + 1.2vw);
        background-color: #FAE000;
        color: #300304;
        padding: 10%;
        text-align: justify;
        line-height: calc(100% + 3vw);
    }
    .photo {
        margin: auto;
        background-color: #300304;
        position: relative;
    }
    .photo img {
        width: 100%;
        animation-name: photo;
        -webkit-animation-name: photo;
        animation-duration: 20s;
        -webkit-animation-duration: 20s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        opacity: 0;
    }
    .photo:hover img {
        animation-play-state: paused;
        -webkit-animation-play-state: paused;
    }

    .img1 {
        display: block;
        margin: 0 auto;
    }
    .img2 {
        animation-delay: 7s;
        -webkit-animation-delay: 7s;
        position: absolute;
        top: 0;
    }
    .img3 {
        animation-delay: 14s;
        -webkit-animation-delay: 14s;
        position: absolute;
        top: 0;
    }
    @keyframes photo {
        0% {
            opacity: 0;
        }
        15% {
            opacity: 1;
        }
        37.5% {
            opacity: 1;
        }
        75% {
            opacity: 0;
        }
    }
    @-webkit-keyframes photo {
        0% {
            opacity: 0;
        }
        15% {
            opacity: 1;
        }
        37.5% {
            opacity: 1;
        }
        75% {
            opacity: 0;
        }
    }
    .feature {
        width: 100%;
        background-image: url('../../img/lp/shimokitazawa/img05.png');
        background-position: -12% 5%;
        background-repeat: no-repeat;
        background-size: 20%;
        background-color: #FBFAF2;
    }
    .feature p {
        overflow: hidden;
        font-size: calc(9px + 0.8vw);
        color: #300304;
        padding: 5%;
        text-align: justify;
        line-height: calc(100% + 2vw);
    }
    .feature h3 {
        font-size: 12px;
        margin-bottom: 4px;
        color: #FFFFFF;
        background-color: #353535;
        display: inline;
        padding: 5px 3px 2px;
        font-family: "tbcinergothic-std";
    }
    .feature span{
        font-size: 18px;
        vertical-align: baseline!important;
        line-height: 140%;
    }
    .btn_area {
        position: relative;
        height: 50px;
        margin-top: 30px;
        margin-left: 5px;
    }
    .btn_vote {
        position: absolute;
        right: 2px;
        bottom: 15px;
        width: 44px;
        height: 44px;
        cursor: pointer;
        background: #aaa url('../../img/lp/shimokitazawa/btn_heart.png') no-repeat center center;
        background-size: 44px 44px;
        border-radius: 22px;
        transition: all 0.2s linear;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        margin-right: 8px;
    }
    .btn_vote:hover {
        -webkit-animation: bounce 2s ease-in-out;
        animation: bounce 2s ease-in-out;
    }
    .vote{
        font-size: 12px!important;
        position: relative;
        right:10px;
    }

    @-webkit-keyframes bounce {
        5% {
            -webkit-transform: scale(1.1, .8);
        }
        10% {
            -webkit-transform: scale(.8, 1.1) translateY(-5px);
        }
        15% {
            -webkit-transform: scale(1, 1);
        }
    }
    @keyframes bounce {
        5% {
            transform: scale(1.1, .8);
        }
        10% {
            transform: scale(.8, 1.1) translateY(-5px);
        }
        15% {
            transform: scale(1, 1);
        }
    }
    .btn_vote.on {
        background-color: #fd616b;
        animation: anime_01 0.2s;
    }
    @keyframes anime_01 {
        50% {
            right: -10px;
            bottom: -10px;
            width: 70px;
            height: 70px;
            border-radius: 50px;
        }
    }
    .article-header {
        font-size: 18px;
        text-align: center;
        font-weight: lighter;
        padding: 10px 16px 10px 20px;
        display: inline-block;
        margin: 32px 0px 16px 0px;
        background-color: #FAE000;
        color: #300304;
        font-family: "tbcinergothic-std";
        letter-spacing: 0.2em;
        font-style: normal;
    }
    .article-header-white {
        font-size: 18px;
        text-align: center;
        font-weight: lighter;
        padding: 10px 16px 10px 20px;
        display: inline-block;
        margin: 32px 0px 16px 0px;
        background-color: #FFF;
        color: #300304;
        font-family: "tbcinergothic-std";
        letter-spacing: 0.2em;
        font-style: normal;
    }

    .access {
        width: 100%;
        background-image: url('../../img/lp/shimokitazawa/p7.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 24px;
        padding-bottom: 24px;
        background-position: 20% 0%;
    }
    .access p {
        color: #FFFFFF;
        background-color: rgba(0,0,0,0.72);
        display: inline;
        text-shadow: 1px 1px 2px #000000;
        font-size: 11px;
        padding: 2px 0px;
    }
    .accessBtn {
        background-color: rgba(0,0,0,0.72);
        display: block;
        text-align: center;
        margin: 16px auto;
        width: 96%;
        margin: 0px auto;
    }
    .accessBtn a {
        font-size: 18px;
        display: block;
        padding: 20px 0px;
        color: #ECECEC;
    }
    .accessBtn a:hover {
        font-size: 18px;
        display: block;
        padding: 20px 0px;
        background-color: #434343;
    }
    #gmap_ct {
        width: 94%;
        height: 300px;
        margin: 24px auto 24px;
        transition: .0s;
        transition-delay: .0s;
        overflow: hidden
    }
.snsL {
    width: 90%;
    height: 450px;
    margin: 0px auto 24px;
    overflow: hidden;
    padding-bottom: 16px;
}
     

.snsR h3, .snsL h3 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
    color: #474747;
    font-family: "a-otf-jun-pro";
    letter-spacing: 0.2em;
    padding: 5px;
}

.snsR {
    width: 90%;
    margin: 24px auto;
    overflow: hidden;
}
.snsR p {
    width: 96%;
    margin: 8px auto;
    font-size: 12px;
}
 .insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
  font-size: 16px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
}

.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 30px;/*幅*/
  height: 30px;/*高さ*/
  vertical-align: middle;/*垂直中央に*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 8px;/*角丸に*/
  padding:0px 0px 0px 2px;

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 20px;/*ずらす*/
  left: -16px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 22px;/*アイコンサイズ*/
  line-height: 30px;/*高さと合わせる*/
}
	.other {
        width: 100%;
        background-image: -webkit-linear-gradient(0deg, rgba(250,224,0,1.00) 0%, rgba(255,190,0,1.00) 100%);
        background-image: -moz-linear-gradient(0deg, rgba(250,224,0,1.00) 0%, rgba(255,190,0,1.00) 100%);
        background-image: -o-linear-gradient(0deg, rgba(250,224,0,1.00) 0%, rgba(255,190,0,1.00) 100%);
        background-image: linear-gradient(90deg, rgba(250,224,0,1.00) 0%, rgba(255,190,0,1.00) 100%);
        padding-top: 8px;
    }
    .other h2 {
        padding: 0px;
        transition: .3s;
    }
    .other p {
        line-height: 200%;
        text-align: justify;
        letter-spacing: 0.2em;
        font-size: 12px;
        margin: 0px 8px 16px!important;
    }
}
