@charset "UTF-8";

.display-none {
  display: none !important;
}

@media screen and (max-width: 320px) {
  .display-none-sss {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .display-none-ss {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .display-none-s {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .display-none-l {
    display: none !important;
  }
}

@media screen and (min-width: 1300px) {
  .display-none-ll {
    display: none !important;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#contents {
  color: #333333;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Noto Sans Japanese', sans-serif;
}

#contents img {
  display: block;
  max-width: 100%;
}

#contents a {
  text-decoration: none;
  outline: none;
}
#contents a:hover {
  text-decoration: none;
  outline: none;
}

#contents ul {
  list-style-type: none;
}

#contents span {
  display: inline-block;
}

#contents .pc {
  display: block;
}

@media screen and (max-width: 768px) {
  #contents .pc {
    display: none;
  }
}

#contents .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #contents .sp {
    display: block;
  }
}
.section__inner {
  width: 92%;
  max-width: 980px;
  margin: auto;
}

/* header */
.rp-header-inner {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 64px;
}

@media screen and (min-width: 769px) {
  .rp-header-inner {
    height: 94px;
    padding: 0;
  }
}

.rp-header-inner .rp-header-logo {
  padding: 0;
}

.rp-header-inner .rp-header-tw {
  width: 130px;
}

@media screen and (min-width: 769px) {
  .rp-header-inner .rp-header-tw {
    width: 200px;
  }
}

.rp-header-inner .rp-header-tw img {
  display: block;
  width: 100%;
}

/* footer */
footer {
  margin: 0 !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
看板
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#kanban {
  padding: 0;
}
#kanban .kanban__main{
  background-color: #bf0000;
}
#kanban .kanban__logo__img {
  width: 100%;
  max-width: 300px;
  margin: auto;
  text-align:center;
}
#kanban .kanban__main__img {
  width: 100%;
  max-width: 900px;
  margin: auto;
  text-align:center;
}
#kanban .kanban__main__img__sp {
  width: 100%;
  max-width: 628px;
  margin: auto;
  text-align:center;
}

#kanban .kanban__foot {
  padding: 10px;
  background-color: #333333;
}
#kanban .kanban__foot_moji1 {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
#kanban .kanban__foot_moji2 {
  color: white;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding-top: 5px;
}

@media screen and (min-width: 769px) {
#kanban .kanban__main__img__sp {
  display:none;
}
}
@media screen and (max-width: 768px) {
  #kanban .kanban__main__img {
    display:none;
  }
  #kanban .kanban__main__img__sp img {
    max-width: 100wv;
    margin: auto;
    text-align:center;
  }
}

@media screen and (max-width: 768px) {

  #kanban .kanban__foot_moji1{
    font-size: 12px;
  }
  #kanban .kanban__foot_moji2{
    font-size: 10px;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ボタン上の文字
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#contents .entry_top {
  margin-top: 20px;
}
.entry_top_moji h1{
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
  width:65%;
  margin:auto;
  padding-bottom: 10px;
}
 .entry_top_moji h2{
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
  width:65%;
  margin:auto;
  padding-bottom: 10px;
}
.entry_top_moji h3{
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  width:60%;
  margin:auto;
  color:#bf0000;
}

.entry_top_moji p {
  font-size: 20px;
  text-align: left;
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
  width:80%;
}

.logo_img{
  max-width: 500px;
  margin:auto; 
  width: 80%;
  padding-bottom: 20px;

}
@media screen and (min-width: 769px) {
  #contents .entry_top_moji h2{
   display:none;
  }
}
@media screen and (max-width: 768px) {
  #contents .entry_top {
    margin-top: 10px;
  }
  #contents .entry_top_moji h1{
    display:none;
  }
  #contents .entry_top_moji h2{
    font-size: 15px;
    width:95%;
    margin:auto;
  }
  #contents .entry_top_moji h3{
    font-size: 12px;
    width:95%;
    margin:auto;
  }

  #contents .entry_top_moji p{
  font-size: 11px;
  text-align: left;
  padding: 0 20px;
  }
  .logo_img{
    max-width: 180px;
    padding-bottom:5px;
  }
 }
 @media screen and (max-width: 345px){
  #contents .entry_top_moji h2{
    font-size: 14px;
    width:95%;
    margin:auto;
  }
 }
 
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
エントリー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#contents .campaign-entry {
  margin-top: 0px;
}

#contents .campaign-entry .entry-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 530px;
  margin: 5px auto;
  border-radius: 100vh;
  background: #bf0000;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  line-height: 100px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
#contents .campaign-entry .entry-btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  content: '';
}
#contents .campaign-entry .entry-btn:hover {
  opacity: 0.7;
  background: #bf0000;
}
@media screen and (min-width: 768px) {
  #contents .campaign-entry .entry-btn {
  display:none;
  }
}
@media screen and (max-width: 768px) {
  #contents .campaign-entry .entry-btn {
    width: 90%;
    font-size: 14px;
    line-height: 50px;
    margin-top: 10px;
  }
  #contents .campaign-entry .entry-btn::after {
    width: 12px;
    height: 12px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
}
@media screen and (max-width: 360px) {
  #contents .campaign-entry .entry-btn {
    width: 90%;
    font-size: 11px;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
参加二次元コード
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#contents .pc_sanka {
  margin-top: 0px;
 padding-bottom: 50px;
}
#contents .pc_sanka_box{
  background-color: #bf0000;
  width:40%;
  margin:auto;
  border-radius: 15px;
  margin-top: 20px;
  padding:20px 0;
}
#contents .pc_sanka_img {
  width: 80%;
  max-width:600px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #contents .pc_sanka{
    display:none;
  }
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
特典獲得までの流れ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#flow {
  background-color: #F2F2F2;
  padding:10px;
}
#flow h2{
  color: #bf0000;
  text-align:center;
  font-size: 30px;
}
#flow p {
  color: #bf0000;
  font-size: 20px;
  text-align: left;
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
}
.flow_container{
  display:flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}
.flow_box{
  width: calc((100% / 4) - 30px);
  height:300px;
  font-size: 8em;
  text-align: center;
  border-radius: 15px;
  align-items: center;
}

#flow_box1{
  background-color: white;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #flow h2{
     font-size: 18px;
  }
   #flow p{
    font-size:11px;
    text-align: left;
    padding: 0 30px;
  }
  .flow_container{
    height: 340px;
    align-items: center;
    max-width:400px;
    margin:auto;
  }
  .flow_box{
    height:160px;
    width: 140px;
  }
}
@media screen and (max-width: 376px) {
.flow_container{
  height: 340px;
  align-items: center;
  max-width: 400px;
  
  margin:auto;
}
.flow_box{
  height:150px;
  width: 120px
}
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
獲得条件
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#joken {
  padding: 10px 0 40px;
  text-align: center;
}
#joken .joken__main {
  background-color: white
  
}
#joken h2{
  font-size: 30px;
  color: #bf0000;
  margin-block-end: 0em;
}
#joken p {
  color:black;
  font-size: 20px;
  text-align: left;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  width:80%;
}

#joken .joken__main__img {
  width: 100%;
  max-width: 860px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #joken .joken__main__img img {
    width: 860px;
  }
}

@media screen and (max-width: 768px) {
  #joken h2{
     font-size: 18px;
  }
   #joken p{
    font-size:11px;
    padding: 0 20px;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
特典内容
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#tokuten {
  background-color: #F2F2F2;
  box-sizing: border-box;
  text-align: center;
  align-items: center;
}
#tokuten h2,
#tokuten p {
  color: #bf0000;
  font-size: 30px;
}
.tokuten_section_inner{
width: 92%;;
max-width: 1020px;
margin: auto;
padding: 10px 0px;
}
#tokuten table {
  border: 1px solid #bf0000;
  margin:auto;
  font-weight: 700;
  font-size: 25px;
  background-color: white;
}
#tokuten td {
  border: 1px solid #bf0000;
  text-align:left;
  padding: 10px 10px;
}
#tokuten .stamp_img {
  margin: auto;
  align-items: center;
}

#tokuten .tokuten_img {
  display:block;
  width: 100%;
  max-width: 500px;
  margin: auto;
  place-items: center;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #tokuten table {
    font-size: 14px;
  }
  #tokuten h2 {
    color: #bf0000;
    font-size: 20px;
  }
  #tokuten td {
    padding: 10px;
  }
  #tokuten .tokuten_img {
    padding-top: 15px;
    display:block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    place-items: center;
  }
  #tokuten .stamp_img {
     width: 65px;
  }
  
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
クライアント導線
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#contents .client-page {
  margin-top: 20px;
}

#contents .client-page .client-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 530px;
  margin: auto;
  border-radius: 100vh;
  background: #FFF000  ;
  color: black;
  font-weight: bold;
  font-size: 22px;
  line-height: 100px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
#contents .client-page .client-btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  content: '';
}
#contents .client-page .client-btn:hover {
  opacity: 0.7;
  background: #FFFF6B;
}
@media screen and (max-width: 768px) {
  #contents .client-page {
    margin-top: 0px;
  }
  #contents .client-page .client-btn {
    width: 90%;
    font-size: 12px;
    line-height: 50px;
  }
  #contents .client-page .client-btn::after {
    width: 14px;
    height: 14px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ホーム画面に追加
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#icon {
  padding-top:20px;
  text-align: center;
}

#icon .icon__main {
  background-color: white 
}
#icon h2{
  font-size: 30px;
  color: black;
  margin-block-end: 0em;
}
#icon p {
  color:black;
  font-size: 20px;
  text-align: left;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  width:80%;
}

#icon .icon__main__img img{
  width: 100%;
  max-width: 600px;
  margin: auto;
}
#icon .payapp__img{
 background-color: white;
}
#icon .payapp__img img{
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;

}
@media screen and (max-width: 768px) {
  #icon .icon__main__img img {
    width: 90%;
    margin:auto;
  }
  #icon .payapp__img img {
    width: 90%;
    margin:auto;
  }
  #icon .payapp__img img{
    width: 90%;
    margin:auto;
  }
}

@media screen and (max-width: 768px) {
  #icon h2{
     font-size: 18px;
  }
   #icon p{
    font-size:11px;
    padding: 0 20px;
  }
}

details {
  width: 20%;
  margin:auto;
  margin-bottom: 20px;
 background-color: #bebebe;
 border-radius: 5px;
}

details > summary {
  margin:auto;
  width:100%;
  background-color: #bf0000;
  border: none;
  box-shadow: 3px 3px 4px black;
  cursor: pointer;
  color:white;
  font-weight: bold;
  font-size: 20px;
}

details > p {
  border-radius: 0 0 10px 10px;
  background-color: #ddd;
  padding: 2px 6px;
  margin: 0;
  box-shadow: 3px 3px 4px black;
}

details[open] > summary {
  background-color: black;
}

.icon_howto_img{
  width: 90%;
  margin: auto;
  padding:10px;
}
@media screen and (max-width: 768px) {
  details {
    width: 90%;
  }
  .icon_howto_img{
    width: 90%;
  }
}  

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
概要 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#contents #detail {
  padding: 0;
}

#contents .detail-list {
  max-width: 940px;
  margin: 50px auto 100px;
}

@media screen and (max-width: 768px) {
  #contents .detail-list {
    margin: 30px auto 60px;
  }
}

#contents .detail-list h2 {
  margin: 0 auto 20px;
  padding: 10px 0;
  border-top: 1px solid #bf0000;
  border-bottom: 1px solid #bf0000;
  color: #bf0000;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents .detail-list h2 {
    width: 92%;
    margin: 0 auto 20px;
    padding: 10px 0;
  }
}

#contents .detail-list dl {
  width: 100%;
  margin: 0 auto;
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #contents .detail-list dl {
    width: 90%;
    font-size: 13px;
  }
}

#contents .detail-list dl dt {
  padding: 15px 5px 10px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #contents .detail-list dl dt {
    float: none;
    width: 100%;
  }
}

#contents .detail-list dl dd {
  padding: 0 5px 15px;
  border-bottom: 1px solid #cccccc;
  margin-inline-start: 5px;
}

#contents .detail-list dl dd:nth-last-child(1) {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  #contents .detail dl dd {
    margin: 0 0 15px;
 
  }
}

#contents .detail-list dl dd a {
  display: inline;
  color: #3333cc;
  text-decoration: underline;
}
#contents .detail-list dl dd a:hover {
  text-decoration: none;
}
