@charset "utf-8";
/*-- reset --*/
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight: normal;
  font-size: inherit;
}
ul, ol {
  margin: 0;
  padding-left: 0;
}
ul li, ol li {
  margin-left: 0;
  list-style-type: none;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
a img {
  border: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
img {
  line-height: 1;
}
hr {
  border: none;
  margin: 0;
  padding: 0;
}
button {
  line-height: inherit;
  margin: 0px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  border: none;
  -webkit-border-image: none;
  border-image: none;
  resize: none;
}
table {
  border-collapse: collapse;
  border: 0px;
}
html {
  overflow-x: hidden;
  width: 100%;
  line-height: 2;
}
body {
  position: relative;
  color: #333;
  background: #fff;
  font-family: "Roboto", "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  letter-spacing: .05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  vertical-align: top;
}
/*==========================================*/
/*PC & ALL*/
/*==========================================*/
body, td, th {
  font-size: 18px;
  line-height: 1.4;
}
.main a {
  color: #e4002b;
}
.mv-block {
  width: 1040px;
  margin: 0 auto;
  color: #e4002b;
  position: relative;
}
.mv-h1 {
  position: relative;
}
.mv-h1::before {
  content: "";
  position: absolute;
  width: 158px;
  height: 158px;
  top:56px;
  right: 30px;
  background: url("/cp/202507-hikewpie-mission/assets/img/mv_deco.png") no-repeat center center /contain;
}

.mv-txt {
  position: absolute;
  width: fit-content;
  top: 335px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 25px;
  font-weight: bold;
  color: #333333;
}
.mv-txt::before, .mv-txt::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  /*background: #e4002b; 締め切りと同じ赤*/
  background: #333333;
  border-radius: 2px;
}
.mv-txt::before {
  left: -.8em;
  transform: rotate(-30deg);
}
.mv-txt::after {
  right: -.8em;
  transform: rotate(30deg);
}
.mv-date {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  font-size: 27px;
  letter-spacing: .1em;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 20px;
  color: #333333;
}
.mv-date-txt1 .value {
  font-size: 40px;
}
.lead {
  width: 1040px;
  margin: 70px auto 0;
  font-size: 20px;
  line-height: 1.5;
}
#requirements {
  width: 1040px;
  margin: 60px auto 0;
}
.requirements-ttl {
  height: 72px;
  font-size: 32px;
  color: #fff;
  background: #54C3F1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.requirements-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap
}
.requirements-list-dt {
  width: 350px;
  padding: 35px 0 35px 30px;
  color: #54C3F1;
  font-weight: bold;
}
.requirements-list-dd {
  width: 690px;
  padding: 35px 20px 35px 0;
}
.requirements-list-dt:nth-of-type(even), .requirements-list-dd:nth-of-type(even) {
  background: rgba(170, 170, 170, .1);
}
.requirements-list-note-txt {
  text-indent: -1em;
  padding-left: 1em;
}
.requirements-list-link-txt a {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}
.requirements-list-link-txt a::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 1;
  border-right: 1px solid #e4002b;
  border-bottom: 1px solid #e4002b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .requirements-list-link-txt a::before {
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
}
.requirements-list-dd li {
  position: relative;
}
.requirements-list-dd li::before {
  position: absolute;
}
.requirements-list-inner-list-itm::before {
  content: "●";
  top: .4em;
  left: -1.3em;
  font-size: .7em;
}
.requirements-list-inner-list-itm-list-itm {
  margin-left: 1em;
}
.requirements-list-inner-list-itm-list-itm::before {
  content: "・";
  left: -1em;
}
a[data-gtm="tocomlink"]::after {
  content: "";
  display: inline-block;
  width: .8em;
  height: .8em;
  margin-left: .2em;
  margin-right: .2em;
  background: url("/cp/202507-hikewpie-mission/assets/img/icon-window.svg") no-repeat center center / contain;
}
strong.bg-y {
  margin: 0 .2em;
  padding: 0 .2em;
  background: rgba(255, 255, 0, .4);
}
@media screen and (min-width: 769px), print {
  .main a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .u-none--pc {
    display: none !important;
  }
  .u-align-c--pc {
    text-align: center !important;
  }
}
/*==========================================*/
/*SP*/
/*==========================================*/
@media screen and (max-width: 768px) {
  body, td, th {
    font-size: 4.26667vw;
  }
  .mv-block {
    width: 100vw;
  }
  .mv-h1::before {
    width: 22.8vw;
    height: 22.8vw;
    top:  48.366667vw;
    right: 3.933333333vw;
    margin: auto;
  }
  .mv-txt {
    top: 74.9vw;
    font-size: 3.3333333vw;
  }
  .mv-txt::before, .mv-txt::after {
    width: 0.33333vw;
    height: 5.4vw;
    border-radius: 0.33333vw;
  }
  .mv-date {
    bottom: 2.33333vw;
    font-size: 4.8vw;
    line-height: 1.3;
    display: block;
    text-align: center;
  }
  .mv-date-txt1 .value {
    font-size: 7.2vw;
  }
  .mv-date-txt2 {
    font-size: 3.86666667vw;
  }
  .lead {
    width: 90vw;
    margin: 8vw auto 0;
    font-size: 4.26667vw;
    line-height: 1.4;
  }
  #requirements {
    width: 100vw;
    margin: 8vw auto 0;
  }
  .requirements-ttl {
    height: 16vw;
    font-size: 6.4vw;
  }
  .requirements-list {
    margin-top: 0;
    display: block;
  }
  .requirements-list-dt {
    width: 100vw;
    padding: 8vw 5vw 2vw;
  }
  .requirements-list-dd {
    width: 100vw;
    padding: 2vw 5vw 8vw;
  }
  .requirements-list-inner-list-itm {
    margin-left: 1em;
  }
  .u-none--sp {
    display: none !important;
  }
  .requirements-list-link-txt a::before {
    top: 50%;
    width: 1.2vw;
    height: 1.2vw;
    margin-top: -0.53333vw;
  }  
}
.btn_area * {
  letter-spacing: 0 !important;
}
.btn_area {
  width: 427px;
  margin: 20px auto 50px;
  text-align: right;
}
.btn_area .btn {
  padding-top: 30px;
}
.btn_area .btn a {
  width: 427px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  background: #e4002b;
  border-radius: 31px;
  position: relative;
  text-decoration: none;
}
.btn_area .btn a::after {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  background: url("/cp/202507-hikewpie-mission/assets/img/icon_arrow_wh.svg") no-repeat;
  background-size: contain;
}
.btn_area .txt {
  margin-top: 30px;
  font-size: 15px;
}
.btn_area .txt + .txt {
  margin-top: 12px;
}
.btn_area .txt a {
  padding-right: 30px;
  color: #e4002b;
  text-decoration: none;
  position: relative;
}
.btn_area .txt a::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  background: url("/cp/202507-hikewpie-mission/assets/img/icon_arrow_red.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .btn_area .btn a:hover {
    background: rgba(228, 0, 43, 0.8);
  }
  .btn_area .btn a:hover::after {
    animation: link_allow 0.6s;
    animation-timing-function: ease-in-out;
  }
  .btn_area .txt a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .btn_area {
    width: 84vw;
    margin: 5.33333vw auto 10vw;
  }
  .btn_area .btn {
    padding-top: 5.33333vw;
  }
  .btn_area .btn a {
    width: 84vw;
    height: 10.93333vw;
    font-size: 3.73333vw;
    border-radius: 5.33333vw;
  }
  .btn_area .btn a::after {
    width: 1.6vw;
    height: 2.66667vw;
    right: 4vw;
  }
  .btn_area .txt {
    margin-top: 6.4vw;
    font-size: 3.73333vw;
  }
  .btn_area .txt + .txt {
    margin-top: 2.4vw;
  }
  .btn_area .txt a {
    padding-right: 8vw;
  }
  .btn_area .txt a::after {
    width: 1.6vw;
    height: 2.66667vw;
    right: 3.2vw;
  }
}
@keyframes link_allow{0%{transform:translateX(0em);}60%{transform:translateX(0.2em);}100%{transform:translateX(0em);}}
/* キャンペーン終了 */
@media screen and (min-width: 769px) {
  #campaign_end {
    width: 960px;
    border: 4px solid #ccc;
    padding: 40px 0;
    margin: 20px auto;
    text-align: center;
    font-size: 24px;
    color: #ff0000;
    font-weight: bold;
  }
  #campaign_end br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #campaign_end {
    border: 1vw solid #ccc;
    padding: 4vw;
    margin: 4vw;
    text-align: center;
    font-size: 5.6vw;
    color: #ff0000;
    font-weight: bold;
  }
}
.red {
  color: #ff0000;
}