@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #000;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 1.6rem;
  /* 16px*/
  line-height: 2;
}

.container {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .container {
    width: 95%;
  }
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

.sub-headings {
  font-size: 1rem;
  margin-bottom: 30px;
}

.bg-w {
  background: url(../images/common/bg-w.png) repeat;
  color: #000;
}

/*-----------------headerスタイル-----------------*/
header {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 68px;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  color: #000;
  padding: 20px 0;
}

header .logo {
  float: left;
  text-indent: -99999px;
}

header .logo a {
  margin-left: 10px;
  display: block;
  width: 250px;
  height: 47px;
  background: url(../images/common/logo.gif) no-repeat;
  background-size: contain;
}

header ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20px;
}

header li {
  margin: 0 20px;
  font-size: 1.4rem;
}

.humbarger {
  display: none;
}

/*-----------------headerスタイル-----------------*/
/*-----------------ハンバーガー-----------------*/
@media screen and (max-width: 860px) {
  header {
    display: none;
  }
  .humbarger {
    display: inherit;
    padding: 0;
  }
  .humbarger .barger {
    display: none;
  }
  .humbarger .barger_menu {
    width: 100%;
    height: 68px;
    background-color: #fff;
    text-align: left;
  }
  .humbarger .barger_menu .left h2 {
    text-align: left;
  }
  .humbarger .barger_menu .left a {
    display: block;
    text-indent: -9999px;
    width: 230px;
    line-height: 68px;
    background: url("../images/common/logo.gif") 20px 20px no-repeat;
    background-size: contain;
  }
  .humbarger .barger_menu .right {
    text-align: right;
  }
  .humbarger .barger_menu .barger_toggle {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 3%;
    width: 4rem;
    height: 2.5rem;
    line-height: 1.5rem;
  }
  .humbarger .barger_menu .barger_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  }
  .humbarger .barger_menu .barger_toggle i:nth-child(1) {
    top: 0;
  }
  .humbarger .barger_menu .barger_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .humbarger .barger_menu .barger_toggle i:nth-child(3) {
    bottom: 0;
  }
  .humbarger .barger_menu .barger_toggle.show i:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  .humbarger .barger_menu .barger_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  .humbarger .barger_menu .barger_toggle.show i:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
            transform: translateY(-12px) rotate(45deg);
  }
  .humbarger .barger_menu .barger.show {
    display: initial;
  }
  .humbarger .barger_menu .barger_menu_ul {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    background: #fff;
    border: 1px #000 solid;
    color: #333;
    padding: 5%;
    position: absolute;
    top: 68px;
  }
  .humbarger .barger_menu .barger_menu_ul h3 {
    text-align: center;
    color: #fff;
    background: #000;
  }
  .humbarger .barger_menu .barger_menu_ul li {
    line-height: 45px;
  }
  .humbarger .barger_menu .barger_menu_ul li ul li {
    border-bottom: 1px solid #333;
  }
  .humbarger .barger_menu .barger_menu_ul .left {
    width: 50%;
    padding-right: 7px;
  }
  .humbarger .barger_menu .barger_menu_ul .left ul:first-of-type {
    padding-bottom: 50px;
  }
  .humbarger .barger_menu .barger_menu_ul .right {
    width: 50%;
  }
}

/*-----------------ハンバーガー-----------------*/
/*-----------------メインビジュアルスタイル-----------------*/
#main-visual {
  padding-top: 68px;
}

#main-visual .bg-slider {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-visual h1 {
  margin: 0 auto;
  padding: 150px 20px 10px;
}

#main-visual .scroll {
  position: absolute;
  bottom: 0, 5%;
  width: 3em;
  height: 1em;
  cursor: pointer;
  text-decoration: none;
  color: #f5f5f5;
}

#main-visual .scroll span {
  font-size: 12px;
  color: #f5f5f5;
  text-align: center;
}

@media screen and (max-width: 320px) {
  #main-visual .scroll {
    display: none !important;
  }
}

#main-visual .arrow {
  position: absolute;
  top: 1.8em;
  left: 1em;
  -webkit-animation: 2s arrow-animation infinite ease-in-out;
          animation: 2s arrow-animation infinite ease-in-out;
  width: 0;
  height: 5em;
  border: 0.5px solid #f5f5f5;
}

#main-visual .arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -2px;
  width: 1px;
  height: 10px;
  border-top: 10px solid #f5f5f5;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}

@-webkit-keyframes arrow-animation {
  0% {
    height: 1em;
  }
  66% {
    height: 5em;
  }
}

@keyframes arrow-animation {
  0% {
    height: 1em;
  }
  66% {
    height: 5em;
  }
}

#main-visual .next-section {
  padding: 3em 1.5em;
  background-color: #78909c;
}

#main-visual .next-section h2 {
  margin-bottom: 2em;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
}

#main-visual .next-section h2::after {
  content: "";
  display: block;
  width: 10%;
  height: 2px;
  margin-top: 0.5em;
  margin-left: 45%;
  background: #f5f5f5;
}

#main-visual .next-section p {
  padding: 1.5em;
}

@media screen and (max-width: 1100px) {
  #main-visual {
    height: 130vh;
  }
  #main-visual .bg-slider {
    height: 130vh;
  }
  #main-visual h1 {
    width: 95%;
    padding: 50px 0 20px;
  }
  #main-visual h1 img {
    width: 60%;
  }
  #main-visual h2 {
    font-size: 2rem;
  }
  #main-visual p {
    font-size: 1.2rem;
  }
  #main-visual .scroll {
    top: 90vh;
  }
}

/*-----------------メインビジュアルスタイルend-----------------*/
/*-----------------お祭りスタイル-----------------*/
#festival li {
  width: 20%;
}

#festival li img {
  width: 100%;
}

#festival div .item-title,
#festival p {
  padding: 15px;
}

#festival .cat {
  padding: 2px 10px;
  background-color: #746f29;
  color: #fff;
  margin-right: 10px;
}

@media screen and (max-width: 1100px) {
  #festival .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    display: block;
  }
  #festival .flex li {
    width: 95%;
    display: inline-block;
    padding-bottom: 30px;
  }
}

/*-----------------お祭りスタイルend-----------------*/
.new-product-banner .flex {
  width: 100%;
}

.new-product-banner .flex li {
  width: 50%;
}

.new-product-banner .flex li img {
  width: 100%;
}

@media screen and (max-width: 764px) {
  .new-product-banner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .new-product-banner .flex li {
    width: 100%;
  }
}

.new-product .flex {
  margin-top: 40px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.new-product .flex p {
  line-height: 1.4em;
}

.new-product .flex li {
  padding: 10px;
  width: 33%;
}

@media screen and (max-width: 764px) {
  .new-product .flex li {
    width: 50%;
  }
}

.new-product .flex li img {
  width: 100%;
  margin-bottom: 10px;
}

#products li {
  width: 50%;
  padding: 10px;
}

#products li img {
  width: 100%;
}

#products div .item-title,
#products p {
  padding: 15px;
}

#company .info dl {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

#company dt,
#company dd {
  padding-left: 20px;
}

#company dt {
  color: #999;
}

#company .topics dt {
  padding-bottom: 5px;
}

footer {
  background-color: #202020;
  padding: 50px;
}

/*-----------------共通スタイル-----------------*/
.button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  border: 2px solid #f7f7f7;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button:after {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #5e4b4b;
  height: 120%;
  left: -10%;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  z-index: -1;
}

.button:hover {
  cursor: pointer;
}

.button:hover:after {
  width: 100%;
  left: 0;
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.align-r {
  text-align: right;
}

small {
  font-size: 1rem;
}

.m-auto {
  margin: 0 auto;
}

.p-2 {
  padding: 20px;
}

.p-3 {
  padding: 30px;
}

.p-5 {
  padding: 50px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pb-7 {
  padding-bottom: 70px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-5 {
  padding-top: 50px;
}

.pt-7 {
  padding-top: 70px;
}

.pt-12 {
  padding-top: 120px;
}

.py-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.m-2 {
  margin: 20px;
}

.m-3 {
  margin: 30px;
}

.m-5 {
  margin: 50px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mtb-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-5 {
  margin-top: 50px;
}

.only-pc {
  display: block !important;
}

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

.ws {
  white-space: nowrap;
}

/*-----------------共通スタイルend-----------------*/
/*-----------------タイムラインスタイル-----------------*/
.blanc {
  height: 600px;
}

.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  position: relative;
}

.timeline__content-title {
  font-weight: normal;
  font-size: 66px;
  margin: -10px 0 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-shadow: 3px -5px 15px #000000;
}

.timeline__content-desc {
  margin: 0;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  line-height: 25px;
}

.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}

@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}

.timeline-item {
  padding: 100px 10px;
  opacity: 0.3;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 56px);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.timeline-item:nth-child(1) {
  padding-top: 100px;
}

.timeline-item:nth-child(even) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.timeline-item:nth-child(4) {
  padding-top: 100px;
}

.timeline-item--active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.timeline-item--active:before {
  top: 50%;
  -webkit-transition: 0.3s all 0.2s;
  transition: 0.3s all 0.2s;
  opacity: 1;
  font-size: 1.8rem;
}

.timeline-item--active .timeline__content-title {
  margin: -50px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .timeline-item {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}

.timeline__img {
  max-width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}

.timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}

.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 99, 99, 0.8);
  content: "";
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.timeline-header__title {
  color: #fff;
  font-size: 46px;
  font-weight: normal;
  margin: 0;
}

.timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

.demo-footer {
  padding: 60px 0;
  text-align: center;
}

.demo-footer a {
  color: #999;
  display: inline-block;
}

/*-----------------タイムラインスタイルend-----------------*/
/*# sourceMappingURL=style.css.map */