@charset "utf-8";

/* ショップアイコン */
/*------------------------------------*/
.shop-icon {
  line-height: 1;
}

.shop-icon svg {
  width: 34px;
  height: 34px;
  margin-top: 8px;
}

.shop-icon path {
  fill: #fff;
}


/* 動画 */
/*------------------------------------*/
#video-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 55.6vw;
  overflow: hidden;
}

#player {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 56.25vw;
}


/* スマホメニュー */
/*------------------------------------*/
.sp-menu-search {
  background-color: rgba(333, 333, 333, .2);
  padding: 10px;
}


/* ドロップダウンメニュー */
/*------------------------------------*/
/*hack*/
@media screen and (min-width: 770px) {
  header nav, header nav ul {
    overflow: visible;
  }
}

header nav .dropdown-parent {
  position: relative;
  z-index: 1;
}

header nav .dropdown-menu {
  position: absolute;
  top: 60px;
  left: -20px;
  z-index: 50;
  display: none;
  background-color: rgba(000, 000, 000, .8);
  padding: 10px 18px;
  border-radius: 5px;
/*hack*/
  width: 160px;
  margin: 0;
  height: auto;
}

header nav .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 40px;
  z-index: 1;
  display: block;
  width: 14px;
  height: 7px;
  box-sizing: border-box;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(000, 000, 000, .8);
}

header nav .dropdown-menu a {
  display: block;
  padding: 7px 0;
  color: #fff;
  text-align: left;
  text-decoration: none;
  line-height: 1;
}

header nav .dropdown-menu a:hover {
  opacity: .6;
}


/* サブタイトル */
/*------------------------------------*/
.sub-title-area {
  position: relative;
  margin-bottom: 20px;
}

.sub-title-area h2 {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  margin-left: 10%;
  color: #023B1F;
  font-size: 24px;
}

.sub-title-area:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 14px;
  background-color: #023B1F;
  margin: auto;
}


/* カウントダウン */
/*------------------------------------*/
.countdown-sale {
  padding-top: 20px;
}

.countdown-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.countdown-box {
  display: table;
  width: 48%;
  margin-bottom: 30px;
}

.countdown-box > div {
  display: table-cell;
  vertical-align: top;
}

.countdown-box .image {
  width: 40%;
}

.countdown-box .image img {
  width: 100%;
  height: auto;
}

.countdown-box .caption {
  padding: 0 0 0 20px;
}

.countdown-box .countdown-timer {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
}

.countdown-box .countdown-timer div {
  display: inline-block;
  margin-left: 10px;
}

.countdown-box .caption h4 {
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
  line-height: 1.2em;
}

@media screen and (max-width: 960px) {

  .countdown-box {
    width: 100%;
  }

}

@media screen and (max-width: 480px) {

  .countdown-box {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .countdown-box > div {
    display: block;
  }

  .countdown-box .image {
    width: 90%;
    margin: auto
  }

  .countdown-box .caption {
    padding: 0;
  }

  .countdown-box .countdown-timer {
    font-size: 28px;
  }

  .countdown-box .caption h4 {
    font-size: 18px;
  }

}


/* スライダー */
/*------------------------------------*/
/*-- メインビジュアル --*/
.mv-slider .slider-cell {
  width: 100%;
  height: 56.6vw;
}
.mv-slider .slider-cell img {
  width: auto;
  height: 56.6vw;
}

/*-- 商品カタログ --*/
.slider-section.upper {
  padding-bottom: 80px;
}

.slider-section .slider-cell {
  width: 25%;
  margin-right: 20px;
}
.slider-section .slider-cell img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {

  .slider-section .slider-cell {
    width: 40%;
  }

}

@media screen and (max-width: 600px) {

  .slider-section .slider-cell {
    width: 60%;
  }

}

@media screen and (max-width: 480px) {

  .slider-section .slider-cell {
    width: 80%;
  }

  .slider-section.upper .slider-cell {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 10px;
    box-sizing: border-box;
  }

}


/* イベント */
/*------------------------------------*/
.event-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-box {
  width: 48%;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {

  .event-box {
    width: 100%;
  }

}


/* コンテンツ */
/*------------------------------------*/
.contents-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents-box {
  width: 32%;
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {

  .contents-box {
    width: 49%;
  }

}

@media screen and (max-width: 480px) {

  .contents-box {
    width: 100%;
  }

}


/* サイドエリア */
/*------------------------------------*/
.side #searchbox input[type="text"] {
  border-color: #023B1F;
}

.side #searchbox input[type="submit"] {
  background-color: #023B1F;
  color: #fff;
}

.side section h2 svg {
  width: 27px;
  height: 27px;
  margin-right: 5px;
  vertical-align: middle;
}

.side section #searchbox input[type="text"] {
  width: calc(100% - 80px);
}

/* hack */
.contents01-general-area a.no-btn {
  display: inline;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  border: 0;
  color: inherit;
  font-weight: normal;
}

.contents01-general-area a.no-btn:after {
  display: none;
}

.side section .banner {
  display: block;
  margin-bottom: 15px;
}

/* SNSアイコン */
.sns-icon {
  text-align: center;
}

.sns-icon li {
  display: inline-block;
  margin: 0 3px;
}

.sns-icon li a {
  display: inline;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  border: 0;
  color: inherit;
  font-weight: normal;
}

.sns-icon li a:after {
  display: none;
}

.sns-icon li p {
  width: 34px;
  height: 34px;
  background-color: #023B1F;
  margin-top: 8px;
  border-radius: 17px;
}

.sns-icon li p svg {
    vertical-align: top;
    margin: 7px;
}

.sns-icon li svg {
    width: 20px;
    height: 20px;
}

.sns-icon li p path {
    fill: #fff;
}


/* モーダルウインドウ */
/*------------------------------------
開くボタンの「href」と開く中身の「id」を合わせることで汎用的に使用できます。
*/
.overLay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 90;
  background: rgba(000, 000, 000, 0.8);
  display: none;
}

.modal_inner {
  position: fixed;
  z-index: 91;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  overflow-y: auto;
  max-height: 90%;

  background-color: #fff;
  padding: 20px !important;
  display: none;
}

.modal_inner .modal_close {
  padding-top: 10px;
  text-align: center;
}

.modal_inner .modal_close a {
  display: inline-block;
  background-color: #023B1F;
  padding: 7px 20px;
  color: #fff;
}

@media screen and (max-width: 480px) {

  .modal_inner {
    width: 80%;
  }

}


/* ショップエリア */
/*------------------------------------*/
#contents02-shop-area .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#contents02-shop-area .inner > div {
}

#contents02-shop-area .cell_01 {
  -webkit-order: 2;
  order: 2;
  width: 28%;
}

#contents02-shop-area .cell_02 {
  width: 18%;
}

#contents02-shop-area .cell_03 {
  width: 52%;
}

#contents02-shop-area .youtube {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0px;
  margin-top: 10px;
  padding-bottom: 56.25%;
  border-radius: 10px;
}

#contents02-shop-area .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 820px) {

  #contents02-shop-area .cell_01 {
    -webkit-order: 0;
    order: 0;
    width: 100%;
    margin-bottom: 15px;
  }

  #contents02-shop-area .cell_02 {
    width: 100%;
    margin-bottom: 15px;
  }

  #contents02-shop-area .cell_03 {
    width: 100%;
     margin-bottom: 30px;
  }

}


/*------------------------*/
#contents02-shopmenu-area .shop-topics {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#contents02-shopmenu-area .topics-box {
  width: 24%;
  margin-bottom: 15px;
}

#contents02-shopmenu-area .topics-box .caption .red { color: #E83828; }
#contents02-shopmenu-area .topics-box .caption .green { color: #22AC38; }
#contents02-shopmenu-area .topics-box .caption .violet { color: #601986; }

@media screen and (max-width: 960px) {

  #contents02-shopmenu-area .topics-box {
    width: 49%;
  }

}

@media screen and (max-width: 480px) {

  #contents02-shopmenu-area .topics-box {
    width: 100%;
  }

}




/* キャプションスタイル（汎用） */
/*------------------------------------*/
.caption {
  padding: 15px 0 10px;
  font-size: 14px;
  line-height: 1.4em;
}

.caption p, .caption span, .caption a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.caption h4 {
  margin-bottom: 3px;
  color: #f00;
  font-weight: bold;
}

.caption .red {
  color: #f00;
}

.caption .strong {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
}

.caption .list {
  color: #B3194B;
}

.caption a {
  text-decoration: underline;
}



/* 既存スタイルの上書き */
/*------------------------------------*/
header {
  z-index: 80;
}

@media screen and (min-width: 770px){

  header > div {
    max-width: 1280px;
    min-width: 1100px;
    width: auto;
  }

}

/*-----------------*/
#main-visual {
  min-width: auto;
}

/*-----------------*/
#main-contents section {
  padding-top: 10px;
}

@media screen and (max-width: 769px){

  #main-contents {
    padding-top: 60px;
  }

}

/*-----------------*/
#contents01-info-area h2 {
  top: 10px;
}

/*-----------------*/
#contents02-shop-area {
  padding: 0;
}

/*-----------------*/
#bottom-contents {
  width: auto;
  margin: 0 auto;
}

#bottom-contents > ul {
  overflow: auto;
  padding: 0 10px;
  text-align: center;
}

#bottom-contents > ul > li {
  float: none;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: middle;
}

@media screen and (max-width: 769px) {

  #bottom-contents > ul > li ~ li {
      margin: 0 auto 20px;
  }

}
