@charset "euc-jp";
@media screen and (min-width: 768px) {
  #top_mv_area {
    width: calc(50% + 580px);
    margin: 0 auto 0 0;
    display: flex;
    justify-content: space-between;
  }
  #top_mv_area #top_mv_wrapper {
    width: 700px;
    position: relative;
    background: url(https://img21.shop-pro.jp/PA01515/825/etc_base64/dG9wX212X2JhY2s.png?cmsp_timestamp=20250304175434) no-repeat;
    z-index: 51;
    background-position: -15px;
  }
  #top_mv_area #top_mv_wrapper .bx-wrapper {
    margin: 0;
  }
  #top_mv_area #top_mv_wrapper .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    background: none;
    left: 0;
  }
  #top_mv_area h2 {
    padding-top: 115px;
    padding-right: 24px;
  }
  #top_item_list {
    width: calc(100% - 500px);
    margin: -365px 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    position: relative;
    z-index: 30;
  }
  #top_item_list .item_list {
    animation: mv_slide 60s linear infinite;
    display: flex;
    flex-shrink: 0;
  }
  #top_item_list .item_list img {
    width: auto;
    height: 420px;
    flex-shrink: 0;
  }
  @keyframes mv_slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  #top_mv_wrapper .award {
    text-align: center;
    padding: 50px 0 0;
    background-image: -moz-linear-gradient( 90deg, rgb(249,245,240) 0%, rgb(255,255,255) 50%);
    background-image: -webkit-linear-gradient( 90deg, rgb(249,245,240) 0%, rgb(255,255,255) 50%);
    background-image: -ms-linear-gradient( 90deg, rgb(249,245,240) 0%, rgb(255,255,255) 50%);
  }
  #top_about {
    width: calc(50% + 580px);
    margin: 0 0 0 auto;
    padding: 105px 0 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  #top_about .data_area {
    width: 580px;
    padding-top: 10px;
  }
  #top_about .data_area h2 {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.66;
    letter-spacing: 0.1em;
  }
  #top_about .data_area .txt {
    font-size: 1.6rem;
    line-height: 2.18;
    margin-top: 35px;
    letter-spacing: 0;
  }
  #top_about .data_area .link_btn a {
    display: block;
    width: 260px;
    margin: 72px auto 0 0;
    border-radius: 45px;
    background: #000000;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    padding: 25px 7px 25px 0;
    letter-spacing: 0.2em;
    border: 1px solid #000000;
    transition: all 0.2s linear;
  }
  #top_about .data_area .link_btn a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(45deg);
  }
  #top_about .data_area .link_btn a:hover {
    background: #FFFFFF;
    color: #000000;
    transition: all 0.2s linear;
  }
  #top_about .data_area .link_btn a:hover::after {
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
  }
  #top_marquee {
    margin-top: 185px;
    overflow-x: hidden;
  }
  #top_marquee_wrapper {
    display: flex;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
  }
  #top_marquee_wrapper .list {
    animation: top_marquee_bizen 50s linear infinite;
    display: flex;
    flex-shrink: 0;
  }
  #top_marquee_wrapper .list img {
    width: auto;
    height: 115px;
  }
  @keyframes top_marquee_bizen {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  #top_wide_image {
    margin-top: 115px;
  }
  #top_wide_image img {
    width: 100%;
    height: auto;
  }
  #top_recommend_item {
    padding: 121px 0 145px;
  }
  #top_recommend_item h2 {
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
  }
  #top_recommend_item .item_list {
    width: 950px;
    margin: 55px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px 40px;
  }
  #top_recommend_item .item_list li {
    display: contents;
  }
  #top_recommend_item .item_list li a {
    width: 290px;
    display: grid;
    grid-template-rows: subgrid;
    gap: 0;
    grid-row: span 3;
    box-sizing: border-box;
    /* subgridの親gridのgapが大きい際、subgrid内で余白が発生するため、ここのmarginで調整 */
    margin-bottom: 20px;
  }
  #top_recommend_item .item_list li .image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top_recommend_item .item_list li .image img {
    /* width: 290px;
    height: 290px;
    object-fit: cover; */
  }
  #top_recommend_item .item_list li h3 {
    margin-top: 16px;
    font-size: 1.8rem;
    font-weight: 600;
  }
  #top_recommend_item .item_list li .txt {
    font-size: 1.4rem;
    margin-top: 0;
  }
  #top_recommend_item .item_list li .price {
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: 600;
  }
  #top_recommend_item .item_list li .sold_out_icon {
    background: #b3b3b3;
    display: inline-block;
    padding: 6px 10px 8px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 3px;
    margin-top: 10px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  #top_recommend_item .more_btn a {
    display: block;
    width: 280px;
    margin: 100px auto 0;
    border-radius: 45px;
    text-align: center;
    padding: 21px 13px 23px 0;
    color: #FFFFFF;
    background: #000000;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.1em;
    border: 1px solid #000000;
    transition: all 0.2s linear;
  }
  #top_recommend_item .more_btn a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
  }
  #top_recommend_item .more_btn a:hover {
    background: #FFFFFF;
    color: #000000;
    transition: all 0.2s linear;
  }
  #top_recommend_item .more_btn a:hover::after {
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
  }
}
@media screen and (max-width: 767.999px) {
  #top_mv_area {
    position: relative;
  }
  #top_mv_area #top_mv_wrapper {
    width: 81.33vw;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
  }
  #top_mv_area #top_mv_wrapper .bx-wrapper {
    margin: 0;
  }
  #top_mv_area #top_mv_wrapper .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    background: none;
    left: 0;
  }

  #top_mv_area h2 {
    position: absolute;
    z-index: 8;
    top: 131px;
    right: 12px;
  }
  #top_mv_area h2 img {
    width: 89px;
    height: auto;
  }
  #top_item_list {
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    position: relative;
  }
  #top_item_list .item_list {
    animation: mv_slide 60s linear infinite;
    display: flex;
    flex-shrink: 0;
  }
  #top_item_list .item_list img {
    width: auto;
    height: 250px;
    flex-shrink: 0;
  }
  @keyframes mv_slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  #top_mv_wrapper .award {
    text-align: center;
    padding: 27px 2px 2px;
    background-image: -moz-linear-gradient( 90deg, rgb(249,245,240) 0%, rgb(255,255,255) 50%);
    background-image: -webkit-linear-gradient( 90deg, rgb(249,245,240) 0%, rgb(255,255,255) 50%);
    background-image: -ms-linear-gradient( 90deg, rgb(249,245,240) 0%, rgb(255,255,255) 50%);
  }
  #top_about {
    padding: 50px 0 0;
  }
  #top_about .image {
    padding-left: 20px;
  }
  #top_about .image img {
    width: 100%;
    height: auto;
  }
  #top_about .data_area {
    padding: 0 20px;
    margin-top: 48px;
  }
  #top_about .data_area h2 {
    font-size: 2.7rem;
    line-height: 1.85;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  #top_about .data_area .txt {
    margin-top: 21px;
    font-size: 1.3rem;
    line-height: 1.84;
  }
  #top_about .data_area .link_btn a {
    display: block;
    width: 270px;
    margin: 44px auto 0;
    border-radius: 45px;
    background: #000000;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    padding: 19px 7px 18px 0;
    font-size: 1.5rem;
  }
  #top_about .data_area .link_btn a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(45deg);
  }
  #top_marquee {
    margin-top: 50px;
    overflow-x: hidden;
  }
  #top_marquee_wrapper {
    display: flex;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
  }
  #top_marquee_wrapper .list {
    animation: top_marquee_bizen 50s linear infinite;
    display: flex;
    flex-shrink: 0;
  }
  #top_marquee_wrapper .list img {
    width: auto;
    height: 63px;
    flex-shrink: 0;
  }
  @keyframes top_marquee_bizen {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  #top_wide_image {
    margin-top: 61px;
  }
  #top_wide_image img {
    width: 100%;
    height: auto;
  }
  #top_recommend_item {
    margin-top: 45px;
    padding: 0 20px 75px;
  }
  #top_recommend_item h2 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
  }
  #top_recommend_item .item_list {
    width: 100%;
    margin: 25px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 15px;
  }
  #top_recommend_item .item_list li {
    display: contents;
  }
  #top_recommend_item .item_list li a {
    width: 100%;
    display: grid;
    grid-template-rows: subgrid;
    gap: 0;
    grid-row: span 3;
    box-sizing: border-box;
    /* subgridの親gridのgapが大きい際、subgrid内で余白が発生するため、ここのmarginで調整 */
    margin-bottom: 22px;
  }
  #top_recommend_item .item_list li .image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top_recommend_item .item_list li .image img {
    /* aspect-ratio: 1/1;
    object-fit: cover; */
  }
  #top_recommend_item .item_list li h3 {
    margin-top: 5px;
    font-size: 1.4rem;
    font-weight: 600;
  }
  #top_recommend_item .item_list li .data {
    margin-top: -3px;
  }
  #top_recommend_item .item_list li .txt {
    font-size: 1.1rem;
  }
  #top_recommend_item .item_list li .price {
    margin-top: 4px;
    font-weight: 600;
    font-size: 1.3rem;
  }
  #top_recommend_item .item_list li .sold_out_icon {
    background: #b3b3b3;
    display: inline-block;
    padding: 5px 5px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 3px;
    margin-top: 7px;
    letter-spacing: 0;
    font-size: 1rem;
  }
  #top_recommend_item .more_btn a {
    display: block;
    width: 270px;
    margin: 33px auto 0;
    border-radius: 45px;
    background: #000000;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    padding: 20px 7px 20px 0;
    font-size: 1.5rem;
  }
  #top_recommend_item .more_btn a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(45deg);
  }
}
