@charset "UTF-8";
/*======================================================================
# mixin
======================================================================*/
/*======================================================================
# color
======================================================================*/
/*======================================================================
# font
======================================================================*/
/*======================================================================
# common
======================================================================*/
@media screen and (min-width: 1025px) {
  .is-sp {
    display: none;
  }
  .is-tab {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .is-tab {
    display: block;
  }
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 428px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 428px) {
  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    overflow: hidden;
  }
}

body {
  color: #060606;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
}

.container {
  max-width: 1260px;
  width: 95%;
  margin: 0 auto;
}

img {
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*======================================================================
# header
======================================================================*/
.header {
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 900;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 5px 5px -5px;
          box-shadow: 0 5px 5px -5px;
}

@media screen and (max-width: 428px) {
  .header {
    height: 60px;
  }
}

.header .container {
  height: 100px;
  max-width: 1200px;
  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;
}

@media screen and (max-width: 428px) {
  .header .container {
    height: 60px;
  }
}

.header .container .header-logo {
  width: 180px;
}

.header .container .header-logo a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 428px) {
  .header .container .header-logo {
    width: 100px;
  }
}

.header .container .header-nav {
  width: calc(1200px - 300px);
  height: 100%;
}


.header .container .header-nav .flex {
  height: 100%;
}

.header .container .header-nav .flex li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.header .container .header-nav .flex li a, .header .container .header-nav .flex li .nav-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-top: 5px;
}

.header .container .header-nav .flex li a:hover, .header .container .header-nav .flex li .nav-parent:hover {
  cursor: pointer;
}

.header .container .header-nav .flex li a .header-nav-img, .header .container .header-nav .flex li .nav-parent .header-nav-img {
  width: 36px;
  height: 30px;
  margin: 0 auto;
}

.header .container .header-nav .flex li a .header-nav-img img, .header .container .header-nav .flex li .nav-parent .header-nav-img img {
  width: auto;
}

.header .container .header-nav .flex li a .header-nav-txt, .header .container .header-nav .flex li .nav-parent .header-nav-txt {
  font-size: 1rem;
  line-height: 1.11111;
  color: #060606;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 40px;
  font-weight: 800;
}
@media screen and (min-width: 576px) {
  .header .container .header-nav .flex li a .header-nav-txt, .header .container .header-nav .flex li .nav-parent .header-nav-txt {
    font-size: 1.375rem;
  }
}

.header .container .header-nav .flex li .nav-child {
  width: 100vw;
  background: #1B5385;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header .container .header-nav .flex li .nav-child.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .container .header-nav .flex li .nav-child li:last-child {
  margin-right: 0;
}

.header .container .header-nav .flex li .nav-child li .txt {
  color: #fff;
  font-size: 1.4rem;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

.header .container .header-nav .flex li .nav-child li .txt::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(/outdoorfield/images/common/arrow.svg) no-repeat center center/contain;
}

@media screen and (max-width: 1024px) {
  .header .container .header-nav .flex li .nav-child li .txt {
    font-size: 1.2rem;
    margin-right: 25px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .header .container .header-nav .flex li .nav-child li .txt {
    font-size: 1.1rem;
    margin-right: 20px;
  }
}

.header .container .drawer-icon {
  position: fixed;
  top: 22px;
  right: 24px;
  z-index: 300;
}

.header .container .drawer-icon.is-active .drawer-bar1 {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .container .drawer-icon.is-active .drawer-bar2 {
  display: none;
}

.header .container .drawer-icon.is-active .drawer-bar3 {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 24px;
}

.header .container .drawer-bars {
  width: 24px;
  height: 24px;
  position: relative;
}

.header .container .drawer-bar1,
.header .container .drawer-bar2,
.header .container .drawer-bar3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 2px;
  background: #060606;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.header .container .drawer-bar1 {
  top: 0;
}

.header .container .drawer-bar2 {
  top: 5px;
}

.header .container .drawer-bar3 {
  top: 10px;
  width: 12px;
  margin-left: auto;
}

.header .container .drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 500;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  background: #1B5385;
}

.header .container .drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header .container .drawer-content .drawer-nav {
  padding-top: 30px;
  background: #1B5385;
  height: 100%;
  height: 88%;
  overflow-y: auto;
}

.header .container .drawer-content .drawer-nav > ul > li {
  width: 90%;
  margin: 0 auto;
}

.header .container .drawer-content .drawer-nav > ul > li:first-child a {
  border-top: 1px dotted #fff;
}

.header .container .drawer-content .drawer-nav > ul > li > .flex {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 20px 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  color: #fff;
  border-bottom: 1px dotted #fff;
  position: relative;
}

.header .container .drawer-content .drawer-nav > ul > li > .flex::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.header .container .drawer-content .drawer-nav > ul > li > .flex .header-nav-img {
  width: 50px;
  max-height: 50px;
  margin-right: 10px;
}

.header .container .drawer-content .drawer-nav > ul > li > .flex .header-nav-txt {
  font-size: 1.6rem;
}

.header .container .drawer-content .drawer-nav > ul > li > .flex.is-open::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.header .container .drawer-content .drawer-nav > ul > li .nav-child {
  width: 100%;
  background: #1B5385;
  margin: 0 auto;
  display: none;
  padding: 10px 0 20px 60px;
  margin: 0 0 -20px;
}

.header .container .drawer-content .drawer-nav > ul > li .nav-child.is-open {
  display: block;
}

.header .container .drawer-content .drawer-nav > ul > li .nav-child li {
  line-height: 2;
}

.header .container .drawer-content .drawer-nav > ul > li .nav-child li:last-child {
  margin-right: 0;
}

.header .container .drawer-content .drawer-nav > ul > li .nav-child li .txt {
  color: #fff;
  font-size: 1.4rem;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

.header .container .drawer-content .drawer-nav > ul > li .nav-child li .txt::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(/outdoorfield/images/common/arrow.svg) no-repeat center center/contain;
}


.to-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
}

.to-top a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #000;
  opacity: .7;
  position: relative;
}

.to-top a::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 428px) {
  .to-top {
    right: 20px;
    bottom: 40px;
  }
  .to-top a {
    width: 30px;
    height: 30px;
  }
  .to-top a::before {
    width: 10px;
    height: 10px;
  }
}


/*======================================================================
# footer
======================================================================*/
.footer {
  background: #1B5385;
  padding: 94px 0 70px;
}

@media screen and (max-width: 428px) {
  .footer {
    padding: 50px 0 30px;
  }
}

.footer .container .row .col .flex01 {
  margin: 0 auto;
  width: 630px;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .container .row .col .flex01 a {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 800;
    text-align: center;
  line-height: 1.4;
  margin-right: 3%;
}

@media screen and (max-width: 428px) {
  .footer .container .row .col .flex01 {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .container .row .col .flex01 a {
    font-size: 1.6rem;
    line-height: 1.7;
        margin-right: 0;
  }
}

.footer .container .row .col .flex02 {
  margin: 0 auto;
  width: 380px;
}

.footer .container .row .col .flex02 a {
  font-size: 2.0rem;
  color: #fff;
  font-weight: 800;
  margin-top: 29px;
}

@media screen and (max-width: 428px) {
  .footer .container .row .col .flex02 {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .container .row .col .flex02 a {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.footer .container .row .col p {
  margin-top: 67px;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 800;
  text-align: center;
  line-height: 2.20833;
}

@media screen and (max-width: 428px) {
  .footer .container .row .col p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 30px;
  }
}

.footer .container .row .col p a {
  color: #fff;
}

.footer .container .row .col .copy-right {
  margin-top: 50px;
  font-size: 2.0rem;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

@media screen and (max-width: 428px) {
  .footer .container .row .col .copy-right {
    font-size: 1.6rem;
    margin-top: 25px;
  }
}

/*======================================================================
# parts
======================================================================*/
.page-mv01 {
  margin-top: 100px;
  height: 600px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(37%, #fff), color-stop(37%, transparent)), url(../images/influencer/influencer_mv01.jpg);
  background-image: linear-gradient(-90deg, #fff 37%, transparent 37%), url(../images/influencer/influencer_mv01.jpg);
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .page-mv01 {
    height: 400px;
  }
}

@media screen and (max-width: 428px) {
  .page-mv01 {
    height: 200px;
    margin-top: 60px;
  }
}

.page-mv01 .mv-box {
  width: 685px;
  margin: 0 6.6% 0 auto;
}

@media screen and (max-width: 428px) {
  .page-mv01 .mv-box {
    width: 90%;
    position: relative;
    bottom: -150px;
  }
}

.page-mv01 .mv-box .mv-ttl h1 {
  color: #fff;
  background: #1B5385;
  font-size: 5.0rem;
  font-weight: bold;
  padding: 25px 110px 25px 145px;
  display: table;
  position: relative;
}

.page-mv01 .mv-box .mv-ttl h1::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 43px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 65px;
  height: 60px;
  background: url(../images/influencer/influencer_mv00.svg) no-repeat center center/contain;
}

.page-mv01 .mv-box .mv-ttl p {
  color: #fff;
  background: #1B5385;
  font-size: 2.6rem;
  font-weight: bold;
  height: 46px;
  display: table;
  line-height: 46px;
  padding: 0 30px;
  margin-top: 10px;
}

@media screen and (max-width: 428px) {
  .page-mv01 .mv-box .mv-ttl {
    display: table;
  }
  .page-mv01 .mv-box .mv-ttl h1 {
    font-size: 2.4rem;
    padding: 10px 30px 5px 45px;
    margin-top: 10px;
  }
  .page-mv01 .mv-box .mv-ttl h1::before {
    width: 25px;
    height: 25px;
    left: 10px;
  }
  .page-mv01 .mv-box .mv-ttl p {
    height: 30px;
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 30px;
  }
}

.page-mv01 .mv-box .mv-txt {
  font-size: 2.0rem;
  line-height: 2.2;
  margin: 45px 0 0 auto;
  display: table;
  background: #fff;
  padding: 0 20px;
}

@media screen and (max-width: 428px) {
  .page-mv01 .mv-box .mv-txt {
    font-size: 1.4rem;
    margin-top: 50px;
    line-height: 1.4;
  }
}

.page-mv02 {
  margin-top: 100px;
  height: 300px;
  background: url(../images/influencer/influencer_mv02.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 428px) {
  .page-mv02 {
    height: 200px;
    margin-top: 60px;
  }
}

.page-mv02 .mv-box {
  display: table;
  position: relative;
  bottom: -250px;
  left: 18%;
}

@media screen and (max-width: 1024px) {
  .page-mv02 .mv-box {
    left: 5%;
  }
}

@media screen and (max-width: 428px) {
  .page-mv02 .mv-box {
    bottom: -160px;
  }
}

.page-mv02 .mv-box .mv-ttl h1 {
  color: #fff;
  background: #1B5385;
  font-size: 5.0rem;
  font-weight: bold;
  padding: 25px 110px 25px 145px;
  display: table;
  position: relative;
}

.page-mv02 .mv-box .mv-ttl h1::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 43px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 65px;
  height: 60px;
  background: url(../images/influencer/influencer_mv00.svg) no-repeat center center/contain;
}

.page-mv02 .mv-box .mv-ttl p {
  color: #fff;
  background: #1B5385;
  font-size: 2.6rem;
  font-weight: bold;
  height: 46px;
  display: table;
  line-height: 46px;
  padding: 0 30px;
  margin-top: 10px;
}

@media screen and (max-width: 428px) {
  .page-mv02 .mv-box .mv-ttl {
    display: table;
  }
  .page-mv02 .mv-box .mv-ttl h1 {
    font-size: 2.4rem;
    padding: 10px 30px 5px 45px;
    margin-top: 10px;
  }
  .page-mv02 .mv-box .mv-ttl h1::before {
    width: 25px;
    height: 25px;
    left: 10px;
  }
  .page-mv02 .mv-box .mv-ttl p {
    height: 30px;
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 30px;
  }
}


.bread01 {
  margin: 20px 0;
}

.bread01 ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.bread01 ul li {
  margin-right: .5em;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 500;
}

.bread01 ul li a {
  color: #060606;
}

@media screen and (max-width: 428px) {
  .bread01 {
    margin: 50px 0;
  }
  .bread01 ul li {
    font-size: 1.2rem;
  }
  .bread01 ul li a {
    font-size: 1.2rem;
  }
}

.bread02 {
  margin: 128px 0 0;
}

.bread02 ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.bread02 ul li {
  margin-right: .5em;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 500;
}

.bread02 ul li a {
  color: #060606;
}

@media screen and (max-width: 428px) {
  .bread02 {
    margin: 60px 0 0;
  }
  .bread02 ul li {
    font-size: 1.2rem;
  }
  .bread02 ul li a {
    font-size: 1.2rem;
  }
}

.h2-ttl01 {
  text-align: center;
}

.h2-ttl01 h2 {
  font-size: 8.0rem;
  font-weight: 700;
}

.h2-ttl01 p {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .h2-ttl01 h2 {
    font-size: 4.5rem;
  }
  .h2-ttl01 p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 428px) {
  .h2-ttl01 h2 {
    font-size: 3.0rem;
  }
  .h2-ttl01 p {
    font-size: 1.4rem;
  }
}

.h2-ttl02 {
  text-align: center;
}

.h2-ttl02 h2 {
  font-size: 5.0rem;
  font-weight: 700;
}

.h2-ttl02 p {
  margin-top: 10px;
  font-size: 2.0rem;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .h2-ttl02 h2 {
    font-size: 3.6rem;
  }
  .h2-ttl02 p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 428px) {
  .h2-ttl02 h2 {
    font-size: 2.5rem;
  }
  .h2-ttl02 p {
    font-size: 1.4rem;
  }
}

.btn-area .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  font-size: 3rem;
  font-weight: 700;
  border-bottom: 4px solid #060606;
  padding-bottom: 10px;
  color: #060606;
  position: relative;
}

.btn-area .more::after {
  content: '';
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  right: 0;
  width: 20px;
  height: 30px;
  background: url(../images/common/arrow.png) no-repeat center center/contain;
}

@media screen and (max-width: 428px) {
  .btn-area .more {
    max-width: 200px;
    font-size: 2.0rem;
    border-bottom: 2px solid #060606;
    padding-bottom: 5px;
  }
  .btn-area .more::after {
    width: 10px;
    height: 15px;
  }
}

.hover {
  overflow: hidden;
}

.hover:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: .6s all;
  transition: .6s all;
}
