@charset "UTF-8";
/*ブレイクポイント設定*/
@media screen and (min-width: 1080px) {
  .pcnone {
    display: none !important;
  }
}

@media screen and (max-width: 1080px) {
  .spnone {
    display: none !important;
  }
}

/*アスペクト比固定用*/
body {
  /*フォント：游ゴシック>Zen Kaku Gothic*/
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "Zen Kaku Gothic New", Arial, sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  color: #4d4d4d;
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

.bgdark {
  background-color: #666;
}

p#page-top {
  display: none;
}

table.price tr.price span.selling_price,
table.price tr.price span.taxin,
table.price tr.price span.discount_rate,
table.price tr.sp_price span.special_price,
table.price tr.sp_price span.taxin,
table.price tr.sp_price span.discount_rate {
  color: #000;
}

span.selling_price_str {
  font-weight: 500;
}

article #main-column form #itemList h1 {
  border-top: 0;
  font-size: 1.2em;
  font-weight: 500;
}

article #main-column form #itemList .column-set h2 {
  font-size: 1em;
  text-align: left;
}

article #main-column form #itemList .column-set .price {
  text-align: right;
}

article #main-column form #itemList .column-set .price::before {
  display: none;
}

#itemList span.sps-wishAddItem {
  display: none;
}

/*ヘッダー*/
header {
  padding-top: 0.5em;
}

@media screen and (max-width: 1080px) {
  header {
    padding-top: 0;
  }
}

header .inner {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .spnone .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .spnone .top .menu {
  font-size: 0.9em;
  display: flex;
  align-items: center;
}

header .spnone .top .menu a {
  display: flex;
  align-items: center;
}

header .spnone .top .menu a .icon {
  display: flex;
  align-items: center;
}

header .spnone .top .menu a .icon img {
  display: block;
  margin-right: 0.5em;
  max-width: 1.2em;
}

header .spnone .top .menu a:after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #000;
  margin: 0 1em;
}

header .spnone .top .searchForm {
  margin-left: 2em;
  position: relative;
}

header .spnone .top .searchForm input {
  border: 1px solid #ccc;
  padding: 0.5em 2.5em 0.5em 1em;
  font-size: 0.9em;
  border-radius: 20px;
}

header .spnone .top .searchForm input:focus {
  outline: none;
  border-color: #000;
}

header .spnone .top .searchForm .icon {
  position: absolute;
  top: 50%;
  right: 1.6em;
  transform: translateY(-50%);
}

header .spnone .top .searchForm .icon img {
  display: block;
  max-width: 1em;
}

header .spnone .bottom {
  margin-top: 0.5em;
}

header .spnone .bottom .menuList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1em;
}

header .spnone .bottom .menuList > div {
  margin-right: 1em;
  display: flex;
  align-items: center;
}

header .spnone .bottom .menuList > div:after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #000;
  margin-left: 1em;
}

header .spnone .bottom .menuList > div:last-child {
  margin-right: 0;
}

header .spnone .bottom .menuList > div:last-child:after {
  display: none;
}

header .pcnone .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: fixed;
  z-index: 999;
  background: #ffffffe8;
  width: 100%;
}

header .pcnone .top .left {
  max-width: 13.5em;
  padding: 0 0.5em;
}

header .pcnone .top .right {
  display: flex;
}

header .pcnone .top .right .icon {
  width: 3.2em;
}

header .pcnone .top .open {
  display: block;
}

header .pcnone .top .close {
  display: none;
}

header .pcnone .bottom {
  padding-top: 4em;
}

header .pcnone .bottom form {
  width: 90%;
  margin: 0 auto;
  padding: 0 1em;
}

header .pcnone .bottom form input {
  height: 2.7em !important;
}

header .pcnone .sp-menu-content {
  display: none;
  height: 100vh;
  overflow-y: scroll;
  position: absolute;
  z-index: 101;
  background: #ffffffe8;
  width: 100%;
  padding-top: 4.3em;
  text-align: center;
}

header .pcnone.active .open {
  display: none;
}

header .pcnone.active .close {
  display: block;
}

header .pcnone.active .sp-menu-content {
  display: block;
}

.sp-menu-nav {
  padding: 1em 1em;
}

.sp-menu-nav .menu-section {
  padding: 1em 0;
  border-bottom: 1px solid #4d4d4d;
}

.sp-menu-nav .menu-section:last-child {
  border-bottom: none;
}

.sp-menu-nav .menu-section a {
  display: block;
  padding: 0.7em 1.5em;
  font-size: 1em;
  color: #4d4d4d;
  transition: 0.3s;
  font-weight: 500;
}

.sp-menu-nav .menu-section a:hover {
  background-color: #f5f5f5;
}

.sp-menu-nav .menu-section.icon-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-menu-nav .menu-section.icon-menu a img {
  display: block;
  width: 1.3em;
  margin-right: 0.5em;
}

/* 検索ボックスのスタイル */
.search-box {
  display: flex;
  align-items: center;
  width: 15em;
  border: 0.1em solid #666;
  border-radius: 2em;
  background: #fff;
  padding: 0.1em 0.8em;
  box-sizing: border-box;
  margin-bottom: 0;
}

.search-box__input {
  flex: 1;
  border: none;
  background: transparent;
  color: #666;
  outline: none;
  padding: 0.5em 0;
}

.search-box__input::placeholder {
  color: #ccc;
}

.search-box__button {
  background: none;
  border: none;
  padding: 0;
  margin-left: 0.5em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.search-box__icon {
  width: 2em;
  height: 2em;
  display: block;
}

.sliderWrap {
  display: none;
}

.topSlider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 3em;
}

.topSlider .slider-item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  margin: 0 0.5em;
  height: auto;
}

@media screen and (max-width: 1080px) {
  .topSlider .slider-item {
    margin-left: 0;
    margin-right: 0;
  }
}

.topSlider .slider-img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.topSlider .slider-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 1em 1.5em;
  justify-content: space-between;
  /* 下から上にかけてグレーのフェードを追加 */
}

.topSlider .slider-text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(to top, rgba(60, 60, 60, 0.7) 0%, rgba(60, 60, 60, 0.4) 40%, rgba(60, 60, 60, 0) 100%);
}

.topSlider .slider-text .slider-info {
  display: flex;
  align-items: center;
}

.topSlider .slider-text .slider-info .slider-title {
  font-size: 2.5em;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  font-weight: 600;
}

@media screen and (max-width: 1080px) {
  .topSlider .slider-text .slider-info .slider-title {
    font-size: 1.3em;
  }
}

.topSlider .slider-text .slider-info .slider-title span {
  font-size: 0.4em;
  font-weight: 400;
  display: block;
}

.topSlider .slider-text .slider-info .slider-desc {
  font-size: 1.1em;
  font-weight: 400;
  margin-left: 1em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

@media screen and (max-width: 1080px) {
  .topSlider .slider-text .slider-info .slider-desc {
    font-size: 0.9em;
    margin-bottom: 0.7em;
  }
}

.topSlider .slider-btn {
  background: #fff;
  color: #333333;
  font-size: 1em;
  font-weight: 500;
  border: none;
  padding: 1em;
  max-height: 3em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 3em;
  width: 100%;
  max-width: 14.4em;
}

.topSlider .slick-dots {
  position: relative !important;
  bottom: auto !important;
  margin-top: 1.5em;
  z-index: 100;
  display: block !important;
  text-align: center;
}

.topSlider .slick-dots li {
  display: inline-block !important;
  margin: 0 0.3em;
  width: auto !important;
  height: auto !important;
}

.topSlider .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0;
  display: block;
}

.topSlider .slick-dots li button:before {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  background: #949494 !important;
  border-radius: 50% !important;
  display: block !important;
  margin: 5px auto !important;
  opacity: 0.6 !important;
  transition: all 0.3s ease !important;
}

.topSlider .slick-dots li.slick-active button:before {
  background: #333 !important;
  opacity: 1 !important;
  transform: scale(1.2) !important;
}

.topSlider .slick-arrow {
  z-index: 10;
}

.topSlider .slick-prev,
.topSlider .slick-next {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.topSlider .slick-prev:before,
.topSlider .slick-next:before {
  color: #333;
  font-size: 2em;
}

#wrapper div#sub-column {
  display: none;
}

#wrapper #contents {
  max-width: 1100px;
  margin: 0 auto;
  overflow: visible;
}

#wrapper #contents #main-column {
  width: 100%;
}

#wrapper input.search-box__input {
  border: none;
}

footer {
  height: auto;
}

.footer_area {
  display: none;
}

#wrapper #itemDetail-cont .itemThumb-wrap {
  width: 50%;
}

@media screen and (max-width: 1080px) {
  #wrapper #itemDetail-cont .itemThumb-wrap {
    width: 100%;
  }
}

#wrapper #specList::before {
  content: "【仕様】";
  font-weight: 700;
  display: block;
  margin-bottom: 1em;
}

#wrapper #specList .specItem {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ccc;
  padding: 0.6em 0;
}

#wrapper #specList .specItem div:nth-child(1) {
  width: 15%;
}

@media screen and (max-width: 1080px) {
  #wrapper #specList .specItem div:nth-child(1) {
    width: 27%;
    font-size: 0.9em;
    white-space: nowrap;
    padding-right: 1em;
  }
}

@media screen and (max-width: 1080px) {
  #wrapper #specList .specItem div:nth-child(2) {
    width: 73%;
    font-size: 0.9em;
  }
}

#wrapper #itemFunction {
  margin-top: 3em;
  margin-bottom: 1em;
}

#wrapper #itemFunction::before {
  content: "【特徴・機能】";
  font-weight: 700;
  display: block;
  margin-bottom: 1em;
}

#wrapper #itemFunction .functionTextp {
  line-height: 1.8;
}

#wrapper #imageList {
  margin-top: 3em;
  margin-bottom: 1em;
}

#wrapper #imageList #imageWrapper {
  display: flex;
  flex-wrap: wrap;
}

#wrapper #imageList #imageWrapper img {
  width: 50%;
  padding: 0.5em;
}

@media screen and (max-width: 1080px) {
  #wrapper #imageList #imageWrapper img {
    width: 100%;
  }
}

#wrapper #howToUse {
  margin-top: 3em;
  margin-bottom: 1em;
}

#wrapper #howToUse::before {
  content: "【使い方】";
  font-weight: 700;
  display: block;
  margin-bottom: 1em;
}

#wrapper #howToUse .howToUseTextp {
  line-height: 1.8;
}

#wrapper #howToUse iframe {
  max-width: 100% !important;
}

#wrapper #main-column * {
  box-sizing: border-box;
}

#wrapper #main-column h2 {
  border-top: 0;
  font-size: 2em;
  display: block;
  text-align: center;
  font-weight: 600;
  font-family: "arial bold", sans-serif;
}

@media screen and (max-width: 1080px) {
  #wrapper #main-column h2 {
    font-size: 1.5em;
  }
}

#wrapper #main-column h2 span {
  display: block;
  font-weight: 400;
  line-height: 2.4em;
  font-size: 0.5em;
}

#wrapper #main-column .pickup {
  font-weight: 400;
}

#wrapper #main-column .pickup h2 {
  font-size: 1em;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "Zen Kaku Gothic New";
  border-top: 0;
  display: block;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  #wrapper #main-column .pickup h2 {
    font-size: 0.75em;
  }
}

#wrapper #main-column .pickup h2::before {
  font-size: 2em;
  content: "Recommend";
  font-weight: 600;
  font-family: "arial bold", sans-serif;
}

@media screen and (max-width: 1080px) {
  #wrapper #main-column .pickup h2::before {
    margin-bottom: 0.3em;
  }
}

#wrapper #main-column .column-set {
  display: flex;
  flex-wrap: wrap;
}

#wrapper #main-column .column-set > section {
  width: calc(100% / 4);
  margin: 0;
  padding: 1em;
}

@media screen and (max-width: 1080px) {
  #wrapper #main-column .column-set > section {
    width: 50%;
    padding: 0.5em;
  }
}

#wrapper #main-column .column-set > section .badge {
  display: none;
}

#wrapper #main-column .column-set > section .price {
  text-align: left;
  color: inherit;
}

#wrapper #main-column .column-set > section .price .selling_price,
#wrapper #main-column .column-set > section .price .taxin {
  color: inherit;
}

#wrapper #main-column .column-set > section .price::before {
  content: "価格：";
}

#wrapper #main-column .product {
  max-width: 900px;
  margin: 0 auto 3em;
}

#wrapper #main-column .product .list {
  display: flex;
  flex-wrap: wrap;
}

#wrapper #main-column .product .list a {
  width: calc(100% / 3);
  text-align: center;
  padding: 0 3em;
  display: block;
  margin-bottom: 3em;
}

@media screen and (max-width: 1080px) {
  #wrapper #main-column .product .list a {
    width: 50%;
    padding: 0 0.5em;
  }
}

#wrapper #main-column .product .list a .title {
  font-size: 1.1em;
}

#wrapper #main-column .product .list a .title span {
  display: block;
  font-size: 0.8em;
  color: #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
}

#wrapper #main-column .ctaBtn {
  text-align: center;
}

#wrapper #main-column .ctaBtn a {
  display: inline-block;
  padding: 1.1em 2.6em;
  border: solid 1px #4d4d4d;
  margin: 3em auto 0;
}

#wrapper #main-column .largeBn {
  margin-top: 6em;
}

#wrapper #main-column .largeBn a {
  display: block;
  margin-bottom: 3em;
}

@media screen and (max-width: 1080px) {
  #wrapper #main-column .largeBn a {
    margin-bottom: 1em;
  }
}

#wrapper #main-column .about {
  margin-top: 6em;
}

#wrapper #main-column .about h2 {
  display: flex;
  justify-content: center;
}

#wrapper #main-column .about h2 span {
  font-size: 0.6em;
  line-height: 1.7em;
  font-weight: 600;
}

#wrapper #main-column .news {
  margin-top: 6em;
  background: #f4f4f4;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  box-sizing: border-box;
  padding: 3em 0;
}

#wrapper #main-column .news h2 {
  font-size: 1em;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "Zen Kaku Gothic New";
  border-top: 0;
  display: block;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  #wrapper #main-column .news h2 {
    font-size: 0.75em;
  }
}

#wrapper #main-column .news h2::before {
  font-size: 2em;
  content: "NEWS";
  font-weight: 600;
  font-family: "arial bold", sans-serif;
}

@media screen and (max-width: 1080px) {
  #wrapper #main-column .news h2::before {
    margin-bottom: 0.3em;
  }
}

#wrapper #main-column .news .news-contents {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  #wrapper #main-column .news .news-contents {
    padding: 0 1em;
  }
}

#wrapper #main-column .news .news-contents .news-box {
  font-weight: 500;
  border-bottom: solid 1px #ccc;
}

#wrapper #main-column .news .news-contents .news-box:first-child {
  border-top: none;
}

#wrapper #main-column .snsLink {
  margin-top: 6em;
}

#wrapper #main-column .snsLink h2 span {
  display: block;
  font-weight: 400;
  line-height: 2.4em;
  font-size: 0.5em;
  margin-top: 0.7em;
  margin-bottom: 0.1em;
}

#wrapper #main-column .snsLink .snsList {
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1080px) {
  #wrapper #main-column .snsLink .snsList {
    display: block;
  }
}

#wrapper #main-column .snsLink .snsList > div {
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1080px) {
  #wrapper #main-column .snsLink .snsList > div:first-child {
    margin-bottom: 1em;
  }
}

footer,
#cart-footer {
  background: #4d4d4d;
  height: auto !important;
  /* スマホ用アコーディオンスタイル */
}

footer #footmenu,
#cart-footer #footmenu {
  max-width: 1000px;
  color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  footer #footmenu,
  #cart-footer #footmenu {
    display: block;
  }
}

footer #footmenu a,
#cart-footer #footmenu a {
  color: #fff;
}

footer #footmenu .menu,
#cart-footer #footmenu .menu {
  padding: 3em 0.5em;
  display: flex;
  gap: 3em;
}

@media screen and (max-width: 1080px) {
  footer #footmenu .menu,
  #cart-footer #footmenu .menu {
    display: block;
  }
}

footer #footmenu .menu .menuList .menuTitle,
#cart-footer #footmenu .menu .menuList .menuTitle {
  font-weight: 600;
  padding-bottom: 1em;
  display: block;
}

@media screen and (max-width: 1080px) {
  footer #footmenu .menu .menuList .menuTitle,
  #cart-footer #footmenu .menu .menuList .menuTitle {
    border-bottom: solid 1px #b8aeac;
    margin-top: 1em;
    font-weight: 500;
  }
}

footer #footmenu .menu .menuList > .subMenu a,
#cart-footer #footmenu .menu .menuList > .subMenu a {
  display: block;
  padding: 0.5em 0 0.5em 0.5em;
}

@media screen and (max-width: 1080px) {
  footer #footmenu .menu .menuList > .subMenu a,
  #cart-footer #footmenu .menu .menuList > .subMenu a {
    padding-left: 0;
  }
}

footer #footmenu .menu .menuList > *:not(:first-child),
#cart-footer #footmenu .menu .menuList > *:not(:first-child) {
  margin-top: 1em;
}

footer #footmenu .info,
#cart-footer #footmenu .info {
  padding: 3em 0.5em;
  background-color: #fff;
  color: #000;
  width: 25em;
}

footer #footmenu .info h2,
#cart-footer #footmenu .info h2 {
  font-weight: 500;
}

footer #footmenu .info .snsLink,
#cart-footer #footmenu .info .snsLink {
  text-align: center;
}

footer #footmenu .info .snsLink .snsList,
#cart-footer #footmenu .info .snsLink .snsList {
  margin-top: 1em;
  display: inline-flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #4d4d4d;
  padding-bottom: 1.5em;
}

footer #footmenu .info .logo,
#cart-footer #footmenu .info .logo {
  text-align: center;
  display: block;
  max-width: 15em;
  margin: 1em auto;
}

footer #footmenu .info .copy,
#cart-footer #footmenu .info .copy {
  text-align: center;
  font-size: 0.6em;
  color: #4d4d4d;
}

@media (max-width: 768px) {
  footer .accordion-trigger,
  #cart-footer .accordion-trigger {
    position: relative;
    cursor: pointer;
    padding-right: 1.5em;
  }
  footer .accordion-trigger::after,
  #cart-footer .accordion-trigger::after {
    content: "";
    background-image: url("https://www.ydk-shop.com/img/icon_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 7em;
    top: 25%;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    transition: transform 0.3s ease;
  }
  footer .accordion-trigger.active::after,
  #cart-footer .accordion-trigger.active::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .accordion-content,
  #cart-footer .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  footer .accordion-content.active,
  #cart-footer .accordion-content.active {
    max-height: 200px;
    margin-top: 0.7em;
    margin-bottom: 2.2em;
    /* 必要に応じて調整 */
  }
  footer .accordion-content a,
  #cart-footer .accordion-content a {
    display: block;
    padding: 0.5em 0;
    padding-left: 1em;
  }
}

#wrapper #main-column .header_area .catWrap h2 {
  text-align: left;
  font-weight: 400;
}

#itemList p.sps-itemList-stockDisp {
  display: none;
}

#wrapper #main-column section#shopGuide_wrap h2 {
  font-size: 1em;
  text-align: left;
}
