@charset "UTF-8";
body {
  background-color: #000000;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  -webkit-text-size-adjust: 100%;
}

.menulist {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.menulist__block {
  margin-bottom: 60px;
}
.menulist__block h4 {
  color: #f09d27;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  padding: 40px 10px 20px;
}
.menulist__block li {
  border-top: 1px dotted #4d4d4d;
  width: 350px;
  height: auto;
  padding: 20px 10px;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
}

.menulist__title h3 {
  color: #ffffff;
  font-size: 32px;
  padding: 10px 0;
  letter-spacing: 1px;
}
.menulist__title h3 span {
  margin-left: 10px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
}
.menulist__title span {
  color: #ffffff;
}
.menulist__title li {
  color: #ffffff;
}

.share__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  #header_nav {
    width: 100%;
    height: 80px;
    background-color: #000000;
    padding: 0;
    margin: 0;
  }
  #header_nav .logo {
    width: 150px;
    height: 50px;
    padding: 15px 0 0 40px;
    margin: 0;
    float: left;
  }
  #header_nav .logo a:hover img {
    opacity: 0.7;
  }
  #header_nav .nav_inner {
    max-width: 1080px;
    height: 80px;
    padding: 0;
    margin: 0 auto;
  }
  #header_nav .nav {
    width: 390px;
    height: 40px;
    padding: 19px 40px 0 0;
    margin: 0;
    float: right;
  }
  #header_nav .nav li {
    width: 110px;
    height: 44px;
    float: left;
  }
  #share {
    position: relative;
    height: 290px;
  }
  #share a:hover img {
    opacity: 0.7;
  }
  #kv {
    background-image: url(../images/kv01.jpg);
    width: 100%;
    height: 700px;
    background-position: center center;
    background-size: cover;
    text-align: center;
  }
  #kv img {
    width: 450px;
    height: 150px;
    margin-top: 230px;
    padding: 0;
  }
  .mainclm {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .mainclm .menu {
    width: 1000px;
    height: 590px;
    margin: 0 auto 100px;
    padding: 0;
  }
  .mainclm h1 {
    color: #ffffff;
    font-size: 48px;
    margin: 0 auto 0;
    padding-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 100px;
    line-height: 34px;
  }
  .mainclm span {
    color: #ffffff;
    font-size: 18px;
    margin: 0 auto;
    padding: 0;
    line-height: 30px;
  }
  .mainclm .text01 {
    width: 590px;
    margin: 0 auto 0;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #ffffff;
  }
  .mainclm .text01 p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    letter-spacing: 1px;
  }
  .mainclm .text02 {
    width: 660px;
    margin: 0 auto 90px;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #ffffff;
  }
  .mainclm .text02 p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    letter-spacing: 1px;
  }
  .mainclm .menulist {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .mainclm .menulist__left {
    max-width: 440px;
  }
  .mainclm .menulist__right {
    max-width: 440px;
  }
  .mainclm .list_titl {
    max-width: 438px;
    height: 48px;
  }
  .mainclm .list_titl p {
    font-size: 32px;
    color: #ffffff;
    padding: 10px 0;
    letter-spacing: 1px;
  }
  .mainclm .list_titl span {
    font-size: 14px;
    color: #ffffff;
  }
  .mainclm .list li {
    width: 350px;
    height: auto;
    padding: 20px 10px;
    color: #ffffff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 14px;
    letter-spacing: 1px;
  }
  .mainclm .list li span {
    color: #ffffff;
    float: right;
    font-size: 14px;
  }
  .mainclm .list_border {
    border-bottom: 1px dotted #4d4d4d;
  }
  .menu_copy {
    width: 400px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
  }
  .accordion-box {
    position: relative;
  }
  .accordion-box label {
    height: 0;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .accordion-box label:after {
    content: "メニューを見る";
    line-height: 2.5rem;
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #ffffff;
    background-color: #000000;
    width: 300px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    border: 1px solid #ffffff;
  }
  .accordion-box label:before {
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    z-index: 1;
    border-radius: 100%;
    width: 300px;
    height: 50px;
    line-height: 20px;
    color: #ffffff;
  }
  .accordion-box input {
    display: none;
  }
  .accordion-box input:checked + label {
    background: inherit;
  }
  .accordion-box input:checked + label:after {
    content: "閉じる";
  }
  .accordion-box input:checked ~ .accordion-container {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 80px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .accordion-box .accordion-container {
    width: 1000px;
    margin: 0 auto 0;
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .accordionbox {
    max-width: 880px;
    margin: 0 auto;
    display: none;
  }
  .menubu {
    line-height: 2.5rem;
    text-align: center;
    margin: 50px auto 0;
    color: #ffffff;
    background-color: #000000;
    width: 300px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    border: 1px solid #ffffff;
    cursor: pointer;
  }
  .menubu2 {
    line-height: 2.5rem;
    text-align: center;
    margin: 10px auto 30px;
    color: #ffffff;
    background-color: #000000;
    width: 300px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    border: 1px solid #ffffff;
    cursor: pointer;
  }
  .none {
    opacity: 0;
  }
  #kv02 {
    background-image: url(../images/kv02.jpg);
    width: 100%;
    height: 540px;
    background-position: center center;
    background-size: cover;
    text-align: center;
  }
  #kv02 .mlistbtn {
    width: 350px;
    height: 50px;
    background-color: #ffffff;
    opacity: 0.8;
    margin: 50px auto 0;
    border-radius: 3px;
  }
  #kv02 .mlistbtn p {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    line-height: 50px;
  }
  #access {
    max-width: 1000px;
    height: 750px;
    margin: 0 auto 100px;
  }
  #access h1 {
    color: #ffffff;
    font-size: 48px;
    margin: 0 auto 0;
    padding-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
    width: 540px;
  }
  #access span {
    color: #ffffff;
    font-size: 18px;
    margin: 0 auto;
    padding: 0;
    line-height: 30px;
  }
  #access .text01 {
    width: 540px;
    margin: 0 auto 80px;
    padding-top: 30px;
    text-align: center;
  }
  #access .text01 p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    letter-spacing: 1px;
  }
  #access .text02 {
    width: 750px;
    margin: 0 auto 80px;
    padding-top: 30px;
    text-align: center;
  }
  #access .text02 p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    letter-spacing: 1px;
  }
  #access .imgtext {
    max-width: 790px;
    height: 310px;
    margin: 0 auto;
  }
  #access .storeimg {
    width: 380px;
    height: 220px;
    margin: 0;
    padding: 0;
    float: left;
  }
  #access .accesstext {
    width: 380px;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }
  #access table {
    width: 420px;
    color: #ffffff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 13px;
    line-height: 20px;
  }
  #access table td {
    padding: 0 10px 22px 0;
    line-height: 24px;
    vertical-align: top;
  }
  .googlemap {
    width: 100%;
    height: 300px;
    padding: 0;
    margin: 0;
  }
  .shareinner2 {
    height: 250px;
    background: radial-gradient(#666666 0, #333333 100%);
    overflow: hidden;
  }
  .shareinner {
    width: 224px;
    margin: 0 auto;
  }
  .sharetitle {
    font-size: 24px;
    text-align: center;
    padding: 30px 0 20px;
    color: #ffffff;
  }
  .twitter {
    width: 49px;
    height: 71px;
  }
  .instagram {
    width: 68px;
    height: 71px;
  }
  .facebook {
    width: 63px;
    height: 71px;
    float: left;
  }
  #pageTop {
    position: absolute;
    bottom: -23px;
    text-align: center;
    z-index: 10000;
    margin-left: 54px;
  }
  .copylight {
    width: 300px;
    height: 50px;
    margin: 30px auto;
    padding: 0;
    text-align: center;
  }
  .copylight p {
    font-size: 12px;
    color: #cccccc;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
  .menublock {
    height: auto;
    margin: 0;
    padding: 0;
  }
  #kv03 {
    background-image: url(../images/kv03.jpg);
    width: 100%;
    height: 560px;
    background-position: center center;
    background-size: cover;
    text-align: center;
  }
  #kv03 .mlistbtn_a {
    width: 356px;
    height: 60px;
    background-color: #ffffff;
    opacity: 0.8;
    margin: 0 auto;
    border-radius: 3px;
    float: left;
  }
  #kv03 .mlistbtn_a p {
    font-size: 19px;
    color: #000000;
    font-weight: bold;
    line-height: 60px;
  }
  #kv03 .mlistbtn_b {
    width: 356px;
    height: 60px;
    background-color: #ffffff;
    opacity: 0.8;
    margin: 0 auto;
    border-radius: 3px;
    float: right;
  }
  #kv03 .mlistbtn_b p {
    font-size: 19px;
    color: #000000;
    font-weight: bold;
    line-height: 60px;
  }
  #kv03 .mlistbtn_area {
    max-width: 800px;
    margin: 0 auto;
  }
  #musiclist_area {
    width: 790px;
    height: auto;
    margin: 40px auto 100px;
    padding: 0;
  }
  #musiclist_area h2 {
    margin: 80px auto 30px;
    padding: 0;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
  }
  #musiclist_area h2 span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #ffffff;
  }
  #acMenu dt {
    display: block;
    width: 720px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    margin: 0 auto 10px;
    font-size: 24px;
    padding-left: 20px;
    color: #ffffff;
  }
  #acMenu dt span {
    width: 18px;
    height: 18px;
    float: right;
    margin: 16px 16px 0 0;
    padding: 0;
  }
  #acMenu dt:nth-of-type(odd) {
    background-color: #a29338;
  }
  #acMenu dt:nth-of-type(even) {
    background-color: #837b4c;
  }
  #acMenu dd {
    background: #f2f2f2;
    width: 740px;
    height: auto;
    line-height: 50px;
    text-align: center;
    display: none;
    margin: 0 auto 10px;
  }
  #goods_area {
    background-image: url(../images/kv04.jpg);
    width: 100%;
    height: 540px;
    background-position: center center;
    background-size: cover;
    text-align: center;
  }
  #goods_area .mlistbtn {
    width: 350px;
    height: 50px;
    background-color: #ffffff;
    opacity: 0.8;
    margin: 50px auto 0;
    border-radius: 3px;
  }
  #goods_area .mlistbtn p {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    line-height: 50px;
  }
  .color_1 {
    background-color: #a29338;
  }
  .color_2 {
    background-color: #837b4c;
  }
  .spacetop {
    height: 100px;
  }
  .mr30 {
    margin-right: 30px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mb100 {
    margin-bottom: 100px;
  }
  .sp_accimg {
    display: none;
  }
  .sp_twitter {
    display: none;
  }
  .pc_twitter {
    text-align: center;
    margin: 0 auto;
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  #header_nav {
    display: none;
  }
  #header_nav .logo a:hover img {
    opacity: 0.7;
  }
  #share {
    position: relative;
    height: 290px;
  }
  #share a:hover img {
    opacity: 0.7;
  }
  #kv {
    background-image: url(../images/kv01.jpg);
    width: 100%;
    height: 400px;
    background-position: center center;
    background-size: cover;
    text-align: center;
  }
  #kv img {
    width: 250px;
    margin-top: 160px;
    padding: 0;
  }
  .mainclm {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .mainclm .menu {
    width: 100%;
    height: 590px;
    margin: 0 auto 100px;
    padding: 0;
  }
  .mainclm h1 {
    color: #ffffff;
    font-size: 34px;
    margin: 0 auto 0;
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 50px;
    line-height: 24px;
  }
  .mainclm span {
    color: #ffffff;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
  }
  .mainclm .text01 {
    width: 100%;
    margin: 0 auto 0;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #ffffff;
  }
  .mainclm .text01 p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: 1px;
  }
  .mainclm .text02 {
    width: 90%;
    margin: 0 auto 30px;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #ffffff;
  }
  .mainclm .text02 p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: 1px;
  }
  .mainclm .menulist_l {
    max-width: 440px;
    height: auto;
    margin: 0 auto;
  }
  .mainclm .list_titl {
    max-width: 438px;
    height: 48px;
  }
  .mainclm .list_titl p {
    font-size: 32px;
    color: #ffffff;
    padding: 10px 0;
    letter-spacing: 1px;
  }
  .mainclm .list_titl span {
    font-size: 14px;
    color: #ffffff;
  }
  .mainclm .list li {
    height: auto;
    padding: 16px 10px;
    color: #ffffff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 14px;
    letter-spacing: 1px;
  }
  .mainclm .list li span {
    color: #ffffff;
    float: right;
    font-size: 14px;
  }
  .mainclm .list_border {
    border-bottom: 1px dotted #4d4d4d;
  }
  .mainclm .menulist_r {
    max-width: 440px;
    margin: 0 auto;
  }
  .menu_copy {
    margin: 0 auto;
    padding: 20px 20px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
  }
  .accordion-box {
    position: relative;
  }
  .accordion-box label {
    height: 0;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .accordion-box label:after {
    content: "メニューを見る";
    line-height: 2.5rem;
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #ffffff;
    background-color: #000000;
    width: 300px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    border: 1px solid #ffffff;
  }
  .accordion-box label:before {
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    z-index: 1;
    border-radius: 100%;
    width: 300px;
    height: 50px;
    line-height: 20px;
    color: #ffffff;
  }
  .accordion-box input {
    display: none;
  }
  .accordion-box input:checked + label {
    background: inherit;
  }
  .accordion-box input:checked + label:after {
    content: "閉じる";
  }
  .accordion-box input:checked ~ .accordion-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 80px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .accordion-box .accordion-container {
    width: 100%;
    margin: 0 auto 0;
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .accordionbox {
    max-width: 880px;
    margin: 0 auto;
    display: none;
  }
  .menubu {
    line-height: 2.5rem;
    text-align: center;
    margin: 30px auto 0;
    color: #ffffff;
    background-color: #000000;
    width: 300px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    border: 1px solid #ffffff;
    cursor: pointer;
  }
  .menubu2 {
    line-height: 2.5rem;
    text-align: center;
    margin: 10px auto 30px;
    color: #ffffff;
    background-color: #000000;
    width: 300px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    border: 1px solid #ffffff;
    cursor: pointer;
  }
  .none {
    opacity: 0;
  }
  .musicarea {
    width: 90%;
    margin: 0 auto;
  }
  #kv02 {
    background-image: url(../images/kv02.jpg);
    width: 100%;
    height: 370px;
    background-position: center center;
    background-size: cover;
    text-align: center;
  }
  #kv02 .mlistbtn {
    width: 100%;
    max-width: 300px;
    height: 50px;
    background-color: #ffffff;
    opacity: 0.8;
    margin: 30px auto 0;
    border-radius: 3px;
  }
  #kv02 .mlistbtn p {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    line-height: 50px;
  }
  #access {
    max-width: 1000px;
    height: auto;
    margin: 0 auto 50px;
  }
  #access h1 {
    width: 100%;
    color: #ffffff;
    font-size: 34px;
    margin: 0 auto 0;
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 24px;
  }
  #access span {
    color: #ffffff;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
  }
  #access .text01 {
    width: 90%;
    margin: 0 auto 40px;
    padding-top: 20px;
    text-align: center;
  }
  #access .text01 p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: 1px;
  }
  #access .text02 {
    width: 750px;
    margin: 0 auto 80px;
    padding-top: 30px;
    text-align: center;
  }
  #access .text02 p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    letter-spacing: 1px;
  }
  #access .imgtext {
    max-width: 790px;
    height: auto;
    margin: 0 auto;
  }
  #access .storeimg {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
  }
  #access .accesstext {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  #access table {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    color: #ffffff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 13px;
    line-height: 20px;
  }
  #access table td {
    padding: 0 0 18px 0;
    line-height: 24px;
    width: 1px;
  }
  .googlemap {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .shareinner2 {
    height: 250px;
    background: radial-gradient(#666666 0, #333333 100%);
    overflow: hidden;
  }
  .shareinner {
    width: 224px;
    margin: 0 auto;
  }
  .sharetitle {
    font-size: 24px;
    text-align: center;
    padding: 30px 0 20px;
    color: #ffffff;
  }
  .twitter {
    width: 49px;
    height: 71px;
  }
  .instagram {
    width: 68px;
    height: 71px;
  }
  .facebook {
    width: 63px;
    height: 71px;
    float: left;
  }
  #pageTop {
    position: absolute;
    bottom: -27px;
    text-align: center;
    z-index: 10000;
    margin-left: 54px;
  }
  .copylight {
    width: 100%;
    height: 30px;
    margin: 10px auto;
    padding: 0;
    text-align: center;
  }
  .copylight p {
    font-size: 12px;
    color: #cccccc;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
  .menublock {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  #kv03 {
    background-image: url(../images/kv03.jpg);
    width: 100%;
    height: auto;
    background-position: center center;
    background-size: cover;
    text-align: center;
  }
  #kv03 .mlistbtn_a {
    width: 90%;
    height: 60px;
    background-color: #ffffff;
    opacity: 0.8;
    margin: 0 auto 20px;
    border-radius: 3px;
  }
  #kv03 .mlistbtn_a p {
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    line-height: 60px;
  }
  #kv03 .mlistbtn_b {
    width: 90%;
    height: 60px;
    background-color: #ffffff;
    opacity: 0.8;
    margin: 0 auto;
    border-radius: 3px;
  }
  #kv03 .mlistbtn_b p {
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    line-height: 60px;
  }
  #kv03 .mlistbtn_area {
    max-width: 800px;
    margin: 0 auto;
  }
  #musiclist_area {
    width: 90%;
    height: auto;
    margin: 50px auto 100px;
    padding: 0;
  }
  #musiclist_area h2 {
    margin: 50px auto 30px;
    padding: 0;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
  }
  #musiclist_area h2 span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #ffffff;
  }
  #acMenu dt {
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 24px;
    padding-left: 20px;
    color: #ffffff;
  }
  #acMenu dt span {
    width: 18px;
    height: 18px;
    float: right;
    margin: 5px 16px 0 0;
    padding: 0;
  }
  #acMenu dd {
    background: #f2f2f2;
    width: 100%;
    height: auto;
    line-height: 50px;
    text-align: center;
    display: none;
    margin-bottom: 10px;
  }
  dt:nth-of-type(odd) {
    background-color: #a29338;
  }
  dt:nth-of-type(even) {
    background-color: #837b4c;
  }
  #goods_area {
    background-image: url(../images/kv04.jpg);
    width: 100%;
    height: 370px;
    background-position: center center;
    background-size: cover;
    text-align: center;
  }
  #goods_area .mlistbtn {
    width: 100%;
    max-width: 300px;
    height: 50px;
    background-color: #ffffff;
    opacity: 0.8;
    margin: 30px auto 0;
    border-radius: 3px;
  }
  #goods_area .mlistbtn p {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    line-height: 50px;
  }
  .color_1 {
    background-color: #a29338;
  }
  .color_2 {
    background-color: #837b4c;
  }
  .spacetop {
    height: 70px;
  }
  .mr30 {
    margin-right: 30px;
  }
  .mt30 {
    margin-top: 0;
  }
  .mb100 {
    margin-bottom: 100px;
  }
  .pc_accimg {
    display: none;
  }
  .pc_twitter {
    display: none;
  }
  .sp_twitter {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */