/* vw
================================================*/
/* vh
================================================*/
/* vw font
=================================================================== */
#splash {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: linear-gradient(#102947, #00142C);
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 2s ease 0s;
}
#splash .logo {
  width: 100px;
  opacity: 0;
  transition: all 1s ease 0s;
}
#splash .logo.active {
  opacity: 1;
}
#splash .logo img {
  width: 100%;
}
#splash.disable {
  opacity: 0;
}

#mainvisual {
  position: sticky;
  top: 0;
  z-index: -1;
}
#mainvisual .swiper-container {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  height: 40vw;
  max-height: 600px;
  min-height: 400px;
}
#mainvisual .swiper-container .swiper-slide {
  position: relative;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#mainvisual .swiper-container .swiper-slide img {
  display: inline;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}
#mainvisual .swiper-container .swiper-slide .text {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-size: 0.9375vw;
  line-height: 1.3;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.37);
  transition: all 0.5s ease 0s;
}
#mainvisual .swiper-container .swiper-button-white:focus {
  outline: none;
}
#mainvisual .swiper-container .swiper-button-prev {
  left: 25px;
}
#mainvisual .swiper-container .swiper-button-next {
  right: 25px;
}
#mainvisual .container {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}
#mainvisual .container .head {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  color: #FFF;
  font-size: 46px;
  font-size: 2.3958333333vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.3;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.37);
  opacity: 0;
  transition: all 0.5s ease 0s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
#mainvisual .container .head.active {
  opacity: 1;
}
#mainvisual .container .head .particle {
  font-size: 38px;
  font-size: 1.9791666667vw;
}
#mainvisual .container .head .min {
  font-size: 48px;
  font-size: 2.5vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
#mainvisual .container .sub {
  position: relative;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #FFF;
  font-size: 28px;
  font-size: 1.4583333333vw;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.37);
  opacity: 0;
  transition: all 0.5s ease 0s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
#mainvisual .container .sub .particle {
  font-size: 24px;
  font-size: 1.25vw;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.pickup {
  display: flex;
  align-items: center;
  background-color: #FFF;
}
.pickup .head {
  position: relative;
  width: 32.5%;
  margin-right: 60px;
  padding: 175px 60px;
  box-sizing: border-box;
  background-color: #B39861;
  -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
.pickup .head .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.pickup .head .wrapper h2 {
  font-size: 70px;
  font-size: 3.6458333333vw;
  font-weight: bold;
  color: #FFF;
}
.pickup .head .wrapper h2 span {
  position: relative;
  display: block;
  padding-top: 10px;
  text-align: right;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1;
  font-weight: normal;
}
.pickup .head .wrapper h2 span::before {
  position: absolute;
  left: 0;
  top: 70%;
  width: 60%;
  height: 1px;
  margin-right: 5px;
  background-color: #FFF;
  content: "";
}
.pickup .container {
  width: 45.8333333333%;
  height: 240px;
  padding-right: 30px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.pickup .container ul li {
  margin-bottom: 25px;
}
.pickup .container ul li .date {
  font-size: 1.4rem;
  color: #8f8f8f;
  font-weight: 600;
}
.pickup .container ul li .text {
  font-size: 1.6rem;
}
.pickup .container ul li a {
  text-decoration: none;
  transition: 0.2s;
}
.pickup .container ul li a:hover .date {
  color: #B39861;
}
.pickup .container ul li a:hover .text {
  color: #333;
}
.pickup .container::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}
.pickup .container::-webkit-scrollbar-track {
  background: #EEE;
}
.pickup .container::-webkit-scrollbar-thumb {
  background: #B39861;
}

.about {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 70px 0 90px 30px;
  background-color: #F8F8F8;
}
.about .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.about .wrapper .text h2 {
  margin-bottom: 20px;
  color: #E7E7E7;
  font-size: 6rem;
  font-weight: bold;
}
.about .wrapper .text p {
  line-height: 2;
  font-size: 1.6rem;
}
.about .image {
  max-width: 540px;
  width: 33.3333333333%;
  margin-left: 30px;
}

.products {
  padding: 130px 0 0;
  background-color: #102947;
}
.products h2 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 7rem;
  font-weight: bold;
  color: #FFF;
}
.products h2 span {
  display: block;
  margin-top: -5px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #B5B3B3;
}
.products .btn-detail {
  position: relative;
  width: 295px;
  height: 50px;
  margin: 0 auto 80PX;
}
.products .btn-detail a {
  display: block;
  padding: 7px;
  box-sizing: border-box;
  text-align: center;
  background: #B39861;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  -webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  z-index: 10;
  transition: 0.3s;
  text-decoration: none;
}
.products .btn-detail a:hover {
  background: #947433;
}
.products .btn-detail::before {
  position: absolute;
  display: block;
  width: 281px;
  height: 46px;
  top: -5px;
  right: 0;
  transform: skewX(-17deg);
  border: 1px solid #B39861;
  z-index: 0;
  content: "";
}
.products .itemWrap {
  display: flex;
  flex-wrap: wrap;
}
.products .itemWrap .item {
  width: 33.3%;
}
.products .itemWrap .item a {
  position: relative;
  display: block;
}
.products .itemWrap .item a:hover .image img {
  transform: scale(1.2);
}
.products .itemWrap .item a:hover .text {
  color: #D6D4D4;
}
.products .itemWrap .item .image {
  overflow: hidden;
  filter: drop-shadow(2px 2px 15px rgba(0, 0, 0, 0.16));
}
.products .itemWrap .item .image img {
  transition: all 0.5s ease-in-out;
}
.products .itemWrap .item .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 2.2rem;
  color: #FFF;
  font-weight: bold;
}

.company {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFF;
}
.company .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.company .textWrap h2 {
  margin-bottom: 60px;
  text-align: left;
  font-size: 7rem;
  font-weight: bold;
  color: #102947;
  line-height: 1.2;
}
.company .textWrap h2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  color: #B5B3B3;
}
.company .textWrap .btn-detail {
  position: relative;
  width: 340px;
  height: 50px;
  margin: 0 auto 80PX;
}
.company .textWrap .btn-detail a {
  display: block;
  padding: 7px;
  box-sizing: border-box;
  text-align: center;
  background: #B39861;
  border: 1px solid #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  -webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  z-index: 10;
  transition: 0.3s;
  text-decoration: none;
}
.company .textWrap .btn-detail a:hover {
  background: #947433;
}
.company .textWrap .btn-detail::before {
  position: absolute;
  display: block;
  width: 324px;
  height: 46px;
  top: -5px;
  right: 0px;
  transform: skewX(-20deg);
  border: 1px solid #B39861;
  z-index: 0;
  content: "";
}
.company .imageWrap {
  width: 50%;
  min-height: 700px;
  background-image: url(../images/top/company-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 1040px) {
  .pickup .head {
    margin-right: 50px;
  }
  .pickup .head .wrapper h2 {
    font-size: 3rem;
  }
  .pickup .head .wrapper h2 span {
    font-size: 1.4rem;
  }
  .pickup .head .wrapper h2 span::before {
    width: 35%;
  }
  .pickup .container {
    width: 56.7708333333%;
  }
  .pickup .container ul li {
    margin-bottom: 25px;
  }
  .pickup .container ul li .date {
    font-size: 1.4rem;
    color: #8f8f8f;
    font-weight: 600;
  }
  .pickup .container ul li .text {
    font-size: 1.6rem;
  }
  .pickup .container ul li a {
    text-decoration: none;
    transition: 0.2s;
  }
  .pickup .container ul li a:hover .date {
    color: #B39861;
  }
  .pickup .container ul li a:hover .text {
    color: #333;
  }

  .about {
    align-items: center;
    padding: 6.25vw 0 6.25vw 6.25vw;
  }
  .about .wrapper {
    max-width: none;
  }
  .about .wrapper .text h2 {
    font-size: 5rem;
  }
  .about .wrapper .text p {
    font-size: 1.6rem;
  }
  .about .image {
    max-width: 420px;
    width: 57%;
    margin-left: 60px;
  }

  .products .itemWrap {
    display: flex;
    flex-wrap: wrap;
  }
  .products .itemWrap .item {
    width: 50%;
    min-height: 178px;
  }
  .products .itemWrap .item .image img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  #mainvisual .container .head {
    margin-bottom: 10px;
    font-size: 27px;
    font-size: 7.2vw;
    line-height: 1.5;
  }
  #mainvisual .container .head .particle {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
  #mainvisual .container .head .min {
    font-size: 27px;
    font-size: 7.2vw;
  }
  #mainvisual .container .sub {
    font-size: 18px;
    font-size: 4.8vw;
  }
  #mainvisual .container .sub .particle {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }

  .pickup {
    display: block;
    padding: 0 0 8vw;
  }
  .pickup .head {
    position: relative;
    width: 65.6%;
    margin: 0 0 8vw 0;
    padding: 4vw;
    -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  }
  .pickup .head .wrapper {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: left;
  }
  .pickup .head .wrapper h2 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
  .pickup .head .wrapper h2 span {
    display: inline-block;
    padding: 0 0 0 2.6666666667vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
  .pickup .head .wrapper h2 span::before {
    display: none;
  }
  .pickup .container {
    width: 95%;
    padding: 0 5.3333333333vw;
  }
  .pickup .container ul li {
    margin-bottom: 5.3333333333vw;
  }
  .pickup .container ul li .date {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .pickup .container ul li .text {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }

  .about {
    display: block;
    padding: 13.3333333333vw 0 0;
  }
  .about .wrapper {
    width: 100%;
    max-width: none;
    padding: 0 5.3333333333vw 10.6666666667vw;
  }
  .about .wrapper .text h2 {
    margin-bottom: 20px;
    font-size: 4rem;
  }
  .about .wrapper .text p {
    text-align: left;
    font-size: 15px;
    font-size: 4vw;
  }
  .about .image {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .products {
    padding: 21.3333333333vw 0 0;
  }
  .products h2 {
    margin-bottom: 16vw;
    font-size: 42px;
    font-size: 11.2vw;
  }
  .products h2 span {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .products .btn-detail {
    width: 84.2857142857%;
    height: 50px;
    margin: 0 auto 21.3333333333vw;
  }
  .products .btn-detail a {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .products .btn-detail::before {
    width: 95%;
    height: 50px;
  }
  .products .itemWrap .item .text {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }

  .company {
    display: block;
    padding-top: 21.3333333333vw;
  }
  .company .wrapper {
    max-width: none;
    margin: 0 auto;
  }
  .company .textWrap h2 {
    margin-bottom: 13.3333333333vw;
    text-align: center;
    font-size: 42px;
    font-size: 11.2vw;
  }
  .company .textWrap h2 span {
    font-size: 15px;
    font-size: 4vw;
  }
  .company .textWrap .btn-detail {
    width: 84.2857142857%;
    height: 50px;
    margin: 0 auto 13.3333333333vw;
  }
  .company .textWrap .btn-detail a {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .company .textWrap .btn-detail::before {
    width: 95%;
    height: 50px;
  }
  .company .imageWrap {
    width: 90%;
    margin: 0 0 0 auto;
    min-height: 295px;
  }
}