
body {
    font-family: a-otf-ud-shin-go-pr6n, Meiryo, sans-serif;
    font-weight: 400;
}
a:hover{
  text-decoration: none;
}
.fs-p-headerNavBar{
position: fixed;
    top: 0;
    left:0;
width: 100%;
z-index:10000
}
.fs-p-headerUtilityMenu{
margin-top: 3.5rem;
}

.fs-p-logo__image {
margin-top: 3.5rem;
}

a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}

.sec_info{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    margin-top: 3.0rem;
    margin-bottom: 3.0rem;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

info_title{
    font-family: "Zen Old Mincho", Meiryo, serif;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}


ul.topics_i {
  display: flex;
  padding: 0 0 2.0rem 0;
}


.topics_content{
　padding: 0 10px;
}

.topics_sentence {
padding:0.8rem 0 0 1.0rem;
}

.topics_title {
    font-size: 1.8rem;
    align-items: center;
    padding-left: 1.0rem;
    border-left: solid 2px #cccccc;
}

h2.fs-p-heading--lv2{
 font-size: 3rem;
 text-align: center;
 padding: 5px 0;
 border-bottom: solid 1px;
}
.title_sec{
 text-align: center;
 font-size: 1.0em;
 padding-top: 0;
 padding-bottom: 10px;
}

.info_area{
display: flex;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
align-items: center;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
margin-bottom: 3.5rem;

}

.info_title{
font-family: "Zen Old Mincho", Meiryo, serif;
font-size: 1.8rem;
line-height: 1;
font-weight: 700;
text-align: center;
margin-bottom: 0;
justify-content: center;
min-width: 300px;
}

.info_main_area{
font-size: 1.6rem;
font-family: a-otf-ud-shin-go-pr6n, Meiryo, sans-serif;
font-weight: 400;
border-left: solid 1px #cccccc;
}

.info_main_area ._date{
border-right: solid 1px #cccccc;
padding-right: 1.2rem;
}
.info_main_area ._txt{
padding-left: 1.2rem;
}
.info_main_area_1{
padding: 0.6rem 0.9rem;
list-style: none;
}


/*ヘッダーバーアニメーション*/
@keyframes slide-right {
  0% {
    transform: translateX(-101%);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-101%);
  }
}
@keyframes UpAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100px);
  }
}
@keyframes DownAnime {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes upAnimeR {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes downAnimeR {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-50px);
  }
}
@keyframes subWrapAniOpen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes subWrapAniClosed {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mainWrapAniOpen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mainWrapAniClosed {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes slide-bottom {
  0% {
    transform: translateY(-250px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-250px);
  }
}
@keyframes glnavFixedOpenSp {
  0% {
    transform: translateY(250px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes glnavFixedClosedSp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(250px);
    opacity: 0;
  }
}
.ym-hvp-parent.smpl-scaleup {
  overflow: hidden;
}

.ym-hvp-img.smpl-scaleup {
  transition: all 0.5s ease;
  display: block;
  width: auto;
}

.ym-hvp-parent.smpl-scaleup:hover .ym-hvp-img.smpl-scaleup {
  transform: scale(1.05);
}

.ym-fade-type-upslow {
  transition: 0.6s;
  transform: translateY(20px);
  opacity: 0;
}

.is-active .ym-fade-type-upslow, .ym-fade-type-upslow.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.ym-fade-type-l-up {
  transition: 0.6s;
  transform: translateY(50px);
  opacity: 0;
}

.is-active .ym-fade-type-l-up, .ym-fade-type-l-up.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.ym-fade-type-up {
  transition: 0.6s;
  transform: translateY(50px);
  opacity: 0;
}

.is-active .ym-fade-type-up, .ym-fade-type-up.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.ym-fade-type-down {
  transition: 0.6s;
  transform: translateY(-50px);
  opacity: 0;
}

.is-active .ym-fade-type-down, .ym-fade-type-down.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.ym-fade-type-l-left {
  transition: 0.6s;
  transform: translateX(50px);
  opacity: 0;
}

.is-active .ym-fade-type-l-left, .ym-fade-type-l-left.is-active {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}

.ym-fade-type-left {
  transition: 0.6s;
  transform: translateX(50px);
  opacity: 0;
}

.is-active .ym-fade-type-left, .ym-fade-type-left.is-active {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}

.ym-fade-type-l-right {
  transition: 0.6s;
  transform: translateX(-50px);
  opacity: 0;
}

.is-active .ym-fade-type-l-right, .ym-fade-type-l-right.is-active {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}

.ym-fade-type-right {
  transition: 0.6s;
  transform: translateX(-50px);
  opacity: 0;
}

.is-active .ym-fade-type-right, .ym-fade-type-right.is-active {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}

.is-active .ym-fade-type-up:nth-child(2) {
  transition-delay: 0.3s;
}

.is-active .ym-fade-type-up:nth-child(3) {
  transition-delay: 0.6s;
}

.is-active .ym-fade-type-up:nth-child(4) {
  transition-delay: 0.9s;
}

.is-active .ym-fade-type-up:nth-child(5) {
  transition-delay: 1.2s;
}

.is-active .ym-fade-type-up:nth-child(6) {
  transition-delay: 1.5s;
}

.is-active .ym-fade-type-down:nth-child(2) {
  transition-delay: 0.3s;
}

.is-active .ym-fade-type-down:nth-child(3) {
  transition-delay: 0.6s;
}

.is-active .ym-fade-type-down:nth-child(4) {
  transition-delay: 0.9s;
}

.is-active .ym-fade-type-down:nth-child(5) {
  transition-delay: 1.2s;
}

.is-active .ym-fade-type-down:nth-child(6) {
  transition-delay: 1.5s;
}

.is-active .ym-fade-type-left:nth-child(2) {
  transition-delay: 0.3s;
}

.is-active .ym-fade-type-left:nth-child(3) {
  transition-delay: 0.6s;
}

.is-active .ym-fade-type-left:nth-child(4) {
  transition-delay: 0.9s;
}

.is-active .ym-fade-type-left:nth-child(5) {
  transition-delay: 1.2s;
}

.is-active .ym-fade-type-left:nth-child(6) {
  transition-delay: 1.5s;
}

.is-active .ym-fade-type-right:nth-child(2) {
  transition-delay: 0.3s;
}

.is-active .ym-fade-type-right:nth-child(3) {
  transition-delay: 0.6s;
}

.is-active .ym-fade-type-right:nth-child(4) {
  transition-delay: 0.9s;
}

.is-active .ym-fade-type-right:nth-child(5) {
  transition-delay: 1.2s;
}

.is-active .ym-fade-type-right:nth-child(6) {
  transition-delay: 1.5s;
}

.ym-glnav_fixed.closedMove {
  animation: slide-top 0.25s both cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.ym-glnav_fixed.openMove {
  animation: slide-bottom 0.4s both cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: none;
}

.ym-glnav_fixed__sp.closedMove {
  animation: glnavFixedClosedSp 0.25s both cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.ym-glnav_fixed__sp.openMove {
  animation: glnavFixedOpenSp 0.4s both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#ym-off-canvas-wrap.closedMove {
  animation: rightAnime 0.25s both cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
#ym-off-canvas-wrap.openMove {
  animation: leftAnime 0.4s both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes css-slide-two {
  0% {
    transform: translateY(-100%);
  }
  1.5% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(0%);
  }
  51.5% {
    transform: translateY(100%);
  }
  99.999% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes css-slide-three {
  0% {
    transform: translateY(-100%);
  }
  1.5% {
    transform: translateY(0%);
  }
  30% {
    transform: translateY(0%);
  }
  31.5% {
    transform: translateY(100%);
  }
  99.999% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes css-slide-four {
  0% {
    transform: translateY(-100%);
  }
  1.5% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(0%);
  }
  26.5% {
    transform: translateY(100%);
  }
  99.999% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.ym-glnav_notice li.ani-slider-top {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.ym-glnav_notice li.ani-slider-top:nth-of-type(odd) {
  background-color: #D1C7B1;
}
.ym-glnav_notice li.ani-slider-top:nth-of-type(even) {
  background-color: #a6acaf;
}
.ym-glnav_notice li.ani-slider-top a {
  display: block;
  padding: 0.5rem 0;
  color: #fff;
}
.ym-glnav_notice li.ani-slider-top a:hover, .ym-glnav_notice li.ani-slider-top a:active, .ym-glnav_notice li.ani-slider-top a:focus {
  color: #fcfcfc;
}

.ym-glnav_notice {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.ym-glnav_notice li.ani-slider-top {
  display: block;
  float: left;
  width: 100%;
  height: 30px;
  transform: translateY(-100%);
  position: absolute;
}
.ym-glnav_notice[data-glnav-notice-count="0"] {
  display: none;
}
.ym-glnav_notice[data-glnav-notice-count="1"] .ani-slider-top:nth-of-type(1) {
  transform: translateY(0%);
}
.ym-glnav_notice[data-glnav-notice-count="2"] .ani-slider-top:nth-of-type(1) {
  animation: css-slide-two 14s 0s infinite;
  transform: translateY(0%);
}
.ym-glnav_notice[data-glnav-notice-count="2"] .ani-slider-top:nth-of-type(2) {
  animation: css-slide-two 14s 7s infinite;
}
.ym-glnav_notice[data-glnav-notice-count="3"] .ani-slider-top:nth-of-type(1) {
  animation: css-slide-three 21s 0s infinite;
  transform: translateY(0%);
}
.ym-glnav_notice[data-glnav-notice-count="3"] .ani-slider-top:nth-of-type(2) {
  animation: css-slide-three 21s 7s infinite;
}
.ym-glnav_notice[data-glnav-notice-count="3"] .ani-slider-top:nth-of-type(3) {
  animation: css-slide-three 21s 14s infinite;
}
.ym-glnav_notice[data-glnav-notice-count="4"] .ani-slider-top:nth-of-type(1) {
  animation: css-slide-four 28s 0s infinite;
  transform: translateY(0%);
}
.ym-glnav_notice[data-glnav-notice-count="4"] .ani-slider-top:nth-of-type(2) {
  animation: css-slide-four 28s 7s infinite;
}
.ym-glnav_notice[data-glnav-notice-count="4"] .ani-slider-top:nth-of-type(3) {
  animation: css-slide-four 28s 14s infinite;
}
.ym-glnav_notice[data-glnav-notice-count="4"] .ani-slider-top:nth-of-type(4) {
  animation: css-slide-four 28s 21s infinite;
}
@media screen and (min-width: 769px) {
  #hamb-btn-fix.closedMove {
    animation: top-hamb-open 0.25s both cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  #hamb-btn-fix.openMove {
    top: 0rem;
    animation: top-hamb-closed 0.42s both cubic-bezier(0.39, 0.575, 0.565, 1);
    position: fixed;
  }
  #ym-off-canvas-wrap.closedMove {
    animation: subWrapAniClosed 0.4s both;
  }
  #ym-off-canvas-wrap.openMove {
    animation: subWrapAniOpen 0.4s both;
  }
  #ym-off-canvas-wrap .sub-wrap_pri,
#ym-off-canvas-wrap .sub-wrap_sec,
#ym-off-canvas-wrap .sub-wrap_thr {
    display: none;
  }
  #ym-off-canvas-wrap .sub-wrap_pri.closedMove,
#ym-off-canvas-wrap .sub-wrap_sec.closedMove,
#ym-off-canvas-wrap .sub-wrap_thr.closedMove {
    animation: subWrapAniClosed 0.25s both cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  #ym-off-canvas-wrap .sub-wrap_pri.openMove,
#ym-off-canvas-wrap .sub-wrap_sec.openMove,
#ym-off-canvas-wrap .sub-wrap_thr.openMove {
    animation: subWrapAniOpen 0.25s both cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}
@media screen and (max-width: 769px) {
  #ym-off-canvas-wrap .sub-wrap_pri.closedMove,
#ym-off-canvas-wrap .sub-wrap_sec.closedMove,
#ym-off-canvas-wrap .sub-wrap_thr.closedMove {
    animation: rightAnime 0.25s both cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  #ym-off-canvas-wrap .sub-wrap_pri.openMove,
#ym-off-canvas-wrap .sub-wrap_sec.openMove,
#ym-off-canvas-wrap .sub-wrap_thr.openMove {
    animation: leftAnime 0.4s both cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

/*ヘッダーバーアニメーション終了*/



/*ブランドリストレイアウト用*/
#brand {
    padding: 50px 0px;
}



#brand li {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 10px;
}


/*カテゴリーリストレイアウト用*/

#item li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}


.space-big {
    padding: 20px 0;
}

.space-small {
    padding: 10px 0;
}


.space-big {
    padding: 40px 0;
}

.space-small {
    padding: 20px 0;
}
.brand-en {
    font-size: 20px;;
}
.brand-jpn {
    font-size: 15px;;
}

/*定価に取消線を入れる*/
.fs-c-productPrice--listed .fs-c-price {
    text-decoration: line-through;
}


/* カルーセルスライダー ---------------------*/
.carousel-container {
    position: relative;
    width: 95%; /* カルーセルの幅を調整 */
    max-width: 1200px;
    margin: 20px auto; /* 上下のマージンと中央寄せ */
    overflow: hidden;
}

.carousel-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    display: flex;
    z-index: -1;
}

.carousel-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-background img.slick-active {
    opacity: 1;
}

.carousel {
    width: 100%;
}

.slide {
    display: flex !important;
    justify-content: space-around;
    padding: 30px 0;
}

.white-box {
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    width: 40%;
    box-sizing: border-box;
    text-align: left; /* テキストを左寄せに */
}

.white-box-title {
    font-size: 1.2em;
    margin-bottom: -20px;
}

.rating {
    color: gold;
    font-size: 1em;
    margin-bottom: -10px;
}

.info {
    font-size: 0.9em;
    color: #777;
    margin-bottom: -10px;
}

.comment {
    font-size: 1.20em;
    line-height: 1.8;
}

/* Slickのドットスタイルの調整 */
.slick-dots {
    text-align: center;
    margin-top: 20px;
    bottom: -30px; /* デフォルト値から変更 */
    position: absolute; /* これがないとbottomが効かない場合があります */
    width: 100%; /* 横幅を100%にして中央寄せを維持 */
}

. li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ccc;
    border-radius: 50%;
}

.slick-dots li button:before {
    content: ''; /* 点のコンテンツを空にする */
    opacity: 1; /* 必要に応じて透明度を調整 */
    width: 10px; /* 点の幅を0にするか、お好みのサイズに */
    height: 10px; /* 点の高さを0にするか、お好みのサイズに */
    border-radius: 50%; /* 丸い形を維持 */
    background-color: #ccc; /* 点の色 */
    display: block; /* ブロック要素として扱う */
    margin: 0 auto; /* 中央寄せ */
}

.slick-dots li.slick-active button:before {
    background-color: #333; /* アクティブな点の背景色 */
}

.slick-dots li.slick-active button {
    background: #333;
}

.fs-c-slick .slick-list .pc-review img {
width: 100vw;
}