@charset "UTF-8";
/*--- company ------------------------------------------------------------------*/
/*--- フォントサイズvw設定 -----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap");
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.pc {
  display: block !important; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

.sp {
  display: none !important; }

@media screen and (max-width: 767px) {
  .sp {
    display: block !important; } }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  backface-visibility: hidden; }

html,
body,
.container {
  overflow-x: hidden; }

.list_fade {
  opacity: 0;
  transition-delay: .4s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.list_fadein {
  opacity: 1.0; }

.page_mainv.page-beaver {
  position: relative;
  background: none;
  background-size: 100% auto; }
  @media screen and (max-width: 768px) {
    .page_mainv.page-beaver {
      background: url(../images/beaver/mainv_beaver_sp.png) bottom center no-repeat;
      background-size: auto 100%;
      height: 100vh; } }

p,
a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

.title {
  height: 60px;
  width: auto;
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .title {
      height: 45px; } }

.title_sub {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
  line-height: 2em; }
  @media screen and (max-width: 768px) {
    .title_sub {
      margin-top: 20px;
      font-size: 14px; } }
  .title_sub span {
    font-size: 12px; }

.btn_link {
  width: 100%;
  padding: 20px 0;
  font-weight: bold;
  border: 1.5px solid #000;
  text-align: center;
  font-size: 16px;
  margin-top: 60px;
  letter-spacing: .2em;
  background: #fff;
  margin: 0 auto;
  font-family: 'Josefin Sans', "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }
  @media screen and (max-width: 768px) {
    .btn_link {
      width: 240px;
      display: block;
      margin: 40px auto 0; } }

#sec1 {
  padding: 80px 0 100px; }
  @media screen and (max-width: 768px) {
    #sec1 {
      padding: 10px 0 30px; } }
  #sec1 .main {
    width: 900px;
    margin: 0 auto;
    display: block; }
    @media screen and (max-width: 768px) {
      #sec1 .main {
        width: 80%; } }
  #sec1 .inner {
    width: 80%;
    position: relative;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #sec1 .inner {
        width: 90%; } }
    #sec1 .inner .maintitle {
      font-size: 40px;
      text-align: center;
      font-weight: bold;
      margin-bottom: 60px;
      line-height: 1.8em; }
      @media screen and (max-width: 768px) {
        #sec1 .inner .maintitle {
          font-size: 24px;
          margin-bottom: 30px; } }
    #sec1 .inner .maindetail {
      font-size: 16px;
      text-align: center;
      line-height: 2em; }
      @media screen and (max-width: 768px) {
        #sec1 .inner .maindetail {
          font-size: 12px; } }
    #sec1 .inner .over_01 {
      left: 0;
      top: 0;
      width: 240px;
      position: absolute; }
      @media screen and (max-width: 768px) {
        #sec1 .inner .over_01 {
          width: 100%;
          position: relative; } }
    #sec1 .inner .over_02 {
      right: 0;
      top: 0;
      width: 240px;
      position: absolute; }
      @media screen and (max-width: 768px) {
        #sec1 .inner .over_02 {
          width: 100%;
          position: relative; } }

#sec2 {
  position: relative;
  background-color: #FCD7A1; }
  #sec2 .online {
    position: absolute;
    top: -90px;
    right: 30%;
    width: 140px; }
    @media screen and (max-width: 768px) {
      #sec2 .online {
        top: -50px;
        right: 10%;
        width: 80px; } }
  #sec2 .inner {
    padding: 60px 0; }
    @media screen and (max-width: 768px) {
      #sec2 .inner {
        display: block; } }
    #sec2 .inner .title {
      margin-bottom: 60px; }
      @media screen and (max-width: 768px) {
        #sec2 .inner .title {
          margin-bottom: 30px; } }
    #sec2 .inner .flex {
      display: flex;
      flex-direction: row-reverse;
      height: auto;
      justify-content: space-between;
      width: 75%;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #sec2 .inner .flex {
          display: block;
          width: 80%; } }
      #sec2 .inner .flex .image {
        width: 450px;
        align-self: center;
        margin-left: 30px; }
        @media screen and (max-width: 768px) {
          #sec2 .inner .flex .image {
            width: 200px;
            display: block;
            margin: 0 auto 20px; } }
      #sec2 .inner .flex .txtbox {
        padding: 40px;
        border: 2px solid #000;
        width: 54%;
        letter-spacing: .1em;
        background: #fff; }
        @media screen and (max-width: 768px) {
          #sec2 .inner .flex .txtbox {
            width: 100%;
            font-size: 12px;
            letter-spacing: 0rem;
            padding: 30px; } }
        #sec2 .inner .flex .txtbox dl {
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 30px; }
          #sec2 .inner .flex .txtbox dl dt {
            width: 20%;
            font-weight: bold; }
          #sec2 .inner .flex .txtbox dl dd {
            width: 80%; }
        #sec2 .inner .flex .txtbox dt,
        #sec2 .inner .flex .txtbox dd,
        #sec2 .inner .flex .txtbox p {
          line-height: 2em;
          font-feature-settings: "palt" 1;
          font-size: 14px; }
          @media screen and (max-width: 768px) {
            #sec2 .inner .flex .txtbox dt,
            #sec2 .inner .flex .txtbox dd,
            #sec2 .inner .flex .txtbox p {
              font-size: 10px; } }

#sec3 {
  padding: 80px 0; }
  #sec3 .journal_list {
    margin: 60px auto;
    padding: 0;
    width: 70%; }
    @media screen and (max-width: 768px) {
      #sec3 .journal_list {
        width: 80%;
        margin: 0 auto; } }
    #sec3 .journal_list .journal_content {
      width: 100%;
      margin: 0; }
      #sec3 .journal_list .journal_content .itemlist_content {
        margin: 0 auto;
        max-width: 100%; }
  #sec3 .btn_link {
    margin: 60px auto 0; }

#sec4 {
  background: #FCD7A1;
  padding: 70px 0; }
  @media screen and (max-width: 768px) {
    #sec4 {
      padding: 50px 0; } }
  #sec4 .inner {
    width: 800px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      #sec4 .inner {
        width: 70%; } }
    #sec4 .inner .cell {
      width: 300px;
      position: relative;
      margin-bottom: 80px; }
      @media screen and (max-width: 768px) {
        #sec4 .inner .cell {
          width: 240px;
          margin: 0 auto 60px; } }
      #sec4 .inner .cell .over {
        position: absolute;
        z-index: 1; }
        #sec4 .inner .cell .over.plane {
          width: 120px;
          left: -92px;
          top: 30px; }
          @media screen and (max-width: 768px) {
            #sec4 .inner .cell .over.plane {
              width: 80px;
              left: -61px;
              top: 50px; } }
        #sec4 .inner .cell .over.evi {
          width: 120px;
          right: -80px;
          top: 40px; }
          @media screen and (max-width: 768px) {
            #sec4 .inner .cell .over.evi {
              width: 80px;
              right: -50px;
              top: 20px; } }
        #sec4 .inner .cell .over.guro {
          width: 180px;
          left: -140px;
          top: 100px; }
          @media screen and (max-width: 768px) {
            #sec4 .inner .cell .over.guro {
              width: 94px;
              left: -55px;
              top: 60px; } }
        #sec4 .inner .cell .over.curry {
          width: 150px;
          right: -110px;
          top: 20px; }
          @media screen and (max-width: 768px) {
            #sec4 .inner .cell .over.curry {
              width: 90px;
              left: -50px;
              top: 80px; } }
      #sec4 .inner .cell .lineup {
        background: #fff;
        border: 2px solid #000;
        padding: 30px 0;
        display: flex; }
        #sec4 .inner .cell .lineup img {
          margin: auto;
          height: 240px;
          align-self: flex-end;
          width: auto; }
          @media screen and (max-width: 768px) {
            #sec4 .inner .cell .lineup img {
              height: 176px; } }
      #sec4 .inner .cell .name_wrap {
        height: 140px;
        display: flex; }
        @media screen and (max-width: 768px) {
          #sec4 .inner .cell .name_wrap {
            height: 120px; } }
        #sec4 .inner .cell .name_wrap .name {
          display: block;
          margin: auto;
          align-self: flex-start;
          width: 230px; }
          @media screen and (max-width: 768px) {
            #sec4 .inner .cell .name_wrap .name {
              width: 170px; } }
      #sec4 .inner .cell .detail {
        font-size: 15px;
        line-height: 2em; }
        @media screen and (max-width: 768px) {
          #sec4 .inner .cell .detail {
            font-size: 12px; } }
    #sec4 .inner .btn_link {
      margin: 0 auto; }

#sec5 {
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    #sec5 {
      padding: 50px 0; } }
  #sec5 .title {
    height: 64px; }
    @media screen and (max-width: 768px) {
      #sec5 .title {
        height: 50px; } }
  #sec5 .inner {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px auto 0; }
    @media screen and (max-width: 768px) {
      #sec5 .inner {
        width: 80%; } }
    #sec5 .inner .stump {
      width: 139px;
      height: auto;
      margin: 0 80px 80px 0;
      align-self: flex-start; }
      @media screen and (max-width: 768px) {
        #sec5 .inner .stump {
          width: 21%;
          margin: 0px 10px 20px 0; } }
      #sec5 .inner .stump:nth-child(4n) {
        margin: 0 0 80px 0; }
        @media screen and (max-width: 768px) {
          #sec5 .inner .stump:nth-child(4n) {
            margin: 0px 10px 20px 0; } }
  #sec5 .btn_link {
    width: 22%;
    display: block; }
    @media screen and (max-width: 768px) {
      #sec5 .btn_link {
        width: 70%; } }

#sec6 {
  background: #FCD7A1;
  padding: 80px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    #sec6 {
      padding: 70px 0; } }
  #sec6 .over {
    position: absolute; }
    #sec6 .over.img01 {
      top: -1px;
      left: 5%;
      width: 30%; }
      @media screen and (max-width: 768px) {
        #sec6 .over.img01 {
          width: 50%; } }
    #sec6 .over.img02 {
      top: 80px;
      right: 2%;
      width: 20%; }
      @media screen and (max-width: 768px) {
        #sec6 .over.img02 {
          display: none; } }
    #sec6 .over.img03 {
      bottom: 0;
      right: 2%;
      width: 150px; }
      @media screen and (max-width: 768px) {
        #sec6 .over.img03 {
          display: none; } }
  #sec6 .inner {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 60px;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      #sec6 .inner {
        display: block;
        width: 80%;
        margin: 40px auto 40px; } }
    #sec6 .inner .detail {
      width: 72%;
      font-size: 16px;
      line-height: 1.5em;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        #sec6 .inner .detail {
          width: 100%;
          font-weight: normal;
          font-size: 14px;
          text-align: center; } }
    #sec6 .inner .icon {
      display: block;
      align-self: flex-start;
      width: 24%; }
      @media screen and (max-width: 768px) {
        #sec6 .inner .icon {
          width: 45%;
          margin: 0 auto 20px; } }
    #sec6 .inner .photo {
      width: 24%;
      align-self: flex-start; }
      @media screen and (max-width: 768px) {
        #sec6 .inner .photo {
          width: 48%;
          margin-bottom: 10px; } }
  #sec6 .list-photo {
    display: flex; }
  #sec6 .btn_link {
    width: 22%;
    display: block; }
    @media screen and (max-width: 768px) {
      #sec6 .btn_link {
        width: 70%; } }

#sec7 {
  padding: 80px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    #sec7 {
      padding: 50px 0; } }
  #sec7 .over {
    position: absolute; }
    #sec7 .over.img01 {
      top: 50px;
      left: 5%;
      width: 15%; }
      @media screen and (max-width: 768px) {
        #sec7 .over.img01 {
          width: 30%;
          top: -30px;
          left: -30px; } }
    #sec7 .over.img02 {
      bottom: 80px;
      right: 8%;
      width: 8%; }
      @media screen and (max-width: 768px) {
        #sec7 .over.img02 {
          display: none; } }
  #sec7 .title_sub {
    margin-top: 0;
    margin-bottom: 20px; }
  #sec7 .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 800px;
    margin: auto;
    margin-bottom: 60px; }
    #sec7 .flex-cell {
      width: 45%; }
      @media screen and (max-width: 768px) {
        #sec7 .flex-cell {
          width: 90%;
          margin: auto;
          margin-bottom: 60px; } }
      #sec7 .flex-cell img {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          #sec7 .flex-cell img {
            width: 60%;
            margin: auto;
            margin-top: 40px;
            margin-bottom: 20px;
            display: block; } }
  #sec7 .shirt {
    margin: 60px auto 0;
    width: 60%; }
  #sec7 .papet {
    margin: 60px auto 0;
    width: 58%; }
    @media screen and (max-width: 768px) {
      #sec7 .papet {
        width: 70%; } }

#foot_beaver .fter_wrap {
  margin: 0 auto;
  padding-top: 114px;
  background: #d71a17;
  color: #fff; }
  @media screen and (max-width: 768px) {
    #foot_beaver .fter_wrap {
      padding-top: 30px; } }
  #foot_beaver .fter_wrap .fter_link_wrap li a {
    color: #fff; }

/*# sourceMappingURL=../beaver.map */