@charset "utf-8";

/**font**/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
  font-family: sans-serif;
}

/**共通**/

section {
  width: 100%;
}

.temp_innerWrap {
  padding-bottom: 0 !important;
} 

/**トップエリア**/

#chikugo_topArea {
  background-color: #F0F0F0;
  padding: 0 0 60px;
}
#chikugo_topArea .chikugo_kv {
  width: 100%;
  padding: 0;
  margin: 0 auto 40px;
}
#chikugo_topArea .chikugo_kv h1,
#chikugo_topArea .chikugo_kv h1 img {
  width: 100%;
  padding: 0;
  margin: 0;
}

/**下部エリア**/

#chikugo_bottomArea {
  padding: 60px 0;
}

/**特典一覧**/

#chikugo_benefits {
  background-color: #FFF;
  padding: 60px 15px 150px;
}

#chikugo_benefits .benefits-title {
  width: 100%;
  max-width: 1010px;
  padding: 20px 0 5px;
  background-color: #000;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
}
#chikugo_benefits .benefits-title + p {
  width: 100%;
  max-width: 1010px;
  padding: 0 0 20px;
  background-color: #000;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  margin: 0 auto 1px;
}

#chikugo_benefits .benefits {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#chikugo_benefits .benefits li {
  width: calc(20%);
  background-color: #000;
  border-right: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  display: flex;
}
#chikugo_benefits .benefits li a {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 5px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
}
#chikugo_benefits .benefits li a img {
  width: auto;
  height: 70px;
  margin: 0 0 10px;
}
#chikugo_benefits .benefits li a span {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  background-color: #58B531;
  position: absolute;
  top: 1px;
  left: 1px;
}

@media (max-width: 640px) {
  #chikugo_benefits .benefits li {
    width: calc(100% / 3);
  }
  #chikugo_benefits .benefits li:nth-child(n+7) {
    width: calc(100% / 4);
  }
  #chikugo_benefits .benefits li a {
    font-size: 11px;
  }
  #chikugo_benefits .benefits li a img {
    width: auto;
    height: 40px;
  }
  #chikugo_benefits .benefits li a span {
    display: block;
    width: 23px;
    height: 23px;
    font-size: 17px;
    line-height: 23px;
  }
}

/**特典詳細**/

.chikugo_benefitBox {
  padding: 70px 0 150px;
  position: relative;
  text-align: center;
}
.chikugo_benefitBox#chikugo_benefit10 {
  padding: 70px 0 60px;
}
.chikugo_benefitBox.notice {
  padding: 60px 0 60px;
}

.chikugo_benefitBox .chikugo_h2 {
  width: 100%;
  padding: 24px 15px 0;
  margin: 0 auto;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #000;
  text-align: center;
  position: absolute;
  top: -90px;
  left: 0;
}
.chikugo_benefitBox .chikugo_h2 span {
  font-size: 14px;
}
.chikugo_benefitBox .chikugo_h2 svg {
  display: block;
  margin: 10px auto 0;
}
.chikugo_benefitBox .chikugo_h2 svg .st1 {
  fill: none;
}
.chikugo_benefitBox .chikugo_h2 svg .st00 {
  fill: #000;
}
.chikugo_benefitBox.cmn_bgGreen .chikugo_h2 {
  background: url(/ex/fanclub/chikugo/img/2025/title_icon-green.png) no-repeat center top;
}
.chikugo_benefitBox:not(.cmn_bgGreen) .chikugo_h2 {
  background: url(/ex/fanclub/chikugo/img/2025/title_icon-white.png) no-repeat center top;
}

.chikugo_benefitBox .chikugo_h3 {
  font-size: 28px;
}
.chikugo_benefitBox.cmn_bgGreen .chikugo_h3 {
  color: #FFF;
}
.chikugo_benefitBox:not(.cmn_bgGreen) .chikugo_h3 {
  color: #58B531;
}

.chikugo_benefitBox .chikugo_h3 .chikugo_ic_ch {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
  margin-right: 20px;
}

.chikugo_h4 {
  background: #F0F0F0;
  padding: 8px 10px;
  color: #000;
  font-weight: bold;
}
p + .chikugo_h4 {
  margin-top: 20px !important;
}

.chikugo_benefitBox dl dd,
.chikugo_benefitBox ul li {
  text-align: left;
}
.chikugo_benefitBox .temp_innerWrap > .temp_accBlock {
  border-radius: 12px;
  border: solid 2px #000;
}

div[class*="temp_btnBlock"] p[class*="temp_btn"] a,
div[class*="temp_btnBlock"] p[class*="temp_btn"] > span {
  border: 3px solid #000 !important;
}

.chikugo_benefitBox.notice {
  background: #F0F0F0;
}
.chikugo_benefitBox.notice .temp_imgBlock_txtcolumnS {
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background: #FFF;
}
.chikugo_benefitBox.notice .temp_imgBlock_txtcolumnS img {
  width: 50%;
}

@media (max-width: 640px) {
  .chikugo_benefitBox .chikugo_h2 {
    padding: 20px 10px 0;
    font-size: 18px;
    top: -70px;
  }
  .chikugo_benefitBox .chikugo_h2 svg {
    transform: scale(0.7);
    margin-top: -5px;
  }
  .chikugo_benefitBox .chikugo_h2 {
    background-size: 132px auto;
  }
  .chikugo_benefitBox .chikugo_h3 {
    font-size: 22px;
  }
  .chikugo_benefitBox .chikugo_h3 .chikugo_ic_ch {
    width: 50px;
    margin-right: 15px;
  }
}

/**footer**/

#chikugo_footer {
  padding: 60px 10px 120px;
  background: #000;
  text-align: center;
  color: #FFF;
}
#chikugo_footer a {
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
}
#chikugo_footer small {
  font-size: 14px;
}


/***ボタン***/
#fixOneButton {
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  left: 0;
}

#fixOneButton ul li a {
  display: flex;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  transition: .3s;
  background: #fcc602;
  border-radius: 100px;
  text-align: center;
  color: #000;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

#fixOneButton ul li a span {
  font-size: 12px;
}

#fixOneButton ul li:first-child a {
  background: #c00;
  color: #FFF;
}

#fixOneButton ul li:last-child a {
  display: flex;
  align-content: center;
  justify-content: center;
}

#fixOneButton .entry-title {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  #fixOneButton ul li:first-child {
    margin-bottom: 10px;
  }

  #fixOneButton ul li a span {
    font-size: 12px;
  }
}

@media (min-width: 479px) {
  #fixOneButton ul {
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: center;
    margin: auto;
  }

  #fixOneButton ul li {
    display: flex;
    width: 49%;
  }
}

#fixButton {
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  left: 0;
}

#fixButton ul li a {
  display: flex;
  width: 100%;
  padding: 15px;
  text-decoration: none;
  transition: .3s;
  background: #fcc602;
  border-radius: 100px;
  text-align: center;
  color: #000;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}

#fixButton ul li a span {
  font-size: 13px;
}

#fixButton ul li:first-child a {
  background: #c00;
  color: #FFF;
}

#fixButton ul li:last-child a {
  display: flex;
  align-content: center;
  justify-content: center;
}

#fixButton .entry-title {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  #fixButton ul li:first-child {
    margin-bottom: 10px;
  }

  #fixButton ul li a span {
    font-size: 12px;
  }
}

@media (min-width: 479px) {
  #fixButton ul {
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    margin: auto;
  }

  #fixButton ul li {
    display: flex;
    width: 49%;
  }
}