@media only screen and (min-width: 897px) {
  #denapon {
    letter-spacing: 1px;
  }
  #denapon .sp {
    display: none !important;
  }
  #denapon .intro {
    margin: 0 0 50px;
  }
  #denapon h1 {
    border: 0;
    padding: 0;
    margin: 0 0 20px;
  }
  #denapon .intro p {
    text-align: justify;
    margin: 0 0 30px;
  }
  #denapon .intro .anchor-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
  }
  #denapon .intro .anchor-links .child {
    display: inline-block;
    width: 49%;
    font-size: 20px;
    line-height: 1.4;
    height: 64px;
    border: 2px solid #938675;
    border-radius: 50px;
    text-decoration: none;
    color: #443829;
    font-weight: bold;
    padding: 16px 0;
    margin: 0 0 20px;
    background: url(../../common/img/ar_down.png) no-repeat 95%;
  }
  #denapon .intro .anchor-links .child:nth-last-child(-n+2) {
    margin: 0;
  }
  #denapon #about {
    margin: 0 0 40px;
  }
  #denapon .frame {
    padding: 0 35px 40px;
    border: 6px solid #251e1c;
  }
  #denapon #about h2,
  #denapon #howto h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 145px;
    background: url(../img/bg_ttl.jpg) no-repeat center / cover;
    border-bottom: 6px solid #251e1c;
    margin: 0 -35px 30px;
  }
  #denapon #about .damage {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 20px;
  }
  #denapon #about .damage:last-child {
    margin: 0;
  }
  #denapon #about .damage > img {
    width: 360px;
  }
  #denapon #about .damage .text {
    width: 420px;
  }
  #denapon #about .damage .text p {
    text-align: justify;
    margin: 0 0 25px;
  }
  #denapon #about .damage:last-child .text p {
    margin: 0;
  }
  #denapon .important {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #f1df2c;
  }
  #denapon #about .btn-picture {
    width: 360px;
    margin: 0 auto;
    padding: 13px 0 12px;
    border-radius: 30px;
    border: 2px solid #938675;
    text-align: center;
    cursor: pointer;
  }
  #denapon #about .btn-picture span {
    font-size: 18px;
    padding: 2px 0 2px 40px;
    background: url(../img/icon_camera.png) no-repeat left center;
  }
  #denapon #about .btn-picture:hover {
    opacity: .5;
  }
  #denapon #about .damage-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
  }
  #denapon #about .damage-modal .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
  }
  #denapon #about .damage-modal .modal-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    background: #fff;
    padding: 80px 75px;
  }
  #denapon #about .damage-modal .close {
    position: absolute;
    top: -45px;
    right: 0;
    color: #fff;
    font-size: 23px;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 0 0 40px;
    cursor: pointer;
  }
  #denapon #about .damage-modal .close:before,
  #denapon #about .damage-modal .close:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 29px;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    transform: rotate(45deg);
  }
  #denapon #about .damage-modal .close:after {
    transform: rotate(-45deg);
  }
  #denapon #about .damage-modal ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #denapon #about .damage-modal li:nth-child(1) {
    width: 396px;
  }
  #denapon #about .damage-modal li:nth-child(2) {
    width: 329px;
  }
  #denapon #about .damage-modal li p {
    text-align: center !important;
    font-size: 18px;
    margin: 0 !important;
  }
  #denapon #about .damage-modal li img {
    margin: 0 0 10px;
  }
  #denapon h3.label {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #251e1c;
    margin: 0 0 10px;
    padding: 6px 0 5px;
    width: 120px;
    text-align: center;
  }
  #denapon h3:after {
    display: none;
  }
  #denapon #howto {
    margin: 0 0 80px;
  }
  #denapon #howto dl {
    margin: 0 0 25px;
  }
  #denapon #howto dl ul {
    margin-left: -20px;
  }
  #denapon #howto dl li {
    position: relative;
    padding: 0 0 0 20px;
    letter-spacing: 0.5px;
  }
  #denapon #howto dl li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #f1df2c;
  }
  #denapon #howto .img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 20px;
  }
  #denapon #howto .img li {
    position: relative;
    width: 400px;
    text-align: center;
  }
  #denapon #howto .img li .comment {
    position: absolute;
    top: -10px;
    right: 25px;
    width: 229px;
    height: 141px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding: 25px 0 0 5px;
    background: url(../img/bg_comment.png) no-repeat;
  }
  #denapon #howto .img li .comment span {
    color: #f1df2c;
  }
  #denapon #howto .img li img {
    margin: 0 0 10px;
  }
  #denapon #howto .img li p {
    font-size: 20px;
    font-weight: bold;
  }
  #denapon #howto .img li p span {
    font-size: 24px;
    border-bottom: 3px solid #f1df2c;
  }
  #denapon #howto .frame > .text {
    margin: 0 0 55px;
  }
  #denapon #howto .effective {
    padding: 0 35px;
    margin: 0 -35px;
    border-top: 6px solid #251e1c;
  }
  #denapon #howto .effective .ttl {
    text-align: center;
    margin: -25px 0 30px;
  }
  #denapon #howto .effective .ttl .sub {
    display: inline-block;
    background: #fff;
    padding: 0 35px;
  }
  #denapon #howto .effective .inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
  #denapon #howto .effective .text {
    width: 420px;
    letter-spacing: 0.5px;
  }
  #denapon #howto .effective .text p:not(:last-child) {
    margin: 0 0 15px;
  }
  #denapon .btn {
    display: block;
    margin: 40px auto 0;
    width: 440px;
    border: 2px solid #938675;
    border-radius: 40px;
    text-align: center;
    background: url(../../common/img/ar_down.png) no-repeat 95%;
    color: #443829;
    padding: 18px 0 16px;
  }
  #denapon #other {
    margin: 0 0 80px;
  }
  #denapon #other h2 {
    padding: 0;
    margin: 0 0 40px;
    background: 0;
  }
  #denapon #other li {
    border: 6px solid #251e1c;
    margin: 0 0 40px;
  }
  #denapon #other li .inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 3px solid #251e1c;
    padding: 35px 30px 30px;
  }
  #denapon #other li .text {
    width: 430px;
  }
  #denapon #other li .ttl {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
  }
  #denapon #other li .num {
    position: relative;
    background: #251e1c;
    padding: 4px 5px 3px 18px;
    color: #f1df2c;
    font-size: 18px;
    margin: 0 30px 0 0;
  }
  #denapon #other li .num:after {
    content: '';
    position: absolute;
    top: 0;
    right: -17px;
    border-style: solid;
    border-width: 19.5px 0 19.5px 17px;
    border-color: transparent transparent transparent #251e1c;
  }
  #denapon #other li h3 {
    margin: 0;
    padding: 0;
    font-size: 30px;
  }
  #denapon #other .risk {
    color: #e73931;
    font-size: 18px;
    line-height: 1.45;
    font-weight: bold;
    padding: 17px 45px 16px 85px;
    background: url(../img/img_caution.png) no-repeat left 25px center;
  }
  #denapon #caution {
    border-radius: 10px;
    background: #f3f3f3;
    margin: 0 0 80px;
    padding: 30px;
  }
  #denapon #caution h2 {
    padding: 0;
    background: 0;
    margin: 0 0 25px;
  }
  #denapon #caution h2 span {
    color: #e73931;
    font-size: 28px;
    font-weight: bold;
    padding: 2px 0 2px 50px;
    background: url(../img/img_caution.png) no-repeat left center / 33px;
  }
  #denapon #caution li:not(:last-child) {
    margin: 0 0 15px;
  }
  #denapon #caution li:before {
    content: 'ãƒ»';
    display: inline-block;
    width: 16px;
    text-align: center;
  }
  #denapon #caution a:hover {
    opacity: 1;
  }
  #item h2,
  #goods h2 {
    text-align: center;
    padding: 0;
    background: 0;
    margin: 0 0 35px;
  }
  #goods {
    margin-top: 80px;
  }

  .event-bottom-banners ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .event-bottom-banners ul li {
    width: 49%;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 896px) {
  #denapon .pc {
    display: none !important;
  }

  #denapon {
    font-size: 16px;
    padding: 0 10px;
    overflow: hidden;
  }
  #denapon .intro {
    margin: 0 0 50px;
  }
  #denapon h1 {
    border: 0;
    padding: 0;
    margin: 0 0 20px;
  }
  #denapon .intro p {
    text-align: justify;
    margin: 0 0 20px;
  }
  #denapon .intro .anchor-links .child {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    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%;
  }
  #denapon #about {
    margin: 0 0 5vw;
  }
  #denapon .frame {
    padding: 0 10px 20px;
    border: 4px solid #251e1c;
  }
  #denapon #about h2,
  #denapon #howto h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/sp/bg_ttl.jpg) no-repeat center / cover;
    border-bottom: 4px solid #251e1c;
    padding: 10px 0;
    margin: 0 -10px 15px;
  }
  #denapon #about h2 img {
    width: 61.96%;
  }
  #denapon #howto h2 img {
    width: 98%;
  }
  #denapon #about .damage:not(:last-child) {
    margin: 0 0 30px;
  }
  #denapon #about .damage .text {
    margin: 0 0 25px;
  }
  #denapon #about .damage:last-child .text {
    margin: 0 0 15px;
  }
  #denapon #about .damage .text p {
    text-align: justify;
    margin: 0 0 18px;
  }
  #denapon .important {
    font-size: 17.5px;
    font-weight: bold;
    border-bottom: 3px solid #f1df2c;
  }
  #denapon #about .btn-picture {
    padding: 13px 0 12px;
    border-radius: 30px;
    border: 2px solid #938675;
    text-align: center;
  }
  #denapon #about .btn-picture span {
    font-size: 17.5px;
    padding: 6px 0 6px 40px;
    background: url(../img/sp/icon_camera.png) no-repeat left center / 32px;
  }
  #denapon #about .damage-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 501;
  }
  #denapon #about .damage-modal .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
  }
  #denapon #about .damage-modal .modal-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 380px;
    max-height: 70vh;
    background: #fff;
    padding: 20px 25px 10px;
  }
  #denapon #about .damage-modal .close {
    position: absolute;
    top: -30px;
    right: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 1px;
    padding: 0 0 0 28px;
  }
  #denapon #about .damage-modal .close:before,
  #denapon #about .damage-modal .close:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 1px;
    width: 22px;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    transform: rotate(45deg);
  }
  #denapon #about .damage-modal .close:after {
    transform: rotate(-45deg);
  }
  #denapon #about .damage-modal ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #denapon #about .damage-modal li {
    width: 54%;
  }
  #denapon #about .damage-modal li:last-child {
    width: 45%;
  }
  #denapon #about .damage-modal li p {
    text-align: center !important;
    margin: 0 !important;
  }
  #denapon #about .damage-modal li img {
    width: 100%;
    margin: 0 0 3px;
  }
  #denapon h3.label {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #251e1c;
    margin: 0 0 10px;
    padding: 6px 13px 5px 15px;
  }
  #denapon h3.label {
    display: inline-block;
    color: #fff;
    font-size: 17.5px;
    font-weight: bold;
    background: #251e1c;
    margin: 0 0 10px;
    padding: 6px 16px 5px 18px;
  }
  #denapon h3:after {
    display: none;
  }
  #denapon #howto {
    margin: 0 0 12vw;
  }
  #denapon #howto dl {
    margin: 0 10px 25px 12px;
  }
  #denapon #howto dl ul {
    margin-left: -15px;
  }
  #denapon #howto dl li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 10px;
    letter-spacing: 0.5px;
  }
  #denapon #howto dl li:last-child {
    margin: 0;
  }
  #denapon #howto dl li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #f1df2c;
  }
  #denapon #howto .img {
    margin: 0 0 5vw;
  }
  #denapon #howto .img li {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 0 18px;
  }
  #denapon #howto .img li:last-child {
    margin: 0;
  }
  #denapon #howto .img li .comment {
    position: absolute;
    top: 13vw;
    right: -20px;
    width: 147.5px;
    height: 91px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    padding: 15px 0 0 5px;
    background: url(../img/sp/bg_comment.png) no-repeat left top / contain;
  }
  #denapon #howto .img li .comment span {
    color: #f1df2c;
  }
  #denapon #howto .img li img {
    order: 2;
  }
  #denapon #howto .img li p {
    order: 1;
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  #denapon #howto .img li p span {
    font-size: 22px;
    border-bottom: 3px solid #f1df2c;
    margin: 0 1px 0 0;
  }
  #denapon #howto .frame > .text {
    margin: 0 0 12vw;
  }
  #denapon #howto .effective {
    padding: 0 10px;
    margin: 0 -10px;
    border-top: 4px solid #251e1c;
  }
  #denapon #howto .effective .ttl {
    text-align: center;
    margin: -6vw 0 6vw;
  }
  #denapon #howto .effective .ttl .sub {
    display: inline-block;
    background: #fff;
    padding: 0 3vw;
    margin: 0 0 3vw;
  }
  #denapon #howto .effective .ttl .sub img {
    width: 91.135%;
  }
  #denapon #howto .effective .ttl h3 {
    margin: 0;
    padding: 0;
  }
  #denapon #howto .effective .ttl h3 img {
    width: 93.12%;
  }
  #denapon #howto .effective p {
    margin: 0 0 12px;
  }
  #denapon .btn {
    display: block;
    margin: 5vw 0 0;
    border: 2px solid #938675;
    border-radius: 40px;
    text-align: center;
    background: url(../../common/img/ar_down.png) no-repeat 95%;
    color: #443829;
    padding: 15px 0 13px;
  }
  #denapon #other {
    margin: 0 0 12vw;
  }
  #denapon #other h2 {
    padding: 0;
    margin: 0 0 5vw;
    background: 0;
  }
  #denapon #other h2 img {
    width: 94.226%;
  }
  #denapon #other li {
    border: 4px solid #251e1c;
    margin: 0 0 5vw;
  }
  #denapon #other li .inner {
    border-bottom: 2px solid #251e1c;
    padding: 20px 10px;
  }
  #denapon #other li .text {
    margin: 0 0 10px;
  }
  #denapon #other li .ttl {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
  }
  #denapon #other li .num {
    position: relative;
    background: #251e1c;
    padding: 4px 8px 3px 17px;
    color: #f1df2c;
    margin: 0 25px 0 0;
  }
  #denapon #other li .num:after {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    border-style: solid;
    border-width: 18px 0 17px 15px;
    border-color: transparent transparent transparent #251e1c;
  }
  #denapon #other li h3 {
    margin: 0;
    padding: 0;
    font-size: 22px;
  }
  #denapon #other .risk {
    color: #e73931;
    font-size: 17.5px;
    line-height: 1.45;
    font-weight: bold;
    text-align: justify;
    padding: 13px 10px 12px 60px;
    background: url(../img/img_caution.png) no-repeat left 10px center / 38px;
  }
  #denapon #caution {
    border-radius: 10px;
    background: #f3f3f3;
    margin: 0 0 12vw;
    padding: 6vw 10px 6.5vw;
  }
  #denapon #caution h2 {
    padding: 0;
    background: 0;
    margin: 0 0 3.5vw;
  }
  #denapon #caution h2 span {
    color: #e73931;
    font-size: 22px;
    font-weight: bold;
    padding: 2px 0 1px 35px;
    background: url(../img/img_caution.png) no-repeat left center / 25px;
  }
  #denapon #caution li:not(:last-child) {
    margin: 0 0 4vw;
  }
  #denapon #caution li:before {
    content: 'ãƒ»';
    display: inline-block;
    width: 16px;
    text-align: center;
  }
  #denapon #caution a:hover {
    opacity: 1;
  }
  #item h2,
  #goods h2 {
    text-align: center;
    padding: 0;
    background: 0;
    margin: 0 0 7vw;
  }
  #goods {
    margin-top: 10vw;
  }
  #item h2 img,
  #goods h2 img {
    width: 95%;
  }

  .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;
  }

  .block-pickup-list-p--goods-name {
    font-size: 18px;
  }
  .block-pickup-list-p--comment,
  .block-pickup-list-p--release {
    font-size: 14px;
  }
  .block-pickup-list-p--item-details-left .variation-name,
  .block-thumbnail-t--goods-name {
    font-size: 16px;
  }
  .block-pickup-list-p--scomment,
  .block-pickup-list-p--price-title,
  .block-pickup-list-p--price,
  .block-pickup-list-p--price strong small,
  .block-thumbnail-t--price-txt,
  .block-thumbnail-t--price,
  .block-thumbnail-t--price strong small {
    font-size: 12px;
  }
  .block-pickup-list-p--price strong,
  .block-thumbnail-t--price strong {
    font-size: 17px;
  }
  .block-top-event--header {
    font-size: 25px;
  }
}


/*20210611’Ç‰Á•ª*/
.special-intro-text{font-size:18px;}
#denapon p,#denapon li,#denapon .text{font-size:18px;}
#howto li{margin-bottom:10px;}
#denapon{font-feature-settings:normal;letter-spacing:0;}

  #denapon #other li .num {
    position: relative;
    background: #251e1c;
    padding: 4px 8px 3px 15px;
    color: #f1df2c;
    font-size: 20px;
    font-weight:bold;
    margin: 0 30px 0 0;
  }
  #denapon #other li .num:after {
    content: '';
    position: absolute;
    top: 0;
    right: -17px;
    border-style: solid;
    border-width: 21.5px 0 21.5px 17px;
    border-color: transparent transparent transparent #251e1c;
  }

