body {
  font-family: "Noto Sans JP", sans-serif;
}
.bg_beige {
  background-color: #f9ead2;
}
.mainvisual {
  background-color: #f9ead2;
  background-image: url(../../common/images/mainvisual_bg.png);
  background-size: cover;
  background-position: center;
  height: 320px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainvisual div img {
  width: 95%;
  height: auto;
}
article.content {
  padding: 2rem 0;
}
section.group {
  width: 90%;
  margin: 1rem auto;
}
section.group:first-child {
  margin: 0 auto 1rem;
}
section.group:last-child {
  margin: 0 auto;
}

.catchcopy {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  color: #8f4e37;
  line-height: 140%;
}
.hr_img {
  width: 90%;
  margin: 0 auto;
}
.read_text {
  margin: 0rem 1rem;
  text-align: start;
  font-weight: 500;
  line-height: 160%;
  color: #8b5d2d;
}
.read_text p {
  margin: 0.5rem 0;
}
.read_text p:first-of-type {
  margin: 0 0 0.5rem;
}
.h2_brown {
  font-size: 1.6rem;
  font-weight: 800;
  color: #8b5d2d;
  text-align: center;
  margin-bottom: 0.8rem;
}
.sp_none {
  display: none;
}
.read_text_01 {
  color: #fff;
  padding: 0 0 0 0.5rem;
  background-color: #cc851f;
}
.read_text_02 {
  font-size: 1.2rem;
}
.bg_brown {
  background-color: #cba973;
}
.font_black {
  color: #000;
}
.font_darkbrown {
  color: #73553b;
}
.font_lightbrown {
  color: #cba973;
}
.font_s {
  font-size: 90%;
}
section.group.news_section {
  margin-top: 2rem;
}
section.group.rule,
div.news,
.dl_group {
  padding: 1.5rem 2rem 2rem;
  background-color: #fff;
  border-radius: 0.5rem;
  max-width: 800px;
  margin: 0 auto;
}
.rule_list {
  padding-left: 1rem;
  font-weight: 500;
  line-height: 160%;
}
.rule_list li {
  margin-bottom: 0.5rem;
}
.footnote {
  padding-left: 1rem;
}
.footnote li {
  margin-bottom: 0.2rem;
}
.footnote li:last-of-type {
  margin-bottom: 0;
}
.news_title {
  margin-bottom: 0.2rem;
  text-align: center;
  font-weight: 600;
  color: #73553b;
}
.news_content div {
  margin-bottom: 0.5rem;
}
.news_content div:last-of-type {
  margin-bottom: 0;
}
.bg_skincolor {
  background-color: #f8f2e5;
}
.prize_h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prize_h2 div {
  width: calc(100% / 3);
}
.prize_h2 img {
  object-fit: contain;
}
.font_quo {
  color: #ad2347;
  font-size: 1.5rem;
}
.crown_group {
  margin: 0.5rem auto;
  max-width: 600px;
}
.crown_group div {
  margin-bottom: 0.2rem;
}
.bronze {
  background-color: #fff;
  border-radius: 0.2rem;
  width: 88%;
  margin: 0 auto;
  padding: 0.5rem 0 0;
  max-width: 600px;
}
.bg_lattecolor {
  background-color: #dbcaae;
}
.notification_text {
  line-height: 170%;
}
.notification_text p {
  margin: 0.4rem auto;
  max-width: 800px;
}
.notification_text p:last-of-type {
  margin: 0 auto;
}
.font_red {
  color: #ad2347;
}
.precautions .text {
  font-weight: bold;
}
.precautions .list {
  width: 90%;
  margin: 0.5rem auto;
}
.precautions .list li {
  margin-bottom: 0.2rem;
}
footer {
  padding: 2rem 0;
  border-top: 2px solid #008742;
  text-align: center;
}
.sponsored .title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.sponsored .heading {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.sponsored .text {
  width: 90%;
  margin: 0.2rem auto;
}
.sponsored .text span {
  display: inline-block;
  word-break: break-all;
}
.logo {
  width: 85%;
  margin: 0.5rem auto;
  max-width: 200px;
  display: block;
}
.bg_green {
  background-color: #008742;
}
.dl_title {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.dl_icon {
  width: 100px;
  margin: 0.2rem auto;
}
.dl_img {
  width: 200px;
  margin: 0.5rem auto 0;
}

.dl_text {
  text-align: center;
  font-weight: bold;
  color: #008742;
}
@media screen and (min-width: 370px) {
  .mainvisual {
    height: 380px;
    width: 100%;
  }
}
@media screen and (min-width: 430px) {
  .mainvisual {
    height: 450px;
    width: 100%;
  }
  .mainvisual div img {
    max-width: 500px;
    height: auto;
  }
  .news_content {
    text-align: center;
  }
  .prize_h2 div {
    max-width: 140px;
  }

  .font_quo {
    font-size: 2rem;
  }
  .dl_group {
    text-align: center;
  }
  .dl_group,
  .dl_img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
  }
  .dl_icon img,
  .dl_app img {
    object-fit: contain;
  }
  .dl_icon {
    width: 120px;
    margin: 0;
    margin-right: 0.5rem;
  }
  .dl_img {
    width: 100%;
  }
  .dl_icon img {
    min-width: 100px;
    width: 100%;
    max-width: 120px;
  }
}
@media screen and (min-width: 600px) {
  .mainvisual {
    margin: 0 auto;
    background-size: contain;
    height: 100%;
    max-width: 600px;
  }
  .mainvisual div img {
    max-width: 650px;
    height: auto;
  }
  .catchcopy {
    font-size: 2rem;
  }
  .h2_brown {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .read_text {
    margin: 0rem 1rem;
    text-align: center;
  }
  .sp_none {
    display: block;
  }
  .read_text_01 {
    padding: 0 0 0 0.5rem;
  }
  .notification_text {
    text-align: center;
    font-size: 1.2rem;
  }
  .precautions .text {
    text-align: center;
  }
  .precautions .list {
    width: 90%;
    margin: 1rem auto;
  }
  .precautions .list li {
    margin-bottom: 0.5rem;
  }
  .dl_text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 800px) {
  article.content {
    padding: 4rem 0;
  }
  section.group {
    max-width: 1000px;
    margin: 2rem auto;
  }
  section.group:first-child {
    margin: 0 auto 2rem;
  }
  section.group:last-child {
    margin: 0 auto;
  }
  .catchcopy {
    font-size: 2.5rem;
  }
  .hr_img {
    max-width: 800px;
  }

  .h2_brown {
    font-size: 2rem;
  }
  .read_text {
    margin: 0rem 2rem;
    font-size: 1.2rem;
  }
  .read_text p {
    margin: 1rem 0;
  }
  .read_text p:first-of-type {
    margin: 0 0 1rem;
  }
  .read_text_02 {
    font-size: 1.4rem;
  }
  .news {
    display: flex;
    justify-content: center;
  }
  .news .heading {
    width: calc(100% / 3);
  }
  .news .heading h2 {
    margin-bottom: 0;
    text-align: start;
  }
  .post_flex {
    display: flex;
    flex-direction: column;
  }
  .post_flex div {
    display: flex;
  }
  .news_title {
    margin-right: 1rem;
  }
  .precautions .text {
    font-size: 1.2rem;
  }
  .pc_none {
    display: none;
  }
  .news_content {
    text-align: start;
  }
}
@media screen and (min-width: 1200px) {
  .mainvisual {
    margin: 0 auto;
    background-size: contain;
    height: 100%;
    max-width: 1000px;
  }
  .mainvisual div img {
    max-width: 750px;
    margin: 2rem auto 0;
  }
}
