@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
  --color_black: #443e3c;
  --color_ivory: #fffff8;
  --color_navy: #001d61;
  --color_navy_bg: #22498f;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  font-family: 'Noto Sans JP', 'Noto Sans', 'Noto Sans CJK JP', 'ヒラギノ角ゴ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic', sans-serif;
  line-height: 1.625;
  font-size: 1.6rem !important;
  color: var(--color_black);
  font-feature-settings: "palt";
  z-index: -1;
}
body * {
  box-sizing: border-box;
}
body::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  background: url("/special/honolulumarathon2025/assets/images/bg.webp") no-repeat top center / cover #f2dabb;

}
img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 50);
  }
  body {
    min-width: 0;
  }
}
@media screen and (max-width: 500px) {
  body::before {
    content: none;
  }
}
@media screen and (min-width:500px) and (max-width:768px) {
  html {
    font-size: 62.5%;
  }
}
/* common
------------------------------------------------*/
.tx_annotation { text-indent: -1.8rem;display: block;margin-left: 2rem;}
*::after,*::before { transition: all .3s;}
/* main
------------------------------------------------*/
.main {
  position: relative;
  z-index: -1;
  overflow: hidden;
  text-align: center;
}
#cpn-main {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  letter-spacing: .06em;
  font-feature-settings: "palt";
  background-color: #fff;
}
#cpn-main img {
  max-width: 100%;
  height: auto;
}
#cpn-main picture {
  display: block;
}
#cpn-main main {
  position: relative;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, .3) 0 0 18px;
  mix-blend-mode: multiply;
}
#cpn-main section {
  position: relative;
}

#cpn-main a {
  position: relative;
  text-decoration: none;
  color: #242ee2;
}
@media screen and (max-width: 768px) {
  #cpn-main {
    margin: 0 auto;
    max-width: 500px;
  }
}
#cpn-main h2 { color: var(--color_black);}
#area_black,section {
 padding: 0 3rem 4rem;
}
#area_black {
  padding-bottom: .5rem;
}
#area_black>section {
  padding: 0;
}
@media screen and (max-width:768px) {
  #area_black,section {
   padding: 0 4vw 4rem;
  }
  #area_black {
    padding-bottom: 1.7rem;
  }
}

/* entryBtn
------------------------------------------------*/
#cpn-main .entryBtnLarge {
  width: 380px;
  height: 80px;
  position: relative;
  padding: 6px;
}
.entryBtnLarge::before,.entryBtnLarge::after {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  background: url("/special/honolulumarathon2025/assets/images/wave.svg") no-repeat center bottom / 100% auto;
  width: 5rem;
  height: 7rem;
  bottom: 0;
}
.entryBtnLarge::before {
  left: -12.5%;
}
.entryBtnLarge::after {
  transform: scaleX(-1);
  right: -12.5%;
}
.entryBtnLarge a::before,.link_ahamo a::before {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  right: 30px;
  width: 2.4rem;
  height: 1.8rem;
  background: url("/special/honolulumarathon2025/assets/images/ic_link.svg") no-repeat center;
}
.entryBtnLarge a::after {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  background: #fff;
  width: 38rem;
  height: 8rem;
  border-radius: 10rem;
  opacity: 0;
  z-index: 1;
}
#cpn-main .entry_wrap .entryBtn a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .entryBtnLarge {
    width: 38rem;
    height: 8rem;
    padding: .6rem;
  }
}

.entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
  cursor: pointer;
  position: relative;
  padding-left: 2.5rem;
  font-weight: 500;
}
.entry_wrap input[type="checkbox"] {
  display: none;
}
.entry_wrap input[type="checkbox"] + label::before, .entry_wrap input[type="checkbox"]:checked + label::after {
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  margin: auto;
  width: 1.9rem;
  height: 1.9rem;
  margin-right: 0.5em;
  border: 1px solid var(--color_black);
  box-sizing: border-box;
}
.entry_wrap input[type="checkbox"]:checked + label::after {
  background: url("/special/honolulumarathon2025/assets/images/ic_check.svg") no-repeat center center / 82% auto;
}
.entry_wrap input:checked ~ .btn.disable::after {
  display: none;
}
/* list indent
------------------------------------------------*/
#cpn-main ul.indMark > li {
  text-align: left;
  line-height: 1.4;
}
.conditions ul.indMark > li {
  margin: 0 1.2rem;
}
/* kv
------------------------------------------------*/
#cpn-main section#kv {
  width: 100%;
  padding: 0;
}
.kv_inner {
  padding: 0 1rem 8rem;
  margin-top: -8px;
  position: sticky;
  z-index: 2;
}
h1 {
  font-size: 1rem;
  padding: 1rem 7rem;
  position: sticky;
  z-index: 2;
}
h1 img {
  width: 55%;
}
@media screen and (max-width: 500px) {
  h1 img {
    width: 72%;
  }
  .kv_inner {
    margin-top: -5px;
  }
}
#kv {
  background: linear-gradient(180deg,rgba(35, 158, 140, 1) 0%, rgba(34, 71, 143, 1) 24%, rgba(34, 66, 143, 1) 82%, rgba(74, 139, 156, 1) 100%);
  color: #fff;
  position: relative;
}
#kv::after {
  content: "";
  max-width: 500px;
  width: 100%;
  height: 257px;
  background: url("/special/honolulumarathon2025/assets/images/kv_after.webp") no-repeat center top /contain;
  position: absolute;
  top: 0;
  left: 0;
}
#kv::before {
  content: "";
  max-width: 500px;
  width: 100%;
  height: 64px;
  background: url("/special/honolulumarathon2025/assets/images/kv_before.webp") no-repeat center bottom /contain;
  position: absolute;
  bottom: -.1px;
  left: 0;
}
#kv .disable::after,#bg_right_area .disable::after,#follow .disable::after {
  display: none;
}
#kv .disable,#bg_right_area .disable,#follow .disable {
  border: solid 4px #fff;
}
#kv .entryBtnLarge::after,#kv .entryBtnLarge::before,#bg_right_area .entryBtnLarge::after,#bg_right_area .entryBtnLarge::before,#follow .entryBtnLarge::after,#follow .entryBtnLarge::before {
  display: none;
}
#kv .entryBtnLarge a::before,#bg_right_area .entryBtnLarge a::before,#follow .entryBtnLarge a::before {
  transform: rotate(90deg);
}
.tx_inner {
  padding: 1.5rem 1rem;
  background-color: rgba(0, 29, 97, .65);
  border-radius: 1.5rem;
  border: 3px solid #ffd94f;
  margin: 0 1rem;
}
.kv_tx_dec {
  padding: 4rem 0 1.5rem;
  margin-top: -2rem;
  position: relative;
  border: none;
}
.kv_tx_dec::before,.kv_tx_dec::after {
  content: "";
  width: 9rem;
  height: 9rem;
  background: url("/special/honolulumarathon2025/assets/images/hibiscus.svg") no-repeat center top /contain;
  position: absolute;
  top: -3rem;
}
.kv_tx_dec::before {
  left: -1rem;
}
.kv_tx_dec::after {
  transform: scaleX(-1);
  right: -1rem;
}
.kv_tx_dec > .indMark {
  padding: 1.2rem 3rem 0;
}
#cpn-main .kv_tx_dec > .indMark li {
  text-align: justify;
}
.kv_tx_dec picture:first-child {
  width: 70%;
  margin: 0 auto 1.3rem;
}
.kv_Zindex {
  width: 60%;
  margin: 0 auto;
  position: sticky;
  z-index: 2;
}
@media screen and (max-width: 425px) {
  #kv .disable,#bg_right_area .disable,#follow .disable {
    border: solid 3px #fff;
  }
}

/* terms
------------------------------------------------*/
#terms {
  padding-top: 2.5rem;
  padding-bottom: 1.1rem;
}
#terms h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.indMark > li, .indent li {
  text-indent: -1em;
  padding-left: 1em;
}
.indMark > li {
  font-size: 1.2rem;
}
#cpn-main .indMark.size-m > li {
  font-size: 1.6rem;
  position: relative;
  margin-left: 1rem;
  padding-left: 2.1rem;
}
#cpn-main .period li {
  padding-left: 1.6rem!important;
  position: relative;
  font-size: 1.6rem;
}
#cpn-main .period li + li {
  margin-top: .6rem;
}
#cpn-main .period > li::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  top: 1.2rem;
  background: var(--color_black);
}
#terms .indMark > li {
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .indMark > li {
    font-size: 2.7vw;
  }
  .conditions .indMark > li {
    padding: 0 0 0 3vw;
    font-weight: 500;
  }
}
#cpn-main #terms {
  width: 100%;
  height: 36rem;
  border: .2rem solid var(--color_black);
  overflow: hidden;
  text-align: left;
  margin: 3rem auto 2.5rem;
}
#cpn-main #terms #termsContent * {
  font-weight: normal;
  padding: 0;
}
#cpn-main #terms .wrap {
  width: calc(100% - 3.4rem);
  height: calc(100% - 4rem);
  margin: 2rem;
  padding-right: 1.2rem;
  overflow-y: scroll;
  scrollbar-color: var(--color_black) #fff;
  scrollbar-width: thin;
  
}
#cpn-main #terms .wrap::-webkit-scrollbar {
  width: .6rem;
}
#cpn-main #terms .wrap::-webkit-scrollbar-track {
  display: none;
}
#cpn-main #terms .wrap::-webkit-scrollbar-thumb {
  background-color: var(--color_black);
  border-radius: .3rem;
}
#cpn-main .wrap .line + .line {
  margin-top: 2.2rem;
}
#cpn-main #terms #termsContent h3 {
  margin-bottom: .6rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}
#cpn-main #terms #termsContent p {
  font-size: 1.9rem;
  margin-top: .8rem;
  margin-bottom: .8rem;
  padding-left: 0;
}
#cpn-main #terms #termsContent ul li {
  font-size: 1.8rem;
}
#cpn-main #terms #termsContent .cp_prize .size-s {
  margin-top: 6px;
}
#cpn-main #terms #termsContent p + * {
  margin-top: 6px;
}
#cpn-main #terms #termsContent .indMark > li {
  font-weight: normal;
  text-indent: -.5em;
  padding-left: .5em;
}
#cpn-main #terms #termsContent .size-s li,
#cpn-main #terms #termsContent p.size-s {
  font-size: 1.6rem;
  text-align: justify;
}
#cpn-main #terms #termsContent .size-s.indMark li {
  text-indent: -1em;
  padding-left: .9em;
  text-align: justify;
}
#cpn-main #terms #termsContent .size-s.indMark li .tx_annotation {
  text-indent: -1.5rem;
  margin-left: 1rem;
}
#cpn-main #terms #termsContent .indMark.size-m > li {
  text-indent: 0;
  padding-left: 2.6rem;
  font-size: 1.6rem;
}
#cpn-main #terms #termsContent .indMark > li + li {
  margin-top: 4px;
}
#cpn-main #terms #termsContent .weightNormal {
  font-weight: normal;
}
.period-s span {padding: 0 .7rem 0 0!important;}
#cpn-main #terms #termsContent .wrap a {
  text-decoration:none;
  color: #242ee2;
}
.terms_m {
  margin-bottom: 2.2rem;
}
.terms_m2 {
  margin-bottom: 1rem;
}
#cpn-main #terms #termsContent .num-indent li {
  padding-left: 0!important;
  margin-left: 0!important;
}
/* 外部リンク
------------------------------------------------*/
.ic_link_terms::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("/special/karennaivory/assets/images/ic_link.svg") no-repeat center / contain;
  margin-left: .5rem;
}
.ic_link_terms::after {
  width: 1.4rem;
  height: 1.4rem;
  right: -2rem;
  bottom: 24%;
  top: 24%;
}

/* campaignCode
------------------------------------------------*/
.campaignCode {
  text-align: center;
  margin-bottom: 3rem;
}
.campaignCode span {
  font-size: 2rem;
}
/* footer
------------------------------------------------*/
footer {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  max-width: 750px;
}
footer .cp {
  background-color: #efefef;
  text-align: center;
  padding: 3.2rem 0 3.2rem;
}
/* btn
------------------------------------------------*/
.btn {
  position: relative;
  width: 340px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.btn.disable::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .3);
  border-radius: 46px;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  transition: .3s;
  text-decoration: none;
  border-radius: 4rem;
}
#cpn-main .link_ahamo {
  margin-bottom: 27px;
}
#cpn-main .link_ahamo a {
  background-color: var(--color_black);
  font-size: 2.2rem;
  border: unset;
  box-shadow: none;
  color: #fff;
}
#cpn-main .docomo,#cpn-main .link_ahamo2 {
  width: 100%;
  height: 95px;
}
#cpn-main .link_ahamo2 {
  margin-bottom: 0;
}
#cpn-main .docomo {
  margin-top: 27px;
}
#cpn-main .docomo a,#cpn-main .link_ahamo2 a {
  border-radius: 5.5rem;
  line-height: 1.4;
}
#cpn-main .docomo a span {
  font-weight: bold;
}
#cpn-main .docomo a span>span {
  font-size: 2.3rem;
}
#cpn-main .docomo a {
  background-color: #cc0033;
  font-size: 1.8rem;
}
#cpn-main .docomo a::before,#cpn-main .link_ahamo2 a::before {
  background-image: url("/special/honolulumarathon2025/assets/images/ic_link_double.svg");
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 2.4rem;
  }
  .btn a span::after {
    right: 3.5rem;
    top: calc(50% - 2px);
    border-width: .3rem 0 .3rem .4rem;
  }
  .btn a span::before {
    right: 2.2rem;
    top: calc(50% - .8rem);
    width: 1.6rem;
    height: 1.6rem;
  }
  #cpn-main .link_ahamo a {
    font-size: 1.8rem;
  }
  #cpn-main .btn.entryBtn {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 425px) {
  .btn a {
    font-size: 2.2rem;
  }
  .link_ahamo a span::after, .link_docomo a span::after {
    width: .4rem;
    height: .4rem;
    right: 2.8rem;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 300px;
    height: 58px;
  }
  #cpn-main .docomo,#cpn-main .link_ahamo2 {
    height: 85px;
  }
}
@media screen and (max-width: 425px) {
  .btn {
    width: 256px;
    height: 50px;
  }
  .btn a span::after {
    top: calc(50% - 2px);
  }
  #cpn-main .docomo,#cpn-main .link_ahamo2 {
    height: 70px;
  }
  .link_ahamo a::before, .link_docomo a::before {
    right: 2rem;
  }
  #cpn-main .docomo a,#cpn-main .link_ahamo2 a {
    font-size: 2rem;
  }
}
/* entry_wrap
------------------------------------------------*/
.entry_wrap .entryBtn {
  width: 38rem;
  height: 8rem;
  margin: 2.5rem auto 3rem;
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  border-radius: 10rem;
  border-radius: 20rem;
  letter-spacing: .06em;
  background: linear-gradient(90deg,rgba(19, 19, 155, 1) 0%, rgba(34, 66, 143, 1) 50%, rgba(35, 158, 140, 1) 100%);
  color: #fff!important;
}
.entry_wrap .entryBtn.disable::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .3);
  border-radius: 58px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .entry_wrap {
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: .7;
  }
  .entry_wrap .entryBtn a:hover {
    cursor: pointer;
    opacity: 1;
  }
  .entry_wrap .entryBtn a:hover::after {
    opacity: .2;
  }
}
/* bg_contens
------------------------------------------------*/
.bg_contents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
}
.bg_contents .benefits {
  max-width: 75%;
  margin: 20vh auto 0;
  position: relative;
  padding: 4% 5%;
  background-color: #fff;
  border-radius: 2vw;
  box-shadow: 0px .8rem 0px var(--color_navy_bg);
}
.benefits .indMark {
  padding: 2vh .3vw 1vh;
  border-bottom: 2px solid rgba(175, 175, 175, .5);
}
.benefits .indMark>li {
  font-size: .5vw;
  text-align: left;
}
.bg_contents .bg_right_area {
  position: fixed;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
  top: 0;
  right: 0;
  margin: 5vh auto 0;
}
.bg_right_area span {
  font-weight: bold;
  font-size: 1.5vw;
}
.entry_sub_tx>span {
  display: block;
  margin-bottom: 1.1vw;
  font-size: 1.2vw;
  font-weight: bold;
  line-height: 1.35;
}
.entry_sub_tx>span>span {
  font-size: 1.6vw;
}
.cdt_num {
  display: inline-block;
  color: var(--color_navy_bg);
  font-weight: bold;
  background: #fff;
  border-radius: 8px;
  font-size: 1.8vw;
  min-width: 2.6vw;
  padding: 0;
  border: 0.2vw solid var(--color_navy_bg);
  margin: 0 0.4vw;
}
#bg_right_area .entry_wrap a {
  color: #fff;
}
#bg_right_area .entryBtnLarge a::before {
  width: 1.5vw;
  height: 1.5vw;
  right: 7%;
}
#bg_right_area .entryBtnLarge a::after {
  width: 20vw;
  height: 4.5vw;
}
#bg_right_area .entryBtn {
  width: 20vw;
  height: 4.5vw;
  font-size: 1.6vw;
}
.bg_right {
  width: 22vw;
  background-color: #fff;
  box-shadow: 0px .8rem 0px var(--color_navy_bg);
  border-radius: 2vw;
  margin: 16vh auto 0;
  padding: 2.8vw 0 .5vw;
  position: relative;
}
.bg_right::after,.bg_right::before {
  content: "";
  width: 7vw;
  height: 7vw;
  position: absolute;
}
.bg_right::after {
  background: url("/special/honolulumarathon2025/assets/images/bg_r_after.svg") no-repeat center/contain;
  top: -3vw;
  right: -3vw;
}
.bg_right::before {
  background: url("/special/honolulumarathon2025/assets/images/bg_r_before.svg") no-repeat center/contain;
  bottom: -3vw;
  left: -3vw;
}
.qr_inner {
  width: 15vw;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 1vw auto 0;
}
.qr_inner p {
  font-size: 1vw;
  font-weight: bold;
}
.qr_inner img {
  width: 80%;
}
@media screen and (max-width: 1500px) {
  .benefits .indMark>li {
    font-size: .45vw;
  }
  .bg_right {
    padding: 2.4vw 0 .3vw;
  }
  .bg_right_inner {
    padding: 10% 10%;
  }
  .qr_inner img {
    width: 55%;
  }
  .qr_inner {
    width: 17.5vw;
  }
  .entry_sub_tx>span>span {
    font-size: 2vw;
  }
  #bg_right_area .entryBtnLarge a::before {
    right: 16px;
  }
}
@media screen and (max-width: 1315px) {
  .benefits .indMark>li {
    font-size: .4vw;
  }
  .bg_right {
    padding: 2vw 0 .1vw;
    margin-top: 20vh;
  }
  #bg_right_area .entry_wrap {
    margin-top: -1vw;
  }
  .bg_right::before,.bg_right::after {
    width: 6vw;
    height: 6vw;
  }
  .bg_right::before {
    bottom: -2.5vw;
    left: -2vw;
  }
  .bg_right::after {
    top: -2.5vw;
    right: -2vw;
  }
}
@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}
.bg_contents .bg_contents_inner {
  max-width: 96%;
  margin: 8rem auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .bg_contents {
    display: none;
  }
}
/* h2_decoration
------------------------------------------------*/
.h2_decoration {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.h2_decoration::before,.h2_decoration::after {
  position: absolute;
  top: .7rem;
  content: "";
  display: block;
  min-width: 50px;
  width: 4.5rem;
  height: 4.5rem;
  background: url("/special/honolulumarathon2025/assets/images/h2_decoration.svg") no-repeat center/auto 3.8rem;
  vertical-align: baseline;
}
.h2_decoration::after {
  transform: scaleX(-1);
  right: 9rem;
}
.h2_decoration::before {
  left: 9rem;
}
/* conditions
------------------------------------------------*/
.conditions {
  background-color: #efe2d0;
  padding-top: 3rem;
}
.conditions_wrap {
  background-color: var(--color_ivory);
  padding: 20px 4rem 30px;
  border-radius: .8rem;
  position: relative;
}
.conditions_wrap + .conditions_wrap {
  margin-top: 35px;
}
.conditions_wrap h3 {
  text-align: left;
  width: 7rem;
  margin-left: -2rem;
  margin-top: .8rem;
}
.conditions_wrap p {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.7;
}
.conditions_wrap p span {
  font-weight: bold;
  color: #003296;
}
.conditions_wrap picture {
  width: 65%;
  margin: 20px auto;
}
.conditions01 picture {
  width: 100%;
  margin-top: 40px;
}
.conditions02 picture {
  width: 85%;
}
.conditions_date picture {
  width: 100%;
  margin: 0;
}
.conditions_date {
  position: absolute;
  top: .8rem;
  right: 1rem;
  content: "";
  width: 18%;
}
@media screen and (max-width: 768px) {
  .conditions {
    padding: 3rem 2rem;
    margin-bottom: 35px;
  }
  .conditions_wrap {
    padding: 20px 3.2vw 30px;
  }
  .conditions_wrap + .conditions_wrap {
    margin-top: 25px;
  }
  .conditions_wrap h3 {
    width: 8rem;
    margin-left: 0;
  }
  .conditions_wrap p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .conditions_wrap p {
    font-size: 3.7vw;
  }
}

/*追従
------------------------------------------------*/

#follow {
  position: fixed;
  bottom: 0;
  left: 0;
  max-width: 500px;
  z-index: 10;
  background: rgba(255, 255, 255, .5);
  margin: auto;
  padding: 2rem 0;
  right: 0;
}
#follow a {max-width: 370px;font-size: 2.6rem;}
#follow .entryBtn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #follow {
    padding: 1.4rem 0;
  }
  #follow .btn.disable a {
    font-size: 2rem;
    color: #fff;
  }
  #follow .entry_wrap {
    margin-bottom: 0;
  }
}
