@media only screen and (min-width: 768px) {
  #blackjoe {
    letter-spacing: 1px;
  }
  #blackjoe .sp {
    display: none !important;
  }
  #blackjoe h1 {
    border: 0;
    padding: 0;
    margin: 0 0 20px;
  }
  #blackjoe h2 {
    padding: 0;
    margin: 0 0 50px;
    background-color: transparent;
  }
  #blackjoe .intro {
    margin: 0 0 50px;
  }
  #blackjoe .intro p {
    text-align: justify;
    margin: 0 0 30px;
  }
  #blackjoe .intro .anchor-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
  }
  #blackjoe .intro .anchor-links .child {
    display: inline-block;
    width: 49%;
    line-height: 1.4;
    height: 64px;
    border: 2px solid #938675;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    padding: 20px 0;
    margin: 0 0 20px;
    background: url(../../common/img/ar_down.png) no-repeat 95%;
  }
  #blackjoe .intro .anchor-links .child.line2 {
    padding: 10px 0;
  }
  #blackjoe .intro .anchor-links .child:nth-last-child(-n+2) {
    margin: 0;
  }
  #blackjoe .box_bg {
    background: url(../img/bg_pattern.jpg) repeat left top;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  #blackjoe h2.bg_img {
    background: url(../img/bg_title.png) no-repeat center;
    height: 170px;
    margin: 0;
    padding: 40px 0 0;
  }
  #blackjoe #charm {
    margin: 0 0 60px;
    padding: 0 0 40px;
    position: relative;
  }
  #blackjoe #charm h2 {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
  }
  #blackjoe #charm .box {
    display: flex;
    align-items: flex-end;
    position: relative;
  }
  #blackjoe #charm .point1 {
    padding: 130px 0 0;
  }
  #blackjoe #charm .point2 {
    margin: 120px 70px 0;
  }
  #blackjoe #charm .point3 {
    margin: 110px 0 0;
  }
  #blackjoe #charm .box:nth-child(odd) img { order: 2; }
  #blackjoe #charm .box:nth-child(odd) p { order: 1; }
  #blackjoe #charm .box h3 {
    color: #fff;
    font-size: 30px;
    line-height: 180%;
    font-weight: 500;
    letter-spacing: 3px;
    opacity: .9;
    padding: 40px 65px;
    position: absolute;
  }
  #blackjoe #charm .point1 h3 { background-color: #b79337; bottom: 190px; right: 40px; }
  #blackjoe #charm .point2 h3 { background-color: #b0712d; top: -60px; left: 0; }
  #blackjoe #charm .point3 h3 { background-color: #aca121; top: -60px; right: 0; }
  #blackjoe #charm h3:after {
    content: none;
  }
  #blackjoe #charm .box h3 span {
    display: block;
    width: 100%;
    position: relative;
  }
  #blackjoe #charm .box h3 span:after {
    content: '';
    width: 100%;
    height: 21px;
    position: absolute;
    top: -50px;
    left: -55px;
  }
  #blackjoe #charm .point1 h3 span:after { background: url(../img/text_point1.png) no-repeat left top; }
  #blackjoe #charm .point2 h3 span:after { background: url(../img/text_point2.png) no-repeat left top; }
  #blackjoe #charm .point3 h3 span:after { background: url(../img/text_point3.png) no-repeat left top; }
  #blackjoe #charm .box p {
    font-size: 18px;
  }
  #blackjoe #charm .point1 p { padding: 0 40px 80px 30px; }
  #blackjoe #charm .point2 p { padding: 0 50px 0 0; }
  #blackjoe #charm .point3 p { padding: 0 50px 110px 30px; }
  #blackjoe #point {
    margin: 0 0 100px;
  }
  #blackjoe #point ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 0;
  }
  #blackjoe #point li {
    width: 340px;
    margin: 0 30px 80px;
  }
  #blackjoe #point li h3 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin: 20px 0 0;
  }
  #blackjoe #point li p {
    margin: 15px 0 0;
  }
  #blackjoe #point li h3:after {
    content: none;
  }
  #blackjoe #lineup h2 {
    position: relative;
  }
  #blackjoe #lineup h2:after {
    display: block;
    content: '';
    width: 127px;
    height: 86px;
    background: url(../img/icon_blackjoe.png) no-repeat bottom right;
    position: absolute;
    bottom: 0;
    right: 100px;
  }

  .block-top-event--headline {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
    /* background: #ddd; */
  }

  .event-bottom-banners ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .event-bottom-banners ul li {
    width: 49%;
    margin: 0 0 20px;
  }

  h2.ttl-recommend-goods {
    background: none;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #blackjoe {
    padding: 0;
    overflow: hidden;
  }
  #blackjoe .pc {
    display: none !important;
  }
  #blackjoe .intro {
    margin: 0 0 50px;
    padding: 0 10px;
  }
  #blackjoe h1 {
    border: 0;
    padding: 0;
    margin: 0 0 20px;
  }
  #blackjoe h2 {
    padding: 0;
    margin: 0 0 30px;
    background-color: transparent;
  }
  #blackjoe .intro p {
    text-align: justify;
    margin: 0 0 20px;
  }
  #blackjoe .intro .anchor-links .child {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    min-height: 55px;
    border: 2px solid #938675;
    border-radius: 50px;
    margin-top: 12px;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 2px 0 0;
    background: url(../../common/img/ar_down.png) no-repeat 95%;
  }
  #blackjoe .box_bg {
    background: url(../img/sp/bg_pattern.jpg) repeat left top;
  }
  #blackjoe h2.bg_img {
    background: url(../img/sp/bg_title.png) no-repeat center / cover;
    height: 36.27vw;
    margin: 0;
  }
  #blackjoe #charm h2.bg_img { padding: 7% 0 0; }
  #blackjoe #point h2.bg_img { padding: 10.5% 0 0; }
  #blackjoe h2 img {
    height: auto;
  }
  #blackjoe #charm h2 img { width: 80%; }
  #blackjoe #point h2 img { width: 86.535%; }
  #blackjoe #lineup h2 img { width: 67.87%; }
  #blackjoe #e-blackjoe h2 img { width: 230px; }
  #blackjoe #charm {
    margin: 0 0 50px;
    padding: 0 0 40px;
    position: relative;
  }
  #blackjoe #charm h2 {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
  }
  #blackjoe #charm .box {
    position: relative;
  }
  #blackjoe #charm .point1 {
    padding: 120px 0 0;
  }
  #blackjoe #charm .point2 {
    margin: 50px 0 0;
  }
  #blackjoe #charm .point3 {
    margin: 50px 0 0;
  }
  #blackjoe #charm .box img {
    height: auto;
  }
  #blackjoe #charm .point1 img { width: 73.375%; }
  #blackjoe #charm .point2 img { width: 53.335%; margin: 0 0 0 auto; display: block; }
  #blackjoe #charm .point3 img { width: 73.47%; }
  #blackjoe #charm .box h3 {
    color: #fff;
    line-height: 160%;
    font-weight: 500;
    letter-spacing: 2px;
    opacity: .9;
    margin: 0;
    padding: 25px;
    position: absolute;
  }
  #blackjoe #charm .point1 h3 { background-color: #b79337; top: 38%; right: 0; }
  #blackjoe #charm .point2 h3 { background-color: #b0712d; top: 8%; left: 0; }
  #blackjoe #charm .point3 h3 { background-color: #aca121; top: -8%; right: 0; }
  #blackjoe #charm h3:after {
    content: none;
  }
  #blackjoe #charm .box h3 span {
    display: block;
    width: 100%;
    position: relative;
  }
  #blackjoe #charm .box h3 span:after {
    content: '';
    width: 100%;
    height: 3.735vw;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 14px;
    position: absolute;
    top: -35px;
    left: -10px;
  }
  #blackjoe #charm .point1 h3 span:after { background-image: url(../img/sp/text_point1.png) ; }
  #blackjoe #charm .point2 h3 span:after { background-image: url(../img/sp/text_point2.png) ; }
  #blackjoe #charm .point3 h3 span:after { background-image: url(../img/sp/text_point3.png) ; }
  #blackjoe #charm .box p {
    padding: 20px 20px 0;
  }
  #blackjoe #charm .point2 p { padding: 40px 20px 0; }
  #blackjoe #point {
    margin: 0 0 50px;
    padding: 0 0 40px;
  }
  #blackjoe #point ul {
    margin: 30px 0 0;
  }
  #blackjoe #point li:not(:last-child) {
    margin: 0 10px 50px;
  }
  #blackjoe #point li img {
    width: 71.975%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  #blackjoe #point li h3 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin: 20px 0 0;
    padding: 0;
  }
  #blackjoe #point li p {
    margin: 15px 0 0;
  }
  #blackjoe #point li h3:after {
    content: none;
  }
  #blackjoe #lineup h2 {
    position: relative;
  }
  #blackjoe #lineup h2:after {
    display: block;
    content: '';
    width: 16.935%;
    height: 76.8%;
    background: url(../img/icon_blackjoe.png) no-repeat bottom right / contain;
    background-size: 63px 43px;
    position: absolute;
    bottom: 0;
    right: 10px;
  }

  .block-top-event--headline {
    font-weight: bold;
    text-align: center;
    margin: 50px 0 10px;
    padding: 5px 0 4px;
    /* background: #ddd; */
  }
  h2 + .block-top-event--headline {
    margin-top: 0;
  }

  .event-bottom-banners {
    margin: 4vw;
  }
  .event-bottom-banners ul li:not(:last-child) {
    margin: 0 0 10px;
  }

  .block-goods-detail-j--price + .default-price {
    display: none;
  }

  h2.ttl-recommend-goods {
    background: none;
  }
  h2.ttl-recommend-goods img {
    width: 61.735%;
  }
}
