@charset "UTF-8";
/*共通*/
#wine_sf_brd img {
  max-width: 100%;
}
#wine_sf_brd a:hover {
  opacity: .8;
}
#wine_sf_brd .dd02 hr {
  height: 2px;
  background-color: #0090fa;
  width: 30%;
  border: none;
  margin-bottom: 20px;
  margin-left: 0;
}
#wine_sf_brd .dd01 hr {
  height: 2px;
  background-color: #0090fa;
  width: 30%;
  border: none;
  margin-left: 1.5em;
  margin-bottom: 20px;
}
/*説明文*/
#wine_sf_brd .wrapBg01 {
  margin: 15px 0 30px;
}
/*説明文 開閉*/
#wine_sf_brd .txt_box1 {
  position: relative;
  margin: 15px 0 30px;
}
#wine_sf_brd .txt_box1 input {
  display: none;
}
/*開くためのボタンとテキストを隠すグラデーションの設定*/
#wine_sf_brd .txt_box1 label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  bottom: -10px;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
/* 開いた時にグラデーションを消す */
#wine_sf_brd .txt_box1 input:checked + label {
  background: inherit;
}
#wine_sf_brd .txt_box1 input:checked + label {
   /*display: none ;*/ /*閉じるボタンを表示・非表示の設定 */
}
#wine_sf_brd .txt_box1 .txt_container {
  overflow: hidden;
  height: 140px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
/*続きをよむボタン*/
#wine_sf_brd .txt_box1 label:after,
#wine_sf_brd .txt_box1 label::before {
  content: '';
  position: absolute;
  line-height: 3.5rem;
}
#wine_sf_brd .txt_box1 label:after {
  z-index: 2;
  bottom: 20px;
  width: 13em;
  content: '続きを読む';
  color: #ffffff;
  background: #00024d;
  height: 35px;
}
#wine_sf_brd .txt_box1 label::before {
  position: absolute;
  bottom: 32px;
  left: calc(50% - 4em);
  z-index: 3;
  width: 10px;
  height: 5px;
  background: #ffffff;
  clip-path: polygon(50% 100%, 0 0, 100% 0)
}
/*閉じるボタン*/
#wine_sf_brd .txt_box1 input:checked + label:after {
  content: '閉じる';
}
#wine_sf_brd .txt_box1 input:checked + label:before {
  left: calc(50% - 2.5em);
  transform: scale(1, -1);
}
#wine_sf_brd .txt_box1 input:checked ~ .txt_container {
  height: auto;
  padding-bottom: 60px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}
/*コンテンツ*/
#wine_sf_brd .sec01 dl, #wine_sf_brd .sec02 dl {
  display: flex;
}
#wine_sf_brd dd {
  width: 600px;
  height: 330px;
  position: relative;
}
#wine_sf_brd dd p {
  display: block;
  font-size: 1.4rem;
}
#wine_sf_brd .sec01 .sec_img, #wine_sf_brd .sec02 .sec_img {
  width: 400px;
}
#wine_sf_brd .sec01 dl, #wine_sf_brd .sec02 dl {
  padding-top: 4.0rem;
  margin-bottom: 1.0rem
}
#wine_sf_brd .sec01, #wine_sf_brd .sec02 {
  border-top: solid 1px #ececec;
}
#wine_sf_brd dd .name {
  font-weight: bold;
  font-size: 2.2rem;
  margin-left: 1em;
}
#wine_sf_brd dd .name span {
  font-size: 1.6rem;
  margin-right: 1em;
  position: relative;
  top: -.2rem;
}
#wine_sf_brd dd .price {
  font-weight: bold;
  font-size: 1.8rem;
  margin-left: 1.2em;
  margin-bottom: 2.6rem;
}
#wine_sf_brd dd .price span {
  font-size: 1.4rem;
}
#wine_sf_brd dd .copy {
  font-weight: 500;
  background: rgb(243, 243, 255);
  padding: .3em 1.5em .3em 1.5em;
  font-size: 1.6rem;
  margin: 0 0 1.4rem 2.1rem;
}
#wine_sf_brd dd .description {
  margin-left: 1.5em;
  line-height: 2;
}
#wine_sf_brd .sec02 dl {
  flex-direction: row-reverse;
}
#wine_sf_brd .sec02 .dd02 {
  height: auto;
}
#wine_sf_brd .sec01 .dd01 {
  height: auto;
}
#wine_sf_brd .sec02 dl:first-of-type, #wine_sf_brd .sec02 dl:nth-of-type(2) {
  margin-bottom: 2rem;
}
#wine_sf_brd .sec02 .name, #wine_sf_brd .sec02 .price, #wine_sf_brd .sec02 .description {
  margin-left: 0;
  margin-right: 2rem;
}
#wine_sf_brd .sec02 .copy {
  margin: 0 2rem 1.4rem 0;
}
#wine_sf_brd .sec02 dl dd:nth-of-type(3) {
  height: 385px;
}
/*商品を購入するボタン*/
#wine_sf_brd dd .buy_btn {
  background-repeat: no-repeat;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  text-align: center;
  width: 230px;
  height: 50px;
  float: right;
  font-weight: 500;
  bottom: 0;
  right: 0;
  margin: 2rem 0 3rem;
  background: #00024d;
}
#wine_sf_brd .sec02 .buy_btn {
  float: left;
}
#wine_sf_brd .frmap {
  /*width: 40%;*/
  margin: 30px 0 0;
}
/*TB*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #wine_sf_brd {
    width: min(80vw, 767px);
  }
}
/*SP*/
@media screen and (max-width:767px) {
  /*コンテンツ*/
  #wine_sf_brd .sec01 dl, #wine_sf_brd .sec02 dl {
    display: block;
  }
  #wine_sf_brd .sec01 .sec_img, #wine_sf_brd .sec02 .sec_img {
    width: 100%;
  }
  #wine_sf_brd .sec01 dl, #wine_sf_brd .sec02 dl {
    padding-top: 1.5rem;
    margin-bottom: 3rem;
  }
  #wine_sf_brd .sec02 dl:first-of-type, #wine_sf_brd .sec02 dl:nth-of-type(2) {
    margin-bottom: 3rem;
  }
  #wine_sf_brd .sec02 .description {
    margin-right: 0;
  }
  #wine_sf_brd dd {
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
  }
  #wine_sf_brd dd .name, #wine_sf_brd dd .price, #wine_sf_brd dd .description {
    margin-left: 0;
  }
  #wine_sf_brd dd .name {
    font-size: 1.8rem;
  }
  #wine_sf_brd dd .price {
    margin-bottom: 1.3rem;
  }
  #wine_sf_brd dd .copy, #wine_sf_brd .sec02 .copy {
    padding: 1em 0.8em;
    font-size: 1.4rem;
    text-align: center;
  }
  #wine_sf_brd .sec01 .copy {
    margin-left: 0;
  }
  #wine_sf_brd .sec02 .dd02 {
    height: auto;
    margin-bottom: 6rem;
  }
  #wine_sf_brd .sec01 .dd01 {
    height: auto;
    margin-bottom: 6rem;
  }
  /*商品を購入するボタン*/
  #wine_sf_brd .sec02 .buy_btn {
    float: none;
  }
  #wine_sf_brd dd .buy_btn {
    border-radius: 4px;
    padding: 1rem 3rem;
    font-size: 1.6rem;
    position: relative;
    text-align: center;
    width: 70%;
    height: 5rem;
    margin: 3rem auto 0 auto;
    float: unset;
  }
  #wine_sf_brd .frmap {
    /*width: 60%;*/
    margin: 30px auto 0;
  }
}