@charset "UTF-8";
/*!*** Base Rules *****/
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
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 {
  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;
}

/*!*** Base Rules(Custom) *****/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background-color: #33271D;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFF;
}

a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

a:hover {
  opacity: 0.8;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
}

.swiper-button-next, .swiper-button-prev {
  display: none;
}

@media screen and (min-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    display: block;
  }
  .stories-wrap .swiper-button-next, .stories-wrap .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2em;
  }
}
/*!*** Layout Rules *****/
/*!*** Module Rules *****/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#header.map {
  position: fixed;
  top: 20px;
  left: 20px;
  width: inherit;
  z-index: 10;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background-color: #ECA23E;
  padding: 1em;
  border-radius: 50%;
}

.header-inner-top {
  height: 50px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 21px;
  padding-left: 21px;
  background-color: #33271D;
}

.title-logo {
  width: 110px;
}
.title-logo img {
  width: 100px;
}

.map-button img {
  width: 17px;
}

#menu-button {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 23px;
  height: 19px;
  position: relative;
  z-index: 20;
}
#menu-button span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#menu-button span:nth-of-type(1) {
  top: 0;
}
#menu-button span:nth-of-type(2) {
  top: 9px;
}
#menu-button span:nth-of-type(3) {
  bottom: 0;
}
#menu-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
          transform: translateY(9px) rotate(-315deg);
}
#menu-button.active span:nth-of-type(2) {
  opacity: 0;
}
#menu-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
          transform: translateY(-9px) rotate(315deg);
}

.language a {
  text-decoration: none;
  color: #FFF;
}
.language a img {
  top: 4px;
  position: relative;
}

.main-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: #33271D;
  opacity: 1;
}
.main-nav .menu-logo {
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1em;
  margin-bottom: 3em;
}
.main-nav .menu-logo img {
  width: 100%;
}
.main-nav .main-nav-list {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  list-style-type: none;
}
.main-nav .main-nav-list > li {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #888;
}
.main-nav .main-nav-list > li a {
  text-decoration: none;
  color: #FFF;
}
.main-nav .language {
  margin-top: 3em;
}

.header-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .header-sp {
    display: none;
  }
  .header-pc {
    display: block;
    border-bottom: #ECA23E 1px solid;
  }
  .header-pc-container {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 980px;
    height: 60px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .header-pc-wrap {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 530px;
  }
  .header-pc-title {
    position: relative;
  }
  .header-pc-title a {
    text-decoration: none;
    color: #FFF;
  }
  .header-pc-title img {
    width: 100px;
    height: auto;
  }
  .header-pc-title span {
    font-size: 1.1rem;
    display: inline-block;
    position: relative;
    top: -8px;
    left: 10px;
  }
  .nav-pc-list {
    width: 221px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .nav-pc-list > li {
    width: 120px;
    text-align: center;
    font-size: 1.2rem;
  }
  .nav-pc-list > li a {
    text-decoration: none;
    color: #FFF;
  }
  .nav-pc-list > li span {
    display: block;
    font-size: 0.9rem;
  }
  .nav-pc-list > li:first-child {
    border-right: 1px solid #888;
  }
  .header-pc-sns-list {
    width: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    list-style-type: none;
  }
  .header-pc-sns-list > li {
    width: 40px;
    text-align: center;
  }
}
.header-inner-bottom {
  height: 121px;
  background-color: #FFF;
  padding-top: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
}

.header-circle-list {
  height: 121px;
  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;
  list-style-type: none;
}
.header-circle-list > li {
  width: 60px;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
}
.header-circle-list > li img {
  width: 100%;
}
.header-circle-list > li a {
  text-decoration: none;
  color: #333;
}

.main {
  padding-top: 150px;
}
@media screen and (min-width: 768px) {
  .main {
    padding-top: 0;
  }
}

.mv {
  width: 100%;
  height: 595px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv {
    height: 500px;
  }
}
.mv .video {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .mv .video {
    width: 100%;
  }
}

.mv-catch {
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  padding-top: 150px;
  line-height: 1.5;
}
.mv-catch img {
  width: 45px;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .mv-catch {
    padding-top: 200px;
  }
}

.mv-map-button {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 150px;
}
.mv-map-button img {
  width: 125px;
}
@media screen and (min-width: 768px) {
  .mv-map-button {
    display: none;
  }
}

#footer-nav {
  position: fixed;
  width: 100%;
  height: 70px;
  bottom: 0;
  background-color: #33271D;
  z-index: 15;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.footer-nav-list {
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: #33271D;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 0.5em;
  z-index: 2;
}
.footer-nav-list > li {
  width: 50px;
  text-align: center;
  font-size: 1rem;
  color: #FFF;
  list-style-type: none;
}
.footer-nav-list .icon-home {
  width: 31.5px;
}
.footer-nav-list .icon-home.en {
  width: 31.5px;
}
.footer-nav-list .icon-story {
  width: 45px;
}
.footer-nav-list .icon-story.en {
  width: 34.5px;
}
.footer-nav-list .icon-share {
  width: 26.5px;
}
.footer-nav-list .icon-share.en {
  width: 28px;
}
.footer-nav-list .icon-back {
  width: 52px;
}
.footer-nav-list .icon-back.en {
  width: 57.5px;
}
.footer-nav-list .icon-send {
  width: 22.5px;
}
.footer-nav-list .icon-send.en {
  width: 28px;
}
.footer-nav-list .icon-place {
  width: 49.5px;
}
.footer-nav-list .icon-place.en {
  width: 41.5px;
}
.footer-nav-list .icon-call {
  width: 23.5px;
}
.footer-nav-list .icon-call.en {
  width: 23.5px;
}

#share-buttons {
  position: absolute;
  width: 100%;
  height: 65px;
  bottom: 0px;
  z-index: 1;
  background-color: #33271D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#share-buttons.active {
  bottom: 65px;
}
#share-buttons > li img {
  width: 50px;
}

.title-under-line {
  border-bottom: 1.5px solid #ECA23E;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  text-align: center;
}
.title-under-line.w130 {
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}
.title-under-line.w180 {
  width: 180px;
  margin-right: auto;
  margin-left: auto;
}
.title-under-line.w200 {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}
.title-under-line.w280 {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.title-under-line.w400 {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.about-logo-wrap {
  height: 100vw;
  background-image: url("../images/desc_bg.png");
  background-size: cover;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .about-logo-wrap {
    width: 400px;
    height: 400px;
  }
}

.about-logo img {
  width: 250px;
}

@media screen and (min-width: 768px) {
  .about-pc-wrap {
    width: 980px;
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .about-pc-text {
    width: 500px;
  }
}
.stories-wrap {
  padding-right: 5%;
  padding-left: 5%;
}

.stories-list {
  list-style-type: none;
  padding-bottom: 2em;
}
.stories-list.all-stories {
  padding-right: 5%;
  padding-left: 5%;
}
.stories-list > li {
  width: 250px;
  height: 447.5px;
  border-radius: 25px;
  padding-top: 30px;
  position: relative;
}
.stories-list > li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FFF;
}
.stories-list .stories-list-title {
  font-size: 2.1rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #33271D;
  opacity: 0.9;
}
.stories-list .stories-list-desc {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 30px;
  padding: 1em 2em;
  background-color: #33271D;
  opacity: 0.9;
}
.stories-list.all-stories {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.stories-list.all-stories > li {
  width: 160px;
  height: 286px;
  margin-bottom: 1em;
}
.stories-list.all-stories .stories-list-title {
  font-size: 1.4rem;
}
.stories-list.all-stories .stories-list-desc {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .stories-list.all-stories {
    padding-top: 3em;
    width: 1060px;
    margin-right: auto;
    margin-left: auto;
  }
  .stories-list.all-stories > li {
    width: 200px;
    height: 358px;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 768px) {
  .stories-wrap {
    padding: 0;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .stories-wrap.shop-3 {
    width: 900px;
  }
}
.widget {
  width: 340px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .widget {
    width: 850px;
  }
}

.main {
  padding-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .to-top {
    width: 100%;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .to-top img {
    width: 67.5px;
  }
}
.footer {
  padding-bottom: 2em;
  padding-right: 2%;
  padding-left: 2%;
}
.footer a {
  text-decoration: none;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .footer {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    padding-top: 2em;
  }
}

.footer-sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 2em;
}
.footer-sns-list > li {
  width: 60px;
}
.footer-sns-list > li img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-sns-list {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}

.pt1pb2em {
  padding-top: 2em;
  padding-bottom: 2em;
}

.pb90 {
  padding-bottom: 90px;
}

.fs12 {
  font-size: 1.2rem;
}

.fs17 {
  font-size: 1.7rem;
}

.fs18 {
  font-size: 2.2rem;
}

.fs20 {
  font-size: 2.4rem;
}

.fs24 {
  font-size: 2.4rem;
}

.lh1 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2;
}

.lh15 {
  line-height: 1.5;
}

.mt1em {
  margin-top: 1em;
}

.mt2em {
  margin-top: 2em;
}

.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em !important;
}

.fwb {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.ptb1em {
  padding-top: 1em;
  padding-bottom: 1em;
}

.plr5p {
  padding-right: 5%;
  padding-left: 5%;
}

.bg-white {
  background-color: #FFF;
}

.black {
  color: #333;
}

.for-pc {
  display: none;
}

.player-padding {
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) {
  .player-padding {
    padding-bottom: 250px;
  }
}

.shop-mv {
  margin-bottom: 4em;
}
.shop-mv img {
  width: 100%;
}

.text-area {
  margin-top: 1em;
  margin-bottom: 5em;
  padding-right: 5%;
  padding-left: 5%;
  line-height: 1.7;
  font-size: 1.8rem;
}
.text-area > h2 {
  margin-bottom: 1.5em;
  font-size: 2.2rem;
  font-weight: bold;
}
.text-area > p {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .text-area {
    padding-right: 0;
    padding-left: 0;
  }
}

.title-side-line {
  border-left: 2.5px solid #ECA23E;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
  padding-left: 0.5em;
}

.shop-photo img {
  width: 100%;
}

.shop-table {
  font-weight: bold;
  width: 100%;
}
.shop-table th, .shop-table td {
  padding: 1em;
  border: 1px solid #808080;
}
.shop-table th {
  width: 20%;
  font-size: 1.2rem;
  background-color: #595757;
}
.shop-table td {
  font-size: 1.4rem;
  line-height: 1.5;
}
.shop-table td a {
  color: #FFF;
}

.button-large {
  margin-top: 1em;
  text-align: center;
}
.button-large img {
  width: 340px;
}
@media screen and (min-width: 768px) {
  .button-large img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .shop-pc-wrap {
    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;
  }
  .shop-pc-left-wrap {
    width: 49%;
  }
  .shop-pc-right-wrap {
    width: 49%;
  }
}
.google-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .google-map {
    margin-top: 41px;
  }
}

.google-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.gallery-wrap {
  width: 100%;
  height: 315px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .gallery-wrap {
    height: 685px;
  }
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.movie-wrap {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#player {
  width: 100%;
  height: 120px;
  position: fixed;
  bottom: 0px;
  background-color: #33271D;
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.9;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #player {
    font-size: 1.6rem;
    height: 150px;
  }
}

#player-title {
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 1.2;
}
#player-title span {
  display: block;
}

.player-time {
  width: 100%;
  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;
  padding-right: 2%;
  padding-left: 2%;
}

.player-author {
  width: 100%;
  position: absolute;
  bottom: 70px;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .player-author {
    font-size: 1.4rem;
    bottom: 84px;
  }
}

.player-buttons {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 15px;
}
.player-buttons span {
  width: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .player-buttons {
    width: 350px;
    margin-left: -175px;
    left: 50%;
    bottom: 30px;
  }
}

#play-list-display {
  display: none;
}

.play-list-wrap {
  position: absolute;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  line-height: 1.5;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #FFF;
  color: #333;
  top: -70px;
}
@media screen and (min-width: 768px) {
  .play-list-wrap {
    height: 140px;
    top: -140px;
  }
}

#play-list {
  list-style-type: none;
}

.player-list img {
  width: 22.5px;
}

.player-prev img {
  width: 25px;
}

.player-play img {
  width: 40px;
}

.player-pause {
  display: none;
}
.player-pause img {
  width: 40px;
}

.player-next img {
  width: 25px;
}

.player-volume img {
  width: 24px;
}

#player-seek-bar {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
}
@media screen and (min-width: 768px) {
  #player-seek-bar {
    height: 4px;
  }
}
@media all and (-ms-high-contrast: none) {
  #player-seek-bar {
    height: auto;
    top: -20px;
  }
}
#player-seek-bar::-webkit-slider-runnable-track {
  background-color: #666666;
  height: 4px;
  cursor: pointer;
}
#player-seek-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #BB3637;
  border: none;
  border-radius: 50%;
  margin-top: -3.5px;
  height: 10px;
  width: 10px;
}
#player-seek-bar::-ms-track {
  background-color: #666666;
  height: 4px;
  border-color: transparent;
  color: transparent;
  cursor: pointer;
}
#player-seek-bar::-ms-fill-lower {
  background-color: rgb(224, 149, 127);
  height: 4px;
}
#player-seek-bar::-ms-thumb {
  -webkit-appearance: none;
  background-color: #BB3637;
  border: none;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
#player-seek-bar::-ms-tooltip {
  display: none;
}
#player-seek-bar::-moz-range-track {
  background-color: #666666;
  height: 4px;
  cursor: pointer;
}
#player-seek-bar::-moz-range-thumb {
  -webkit-appearance: none;
  background-color: #BB3637;
  border: none;
  border-radius: 50%;
  margin-top: -3.5px;
  height: 10px;
  width: 10px;
}

.volume-bar-wrap {
  display: none;
  position: absolute;
  z-index: 5;
  top: 30px;
  right: 5px;
  margin: 0;
  background-color: #EEE;
  opacity: 1;
  padding: 0.5em;
  border-radius: 5px;
}

#player-volume-bar {
  width: 100px;
  -webkit-appearance: none;
}
#player-volume-bar::-webkit-slider-runnable-track {
  background-color: #666666;
  height: 4px;
}
#player-volume-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #BB3637;
  border-radius: 50%;
  margin-top: -3px;
  height: 10px;
  width: 10px;
}

@media screen and (min-width: 768px) {
  .for-sp {
    display: none;
  }
  #player.for-sp {
    display: block;
  }
  .for-pc {
    display: block;
  }
  .pc-w820 {
    width: 820px;
    margin-right: auto;
    margin-left: auto;
  }
  .pc-mt2em {
    margin-top: 2em;
  }
  .pc-mb2em {
    margin-bottom: 2em;
  }
  .pc-mb1em {
    margin-bottom: 1em;
  }
  .pc-ptb3em {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .pc-pb3em {
    padding-bottom: 3em;
  }
  .pc-pb5em {
    padding-bottom: 5em;
  }
}
.italic {
  font-style: italic !important;
}/*# sourceMappingURL=style.css.map */