/******************************/
/* SLIDER */
/******************************/
.keyvisual {
  position: relative;
  width:100%;

   }


/**スライダー（フェードズーム）**/

#slide_wrapp {
  position: relative;
  overflow: hidden;
}

#slide_wrapp {
  margin: 0;
  padding: 0;
}

.slide_item img {
  transition: transform 10s linear; /* アニメーションの設定 */
  transform: scale(1); /* 初期状態（ズーム無し） */
}

.slide_item.current img {
  transform: scale(1.08); /* ズームアップの状態 */
}

#slide_wrapp .slide_item {
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
  z-index: 1;
  list-style-type:none;
  margin: 0;
  padding 0;
}
#slide_wrapp .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrapp .slide_item.show_ {
  opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
  transform: scale(1.1);
}
#slide_wrapp .slide_item img {
  display: block;
}


.key_wrap {
        position: absolute;
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin:auto;
        width:calc(100% - 30px);
        max-width: 1100px;
        z-index: 2;
    }

@media screen and (min-width:1100px) {
    .key_wrap {
      width:100%;
  }
}

    .slider picture {
        img {
            width:100vw;
            height:calc(100vh - 150px);
          object-fit:cover;
        }
    }

/*@media screen and (max-width:767px) and (max-height:400px) {
    .slider picture img {
            width:100%;
            height:auto;
          object-fit:cover;
        }
    }
}
*/

    .slider figure {
        position: absolute;
        right:30px;
        top:30px;
        z-index: 2;
      margin:0;
      padding:0;
        img {
            width:auto;
            height:auto;
        }
    }
    .inner_top {
        position: absolute;
        z-index: 2;
        left:0;
        top:40px;
        color:#fff;
      figure {
       margin:0;
        padding:0;
      }
    }
    .inner_text {
      position: absolute;
      z-index: 2;
      left:0;
      bottom:60px;
      color:#fff;
      font-family: "Zen Old Mincho", serif;

      p {
        font-size:3.2vw;
        line-height: 2;
        letter-spacing: .4vw;
        color:#fff;
        margin: 0;
        padding: 0 20vw 0 0;
      }
      h2 {
        font-size: 8vw;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: 4px;
        margin: 0 0 20px;
        padding: 0;
      }
}

@media screen and (min-width:768px) {
  .inner_text {
    p {
      font-size:22px;
      margin: 0;
      padding: 0;
    }
    h2 {
      font-size: 65px;
      letter-spacing: 5px;
      margin: 0 0 30px;
    }
    p {
     letter-spacing: 4px; 
    }
  }
}

.inner_utsuwa {
  position: absolute;
  z-index: 2;
  right:0;
  bottom:60px;
  color:#fff;
  figure {
    margin:0;
    padding:0;
  }
  img {
    width:122px;
    height:auto;
  }
}
@media screen and (max-width: 767px) {
.inner_utsuwa img {
    width:16vw;
    height:auto;
  }
}

.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}

.top_product-wrap {
 padding:60px 0 80px;
  margin:0;
  border-bottom:solid 1px #b4b4b4;
}
  
.item_list_product ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.item_list_product ul li p {
    font-size:min(3.43vw,19px);
  font-weight:700;
  margin-left:6px;
  position: relative;
}

.item_list_product ul li p span {
    font-size: 11px;
    background: #000;
    padding: 0 6px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-left: 6px;
    top: -3px;
}

.item_list_product a:hover {
   text-decoration: none;
  opacity:.85;
  transition:all .2s;
}
    
.item_list_product ul li picture img {
    width:100%;
    height:auto;
}



.list_title {
  display:flex;
	justify-content: flex-start;
	align-items: center;
  margin-top:10px;
}
@media screen and (min-width:768px) {
    .item_list_product ul {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }
}

@media screen and (min-width:1080px) {
    .item_list_product ul {
        grid-column-gap: 60px;
    }
}

.item_list_news {
    margin-bottom:145px;
}

.item_list_news ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.item_list_news ul li {
    background: #fff;
        padding:12px;
        box-sizing: border-box;
}
    
.item_list_news ul li p {
    font-size:minmin(3.2vw,14px);
  font-weight:700;
  margin-top:10px;
  position: relative;
}

.item_list_news a:hover {
   text-decoration: none;
  opacity:.85;
  transition:all .2s;
}
    
.item_list_news ul li picture img {
    width:100%;
    height:auto;
}


@media screen and (min-width:768px) {
    .item_list_news ul {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }
}

@media screen and (min-width:1080px) {
    .item_list_news ul {
        grid-column-gap: 60px;
    }
}

.top_youtube {
  background:#2e2e2e;
  display:flex;
  justify-content:center;
  align-items: center;
  padding:60px 15px;
  box-sizing:border-box;
  width:100%;
}

.inner_youtube {
  position:relative;
  aspect-ratio: 16 / 9;
  width:100%;
  max-width:850px;
 
  iframe {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
  }
}

.t_digital-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }


    .t_digital-list  ul li {
        color:#000;
        font-weight: 700;
        font-size: min(3.47vw,16px);
        margin-bottom: 10px;
    }
    .t_digital-list  ul li:first-of-type {
        font-size: min(4.2vw,19px);
        margin-bottom: 20px;
    }
    .t_digital-list  ul li:first-of-type a {
        text-decoration: none;
    }
    .t_digital-list  ul li a {
      color:#000;
      text-decoration: underline;
      display:flex;
      justify-content: flex-start;
      align-items: center;
    }
.t_digital-list  ul li a:hover {
      text-decoration: none;
    }
    .t_digital-list ul li a span {
      font-size: 11px;
      background: #000;
      padding: 0 6px;
      color: #fff;
      display: inline-block;
      position: relative;
      margin-left: 6px;
      white-space: nowrap;
}
.t_digital-list  ul li a figure {
        margin-right:6px;
    }
 .t_digital-block {
        padding: 40px 0 20px;
        border-bottom:solid 1px #b4b4b4;
    }
    .t_digital-block .title_type01 {
        margin-bottom: 60px;
    }

@media screen and (min-width:768px) {
  .t_digital-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  } 
  .t_digital-block {
    padding: 80px 0 50px;
  }
   .t_digital-list  ul li {
        margin-bottom: 15px;
    }
}

@media screen and (min-width:1080px) {
  .t_digital-list {
    grid-template-columns: repeat(4, 1fr);
  } 
}

.p-recommend {
margin-bottom:80px;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}


.loop_wrap ul:first-child {
  animation: loop 60s -30s linear infinite;
}

.loop_wrap ul:last-child {
  animation: loop2 60s linear infinite;
}

.loop_wrap {
  display: flex;
  overflow: hidden;
  margin-bottom: 80px;
  @media screen and (max-width:767px) {
    order:3;
    margin-bottom: 40px;
  }
}
.loop_wrap ul {
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
    width:229.33vw;
    will-change: transform;
    @media screen and (min-width:768px) {
      width:1720px;
    }
}
.loop_wrap ul li {
  margin:0;
  width:57.33vw;
  @media screen and (min-width:768px) {
    width:430px;
  }
}

.loop_wrap ul li a {
  position:relative;
  transition:all .2s;
  display:block;
}

.loop_wrap ul li a:hover {
  transition:all .2s;
}

.loop_wrap ul li a::after {
  transition:all .2s;
  opacity:0;
  background:rgba(0,0,0,.2);
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  transition:all .2s;
  content:"";
}

.loop_wrap ul li a:hover::after {
  opacity:1;
  transition:all .2s;
}
.loop_wrap ul li img {
  width:57.33vw;
  height:auto;
  @media screen and (min-width:768px) {
    width:430px;
  }
}


.t_shopping-block {
  padding:50px 15px 140px;
  margin:0 auto;
  color:#000;
  font-family: "Noto Sans JP", serif;
}

 @media screen and (min-width:768px) {
    .t_shopping-block {
  padding:60px 0 250px;
}
  }

.t_shopping-text {
  color:#000;
  font-size:14px;
  margin-bottom:20px;
}

.t_shopping-text p {
  box-sizing:border-box;
    text-indent: -14px;
    padding-left: 14px;
}

.t_shopping-text p:first-of-type {
  margin-bottom:20px;
}

.t_shopping-text ul {
  box-sizing:border-box;
  text-indent: -14px;
  padding-left: 14px;
  line-height:2;
      margin-bottom: 40px;
}

.link_type01 {
  a {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    color:#000;
    font-weight:700;
    text-decoration: underline;
  }
  a:hover {
   text-decoration: none; 
  }
  figure {
    margin-right:6px; 
  }
    }