﻿
@import url("css.css");
@font-face {
  font-family: "myfont"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/contents/hyb_2501/fonts/myfont.ttf") format("truetype");
  src: url("/contents/hyb_2501/fonts/myfont.woff") format("woff");
}
.f-shippo {
  font-family: "Shippori Mincho", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.pane-main {
  max-width: none;
}

.dy_load_content {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 1 !important;
}

.bg-gy-texture {
  background: url("../image/bg1.jpg");
}

.bg-gold {
  background: url("../image/scene_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .bg-gold {
    background-image: url("../image/bg-scene-sp.jpg");
  }
}

.bg-gold-02 {
  background: url("../image/detail_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .bg-gold-02 {
    background-image: url("../image/detail_bg_sp.jpg");
  }
}

.bg-gold-03 {
  background: url("../image/gift_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .bg-gold-03 {
    background-image: url("../image/gift_bg_sp.jpg");
  }
}

.main-contents img {
  height: auto;
}
.main-contents .inner-wrap {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .main-contents .d-1650_none {
    display: none;
  }
  .main-contents .left-1650_n300px {
    left: -300px !important;
  }
  .main-contents .right-1650_n220px {
    right: -220px !important;
  }
  .main-contents .top-1650_100px {
    top: 100px !important;
  }
}
@media screen and (min-width: 769px) {
  .main-contents .mv-top {
    background-image: url("../image/hta-mv-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 620px;
  }
}
.main-contents .mv-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-contents .inner-wrap {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .main-contents .mv-top__copy-wrap {
    position: absolute;
    right: 0.5%;
    bottom: 84px;
    text-align: center;
  }
  .main-contents .mv-top__copy-wrap img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .main-contents .mv-top__copy-wrap-02 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
  }
  .main-contents .mv-top__copy-wrap-02 img {
    margin-left: auto;
    margin-right: auto;
  }
}
.main-contents .mv-top__copy {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.main-contents .mv-top__copy > div {
  display: inline-block;
  position: relative;
}
.main-contents .mv-top__copy > div .mv-top__img-icon {
  position: absolute;
  position: absolute;
  right: -24%;
}
@media screen and (max-width: 768px) {
  .main-contents .mv-top__copy {
    margin-bottom: 0;
    font-size: 0;
  }
}
.main-contents .mv-bottom {
  background-image: url("../image/sub-bg.jpg");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .main-contents .mv-bottom {
    background-image: url("../image/sub-bg-sp.jpg");
  }
}
.main-contents #FinaMadeCommitment240905 .bg-point {
  background-image: url("../image/bg-point.jpg");
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .main-contents #FinaMadeCommitment240905 .bg-point {
    background-image: url("../image/bg-fina-sp.jpg");
  }
}
.main-contents #pageLink {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.main-contents #pageLink:before, .main-contents #pageLink:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 31px;
  left: -10px;
}
.main-contents #pageLink:before {
  background: url("../image/parts-tug-top.png") no-repeat center;
  background-size: contain;
  top: -6px;
}
@media screen and (max-width: 768px) {
  .main-contents #pageLink:before {
    background-image: url("../image/parts-tug-top-sp.png");
  }
}
.main-contents #pageLink:after {
  background: url("../image/parts-tug-bottom.png") no-repeat center;
  background-size: contain;
  bottom: 6px;
}
@media screen and (max-width: 768px) {
  .main-contents #pageLink:after {
    background-image: url("../image/parts-tug-bottom-sp.png");
  }
}
.main-contents #award .line-title {
  position: relative;
}
.main-contents #award .line-title:before, .main-contents #award .line-title:after {
  position: absolute;
  content: "";
  background-size: 100%;
  height: 2px;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-contents #award .line-title:before {
  background: url("../image/sec01bordertop.png") no-repeat center;
}
.main-contents #award .line-title:after {
  background: url("../image/sec01borderunder.png") no-repeat center;
  bottom: 0;
}
.main-contents .floatingLink {
  position: fixed;
  top: auto;
  bottom: 150px;
  right: 0px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .main-contents .floatingLink {
    display: none;
  }
}
.main-contents .floatingLink img {
  height: auto;
}
.main-contents .item-title {
  position: relative;
  border-bottom: 2px solid #230e02;
}
@media screen and (max-width: 768px) {
  .main-contents .item-title {
    border-top: 2px solid #230e02;
  }
}
@media screen and (min-width: 769px) {
  .main-contents .item-title {
    padding-left: 70px;
  }
}
.main-contents .item-title::before {
  content: "";
  position: absolute;
  left: -50px;
  background: url(../image/Financier-img.png) no-repeat;
  background-size: cover;
  width: 110px;
  height: 121px;
  bottom: -33px;
}
@media screen and (max-width: 768px) {
  .main-contents .item-title::before {
    background-size: contain;
    left: -10px;
    bottom: -54px;
  }
}
@media screen and (min-width: 769px) {
  .main-contents .item-title2 {
    padding-left: 100px;
  }
}
.main-contents .item-title2::before {
  content: "";
  position: absolute;
  left: -50px;
  background: url(../image/Madeleine02.png) no-repeat;
  background-size: cover;
  width: 150px;
  height: 121px;
  bottom: -55px;
}
@media screen and (max-width: 768px) {
  .main-contents .item-title2::before {
    background-size: contain;
    width: 115px;
    height: 121px;
    left: -10px;
    bottom: -65px;
  }
}
.main-contents .main-title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.main-contents .main-title::before {
  content: "";
  position: absolute;
  left: -100px;
  background: url("../image/item-left.png") no-repeat;
  background-size: cover;
  width: 60px;
  height: 120px;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .main-contents .main-title::before {
    background-size: contain;
    left: -60px;
    width: 60px;
    height: 120px;
    top: -10px;
  }
}
.main-contents .main-title::after {
  content: "";
  position: absolute;
  background: url("../image/item-right.png") no-repeat;
  background-size: cover;
  width: 55px;
  height: 124px;
  right: -100px;
  bottom: -25px;
}
@media screen and (max-width: 768px) {
  .main-contents .main-title::after {
    width: 55px;
    height: 124px;
    right: -60px;
    bottom: -40px;
  }
}
.main-contents .toggle-title {
  font-size: 15px;
  position: relative;
  letter-spacing: 2px;
  cursor: pointer;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .main-contents .toggle-title {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-contents .toggle-title::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  right: 8px;
  background: #b89c4f !important;
  color: #b89c4f !important;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  border-top: 1px solid;
}
.main-contents .toggle-title::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  right: 15px;
  background: #b89c4f !important;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.main-contents .toggle-title.active:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.main-contents .toggle-title-border {
  border-bottom: 1px solid #cccccc;
}
.main-contents .contents-container {
  max-width: 1024px;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .main-contents .contents-container {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (min-width: 769px) {
  .main-contents .teatime-band {
    height: 475px;
    background-image: url("../image/hta-exp-img.jpg");
    background-size: cover;
    background-position: center;
  }
}
.main-contents #video {
  background-image: url("../image/bg-mov.jpg");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .main-contents #video {
    background-image: url("../image/bg-mov-sp.jpg");
  }
}
.main-contents .img-flaot-img {
  clear: both;
  float: right;
  visibility: hidden;
}
.main-contents .img-flaot-space {
  width: 1px;
  height: 100%;
}
.main-contents .img-flaot-wrap {
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  .main-contents .commitment-list__title {
    min-height: 85px;
  }
}
.main-contents .toggle-listbox {
  border-bottom: 1px solid #cccccc;
  line-height: 1.8;
  padding-bottom: 20px;
}
.main-contents .buy-btn.buy-btn__big {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  background: radial-gradient(#e6d3a9, #bfa770);
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .main-contents .buy-btn.buy-btn__big {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 26px;
  }
}
.main-contents .buy-btn.buy-btn__big:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/icon-cart.png) no-repeat;
  width: 34px;
  height: 25px;
  background-size: contain;
  left: 20px;
  top: 17px;
}
@media screen and (min-width: 769px) {
  .main-contents .buy-btn.buy-btn__big:before {
    width: 41px;
    height: 40px;
    left: 30px;
    top: 22px;
  }
}
.main-contents .buy-btn.buy-btn__big:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 769px) {
  .main-contents .buy-btn.buy-btn__big:after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    right: 35px;
  }
}
.main-contents .buy-btn.buy-btn__big.after-right:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-contents .notice-tenpoPage-border-top {
  border-top: 1px solid #d2d2d2;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  .main-contents .zindex-md-0 {
    z-index: 0 !important;
  }
}
/* .main-contents .bg-package {
  background: url("/img/goods/hyb/2501/pkg_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .main-contents .bg-package {
    background: url("/img/goods/hyb/2501/pkg_bg_sp.jpg");
  }
} */

#lineup img {
  height: auto;
}
#lineup .cart-btn {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  background: radial-gradient(#664c3c, #3e2210);
  border-radius: 5px;
  -webkit-box-shadow: 0px 15px 15px -6px rgba(193, 79, 22, 0.3);
          box-shadow: 0px 15px 15px -6px rgba(193, 79, 22, 0.3);
  position: relative;
}
@media screen and (max-width: 768px) {
  #lineup .cart-btn {
    font-size: 12px;
    background-position-x: center;
    background-size: cover;
  }
}
#lineup .cart-btn:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/cart.png) no-repeat;
  width: 34px;
  height: 25px;
  background-size: contain;
  left: 20px;
  top: 9px;
}
@media screen and (max-width: 768px) {
  #lineup .cart-btn:before {
    background: url(../image/cart.png) no-repeat;
    width: 17px;
    height: 18px;
    background-size: contain;
    left: 10px;
    top: 9px;
  }
}
#lineup .cart-btn.detail-link:before {
  background-image: url(../image/icon-cart.png);
}
#lineup .cart-btn.detail-link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  #lineup .cart-btn.detail-link:after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}
#lineup .yakitate-border {
  position: relative;
}
#lineup .yakitate-border:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-image: url("../image/yakitate-tti-kazari.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #lineup .yakitate-border:after {
    background-image: url("../image/yakitate-tti-kazari_sp.png");
    height: 3px;
  }
}

[class^=product-notes-] .buy-btn {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  background: radial-gradient(#9a281d, #7e2921);
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  [class^=product-notes-] .buy-btn {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 26px;
  }
}
[class^=product-notes-] .buy-btn:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/icon-cart.png) no-repeat;
  width: 34px;
  height: 25px;
  background-size: contain;
  left: 20px;
  top: 17px;
}
@media screen and (min-width: 769px) {
  [class^=product-notes-] .buy-btn:before {
    width: 41px;
    height: 40px;
    left: 30px;
    top: 22px;
  }
}
[class^=product-notes-] .buy-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 769px) {
  [class^=product-notes-] .buy-btn:after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    right: 35px;
  }
}
[class^=product-notes-] .buy-btn.after-right:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
[class^=product-notes-] .notice-tenpoPage {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  [class^=product-notes-] .notice-tenpoPage {
    margin-bottom: 40px;
  }
}
[class^=product-notes-] .notice-tenpoPage h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  [class^=product-notes-] .notice-tenpoPage h2 {
    margin-bottom: 30px;
  }
}
[class^=product-notes-] .notice-tenpoPage__text {
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  [class^=product-notes-] .notice-tenpoPage__text {
    font-size: 20px;
  }
}
[class^=product-notes-] .notice-tenpoPage__text span {
  position: relative;
  z-index: 1;
}
[class^=product-notes-] .notice-tenpoPage__text span:after {
  content: "";
  width: 100%;
  height: 15px;
  background: #ebe3e1;
  position: absolute;
  z-index: -1;
  bottom: 2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  [class^=product-notes-] .notice-tenpoPage__text span:after {
    height: 10px;
  }
}
[class^=product-notes-] .notice-tenpoPage .buy-btn {
  font-size: 15px;
  font-weight: normal;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media screen and (min-width: 769px) {
  [class^=product-notes-] .notice-tenpoPage .buy-btn {
    max-width: 288px;
  }
}
@media screen and (max-width: 768px) {
  [class^=product-notes-] .notice-tenpoPage .buy-btn {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
[class^=product-notes-] .notice-tenpoPage .buy-btn:before {
  width: 22px;
  height: 22px;
  top: 9px;
}
@media screen and (max-width: 768px) {
  [class^=product-notes-] .notice-tenpoPage .buy-btn:before {
    width: 25px;
    height: 25px;
    top: 14px;
  }
}
[class^=product-notes-] .notice-tenpoPage .buy-btn:after {
  content: none;
}
[class^=product-notes-] .notice-tenpoPage__2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  [class^=product-notes-] .notice-tenpoPage__2column {
    padding: 0 10px;
  }
}
[class^=product-notes-] .notice-tenpoPage__2column > * {
  margin-left: 50px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  [class^=product-notes-] .notice-tenpoPage__2column > * {
    margin-left: 7px;
    margin-right: 7px;
    width: 100%;
  }
}
[class^=product-notes-] .notice-tenpoPage__2column > * p {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  [class^=product-notes-] .notice-tenpoPage__2column > * p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  [class^=product-notes-] .notice-tenpoPage__2column > * .buy-btn {
    min-width: 288px;
  }
}
@media screen and (max-width: 768px) {
  [class^=product-notes-] .notice-tenpoPage__2column > * .buy-btn {
    font-size: 12px;
    padding-left: 8%;
    background: radial-gradient(#e97165, #7e2921);
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 768px) {
  [class^=product-notes-] .notice-tenpoPage__2column > * .buy-btn:before {
    width: 22px;
    height: 22px;
    top: 6px;
    left: 10px;
  }
}

.voice-section {
  background: url("../image/review_bg_no-line.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .voice-section {
    background: url("../image/review_bg_no-line_sp.jpg");
  }
}
.voice-section_border_01,
.voice-section_border_02 {
  border: 1px solid #fff;
}

.voice-section .reviewSection-btn {
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
}

.voice-section .reviewSection-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* 250124追加ここから */
.br_1100 {
  display: none;
}
@media screen and (max-width: 1100px) {
  .br_1100 {
      display: block;
  }
}
.br_1280 {
  display: none;
}
@media screen and (max-width: 1280px) {
  .br_1280 {
      display: block;
  }
}
.br_n1280 {
  display: block;
}
@media screen and (max-width: 1280px) {
  .br_n1280 {
      display: none;
  }
}
/* 250124追加ここまで */