@charset "utf-8";

@media print, screen and (min-width: 768px){
  #rwd-content #rwd-main-content {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content .rwd-main-content {
    margin-bottom: 10px;
  }
  #rwd-content .rwd-product-header {
    margin-bottom: 0;
  }
}

/* ==========================================================
#fv
=============================================================*/

#rwd-content #fv img {
  width: 100%;
}

/* ==========================================================
#lead
=============================================================*/

#rwd-content #lead {
  margin-top: 33px;
  text-align: center;
}
#rwd-content #lead p.desc {
  font-size: 2rem;
  line-height: calc(37 / 20);
  font-weight: bold;
}
#rwd-content #lead p.desc + .desc {
  margin-top: 1.8em;
}
#rwd-content #lead p.desc strong {
  font-size: 2rem;
  line-height: calc(37 / 20);
  color: #f00;
}
#rwd-content #lead p.note {
  margin-top: 0.3em;
  font-size: 1.5rem;
  line-height: calc(25 / 15);
}

@media screen and (max-width: 767px) {
  #rwd-content #lead {
    margin-top: 21px;
  }
  #rwd-content #lead p.desc {
    font-size: 1.5rem;
    line-height: calc(25 / 15);
  }
  #rwd-content #lead p.desc strong {
    font-size: 1.5rem;
    line-height: calc(25 / 15);
  }
  #rwd-content #lead p.note {
    margin-top: 0.8em;
    font-size: 1.4rem;
    line-height: calc(22 / 14);
  }
}

/* ==========================================================
#present
=============================================================*/

@media print, screen and (min-width: 768px){
  #present {
    margin-top: 25px;
  }
  #present ul {
    display: flex;
    justify-content: space-between;
  }
  #present ul li {
    width: calc(390 / 1200 * 100%);
  }
}

@media screen and (max-width: 767px) {
  #present {
    margin-top: 25px;
  }
  #present ul {
    width: calc(260 / 375 * 100vw);
    margin: 0 auto;
  }
  #present ul li + li {
    margin-top: 16px;
  }
}

/* ==========================================================
#posts
=============================================================*/

#rwd-content #posts {
  margin-top: 40px;
}
#rwd-content #posts .headline {
  margin: 0;
}
#rwd-content #posts .headline img {
  width: 597px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  #rwd-content #posts .headline img {
    width: 346px;
    max-width: 100%;
  }
}

/* ==========================================================
#shrea
=============================================================*/

#rwd-content #share {
  margin-top: 34px;
  text-align: center;
}
#rwd-content #share .headline {
  margin: 0;
}
#rwd-content #share .headline img {
  width: 598px;
  margin: 0 auto;
  display: block;
}

#rwd-content #share .texts1 {
  margin-top: 22px;
}
#rwd-content #share .texts2 {
  margin-top: 45px;
}

#rwd-content #share .text1 {
  font-size: 2rem;
  line-height: calc(37 / 20);
  font-weight: bold;
}
#rwd-content #share .text2 {
  font-size: 1.8rem;
  line-height: calc(37 / 18);
}
#rwd-content #share .text3 {
  font-size: 2.5rem;
  line-height: calc(44 / 25);
  color: #ff0000;
  font-weight: bold;
}

#rwd-content #share .pic {
  width: 785px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#rwd-content #share .pic1 {
  margin-top: 20px;
}
#rwd-content #share .pic2 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #rwd-content #share {
    margin-top: 15px;
  }
  #rwd-content #share .headline img {
    width: 100%;
    max-width: 345px;
  }

  #rwd-content #share .texts1 {
    margin-top: 12px;
  }
  #rwd-content #share .texts2 {
    margin-top: 28px;
  }

  #rwd-content #share .text1 {
    font-size: 1.5rem;
    line-height: calc(25 / 15);
  }
  #rwd-content #share .text2 {
    font-size: 1.5rem;
    line-height: calc(25 / 15);
  }
  #rwd-content #share .text3 {
    font-size: 1.8rem;
    line-height: calc(30 / 18);
  }

  #rwd-content #share .pic1 {
    margin-top: 40px;
  }
  #rwd-content #share .pic2 {
    margin-top: 12px;
  }
}

/* ==========================================================
#share > .rule
=============================================================*/

#rwd-content #share .rule {
  margin-top: 30px;
}
#rwd-content #share .rule .headline-r {
  margin: 0;
  color: #f00;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}
#rwd-content #share .rule .headline-r2 {
  margin: 2.2em 0 1.5em;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1;
}

#rwd-content #share .rule .rule-lead {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: calc(30 / 16);
}
#rwd-content #share .rule .scroll-box {
  max-width: 980px;
  max-height: 461px;
  overflow: auto;
  margin: 22px auto 0;
  padding: 25px 35px;
  border: solid 1px #b3b3b3;
  text-align: left;
}
#rwd-content #share .rule .scroll-box p,
#rwd-content #share .rule .scroll-box li,
#rwd-content #share .rule .scroll-box dt,
#rwd-content #share .rule .scroll-box dd {
  font-size: 1.6rem;
  line-height: calc(30 / 16);
}

#rwd-content #share .rule .scroll-box ul.type1 {
  padding-left: 25px;
  list-style-type: disc;
}

#rwd-content #share .rule .scroll-box dl.type1 > dt {
  font-weight: bold;
}
#rwd-content #share .rule .scroll-box dl.type1 > dd + dt,
#rwd-content #share .rule .scroll-box dl.type1 dt.mt {
  margin-top: 1em;
}

#rwd-content #share .rule .scroll-box dl.type1 + p {
  margin-top: 1em;
}

#rwd-content #share .rule .scroll-box p.dt {
  margin-top: 1em;
  font-weight: bold;
}

#rwd-content #share .rule .scroll-box ol.type1 {
  padding-left: 25px;
  list-style-type: decimal;
}

@media print, screen and (min-width: 768px){
  
}

@media screen and (max-width: 767px) {
  #rwd-content #share .rule .headline-r {
    line-height: 1.5;
  }
  #rwd-content #share .rule .headline-r2 {
    margin: 2.2em 0 1.5em;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1;
  }

  #rwd-content #share .rule .rule-lead {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: calc(30 / 16);
  }
  #rwd-content #share .rule .scroll-box {
    padding: 15px;
    max-height: 400px;
  }
  #rwd-content #share .rule .scroll-box p,
  #rwd-content #share .rule .scroll-box li,
  #rwd-content #share .rule .scroll-box dt,
  #rwd-content #share .rule .scroll-box dd {
    font-size: 1.4rem;
    line-height: calc(22 / 14);
  }
}

/* ==========================================================
#lead
=============================================================*/

@media print, screen and (min-width: 768px){
  
}

@media screen and (max-width: 767px) {
  
}

/* ==========================================================
footer
=============================================================*/

.footer_link_area {
  margin-top: 25px;
  display: flex;
  width: 100%;
  height: 120px;
  justify-content: center;
  align-items: center;
  background: url(/mc/campaign/xsr_10th/img/footer_link_bg.png) no-repeat center 0%;
}

.footer_link_area.sns_link_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 280px; 
}

.footer_link_area.sns_link_area .row {
  display: flex;
  justify-content: center;
  margin: 0;
}

.footer_link_area.sns_link_area .row img {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .footer_link_area.sns_link_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 140px; 
  }

  .footer_link_area.sns_link_area .row img {
    height: 55px;
  }

  #icon_follow_us {
    height: 30px;
  }

  #icon_x, #icon_instagram {
    height: 80px;
  }

  .footer_link_area {
    height: 60px;
    background-size: 100%;
  }
}


.embedsocial-hashtag {
  display: none;
}