/*  SCHEDULE  */
p.list-main-txt a {
    color: #BDB061;
}
.player-list li:nth-child(n + 5){display: none;}
  .player-list li  .date,
  .player-list li  .txt{
    display: block;
  }
  .player-list .player-list-more {
    margin: 0 auto 20px;
    position: relative;
    width: 95%;
    height: 40px;
    background: #FFF;
    cursor: pointer;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
  }
  .player-list .player-list-more:hover{
    opacity:.7;
  }
  .player-list .player-list-more:before,
  .player-list .player-list-more:after{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    display: block;
    width:17px;
    border-top: 2px solid #000;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
  }
  .player-list .player-list-more:before{
    margin-left:-5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .player-list .player-list-more:after{
    margin-left:6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .player-list .player-list-more.show:before{
    margin-left:-5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .player-list .player-list-more.show:after{
    margin-left:6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  } 
@media screen and (min-width: 768px){
    .sec-schedule-wrap {
        background: #272727;
        color: #fff;
    }
    .schedule-date {
        margin: 60px auto 40px;
        color: #BDB061;
        text-align: center;
    }
    .schedule-date p {
        overflow: hidden;
        font-size: 24px;
        font-family: notoB;
    }
    .schedule-date p .num {
        padding-left: 5px;
        font-family: bleageFont;
        font-size: 50px;
        letter-spacing: .05em;
    }
    .timeline-wrap {
        max-width: 1300px;
        margin: 0 auto 110px;
        width: 100%;
        position: relative;
        padding: 40px 0 0;
    }
    .timeline-wrap:before {
        content: url("../img/timelist-arrow.png");
        position: absolute;
        top: -13px;
        left: 17.5%;
        margin-left: -5px;
    }
    .timeline-wrap:after {
        content: url("../img/timelist-arrow.png");
        position: absolute;
        bottom: -13px;
        left: 17.5%;
        margin-left: -5px;
        -moz-transform:    rotate( 180deg );  /* Firefox用 */
        -webkit-transform: rotate( 180deg );  /* Chrome,Safari,新しいOpera用 */
        -o-transform:      rotate( 180deg );  /* 古いOpera用 */
        -ms-transform:     rotate( 180deg );  /* IE9用 */
        transform:         rotate( 180deg );  /* CSS3の書き方 */
    }
    .timeline-wrap p {
        font-size: 16px;
        letter-spacing: 0.2em;
        line-height: 40px;
    }
    .timeline-wrap .line {
        display: block;
        position: absolute;
        top: 0;
        left: 17.5%;
        height: 100%;
        margin-left: -1px;
        border-right: 1px solid #BDB061;
    }
    .timeline-wrap dl dt {
        color: #BDB061;
        width: 16%;
        display: inline-block;
        text-align: right;
        line-height: 40px;
        vertical-align: top;
        letter-spacing: .1em;
        margin-right: 3%;
    }
    .timeline-wrap dl dt.bFont {
        font-size: 30px;
    }
    .timeline-wrap dl dt.jp {
        font-size: 20px;
        font-weight: bold;
    }
    .timeline-wrap dl dd {
        display: inline-block;
        width: 77%;
        letter-spacing: .1em;
        margin-bottom: 50px;
    }
    .timeline-wrap p.list-main-txt {
        line-height: 35px;
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #BDB061;
    }
    .timeline-wrap dl dt:after {
        content: '';
        background: #272727;
        width: 10px;
        height: 10px;
        border: 2px solid #BDB061;
        position: absolute;
        left: 17.5%;
        margin-left: -7px;
        margin-top: 11px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }
    .timeline-wrap p.attention-txt {
        line-height: 24px;
        font-size: 14px;
        background: #fff;
        color: #000;
        padding: 13px 20px;
        font-weight: bold;
        position: relative;
    }
    .timeline-wrap p.attention-txt:before {
        position: absolute;
        content: " ";
        height: 10px;
        width: 10px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        background: #fff;
        top: 50%;
        left: -5px;
        margin-top: -5px;
    }
    .timeline-wrap p.attention-txt span.ending {
    color: #FF0000;
    font-size: 13px;
    }
    .sec-schedule-wrap a {
        color: #fff;
    }
    .timeline-wrap ul li:first-child {
    margin-left: -20px;
}
.timeline-wrap ul li {
    width: 50%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.timeline-wrap ul li img {
    width: 100%;
}
p.schedule-artist {
    background: #fff;
    padding: 0px 20px;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.2em;
    position: relative;
    top: -34px;
    color: #000;
    font-weight: bold;
}
p.access-map-wrap {
      position: absolute;
      top: -5px;
      width: 50%;
      left: 43%;
      padding: 10px;
      background: #FFF;
  }
  p.access-map-wrap:before {
      position: absolute;
      content: " ";
      height: 10px;
      width: 10px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      background: #fff;
      top: 59px;
      left: -5px;
      margin-top: -5px;
  }
  p.access-map-wrap img {
      width: 100%;
      margin-bottom: -14px;
  }
  p.access-map-wrap+p {
      margin-bottom: 210px;
  }
  ul.schedule-player-list {
    display: table;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
  }
  .player-list:before {
    position: absolute;
    content: " ";
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 50%;
    left: -5px;
    margin-top: -5px;
  }

  .team-at:before {
    background: #000;
  }
  .player-list.team-at {
    background: #000 !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
  }
  .player-list.team-rg {
    background: #DBC073;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
  }
  .team-rg:before {
    background: #DBC073;
  }
  ul.schedule-player-list.team-rg {
      background: #DBC073;
  }
  ul.schedule-player-list li.schedule-team-logo {
      vertical-align: middle;
      padding: 48px;
      margin-top: 34px;
  }
  p.schedule-player-link a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  p.schedule-player-link {
      border: 2px solid #fff;
      text-align: center;
  }
  p.schedule-player-link:hover {
      background: #fff;
      transition: all 0.2s;
  }
  p.schedule-player-link:hover a {
      color: #000;
  }
  ul.schedule-player-list li {
      padding: 12px;
      display: table-cell;
      width: 25%;
      position: relative;
  }
  .timeline-wrap ul.schedule-player-list li:first-child{
    margin-left: 0;
  }
  ul.schedule-player-list img{
      width: 100%;
  }
  p.schedule-player {
    background: #fff;
    padding: 9px 20px;
    display: inline-block;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.2em;
    position: absolute;
    bottom: 7px;
    color: #000;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px){
    .sec-schedule-wrap {
        background: #272727;
        position: relative;
        color: #fff;
    }
    .sec-schedule-wrap {
        background: #272727;
        color: #fff;
    }
    .schedule-date {
        margin: 50px auto 30px;
        color: #BDB061;
        text-align: center;
    }
    .schedule-date p {
        overflow: hidden;
        font-size: 18px;
        font-family: notoB;
        width: 100%;
    }
    .schedule-date p .num {
        padding-left: 5px;
        font-family: bleageFont;
        font-size: 37px;
        letter-spacing: .05em;
    }
    .timeline-wrap {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 30px 0 10px;
    }
    .timeline-wrap:before {
        content: url("../img/timelist-arrow.png");
        position: absolute;
        top: -13px;
        left: 3%;
        margin-left: -5px;
    }
    .timeline-wrap:after {
        content: url("../img/timelist-arrow.png");
        position: absolute;
        bottom: -13px;
        left: 3%;
        margin-left: -5px;
        -moz-transform:    rotate( 180deg );  /* Firefox用 */
        -webkit-transform: rotate( 180deg );  /* Chrome,Safari,新しいOpera用 */
        -o-transform:      rotate( 180deg );  /* 古いOpera用 */
        -ms-transform:     rotate( 180deg );  /* IE9用 */
        transform:         rotate( 180deg );  /* CSS3の書き方 */
    }
    .timeline-wrap .line {
        display: block;
        position: absolute;
        top: 0;
        left: 3%;
        height: 100%;
        margin-left: -1px;
        border-left: 1px solid #BDB061;
    }
    .timeline-wrap dl dt {
        color: #BDB061;
        display: block;
        text-align: left;
        line-height: 40px;
        vertical-align: top;
        letter-spacing: .1em;
        margin-left: 7%;
    }
    .timeline-wrap dl dt.bFont {
        font-size: 27px;
    }
    .timeline-wrap dl dt.jp {
        font-size: 20px;
        font-weight: bold;
    }
    .timeline-wrap dl dd {
        display: block;
        letter-spacing: .1em;
        margin-bottom: 24px;
        margin-left: 7%;
    }
    .timeline-wrap dl dd.sp-nontime {
    margin-top: -32px;
    }
    .timeline-wrap p.list-main-txt {
        line-height: 26px;
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 24px;
        color: #BDB061;
    }
    .timeline-wrap dl dt:after {
        content: '';
        background: #272727;
        width: 10px;
        height: 10px;
        border: 2px solid #BDB061;
        position: absolute;
        left: 3%;
        margin-left: -7px;
        margin-top: 12px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }
    .timeline-wrap p.attention-txt {
        line-height: 24px;
        font-size: 14px;
        background: #fff;
        color: #000;
        padding: 13px 20px;
        font-weight: bold;
        position: relative;
    }
    .timeline-wrap p.attention-txt:before {
        position: absolute;
        content: " ";
        height: 10px;
        width: 10px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        background: #fff;
        top: 50%;
        left: -5px;
        margin-top: -5px;
    }
    .timeline-wrap p.attention-txt span.ending {
    color: #FF0000;
    font-size: 13px;
    }
    .timeline-wrap p {
        letter-spacing: 0.2em;
        font-size: 16px;
        line-height: 36px;
        margin-right: 10px;
    }
    .sec-schedule-wrap a {
        color: #fff;
    }
    .timeline-wrap ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    }

    .timeline-wrap ul li img {
        width: 100%;
    }
    p.schedule-artist {
        background: #fff;
        padding: 0px 20px;
        display: inline-block;
        font-size: 13px;
        letter-spacing: 0.2em;
        position: relative;
        top: -34px;
        color: #000;
        font-weight: bold;
    }
    p.access-map-wrap {
      position: relative;
      width: 92%;
      padding: 10px;
      background: #FFF;
      }
      p.access-map-wrap:before {
          position: absolute;
          content: " ";
          height: 10px;
          width: 10px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          background: #fff;
          top: 50%;
          left: -5px;
          margin-top: -5px;
      }
      p.access-map-wrap img {
          width: 100%;
          margin-bottom: -14px;
      }
      ul.schedule-player-list {
    display: table;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
  }
  .player-list:before {
    position: absolute;
    content: " ";
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 50%;
    left: -5px;
    margin-top: -5px;
  }

  .team-at:before {
    background: #000;
  }
  .player-list.team-at {
    background: #000 !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
  }
  .player-list.team-rg {
    background: #DBC073;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
  }
  .team-rg:before {
    background: #DBC073;
  }
  ul.schedule-player-list.team-rg {
      background: #DBC073;
  }
  ul.schedule-player-list li.schedule-team-logo {
      vertical-align: middle;
      padding: 18px;
      margin-top: 24px;
  }
  p.schedule-player-link a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  p.schedule-player-link {
      border: 2px solid #fff;
      text-align: center;
  }
  p.schedule-player-link:hover {
      background: #fff;
      transition: all 0.2s;
  }
  p.schedule-player-link:hover a {
      color: #000;
  }
  ul.schedule-player-list li {
      padding: 6px;
      display: table-cell;
      width: 50%;
      position: relative;
  }
  .timeline-wrap ul.schedule-player-list li:first-child{
    margin-left: 0;
  }
  ul.schedule-player-list img{
      width: 100%;
  }
  .player-list .player-list-more {
    margin: 0 auto 10px;
    width: 92%;
    }
      p.schedule-player {
        background: #fff;
      padding: 6px 7px;
      display: inline-block;
      font-size: 11px;
      line-height: 12px;
      letter-spacing: 0.1em;
      position: absolute;
      bottom: 7px;
      color: #000;
      font-weight: bold;
      }
      .timeline-wrap ul.schedule-player-list li p{
        margin-right: 0;
      }
}
/*  SCHEDULE-END  */



/*  MANNER  */
.sec-manner-wrap {
    background: #000;
    color: #fff;
}
.timeline-wrap p.attention-txt a {
    text-decoration: underline;
    color: #000;
}
@media screen and (min-width: 768px){
.sec-manner-wrap .player-area-wrap {
background: #141415;
}
.sec-manner-wrap p {
letter-spacing: 0.2em;
font-size: 16px;
line-height: 2;
}
.sec-manner-wrap .inner h1,
.sec-manner-wrap .inner h2 {
color: #fff;
}
.inner .default-txt {
color: #cbcbcb;
margin-bottom: 60px;
}
.inner h4 {
color: #ffffff;
margin-bottom: 30px;
font-size: 18px;
letter-spacing: 0.2em;
border-bottom: 2px solid #fff;
padding-bottom: 5px;
display: inline-block;
font-family: notoM;
}
.sec-manner-wrap .inner .manner-purpose-list {
margin-bottom: 60px;
}
.sec-manner-wrap .inner .manner-purpose-list li {
margin-bottom: 20px;
}
.sec-manner-wrap .inner .manner-purpose-list li p {
font-size: 16px !important;
text-indent: -1.5em;
padding-left: 1.5em;
color: #cbcbcb;
}
.sec-manner-wrap .inner table.manner-table th,
.sec-manner-wrap .inner table.manner-table td {
padding: 20px 30px;
border: 1px solid #141415;
background:#dcdcdc;
}
.sec-manner-wrap .inner table.manner-table {
line-height: 30px;
color: #000;
margin-bottom: 60px;
}
.sec-manner-wrap .inner table.manner-table th {
background:#dcdcdc;
text-align: center;
font-weight: bold;
font-size: 16px;
}
.sec-manner-wrap .inner table.manner-table td.table-title {
width: 30%;
font-weight: bold;
}
.sec-manner-wrap .inner table.manner-table td {
background: #f2f2f2;
font-size: 14px;
}
.sec-manner-wrap .inner h5 {
margin-bottom: 40px;
letter-spacing: 0.2em;
font-size: 18px;
color: #fff;
font-family: notoM;
}
.sec-manner-wrap .inner .attention-wrap {
text-align: center;
color: #ff0000;
background: #fff;
padding: 10px 60px;
margin: 0 auto 20px;
font-size: 18px;
max-width: 110px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
font-weight: bold;

}
.sec-manner-wrap .inner ul.rule-list li {
width: 33.333%;
float: left;
text-align: center;
padding: 2%;
color: #cbcbcb;
box-sizing: border-box;
}
.sec-manner-wrap .inner ul.rule-list li img {
margin-bottom: 10px;
}
.sec-manner-wrap .inner p.attention-txt {
color: #cbcbcb;
text-indent: -1em;
padding-left: 1em;
}


}

@media screen and (max-width: 767px){
.sec-manner-wrap .player-area-wrap {
background: #141415;
line-height: 2;
}
.sec-manner-wrap .inner h1,
.sec-manner-wrap .inner h2 {
color: #fff;
}
.sec-manner-wrap .inner h2 {
font-size : 16px;
margin-bottom: 40px;
}
.sec-manner-wrap .ttl-wrap .ja {
    margin-bottom: 40px;
}
.inner .default-txt {
color: #cbcbcb;
margin-bottom: 60px;
line-height: 1.8;
}
.inner h4 {
color: #ffffff;
margin-bottom: 20px;
font-size: 16px;
letter-spacing: 0.2em;
border-bottom: 1px solid #fff;
padding-bottom: 5px;
display: inline-block;
font-family: notoM;
}
.sec-manner-wrap .inner .manner-purpose-list {
margin-bottom: 60px;
}
.sec-manner-wrap .inner .manner-purpose-list li {
margin-bottom: 20px;
}
.sec-manner-wrap .inner .manner-purpose-list li p {
font-size: 16px !important;
text-indent: -1.8em;
padding-left: 1.8em;
color: #cbcbcb;
line-height: 1.8em;
letter-spacing: 0.2em;
}
.sec-manner-wrap .inner table {
margin: 0 auto 40px;
letter-spacing: 0.2em;
font-size: 14px;
line-height: 2;
color: #000;
}
.sec-manner-wrap .inner table th,
.sec-manner-wrap .inner table td {
display: block;
padding: 8px;
}
.sec-manner-wrap .inner table.manner-table th {
background: #414141;
color: #fff;
font-size: 16px;
font-weight: bold;
}
.sec-manner-wrap .inner table.manner-table td {
background: #f2f2f2;
}
.sec-manner-wrap .inner table.manner-table td.table-title {
font-weight: bold;
background: #f2f2f2;
border-top: 1px solid #141415;
border-bottom: 1px solid #141415;
}
.sec-manner-wrap .inner h5 {
margin-bottom: 20px;
line-height: 2;
letter-spacing: 0.2em;
font-family: notoM;
color: #fff;
}
.sec-manner-wrap .inner .attention-wrap {
text-align: center;
color: #ff0000;
background: #fff;
padding: 8px 50px;
margin: 0 auto 20px;
font-size: 16px;
max-width: 70px;
border-radius: 6px;
-webkit-border-radius: 6px;
font-family: notoM;
-moz-border-radius: 6px;
font-weight: bold;
}
.sec-manner-wrap .inner ul.rule-list li {
width: 50%;
float: left;
padding: 6% 5% 0;
font-size: 14px;
text-align: center;
box-sizing: border-box;
margin-bottom: 20px;
line-height: 1.5;
color: #cbcbcb;
letter-spacing: 0.2em;
}
.sec-manner-wrap .inner ul.rule-list li img {
margin-bottom: 10px;
}
.sec-manner-wrap .inner ul.rule-list li:last-child {
clear: both;
margin: 0 auto;
float: inherit;
padding-top: 3% !important;
width: 90%;
}
.sec-manner-wrap .inner ul.rule-list li:last-child img {
width: 50%;
}
.sec-manner-wrap .inner p.attention-txt {
color: #cbcbcb;
text-indent: -1em;
padding-left: 1em;
font-size: 14px;
letter-spacing: 0.2em;
line-height: 1.8;
}
}
/*  MANNER-END  */


/*  GOODS  */
.goods-wrap dl {
    letter-spacing: 0.2em;
    font-size: 16px;
    line-height: 2;
  }
  .goods-wrap dd {
      margin-left: 20px;
      margin-bottom: 20px;
  }

  .goods-wrap dt {
      font-size: 16px;
      font-family: notoM;
  } 
  .goods-wrap .inner p.attention-txt {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 2;
  }
  .goods-info-wrap p.attention-txt {
    color: red;
  }
  @media screen and (min-width: 768px){
/*　▼▼▼　当日販売予定のグッズ情報▼▼▼　*/
  .goods-wrap {
    background: #272727;
    color: #fff;
    position: relative;
  }
  .goods-wrap .inner p.first-txt {
    letter-spacing: 0.2em;
    margin: 60px auto 40px;
  }
  .goods-image-ul-wrap{
    width: 90%;
    margin: 0 auto 50px;
  }

  ul.goods-image-wrap {
    width: 100%;
    margin: 0 auto 10px;
  }
  ul.goods-image-wrap li {
      float: left;
      width: 33.33333333%;
  }
  ul.goods-image-wrap li img {
      width: 100%;
  }
  .goods-image-ul-wrap p{
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .goods-wp-01 {
    background: #c7c7c7;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 27px 19px;
    border-right: 1px solid #272727;
    color: #272727;
    margin-bottom: 10px;
  }
  h3.title.s-txt-bg-02 {
      margin-bottom: 40px;
      font-size: 16px;
      text-align: center;
  }
  h3.title.s-txt-bg-02 .bFont {
      font-size: 42px !important;
      line-height: 36px;
  }
  span.title-goods {
    font-size: 33px !important;
    line-height: 36px;
    font-family: notoB;
  }
  ul.goods-list {
      width: 100%;
  }
  ul.goods-list li {
    width: 33.333333%;
    float: left;
    padding: 17px;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  ul.goods-list li img {
      width: 100%;
      margin-bottom: 5px;
  }
  ul.goods-list li p {
    font-weight: bold;
  }
  ul.goods-list .price-wrap {
    margin-top: 8px;
  }
  p.goods-attention {
      margin-bottom: 50px;
  }
  /*　▼▼▼　クリアファイル無料プレゼント情報▼▼▼　*/
  .present-goods-wrap {
    width: 90%;
    margin: 0 auto 50px;
    position: relative;
  }
  img.goods-fukidashi {
    position: absolute;
    top: -73px;
    left: -96px;
  }
  ul.goods-info-wrap  {
      width: 90%;
      margin: 0 auto;
      background: #fff;
      color: #000;
      padding: 40px;
  }
  ul.goods-info-wrap li {
    float: left;
    width: 48%;
    margin-right: 1%;
  }
  ul.goods-info-wrap li:last-child {
    margin-left: 1%;
    margin-right: 0;
  }
  ul.goods-info-wrap li img {
    width: 100%;
  }
  ul.goods-info-wrap li .present-goods-info {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  .goods-info-wrap h3 {
    border-bottom: solid 2px #232323;
    display: inline-block;
    font-weight: bold;
    margin: 10px 0 40px 10px;
    font-size: 21px;
    padding-bottom: 5px;
    font-family: notoM;
    letter-spacing: 0.1em;
    line-height: 24px;
  }
  .goods-wp-02 span.title-goods {
    letter-spacing: 0.1em;
  }
  .goods-wp-02 ul {
      padding: 0 60px 40px;
  }
  .goods-wp-02 {
      width: 90%;
      margin: 0 auto 20px;
  }
  .goods-wp-02 ul li:first-child {
      float: right;
  }
  .goods-wp-02 ul li:last-child p {
      margin-right: 400px;
      font-size: 16px;
      letter-spacing: 0.2em;
      line-height: 2;
      margin-top: 20px;
  }
  .goods-wp-02 ul li:last-child p.goods-06-name {
      font-size: 18px;
      font-weight: bold;
  }
  .goods-wp-02 ul li:last-child p.goods-06-name span.price {
      margin-left: 20px;
      font-size: 18px;
  }
}

@media screen and (max-width: 767px){
/*　▼▼▼　当日販売予定のグッズ情報▼▼▼　*/
.goods-wrap .inner p.attention-txt {
    font-size: 14px;
}
.goods-wrap img {
    margin-bottom: 5px;
    width: 100%;
}
.goods-wrap {
    background: #272727;
    color: #fff;
}
.goods-wrap .first-txt {
    margin: 30px auto;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.8;
}
.goods-image-ul-wrap p {
    font-size: 14px;
    letter-spacing: 0.2em;
}
.goods-image-ul-wrap {
    margin-bottom: 30px;
}

.goods-wp-01 {
    background: #c7c7c7;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 14px;
    border-bottom: 4px solid #272727;
    color: #272727;
}
.goods-wp-02 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 14px 40px;
    color: #fff;
    margin-bottom: 4px;
}
span.title-goods {
      font-size: 26px !important;
      font-weight: bold;
    line-height: 36px;
    font-family: notoB;
  }
  h3.title.s-txt-bg-02 {
      margin-bottom: 20px;
      font-size: 16px;
      text-align: center;
  }
  h3.title.s-txt-bg-02 .bFont {
      font-size: 38px !important;
      line-height: 36px;
  }
  ul.goods-list {
      width: 100%;
  }
  ul.goods-list li {
    width: 50%;
    float: left;
    padding: 4px;
    margin-bottom: 18px;
    text-align: center;
    box-sizing: border-box;
  }
  ul.goods-list li img {
      width: 100%;
  }
  ul.goods-list li:last-child {
    margin-bottom: 0 !important;
  }
  .goods-attention {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: .2em;
    line-height: 1.5;
  }
  ul.goods-list li p {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  ul.goods-list li .price-wrap {
    margin-top: 5px;
  }
  /*　▼▼▼　クリアファイル無料プレゼント情報▼▼▼　*/
  .present-goods-wrap {
    margin: 0 auto;
    background: #fff;
      color: #000;
    padding: 49px 20px 30px;
    position: relative;
  }
  ul.goods-info-wrap h3 {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.2em;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    display: inline-block;
    line-height: 22px;
    font-family: notoM;
  }
  ul.goods-info-wrap h3 span {
    z-index: 1;
    position: relative;
  }
  img.goods-fukidashi {
    position: absolute;
    width: 164px;
    top: -31px;
    left: -34px;
  }
  p.present-goods-info {
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .btn-fixed-area {
    z-index: 10;
  }
  .goods-wp-02 p {
      margin: 12px 0px;
      font-size: 16px;
      letter-spacing: 0.2em;
      line-height: 1.5;
  }
  .goods-wp-02 p.goods-06-name {
      font-weight: bold;
      text-align: center;
      font-size: 18px;
  }
  .goods-wp-02 p.goods-06-name span.price {
      display: block;
      text-align: center;
      margin: 0 auto;
  }
}
/*  GOODS-END  */


/*  REPORT  */
@media screen and (min-width: 768px){
  .sec-report .inner .default-txt {
      margin-bottom: 30px;
  }
  .sec-report .main-report-img {
        width: 90%;
    margin: 0 auto 50px;
    max-width: 1100px;
  }
  .sec-report img {
    width: 100%;
  }
  .sec-report .report-photo {
      width: 90%;
      margin: 0 auto 50px;
      max-width: 1300px;
  }
  .sec-report .report-photo li {
      float: left;
      width: 50%;
      padding: 10px;
      box-sizing: border-box;
  }
  .sec-report .report-photo li p {
      margin: 0 !important;
      letter-spacing: 0.1em;
  }
  .report-comment-wrap {
      border: 2px solid #272727;
      padding: 50px;
  }
}
@media screen and (max-width: 767px){
  .sec-report .inner h4 {
      line-height: 22px;
      border-bottom: none;
  }
  .sec-report .inner .default-txt {
      margin-bottom: 30px;
      letter-spacing: 0.2em;
  }
  .sec-report .main-report-img {
    margin: 0 auto 30px;
  }
  .sec-report ul.report-photo li p:last-child {
      margin-bottom: 20px;
      letter-spacing: 0.1em;
  }
  .sec-report ul.report-photo {
      margin-bottom: 20px;
  }
  .report-comment-wrap {
      border: 2px solid #272727;
      padding: 21px;
  }
  .sec-report .inner .report-comment-wrap h4 {
      border-bottom: 1px solid #fff;
  }
}
/*  REPORT-END  */