@charset "UTF-8";
@import url(variables.css);
/*TOP MV*/
.mv {
  position: relative;
  width: 100%;
  height: 600px;
  text-align: center;
  margin: auto;
  overflow: hidden;
}
.mv video {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 1080px) {
  .mv video {
    width: 100%;
    height: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media all and (max-width: 768px) {
  .mv {
    height: 450px;
  }
  .mv video {
    width: 100%;
    height: auto;
    top: auto;
    width: auto;
    height: 100%;
    transform: translate(-50%, 0);
  }
}
@media all and (max-width: 640px) {
  .mv video {
    width: auto;
    height: 100%;
  }
}
@media all and (max-width: 430px) {
  .mv {
    height: 342px;
  }
}
/*TOP slider*/
.top-slider--wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 455px);
}
.top-slider {
  width: 1000px;
  height: 389px;
  text-align: center;
  padding: 0 90px;
}
.top-slider img {
  display: inline-block;
  width: 200px;
  height: 200px;
}
.top-slider p {
  text-align: center;
}
.top-slider .slick-list {
  height: 100%;
}
.top-slider .slick-track {
  top: 55px;
}
.top-slider .slick-slide {
  position: relative;
  height: 315px;
  background-color: rgba(255, 255, 255, .8);
  margin: 0 12px;
  padding: 12px 0;
  box-shadow: 0 5px 6px 0 rgba(38, 36, 36, .16);
}
.top-slider .product-tags {
  min-height: 1.5em;
  margin: 8px 0;
}
.top-slider .product-name {
  font-size: 1.5em;
  font-weight: bold;
  font-family: Brandon_lgt;
}
.top-slider .product-new,
.top-slider .product-limited {
  font-size: 0.875em;
  font-weight: bold;
}
.top-slider .product-new {
  color: var(--red);
}
.top-slider .product-limited {
  color: #2a5b79;
}
.top-slider .prevArrow,
.top-slider .nextArrow {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25px;
  height: 29px;
  cursor: pointer;
}
.top-slider .prevArrow {
  left: 0;
  background: transparent url(../img/top/top-slider_prev.svg) center center / contain no-repeat;
}
.top-slider .nextArrow {
  right: 0;
  background: transparent url(../img/top/top-slider_next.svg) center center / contain no-repeat;
}
@media all and (max-width: 1080px) {
  .top-slider {
    width: calc(100vw - 80px);
    max-width: none;
  }
  .top-slider .prevArrow {
    left: 55px;
  }
  .top-slider .nextArrow {
    right: 55px;
  }
}
@media all and (max-width: 850px) {
  .top-slider--wrapper {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }
  .top-slider .prevArrow,
  .top-slider .nextArrow {
    top: calc(50% - 10px);
  }
  .top-slider .prevArrow {
    left: -25px;
  }
  .top-slider .nextArrow {
    right: -25px;
  }
  .top-slider .slick-track {
    top: 46px;
  }
  .top-slider {
    padding: 0;
    margin: 0 auto;
  }
  .top-slider .slick-slide {
    width: 33%;
    max-width: 350px;
  }
}
@media all and (max-width: 768px) {
  .top-slider {
    max-width: 530px;
  }
  .top-slider .slick-slide {
    width: 50%;
  }
}
@media all and (max-width: 550px) {
  .top-slider {
    width: calc(100vw - 60px);
    max-width: 420px;
    height: 250px;
  }
  .top-slider .prevArrow,
  .top-slider .nextArrow {
    top: 49%;
    width: 18px;
    height: 15px;
  }
  .top-slider .prevArrow {
    left: -17px;
  }
  .top-slider .nextArrow {
    right: -17px;
  }
  .top-slider img {
    max-width: 124px;
    width: 100%;
    max-height: 124px;
    height: auto;
  }
  .top-slider .slick-track {
    top: 30px;
  }
  .top-slider .slick-list {
    margin: 0 10px;
  }
  .top-slider .slick-slide {
    height: 200px;
    margin: 5px;
    padding: 10px 0;
  }
  .top-slider .product-tags {
    height: 1em;
    margin: 0;
  }  
  .top-slider .product-name {
    font-size: 0.875em;
    line-height: 1.25em;
  }
  .top-slider .product-new {
    font-size: 0.5em;
    padding-top: 0;
  }
}
#logo {
  position: absolute;
  width: 220px;
  height: 203px;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#logo.anniv {
  width: 250px;
  height: 250px;
}
@media all and (max-width: 768px) {
  #logo {
    transform: translate(-50%, calc(-50% + 40px));
  }
  #logo.anniv {
    width: 220px;
    height: 220px;
  }
}
@media all and (max-width: 430px) {
  #logo {
    width: 140px;
    height: 129px;
  }
  #logo.anniv {
    width: 150px;
    height: 150px;
  }
}
/*============================================
TOP メインコンテンツ
=============================================*/
.top_bg {
  background-color: white;
  overflow-x: hidden;
}
.top_bg__beige {
  background-color: #EBD2CA;
}
.top-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
.top-title {
  position: relative;
  margin: 70px 0;
  padding: 16px 0;
  font-family: Brandon_lgt;
  font-size: 2.5rem;
  vertical-align: middle;
}
.top-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  border-bottom: solid 1px var(--red);
}
.top-title__sub {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translate(20px, -50%);
  font-size: 0.875rem;
}
.more-btn {
  text-align: right;
  margin: 30px 0;
}
.more-btn.center {
  text-align: center;
}
.more-btn a,
.more-btn--campaign a {
  position: relative;
  display: inline-block;
  border: 1px solid var(--text-color);
  width: 140px;
  padding: 4px 32px 4px 0;
  font-size: 0.875em;
}
.more-btn.center a {
  padding: 4px 16px 4px 0;
}
.more-btn a::after,
.more-btn--campaign a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 0;
  border-color: var(--text-color) transparent transparent transparent;
  border-width: 4px;
  border-style: solid;
  transform: translate(-10px, -50%) rotate(-90deg);
}
.campaign-container {
  width: 100%;
  min-height: 223px;
  display: grid;
  grid-template-columns: 1fr 570px;
  grid-template-rows: 52px 1fr 60px;
  column-gap: 46px;
  margin-bottom: 60px;
}
.campaign__title {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  font-size: 1.125em;
}
.campaign__txt {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  padding-bottom: 16px;
}
.campaign-img {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
  position: relative;
  width: calc(100% - 20px);
  height: min-content;
  z-index: 1;
}
.more-btn--campaign {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  margin: 0;
  text-align: right;
}
.campaign-img::after {
  content: "";
  position: absolute;
  background-color: var(--red);
  height: 100%;
  width: 100%;
  max-width: 550px;
  max-height: 203px;
  top: 20px;
  left: 20px;
  z-index: -1;
}
.campaign-img img {
  width: 100%;
  max-width: 550px;
}
@media all and (max-width: 1080px) {
  .campaign-container {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 52px 1fr 60px;
  }
}
@media all and (max-width: 768px) {
  .top_bg,
  .top_bg__beige {
    padding-bottom: 30px;
  }
  .more-btn {
    margin: 30px 0;
  }
  .more-btn--campaign {
    display: none;
  }
  .campaign-container {
    grid-template-columns: 100%;
    grid-template-rows: 40px 1fr 223px;
    row-gap: 8px;
    margin-bottom: 80px;
  }
  .inner--campaign:last-of-type .campaign-container {
    margin-bottom: 60px;
  }
  .campaign__title {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .campaign__txt {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .campaign-img {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    width: calc(100% - 20px);
    max-width: 550px;
    height: calc(100% - 20px);
    max-height: 223px;
    justify-self: center;
    margin-top: 28px;
  }
  .more-btn--campaign {
    display: none;
  }
}
@media all and (max-width: 430px) {
  .top-title {
    margin: 50px 0 80px;
  }
  .top-title__sub {
    top: auto;
    bottom: -32px;
    left: 0;
    transform: translate(0, 0);
    font-size: 0.875rem;
    }
  .campaign-container {
    grid-template-rows: 36px 1fr 132px 40px;
    row-gap: 32px;
    margin-bottom: 40px;
  }
  .inner--campaign:last-of-type .campaign-container {
    margin-bottom: 40px;
  }
  .campaign__title {
    grid-row: 1 / 2;
  }
  .campaign__txt {
    grid-row: 2 / 3;
  }
  .campaign-img {
    grid-row: 3 / 4;
    width: 100%;
    height: auto;
    max-width: 330px;
    max-height: 122px;
    justify-self: left;
    margin-top: 0;
  }
  .campaign-img::after {
    top: 10px;
    left: 10px;
  }
  .more-btn--campaign {
    grid-row: 4 / 5;
    display: block;
    justify-self: center;
  }
}
.movie-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
.movie-content::after {
  content: "";
  width: 30%;
  height: 0;
}
.movie {
  width: 30%;
  display: inline-block;
  margin-bottom: 30px;
}
.movie__video {
  width: 100%;
  height: 180px;
  background: #333;
}
.movie__video iframe {
  width: 100%;
  height: 180px;
  border-style: none;
}
.movie__title {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 15px 0;
}
.movie__title span {
  color: red;
  margin-right: 7px;
}
.movie__txt {
  font-size: 16px;
  line-height: 1.5;
  white-space: pre-wrap;
}
.story-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
.story {
  width: 48%;
  display: inline-block;
  padding-right: 1%;
  margin-bottom: 30px;
}
.story:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.story__img {
  width: 200px;
  height: 148px;
  background-color: white;
  float: left;
  margin-right: 20px;
}
.story__img img {
  width: 200px;
  height: 148px;
  object-fit: cover;
}
.story__category {
  color: red;
  font-weight: bold;
  display: inline-block;
  border-bottom: 3px solid red;
  padding-bottom: 3px;
}
.story__title {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}
.story__txt {
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  white-space: pre-wrap;
  height: 80px;
}
.inspiration {
  display: flex;
  align-items: center;
  width: 100vw;
  overflow-x: scroll;
  margin-top: -50px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.inspiration-img {
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  background-color: #ddd;
  margin-right: 10px
}
.inspiration-img:hover {
  transform: translateY(-20px);
  box-shadow: 0 3px 3px 0 #333;
  opacity: 0.8;
  cursor: pointer;
  transition: 0.5s;
}
.inspiration-img img {
  object-fit: cover;
}
.scroll {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}
.scroll span {
  position: relative;
}
.scroll span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 0;
  border-color: var(--text-color) transparent transparent transparent;
  border-width: 4px;
  border-style: solid;
  transform: translate(24px, -50%) rotate(-90deg);
}
.scroll span:nth-child(2)::after {
  transform: translate(32px, -50%) rotate(-90deg);
}
.scroll span:last-child::after {
  transform: translate(40px, -50%) rotate(-90deg);
}
.news {
  display: grid;
  width: 100%;
  grid-template-columns: 244px 1fr;
  padding: 100px 0;
}
.news .top-title {
  margin: 0;
  height: 60px;
}
.news-list{
  grid-column: 2 / 3;
}
.news-list__item {
  display: flex;
  margin-bottom: 20px;
}
.news-list__date {
  color: #aaa;
  padding-right: 2em;
  min-width: 160px;
}
@media (max-width: 850px) {
  .movie {
    width: 48%;
    margin-bottom: 30px;
  }
  .story {
    width: 100%;
  }
  .news {
    width: 100%;
  }   
  .news-list{
    width: 100%;
    margin:0;
  }
}
@media all and (max-width: 768px){
  .news {
    display: block;
    padding: 50px 0;
  }
  .news .top-title {
    margin: 0 0 70px 0;
    height: auto;
  }
}
@media all and (max-width: 430px){
  .movie {
    width: 100%;
    display: block;
  }
  .story__img {
    width: 100%;
    height: 180px;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .story__img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .news-list__item {
    display: block;
  }
  .news-list__date {
    padding-bottom: 6px;
    padding-right: 0;
  }
}
.sns-space {
  background-color: #F3F1EB;
  height: 500px;
  margin: 0 300px -450px 0;
}
.facebook {
  text-align: center;
  float: left;
  width: 40%;
}
.instagram {
  text-align: center;
  float: right;
  width: 60%;
}
.insta__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: -10px 0 2vw 0;
}
.insta__list-item {
  width: 200px;
  height: 200px;
  padding: 10px;
}
.insta__list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sns-title {
  font-size: 24px;
  font-family: Brandon_lgt;
  margin-bottom: 20px;
}
/*----------------------
レスポンシブ対応ここから
----------------------*/
@media (max-width: 850px) {
  .facebook {
    width: 100%;
    margin-bottom: 50px;
  }
  .instagram {
    width: 100%;
  }
  .sns-space {
    width: 100%;
    margin-right: 10%;
  }
}
@media (max-width: 430px) {
  .inspiration-img {
    width: 250px;
    height: 250px;
  }
  .inspiration-img img {
    width: 250px;
    height: 250px;
    object-fit: cover;
  }
  .sns-space {
    margin-right: 20%;
  }
  .insta__list-item {
    width: 150px;
    height: 150px;
    padding: 5px;
  }
}