html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

body {
    font-size: 14px;
    line-height: 1.5;
    color: #4a4039;
    font-family: 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    min-width: 1080px;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

a {
    color: #4a4039;
    text-decoration: underline;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

a:hover {
    opacity: 0.7;
}

.u-tac {
    text-align: center;
}

.u-mt10 {
    margin-top: 10px;
}

img {
    max-width: 100%;
}

.pc-on {
    display: inline-block;
}

.sp-on {
    display: none;
}

.inner {
    width: 794px;
    margin: 0 auto;
    position: relative;
}

.bg-layer {
    display: none;
    position: fixed;
    top: 0;
    height: 200%;
    left: 0;
    width: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
}

.bg-layer--zoom {
    display: none;
    position: fixed;
    top: 0;
    height: 200%;
    left: 0;
    width: 100%;
    z-index: 112;
    background: rgba(0, 0, 0, 0.3);
}

.top-button {
    display: none;
}

.wrapper {
    padding-top: 60px;
}

.header {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 90;
    height: 60px;
    background: #fff;
    padding: 12px 25px;
}

.header__action {
    border-right: 1px solid #535353;
    margin-right: 50px;
    padding-right: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    display: block;
    margin-right: 30px;
    line-height: 0;
}

.header__logo img {
    height: 35px;
}

.header__tw {
    line-height: 1;
}

.header__navi ul {
    overflow: hidden;
}

.header__navi li {
    float: left;
    margin-right: 30px;
}

.header__navi li a {
    color: #ec3d68;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    line-height: 35px;
}

.go-pastsite {
    margin: 0 0 0 auto;
    white-space: nowrap;
}

.go-pastsite a {
    color: #ec3d68;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    line-height: 35px;
}

.kv {
    position: relative;
    line-height: 0;
    text-align: center;
    background: #ffdbdf;
}

.kv__button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 3%;
}

.news {
    padding-top: 85px;
    padding-bottom: 85px;
    background: url(../img/bg_block_layer_w.png) left top repeat-x #eca2aa;
}

.news__title {
    text-align: center;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
    padding-top: 10px;
    background: url(../img/bg_title.png) center top no-repeat;
}

.news__title span {
    display: block;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 40px;
    font-family: Arial, sans-serif;
}

@media screen and (max-width: 767px) {
    .news__title {
        font-size: 15px;
        background: url(../img/bg_title_sp.png) center top no-repeat;
        background-size: 268px auto;
    }
    .news__title span {
        font-size: 30px;
    }
}

.news-list {
    background: #fff;
    padding: 40px 80px;
}
.news-list--old {
    display: none;
    background: #fff;
    padding: 0px 80px 40px;
}
.news-list--old li:first-child{
    padding-top: 40px;
    border-top: 1px solid #cecece;
}

.news-list li {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #cecece;
}

.news-list li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-list li a {
    color: #ec3d68;
    word-wrap: break-all;
    text-decoration: underline;
}

.news-list__title {
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 18px;
    color: #ec3d68;
}

.news-list__button {
    margin-top: 50px;
    text-align: center;
}

.news-list__button a {
    background: #46b4e3;
    border-radius: 7px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    width: 270px;
    line-height: 50px;
}

.news-list__detail a {
    word-wrap: break-word;
}
.read-more-news {
    background: #fff;
    text-align: center;
    font-size: 16px;
}
.read-more-news a {
    padding: 20px 0;
    display: block;
    background: rgba(236, 162, 170, 0.5);
}

.artist {
    background: #eca2aa;
    padding-top: 45px;
    padding-bottom: 40px;
}

.artist__title {
    text-align: center;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
    padding-top: 10px;
    background: url(../img/bg_title.png) center top no-repeat;
}

.artist__title span {
    display: block;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 40px;
    font-family: Arial, sans-serif;
}

@media screen and (max-width: 767px) {
    .artist__title {
        font-size: 15px;
        background: url(../img/bg_title_sp.png) center top no-repeat;
        background-size: 268px auto;
    }
    .artist__title span {
        font-size: 30px;
    }
}

.artist-list {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.artist-list li {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.artist-list li:nth-child(3n) {
    margin-right: 0;
}

.artist-list li:nth-child(3n+1) {
    clear: both;
}

.artist-list li span {
    display: block;
}

.artist-list li span.new {
    font-size: 0.5rem;
    font-weight: 500;
    color: #ec3d68;
    display: inline-block;
}

.pink {
    color: #ec3d68;
}

.blue {
    color: #46b4e3;
}

.bold {
    font-weight: 800;
}

.big,
p.big {
    font-size: 1.3rem;
    font-weight: 800;
}

.b_big {
    font-size: 1.4rem;
    font-weight: 800;
}



.about {
    padding-top: 85px;
    padding-bottom: 85px;
    background: url(../img/bg_block_layer.png) left top repeat-x;
}

.about__title {
    text-align: center;
    line-height: 1.3;
    color: #ec3d68;
    margin-bottom: 25px;
    font-size: 20px;
    padding-top: 10px;
    background: url(../img/bg_title.png) center top no-repeat;
}

.about__title span {
    display: block;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 40px;
    font-family: Arial, sans-serif;
}

@media screen and (max-width: 767px) {
    .about__title {
        font-size: 15px;
        background: url(../img/bg_title_sp.png) center top no-repeat;
        background-size: 268px auto;
    }
    .about__title span {
        font-size: 30px;
    }
}

.about__notes {
    line-height: 1.8;
}

.about__points {
    margin-top: 1.5em;
}

.about-table {
    width: 100%;
    margin-bottom: 30px;
}

.about-table tr {
    border-bottom: 2px solid #cecece;
}

.about-table tr:last-child {
    border: none;
}

.about-table th {
    padding: 20px 0;
    vertical-align: top;
    width: 200px;
}

.about-table td {
    padding: 20px 0;
    vertical-align: top;
}

.ticket {
    padding-top: 85px;
    background: url(../img/bg_block_layer.png) left top repeat-x;
    padding-bottom: 60px;
}

.ticket__title {
    text-align: center;
    line-height: 1.3;
    color: #ec3d68;
    margin-bottom: 25px;
    font-size: 20px;
    padding-top: 10px;
    background: url(../img/bg_title.png) center top no-repeat;
}

.ticket__title span {
    display: block;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 40px;
    font-family: Arial, sans-serif;
}

@media screen and (max-width: 767px) {
    .ticket__title {
        font-size: 15px;
        background: url(../img/bg_title_sp.png) center top no-repeat;
        background-size: 268px auto;
    }
    .ticket__title span {
        font-size: 30px;
    }
}

.ticket__subject {
    text-align: center;
    margin-bottom: 10px;
}

.ticket__subject span {
    display: inline-block;
    background: #fff;
    color: #ec3d68;
    font-size: 20px;
    border-radius: 3px;
    font-weight: bold;
    width: 440px;
    padding: 10px 0;
}

.ticket__text {
    border: 1px solid #eca2aa;
    line-height: 2;
    padding: 40px 80px;
    margin-bottom: 20px;
}

.ticket__text strong {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #4a4039;
}

.ticket__text em {
    font-weight: bold;
    font-size: 20px;
}

.border-box {
    border: 1px solid #4a4039;
    padding: 20px 66px;
    color: #4a4039;
    line-height: 1.8;
    margin-bottom: 60px;
}

.border-box p {
    text-indent: -1em;
    padding-left: 1em;
}

.box {
    border: 1px solid #eca2aa;
    padding: 40px 120px 50px;
    text-align: center;
    border-radius: 3px;
    color: #4a4039;
    line-height: 2;
    margin-bottom: 10px;
}

.box__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box__detail {
    margin-bottom: 35px;
}

.box__detail strong {
    font-size: 18px;
    letter-spacing: 1px;
}

.box__button a {
    background: #fff;
    border-radius: 7px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    width: 290px;
    background: #46b4e3;
    line-height: 50px;
}

.goods {
    padding-top: 85px;
    padding-bottom: 90px;
    background: #eca2aa;
}

.goods__title {
    text-align: center;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
    padding-top: 10px;
    background: url(../img/bg_title.png) center top no-repeat;
}

.goods__title span {
    display: block;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 40px;
    font-family: Arial, sans-serif;
}

@media screen and (max-width: 767px) {
    .goods__title {
        font-size: 15px;
        background: url(../img/bg_title_sp.png) center top no-repeat;
        background-size: 268px auto;
    }
    .goods__title span {
        font-size: 30px;
    }
}

.goods__comingsoon {
    font-size: 40px;
    color: #fff;
    letter-spacing: 4px;
    line-height: 300px;
    text-align: center;
    border: 1px solid #fff;
}

.goods__notes {
    line-height: 1.8;
    color: #fff;
    margin-bottom: 60px;
}

.goods__inquiry {
    margin-top: 2em;
}

.goods__notes a {
    color: #fff;
}

.goods-items__title {
    text-align: center;
    margin-bottom: 55px;
}

.goods-items__title span {
    background: url(../img/bg_title_border.png) left top no-repeat;
    display: inline-block;
    color: #ec3d68;
    border: 3px solid #ec3d68;
    font-size: 20px;
    font-weight: bold;
    width: 440px;
    padding: 10px 0;
    text-shadow: 0 1px 1px #fff, 1px 1px 1px #fff, 1px 0 1px #fff, 0 -1px 1px #fff, -1px -1px 1px #fff, -1px 0 1px #fff;
}

.goods-items-list {
    padding: 0 0px;
}

.goods-items-list li {
    position: relative;
    display: flex;
    padding: 30px 20px;
    background: #fff;
    margin: 0 0px 40px;
}

.goods-items-list li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*.goods-items-list li:nth-child(4n-2):before {
      top: -50px;
      background: url(../img/goods_bg1.png) left top no-repeat;
      width: 367px;
      height: 370px; }
    .goods-items-list li:nth-child(4n-3):before, .goods-items-list li:nth-child(4n):before {
      top: -40px;
      background: url(../img/goods_bg3.png) left top no-repeat;
      width: 331px;
      height: 315px; }
    .goods-items-list li:nth-child(4n-1):before {
      top: -50px;
      background: url(../img/goods_bg2.png) left top no-repeat;
      width: 383px;
      height: 388px; }*/

.goods-items-list__image {
    position: relative;
    margin-right: 30px;
}

.goods-items-list__image a {
    position: relative;
    height: 250px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #f0b5bb; */
}

.goods-items-list__image a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background: url(../img/icon-plus.png) center center no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.goods-items-list__body {
    padding-right: 10px;
}

.goods-items-list__detail p {
    text-indent: -1em;
    padding-left: 1em;
}

.goods-items-list__title {
    font-size: 18px;
}

.goods-items-list__price {
    margin-bottom: 1em;
}

.goods-items-list__list {
    font-size: 12px;
}

.goods-items-list__button {
    margin-top: 30px;
    text-align: center;
}

.goods-items-list__button a {
    background: #46b4e3;
    border-radius: 7px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    width: 250px;
    line-height: 50px;
    border: 1px solid #46b4e3;
}

.access {
    padding-top: 80px;
    padding-bottom: 55px;
    background: url(../img/bg_block_layer.png) left top repeat-x;
}

.access__title {
    text-align: center;
    line-height: 1.3;
    color: #ec3d68;
    margin-bottom: 25px;
    font-size: 20px;
    padding-top: 10px;
    background: url(../img/bg_title.png) center top no-repeat;
}

.access__title span {
    display: block;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 40px;
    font-family: Arial, sans-serif;
}

@media screen and (max-width: 767px) {
    .access__title {
        font-size: 15px;
        background: url(../img/bg_title_sp.png) center top no-repeat;
        background-size: 268px auto;
    }
    .access__title span {
        font-size: 30px;
    }
}

.access__map {
    margin-bottom: 2em;
}

.access__detail {
    text-align: center;
    color: #eb3361;
}

.access__detail p {
    margin-bottom: 2em;
}

.notes {
    padding-top: 85px;
    padding-bottom: 90px;
    background: #eca2aa;
}

.notes__title {
    text-align: center;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
    padding-top: 10px;
    background: url(../img/bg_title.png) center top no-repeat;
}

.notes__title span {
    display: block;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 40px;
    font-family: Arial, sans-serif;
}

@media screen and (max-width: 767px) {
    .notes__title {
        font-size: 15px;
        background: url(../img/bg_title_sp.png) center top no-repeat;
        background-size: 268px auto;
    }
    .notes__title span {
        font-size: 30px;
    }
}

.notes__sbj {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 10px;
}

.notes__text {
    margin: 0 0px 45px;
    line-height: 1.8;
    background: #fff;
    padding: 40px 80px;
}

.notes__text p {
    text-indent: -1em;
    padding-left: 1em;
}

.qa {
    padding-top: 80px;
    padding-bottom: 55px;
    background: url(../img/bg_block_layer.png) left top repeat-x;
}

.qa__title {
    text-align: center;
    line-height: 1.3;
    color: #ec3d68;
    margin-bottom: 25px;
    font-size: 20px;
    padding-top: 10px;
    background: url(../img/bg_title.png) center top no-repeat;
}

.qa__title span {
    display: block;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 40px;
    font-family: Arial, sans-serif;
}

@media screen and (max-width: 767px) {
    .qa__title {
        font-size: 15px;
        background: url(../img/bg_title_sp.png) center top no-repeat;
        background-size: 268px auto;
    }
    .qa__title span {
        font-size: 30px;
    }
}

.qa__detail {
    border: 1px solid #eca2aa;
    padding: 40px 80px;
    line-height: 1.8;
}

.qa__detail dt {}

.qa__detail dd {
    margin-bottom: 20px;
    padding-left: 1em;
    text-indent: -1em;
}

.qa__detail dd:last-of-type {
    margin-bottom: 0;
}

.footer {
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
}

.footer .inner {
    padding: 30px 0;
    color: #858585;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__copy {
    line-height: 2;
}

.footer__logo {
    line-height: 0;
}

.footer__logo > img {
    height: 35px;
}

.footer__logo img {
    vertical-align: middle;
}

.footer__logo > span {
    margin-left: 40px;
}

.sp-navi {
    display: none;
}

.footer-bar {
    display: none;
}

.zoom-layer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX( -50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 112;
}

.zoom-layer__image {
    padding: 20px;
    background: #fff;
    border: 3px solid #f3c4c9;
}

.zoom-layer__close {
    margin-top: 7px;
    text-align: right;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 1.5;
        color: #666;
        font-family: 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
        -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
        min-width: 0px;
    }
    .wrapper {
        padding-top: 0;
    }
    .pc-on {
        display: none;
    }
    .sp-on {
        display: inline-block;
    }
    iframe {
        max-width: 100%;
        height: auto;
    }
    .inner {
        width: auto;
        margin: 0 15px;
        position: relative;
    }
    .header {
        display: none;
    }
    .kv__button {
        width: 50%;
        bottom: 6%;
    }
    .news {
        padding-top: 50px;
        padding-bottom: 60px;
        background-size: 640px auto;
    }
    .news-list {
        padding: 20px;
    }
    .news-list li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .news-list li:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .news-list__title {
        font-weight: bold;
        margin-bottom: 1em;
        font-size: 16px;
    }
    .news-list__button {
        margin-top: 50px;
        text-align: center;
    }
    .news-list__button a {
        background: #46b4e3;
        border-radius: 7px;
        display: inline-block;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        width: 208px;
        line-height: 38px;
        border: 1px solid #46b4e3;
    }
    .artist {
        background: #eca2aa;
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .artist__title {
        text-align: center;
        line-height: 1.3;
        color: #fff;
        margin-bottom: 25px;
        font-size: 20px;
        padding-top: 10px;
        background: url(../img/bg_title.png) center top no-repeat;
    }
    .artist__title span {
        display: block;
        font-weight: bold;
        letter-spacing: 4px;
        font-size: 40px;
        font-family: Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .artist__title {
        font-size: 15px;
        background: url(../img/bg_title_sp.png) center top no-repeat;
        background-size: 268px auto;
    }
    .artist__title span {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .artist-list {
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 20px;
    }
    .artist-list li {
        font-size: 16px;
        color: #fff;
        width: calc(50% - 9px);
        margin-right: 18px;
        text-align: center;
        margin-bottom: 20px;
    }
    .artist-list li:nth-child(2n) {
        margin-right: 0;
    }
    .artist-list li:nth-child(2n+1) {
        clear: both;
        margin-right: 18px;
    }
    .artist-list li:nth-child(3n) {
        margin-right: 18px;
    }
    .artist-list li:nth-child(6n) {
        margin-right: 0;
    }
    .artist-list li:nth-child(3n+1) {
        clear: both;
    }
    .artist-list li span {
        display: block;
    }
    .artist-list li > img {
        zoom: 0.5;
        width: 100%;
    }
    .about {
        padding-top: 50px;
        padding-bottom: 70px;
        background: url(../img/bg_block_layer.png) left top repeat-x;
        background-size: 640px auto;
    }
    .about__title {
        text-align: center;
        line-height: 1.3;
        color: #ec3d68;
        margin-bottom: 25px;
        font-size: 20px;
        padding-top: 10px;
        background: url(../img/bg_title.png) center top no-repeat;
    }
    .about__title span {
        display: block;
        font-weight: bold;
        letter-spacing: 4px;
        font-size: 40px;
        font-family: Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .about__title {
        font-size: 15px;
        background: url(../img/bg_title_sp.png) center top no-repeat;
        background-size: 268px auto;
    }
    .about__title span {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .about__notes {
        line-height: 1.8;
        font-size: 12px;
    }
    .about__notes p {
        text-indent: -1em;
        padding-left: 1em;
    }
    .about__points {
        margin-top: 1.5em;
    }
    .about__points p {
        text-indent: -1em;
        padding-left: 1em;
    }
    .about-table {
        width: 100%;
        margin-bottom: 30px;
        font-size: 12px;
    }
    .about-table tr {
        border-bottom: 1px solid #cecece;
    }
    .about-table th {
        padding: 20px 0;
        vertical-align: top;
        width: 95px;
    }
    .about-table td {
        padding: 20px 0;
        vertical-align: top;
    }
    .ticket {
        background: url(../img/bg_block_layer.png) left top repeat-x;
        background-size: 640px auto;
        padding-top: 45px;
        padding-bottom: 50px;
    }
    .ticket__subject {
        text-align: center;
    }
    .ticket__subject span {
        display: inline-block;
        background: #fff;
        color: #ec3d68;
        font-size: 14px;
        border-radius: 1px;
        font-weight: bold;
        width: 100%;
        padding: 6px 0;
    }
    .ticket__text {
        line-height: 2;
        padding: 25px 10px;
        margin-bottom: 20px;
        font-size: 12px;
    }
    .ticket__text strong {
        font-weight: bold;
        font-size: 15px;
        border-bottom: 1px solid #4a4039;
    }
    .border-box {
        border: 1px solid #4a4039;
        padding: 10px 5px;
        color: #4a4039;
        line-height: 1.8;
        font-size: 11px;
        margin-bottom: 40px;
    }
    .box {
        padding: 25px 10px;
        text-align: center;
        border-radius: 3px;
        line-height: 2;
        margin-bottom: 10px;
    }
    .box__title {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .box__detail {
        margin-bottom: 35px;
        font-size: 12px;
    }
    .box__detail strong {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .box__button a {
        border-radius: 7px;
        display: inline-block;
        text-decoration: none;
        font-size: 12px;
        width: 190px;
        line-height: 30px;
    }
    .goods {
        padding-top: 45px;
        padding-bottom: 0px;
        overflow: hidden;
        font-size: 12px;
    }
    .goods__comingsoon {
        font-size: 20px;
        color: #fff;
        letter-spacing: 4px;
        line-height: 200px;
        text-align: center;
        margin-bottom: 60px;
    }
    .goods__notes {
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .goods__inquiry {
        margin-top: 2em;
    }
    .goods-items__title {
        text-align: center;
        margin-bottom: 30px;
    }
    .goods-items__title span {
        background: url(../img/bg_title_border.png) center top no-repeat;
        background-size: cover;
        display: inline-block;
        color: #ec3d68;
        border: 2px solid #ec3d68;
        font-size: 12px;
        font-weight: bold;
        width: 100%;
        padding: 6px 0;
        text-shadow: 0 1px 1px #fff, 1px 1px 1px #fff, 1px 0 1px #fff, 0 -1px 1px #fff, -1px -1px 1px #fff, -1px 0 1px #fff;
    }
    .goods-items-list {
        padding: 0 0px;
    }
    .goods-items-list li {
        position: relative;
        display: flex;
        padding: 15px;
        margin: 0 0 20px;
    }
    .goods-items-list li::before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        zoom: 0.5;
    }
    /*.goods-items-list li:nth-child(2n-1) {
        margin-right: 20px; }
      .goods-items-list li:nth-child(2n) {
        margin-right: 0; }
      .goods-items-list li:nth-child(4n-2):before {
        top: -50px;
        background: url(../img/goods_bg1.png) left top no-repeat;
        width: 367px;
        height: 370px; }
      .goods-items-list li:nth-child(4n-3):before, .goods-items-list li:nth-child(4n):before {
        top: -40px;
        background: url(../img/goods_bg3.png) left top no-repeat;
        width: 331px;
        height: 315px; }
      .goods-items-list li:nth-child(4n-1):before {
        top: -50px;
        background: url(../img/goods_bg2.png) left top no-repeat;
        width: 383px;
        height: 388px; }*/
    .goods-items-list__image {
        position: relative;
        margin-right: 15px;
        z-index: 1;
        width: 30%;


    }
    .goods-items-list__image a {
        padding-top: 20px;
        padding-bottom: 10px;
        height: auto;
        width: 100%;
        display: block;
        text-align: center;
        background: #fff;
    }
    .goods-items-list__image a::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        display: inline-block;
        background: url(../img/icon-plus.png) center center no-repeat;
        background-size: cover;
        width: 15px;
        height: 15px;
    }
    .goods-items-list__image a img {
        height: auto;
        width: auto;
    }
    .goods-items-list__body {
        flex: 1;
    }
    .goods-items-list__title {

        font-size: 16px;
    }

    .goods-items-list__detail {
        font-size: 12px;
    }
    .goods-items-list__list {
        font-size: 10px;
    }
    .goods-items-list__button {
        margin-top: 15px;
        text-align: center;
    }
    .goods-items-list__button a {
        background: #46b4e3;
        border-radius: 7px;
        display: inline-block;
        text-decoration: none;
        font-size: 12px;
        color: #fff;
        width: 100%;
        line-height: 30px;
    }
    .access {
        background: url(../img/bg_block_layer.png) left top repeat-x;
        background-size: 640px auto;
        padding-top: 45px;
        padding-bottom: 25px;
    }
    .access__map {
        margin-bottom: 2em;
    }
    .access__detail {
        text-align: center;
        padding: 0 10px;
        font-size: 12px;
    }
    .access__detail p {
        margin-bottom: 2em;
    }
    .notes {
        padding-top: 45px;
        padding-bottom: 0px;
        overflow: hidden;
        font-size: 12px;
    }
    .notes__sbj {
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        padding: 6px 0;
    }
    .notes__text {
        padding: 25px 10px;
        margin-bottom: 20px;
        font-size: 12px;
    }
    .qa {
        background: url(../img/bg_block_layer.png) left top repeat-x;
        background-size: 640px auto;
        padding-top: 45px;
        padding-bottom: 25px;
    }
    .qa__detail {
        padding: 25px 10px;
        margin-bottom: 20px;
        font-size: 12px;
    }
    .footer {
        margin-bottom: 50px;
    }
    .footer .inner {
        padding: 15px 0;
        color: #858585;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 11px;
    }
    .footer__copy {
        line-height: 2;
    }
    .footer__logo {
        display: none;
    }
    .top-button {
        position: fixed;
        right: 20px;
        bottom: 60px;
        display: block;
        height: 64px;
        width: 64px;
        text-align: center;
        line-height: 64px;
        background: #ec3d68;
        border-radius: 32px;
        z-index: 100;
        opacity: 1;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .top-button img {
        width: 21px;
    }
    .top-button.is-hidden {
        opacity: 0;
        -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }
    .zoom-layer {
        width: 96%;
        max-width: 480px;
    }
    .sp-navi {
        display: block;
        position: fixed;
        background: #fff;
        width: 100%;
        bottom: 0;
        left: 0;
        padding-bottom: 50px;
        z-index: 110;
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    .sp-navi.is-open {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .sp-navi-list {
        border-top: 1px solid #e0e0e0;
    }
    .sp-navi-list li {
        border-bottom: 1px solid #e0e0e0;
    }
    .sp-navi-list li.small {
        font-size: 10px;
    }
    .sp-navi-list li a {
        position: relative;
        text-decoration: none;
        display: block;
        padding: 20px 28px;
        color: #ec3d68;
        font-size: 12px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sp-navi-list li a::after {
        content: "";
        position: absolute;
        right: 30px;
        top: 50%;
        background: url(../img/ico_right_arrow.png);
        background-size: 7px 13px;
        width: 7px;
        height: 13px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .sp-navi-list li span {
        display: inline-block;
        width: 70px;
    }
    .sp-navi-list li span.icon {
        width: 40px;
    }
    .sp-navi-list li span.icon img {
        vertical-align: middle;
    }
    .footer-bar {
        overflow: hidden;
        display: block;
        position: fixed;
        z-index: 111;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: #fff;
        box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    .footer-bar.is-show {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .footer-bar__logo {
        float: left;
        padding-top: 10px;
        padding-left: 10px;
    }
    .footer-bar__logo img {
        vertical-align: middle;
    }
    .footer-bar__logo > img {
        height: 35px;
    }
    .footer-bar__logo > span {
        margin-left: 15px;
    }
    .toggle-menu {
        float: right;
        width: 50px;
    }
}

/*# sourceMappingURL=style.css.map */
