html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul,
li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  display: relative;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.15rem;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 4vw !important;
    letter-spacing: 0.05rem;
  }
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 1201px) {
  body {
    font-size: 17px;
  }
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  width: 100%;
  height: 55px;
  background-color: #e6e6e6;
}

.header__inner {
  margin: 0 auto;
  width: 1200px;
}

.footer {
  width: 100%;
  line-height: 1.5;
  background-color: #e6e6e6;
}

@media screen and (max-width: 480px) {
  .footer {
    padding: calc((30 / 480) * 100%) calc((25 / 480) * 100%) calc((50 / 480) * 100%) !important;
    font-size: 2.5vw !important;
  }
}

@media screen and (max-width: 1200px) {
  .footer {
    padding: calc((30 / 1200) * 100%) calc((25 / 1200) * 100%) calc((50 / 1200) * 100%);
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 1201px) {
  .footer {
    padding: 30px 0 50px;
    font-size: 13px;
  }
}

.footer .logoArea {
  text-align: center;
}

.footer .logoArea .left {
  float: left;
}

@media screen and (max-width: 480px) {
  .footer .logoArea .left {
    float: none !important;
    width: 100% !important;
    margin-bottom: calc((15 / 480) * 100%);
  }
}

@media screen and (max-width: 1200px) {
  .footer .logoArea .left {
    margin-left: calc((40 / 1200) * 100%);
    width: calc((169 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .footer .logoArea .left {
    margin-left: 70px;
  }
}

.footer .logoArea .left > img {
  display: block;
}

@media screen and (max-width: 480px) {
  .footer .logoArea .left > img {
    width: 60% !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 1200px) {
  .footer .logoArea .left > img {
    width: 100%;
  }
}

.footer .logoArea .right {
  float: right;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .footer .logoArea .right {
    float: none !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 1200px) {
  .footer .logoArea .right {
    margin-right: calc((40 / 1200) * 100%);
    width: 77%;
  }
}

@media screen and (min-width: 1201px) {
  .footer .logoArea .right {
    margin-right: 70px;
  }
}

.footer .copyright {
  clear: both !important;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .footer .copyright {
    padding-top: calc((25 / 480) * 100%) !important;
  }
}

@media screen and (max-width: 1200px) {
  .footer .copyright {
    display: block;
    padding-top: calc((25 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .footer .copyright {
    padding-top: 15px;
  }
}

.wrapper {
  display: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.inner {
  width: 100%;
}

@media screen and (min-width: 1201px) {
  .inner {
    margin: 0 auto;
    width: 1200px;
  }
}

#sliderbar {
  width: 100%;
}

@media screen and (max-width: 480px) {
  #sliderbar {
    padding: calc((30 / 480) * 100%) 0 calc((20 / 480) * 100%) !important;
  }
}

@media screen and (max-width: 1200px) {
  #sliderbar {
    padding: calc((30 / 1200) * 100%) 0 calc((40 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  #sliderbar {
    padding: 30px 0 40px;
  }
}

#sns {
  width: 100%;
  background: -webkit-linear-gradient(top, #ffdaed, #ffe9c0);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdaed), to(#ffe9c0));
  background: linear-gradient(to bottom, #ffdaed, #ffe9c0);
  background: -ms-linear-gradient(top, #ffdaed, #ffe9c0);
}

#sns .sns {
  background: url(../img/sns/bg.png) top center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 480px) {
  #sns .sns {
    padding: calc((50 / 480) * 100%) 0 calc((30 / 480) * 100%) !important;
    background-size: 145%;
  }
}

@media screen and (max-width: 1200px) {
  #sns .sns {
    padding: calc((90 / 1200) * 100%) 0 calc((30 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  #sns .sns {
    padding: 90px 0 30px;
  }
}

#lineup {
  width: 100%;
}

#lineup .lineup {
  background: url(../img/lineup/bg.png) top center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 480px) {
  #lineup .lineup {
    padding: calc((50 / 480) * 100%) 0 calc((30 / 480) * 100%) !important;
    background-size: 145%;
  }
}

@media screen and (max-width: 1200px) {
  #lineup .lineup {
    padding: calc((90 / 1200) * 100%) 0 calc((30 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  #lineup .lineup {
    padding: 90px 0 30px;
  }
}

.fixMargin {
  width: 100%;
  margin-top: -30px;
  padding-top: 30px;
}

.lineupItem {
  width: 100%;
  border: 1px solid #e50071;
}

@media screen and (max-width: 480px) {
  .lineupItem {
    margin: calc((30 / 480) * 100%) 0 0 !important;
  }
}

@media screen and (max-width: 1200px) {
  .lineupItem {
    margin: calc((30 / 1200) * 100%) 0 calc((5 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .lineupItem {
    margin: 30px 0 0;
  }
}

.imgArea {
  background-color: #e6e6e6;
}

@media screen and (max-width: 480px) {
  .imgArea {
    padding: calc((10 / 480) * 100%) 0 calc((30 / 480) * 100%) !important;
  }
}

@media screen and (max-width: 1200px) {
  .imgArea {
    padding: calc((10 / 1200) * 100%) 0 calc((30 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .imgArea {
    padding: 10px 0 30px;
  }
}

#share {
  width: 100%;
  background: -webkit-linear-gradient(top, #ffdaed, #ffe9c0);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdaed), to(#ffe9c0));
  background: linear-gradient(to bottom, #ffdaed, #ffe9c0);
  background: -ms-linear-gradient(top, #ffdaed, #ffe9c0);
}

#share .share {
  background: url(../img/share/bg.png) top center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 480px) {
  #share .share {
    padding: calc((50 / 480) * 100%) 0 calc((30 / 480) * 100%) !important;
    background-size: 145%;
  }
}

@media screen and (max-width: 1200px) {
  #share .share {
    padding: calc((90 / 1200) * 100%) 0 calc((30 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  #share .share {
    padding: 90px 0 30px;
  }
}

.menu-box {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-box .menu-btn {
  width: 100%;
}

.menu-box ul {
  display: none;
  width: 100%;
}

.menu-box ul li a {
  display: block;
  padding: 0.3em 0.7em;
  text-align: center;
}

.menu-box ul li:last-child a {
  border-bottom: none;
}

.menu-box ul li:first-child {
  margin-top: 30px;
}

.menu-box ul li:last-child {
  margin-bottom: 50px;
}

.menu-btn {
  position: relative;
  margin: 0 0 0 auto;
  padding-top: 10px;
  width: 87px !important;
  height: 57px;
  background: -webkit-linear-gradient(top, #ffdaed, #ffe9c0);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdaed), to(#ffe9c0));
  background: linear-gradient(to bottom, #ffdaed, #ffe9c0);
  background: -ms-linear-gradient(top, #ffdaed, #ffe9c0);
}

.menu-btn:before {
  content: '';
  position: absolute;
  width: 100% !important;
  height: 29px !important;
  background: url(../img/btnMenu-off.png) center center no-repeat;
}

.menu-btn.active:before {
  content: '';
  position: absolute;
  width: 100% !important;
  height: 29px !important;
  background: url(../img/btnMenu-on.png) center center no-repeat;
}

h1 {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -28px;
  width: 57px;
  height: 36px;
}

h1 .logo {
  width: 100%;
}

h2 {
  margin: 0 auto;
  line-height: 1.5;
  text-align: center;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 480px) {
  h2 {
    margin-bottom: calc((35 / 480) * 100%) !important;
    padding-bottom: calc((20 / 480) * 100%) !important;
    width: calc((440 / 480) * 100%) !important;
    font-size: 5vw !important;
  }
}

@media screen and (max-width: 1200px) {
  h2 {
    margin-bottom: calc((35 / 1200) * 100%);
    padding-bottom: calc((20 / 1200) * 100%);
    width: calc((900 / 1200) * 100%);
    font-size: 3vw;
  }
}

@media screen and (min-width: 1201px) {
  h2 {
    margin-bottom: 35px;
    padding-bottom: 20px;
    width: 900px;
    font-size: 25px;
  }
}

h3 {
  width: 100%;
  background: -webkit-linear-gradient(top, #ffdaed, #ffe9c0);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdaed), to(#ffe9c0));
  background: linear-gradient(to bottom, #ffdaed, #ffe9c0);
  background: -ms-linear-gradient(top, #ffdaed, #ffe9c0);
}

@media screen and (max-width: 480px) {
  h3 {
    padding: calc((10 / 480) * 100%) calc((25 / 480) * 100%) calc((5 / 480) * 100%) !important;
    font-size: 5vw !important;
  }
}

@media screen and (max-width: 1200px) {
  h3 {
    padding: calc((10 / 1200) * 100%) calc((25 / 1200) * 100%) calc((5 / 1200) * 100%);
    font-size: 3vw;
  }
}

@media screen and (min-width: 1201px) {
  h3 {
    padding: 10px 25px 5px;
    font-size: 25px;
  }
}

.readStatement {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .readStatement {
    width: calc((460 / 480) * 100%);
  }
}

@media screen and (max-width: 1200px) {
  .readStatement {
    width: clac(75%);
  }
}

@media screen and (min-width: 1201px) {
  .readStatement {
    width: 900px;
  }
}

.topText {
  font-weight: bold;
  line-height: 1.4;
  color: #e50071;
}

@media screen and (max-width: 480px) {
  .topText {
    margin: calc((20 / 480) * 100%) calc((25 / 480) * 100%) calc((10 / 480) * 100%) !important;
    font-size: 4.3vw !important;
  }
}

@media screen and (max-width: 1200px) {
  .topText {
    margin: calc((25 / 1200) * 100%) calc((25 / 1200) * 100%) calc((10 / 1200) * 100%);
    font-size: 2.6vw;
  }
}

@media screen and (min-width: 1201px) {
  .topText {
    margin: 25px 25px 10px;
    font-size: 19px;
  }
}

.introText {
  line-height: 1.3;
}

@media screen and (max-width: 480px) {
  .introText {
    margin: calc((5 / 480) * 100%) calc((25 / 480) * 100%) calc((30 / 480) * 100%) !important;
  }
}

@media screen and (max-width: 1200px) {
  .introText {
    margin: calc((5 / 1200) * 100%) calc((25 / 1200) * 100%) calc((30 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .introText {
    margin: 5px 25px 25px;
  }
}

.fontBold {
  font-weight: bold;
}

.fontNormal {
  font-weight: normal;
}

.btnArea {
  display: block;
  width: 100%;
  text-align: center;
  height: 0;
}

@media screen and (max-width: 480px) {
  .btnArea {
    padding-bottom: calc((82 / 480) * 100%) !important;
  }
}

@media screen and (max-width: 1200px) {
  .btnArea {
    padding-bottom: calc((82 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .btnArea {
    height: 82px;
  }
}

.snsBtn > li {
  display: inline-block;
  height: 0;
}

@media screen and (max-width: 480px) {
  .snsBtn > li {
    margin: 0 calc((5 / 480) * 100%) !important;
    padding-bottom: calc((82 / 480) * 100%) !important;
    width: calc((98 / 480) * 100%) !important;
  }
}

@media screen and (max-width: 1200px) {
  .snsBtn > li {
    margin: 0 calc((25 / 1200) * 100%);
    padding-bottom: calc((82 / 1200) * 100%);
    width: calc((98 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .snsBtn > li {
    margin: 0 25px;
    width: 98px;
    height: 82px;
  }
}

.snsBtn > li .snsIcon {
  display: block;
}

.snsBtn > li .snsIcon > img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.snsBtn > li .snsIcon > img:hover {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.snsList {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .snsList {
    padding: 0 calc((15 / 480) * 100%);
  }
}

@media screen and (max-width: 480px) {
  .snsList > li {
    font-size: 4.5vw !important;
  }
}

@media screen and (max-width: 1200px) {
  .snsList > li {
    display: inline-block;
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 1201px) {
  .snsList > li {
    display: inline-block;
    font-size: 23px;
  }
}

.snsList .linkSns {
  color: #000;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 480px) {
  .snsList .linkSns {
    font-size: 4.5vw !important;
  }
}

@media screen and (max-width: 1200px) {
  .snsList .linkSns {
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 1201px) {
  .snsList .linkSns {
    font-size: 23px;
  }
}

.snsList .linkSns:hover {
  color: #e50071;
}

.toOfficalSite {
  display: block;
  color: #e50071;
  background: url(../img/lineup/icon-link.png) center left no-repeat;
  background-size: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 480px) {
  .toOfficalSite {
    margin: 0 calc((25 / 480) * 100%) calc((10 / 480) * 100%) !important;
    padding-left: calc((35 / 480) * 100%) !important;
  }
}

@media screen and (max-width: 1200px) {
  .toOfficalSite {
    margin: 0 calc((25 / 1200) * 100%) calc((10 / 1200) * 100%);
    padding-left: calc((40 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .toOfficalSite {
    margin: 0 25px 10px;
    padding-left: 30px;
  }
}

.toOfficalSite:hover {
  color: #840141;
}

.images {
  text-align: center;
}

.images > li {
  display: inline-block;
  height: 0;
}

@media screen and (max-width: 480px) {
  .images > li {
    padding-bottom: calc((226 / 480) * 100%) !important;
    width: calc((400 / 480) * 100%) !important;
  }
}

@media screen and (max-width: 1200px) {
  .images > li {
    padding-bottom: calc((211 / 1200) * 100%);
    width: calc((370 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .images > li {
    width: 370px;
    height: 211px;
  }
}

.images > li > img {
  width: 100% !important;
  border: 1px solid #fff;
}

#page_top {
  width: 75px;
  height: 100px;
  position: fixed;
  right: 25px;
  bottom: -100px;
}

#page_top a {
  position: relative;
  display: block;
  width: 75px;
  height: 100px;
  background: url(../img/pagetop_btn.png) top center no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#page_top a:hover {
  -webkit-filter: hue-rotate(180deg);
          filter: hue-rotate(180deg);
}

.thumbnail {
  position: relative;
  text-align: center;
  height: 0;
}

@media screen and (max-width: 480px) {
  .thumbnail {
    margin-top: calc((20 / 480) * 100%) !important;
    padding-bottom: calc((75 / 480) * 100%) !important;
    width: calc((1200 / 480) * 100%);
  }
}

@media screen and (max-width: 1200px) {
  .thumbnail {
    margin-top: calc((20 / 1200) * 100%) !important;
    padding-bottom: calc((75 / 1200) * 100%);
    width: calc((1200 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .thumbnail {
    margin-top: 20px !important;
    width: 1200px;
    height: calc(75px + 3px);
  }
}

.thumbnail .btn-thumb {
  position: relative;
  display: inline-block;
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.75;
  border: 2px solid white;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .thumbnail .btn-thumb {
    padding-bottom: calc((70 / 480) * 100%) !important;
    width: calc((180 / 480) * 100%) !important;
  }
}

@media screen and (max-width: 1200px) {
  .thumbnail .btn-thumb {
    padding-bottom: calc((75 / 1200) * 100%);
    width: calc((205 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .thumbnail .btn-thumb {
    width: 205px;
    height: calc(75px + 3px);
  }
}

.thumbnail .btn-thumb:hover {
  opacity: 1;
}

.thumbnail .btn-thumb > img {
  display: block;
  width: 100%;
}

.banner {
  position: relative;
  height: 0;
}

@media screen and (max-width: 480px) {
  .banner {
    float: none;
    padding-bottom: calc((360 / 480) * 100%);
    width: calc((1200 / 480) * 100%);
  }
}

@media screen and (max-width: 1200px) {
  .banner {
    padding-bottom: calc((360 / 1200) * 100%);
    width: calc((1200 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .banner {
    width: 1200px;
    height: 360px;
  }
}

.banner .item-bnr img {
  width: 100%;
  border: 1px solid #e5e5fc;
}

.slick-prev {
  position: absolute;
  z-index: 10;
  top: 35%;
  left: 0.2%;
  border: none;
  background: none;
  height: 0;
  background: url(../img/slider/icon-prev.png) center center no-repeat;
  background-size: 100%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
}

@media screen and (max-width: 480px) {
  .slick-prev {
    padding-bottom: calc((108 / 480) * 100%);
    width: calc((78 / 480) * 100%);
  }
}

@media screen and (max-width: 1200px) {
  .slick-prev {
    padding-bottom: calc((108 / 1200) * 100%);
    width: calc((78 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .slick-prev {
    width: 78px;
    height: 108px;
  }
}

.slick-prev:hover {
  left: -0.5%;
}

.slick-next {
  position: absolute;
  z-index: 10;
  top: 35%;
  right: 0.2%;
  border: none;
  background: none;
  height: 0;
  background: url(../img/slider/icon-next.png) center center no-repeat;
  background-size: 100%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
}

@media screen and (max-width: 480px) {
  .slick-next {
    padding-bottom: calc((108 / 480) * 100%);
    width: calc((78 / 480) * 100%);
  }
}

@media screen and (max-width: 1200px) {
  .slick-next {
    padding-bottom: calc((108 / 1200) * 100%);
    width: calc((78 / 1200) * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .slick-next {
    width: 78px;
    height: 108px;
  }
}

.slick-next:hover {
  right: -0.5%;
}

.thumbnail-item {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s opacity linear;
  transition: .3s opacity linear;
}

.thumbnail-item.thumbnail-current {
  opacity: 1;
  border: 2px solid #959595;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */