@charset "UTF-8";
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Open Sans', sans-serif; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.5em; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  color: #2c9eff;
  text-decoration: none; }

/*追加リセット*/
html {
  font-size: 16px; }

body {
  background: url(../imgs/back-img.jpg) top center no-repeat;
  background-attachment: fixed;
  padding: 50px 0;
  width: 100%; }
  @media screen and (max-width: 1000px) {
    body {
      padding: 20px 0;
      background: none; }
      body::before {
        background: url("../imgs/back-img.jpg") no-repeat left top;
        background-color: #007de9;
        background-size: 100% auto;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 300%;
        height: 100%;
        padding-bottom: 108px;
        content: "";
        z-index: -1; } }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

.open-resp-nav {
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .only-desktop {
    display: none; } }

@media screen and (min-width: 642px) {
  .sp {
    display: none; } }
@media screen and (max-width: 641px) {
  .pc {
    display: none; } }
@media screen and (max-width: 960px) {
  .pc-text {
    display: none; } }
@media screen and (min-width: 961px) {
  .sp-text {
    display: none; } }
@media screen and (max-width: 1200px) {
  br.pc {
    display: none; } }
.cf:after {
  content: "";
  clear: both;
  display: block; }

.wrapper-top {
  max-width: 1080px;
  width: 90%;
  margin: auto;
  color: #fff; }
  .wrapper-top .head {
    width: 90%;
    margin: auto; }
    @media screen and (max-width: 500px) {
      .wrapper-top .head {
        width: 100%; } }
    .wrapper-top .head img {
      width: 25%;
      float: left; }
      @media screen and (min-width: 401px) and (max-width: 800px) {
        .wrapper-top .head img {
          width: 35%; } }
      @media screen and (max-width: 400px) {
        .wrapper-top .head img {
          width: 50%; } }
    .wrapper-top .head p {
      width: 75%;
      float: right;
      text-align: right;
      color: #ffff00;
      font-size: 40px;
      font-weight: 700;
      line-height: 100px;
      font-style: italic;
      letter-spacing: 10px; }
      @media screen and (min-width: 905px) and (max-width: 1050px) {
        .wrapper-top .head p {
          font-size: 30px; } }
      @media screen and (min-width: 807px) and (max-width: 904px) {
        .wrapper-top .head p {
          font-size: 25px;
          margin-top: -10px; } }
      @media screen and (min-width: 721px) and (max-width: 806px) {
        .wrapper-top .head p {
          width: 55%;
          font-size: 15px;
          text-align: left;
          line-height: 50px; } }
      @media screen and (min-width: 667px) and (max-width: 720px) {
        .wrapper-top .head p {
          width: 55%;
          font-size: 15px;
          text-align: left;
          line-height: 40px;
          margin-top: 10px; } }
      @media screen and (min-width: 551px) and (max-width: 666px) {
        .wrapper-top .head p {
          width: 55%;
          font-size: 15px;
          text-align: left;
          line-height: 40px; } }
      @media screen and (min-width: 431px) and (max-width: 550px) {
        .wrapper-top .head p {
          width: 55%;
          font-size: 15px;
          text-align: left;
          line-height: 30px; } }
      @media screen and (min-width: 401px) and (max-width: 430px) {
        .wrapper-top .head p {
          width: 55%;
          font-size: 13px;
          text-align: left;
          line-height: 30px; } }
      @media screen and (max-width: 400px) {
        .wrapper-top .head p {
          width: 40%;
          margin-left: 5%;
          font-size: 13px;
          text-align: left;
          line-height: 20px;
          margin-top: 5px; } }
  .wrapper-top section .content {
    width: 100%;
    margin-top: 60px; }
    .wrapper-top section .content img {
      max-width: 100%; }
    .wrapper-top section .content .two-col {
      margin-top: 50px;
      width: 100%; }
      .wrapper-top section .content .two-col .tow-col-left {
        width: 58%;
        float: left; }
        @media screen and (max-width: 960px) {
          .wrapper-top section .content .two-col .tow-col-left {
            width: 100%;
            text-align: center; } }
        .wrapper-top section .content .two-col .tow-col-left img {
          width: 90%; }
          @media screen and (min-width: 801px) and (max-width: 960px) {
            .wrapper-top section .content .two-col .tow-col-left img {
              width: 50%;
              margin-bottom: 30px; } }
          @media screen and (min-width: 641px) and (max-width: 800px) {
            .wrapper-top section .content .two-col .tow-col-left img {
              width: 70%;
              margin-bottom: 30px; } }
          @media screen and (max-width: 640px) {
            .wrapper-top section .content .two-col .tow-col-left img {
              width: 100%;
              margin-bottom: 30px; } }
        .wrapper-top section .content .two-col .tow-col-left .single {
          margin-top: 20px; }
          .wrapper-top section .content .two-col .tow-col-left .single .single-img {
            width: 260px;
            float: left; }
            @media screen and (max-width: 953px) {
              .wrapper-top section .content .two-col .tow-col-left .single .single-img {
                width: 100%;
                position: absolute;
                left: 0;
                right: 0; } }
            .wrapper-top section .content .two-col .tow-col-left .single .single-img img {
              width: 100%; }
              @media screen and (max-width: 953px) {
                .wrapper-top section .content .two-col .tow-col-left .single .single-img img {
                  max-width: 300px;
                  max-height: 300px; } }
          .wrapper-top section .content .two-col .tow-col-left .single .single-text {
            margin-left: 270px; }
            @media screen and (max-width: 953px) {
              .wrapper-top section .content .two-col .tow-col-left .single .single-text {
                width: 100%;
                margin-left: 0px;
                position: relative;
                top: 320px; } }
            .wrapper-top section .content .two-col .tow-col-left .single .single-text p.name {
              border-top: 2px solid #fff;
              height: 32px;
              line-height: 32px;
              font-size: 18px;
              font-weight: 600; }
            .wrapper-top section .content .two-col .tow-col-left .single .single-text p.single-title {
              border-top: 1px dotted #fff;
              height: 40px;
              line-height: 40px;
              font-size: 20px;
              font-weight: 600; }
              @media screen and (min-width: 1051px) and (max-width: 1110px) {
                .wrapper-top section .content .two-col .tow-col-left .single .single-text p.single-title {
                  font-size: 18px; } }
              @media screen and (min-width: 960px) and (max-width: 1050px) {
                .wrapper-top section .content .two-col .tow-col-left .single .single-text p.single-title {
                  font-size: 15px; } }
            .wrapper-top section .content .two-col .tow-col-left .single .single-text p.start {
              border-top: 1px dotted #fff;
              font-size: 20px;
              padding: 5px 0;
              line-height: 30px;
              font-weight: 600; }
            .wrapper-top section .content .two-col .tow-col-left .single .single-text p.no {
              font-size: 16px;
              line-height: 20px; }
              @media screen and (min-width: 960px) and (max-width: 1005px) {
                .wrapper-top section .content .two-col .tow-col-left .single .single-text p.no {
                  font-size: 14px; } }
            .wrapper-top section .content .two-col .tow-col-left .single .single-text p.price {
              border-bottom: 1px dotted #fff;
              font-size: 20px;
              line-height: 30px;
              padding: 5px 0; }
              @media screen and (min-width: 640px) and (max-width: 985px) {
                .wrapper-top section .content .two-col .tow-col-left .single .single-text p.price {
                  font-size: 19px; } }
            .wrapper-top section .content .two-col .tow-col-left .single .single-text ul.buy {
              border-bottom: 1px dotted #fff;
              padding: 10px 0; }
              .wrapper-top section .content .two-col .tow-col-left .single .single-text ul.buy li {
                display: inline-block;
                max-width: 30%; }
                .wrapper-top section .content .two-col .tow-col-left .single .single-text ul.buy li img {
                  width: auto;
                  height: 40px;
                  margin-bottom: -4px; }
                  @media screen and (max-width: 1090px) {
                    .wrapper-top section .content .two-col .tow-col-left .single .single-text ul.buy li img {
                      height: auto;
                      max-height: 50px; } }
      .wrapper-top section .content .two-col .two-col-right {
        width: 40%;
        float: right; }
        @media screen and (max-width: 960px) {
          .wrapper-top section .content .two-col .two-col-right {
            width: 100%; } }
        .wrapper-top section .content .two-col .two-col-right img {
          width: 100%;
          margin-top: 80px; }
          @media screen and (max-width: 960px) {
            .wrapper-top section .content .two-col .two-col-right img {
              margin-top: 350px; } }
  .wrapper-top section .box {
    border-top: 5px solid #fff;
    padding: 60px 0 10px;
    text-align: center;
    margin-top: 50px; }
    .wrapper-top section .box h2 {
      font-size: 50px;
      font-weight: 700;
      font-style: italic;
      color: #FFFF00; }
      .wrapper-top section .box h2 span.big {
        font-size: 35px;
        margin-top: 10px; }
      .wrapper-top section .box h2 span.small {
        font-size: 25px;
        margin-top: 10px;
        line-height: 30px; }
    .wrapper-top section .box h3 {
      font-size: 35px;
      font-weight: 600;
      margin-top: 30px;
      line-height: 40px; }
      @media screen and (max-width: 500px) {
        .wrapper-top section .box h3 {
          font-size: 25px; } }
      .wrapper-top section .box h3 span.small {
        font-size: 20px;
        font-weight: 600; }
        @media screen and (max-width: 500px) {
          .wrapper-top section .box h3 span.small {
            font-size: 18px; } }
    .wrapper-top section .box p {
      font-size: 18px;
      font-weight: 400; }
    .wrapper-top section .box .btn {
      margin: 80px auto 50px; }
      .wrapper-top section .box .btn a {
        padding: 10px 60px;
        color: #006ce9;
        font-size: 40px;
        font-weight: 700;
        background: #fff;
        border-radius: 8px;
        box-sizing: border-box; }
        @media screen and (max-width: 550px) {
          .wrapper-top section .box .btn a {
            font-size: 30px; } }
        @media screen and (max-width: 440px) {
          .wrapper-top section .box .btn a {
            font-size: 20px; } }
        .wrapper-top section .box .btn a:hover {
          background: #ffff00; }
    .wrapper-top section .box .comment {
      margin-bottom: 50px; }
      .wrapper-top section .box .comment a {
        font-size: 20px;
        color: #ffff00;
        font-weight: 600;
        line-height: 35px; }
    .wrapper-top section .box .two-col-left {
      width: 47%;
      float: left; }
      @media screen and (max-width: 960px) {
        .wrapper-top section .box .two-col-left {
          width: 100%; } }
      .wrapper-top section .box .two-col-left p {
        font-size: 18px;
        font-weight: 400;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 30px; }
      .wrapper-top section .box .two-col-left .bnr {
        width: 100%; }
        .wrapper-top section .box .two-col-left .bnr ul li {
          width: 32%;
          margin-right: 2%;
          float: left; }
          @media screen and (max-width: 550px) {
            .wrapper-top section .box .two-col-left .bnr ul li {
              width: 48%;
              margin-right: 4%; } }
          @media screen and (min-width: 551px) {
            .wrapper-top section .box .two-col-left .bnr ul li:nth-child(3n) {
              margin-right: 0; } }
          @media screen and (max-width: 550px) {
            .wrapper-top section .box .two-col-left .bnr ul li:nth-child(2n) {
              margin-right: 0; } }
          .wrapper-top section .box .two-col-left .bnr ul li a img {
            width: 100%;
            height: auto; }
          .wrapper-top section .box .two-col-left .bnr ul li a p {
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            margin-top: 0;
            font-family: 'Open Sans', sans-serif; }
    .wrapper-top section .box .two-col-right {
      width: 47%;
      float: left;
      margin-left: 6%; }
      @media screen and (max-width: 960px) {
        .wrapper-top section .box .two-col-right {
          width: 100%;
          margin-left: 0;
          margin-top: 30px; } }
      .wrapper-top section .box .two-col-right p {
        font-size: 18px;
        font-weight: 400;
        margin-top: 20px;
        line-height: 30px; }
  .wrapper-top section.list {
    margin-top: 80px; }

.wrapper {
  background: #fff;
  max-width: 1080px;
  width: 90%;
  margin: 50px auto 0;
  padding: 30px 0; }
  @media screen and (max-width: 642px) {
    .wrapper {
      margin: 30px auto 0; } }
  .wrapper h1 {
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    width: 100%;
    background: #006ce9;
    padding: 20px;
    text-align: center;
    margin: 20px 0 50px;
    box-sizing: border-box;
    line-height: 35px;
    text-shadow: 2px 2px #010947; }

.col ul {
  width: 95%;
  margin: auto;
  text-align: center; }
  .col ul li.item {
    width: 15%;
    margin-right: 2%;
    float: left; }
    @media screen and (min-width: 1075px) {
      .col ul li.item:nth-child(6n) {
        margin-right: 0; } }
    @media screen and (min-width: 901px) and (max-width: 1075px) {
      .col ul li.item {
        width: 18%;
        margin-right: 2.5%; }
        .col ul li.item:nth-child(5n) {
          margin-right: 0; } }
    @media screen and (min-width: 736px) and (max-width: 900px) {
      .col ul li.item {
        width: 23%;
        margin-right: 2.5%; }
        .col ul li.item:nth-child(4n) {
          margin-right: 0; } }
    @media screen and (min-width: 551px) and (max-width: 735px) {
      .col ul li.item {
        width: 32%;
        margin-right: 2%; }
        .col ul li.item:nth-child(3n) {
          margin-right: 0; } }
    @media screen and (max-width: 550px) {
      .col ul li.item {
        width: 48%;
        margin-right: 4%; }
        .col ul li.item:nth-child(2n) {
          margin-right: 0; } }
    .col ul li.item img {
      height: 150px; }
    .col ul li.item h3 {
      height: 120px; }

@media screen and (max-width: 640px) {
  .modal-content {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.45);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; } }
.modal-content div.cf {
  margin-top: 10px; }
.modal-content h3 {
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 10px; }
  @media screen and (max-width: 640px) {
    .modal-content h3 {
      margin-top: 10px; } }
  .modal-content h3 span {
    font-size: 0.8em;
    font-weight: 600; }
.modal-content h4 {
  font-weight: 600;
  color: #fff;
  background: #8f8f8f;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box; }
.modal-content ul li {
  border-bottom: 1px dotted #8f8f8f;
  padding: 5px 0; }
  .modal-content ul li:last-child {
    border-bottom: none; }
  .modal-content ul li a {
    color: #000; }
    .modal-content ul li a:hover {
      color: #006ce9; }
.modal-content .img {
  width: 45%;
  float: left;
  margin-right: 5%; }
  @media screen and (max-width: 640px) {
    .modal-content .img {
      width: 100%; } }
  .modal-content .img img {
    width: 100%; }
  .modal-content .img p {
    text-align: left;
    margin-bottom: 10px;
    font-size: 0.8em; }
    @media screen and (max-width: 640px) {
      .modal-content .img p {
        margin-top: 10px;
        margin-bottom: 5px; } }
  @media screen and (max-width: 640px) {
    .modal-content .img a {
      font-size: 0.8em;
      margin-bottom: 10px; } }
.modal-content .song-list {
  width: 50%;
  float: right; }
  @media screen and (max-width: 640px) {
    .modal-content .song-list {
      width: 100%; } }

/*クリックして表示する*/
/*全体*/
.hidden_box {
  margin: 2em 0;
  /*前後の余白*/
  padding: 0; }

/*ボタン装飾*/
.hidden_box label {
  padding: 5px 20px;
  font-weight: bold;
  border: solid 2px black;
  cursor: pointer; }

/*ボタンホバー時*/
.hidden_box label:hover {
  background: #efefef; }

/*チェックは見えなくする*/
.hidden_box input {
  display: none; }

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s; }

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
  padding: 30px 0;
  height: auto;
  opacity: 1; }
  .hidden_box input:checked ~ .hidden_show ul {
    display: list-item;
    list-style-type: decimal-leading-zero; }
    .hidden_box input:checked ~ .hidden_show ul li {
      display: inline-block; }
  .hidden_box input:checked ~ .hidden_show .show2 {
    padding-top: 18px; }

#pageTop {
  position: fixed;
  bottom: 30px;
  right: 30px; }

@media screen and (max-width: 640px) {
  #pageTop {
    bottom: 10px;
    right: 10px; } }
#pageTop img {
  width: 80px; }

@media screen and (max-width: 640px) {
  #pageTop img {
    width: 60px; } }
#pageTop a {
  display: block;
  z-index: 999; }

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7; }

#gotop {
  position: fixed;
  bottom: 120px;
  right: 30px; }

@media screen and (max-width: 640px) {
  #gotop {
    bottom: 80px;
    right: 10px; } }
#gotop img {
  width: 80px; }

@media screen and (max-width: 640px) {
  #gotop img {
    width: 60px; } }
#gotop a {
  display: block;
  z-index: 999; }

#gotop a:hover {
  text-decoration: none;
  opacity: 0.7; }
