section#top {
    height: auto;
    color: #fff
}

section#top,
section#top #top-banner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: none;
    z-index: 1
}

section#top #top-banner {
    height: 100vh
}

@media only screen and (max-width:736px) {
    section#top #top-banner #top-banner-center-logo {
        width: 90px;
        height: auto
    }
}

section#top #top-banner #top-banner-background-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  /*  background-color: rgba(0, 0, 0, .5);*/
    z-index: 5
}

section#top #top-banner #top-banner-background-1,
section#top #top-banner #top-banner-background-2,
section#top #top-banner #top-banner-background-3,
section#top #top-banner #top-banner-background-4,
section#top #top-banner #top-banner-background-5,
section#top #top-banner #top-banner-background-6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: none;
    z-index: 1;
    overflow: hidden
}

section#top #top-banner #top-banner-background-1 div,
section#top #top-banner #top-banner-background-2 div,
section#top #top-banner #top-banner-background-3 div,
section#top #top-banner #top-banner-background-4 div,
section#top #top-banner #top-banner-background-5 div, 
section#top #top-banner #top-banner-background-6 div{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw + 100px);
    height: 100%;
    background-color: none;
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 9s linear;
    overflow: hidden
}

section#top #top-banner #top-banner-background-1 div.active,
section#top #top-banner #top-banner-background-2 div.active,
section#top #top-banner #top-banner-background-3 div.active,
section#top #top-banner #top-banner-background-4 div.active,
section#top #top-banner #top-banner-background-5 div.active,
section#top #top-banner #top-banner-background-6 div.active {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
}

section#top #top-banner #top-banner-background-1 div {
    background: url(../../Content/images/home-banner-1.jpg);
    -ms-background-size: cover;
    background-size: cover;
    background-position: 50% 85%;
    background-repeat: no-repeat
}

section#top #top-banner #top-banner-background-2 div {
    background: url(../../Content/images/home-banner-2.jpg);
    -ms-background-size: cover;
    background-size: cover;
    background-position: 50% 85%;
    background-repeat: no-repeat
}

section#top #top-banner #top-banner-background-3 div {
    background: url(../../Content/images/home-banner-3.jpg);
    -ms-background-size: cover;
    background-size: cover;
    background-position: 50% 85%;
    background-repeat: no-repeat
}

section#top #top-banner #top-banner-background-4 div {
    background: url(../../Content/images/home-banner-4.jpg);
    -ms-background-size: cover;
    background-size: cover;
    background-position: 50% 85%;
    background-repeat: no-repeat
}

section#top #top-banner #top-banner-background-5 div {
    background: url(../../Content/images/home-banner-5.jpg);
    -ms-background-size: cover;
    background-size: cover;
    background-position: 50% 85%;
    background-repeat: no-repeat
}
section#top #top-banner #top-banner-background-6 div {
    background: url(../../Content/images/home-banner-6.jpg);
    -ms-background-size: cover;
    background-size: cover;
    background-position: 50% 85%;
    background-repeat: no-repeat
}



section#top #top-banner #top-banner-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    background-color: none;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    text-align: center
}

section#top #top-banner #top-banner-center h1 {
    font: 500 47px/43px artless_groteskmedium, sans-serif;
    margin-top: 45px;
    -webkit-transform: scaleY(.94);
    transform: scaleY(.94);
    text-align: center;
    color: #fff;
}

section#top #top-banner #top-banner-center h1 #top-h1 {
    font: 500 40px/26px artless_groteskmedium, sans-serif
}







@media only screen and (min-width:737px) and (max-width:920px) {
    section#top #top-banner #top-banner-center h1 {
        margin-top: 30px
    }
}

@media only screen and (max-width:736px) {
    section#top #top-banner #top-banner-center h1 {
        font: 500 35px/33px artless_groteskmedium, sans-serif;
        letter-spacing: -1px;
        margin-top: 30px
    }
    section#top #top-banner #top-banner-center h1 #top-h1 {
        font: 500 26px/26px artless_groteskmedium, sans-serif
    }
}

section#top #top-banner #top-banner-center a {
    display: inline-block;
    overflow: hidden;
    margin-top: 20px;
    width: 155px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background-color: #d2aa86; 
    font: 500 16px/36px artless_groteskmedium, sans-serif;
    z-index: 2;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scaleY(.94);
    transform: scaleY(.94);
    transition: all .2s ease-in;
    -webkit-backface-visibility: "hidden";
    backface-visibility: "hidden";
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
}

section#top #top-banner #top-banner-center a::selection {
    background: transparent
}

section#top #top-banner #top-banner-center a::-moz-selection {
    background: transparent
}

section#top #top-banner #top-banner-center a:hover {
    color: #fff
}

section#top #top-banner #top-banner-center a:hover:after {
    top: 0
}

section#top #top-banner #top-banner-center a:hover img {
    -webkit-filter: brightness(100) invert(1) grayscale(100%);
    filter: brightness(100) invert(1) grayscale(100%);
}

section#top #top-banner #top-banner-center a span {
    position: absolute;
    left: 37px;
    z-index: 2
}

section#top #top-banner #top-banner-center a img {
    position: absolute;
    right: 34px;
    top: 16px;
    z-index: 2;
    transition: all .1s ease-in
}

section#top #top-banner #top-banner-center a:after {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #000;
    z-index: 1;
    transition: top .2s ease-in
}


section#top #top-banner-footer {
    position: absolute;
    width: 100%;
    bottom: 40px;
    text-align: center;
    color: #fff;
    font: 500 16px/16px artless_groteskmedium, sans-serif;
    z-index: 5;
    -webkit-transform: scaleY(.94);
    transform: scaleY(.94);
     opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0)
}

@media only screen and (min-width:737px) and (max-width:920px) {
    section#top #top-banner-footer {
        bottom: 20px
    }
}

@media only screen and (max-width:736px) {
    section#top #top-banner-footer {
        font: 500 12px/12px artless_groteskmedium, sans-serif;
        bottom: 20px
    }
}

section#top #top-about {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: none;
    z-index: 1;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0)
}

@media only screen and (min-width:1751px) {
    section#top #top-about-txt {
        margin: 150px 175px
    }
}

@media only screen and (min-width:1030px) and (max-width:1750px) {
    section#top #top-about-txt {
        margin: 150px 0 150px 175px
    }
}

@media only screen and (min-width:921px) and (max-width:1030px) {
    section#top #top-about-txt {
        margin: 150px 0 200px 175px
    }
}

@media only screen and (min-width:737px) and (max-width:920px) {
    section#top #top-about-txt {
        margin: 90px 20px 150px
    }
}

@media only screen and (max-width:736px) {
    section#top #top-about-txt {
        margin: 100px 20px 160px 50px
    }
}

section#top #top-about-txt p {
    font: 500 19px/37px Noto Sans JP, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, sans-serif;
    color: #000;
    white-space: nowrap
}

@media only screen and (min-width:921px) and (max-width:1030px) {
    section#top #top-about-txt p {
        white-space: normal;
        padding-right: 20px
    }
}

@media only screen and (min-width:737px) and (max-width:920px) {
    section#top #top-about-txt p {
        font: 500 16px/34px Noto Sans JP, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, sans-serif;
        white-space: normal
    }
    section#top #top-about-txt p .pc {
        display: none
    }
}

@media only screen and (max-width:736px) {
    section#top #top-about-txt p {
        font: 500 17px/34px Noto Sans JP, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, sans-serif;
        white-space: normal
    }
}

section#top #top-about-txt a {
    position: absolute;
    bottom: 5px;
    right: 40px;
    font: 500 20px/20px artless_groteskmedium, sans-serif;
    -webkit-transform: scaleY(.94);
    transform: scaleY(.94);
    transition: opacity .2s ease-in;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100)
}

section#top #top-about-txt a:hover {
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    filter: alpha(opacity=70)
}

@media only screen and (min-width:1751px) {
    section#top #top-about-txt a {
        right: 180px
    }
}

@media only screen and (min-width:921px) and (max-width:1030px) {
    section#top #top-about-txt a {
        right: auto;
        left: 175px;
        bottom: -50px
    }
}

@media only screen and (min-width:737px) and (max-width:920px) {
    section#top #top-about-txt a {
        right: auto;
        left: 20px;
        bottom: -50px
    }
}

@media only screen and (max-width:736px) {
    section#top #top-about-txt a {
        right: auto;
        left: 50px;
        bottom: -40px
    }
}

section#top #top-about-txt a img {
    margin-right: 5px
}

section#top #top-culture {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: none;
    z-index: 1;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    margin-bottom: 150px;
    overflow: hidden
}

@media only screen and (min-width:737px) and (max-width:1030px) {
    section#top #top-culture {
        padding-bottom: 40px
    }
}

@media only screen and (max-width:736px) {
    section#top #top-culture {
        margin-bottom: 140px
    }
}

section#top #top-culture h2 {
    margin: 0 0 0 175px;
    font: 500 54px/40px artless_groteskmedium, sans-serif;
    color: #000;
    -webkit-transform: scaleY(.94);
    transform: scaleY(.94)
}

@media only screen and (min-width:737px) and (max-width:920px) {
    section#top #top-culture h2 {
        margin: 0 0 0 20px
    }
}

@media only screen and (max-width:736px) {
    section#top #top-culture h2 {
        font: 500 36px/25px artless_groteskmedium, sans-serif;
        margin: 0 0 0 50px
    }
}

section#top #top-culture a#top-culture-view {
    position: absolute;
    top: 30px;
    right: 40px;
    font: 500 20px/20px artless_groteskmedium, sans-serif;
    -webkit-transform: scaleY(.94);
    transform: scaleY(.94);
    transition: opacity .2s ease-in;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100)
}

section#top #top-culture a#top-culture-view:hover {
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    filter: alpha(opacity=70)
}

section#top #top-culture a#top-culture-view img {
    margin-right: 5px
}

@media only screen and (min-width:1751px) {
    section#top #top-culture a#top-culture-view {
        right: 180px
    }
}

@media only screen and (min-width:737px) and (max-width:1030px) {
    section#top #top-culture a#top-culture-view {
        right: auto;
        top: auto;
        left: 175px;
        bottom: 0
    }
}

@media only screen and (min-width:737px) and (max-width:920px) {
    section#top #top-culture a#top-culture-view {
        right: auto;
        top: auto;
        left: 20px;
        bottom: 0
    }
}

@media only screen and (max-width:736px) {
    section#top #top-culture a#top-culture-view {
        right: auto;
        top: auto;
        left: 50px;
        bottom: 0
    }
}

section#top #top-culture-slide {
    position: relative
}

@media only screen and (min-width:1751px) {
    section#top #top-culture-slide {
        margin: 40px 0 0 175px;
        width: calc(100% - 355px)
    }
}

@media only screen and (min-width:1030px) and (max-width:1750px) {
    section#top #top-culture-slide {
        margin: 40px 0 0 175px;
        width: calc(100% - 205px)
    }
}

@media only screen and (min-width:737px) and (max-width:920px) {
    section#top #top-culture-slide {
        margin: 40px 0 30px 20px;
        width: calc(100% - 40px)
    }
}

@media only screen and (max-width:736px) {
    section#top #top-culture-slide {
        margin: 20px 0 50px 50px;
        width: 1020px
    }
}

section#top #top-culture-slide ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section#top #top-culture-slide ul li {
    width: 25%;
    padding-right: 15px
}

@media only screen and (max-width:1030px) {
    section#top #top-culture-slide ul li {
        padding-right: 10px
    }
}

section#top #top-culture-slide ul li:last-child {
    padding-right: 0
}

section#top #top-culture-slide ul li a {
    -webkit-backface-visibility: "hidden";
    backface-visibility: "hidden";
    -webkit-tap-highlight-color: transparent
}

section#top #top-culture-slide ul li a::selection {
    background: transparent
}

section#top #top-culture-slide ul li a::-moz-selection {
    background: transparent
}

section#top #top-culture-slide ul li a:hover img {
    opacity: .9;
    -moz-opacity: .9;
    -khtml-opacity: .9;
    filter: alpha(opacity=90)
}

section#top #top-culture-slide ul li a img {
    width: 100%;
    height: auto;
    transition: opacity .2s ease-in;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

section#top #top-culture-slide ul li a .top-culture-slide-cat {
    margin: 22px 0 14px;
    font: 500 16px/16px artless_groteskregular, sans-serif;
    -webkit-transform: scaleY(.94);
    transform: scaleY(.94)
}

@media only screen and (max-width:736px) {
    section#top #top-culture-slide ul li a .top-culture-slide-cat {
        margin-top: 25px
    }
}

section#top #top-culture-slide ul li a .top-culture-slide-cat span {
    display: inline-block;
    border-bottom: 1px solid #9e7256;
    padding-bottom: 3px
}

section#top #top-culture-slide ul li a h3 {
    font: 500 20px/20px artless_groteskmedium, sans-serif;
    -webkit-transform: scaleY(.94);
    transform: scaleY(.94)
}

section#top #top-culture-slide ul li a p {
    margin-top: 13px;
    font: 400 14px/24px Noto Sans JP, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, sans-serif
}

section#top #top-linker-pc-1,
section#top #top-linker-pc-2 {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0)
}

section#top .top-linker-pc {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: none;
    z-index: 1
}

@media only screen and (max-width:736px) {
    section#top #top-culture-slide ul li a p {
        font: 400 14px/24px Noto Sans JP, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, sans-serif
    }
    section#top .top-linker-pc {
        display: none
    }
}

@media only screen and (min-width:1751px) {
    section#top .top-linker-pc .top-linker-content {
        margin-left: 175px;
        margin-bottom: 150px;
        width: calc(100% - 350px)
    }
}

@media only screen and (max-width:1030px) {
    section#top .top-linker-pc .top-linker-content br.pc {
        display: none
    }
}

@media only screen and (min-width:921px) and (max-width:1750px) {
    section#top .top-linker-pc .top-linker-content {
        margin-left: 175px;
        margin-bottom: 150px;
        width: calc(100% - 200px)
    }
}

@media only screen and (min-width:737px) and (max-width:920px) {
    section#top .top-linker-pc .top-linker-content {
        margin-left: 20px;
        margin-bottom: 110px;
        width: calc(100% - 35px)
    }
    section#top .top-linker-pc .top-linker-content br.pc {
        display: none
    }
}

section#top .top-linker-pc .top-linker-content .top-linker-left {
    margin-right: 5px
}

section#top .top-linker-pc .top-linker-content .top-linker-right {
    margin-left: 5px
}

section#top .top-linker-pc .top-linker-content .top-linker-left,
section#top .top-linker-pc .top-linker-content .top-linker-right {
    display: inline-block;
    width: calc(50% - 10px);
    vertical-align: top
}

section#top .top-linker-pc .top-linker-content .top-linker-left h3,
section#top .top-linker-pc .top-linker-content .top-linker-right h3 {
    margin-top: -10px;
    font: 500 54px/45px artless_groteskmedium, sans-serif;
    -webkit-transform: scaleY(.94);
    transform: scaleY(.94);
    transition: color .2s ease-in
}

section#top .top-linker-pc .top-linker-content .top-linker-left p,
section#top .top-linker-pc .top-linker-content .top-linker-right p {
    margin-top: 20px;
    font: 500 14px/26px Noto Sans JP, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, sans-serif
}

section#top .top-linker-pc .top-linker-content .top-linker-left img.top-linker-img,
section#top .top-linker-pc .top-linker-content .top-linker-right img.top-linker-img {
    width: 100%;
    height: auto;
    transition: opacity .2s ease-in;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100)
}

section#top .top-linker-pc .top-linker-content .top-linker-left img.top-linker-arrow,
section#top .top-linker-pc .top-linker-content .top-linker-right img.top-linker-arrow {
    position: absolute;
    bottom: 0;
    margin-left: calc(50% - 300px);
    transition: margin-left .3s ease-in
}


section#top .top-linker-pc .top-linker-content .top-linker-left:hover img.top-linker-arrow,
section#top .top-linker-pc .top-linker-content .top-linker-right:hover img.top-linker-arrow {
    margin-left: calc(50% - 280px)
}

@media only screen and (min-width:1751px) {
    section#top .top-linker-pc .top-linker-content .top-linker-left:hover img.top-linker-arrow,
    section#top .top-linker-pc .top-linker-content .top-linker-right:hover img.top-linker-arrow {
        margin-left: calc(50% - 350px)
    }
}
@media only screen and (min-width:737px) and (max-width:1460px) {
    section#top .top-linker-pc .top-linker-content .top-linker-left img.top-linker-arrow,
    section#top .top-linker-pc .top-linker-content .top-linker-right img.top-linker-arrow {
        margin-left: calc(50% - 360px)
    }

    section#top .top-linker-pc .top-linker-content .top-linker-left img.top-linker-arrow,
    section#top .top-linker-pc .top-linker-content .top-linker-right img.top-linker-arrow {
        width: 80px; height: auto;
        margin-left: calc(50% - 190px);
    }
     section#top .top-linker-pc .top-linker-content .top-linker-left:hover img.top-linker-arrow,
    section#top .top-linker-pc .top-linker-content .top-linker-right:hover img.top-linker-arrow {
        margin-left: calc(50% - 190px)
    }
    section#top .top-linker-pc .top-linker-content .top-linker-left p,
    section#top .top-linker-pc .top-linker-content .top-linker-right p {
          width: 75%;
    }
    section#top .top-linker-pc .top-linker-content .top-linker-left p br,
    section#top .top-linker-pc .top-linker-content .top-linker-right p br {
         display: none;
    }
}

@media only screen and (min-width:737px) and (max-width:920px) {
    section#top .top-linker-pc .top-linker-content .top-linker-left img.top-linker-arrow,
    section#top .top-linker-pc .top-linker-content .top-linker-right img.top-linker-arrow,
    section#top .top-linker-pc .top-linker-content .top-linker-left img.top-linker-arrow,
    section#top .top-linker-pc .top-linker-content .top-linker-right img.top-linker-arrow {
        width: 80px; height: auto;
        margin-left: calc(50% - 120px);
    }
}

section#top .top-linker-pc .top-linker-content .top-linker-left:hover h3,
section#top .top-linker-pc .top-linker-content .top-linker-right:hover h3 {
    color: #9e7256
}

section#top #top-linker-sp-1,
section#top #top-linker-sp-2,
section#top #top-linker-sp-3,
section#top #top-linker-sp-4,
section#top .top-linker-sp {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0)
}

section#top .top-linker-sp {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: none;
    z-index: 1;
    -webkit-backface-visibility: "hidden";
    backface-visibility: "hidden";
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 110px
}

section#top .top-linker-sp::selection {
    background: transparent
}

section#top .top-linker-sp::-moz-selection {
    background: transparent
}

@media only screen and (min-width:736px) {
    section#top .top-linker-sp {
        display: none
    }
}

section#top .top-linker-sp h3 {
    margin-top: -10px;
    font: 500 36px/20px artless_groteskmedium, sans-serif;
    margin-left: 50px;
    margin-bottom: 25px;
    -webkit-transform: scaleY(.94);
    transform: scaleY(.94)
}

section#top .top-linker-sp p {
    margin: 20px 20px 0 50px;
    font: 500 14px/26px Noto Sans JP, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, sans-serif
}

section#top .top-linker-sp img.top-linker-img-sp {
    width: 100%;
    height: auto
}

section#top .top-linker-sp img.top-linker-arrow-sp {
    width: 60px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 20px
}

section#top #top-location {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #535356;
    z-index: 1;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    margin-bottom: -3px
}

section#top #top-location img {
    width: 50%;
    height: auto
}

section#top #top-location img.pc {
    display: inline-block
}

@media only screen and (max-width:736px) {
    section#top #top-location img {
        width: 100%
    }
    section#top #top-location img.pc {
        display: none
    }
}

section#top #top-location div {
    display: inline-block;
    position: absolute;
    width: 50%;
    height: 100%;
    color: #fff;
    background-color: #535356
}

@media only screen and (max-width:736px) {
    section#top #top-location div {
        position: relative;
        width: 100%;
        height: auto
    }
}

section#top #top-location div h3 {
    padding: 70px 0 40px 70px;
    font: 500 54px/54px artless_groteskmedium, sans-serif;
    -webkit-transform: scaleY(.94);
    transform: scaleY(.94)
}

@media only screen and (min-width:737px) and (max-width:1030px) {
    section#top #top-location div h3 {
        padding: 20px 0 10px 20px;
        font: 500 26px/24px artless_groteskmedium, sans-serif
    }
}

@media only screen and (max-width:736px) {
    section#top #top-location div h3 {
        padding: 40px 0 0 50px;
        font: 500 27px/54px artless_groteskmedium, sans-serif
    }
}

section#top #top-location div p {
    padding: 0 0 0 70px
}

@media only screen and (min-width:737px) and (max-width:1030px) {
    section#top #top-location div p {
        padding: 0 40px 0 20px
    }
}

@media only screen and (max-width:736px) {
    section#top #top-location div p {
        padding: 0 20px 110px 50px
    }
}

section#top #top-location div p#top-location-en {
    font: 500 16px/26px artless_groteskregular, sans-serif;
    -webkit-transform: scaleY(.94);
    transform: scaleY(.94)
}

@media only screen and (min-width:737px) and (max-width:1030px) {
    section#top #top-location div p#top-location-en {
        font: 500 14px/18px artless_groteskregular, sans-serif
    }
}

section#top #top-location div p#top-location-en b {
    font: 500 20px/25px artless_groteskmedium, sans-serif
}

@media only screen and (min-width:737px) and (max-width:1030px) {
    section#top #top-location div p#top-location-en b {
        font: 500 20px/30px artless_groteskmedium, sans-serif
    }
}

section#top #top-location div p#top-location-en a {
    color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity .2s ease-in;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100)
}

section#top #top-location div p#top-location-en a:hover {
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    filter: alpha(opacity=70)
}

section#top #top-location div p#top-location-jp {
    margin-top: 25px;
    font: 300 14px/26px Noto Sans JP, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, sans-serif
}

@media only screen and (min-width:737px) and (max-width:1030px) {
    section#top #top-location div p#top-location-jp {
        margin-top: 15px;
        font: 300 12px/20px Noto Sans JP, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, sans-serif
    }
    section#top #top-location div p#top-location-jp br.pc {
        display: none
    }
}

section#top #top-location div p#top-location-jp b {
    font: 500 14px/26px Noto Sans JP, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, sans-serif
}

section#top #top-sns-viewer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #77777b;
    z-index: 1;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    padding: 150px 0 280px;
    clear: both
}

@media only screen and (min-width:737px) and (max-width:1030px) {
    section#top #top-sns-viewer {
        padding: 100px 0 200px
    }
}

@media only screen and (max-width:736px) {
    section#top #top-sns-viewer {
        padding: 100px 0
    }
}

section#top #top-sns-viewer span.liner {
    background-color: #fff
}

section#top #top-sns-viewer span#top-sns-viewer-liner {
    position: absolute;
    display: block;
    left: 175px;
    width: 40px;
    height: 1px;
    background-color: #a0a0a3
}

@media only screen and (max-width:1030px) {
    section#top #top-sns-viewer span#top-sns-viewer-liner {
        display: none
    }
}

@media only screen and (min-width:1751px) {
    section#top #top-sns-viewer ul {
        margin: 150px 0 0 175px;
        width: calc(100% - 345px)
    }
}

@media only screen and (min-width:1031px) and (max-width:1750px) {
    section#top #top-sns-viewer ul {
        margin: 150px 0 0 175px;
        width: calc(100% - 195px)
    }
}

@media only screen and (min-width:737px) and (max-width:1030px) {
    section#top #top-sns-viewer ul {
        margin: 100px 0 0 40px;
        width: calc(100% - 60px)
    }
}

@media only screen and (max-width:736px) {
    section#top #top-sns-viewer ul {
        margin: 0 0 0 50px;
        width: calc(100% - 60px);
        background-color: #484849
    }
}

section#top #top-sns-viewer ul li {
    float: left;
    margin: 0 10px 10px 0;
    width: calc(20% - 10px);
    cursor: pointer;
    -ms-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity .2s ease-in;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100)
}

section#top #top-sns-viewer ul li:hover {
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    filter: alpha(opacity=70)
}

section#top #top-sns-viewer ul li img {
    width: 100%;
    height: auto
}

@media only screen and (max-width:736px) {
    section#top #top-sns-viewer ul li {
        margin-right: 5px;
        width: calc(50% - 5px)
    }
}

