@charset "UTF-8";
html {
  font-size: 62.5%;
}
.main_inner {
  overflow-x: hidden;
}
#breadcrumbs {
  background-color: #fff;
}
@font-face {
  font-family: "ginger";
  src: url("../font/ginger.ttf") format("truetype");
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&display=swap");
.fade {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.fadeIn {
  -webkit-animation: fadeIn 0.9s ease 0s both;
          animation: fadeIn 0.9s ease 0s both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (min-width: 767px)  {
  .sp {
    display: none;
  }
  #Contents {
    padding-top: 201px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.Barbour231014 {
  font-family: "Noto Sans JP", sans-serif;
}
.Barbour231014 .mainCnt {
  display: block;
  width: calc(100% - 20px);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.Barbour231014 .movieBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  height: auto;
  z-index: -1;
  overflow: hidden;
  display: none;
}
.Barbour231014 .movieBg.on {
  display: block;
}
.Barbour231014 .movieBg__wrap img {
  width: 100%;
  height: 100vh;
}
.Barbour231014 .movieBg__wrap--cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/movie_cover.png);
  background-repeat: repeat-y;
  background-size: 100vw 25px;
  opacity: 0.4;
}

.Barbour231014 .mv {
  position: relative;
}
.Barbour231014 .mv__cnt--logo {
  position: absolute;
  content: "";
  width: 358px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.Barbour231014 .about__cnt {
  padding: 110px 0 113px;
}
.Barbour231014 .about__cnt--ttl {
  color: #fff;
  font-size: 52px;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, Arial Black, sans serif;
  font-family: "ginger";
  font-weight: bold;
}
.Barbour231014 .about__cnt--txt {
  margin-top: 40px;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 2;
  color: #fff;
}



.Barbour231014 .year {
  background-color: rgba(255, 255, 255, 0.9);
}
.Barbour231014 .year__cnt {
  padding: 115px 0 220px;
}
.Barbour231014 .year__cnt--ttl {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, Arial Black, sans serif;
  font-family: "ginger";
  font-weight: bold;
  letter-spacing: 0;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  color: #33331b;
  text-align: center;
}
.Barbour231014 .year__cnt--top {
  margin-top: 30px;
}
.Barbour231014 .year__cnt--top--txtArea {
  position: relative;
  z-index: 1;
  padding-top: 18px;
  margin-top: 70px;
  padding-left: 33px;
}
.Barbour231014 .year__cnt--top--txtArea--treat {
  position: absolute;
  width: 74px;
  height: 74px;
  top: 0;
  left: 0;
}
.Barbour231014 .year__cnt--top--txtArea--txt {
  font-size: 3rem;
  letter-spacing: 0em;
  line-height: 2;
}
.Barbour231014 .year__cnt--top--img {
  margin-top: -238px;
  margin-left: auto;
  width: 58%;
}
.Barbour231014 .year__cnt--btm {
  margin-top: -180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.Barbour231014 .year__cnt--btm--imgArea {
  position: relative;
  width: 57%;
}
.Barbour231014 .year__cnt--btm--imgArea--img:nth-of-type(1) {
  margin-left: 40px;
  width: 56%;
}
.Barbour231014 .year__cnt--btm--imgArea--img:nth-of-type(2) {
  margin-top: 11%;
  width: 46%;
}
.Barbour231014 .year__cnt--btm--imgArea--img:nth-of-type(3) {
  margin-top: -66%;
  margin-left: auto;
  width: 46%;
}
.Barbour231014 .year__cnt--btm--txtArea {
  width: 43%;
  padding-left: 54px;
  margin-left: auto;
  margin-top: 259px;
  line-height: 2.25;
}
.Barbour231014 .year__cnt--btm--txtArea--txt {
  font-size: 1.6rem;
}
.Barbour231014 .year__cnt--btm--txtArea--btn {
  margin-top: 50px;
}
.Barbour231014 .year__cnt--btm--txtArea--btn a {
  display: block;
  background-color: #33331b;
  text-align: center;
  font-size: 2.2rem;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, Arial Black, sans serif;
  font-family: "ginger";
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  padding: 3px 0;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.Barbour231014 .year__cnt--btm--txtArea--btn a:hover {
  color: #33331b;
  background-color: #fff;
}


.Barbour231014 .model__cnt {
  padding: 160px 0 100px;
}
.Barbour231014 .model__cnt--blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.Barbour231014 .model__cnt--blk:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.Barbour231014 .model__cnt--blk:nth-of-type(even) .model__cnt--blk--txtArea {
  padding-left: 0;
  padding-right: 40px;
}
.Barbour231014 .model__cnt--blk:nth-of-type(even) .model__cnt--blk--txtArea--whtBox {
  left: 0;
}
.Barbour231014 .model__cnt--blk:nth-of-type(2) .model__cnt--blk--img {
  padding-top: 50px;
}
.Barbour231014 .model__cnt--blk:nth-of-type(2) .model__cnt--blk--txtArea--voice {
  margin-top: 377px;
}
.Barbour231014 .model__cnt--blk:nth-of-type(3) {
  margin-top: 90px;
}
.Barbour231014 .model__cnt--blk:nth-of-type(3) .model__cnt--blk--img {
  padding-top: 230px;
}
.Barbour231014 .model__cnt--blk:nth-of-type(3) .model__cnt--blk--txtArea--voice {
  margin-top: 493px;
}
.Barbour231014 .model__cnt--blk:nth-of-type(4) {
  margin-top: 95px;
}
.Barbour231014 .model__cnt--blk:nth-of-type(4) .model__cnt--blk--img {
  padding-top: 207px;
}
.Barbour231014 .model__cnt--blk:nth-of-type(4) .model__cnt--blk--txtArea--voice {
  margin-top: 527px;
}
.Barbour231014 .model__cnt--blk--img {
  width: 60%;
  padding-top: 317px;
}
.Barbour231014 .model__cnt--blk--txtArea {
  width: 40%;
  padding-left: 40px;
  position: relative;
}
.Barbour231014 .model__cnt--blk--txtArea--whtBox {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  width: 520px;
  padding: 34px 40px 50px;
}
.Barbour231014 .model__cnt--blk--txtArea--whtBox--ttl {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, Arial Black, sans serif;
  font-family: "ginger";
  font-weight: bold;
  letter-spacing: 0;
  font-size: 3.2rem;
  padding-bottom: 25px;
  position: relative;
  letter-spacing: 0.1em;
  color: #33331b;
}
.Barbour231014 .model__cnt--blk--txtArea--whtBox--ttl:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #33331b;
}
.Barbour231014 .model__cnt--blk--txtArea--whtBox--txt {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 30px;
  color: #33331b;
}
.Barbour231014 .model__cnt--blk--txtArea--whtBox--btn {
  margin-top: 30px;
}
.Barbour231014 .model__cnt--blk--txtArea--whtBox--btn a {
  display: block;
  background-color: #33331b;
  text-align: center;
  font-size: 2.2rem;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, Arial Black, sans serif;
  font-family: "ginger";
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  padding: 3px 0;
  padding: 8px 0;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.Barbour231014 .model__cnt--blk--txtArea--whtBox--btn a:hover {
  color: #33331b;
  background-color: #fff;
}
.Barbour231014 .model__cnt--blk--txtArea--voice {
  margin-top: 580px;
}
.Barbour231014 .model__cnt--blk--txtArea--voice--ttl {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: relative;
  left: -7px;
}
.Barbour231014 .model__cnt--blk--txtArea--voice--txt {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 6px;
}
.Barbour231014 .model__cnt--blk--txtArea--data {
  position: relative;
  margin-top: 36px;
  padding-top: 39px;
}
.Barbour231014 .model__cnt--blk--txtArea--data:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  top: 0%;
  left: 0;
  background-color: #fff;
}
.Barbour231014 .model__cnt--blk--txtArea--data--name {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.Barbour231014 .model__cnt--blk--txtArea--data--txt {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 6px;
  line-height: 2;
  font-weight: bold;
}
.Barbour231014 .model__cnt--blk--txtArea--data--txt a {
  color: #fff;
  display: inline-block;
}

.Barbour231014 .movie__cnt {
  padding: 30px 0 158px;
}
.Barbour231014 .movie__cnt--ttl {
  font-size: 2.6rem;
  color: #fff;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, Arial Black, sans serif;
  font-family: "ginger";
  font-weight: bold;
  letter-spacing: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.Barbour231014 .movie__cnt--txt {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-top: 25px;
  color: #fff;
}
.Barbour231014 .movie__cnt--movie {
  margin-top: 72px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.Barbour231014 .movie__cnt--movie img,
.Barbour231014 .movie__cnt--movie video {
  display: block;
  width: 100%;
}

/* .Barbour231014 .movieBg__wrap video {
	width: 1920px;
} */


.Barbour231014 .footer {
  background-color: #231815;
  border-top: 1px solid #fff;
}
.Barbour231014 .footer__cnt {
  padding: 60px 0 70px;
}
.Barbour231014 .footer__cnt--logo {
  margin-left: auto;
  margin-right: auto;
  width: 220px;
}

.Barbour231014 .toTop {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 40px;
  width: 80px;
  width: 100px;
  opacity: 0;
}
.Barbour231014 .toTop.on span {
  color: #fff;
}
.Barbour231014 .toTop.on img .cls-1,
.Barbour231014 .toTop.on svg .cls-1 {
  fill: #fff;
}
.Barbour231014 .toTop .blk:not(:first-of-type) {
  margin-top: 10px;
}
.Barbour231014 .toTop .blk.home img,
.Barbour231014 .toTop .blk.home svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.Barbour231014 .toTop .blk a {
  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;
}
.Barbour231014 .toTop .blk a span {
  font-size: 1.4rem;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, Arial Black, sans serif;
  letter-spacing: 0.1em;
  font-family: "ginger";
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.Barbour231014 .toTop .blk a img,
.Barbour231014 .toTop .blk a svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 14px;
  height: 14px;
}



@media screen and (max-width: 768px) {
  div#Contents {
    padding-top: 80px !important;
  }
  .Barbour231014 .movieBg__wrap {
    position: relative;
  }
  .Barbour231014 .movieBg__wrap video {
    width: auto;
    height: 100vh;
  }
  .Barbour231014 .mv__cnt--logo {
    z-index: 10;
    top: 62%;
    width: 260px;
  }
  .Barbour231014 .about__cnt {
    padding: 118px 0 123px;
  }
  .Barbour231014 .about__cnt--ttl {
    font-size: 3.4rem;
    font-size: 3.2rem;
  }
  .Barbour231014 .about__cnt--txt {
    font-size: 1.36rem;
    margin-top: 44px;
    letter-spacing: 0.01em;
    line-height: 2.25;
  }
  .Barbour231014 .year__cnt {
    padding: 115px 0 122px;
  }
  .Barbour231014 .year__cnt--ttl {
    font-size: 2.26rem;
    letter-spacing: 0.09em;
    text-align: left;
    padding-left: 8px;
  }
  .Barbour231014 .year__cnt--top--txtArea {
    position: relative;
    z-index: 1;
    padding-top: 16px;
    margin-top: 32px;
    padding-left: 28px;
  }
  .Barbour231014 .year__cnt--top--txtArea--treat {
    width: 61px;
    height: 66px;
  }
  .Barbour231014 .year__cnt--top--txtArea--txt {
    font-size: 2.55rem;
    letter-spacing: -0.09em;
  }
  .Barbour231014 .year__cnt--top--img {
    margin-top: 50px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
  .Barbour231014 .year__cnt--btm {
    margin-top: 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .Barbour231014 .year__cnt--btm--imgArea {
    width: 90%;
    margin-top: 63px;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
  .Barbour231014 .year__cnt--btm--imgArea--img:nth-of-type(1) {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .Barbour231014 .year__cnt--btm--imgArea--img:nth-of-type(2) {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .Barbour231014 .year__cnt--btm--imgArea--img:nth-of-type(3) {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .Barbour231014 .year__cnt--btm--imgArea--img:not(:first-of-type) {
    margin-top: 20px;
  }
  .Barbour231014 .year__cnt--btm--txtArea {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .Barbour231014 .year__cnt--btm--txtArea--txt {
    font-size: 1.36rem;
    line-height: 2;
    letter-spacing: 0em;
  }
  .Barbour231014 .year__cnt--btm--txtArea--btn {
    margin-top: 30px;
  }
  .Barbour231014 .year__cnt--btm--txtArea--btn a {
    background-color: #fff;
    color: #33331b;
    font-size: 1.87rem;
    padding: 2px 0;
  }
  .Barbour231014 .model__cnt {
    padding: 109px 0 100px;
  }
  .Barbour231014 .model__cnt--blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Barbour231014 .model__cnt--blk:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Barbour231014 .model__cnt--blk:nth-of-type(even) .model__cnt--blk--txtArea {
    padding-right: 0;
  }
  .Barbour231014 .model__cnt--blk:nth-of-type(2) {
    margin-top: 54px;
  }
  .Barbour231014 .model__cnt--blk:nth-of-type(2) .model__cnt--blk--img {
    padding-top: 0;
  }
  .Barbour231014 .model__cnt--blk:nth-of-type(2) .model__cnt--blk--txtArea--voice {
    margin-top: 59px;
  }
  .Barbour231014 .model__cnt--blk:nth-of-type(3) {
    margin-top: 73px;
  }
  .Barbour231014 .model__cnt--blk:nth-of-type(3) .model__cnt--blk--img {
    padding-top: 0;
  }
  .Barbour231014 .model__cnt--blk:nth-of-type(3) .model__cnt--blk--txtArea--voice {
    margin-top: 59px;
  }
  .Barbour231014 .model__cnt--blk:nth-of-type(4) .model__cnt--blk--img {
    padding-top: 0;
  }
  .Barbour231014 .model__cnt--blk:nth-of-type(4) .model__cnt--blk--txtArea--voice {
    margin-top: 59px;
  }
  .Barbour231014 .model__cnt--blk--img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 0;
  }
  .Barbour231014 .model__cnt--blk--txtArea {
    width: 100%;
    padding-left: 0;
  }
  .Barbour231014 .model__cnt--blk--txtArea--whtBox {
    position: relative;
    width: 100%;
    background-color: unset;
    padding: 0px 0px 0px;
  }
  .Barbour231014 .model__cnt--blk--txtArea--whtBox--ttl {
    color: #fff;
    font-size: 2.77rem;
  }
  .Barbour231014 .model__cnt--blk--txtArea--whtBox--ttl:after {
    display: none;
  }
  .Barbour231014 .model__cnt--blk--txtArea--whtBox--txt {
    color: #fff;
    font-size: 1.36rem;
    letter-spacing: 0em;
    line-height: 2;
    margin-top: 33px;
  }
  .Barbour231014 .model__cnt--blk--txtArea--whtBox--btn {
    margin-top: 34px;
  }
  .Barbour231014 .model__cnt--blk--txtArea--whtBox--btn a {
    background-color: #fff;
    color: #33331b;
    font-size: 1.87rem;
    padding: 2px 0;
    padding: 8px 0;
  }
  .Barbour231014 .model__cnt--blk--txtArea--voice {
    margin-top: 59px;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
  }
  .Barbour231014 .model__cnt--blk--txtArea--voice--ttl {
    font-size: 1.36rem;
    left: 0;
  }
  .Barbour231014 .model__cnt--blk--txtArea--voice--txt {
    font-size: 1.36rem;
    letter-spacing: 0em;
    line-height: 2.25;
    margin-top: 4px;
  }
  .Barbour231014 .model__cnt--blk--txtArea--data {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    margin-top: 23px;
    padding-top: 33px;
  }
  .Barbour231014 .model__cnt--blk--txtArea--data--name {
    font-size: 1.19rem;
    letter-spacing: 0.1em;
  }
  .Barbour231014 .model__cnt--blk--txtArea--data--txt {
    font-size: 1.19rem;
    margin-top: 5px;
    letter-spacing: 0;
  }
  .Barbour231014 .movie__cnt {
    padding: 10px 0 120px;
  }
  .Barbour231014 .movie__cnt--ttl {
    font-size: 2.21rem;
  }
  .Barbour231014 .movie__cnt--txt {
    font-size: 15px;
    letter-spacing: 0em;
    margin-top: 25px;
    line-height: 2;
  }
  .Barbour231014 .movie__cnt--movie {
    margin-top: 56px;
  }

  .Barbour231014 .footer__cnt {
    padding: 50px 0 50px;
  }
  .Barbour231014 .footer__cnt--logo {
    width: 188px;
  }


  .Barbour231014 .toTop {
    right: 10px;
    width: 151px;
  }
  .Barbour231014 .toTop__wrap {
    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;
  }
  .Barbour231014 .toTop .blk:not(:first-of-type) {
    margin-top: 0;
  }
  .Barbour231014 .toTop .blk a span {
    font-size: 1.19rem;
  }
  .Barbour231014 .toTop .blk a img,
  .Barbour231014 .toTop .blk a svg {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 900px) and (min-width: 769px) {
  .Barbour231014 .model__cnt--blk--txtArea--whtBox {
    width: 410px;
    width: 100%;
  }
  .Barbour231014 .model__cnt--blk--txtArea--voice {
    margin-top: 640px;
  }
  .Barbour231014 .model__cnt--blk:nth-of-type(3) .model__cnt--blk--txtArea--voice {
    margin-top: 553px;
  }
  .Barbour231014 .model__cnt--blk:nth-of-type(4) .model__cnt--blk--txtArea--voice {
    margin-top: 637px;
  }
}


div#topics {
  padding: 1rem 0;
  background: #fff;
}
.topics__container {
  padding-block-start: 0 !important;
}
#breadcrumbs {
  background-color: unset;
  padding: 0;
}