* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  word-break: normal;
  text-align:justify;
}
:root {
  --main-color: #008742;/*メインカラー*/
  --accent-color: #E50012;/*アクセントカラー注意書き・ボタンなど*/
}
p {
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
img{
   vertical-align: top;
}
body {
  margin: 0;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  min-width: 320px;
  color: #333;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  color: var(--accent-color);
}
a:hover {
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
span.yellow{
  color: yellow;
}
.main{
  margin: 0 auto;
  max-width: 1200px;
  box-shadow: 0 0 10px #c8c8c8;
}
.blc_close{
  margin: 20px;
  padding: 20px;
  border: 2px solid var(--accent-color);
  display: flex;
  justify-content: center;
  background: #ffdbdc;
}
.blc_close p{
  display: flex;
  align-items:center;
  gap: 6px;
  font-weight: bold;
  font-size: 20px;
}
.blc_close p:before{
  display: block;
  content: "!";
  padding: 0 8px;
  border: 1px solid #FFF;
  border-radius:1em;
  background-color: var(--accent-color);
  color: #FFF;
  font-size: 18px;
  line-height: 1.2em;
  text-align: center;
}
.blc_main{
  padding-bottom: 50px;
}
.main h1 img{
  width: 100%;
  height: auto;
}
.blc_attention{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  padding: 40px;
  background-color: var(--accent-color);
}
.blc_attention p{
  display: flex;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2em;
}
.blc_attention a.btn{
  width: 300px;
  font-size: 14px;
  box-shadow:none;
  background-color: yellow;
  color: #000;
}
.blc_attention a.btn:hover{
  border: 2px solid #FFF;
  background-color: var(--accent-color);
  color: #FFF;
}
.blc_attention .btn:after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.blc_attention .btn:hover:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.blc_guideline{
  padding: 80px 30px;
  background-color: #FFF;
}
.blc_guideline h2{
  margin-bottom: 50px;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  padding: 10px 0;
  text-align: center;
  color: var(--main-color);
  font-size: 36px;
}
.blc_guideline h3{
  margin-bottom: 30px;
  border-left: 10px solid var(--main-color);
  padding-left: 16px;
  font-size: 24px;
}
.blc_guideline h4{
  margin-bottom: 10px;
  color: var(--main-color);
  font-weight: bold;
  font-size: 18px;
}
.blc_guideline section{
  margin-bottom: 50px;
}
.blc_guideline ul{
  padding-left: 1.2em;
}
.blc_guideline li{
  margin-bottom: 4px;
  line-height: 1.5em;
}
.blc_guideline li:last-child{
  margin-bottom: 0
}
ul.list_attention{
  list-style-type: none;
}
ul.list_attention li{
  position: relative;
}
ul.list_attention li:before{
  display: inline;
  content: "\0203B";
  position: absolute;
  top: 0;
  left: -20px;
}
.blc_reward section .list_attention{
  font-size: 12px;
}
.blc_reward section .list_attention li:before{
  left: -14px;
}
ol.list_required{
  margin-top: 20px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  color: #e60012;
  font-size: 18px;
}
ul.check_list{
  list-style-type: none;
  margin-top: 20px;
  border-top: 1px dotted #231815;
  padding-top: 20px;
}
ul.check_list li{
  position: relative;
}
ul.check_list li:before{
  display: inline;
  content: "";
  border: 1px solid #c8c8c8;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 4px;
  left: -20px;
}
ul.check_list li:after{
  display: inline;
  content: "";
  border-left: 2px solid #e60012;
  border-bottom: 2px solid #e60012;
  width: 0.8em;
  height: 0.3em;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: -20px;
}
section.blc_reward section h4{
  border-bottom: 1px dotted var(--main-color);

}
dl.blc_child{
  margin-bottom: 26px;
}
dl.blc_child dt{
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
dl.blc_child dd {
  padding-left: 1em;
}
dl.blc_child dd ul{
  margin-bottom: 20px;
}
dl.blc_child dd ul:last-child{
  margin-bottom: 0;
}
div.twocolumn_wrap{
  display:flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
div.twocolumn_wrap img.sample{
  width: calc(50% - 10px);
  height: auto;
}
.blc_guideline .date{
  font-size: 24px;
  font-weight: bold;
}
.blc_guideline .line-through{
  text-decoration: line-through;
}
.blc_condition .list_attention{
  margin: 40px 0 0 20px;
}
#blc_aeonId img{
  width: 100%;
  height: auto;
}
p.close{
  margin-top: -20px;
  color: var(--accent-color);
  font-weight: bold;
  font-size: 18px;
}
.txtlink{
  text-decoration: underline;
}
.btn {
  display: block;
  margin: 0 auto;
  border: 2px solid #FFF;
  width: calc(100% - 60px);
  min-width: 300px;
  background-color: var(--accent-color);
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  border-radius: 60px;
  padding: 20px;
  transition: 0.5s;
  box-shadow: 3px 3px 3px #c8c8c8;
  position: relative;
}
.btn:hover {
  border: 2px solid var(--accent-color);
  background-color: #FFF;
  color: var(--accent-color);
  opacity: 1;
  transition: 0.5s;
}
.btn:after{
  content:"";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateY(-50%) rotate(45deg) ;
  position: absolute;
  top: 50%;
  right: 20px;
}
.sp{
  display: none;
}

@media screen and (max-width: 768px) {
  .pc{
    display: none;
  }
  .sp{
    display: inherit;
  }
  .blc_attention p{
    flex-direction: column;
  }
  div.twocolumn_wrap{
    flex-direction: column;
  }
  div.twocolumn_wrap img.sample{
    max-width: 452px;
    width: 100%;
  }
  #blc_aeonId img{
    margin: 0 auto;
    max-width: 450px;
  }
}
