@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ BASE
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 830px) {
  body {
    　position: relative;
    overflow-x: hidden;
  }
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*====================================================================================
BreakPoint
====================================================================================*/
@media screen and (max-width: 830px) {
  .pc {
    display: none !important;
  }
}

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

/*====================================================================================
Font
====================================================================================*/
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  word-wrap: break-word;
  color: #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  list-style-type: none;
}

html:root {
  background-color: #103803;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ header
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.pageThumbGuerrilla {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 124px;
  padding: 5px 0;
  overflow: hidden;
}

.pageThumbGuerrilla:before, .pageThumbGuerrilla:after {
  position: absolute;
  width: 100%;
  height: 5px;
  background-image: url(https://site.weathernews.jp/app/sora_mission/guerrilla/img/mv_guerrilla_line.png);
  background-size: 60px 5px;
  content: "";
}

.pageThumbGuerrilla:before {
  top: 0px;
}

.pageThumbGuerrilla:after {
  bottom: 0px;
}

.pageThumbGuerrilla__title {
  text-align: center;
}

.pageThumbGuerrilla__title img {
  width: 90%;
}

.pageThumbGuerrilla__bg {
  -webkit-transform: translateX(-50%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  overflow: hidden;
  transform: translateX(-50%);
}

.pageThumbGuerrilla__bg img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ main
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#main {
  padding: 20px 15px;
}

#main > *:not(:last-child) {
  margin-bottom: 20px;
}

.block > *:not(:last-child) {
  margin-bottom: 20px;
}

.block.line {
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 8px;
}

.box > *:not(:last-child) {
  margin-bottom: 10px;
}

/*====================================================================================
タイトル
====================================================================================*/
.title02 {
  font-size: 17px;
  font-weight: bold;
}

/*====================================================================================
Image
====================================================================================*/
.image img {
  width: 100%;
}

/*====================================================================================
マップ
====================================================================================*/
.mapImage {
  width: 100%;
}

/*====================================================================================
ボタン
====================================================================================*/
.button01 > * {
  display: block;
  position: relative;
  padding: 10px;
  border: 1px solid #a2f7df;
  border-radius: 8px;
  background-color: #0fad80;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.button01 > *:before, .button01 > *:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
}

.button01 > *:before {
  right: 15px;
}

.button01 > *:after {
  right: 25px;
}

.buttonList > *:not(:last-child) {
  margin-bottom: 2px;
}

.button02 > * {
  display: block;
  position: relative;
  padding: 10px;
  border: 1px solid #347420;
  border-radius: 8px;
  background-color: #1d3c2b;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.button02 > * .icon {
  width: 40px;
  margin-right: 10px;
}

.button02 > * .text {
  line-height: 1em;
  vertical-align: middle;
}

.button02 > *:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 3px solid #ffff69;
  border-bottom: 3px solid #ffff69;
  content: "";
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ ソラミッション
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.column {
  display: table;
  width: 100%;
}

.column.white {
  padding: 5px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.12);
}

.column__item {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}

.innerBox__title {
  font-size: 17px;
  font-weight: bold;
}

/*------------------------------------------
トグルボタン
------------------------------------------*/
.column__item.toggleBtn {
  width: 40px;
  line-height: 1em;
}

.toggleBtn__input {
  -webkit-box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  z-index: 1;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  border: none;
  font-size: inherit;
  cursor: pointer;
}

.toggleBtn__label {
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 0 #13bf11, 0 0 0 0.2rem #ddd;
  -webkit-transition: .25s ease-in-out;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border-radius: 1.5em;
  background: #fff;
  box-shadow: inset 0 0 0 0 #13bf11, 0 0 0 0.2rem #ddd;
  cursor: pointer;
  transition: .25s ease-in-out;
}

.toggleBtn__label:before {
  -webkit-box-shadow: 0 0.175em 0.175em rgba(0, 0, 0, 0.2), 0 0 0 0.2rem #ddd;
  -webkit-transition: .25s ease-in-out;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 1.5em;
  background: #fff;
  box-shadow: 0 0.175em 0.175em rgba(0, 0, 0, 0.2), 0 0 0 0.2rem #ddd;
  content: "";
  transition: .25s ease-in-out;
}

.toggleBtn__input:checked + .toggleBtn__label {
  -webkit-box-shadow: inset 0 0 0 1.5em #13bf11, 0 0 0 0.2rem #13bf11;
  box-shadow: inset 0 0 0 1.5em #13bf11, 0 0 0 0.2rem #13bf11;
}

.toggleBtn__input:checked + .toggleBtn__label:before {
  -webkit-transform: translateX(2rem);
  -webkit-box-shadow: 0 0 0 0.2rem transparent, 0 0.175em 0.175em rgba(0, 0, 0, 0.3);
  transform: translateX(2rem);
  box-shadow: 0 0 0 0.2rem transparent, 0 0.175em 0.175em rgba(0, 0, 0, 0.3);
}

/*====================================================================================
ミッションボックス
====================================================================================*/
.missionBox {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
  padding: 15px 10px;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
}

/*====================================================================================
参加者
====================================================================================*/
.missionPoint {
  display: table;
  margin: 10px auto 0;
  table-layout: fixed;
}

.missionPoint * {
  color: #333;
  font-weight: 600;
}

.missionPoint__item {
  display: table-row;
}

.missionPoint__item > * {
  display: table-cell;
}

.missionPoint__title {
  text-align: left;
}

.missionPoint__text:before {
  margin: 0 5px;
  content: ":";
}

.missionPoint__title:empty + .missionPoint__text:before {
  display: none;
}

/*====================================================================================
ボタン
====================================================================================*/
.btn01 {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: .25s;
  display: table;
  width: 100%;
  min-height: 58px;
  border-radius: 4px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  transition: .25s;
}

.btn01 a {
  display: table-cell;
  position: relative;
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
}

.btn01 a:after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border: .35em solid transparent;
  border-right: none;
  border-left: .3em solid #fff;
  content: "";
}

.btn01 *[class*="small"] {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.btn01.orange {
  background-color: #FF7000;
}

.btn01.blue {
  background-color: #438FEC;
}

*[disabled="disabled"] {
  -webkit-transition: .25s;
  opacity: .5;
  transition: .25s;
}

/*====================================================================================
textLink
====================================================================================*/
.textLink {
  text-align: right;
}

.textLink > * {
  color: #559AF2;
  font-weight: 600;
  text-decoration: underline;
}

/*====================================================================================
red
====================================================================================*/
.notice01 {
  color: #F90000;
  font-size: 1.3rem;
  font-weight: 600;
}
