@charset "UTF-8";
.owModal {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
  overflow-y: scroll;
}

.owModal__bg {
  height: 100%;
  position: absolute;
  width: 100%;
}

.owModal__content.mov {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

@media (max-width: 1240px) {
  .owModal__content {
    width: 100%;
  }
}
.ico-close {
  position: fixed;
  top: 2%;
  right: 2%;
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.js-owModal-close {
  cursor: pointer;
}

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border: 1px solid #fff;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #fff;
}

.youtube-wrap {
  text-align: center;
  padding: 0 5%;
  min-width: 1080px;
  max-width: 1200px;
  margin: 0 auto;
}

.youtube-wrap h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 1em;
}

.youtube-wrap p {
  color: #fff;
  font-size: 13px;
  padding-top: 2em;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .ico-close {
    width: 20px;
    height: 20px;
  }
  .ico-close img {
    width: 20px;
    height: auto;
  }
  .owModal__content {
    width: 100%;
    max-height: 100%;
  }
  .youtube-wrap {
    text-align: center;
    padding: 0 0;
    min-width: 100%;
  }
  .youtube-wrap p {
    padding: 1.5em 5%;
  }
}
.owModal-btn {
  width: 350px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

.owModal-btn a {
  font-size: 16px;
  background: #EA7B1C;
  color: #fff;
  height: 60px;
  width: 350px;
  border-radius: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .owModal-btn {
    width: 90%;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .owModal-btn a {
    font-size: 14px;
    background: #EA7B1C;
    color: #fff;
    height: 45px;
    width: 100%;
    padding-left: 2em;
    border-radius: 50px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@font-face {
  font-family: "mmc";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/MMC-Regular.woff2") format("woff2"), url("../fonts/MMC-Regular.woff") format("woff"), url("../fonts/MMC-Regular.eot") format("eot");
}
@font-face {
  font-family: "mmc";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/MMC-Medium.woff2") format("woff2"), url("../fonts/MMC-Medium.woff") format("woff"), url("../fonts/MMC-Medium.eot") format("eot");
}
@font-face {
  font-family: "mmc";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/MMC-Bold.woff2") format("woff2"), url("../fonts/MMC-Bold.woff") format("woff"), url("../fonts/MMC-Bold.eot") format("eot");
}
body.fixed {
  height: 100%;
  overflow: hidden;
  position: relative;
}

#outdoorworldWrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #000;
  font-family: "mmc", "Noto Sans Japanese", sans-serif !important;
  font-weight: 400;
  line-height: 1.5;
}
#outdoorworldWrapper p {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-weight: 500;
}
#outdoorworldWrapper .topic01 {
  color: #1d8c32;
  background: #e4efe3;
  border-color: #1d8c32;
}
#outdoorworldWrapper .topic02 {
  color: #418fab;
  background: #dff0f6;
  border-color: #418fab;
}
#outdoorworldWrapper .topic03 {
  color: #f38657;
  background: #fff1eb;
  border-color: #f38657;
}

#outdoorworldWrapper img {
  max-width: 100%;
  height: auto;
}

.owRecommend {
  background: #393939;
  padding-top: 3.5%;
  border-top: 4px solid #000;
}

.owRecommendList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.owRecommendList li {
  width: 23%;
}
.owRecommendList li a {
  -webkit-transition: all ease 0.4;
  transition: all ease 0.4;
  opacity: 1;
}
.owRecommendList li a:hover {
  opacity: 0.8;
}

.owRecommendHead {
  text-align: center;
  color: #fff;
}

.owRecommendHead h3 {
  font-size: 42px;
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
  display: inline-block;
  font-weight: bolder;
}

.owRecommendHead h3 span {
  border-bottom: 1px solid #fff;
  display: inline-block;
}

.owRecommendHead h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 30px 0 50px;
}

.familycamp-read-txt {
  text-align: center;
  padding: 2em 0 2em;
}

.familycamp-read-txt.lvl2 {
  text-align: center;
  padding: 4em 0 2em;
}

@media (max-width: 768px) {
  .owRecommendHead h3 {
    font-size: 28px;
  }
  .owRecommendHead h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0 40px;
  }
  .familycamp-read-txt {
    text-align: left;
    padding: 2em 5% 2em;
    font-size: 14px;
  }
  .familycamp-read-txt.lvl2 {
    text-align: center;
    padding: 3em 5% 1em;
  }
}
.owBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 122px;
}
.owBanner li a {
  -webkit-transition: all ease 0.4;
  transition: all ease 0.4;
  opacity: 1;
}
.owBanner li a:hover {
  opacity: 0.8;
}

.nav-list a {
  display: block;
}

.jsAccDetail {
  display: none;
}

.swiper-pagination {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  padding-right: 1em;
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #1d8c32;
}

@media only screen and (max-width:768px) {
  .cSP {
    display: inline-block;
  }
  .cPC {
    display: none;
  }
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
    padding-right: 6px;
  }
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .owRecommendList li {
    width: 48.5%;
    margin-bottom: 3%;
  }
  #outdoorworldWrapper {
    position: relative;
    background: #111 url("../img/bg_sp.png") right center/100% auto repeat;
    font-size: 12px;
    text-align: center;
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 500;
    /*============================
    #navi
    ============================*/
    /*============================
    #activity
    ============================*/
    /*============================
    #spot
    ============================*/
    /*============================
    #food
    ============================*/
  }
  #outdoorworldWrapper .hero {
    position: relative;
    width: 100%;
  }
  #outdoorworldWrapper .hero img {
    width: 100%;
  }
  #outdoorworldWrapper .heroText {
    pointer-events: none;
    position: relative;
    z-index: 10;
    margin-top: -30px;
    background: url(../img/hero_text_bg_sp.png) center top/100% auto no-repeat;
    font-size: 12px;
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 1.8;
    text-align: center;
  }
  #outdoorworldWrapper .heroText img {
    width: 100%;
  }
  #outdoorworldWrapper .heroText h1 {
    width: 72.8%;
    padding-top: 15px;
    padding-bottom: 10px;
    margin: 0 auto;
  }
  #outdoorworldWrapper .heroText .scrollIco {
    width: 100%;
  }
  #outdoorworldWrapper .heroText figure {
    position: absolute;
    right: 3%;
    top: 42%;
    width: 19.3333333333%;
  }
  #outdoorworldWrapper .heroText .ico {
    width: 28.2666666667%;
    padding-top: 10px;
    padding-bottom: 24px;
    margin: 0 auto;
  }
  #outdoorworldWrapper .owSection {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  #outdoorworldWrapper .owSection img {
    width: 100%;
  }
  #outdoorworldWrapper .owInner {
    width: 89.3333333333%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #outdoorworldWrapper .owBanner {
    padding-bottom: 0;
    margin-bottom: 24px;
  }
  #outdoorworldWrapper .movie {
    background: #f6f1eb;
    background: #f6f1eb url("../img/movie_bg_sp.png") center calc(100% + 2px)/100% auto no-repeat;
    padding: 58.5px 0 23px;
  }
  #outdoorworldWrapper .movie h2 {
    width: 89.3333333333%;
    margin: 0 auto;
  }
  #outdoorworldWrapper .movie p {
    text-align: center;
    margin: 15px 17px;
    line-height: 1.8;
  }
  #outdoorworldWrapper .movie li {
    position: relative;
    width: 79.7333333333%;
    margin: 0 auto;
  }
  #outdoorworldWrapper .movie li .icon {
    position: absolute;
    left: 44.4816053512%;
    top: 71.4705882353%;
    width: 10.5351170569%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #outdoorworldWrapper .movie li:hover {
    -webkit-filter: brightness(95%);
    filter: brightness(95%);
  }
  #outdoorworldWrapper .movie li:hover .icon {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  #outdoorworldWrapper .movie .illlust {
    width: 99.8666666667%;
    margin: -14.9333333333% auto 0;
    pointer-events: none;
  }
  #outdoorworldWrapper .navi h2 {
    width: 68%;
    margin: 0 auto;
  }
  #outdoorworldWrapper .navi .navList {
    width: 87.2%;
    margin: 20px auto 24px;
  }
  #outdoorworldWrapper .navi .navList li {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
  }
  #outdoorworldWrapper .navi .navList li a {
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 12px 15.5px 15px 15.5px;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #outdoorworldWrapper .navi .navList li a .textArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.4;
    text-align: left;
  }
  #outdoorworldWrapper .navi .navList li a .textArea img {
    width: 30px;
    margin-right: 9px;
  }
  #outdoorworldWrapper .navi .navList li a .text01 {
    font-size: 10.5px;
  }
  #outdoorworldWrapper .navi .navList li a .text02 {
    font-size: 14px;
  }
  #outdoorworldWrapper .navi .navList li a .icon {
    width: 16.5px;
    height: 16.5px;
  }
  #outdoorworldWrapper .navi .navList li a:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
  }
  #outdoorworldWrapper .owReport .owInner {
    position: relative;
    z-index: 1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    margin-bottom: 25px;
    padding: 39px 0;
    -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 700;
  }
  #outdoorworldWrapper .owReport h3 {
    margin: 0 auto;
  }
  #outdoorworldWrapper .owReport .voiceList {
    line-height: 1.8;
  }
  #outdoorworldWrapper .owReport .voiceList dt {
    line-height: 1.8;
    font-size: 18px;
  }
  #outdoorworldWrapper .owReport .voiceList dd {
    line-height: 1.8;
    color: #111;
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 700;
  }
  #outdoorworldWrapper .owReport .voiceList dd p {
    line-height: 1.8;
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 700;
  }
  #outdoorworldWrapper #activity h3 {
    width: 89.7014925373%;
    margin-bottom: 30px;
  }
  #outdoorworldWrapper #activity .voiceList .voiceItem {
    position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  #outdoorworldWrapper #activity .voiceList dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  #outdoorworldWrapper #activity .voiceItem.item01 img {
    position: relative;
    z-index: 1;
    margin-left: 0.8955223881%;
    width: 89.2537313433%;
  }
  #outdoorworldWrapper #activity .voiceItem.item01 dl {
    margin-top: -29.8507462687%;
    margin-left: 29.1044776119%;
    width: 46.2686567164%;
    padding-top: 36.8656716418%;
    background: url("../img/activity_bg_01_sp.png") center top/100% 100% no-repeat;
  }
  #outdoorworldWrapper #activity .voiceItem.item01 dl dt {
    margin-top: -74.6268656716%;
  }
  #outdoorworldWrapper #activity .voiceItem.item02 img {
    margin-left: 8.6567164179%;
    width: 51.3432835821%;
  }
  #outdoorworldWrapper #activity .voiceItem.item02 dl {
    position: relative;
    z-index: 1;
    margin-top: -33.1343283582%;
    margin-left: 52.9850746269%;
    width: 41.3432835821%;
    padding-top: 35.5223880597%;
    background: url("../img/activity_bg_02_sp.png") center top/100% 100% no-repeat;
  }
  #outdoorworldWrapper #activity .voiceItem.item02 dl dt {
    margin-top: -89.552238806%;
  }
  #outdoorworldWrapper #activity .voiceItem.item02 dl dd {
    padding-left: 7.4626865672%;
  }
  #outdoorworldWrapper #activity .img01 {
    width: 68.2089552239%;
    margin: 5.5223880597% 0 6.8656716418% 14.6268656716%;
  }
  #outdoorworldWrapper #activity .voiceItem.item03 img {
    width: 76.5671641791%;
    margin-left: 11.7910447761%;
  }
  #outdoorworldWrapper #activity .voiceItem.item03 dl {
    margin-top: -13.7313432836%;
    margin-left: 23.1343283582%;
    width: 70%;
    padding-top: 46.4179104478%;
    background: url("../img/activity_bg_03_sp.png") center top/100% 100% no-repeat;
  }
  #outdoorworldWrapper #activity .voiceItem.item03 dl dt {
    margin-top: -70.1492537313%;
  }
  #outdoorworldWrapper #activity .voiceItem.item04 img {
    width: 49.7014925373%;
    margin-left: 16.5671641791%;
  }
  #outdoorworldWrapper #activity .voiceItem.item04 dl {
    margin-top: -3.2835820896%;
    margin-left: 8.2089552239%;
    width: 68.9552238806%;
    padding-top: 45.223880597%;
    background: url("../img/activity_bg_04_sp.png") center top/100% 100% no-repeat;
  }
  #outdoorworldWrapper #activity .voiceItem.item04 dl dt {
    margin-top: -65.671641791%;
  }
  #outdoorworldWrapper #activity .others {
    padding: 35px 12px 0 12px;
  }
  #outdoorworldWrapper #activity .othersTitle.jsAccTitle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #1d8c32;
    border-bottom: 2px solid #1d8c32;
    -webkit-transition: border-bottom-color 0.1s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: border-bottom-color 0.1s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #fff;
    padding: 12px 15px 12px 0;
    height: auto;
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    /* そのうち1本を縦にする */
  }
  #outdoorworldWrapper #activity .othersTitle.jsAccTitle::before, #outdoorworldWrapper #activity .othersTitle.jsAccTitle::after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #1d8c32;
    right: 10px;
    top: 50%;
    width: 15px;
    height: 2px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #outdoorworldWrapper #activity .othersTitle.jsAccTitle::before {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
  }
  #outdoorworldWrapper #activity .othersTitle.jsAccTitle.active {
    border-bottom-color: transparent;
    -webkit-transition: none;
    transition: none;
  }
  #outdoorworldWrapper #activity .othersTitle.jsAccTitle.active::before {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
  }
  #outdoorworldWrapper #activity .jsAccDetail {
    border-bottom: 2px solid #1d8c32;
    background: #fff;
    color: #111;
    cursor: pointer;
  }
  #outdoorworldWrapper #activity .jsAccDetail .othersDetail {
    padding: 14px 20px 0 20px;
  }
  #outdoorworldWrapper #activity .jsAccDetail .othersList {
    width: 100%;
  }
  #outdoorworldWrapper #activity .jsAccDetail .othersList li {
    border-bottom: 1px solid #1d8c32;
    padding: 3px 0;
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
  }
  #outdoorworldWrapper #activity .jsAccDetail .othersClose {
    padding: 0 0 15px;
    font-size: 12px;
    color: #1d8c32;
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 700;
    cursor: pointer;
  }
  #outdoorworldWrapper #spot .owInner {
    background: #dff0f6;
  }
  #outdoorworldWrapper #spot h3 {
    width: 82.6865671642%;
  }
  #outdoorworldWrapper #spot .voiceList {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    width: 100%;
    background: url("../img/spot_bg_sp.png") center top/100% 100% no-repeat;
    padding-bottom: 48.5074626866%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem {
    width: 100%;
    height: auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  #outdoorworldWrapper #spot .voiceList .img01 {
    margin-bottom: 12.5px;
  }
  #outdoorworldWrapper #spot .voiceList span {
    border-bottom: #418fab 1px solid;
  }
  #outdoorworldWrapper #spot .voiceList dt {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 70.2985074627%;
    font-size: 15px;
  }
  #outdoorworldWrapper #spot .voiceList dd {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    z-index: 1;
    margin-bottom: -7.7611940299%;
    padding-bottom: -3.2835820896%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item01 {
    padding-top: 15.5223880597%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item01 dt {
    padding-left: 7.6119402985%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item01 dd {
    width: 71.3432835821%;
    padding-top: 33.5820895522%;
    margin-left: 7.6119402985%;
    background: url("../img/spot_bg_01_sp.png") center 50%/100% 100% no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item01 dd p {
    margin-top: -47.7611940299%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item02 {
    margin-top: 10.5970149254%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item02 dt {
    padding-left: 21.9402985075%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item02 dd {
    width: 74.776119403%;
    padding-top: 46.2686567164%;
    margin-left: 18.6567164179%;
    background: url("../img/spot_bg_02_sp.png") center 50%/100% 100% no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item02 dd p {
    margin-top: -62.6865671642%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item03 {
    margin-top: 8.8059701493%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item03 dt {
    padding-left: 8.2089552239%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item03 dd {
    width: 74.4776119403%;
    padding-top: 38.8059701493%;
    margin-left: 5.5223880597%;
    background: url("../img/spot_bg_03_sp.png") center 50%/100% 100% no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item03 dd p {
    margin-top: -58.2089552239%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item04 {
    margin-top: 9.4029850746%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item04 dt {
    padding-left: 22.6865671642%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item04 dd {
    width: 69.552238806%;
    padding-top: 38.5074626866%;
    margin-left: 21.4925373134%;
    background: url("../img/spot_bg_04_sp.png") center 50%/100% 100% no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item04 dd p {
    margin-top: -61.1940298507%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item05 {
    margin-top: 9.7014925373%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item05 dt {
    padding-left: 8.6567164179%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item05 dd {
    width: 61.9402985075%;
    padding-top: 34.776119403%;
    margin-left: 11.6417910448%;
    background: url("../img/spot_bg_05_sp.png") center 50%/100% 100% no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item05 dd p {
    margin-top: -61.1940298507%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item06 {
    margin-top: 10.7462686567%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item06 dt {
    padding-left: 22.9850746269%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item06 dd {
    width: 73.2835820896%;
    padding-top: 37.0149253731%;
    margin-left: 19.4029850746%;
    background: url("../img/spot_bg_06_sp.png") center 50%/100% 100% no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item06 dd p {
    margin-top: -56.7164179104%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item07 {
    margin-top: 10.2985074627%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item07 dt {
    padding-left: 8.9552238806%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item07 dd {
    width: 60%;
    margin-left: 14.9253731343%;
    padding-top: 34.0298507463%;
    background: url("../img/spot_bg_07_sp.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item07 dd p {
    margin-top: -62.6865671642%;
  }
  #outdoorworldWrapper #spot .othersTitle {
    margin: 0 0 22.5px;
    font-size: 17px;
  }
  #outdoorworldWrapper #spot .othersTitle .img01 {
    width: 65px;
    height: 32px;
    margin-bottom: 8px;
  }
  #outdoorworldWrapper #spot .voiceList.others {
    background: #dff0f6;
    text-align: center;
    padding-bottom: 0;
  }
  #outdoorworldWrapper #spot .voiceList.others dl {
    margin: 0 auto;
  }
  #outdoorworldWrapper #spot .voiceList.others dd {
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
  #outdoorworldWrapper #spot .voiceList.others dt {
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin-top: -9px;
    margin-bottom: 20.5px;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other01 dd {
    width: 72.8358208955%;
    padding-top: 30%;
    background: url("../img/other_bg_01_sp.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other01 dd p {
    margin-top: -49.2537313433%;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other02 dd {
    width: 73.1343283582%;
    padding-top: 28.8059701493%;
    background: url("../img/other_bg_02_sp.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other02 dd p {
    margin-top: -44.0298507463%;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other03 dd {
    width: 71.6417910448%;
    padding-top: 27.6119402985%;
    background: url("../img/other_bg_03_sp.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other03 dd p {
    margin-top: -41.7910447761%;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other03 dt {
    padding-right: 20px;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other04 dd {
    width: 77.7611940299%;
    padding-top: 28.2089552239%;
    background: url("../img/other_bg_04_sp.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other04 dd p {
    margin-top: -43.2835820896%;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other05 dd {
    width: 82.3880597015%;
    padding-top: 30.1492537313%;
    background: url("../img/other_bg_05_sp.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other05 dd p {
    margin-top: -43.2835820896%;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other06 dd {
    width: 72.2388059701%;
    padding-top: 30.447761194%;
    background: url("../img/other_bg_06_sp.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other06 dd p {
    margin-top: -49.2537313433%;
  }
  #outdoorworldWrapper #food h3 {
    width: 81.4925373134%;
    margin-bottom: 30px;
  }
  #outdoorworldWrapper #food .voiceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 39px;
    padding-top: 1em;
  }
  #outdoorworldWrapper #food .voiceList .voiceItem {
    position: relative;
  }
  #outdoorworldWrapper #food .voiceList dt span {
    display: block;
    font-size: 15px;
  }
  #outdoorworldWrapper #food .voiceList dd {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #outdoorworldWrapper #food .voiceList dd span {
    border-bottom: #f38657 1px solid;
  }
  #outdoorworldWrapper #food .voiceItem.item01 dt figure {
    margin-left: 6.4179104478%;
    width: 83.7313432836%;
  }
  #outdoorworldWrapper #food .voiceItem.item01 dt span {
    margin-left: -16.1194029851%;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  #outdoorworldWrapper #food .voiceItem.item01 dd {
    top: 50.985075%;
    left: 38.0597014925%;
    width: 51.7910447761%;
    padding-top: 24.776119403%;
    background: url("../img/food_bg_01_sp.png") center 50%/100% 100% no-repeat;
  }
  #outdoorworldWrapper #food .voiceItem.item01 dd p {
    margin-top: -47.7611940299%;
    margin-left: 7.4626865672%;
  }
  #outdoorworldWrapper #food .voiceItem.item02 {
    padding-top: 17.9104477612%;
  }
  #outdoorworldWrapper #food .voiceItem.item02 dt figure {
    margin-left: 14.1791044776%;
    width: 81.0447761194%;
  }
  #outdoorworldWrapper #food .voiceItem.item02 dt span {
    margin-left: 45.5223880597%;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  #outdoorworldWrapper #food .voiceItem.item02 dd {
    top: 12.0895522388%;
    left: 5.8208955224%;
    width: 48.9552238806%;
    padding-top: 27.6119402985%;
    background: url("../img/food_bg_02_sp.png") center 50%/100% 100% no-repeat;
  }
  #outdoorworldWrapper #food .voiceItem.item02 dd p {
    margin-top: -67.1641791045%;
  }
  #outdoorworldWrapper #food .voiceItem.item03 {
    margin-top: 2.9850746269%;
  }
  #outdoorworldWrapper #food .voiceItem.item03 dt figure {
    margin-left: 14.1791044776%;
    width: 65.223880597%;
  }
  #outdoorworldWrapper #food .voiceItem.item03 dd {
    top: 63.5820895522%;
    left: 31.9402985075%;
    width: 55.0746268657%;
    padding-top: 26.4179104478%;
    background: url("../img/food_bg_03_sp.png") center 50%/100% 100% no-repeat;
  }
  #outdoorworldWrapper #food .voiceItem.item03 dd p {
    margin-top: -52.2388059701%;
  }
  #outdoorworldWrapper #food .voiceItem.item04 {
    margin-top: 4.4776119403%;
    padding-bottom: 20.5970149254%;
  }
  #outdoorworldWrapper #food .voiceItem.item04 dt figure {
    margin-left: 3.7313432836%;
    width: 85.671641791%;
  }
  #outdoorworldWrapper #food .voiceItem.item04 dt span {
    margin-left: -30.5970149254%;
    margin-bottom: -7.4626865672%;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  #outdoorworldWrapper #food .voiceItem.item04 dd {
    top: 62.2388059701%;
    left: 18.2089552239%;
    width: 57.3134328358%;
    padding-top: 27.3134328358%;
    background: url("../img/food_bg_04_sp.png") center 50%/100% 100% no-repeat;
  }
  #outdoorworldWrapper #food .voiceItem.item04 dd p {
    margin-top: -52.2388059701%;
  }
  #outdoorworldWrapper #food .voiceItem.item05 {
    margin-top: 10.1492537313%;
    padding-bottom: 29.1044776119%;
  }
  #outdoorworldWrapper #food .voiceItem.item05 dt figure {
    margin-left: 6.5671641791%;
    width: 85.3731343284%;
  }
  #outdoorworldWrapper #food .voiceItem.item05 dt span {
    margin-left: 8.9552238806%;
    margin-bottom: -4.4776119403%;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  #outdoorworldWrapper #food .voiceItem.item05 dd {
    top: 49.552239%;
    left: 19.7014925373%;
    width: 69.7014925373%;
    padding-top: 35.3731343284%;
    background: url("../img/food_bg_05_sp.png") center 50%/100% 100% no-repeat;
  }
  #outdoorworldWrapper #food .voiceItem.item05 dd p {
    margin-top: -45.238806%;
  }
  #outdoorworldWrapper #food .voiceItem.item06 {
    margin-top: 4.1791044776%;
  }
  #outdoorworldWrapper #food .voiceItem.item06 dt figure {
    margin-left: 7.3134328358%;
    width: 79.4029850746%;
  }
  #outdoorworldWrapper #food .voiceItem.item06 dt span {
    margin-left: -22.3880597015%;
    margin-bottom: -7.4626865672%;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  #outdoorworldWrapper #food .voiceItem.item06 dd {
    top: 30.8955223881%;
    left: 51.7910447761%;
    width: 42.0895522388%;
    padding-top: 30.5970149254%;
    background: url("../img/food_bg_06_sp.png") center 50%/100% 100% no-repeat;
  }
  #outdoorworldWrapper #food .voiceItem.item06 dd p {
    margin-top: -74.6268656716%;
  }
  #outdoorworldWrapper #food .voiceItem.item07 dt figure {
    margin-left: 6.2686567164%;
    width: 84.0298507463%;
  }
  #outdoorworldWrapper #food .voiceItem.item07 dt span {
    margin-left: 22.3880597015%;
    margin-bottom: 0%;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  #outdoorworldWrapper #food .voiceItem.item07 dd {
    top: 34.1791044776%;
    left: 8.9552238806%;
    width: 47.6119402985%;
    padding-top: 31.9402985075%;
    background: url("../img/food_bg_07_sp.png") center 50%/100% 100% no-repeat;
  }
  #outdoorworldWrapper #food .voiceItem.item07 dd p {
    margin-top: -59.7014925373%;
    margin-left: 4.4776119403%;
  }
  #outdoorworldWrapper .owSection.at-the-end {
    margin-top: 30px;
  }
  #outdoorworldWrapper .owSection.at-the-end p {
    font-size: 15px;
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px;
  }
  #outdoorworldWrapper .owSection.at-the-end p span {
    display: inline;
    line-height: 1;
    border-bottom: 2px solid #111;
  }
}
@media only screen and (max-width:768px) and (-ms-high-contrast:none) {
  #outdoorworldWrapper {
    /*============================
    #activity
    ============================*/
    /*============================
    #spot
    ============================*/
    /*============================
    #food
    ============================*/
  }
  #outdoorworldWrapper #activity .voiceItem.item01 dl dt {
    margin-top: -55.9701492537%;
  }
  #outdoorworldWrapper #activity .voiceItem.item02 dl dt {
    margin-top: -67.1641791045%;
  }
  #outdoorworldWrapper #activity .voiceItem.item03 dl dt {
    margin-top: -52.6119402985%;
  }
  #outdoorworldWrapper #activity .voiceItem.item04 dl dt {
    margin-top: -49.2537313433%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item01 dd p {
    margin-top: -33.4328358209%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item02 dd p {
    margin-top: -43.8805970149%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item03 dd p {
    margin-top: -40.7462686567%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item04 dd p {
    margin-top: -42.8358208955%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item05 dd p {
    margin-top: -42.8358208955%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item06 dd p {
    margin-top: -39.7014925373%;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item07 dd p {
    margin-top: -43.8805970149%;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other01 dd p {
    margin-top: -34.4776119403%;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other02 dd p {
    margin-top: -30.8208955224%;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other03 dd p {
    margin-top: -29.2537313433%;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other04 dd p {
    margin-top: -30.2985074627%;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other05 dd p {
    margin-top: -30.2985074627%;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other06 dd p {
    margin-top: -34.4776119403%;
  }
  #outdoorworldWrapper #food .voiceItem.item01 dd p {
    margin-top: -33.4328358209%;
  }
  #outdoorworldWrapper #food .voiceItem.item02 dd p {
    margin-top: -47.0149253731%;
  }
  #outdoorworldWrapper #food .voiceItem.item03 dd p {
    margin-top: -36.5671641791%;
  }
  #outdoorworldWrapper #food .voiceItem.item04 dd p {
    margin-top: -36.5671641791%;
  }
  #outdoorworldWrapper #food .voiceItem.item05 dd p {
    margin-top: -31.6671642%;
  }
  #outdoorworldWrapper #food .voiceItem.item06 dd p {
    margin-top: -52.2388059701%;
  }
  #outdoorworldWrapper #food .voiceItem.item07 dd p {
    margin-top: -41.7910447761%;
  }
}
@media only screen and (min-width:769px) {
  .cSP {
    display: none;
  }
  .cPC {
    display: inline-block;
  }
  #outdoorworldWrapper {
    position: relative;
    background: #111 url("../img/bg.png") right center/100% auto repeat;
    font-size: 16px;
    text-align: center;
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 500;
    /*============================
    #navi
    ============================*/
    /*============================
    #activity
    ============================*/
    /*============================
    #spot
    ============================*/
    /*============================
    #food
    ============================*/
  }
  #outdoorworldWrapper .hero {
    position: relative;
    width: 100%;
  }
  #outdoorworldWrapper .hero img {
    width: 100%;
  }
  #outdoorworldWrapper .heroKV {
    width: 69.8389458272%;
    margin: 0 0 0 auto;
  }
  #outdoorworldWrapper .heroText {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35.1390922401%;
    height: 100%;
    background: url(../img/hero_text_bg.png) right center/cover no-repeat;
    font-size: 14px;
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 1.8;
    text-align: center;
  }
  #outdoorworldWrapper .heroText img {
    width: 100%;
  }
  #outdoorworldWrapper .heroText h1 {
    width: 81.1%;
    min-height: 40.3361344538%;
    margin-top: 39px;
  }
  #outdoorworldWrapper .heroText .scrollIco {
    width: 100%;
    min-height: 0%;
  }
  #outdoorworldWrapper .heroText figure {
    width: 33.5416666667%;
    margin: 0 auto 19px;
  }
  #outdoorworldWrapper .heroText .ico {
    width: 39.5833333333%;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  #outdoorworldWrapper .owSection {
    width: 100%;
    overflow: hidden;
  }
  #outdoorworldWrapper .owSection img {
    width: 100%;
  }
  #outdoorworldWrapper .owInner {
    width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #outdoorworldWrapper .owBanner {
    width: 1060px;
  }
  #outdoorworldWrapper .movie {
    background: #f6f1eb;
    background: #f6f1eb url("../img/movie_bg.png") center calc(100% + 2px)/100% auto no-repeat;
    padding: 131px 0 140px;
  }
  #outdoorworldWrapper .movie h2 {
    width: 713px;
    margin: 0 auto;
  }
  #outdoorworldWrapper .movie p {
    text-align: center;
    margin: 30px 34px;
    line-height: 1.8;
  }
  #outdoorworldWrapper .movie li {
    position: relative;
    width: 666px;
    margin: 0 auto;
  }
  #outdoorworldWrapper .movie li figure {
    cursor: pointer;
    -webkit-transition: -webkit-filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #outdoorworldWrapper .movie li figure .icon {
    position: absolute;
    left: calc(50% - 5px);
    top: 256px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 63px;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #outdoorworldWrapper .movie li figure:hover {
    -webkit-filter: brightness(95%);
    filter: brightness(95%);
  }
  #outdoorworldWrapper .movie li figure:hover .icon {
    -webkit-transform: translate(-50%, 0) scale(1.15);
    transform: translate(-50%, 0) scale(1.15);
  }
  #outdoorworldWrapper .movie .illlust {
    width: 1145px;
    margin: -388px auto 0;
    padding-left: 74px;
    pointer-events: none;
  }
  #outdoorworldWrapper .navi {
    padding-top: 36px;
    background: url("../img/anchor_illust.png") calc(50% + 15px) 283px/1138px 317px no-repeat;
  }
  #outdoorworldWrapper .navi h2 {
    width: 1158px;
    margin: 0 auto;
  }
  #outdoorworldWrapper .navi .navList {
    width: 656px;
    margin: 34px auto;
  }
  #outdoorworldWrapper .navi .navList li {
    position: relative;
    width: 656px;
    margin-bottom: 16px;
  }
  #outdoorworldWrapper .navi .navList li a {
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 24px 0 30px 31px;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-box-shadow: 10px 10px 0px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 0px 0 rgba(0, 0, 0, 0.2);
  }
  #outdoorworldWrapper .navi .navList li a .textArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.4;
    text-align: left;
  }
  #outdoorworldWrapper .navi .navList li a .textArea img {
    width: 60px;
    margin-right: 18px;
  }
  #outdoorworldWrapper .navi .navList li a .text01 {
    font-size: 19px;
  }
  #outdoorworldWrapper .navi .navList li a .text02 {
    font-size: 26px;
  }
  #outdoorworldWrapper .navi .navList li a .icon {
    position: absolute;
    right: 25px;
    top: 42px;
    width: 33px;
    height: 33px;
  }
  #outdoorworldWrapper .navi .navList li a:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
  }
  #outdoorworldWrapper .owReport .owInner {
    position: relative;
    z-index: 1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    margin-bottom: 50px;
    padding: 78px 0 78px 31px;
    -webkit-box-shadow: 10px 10px 0px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 0px 0 rgba(0, 0, 0, 0.2);
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 700;
  }
  #outdoorworldWrapper .owReport h3 {
    margin: 0 auto;
  }
  #outdoorworldWrapper .owReport .voiceList dt {
    font-size: 20px;
  }
  #outdoorworldWrapper .owReport .voiceList dd {
    color: #111;
    text-align: center;
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 700;
  }
  #outdoorworldWrapper .owReport .voiceList dd p {
    line-height: 1.8;
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 700;
  }
  #outdoorworldWrapper #activity h3 {
    width: 847px;
    padding-right: 23px;
  }
  #outdoorworldWrapper #activity .voiceList {
    margin-left: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #outdoorworldWrapper #activity .voiceList .voiceItem {
    position: relative;
    text-align: left;
  }
  #outdoorworldWrapper #activity .voiceList dl {
    padding: 12px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #outdoorworldWrapper #activity .voiceList dl dt {
    font-size: 24px;
  }
  #outdoorworldWrapper #activity .voiceItem.item01 {
    margin-right: 139px;
    padding-top: 21px;
  }
  #outdoorworldWrapper #activity .voiceItem.item01 img {
    width: 440px;
  }
  #outdoorworldWrapper #activity .voiceItem.item01 dl {
    margin: -88px 0 0 120px;
    width: 216px;
    height: 161px;
    background: url("../img/activity_bg_01.png") left top/100% auto no-repeat;
  }
  #outdoorworldWrapper #activity .voiceItem.item02 {
    padding-top: 10px;
  }
  #outdoorworldWrapper #activity .voiceItem.item02 img {
    width: 255px;
  }
  #outdoorworldWrapper #activity .voiceItem.item02 dl {
    margin: -197px 0 0 242px;
    padding: 0 0 0 21px;
    width: 206px;
    height: 159px;
    background: url("../img/activity_bg_02.png") left top/100% auto no-repeat;
  }
  #outdoorworldWrapper #activity .voiceItem.item03 {
    margin: 48px 159px 0 20px;
  }
  #outdoorworldWrapper #activity .voiceItem.item03 img {
    width: 378px;
  }
  #outdoorworldWrapper #activity .voiceItem.item03 dl {
    margin: -98px 0 0 191px;
    padding: 0;
    width: 309px;
    height: 186px;
    background: url("../img/activity_bg_03.png") left top/100% auto no-repeat;
  }
  #outdoorworldWrapper #activity .voiceItem.item04 {
    margin: -30px 0 0 10px;
  }
  #outdoorworldWrapper #activity .voiceItem.item04 img {
    width: 263px;
  }
  #outdoorworldWrapper #activity .voiceItem.item04 dl {
    margin-top: -20px;
    padding: 0 0 10px 0;
    width: 302px;
    height: 168px;
    background: url("../img/activity_bg_04.png") left top/100% auto no-repeat;
  }
  #outdoorworldWrapper #activity .img01 {
    position: absolute;
    left: 507px;
    top: 603px;
    width: 236px;
    height: 291.5px;
  }
  #outdoorworldWrapper #activity .img01 img {
    width: 100%;
    height: auto;
  }
  #outdoorworldWrapper #activity .others {
    padding: 63px 79px 0 74px;
  }
  #outdoorworldWrapper #activity .othersTitle.jsAccTitle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 30px;
    border-top: 4px solid #1d8c32;
    border-bottom: 4px solid #1d8c32;
    -webkit-transition: border-bottom-color 0.1s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: border-bottom-color 0.1s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #fff;
    height: 90px;
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 700;
    font-size: 22px;
    cursor: pointer;
    /* そのうち1本を縦にする */
  }
  #outdoorworldWrapper #activity .othersTitle.jsAccTitle::before, #outdoorworldWrapper #activity .othersTitle.jsAccTitle::after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #1d8c32;
    right: 38px;
    top: 50%;
    width: 30px;
    height: 4px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #outdoorworldWrapper #activity .othersTitle.jsAccTitle::before {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
  }
  #outdoorworldWrapper #activity .othersTitle.jsAccTitle.active {
    border-bottom-color: transparent;
    -webkit-transition: none;
    transition: none;
  }
  #outdoorworldWrapper #activity .othersTitle.jsAccTitle.active::before {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
  }
  #outdoorworldWrapper #activity .jsAccDetail {
    border-bottom: 4px solid #1d8c32;
    background: #fff;
    color: #111;
    cursor: pointer;
  }
  #outdoorworldWrapper #activity .jsAccDetail .othersDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px 40px 0 40px;
  }
  #outdoorworldWrapper #activity .jsAccDetail .othersList {
    width: 450px;
  }
  #outdoorworldWrapper #activity .jsAccDetail .othersList li {
    border-bottom: 2px solid #1d8c32;
    padding: 3px 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }
  #outdoorworldWrapper #activity .jsAccDetail .othersList + .othersList {
    margin-left: 30px;
  }
  #outdoorworldWrapper #activity .jsAccDetail .othersClose {
    padding: 12px 0 25px;
    font-size: 16px;
    color: #1d8c32;
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 700;
    cursor: pointer;
  }
  #outdoorworldWrapper #spot .owInner {
    padding: 74px 0 80px 31px;
    background: #dff0f6 url("../img/spot_bg.png") center top/100% auto no-repeat;
  }
  #outdoorworldWrapper #spot h3 {
    width: 847px;
    margin-bottom: -12px;
  }
  #outdoorworldWrapper #spot .voiceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #outdoorworldWrapper #spot .voiceList .img01 {
    width: 314px;
    margin-bottom: 14px;
  }
  #outdoorworldWrapper #spot .voiceList span {
    border-bottom: #418fab 2px solid;
  }
  #outdoorworldWrapper #spot .voiceList dd {
    position: relative;
    z-index: 1;
    margin-bottom: -52px;
    padding-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item01 {
    padding-top: 231px;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item01 dd {
    width: 326px;
    height: 149px;
    background: url("../img/spot_bg_01.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item02 {
    margin: 0 16px 0 32px;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item02 dd {
    width: 333px;
    height: 207px;
    background: url("../img/spot_bg_02.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item03 {
    padding-top: 122px;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item03 dd {
    width: 349px;
    height: 173px;
    background: url("../img/spot_bg_03.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item04 {
    padding-top: 87px;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item04 dd {
    width: 310px;
    height: 172px;
    background: url("../img/spot_bg_04.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item05 {
    margin: -78px 36px 0 64px;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item05 dd {
    width: 277px;
    height: 155px;
    background: url("../img/spot_bg_05.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item06 {
    padding-top: 88px;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item06 dd {
    width: 327px;
    height: 165px;
    background: url("../img/spot_bg_06.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item06 dd p {
    padding-top: 8px;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item07 {
    margin: -118px 0 0 0;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item07 dd {
    width: 277px;
    height: 153px;
    background: url("../img/spot_bg_07.png") center 50%/100% auto no-repeat;
    margin: 0 0 -36px 14px;
  }
  #outdoorworldWrapper #spot .voiceList .voiceItem.item07 dd p {
    padding-top: 4px;
  }
  #outdoorworldWrapper #spot .othersTitle {
    margin: 70px 0 35px;
    font-size: 24px;
  }
  #outdoorworldWrapper #spot .othersTitle .img01 {
    width: 130px;
    height: 64px;
    margin-bottom: 8px;
  }
  #outdoorworldWrapper #spot .voiceList.others dd {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
  }
  #outdoorworldWrapper #spot .voiceList.others dt {
    font-size: 18px;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other01 {
    padding-top: 38px;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other01 dd {
    width: 333px;
    height: 147px;
    background: url("../img/other_bg_01.png") center 50%/100% auto no-repeat;
    margin-bottom: -12px;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other02 {
    margin: 0 15px 0 10px;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other02 dd {
    width: 333px;
    height: 140px;
    background: url("../img/other_bg_02.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other03 {
    padding-top: 14px;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other03 dd {
    width: 333px;
    height: 164px;
    background: url("../img/other_bg_03.png") center 50%/100% auto no-repeat;
    margin-bottom: -12px;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other03 dt {
    padding-right: 20px;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other04 {
    padding-top: 18px;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other04 dd {
    width: 333px;
    height: 147px;
    background: url("../img/other_bg_04.png") center 50%/100% auto no-repeat;
    margin-bottom: -12px;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other04 dt {
    padding-right: 30px;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other05 {
    margin: 0 15px 0 10px;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other05 dd {
    width: 333px;
    height: 147px;
    background: url("../img/other_bg_05.png") center 50%/100% auto no-repeat;
    margin-bottom: -8px;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other05 dt {
    padding-right: 20px;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other06 {
    padding-top: 14px;
  }
  #outdoorworldWrapper #spot .voiceList.others .voiceItem.other06 dd {
    width: 333px;
    height: 150px;
    background: url("../img/other_bg_06.png") center 50%/100% auto no-repeat;
    margin-bottom: 3px;
  }
  #outdoorworldWrapper #food .owInner {
    padding-bottom: 77px;
  }
  #outdoorworldWrapper #food h3 {
    width: 683px;
  }
  #outdoorworldWrapper #food .voiceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 67px;
  }
  #outdoorworldWrapper #food .voiceList .voiceItem {
    position: relative;
  }
  #outdoorworldWrapper #food .voiceList dt {
    font-size: 24px;
  }
  #outdoorworldWrapper #food .voiceList dt span {
    display: block;
  }
  #outdoorworldWrapper #food .voiceList dd {
    position: absolute;
    z-index: 1;
    padding: 22px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #outdoorworldWrapper #food .voiceList dd span {
    border-bottom: #f38657 2px solid;
  }
  #outdoorworldWrapper #food .voiceItem.item01 dt figure {
    width: 615px;
  }
  #outdoorworldWrapper #food .voiceItem.item01 dt span {
    text-align: left;
    -webkit-transform: translate(50px, -24px) rotate(-5deg);
    transform: translate(50px, -24px) rotate(-5deg);
  }
  #outdoorworldWrapper #food .voiceItem.item01 dd {
    right: 20px;
    top: 0;
    padding: 0 0 22px;
    width: 230px;
    height: 139px;
    background: url("../img/food_bg_01.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #food .voiceItem.item02 {
    margin-bottom: -100px;
  }
  #outdoorworldWrapper #food .voiceItem.item02 dt figure {
    width: 349px;
  }
  #outdoorworldWrapper #food .voiceItem.item02 dt span {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  #outdoorworldWrapper #food .voiceItem.item02 dd {
    left: 0;
    top: 158px;
    width: 270px;
    height: 139px;
    background: url("../img/food_bg_02.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #food .voiceItem.item03 {
    margin-bottom: -50px;
  }
  #outdoorworldWrapper #food .voiceItem.item03 dt span {
    -webkit-transform: translate(-40px, -4px);
    transform: translate(-40px, -4px);
  }
  #outdoorworldWrapper #food .voiceItem.item03 dt figure {
    width: 531px;
  }
  #outdoorworldWrapper #food .voiceItem.item03 dd {
    left: 60px;
    bottom: 140px;
    padding: 2px 20px 0 0;
    width: 266px;
    height: 118px;
    background: url("../img/food_bg_03.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #food .voiceItem.item04 dt figure {
    width: 553px;
  }
  #outdoorworldWrapper #food .voiceItem.item04 dt span {
    -webkit-transform: translate(-140px, -2px) rotate(-5deg);
    transform: translate(-140px, -2px) rotate(-5deg);
  }
  #outdoorworldWrapper #food .voiceItem.item04 dd {
    left: 60px;
    bottom: 130px;
    padding: 0 28px 0 0;
    width: 287px;
    height: 126px;
    background: url("../img/food_bg_04.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #food .voiceItem.item05 dt figure {
    width: 392px;
  }
  #outdoorworldWrapper #food .voiceItem.item05 dt span {
    -webkit-transform: translate(30px, 0) rotate(4deg);
    transform: translate(30px, 0) rotate(4deg);
  }
  #outdoorworldWrapper #food .voiceItem.item05 dd {
    left: 60px;
    bottom: 220px;
    width: 317px;
    height: 158px;
    background: url("../img/food_bg_05.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #food .voiceItem.item06 {
    padding-top: 122px;
  }
  #outdoorworldWrapper #food .voiceItem.item06 dt figure {
    width: 263px;
  }
  #outdoorworldWrapper #food .voiceItem.item06 dt span {
    -webkit-transform: translate(50px, 0) rotate(10deg);
    transform: translate(50px, 0) rotate(10deg);
  }
  #outdoorworldWrapper #food .voiceItem.item06 dd {
    left: 40px;
    bottom: 90px;
    width: 243px;
    height: 140px;
    background: url("../img/food_bg_06.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper #food .voiceItem.item07 {
    margin-top: -70px;
  }
  #outdoorworldWrapper #food .voiceItem.item07 dt figure {
    width: 390px;
  }
  #outdoorworldWrapper #food .voiceItem.item07 dt span {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  #outdoorworldWrapper #food .voiceItem.item07 dd {
    left: 90px;
    bottom: 290px;
    width: 250px;
    height: 143px;
    padding: 30px 0 0 12px;
    background: url("../img/food_bg_07.png") center 50%/100% auto no-repeat;
  }
  #outdoorworldWrapper .owSection.at-the-end {
    margin-top: 65px;
  }
  #outdoorworldWrapper .owSection.at-the-end p {
    font-size: 30px;
    font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 70px;
  }
  #outdoorworldWrapper .owSection.at-the-end p span {
    display: inline-block;
    line-height: 0.86;
    border-bottom: 4px solid #111;
  }
  #outdoorworldWrapper .owSection.at-the-end p span:last-of-type {
    margin-top: 20px;
  }
}

/* others */
#outdoorworldWrapper .owcsOthers {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: url(../../../component/img/others/bg-transparent.png) no-repeat center top transparent;
  background-size: 100% 520px;
}
#outdoorworldWrapper .owcsOthers .owcsOthers__inner {
  z-index: 1;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 92px 0 0;
}
#outdoorworldWrapper .owcsOthers .owcsOthers__inner::before, #outdoorworldWrapper .owcsOthers .owcsOthers__inner::after {
  z-index: 0;
  position: absolute;
  background: none no-repeat center center transparent;
  background-size: contain;
  content: "";
}
#outdoorworldWrapper .owcsOthers .owcsOthers__inner::before {
  top: 42px;
  left: -62px;
  width: 188px;
  height: 285px;
  background-image: url(../../../component/img/others/obj-1.png);
}
#outdoorworldWrapper .owcsOthers .owcsOthers__inner::after {
  top: 41px;
  right: -52px;
  width: 163px;
  height: 400px;
  background-image: url(../../../component/img/others/obj-2.png);
}
#outdoorworldWrapper .owcsOthers .owcsOthers__title {
  text-align: center;
}
#outdoorworldWrapper .owcsOthers .owcsOthers__title img {
  width: 861px;
}
#outdoorworldWrapper .owcsOthers .owcsOthers__banners {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
#outdoorworldWrapper .owcsOthers .owcsOthers__banner {
  margin: 0 17px;
}
#outdoorworldWrapper .owcsOthers .owcsOthers__banner a {
  display: block;
  position: relative;
  width: 484px;
}
#outdoorworldWrapper .owcsOthers .owcsOthers__banner a::before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  content: "";
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
#outdoorworldWrapper .owcsOthers .owcsOthers__banner a:hover::before {
  opacity: 0.2;
}
#outdoorworldWrapper .owcsOthers .owcsOthers__banner a.-current {
  cursor: default;
  pointer-events: none;
}
#outdoorworldWrapper .owcsOthers .owcsOthers__banner a.-current::before {
  opacity: 0.2;
}
#outdoorworldWrapper .owcsOthers .owcsOthers__banner .-vol {
  z-index: 2;
  position: absolute;
  top: -30px;
  right: -30px;
  width: 70px;
}
#outdoorworldWrapper .owcsOthers .owcsOthers__banner .-banner {
  z-index: 0;
  position: relative;
}
@media (max-width: 768px) {
  #outdoorworldWrapper .owcsOthers {
    width: 100%;
    height: 136vw;
    background-image: url(../../../component/img/others/bg-sp-transparent.png);
    background-size: auto 136vw;
  }
  #outdoorworldWrapper .owcsOthers .owcsOthers__inner {
    width: auto;
    padding: 6vw 0 0;
  }
  #outdoorworldWrapper .owcsOthers .owcsOthers__inner::before, #outdoorworldWrapper .owcsOthers .owcsOthers__inner::after {
    display: none;
  }
  #outdoorworldWrapper .owcsOthers .owcsOthers__title {
    width: 84.9333333333vw;
    margin: 0 auto;
  }
  #outdoorworldWrapper .owcsOthers .owcsOthers__banners {
    flex-flow: column nowrap;
    margin-top: 4.6666666667vw;
    padding: 0 10.6666666667vw;
  }
  #outdoorworldWrapper .owcsOthers .owcsOthers__banner {
    margin-right: 0;
    margin-left: 0;
  }
  #outdoorworldWrapper .owcsOthers .owcsOthers__banner + .owcsOthers__banner {
    margin-top: 6.6666666667vw;
  }
  #outdoorworldWrapper .owcsOthers .owcsOthers__banner a {
    width: auto;
  }
  #outdoorworldWrapper .owcsOthers .owcsOthers__banner .-vol {
    top: -2.6666666667vw;
    right: -4vw;
    width: 10.6666666667vw;
  }
}