@charset "utf-8";
/* CSS Document */
body {
  background-color: #09635a;
  background-size: 50% auto;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
a {
  text-decoration: none;
  color: #000000;
}
.coupon {
  text-align: center;
  display: flex;
  margin: 0 auto 80px;
  max-width: 960px;
}
.coupon img {
  width: 95%;
}
.goods-img {
  margin: 0 auto;
}
/*=========その場でふわっ===============*/
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*=========スクロールしたらふわっ===============*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.other_page {
  margin: 80px auto 0;
  text-align: center;
  max-width: 960px;
  color: #ffffff;
  font-size: 18px;
}
.other_page img {
  width: 90%;
  margin: 10px;
}
.read {
  text-align: center;
  margin: 70px 20px;
}
.read h2 {
  font-family: 'Cinzel Decorative', serif;
  letter-spacing: 0.3rem;
  font-weight: bold;
  font-size: 1.9rem;
  color: #D7C474;
  margin-bottom: 50px;
  line-height: 1.4;
}
.read p {
  color: #ffffff;
  font-family: 'Cinzel Decorative', serif;
}
.read {
  position: relative;
}
.read_img1 {
  position: absolute;
  width: 11%;
  left: 10%;
  top: -70px;
}
.read_img2 {
  position: absolute;
  width: 11%;
  right: 10%;
  top: -70px;
}
.r_price {
  margin-bottom: 10px;
}
.read_2 {
  margin: 60px auto;
  text-align: center;
  color: #ffffff;
  font-family: 'Cinzel Decorative', serif;
}
.read_2 h2 {
  width: auto;
  background: #88171a;
  padding: 5px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.4;
}
.price {
  color: #88171a;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 0.6rem;
}
.price_2 {
  font-size: 0.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #272727;
}
.free_shipping {
  background: #88171a;
  border-radius: 4px;
  padding: 5px;
  margin-right: 4px;
  color: #ffffff;
}
.hayawari {
  background: rgb(136, 23, 26);
  color: #ffffff;
  font-size: 0.8rem;
  padding: 3px 4px;
  margin-right: 4px;
}
.regular {
  color: #272727;
  font-size: 0.8rem;
  padding: 3px 4px;
  margin-right: 4px;
}
.name {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 14px;
}
.brand_name {
  font-size: 0.8rem;
  font-weight: bold;
}
#headbar {
  /* ▼上端に固定するCSS */
  font-family: 'Cinzel Decorative', serif;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  /*padding:15px 0px 10px 0px;*/
  /*height: 50px;*/
  z-index: 100;
  /* ▼バーの装飾 */
  background-color: #88171a; /* 背景色 */
  color: white; /* 文字色 */
  box-shadow: 3px 3px 3px rgba(238, 41, 97, 0.5); /* 影 */
}
div#headbar ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  letter-spacing: -1em;
}
div#headbar ul li {
  display: inline-block;
  border-left: 1px solid #fff;
  text-align: center;
  line-height: 50px;
  letter-spacing: 0em;
}
div#headbar ul li:last-child {
  border-right: 1px solid #fff;
}
div#headbar ul li a {
  color: #fff;
  display: inline-block;
  width: 197px;
  line-height: 50px;
}
div#headbar ul li a:hover {
  opacity: 0.7;
}
.cover_pc {
  display: block;
  margin: 0 auto;
}
.cover_sp {
  display: none;
  margin: 0 auto;
  padding-top: 40px;	
}
section {
  margin: 0 auto;
  max-width: 960px;
  padding: 80px 10px 10px 10px;
}
.flex-container-goods01 {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;  	
}
.menu_etc img {
  width: 160px;
}
.menu_etc a:hover {
  opacity: 0.7;
}
.flex-container {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
/*売切れ表示で画面暗く*/
div.bg_dark {
  background-color: black;
  display: inline-block;
  position: relative;	
}
.bg_dark img{
  display: block;
  opacity: 0.5;
  width:100%;
}
.bg_dark p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 15px;
  color:#fff;
  margin:0;
}
/*売切れ表示ここまで*/
.flex-container_ranking1 {
  margin-right: 20px;
}
.flex-container_ranking2 {
  flex-basis: 50%;
  color: #ffffff;
  font-family: 'Cinzel Decorative', serif;
}
.flex-container-2col {
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
  margin-bottom: 100px;
}
.flex-container-2col_2 {
  width: 90%;
  margin: 0 10px;
  color: #ffffff;
  font-family: 'Cinzel Decorative', serif;
}
.s_title {
  font-family: 'Cinzel Decorative', serif;
  letter-spacing: 0.3rem;
  font-weight: bold;
  font-size: 2.1rem;
  color: #D7C474;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
  line-height: 0.7;
}
.sub_title {
  font-family: 'Cinzel Decorative', serif;
  font-size: 1rem;
  letter-spacing: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.bland_name {
  margin-top: 15px;
}
.item-option {
  border: 2px solid #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
  padding: 8px 8px;
  vertical-align: super;
  border-radius: 5px;
}
.caution {
  background-color: #ffffff;
  padding: 8px;
  color: #88171a;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.btn-001 {
  padding: 10px;
  text-align: center;
  background-color: #88171a;
  color: #fff;
  margin-top: 20px;
  border-radius: 3px;
}
.btn-001:hover {
  opacity: 0.7;
}
.btn-002 {
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #88171a;
  color: #fff;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.btn-002:hover {
  opacity: 0.7;
}
.flex-container-aite {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0px;
}
.flex-item-goods05 img {
  width: 100%;
}
.flex-item-goods05 {
  width: 31.5%;
  margin-top: 10px;
}
.flex-item-goods05 a:hover {
  opacity: 0.7;
}
.flex-container-4col {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0px 0 20px 0;
}
.box-4col {
  width: 24%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.flex-container-1 {
  position: relative;
  top: 12px;
}
.box-4col img {
  width: 100%;
}
.link-100 {
  display: block;
}
.link-100:hover {
  opacity: 0.7;
}
.item-option3 {
  font-size: 0.8rem;
  font-weight: bold;
  color: #000;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 2px 5px;
  line-height: 1.8rem;
}
.bg03 {
  background-color: #FFFFFF;
  padding: 12px 12px 30px;
  border-radius: 8px;
}
.br-sp {
  display: none;
}
.more-btn {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 120px;
}
.mini_header {
  line-height: 1.3;
  margin: 50px auto 0 auto;
  width: 100%;
  max-width: 800px;
  justify-content: space-between;
  font-weight: bold;
  font-size: larger;
  text-align: center
}
.mini_header {
  line-height: 1.3;
  margin: 50px auto 0 auto;
  width: 100%;
  max-width: 800px;
  justify-content: space-between;
  font-weight: bold;
  font-size: larger;
  text-align: center;
  color: #88171a;
}
.mini_header span {
  vertical-align: text-top;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 14px;
  font-family: 'Cinzel Decorative', serif;
}
#footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 100px;
  background: #88171a;
  color: #FFF;
}
#footer a {
  color: #FFF;
  text-decoration: underline;
}
/* TOPへ戻る */
.return-btn {
  position: fixed;
  bottom: 5%;
  right: 5%;
}
.return-btn img {
  width: 80px;
}
/*コラム*/
.accordion-area {
  list-style: none;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 15px 0;
  text-align: left;
}
.accordion-area div {
  border: 2px solid #FFF;
  background: #FFF;
  border-radius: 8px;
  color: #0A2926;
}
/*アコーディオンタイトル*/
.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 2% 2% 2% 3%;
  transition: all .5s ease;
}
/*アイコンの＋と×*/
.title::before, .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #B4A581;
}
.title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}
.title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
  margin: 0 3% 3% 3%;
  padding: 0 3%;
}
.box p {
  line-height: 2;
}
.heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 2.5;
  border-left: solid 5px #422909;
  padding: 0.25em 0.5em;
}
.text_red {
  background: linear-gradient(transparent 60%, #ffffb3 60%);
  font-weight: bold;
  line-height: 1.5;
}
.sub_text {
  margin-bottom: 50px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Cinzel Decorative', serif;
}
.text_bold {
  font-weight: bold;
  padding: 0.1em 0; /*上下の余白*/
  border-bottom: solid 3px #0A2926; /*下線*/
}
/*コラム*/
@media only screen and (max-width: 420px) {
  .return-btn img {
    width: 50px;
  }
  .return-btn {
    bottom: 2%;
    right: 2%;
  }
}
@media only screen and (max-width:750px) {
  .coupon {
    display: block;
    margin: 0 auto 30px;
  }
  div#headbar ul {
    width: 100%;
    display: flex;
    height: 40px;
  }
  div#headbar ul li {
    width: 25%;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
  }
  div#headbar ul li a {
    display: inline;
    line-height: 40px;
  }
  div#headbar ul li:last-child {
    border-right: none;
  }
  .flex-container {
    display: block;
    width: 90%;
    margin: 50px auto 0;
  }
  .flex-container-2col {
    display: block;
    width: 90%;
    margin: 50px auto;
  }
  .flex-container-2col div {
    width: 100%;
  }
  .btn-001 {
    margin-bottom: 80px;
  }
  .flex-container_ranking1 {
    margin-right: 0;
  }
  .flex-container-aite {
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .flex-item-goods05 {
    width: 48%;
    margin-top: 10px;
  }
  .s_title {
    margin-bottom: 30px;
  }
  .br-sp {
    display: block;
  }
  .box-4col {
    width: 49%;
    margin-top: 20px;
  }
  .flex-container-4col {
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .flex-container-goods01 div {
    width: 23%;
  }
  .menu_etc img {
    width: 100px;
  }
  .flex-container-goods01 div img {
    width: 100%;
  }
  .more-btn {
    width: 98%;
    margin-top: 20px;
  }
  .read_img1, .read_img2 {
    display: none;
  }
  .headbar {
    width: 100%;
    margin: 0 auto;
  }
  .cover_pc {
    display: none;
  }
  .cover_sp {
    display: block;
  }
  .mini_header span {
    font-size: large;
    position: relative;
    top: 5px;
  }
  .price {
    line-height: 2.6;
    margin-bottom: 2px;	  
  }
  .price_2 {
    line-height: 2.6;
  }
  .title {
    font-size: 1rem;
  }
  #footer {
    font-size: 0.8rem;
  }
}