@charset "utf-8";
/* CSS Document */
/*****************************************************

    メインビジュアル .main-visual

*****************************************************/
.br-sp, .br-sp2 {
  display: none;
}
.key-visual {
  width: 100%;
  height: 100vh; /*高さを全画面にあわせる*/
  overflow: hidden;
  position: relative;
}
.key-bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../img/top/pc-1024.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: zoom 10s 1;
  animation: zoom 10s 1;
  animation-fill-mode: forwards;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.key-visual-caption {
  position: absolute;
  top: 60%; /*55%*/
  right: 0;
  left: 0;
  text-align: center;
  padding: 0;
  font-size: 2.5em;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
}
.key-visual_link_white a:link {
  margin: 30px auto 0;
  width: 300px;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 22px;
  color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  border-radius: 50px;
}
.key-visual_link_white a:link, .key-visual_link_white a:active, .key-visual_link_white a:visited {
  color: #fff;
  border: 1px solid #fff;
}
.key-visual_link_white a:hover {
  border: 1px solid #C8A481;
  background-color: #C8A481;
  color: #fff;
}
/*****************************************************

    ニュース .news .topic

*****************************************************/
.news {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
}
/*****************************************************

    コンセプト #concept

*****************************************************/
section {
  margin: 100px auto;
}
.aboutus {
  padding: 100px 0;
  background: #fff;
}
.concept {
  margin-top: 0;
  width: 100%;
  font-family: 'Noto Serif JP', serif;
}
.japan {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
}
.message {
  margin-bottom: 0;
  width: 100%;
  font-family: 'Noto Serif JP', serif;
}
.column2 {
  position: relative;
  line-height: 2;
}
/* 画像左・文字右 */
.column2_img_left {
  margin-left: 50px;
}
.column2_caption_right {
  position: absolute;
  top: 138px;
  right: 5%;
  color: #fff;
  background: #7B1919;
  padding: 70px;
}
/* 画像右・文字左 */
.column2_img_right {
  margin-right: 50px;
}
.column2_caption_left {
  position: absolute;
  top: 110px;
  left: 5%;
  color: #fff;
  background: #A78775;
  padding: 70px;
}
/* message用 */
.column2_caption_right_2 {
  position: absolute;
  top: 86px;
  right: 5%;
  color: #fff;
  background: #C7A95F;
  padding: 70px;
}
.column2_caption_left p, .column2_caption_right p, .column2_caption_right_2 p {
  width: 500px;
}
/*****************************************************

    動画 .video

*****************************************************/
#video-area {
  position: fixed;
  z-index: -1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#vvideo {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
.top_movie {}
.top_movie-wrap {
  background: #333;
  position: relative;
  margin-left: auto; /*右寄せ*/
  width: 1200px;
  height: 676px;
  overflow: hidden;
  opacity: 0.01;
  animation: load 1.5s 0.8s ease-out forwards;
}
/*↓触らない↓*/
#video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1.00);
  /*背景動画にフィルタをかける*/
  filter: grayscale(100%) contrast(100%);
  transition: 0.2s;
}
@keyframes load {
  100% {
    opacity: 1;
  }
}
/*****************************************************

    コンタクト　お問い合わせ　#contact

*****************************************************/
.contact {
  width: 100%;
  /*background: #F9F0EA;*/
  font-family: 'Noto Serif JP', serif;
}
.contact p {
  margin: -30px 0 50px;
  text-align: center;
  line-height: 2;
}
.contact_back {
  height: 380px;
  background: url("../img/top/contact-bg.jpg") no-repeat center center;
  background-size: cover;
}
.contact_link_box {
  width: 100%;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact_link a:link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100px;
  margin: 0 50px;
  font-size: 1.25em;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.contact_link a:link, .contact_link a:active, .contact_link a:visited {
  color: #fff;
  border: 1px solid #fff;
}
.contact_link a:hover {
  border: 1px solid #fff;
  background-color: #fff; /*C1AEA2*/
  color: #222;
}
.contact_tel {
  margin-top: -20px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
.contact_tel a:link, .contact_tel a:active, .contact_tel a:visited {
  color: #fff;
}
.contact_tel span {
  display: block;
  margin: 20px 0 15px;
  font-size: 1.8em;
  font-weight: bold;
}
/*****************************************************

    販売先 .shops

*****************************************************/
.shops {
  margin-bottom: 100px;
}
.shop-link {
  margin: 0 auto;
  width: 900px;
  display: flex;
  justify-content: space-between;
  /*flex-flow: column;*/
  flex-wrap: wrap;
}
.shop-link li a {
  margin: 0px auto 50px;
  width: 280px;
  padding: 20px 0;
  display: block;
  text-align: center;
  font-size: 16px;
  border: 1px solid currentColor;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  border-radius: 50px;
}
.shop-link li a :last-child {
  margin: 0 auto;
  padding: 0 auto 0;
}
.shop-link li a:hover {
  opacity: 1;
  border: 1px solid #C8A481; /*#C1AEA2*/
  background-color: #C8A481;
  color: #fff;
}
/*****************************************************

    フッター .footer_nav

*****************************************************/
footer {
  margin: 0 auto;
  padding: 70px 0;
  letter-spacing: .05em;
  text-indent: .1em;
  /*background: #E7E2DE;*/
  background: #422d2a;
  color: #fff;
}
.footer_nav {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.footer_nav ul {
  display: block;
  display: flex;
  flex-flow: column;
}
.footer_nav li {
  margin: 5px 0;
}
.footer_nav li:first-child {
  font-weight: bold;
  margin-bottom: 15px;
}
.shop-item {
  width: 170px;
}
.shop-guid {
  width: 200px;
}
.shop-shipping {
  width: 300px;
}
.shop-info {
  width: 200px;
}
/*****************************************************

    .sns

*****************************************************/
.sns {
  margin: 15px auto 0;
  display: flex;
  justify-content: center;
}
.sns img{
  width:30px;
}
.sns li {
  margin: 0px 20px 0 0;
}
.sns li:last-child {
  margin: 0 0 0 0;
}
.copyright {
  text-align: center;
  margin: 50px auto 0;
}
/*****************************************************

    h2 h4

*****************************************************/
h2 {
  margin-bottom: 70px;
  font-size: 2.5em;
  font-weight: lighter;
  font-family: 'Georgia', sans-serif;
  text-align: center;
  letter-spacing: 2px;
}
h4 {
  font-size: 1.9em;
  font-weight: lighter;
  letter-spacing: 4px;
  margin-bottom: 50px;
}
.jp {
  display: inline-block;
  color: #E01313;
  font-size: 1.75em;
  vertical-align: -6px;
}
/*****************************************************

    フェードイン .fadein

*****************************************************/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1200ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein.scrollin:nth-of-type(1) {
  transition-delay: 0s;
}
.fadein.scrollin:nth-of-type(2) {
  transition-delay: 0.7s;
}
.fadein.scrollin:nth-of-type(3) {
  transition-delay: 1.4s;
}
.fadein.scrollin:nth-of-type(4) {
  transition-delay: 2.1s;
}
.fadein.scrollin:nth-of-type(5) {
  transition-delay: 2.8s;
}
/*****************************************************

    デバイスサイズ　1080px以下

*****************************************************/
@media (max-width: 1080px) {
  .br-sp {
    display: block !important;
  }
  html, body {
    overflow-x: hidden;
  }
  section {
    margin: 0 auto;
  }
  .aboutus {
    background: #F8F6F2;
  }
  .key-bg::before {
    background-image: url('../img/top/tab-1024.jpg');
  }
  .key-visual-caption {
    top: 50%;
    font-size: 2em;
  }
  .news {
    width: 95%;
    padding-top: 100px;
  }
  .column2 {
    position: static;
  }
  .column2 img {
    width: 100%;
  }
  .column2_img_left {
    position: static;
    margin: 0;
  }
  .column2_caption_right {
    position: static;
    padding: 15% 10%;
  }
  .column2_img_right {
    position: static;
    margin: 0;
  }
  .column2_caption_left {
    position: static;
    padding: 15% 10%;
  }
  /* message用 */
  .column2_caption_right_2 {
    position: static;
    width: 100%;
    padding: 15% 10%;
  }
  .column2_caption_left p, .column2_caption_right p, .column2_caption_right_2 p {
    width: 100%;
  }
  h2 {
    font-size: 2.2em;
  }
  h4 {
    font-size: 1.6em;
    font-weight: normal;
    margin-top: -20px;
    margin-bottom: 30px;
  }
  .contact_back {
    height: 100%;
    background-size: cover;
  }
  .contact_link_box {
    display: block;
    width: 70%;
    margin: 0 auto;
    height: 230px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
  }
  .contact_link a:link {
    display: flex;
    flex-flow: column;
    width: 400px;
    height: 100px;
    margin: 50px 0 0;
  }
  .contact_tel {
    display: block;
    margin: 120px 0 0;
    padding-bottom: 50px;
  }
  .shops {
    margin: 100px 0 20px;
  }
  .shop-link {
    width: 100%;
    justify-content: center;
    flex-flow: column;
    flex-wrap: wrap;
  }
  #video {
    transform: translate(-50%, -50%) scale(0.7);
  }
  .top_movie-wrap {
    margin-left: 0;
    width: 100%;
    height: 60vw;
    display: block;
  }
}
/*****************************************************

    デバイスサイズ　600px以下

*****************************************************/
@media (max-width: 600px) {
  .br-sp2 {
    display: block !important;
  }
  #video {
    transform: translate(-50%, -50%) scale(0.5);
  }
  footer {
    padding: 50px 0;
  }
  .news {
    padding-top: 70px;
  }
}
/*****************************************************

    デバイスサイズ　481px以下

*****************************************************/
@media (max-width: 481px) {
  .br-sp {
    display: none !important;
  }
  body {
    font-size: 14px;
  }
  .key-bg::before {
    background-image: url('../img/top/sp_1024.jpg');
  }
  .key-visual-caption {
    top: 50%;
    font-size: 1.8em;
  }
  .key-visual_link_white a:link {
    width: 250px;
    font-size: 18px;
    padding: 5px 0;
  }
  .contact_link a:link {
    display: flex;
    flex-flow: column;
    width: 280px;
    height: 80px;
    margin: 30px 0 0;
  }
  .contact_tel {
    display: block;
    margin: 30px 0 0;
    padding-bottom: 30px;
  }
  .aboutus {
    padding: 70px 0;
  }
  .shops {
    margin: 70px 0 20px;
  }
  h2 {
    margin-bottom: 50px;
  }
  h4 {
    font-size: 1.5em;
    margin-bottom: 30px;
    line-height: 1.8;
  }
}