﻿@charset "UTF-8";


/* =============================================================

    TOP PAGE CSS

============================================================= */

/*//////////////////////////////////////////////////

　　　　　　　　　　PC/SP COMMON SETTING

//////////////////////////////////////////////////*/

/* SECTION COMMON
============================================================= */


/*//////////////////////////////////////////////////

　　　　　　　　　　PC ONLY SETTING

//////////////////////////////////////////////////*/

@media (min-width: 769px) {

  /* HEADER
  ============================================================= */

  #header .nav-products-wrap {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }

  #header::after {
    display: none;
  }

  #header.is-scroll {
    height: auto;
  }

  #header.is-scroll::after {
    display: block;
  }

  #header.is-scroll .nav-products-inner::after {
    display: none;
  }

  #header.is-scroll .nav-products-wrap {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: none;
    display: none;
  }

  #header.is-scroll .nav-global > li > a:hover + .nav-products-wrap,
  #header.is-scroll.is-nav-open .nav-products-wrap {
    z-index: 30;
    visibility: visible;
    display: block;
    opacity: 1;
  }

  #header.is-scroll .nav-global > li > a:hover + .nav-products-wrap {
    opacity: 0;
    animation: menu_fadein .4s ease-in-out 0.1s 1 forwards;
  }

  @keyframes menu_fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .list-informatoin {
    margin-top: 0 !important;
  }

  /* COMMON SETTING
  ============================================================= */

  #Contents {
    padding-top: 205px !important;
  }

  .contents_inner img {
    max-width: 100%;
    vertical-align: bottom;
  }

  .bnr-over {
    width: 535px;
    height: 425px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  /* ---- Button ---- */

  .btn_area {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }

  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    right: -50px;
    top: -50px;
  }

  /* ---- Title ---- */

  .hdg-l2 {
    font-weight: bold;
  }


  /* MAIN VISUAL
  ============================================================= */

  .mainvisual {
    position: relative;
    width: 100%;
    min-width: 1000px;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 65px;
  }

  .mainvisual .mv-tl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 100%;
    margin-top: -10px;
    color: #fff;
    font-size: 60px;
    text-align: center;
    line-height: 1;
  }

  .mainvisual .mv-tl em {
    font-size: 35px;
    font-weight: 100;
    font-style: normal;
  }

  .mainvisual video {
    width: 100%;
    margin-top: -20%;
  }

  .mainvisual .mv {
    text-align: center;
  }

  .mainvisual.flexslider {
    margin-top: 25px;
    margin-bottom: 40px;
    border: none;
  }

  .mainvisual.flexslider img {
    max-width: 100%;
    vertical-align: bottom;
  }

  .mainvisual.flexslider .slides {
    list-style: none;
  }

  .flexslider {
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    position: relative;
  }

  .flexslider .slide_box {
    width: 100%;
    position: relative;
    text-align: left;
  }

  .flexslider .slide_box .name {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .flexslider .slide_box .ph {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: calc(100% / 3 *2);
    height: 425px;
  }

  .flexslider .slide_box .ph img {
    width: 100%;
  }

  .flexslider .slide_box [class*="show"] {
    box-sizing: border-box;
    width: calc(100% / 3);
    min-height: 425px;
    margin-left: calc(100% / 3 *2);
    padding: 30px;
  }

  /* Flex Slider Setting */
  .flexslider {
    position: relative;
  }

  .flex-control-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }

  .flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
  }

  .flex-control-paging li a {
    display: block;
    width: 8px;
    height: 8px;
    background: #bbb;
    cursor: pointer;
    text-indent: -9999px;
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
  }

  .flex-control-paging li a:hover {
    background: #000;
  }

  .flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default;
  }

  /* CONCEPT
  ============================================================= */

  .concept-area {
    position: relative;
    margin: 0 auto 87px;
    padding-top: 33px;
    text-align: center;
  }

  .concept-title {
    display: inline-block;
    margin-top: 55px;
    margin-left: 60px;
    margin-bottom: 12px;
    color: #000000;
    font-family: 'Shippori Mincho', serif;
    font-size: 58px;
    font-weight: 500;
  }

  .concept-brand {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    color: #f5f5f5;
    font-size: 100px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1;
  }

  .concept-lead {
    margin-bottom: 5px;
    color: #000000;
    font-family: 'Shippori Mincho', serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.5;
  }

  .concept-text {
    color: #000000;
    font-family: 'Shippori Mincho', serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.65;
  }

  /* btn-area */

  .btn-area {
    width: 600px;
    margin: 80px auto 120px;
  }

  .btn-area a {
    display: block;
    text-decoration-line: none;
    width: 100%;
    background: #72b89c;
    padding: 24px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }

  .btn-corporation {
    margin-top: -80px !important;
  }

  .btn-corporation a {
    background: #6693a7;
  }


  /* SMALL BANNER AREA
  ============================================================= */
  .top-news {
    margin-left: 0;
  }

  .top-news .top-news-bnr {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin: auto;
  }

  .top-news .top-news-bnr li {
    width: 450px;
  }

  .top-news > li .top-news-bnr li:first-child {
    width: 50%;
    display: inline-block;
  }

  .top-news .top-news-bnr li a:hover {
    opacity: 0.5;
    transition: opacity 0.3s;
  }


  /* RANKING
  ============================================================= */

  .ranking-area {
    width: 1220px;
    margin: 60px auto 40px;
    padding: 40px 0 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .ranking-area h2 {
    margin-bottom: 40px;
  }

  .ranking-area p {
    margin-bottom: 50px;
    text-align: right;
  }

  .ranking-area > ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }

  .ranking-area ul li {
    list-style: none;
    margin-bottom: 20px;
  }

  .ranking-area ul li a {
    text-decoration: none;
  }

  .ranking-area > ul .rank-box {
    position: relative;
    width: 16%;
  }

  .ranking-area > ul .rank-box:before {
    content: "";
    width: 50px;
    height: 37px;
    position: absolute;
    top: -10px;
    left: 0;
  }

  .ranking-area > ul .rank-box01:before {
    background: url(../Contents/ImagesPkg/onlineshop/no1.png);
    background-size: cover;
  }

  .ranking-area > ul .rank-box02:before {
    background: url(../Contents/ImagesPkg/onlineshop/no2.png);
    background-size: cover;
  }

  .ranking-area > ul .rank-box03:before {
    background: url(../Contents/ImagesPkg/onlineshop/no3.png);
    background-size: cover;
  }

  .ranking-area > ul .rank-box04:before {
    background: url(../Contents/ImagesPkg/onlineshop/no4.png);
    background-size: cover;
  }

  .ranking-area > ul .rank-box05:before {
    background: url(../Contents/ImagesPkg/onlineshop/no5.png);
    background-size: cover;
  }

  .ranking-area > ul .rank-box .rank-detail-img img {
    width: 100%;
  }

  .ranking-area > ul .rank-box .rank-detail-name {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 13px;
  }

  .ranking-area > ul .rank-box .rank-detail-text {
    font-size: 11px;
  }

  .ranking-area > ul .rank-box .rank {
    position: absolute;
    top: -10px;
    left: 0;
    width: 50px;
    height: 37px;
  }

  .ranking-area > ul .rank-box img {
    width: 100%;
  }

  .ranking-area p {
    margin-bottom: 10px;
    text-align: center;
  }

  .ranking-area > ul .rank-box .txt {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: bold;
  }

  .ranking_wrap > li .data {
    margin-bottom: 8px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
  }

  .lineUp_inner main {
    width: 100%;
  }

  .lineUp_inner a {
    color: #717170;
  }

  .lineUp_inner *:focus {
    outline: none;
  }

  .lineUp_inner .breadcrumb .breadcrumb_list {
    width: 1100px;
    margin: 0 auto;
  }

  .lineUp_inner .tab_wrap {
    position: relative;
  }

  .lineUp_inner .tab_btn_area {
    display: flex;
    list-style: none;
    color: #b3b3b0;
    margin: 10px auto 20px;
  }

  .lineUp_inner .ranking_wrap {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }

  .lineUp_inner .ranking_wrap li {
    width: 16%;
    background-color: #fff;
    position: relative;
    list-style: none;
    margin-bottom: 20px;
  }

  .lineUp_inner .selected {
    color: #717170;
    border-bottom: 4px solid !important;
  }

  .lineUp_inner .tab_btn {
    width: 245px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 2px solid;
  }

  .lineUp_inner .ranking_wrap li:nth-child(5n) {
    margin-right: 0;
  }

  .lineUp_inner .ranking_wrap li .rank_num {
    width: 34px;
    height: 34px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: le-monde-livre-classic-byol, serif;
    font-weight: normal;
    font-style: normal;
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }

  .lineUp_inner .ranking_wrap li:nth-child(1) .rank_num {
    background-color: #b9a46b;
  }

  .lineUp_inner .ranking_wrap li:nth-child(2) .rank_num {
    background-color: #8a8a8d;
  }

  .lineUp_inner .ranking_wrap li:nth-child(3) .rank_num {
    background-color: #c28d4a;
  }

  .lineUp_inner .ranking_wrap li .rank_num {
    background-color: #b3b2b0;
  }

  .lineUp_inner .ranking_wrap li a:hover #picture {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }

  .lineUp_inner .rank_info {
    font-size: 12px;
    margin: 20px auto 0;
  }

  .lineUp_inner .rank_cate span {
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
    border: solid 1px;
  }

  .lineUp_inner .rank_info .rank_itemName {
    margin: 12px 0 20px;
    font-size: 14px;
  }

  .lineUp_inner .soldout {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    z-index: 10;
  }

  .ranking-area > ul .rank-box .txt {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 8px;
  }

  .ranking-area {
    margin: 0 auto;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }

  .ranking-area h2 {
    margin-bottom: 50px;
  }

  .ranking-area p {
    text-align: left !important;
  }

  .ranking-area .rank {
    width: 50px;
    margin-bottom: 0;
    z-index: 10;
    position: relative;
  }

  .ranking-area .rank img {
    width: 100% !important;
  }

  /* -- 2022.11.25 Rank Icon調整 -- */
  .lineUp_inner .ranking_wrap {
    justify-content: flex-start;
  }

  .lineUp_inner .ranking_wrap li {
    margin-left: 60px;
  }

  .ranking-area .ranking_wrap li:nth-child(1) {
    margin-left: 0;
  }

  .ranking-area .rank {
    width: 50px;
    height: 38px;
  }

  .ranking-area .ranking_wrap li:nth-child(1) .rank {
    background: url(../Contents/ImagesPkg/onlineshop/no1.png) no-repeat 0 0;
    background-size: 50px;
  }

  .ranking-area .ranking_wrap li:nth-child(2) .rank {
    background: url(../Contents/ImagesPkg/onlineshop/no2.png) no-repeat 0 0;
    background-size: 50px;
  }

  .ranking-area .ranking_wrap li:nth-child(3) .rank {
    background: url(../Contents/ImagesPkg/onlineshop/no3.png) no-repeat 0 0;
    background-size: 50px;
  }

  .ranking-area .ranking_wrap li:nth-child(4) .rank {
    background: url(../Contents/ImagesPkg/onlineshop/no4.png) no-repeat 0 0;
    background-size: 50px;
  }

  .ranking-area .ranking_wrap li:nth-child(5) .rank {
    background: url(../Contents/ImagesPkg/onlineshop/no5.png) no-repeat 0 0;
    background-size: 50px;
  }

  .ranking-area .ranking_wrap .reviewFeature__RankingParts {
    padding-top: 5px;
  }

  .ranking-area .ranking_wrap .reviewFeature__RankingParts a {
    justify-content: flex-start;
  }

  .ranking-area .ranking_wrap .reviewFeature__RankingParts a span + span {
    margin-left: 10px;
    font-size: 14px;
  }

  .ranking-area .ranking_wrap .reviewFeature__RankingParts a span + span {
    margin-left: 5px;
    font-size: 14px;
  }

  /* RECOMMEND ITEM
  ============================================================= */

  .Recommend_Item {
    margin-top: 80px;
    margin-bottom: 50px !important;
  }

  .Recommend_Item {
    margin-top: 80px;
    margin-bottom: 50px !important;
  }

  .top-recommend .slick-track {
    display: flex;
    gap: 0 30px;
  }

  .top-recommend.lyt-column4 li {
    width: calc(100% / 4) !important;
  }

  .top-recommend .list-product li .data {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 8px;
    text-align: left;
    display: inline-block;
  }

  .top-recommend .list-product > li .image {
    border-bottom: none !important;
  }

  .top-recommend .list-product li {
    width: 250px !important;
    height: auto;
    margin-bottom: 0;
    text-align: center;
  }

  .top-recommend .list-product li .rank_price {
    margin-bottom: 10px;
    text-align: left;
  }

  .top-recommend .list-product > li > a {
    height: 100% !important;
  }

  .top-recommend .list-product li .data {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 8px;
    text-align: left;
    display: inline-block;
  }

  .top-recommend .list-product li.slick-slide {

    border: 1px solid #e4e4e4;
    position: relative;
    height: auto;
    padding: 30px 20px 30px;
  }

  .top-recommend .list-product li > a {
    display: block;
    color: inherit;
    text-decoration: none;
  }

  .top-recommend .list-product li  > a:hover .image:before,
  .list-product li > a:active .image:before,
  .list-product li > a:focus .image:before {
    content: "Quick Grid View";
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    padding: 5px 15px;
    text-align: center;
    background: #70a690;
    color: #fff;
    opacity: 1;
    transition: opacity 0.3s;
  }

  .top-recommend .list-product li > a:hover .sold-out + .image:before,
  .list-product li > a:active .sold-out + .image:before,
  .list-product li > a:focus .sold-out + .image:before {
    display: none;
  }

  .top-recommend .list-product li .icon {
    display: inline-block;
    position: absolute;
    color: #e60012;
    border: 1px solid #e60012;
    min-width: 48px;
    line-height: 23px;
    padding: 1px 5px 0;
    text-align: center;
    font-size: 11px;
    z-index: 1;
    top: 5px;
    left: 5px;
  }

  .top-recommend .list-product li .image {
    display: block;
    padding-bottom: 30px;
    position: relative;
  }

  .top-recommend .list-product li .image:before {
    content: "";
    opacity: 0;
    transition: opacity 0.3s;
  }

  .top-recommend .list-product li .title {
    display: block;
    font-size: 11px;
    padding: 20px 0 5px;
  }

  .top-recommend .list-product li span.red {
    color: #cc0000;
  }

  .top-recommend .list-product li .day {
    display: block;
    font-size: 11px;
  }

  .top-recommend .list-product li .sold-out {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 50%;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 120px;
    height: 26px;
  }

  .top-recommend .slick-prev {
    right: 1240px;
    top: 48%;
  }

  .top-recommend .slick-prev::before {
    content: "";
    width: 20px;
    height: 29px;
    z-index: 99;
    position: absolute;
    background-repeat: no-repeat;
    background: url(../Contents/ImagesPkg/top/prev_arrow.png);
  }

  .top-recommend .slick-next {
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
  }

  .top-recommend .slick-next::before {
    content: "";
    width: 20px;
    height: 29px;
    z-index: 99;
    position: absolute;
    background-repeat: no-repeat;
    background: url(../Contents/ImagesPkg/top/next_arrow.png);
  }

  .top-recommend .list-product li .sold-out {
    height: 26px;
    font-size: 13px;
    background: #9e9d9c;
    font-weight: normal;
    padding: 3px 0;
    bottom: 30px;
    top: auto;
    width: 120px;
    position: absolute;
  }

  .top-recommend .list-product .reviewFeature__RankingParts {
    padding-top: 20px;
  }

  .top-recommend .list-product .reviewFeature__RankingParts a {
    justify-content: flex-start;
  }

  .top-recommend .list-product .reviewFeature__RankingParts a span + span {
    margin-left: 10px;
    font-size: 14px;
  }

  .top-recommend .list-product .reviewFeature__RankingParts a span + span {
    margin-left: 5px;
    font-size: 14px;
  }

  /* CUSTOMER REVIEW
  ============================================================= */

  .review {
    margin: 120px 0 100px !important;
  }

  .review_slider_inner {
    overflow: hidden;
    position: relative;
  }

  .review .slick-initialized .slick-slide.slick-active {
    background-color: #fff !important;
    border: 1px solid #e4e4e4;
  }

  .review .slick-track {
    display: flex;
  }

  .review li {
    list-style: none;
  }

  .review a {
    text-decoration: none;
  }

  .review_item .review_star img {
    margin: 10px auto 0;
  }

  .review_item,
  .review_item a {
    outline: none;
  }

  .review_slide {
    max-width: 1220px;
  }

  .review .cont {
    max-width: 1220px;
  }

  .review .slick-initialized .slick-slide {
    position: relative;
  }

  .review .slick-initialized .slick-slide {
    background-color: transparent;
  }

  .review .slick-initialized .slick-slide::after {
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
  }

  .review .slick-initialized .slick-slide.slick-active::after {
    display: none;
  }

  .review .slide .slick-now {
    opacity: 1;
  }

  .review_item {
    box-sizing: border-box;
    width: 320px;
    height: auto;
    margin: 0 10px;
    padding: 25px 27px;
    background-color: #fff;
    text-align: center;
    color: #666464;
  }

  .review_item .review_name {
    font-size: 14px;
    line-height: 1.35;
  }

  .review_item .review_itemName {
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
  }

  .review_item .review_itemName span {
    display: block;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: normal;
  }

  .review_item .review_satr {
    width: 100%;
  }

  .review_item .review_ttl {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
  }

  .review_item .review_sentence {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }

  .review .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
  }

  .review .prev-arrow {
    left: 5%;
  }

  .review .next-arrow {
    right: 6%;
  }

  /* BLOG
  ============================================================= */
  .blog-area .blog_slider_inner {
    display: flex;
    align-items: stretch;
    justify-content: center;
    column-gap: 21px;
  }

  .blog-area .blog_item {
    position: relative;
    padding: 25px 25px 58px;
    border: solid 1px #E4E4E4;
    box-sizing: border-box;
    text-align: left;
    width: 32%;
    max-width: 330px;
    height: auto;
    z-index: 0;
  }

  .blog-area .blog_img {
    display: block;
    margin-bottom: 21px;
  }

  .blog-area .blog_date {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .blog-area .blog_hashtag {
    margin-block: 10px;
    color: #74A68F;
    font-size: 14px;
    font-weight: bold;
  }

  .blog-area .blog_ttl {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
  }

  .blog-area .blog_sentence {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 1.5;
  }

  .blog-area .blog_more {
    display: block;
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 8px;
    width: fit-content;
    z-index: 0;
  }

  .blog-area .btn-area {
    margin-top: 46px;
    width: 482px;
  }


  /* SAVE WATER
  ============================================================= */

  .savewater {
    width: 800px;
    margin: 0 auto 100px;
    box-shadow: 0 10px 10px -6px rgb(0 0 0 / 20%);
  }

  .savewater:hover {
    opacity: 0.6;
    transition: .6s;
  }

  .savewater img {
    width: 100%;
  }

  /* MOVIE
  ============================================================= */

  .movie {
    position: relative;
    width: 74.4%;
    height: 514px;
    margin: 0px auto 70px;
  }

  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

}


/*//////////////////////////////////////////////////

　　　　　　　　　　SP ONLY SETTING

//////////////////////////////////////////////////*/

@media (max-width: 768px) {

  /* HEADER
  ============================================================= */

  /* ---- TOPハンバーガー 問合せ ---- */
  .nav-global2 .Inquiry {
    display: block;
    padding: 10px 40px 5px 15px;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
  }

  .nav-global2 .Inquiry_sub a {
    font-size: 12px !important;
    padding: 0 40px 10px 15px !important;
  }

  .nav-global2 .Inquiry_sub::after {
    top: -15px !important;
  }
  /* ---- //TOPハンバーガー 問合せ ---- */

  /* navi-category
  ----------------------------------------------------------------- */

  .navi-category{overflow-x: scroll;}
  .navi-category ul{
    display: flex;
    gap:calc(28 *(100vw / 390));
    width: fit-content;
    padding: calc(6 *(100vw / 390)) calc(20 *(100vw / 390));
    background: #B3C9B9;
    color: #fff;
    margin: 0;
  }

  .navi-category ul li{list-style: none;}

  .navi-category ul li a{
    text-decoration: none;
    word-break: keep-all;
    font-size: calc(16 *(100vw / 390));
    font-weight: bold;
    letter-spacing: 0.02em;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .navi-category ul li a span{
    display: block;
    font-size: calc(9 *(100vw / 390));
    font-weight: normal;
  }

  /* ---- Login icon ---- */
  .login_icon {
    position: absolute;
    top: 28px;
    right: 108px;
  }
  .login_icon a {
    display: block;
    width: 20px;
  }
  .login_icon img {
    width: 100%;
  }
  /* ---- Login icon ---- */



  /* COMMON SETTING
  ============================================================= */

  .bnr-over {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .bnr-over-inner{
    width: 90%;
    height: 90%;
    position: absolute;
    z-index: 8899;
    top: 50%;
    left: 50%;
    overflow: scroll;
    transform: translate(-50%,-50%);
    padding: 20px 5%;
  }

  .bnr-over-inner a > img{
    width: 100%;
  }

  /* ---- Button ---- */

  .btn_area {
    position:relative;
    top: 20px;
    right: 0;
    z-index:2;
  }

  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    right: 5%;
    top: 5%;
  }

  button > img {
    width: 20px;
    height: 20px;
  }

  /* ---- Title ---- */

  .hdg-l2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: calc(40*(100vw / 750));
    font-weight: bold;
  }


  /* MAIN VISUAL
  ============================================================= */

  .mainvisual {
    width: 100%;
    position: relative;
  }

  .mainvisual .slides li:not(.mainvisual .slides li[data-thumb-alt]) {
    display: none;
  }

  .mainvisual .mv-tl {
    width: 100%;
    margin-top: -10px;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }

  .mainvisual .mv-tl em {
    font-size: 17px;
    font-weight: 100;
    font-style: normal;
  }

  .mainvisual video {
    width: 100%;
  }

  .mainvisual .mv img {
    width: 100%;
  }

  .mainvisual.flexslider {
    border: none;
  }

  .mainvisual.flexslider .slides {
    list-style: none;
  }

  /* Flex Slider Setting */
  .flexslider {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }

  .flexslider img {
    width: 100%;
  }

  .flex-control-nav {
    width: 100%;
    margin-top: 15px;
    position: absolute;
    text-align: center;
    bottom: 12px;
  }

  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }

  .flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    background: #bbb;
    cursor: pointer;
    text-indent: -9999px;
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
  }

  .flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default;
  }

  .flex-direction-nav {
    position: absolute;
    top: 35%;
    left: 6%;
    width: 88%;
  }

  .flex-direction-nav > li {
    width: 50%;
    display: inline-block;
    text-align: right;
  }

  .flex-direction-nav > li:first-child {
    text-align: left;
  }

  .flex-direction-nav > li a {
    text-decoration: none;
  }

  .flex-direction-nav > li.flex-nav-prev > a:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 70px;
  }

  .flex-direction-nav > li.flex-nav-prev > a:hover {
    color: #406731;
  }

  .flex-direction-nav > li.flex-nav-next > a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 70px;
  }

  .flex-direction-nav > li.flex-nav-next > a:hover {
    color: #406731;
  }


  /* CONCEPT
  ============================================================= */

  .concept-area{
    position: relative;
    margin: 0 auto calc(30 *(100vw / 390));
    padding-top: calc(13 *(100vw / 390));
    text-align: center;
  }

  .concept-title {
    margin-top: calc(14 *(100vw / 390));
    margin-left: calc(12 *(100vw / 390));
    margin-bottom: calc(25 *(100vw / 390));
    color: #000000;
    font-family: 'Shippori Mincho', serif;
    font-size: calc(24 *(100vw / 390));
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
  }

  .concept-area .arrow {
    display: block;
    transition: all 1s ease-out;
    transform: rotate(135deg);
    width: calc(15 *(100vw / 390));
    height: calc(15 *(100vw / 390));
    border-top: 1px solid #72B89C;
    border-right: 1px solid #72B89C;
    margin: auto;
    content: '';
  }

  .concept-area .arrow.active {
    transform: rotate(-45deg);
  }

  .concept-brand {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    font-size: calc(60 *(100vw / 390));
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #f5f5f5;
  }

  .concept-lead {
    margin-left: calc(11 *(100vw / 390));
    margin-bottom: calc(16 *(100vw / 390));
    color: #000000;
    font-family: 'Shippori Mincho', serif;
    font-size: calc(19 *(100vw / 390));
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.5;
  }

  .concept-text {
    display: none;
    transition: all 1s ease-out;
    margin-bottom: calc(30 *(100vw / 390));
    padding: 0 calc(20 *(100vw / 390));
    color: #000000;
    font-family: 'Shippori Mincho', serif;
    font-size: calc(15 *(100vw / 390));
    font-weight: 400;
    line-height: 1.75;
    text-align: center;
  }


  /* SMALL BANNER AREA
  ============================================================= */

  .top-news a {
    opacity: 1;
    transition: opacity 0.3s;
  }

  .top-news a:hover {
    opacity: 0.5;
    transition: opacity 0.3s;
  }

  .top-news .top-news-list {
    padding: 30px 0 10px;
  }

  .top-news .top-news-list li {
    position: relative;
    list-style: none;
    margin-bottom: 1em;
    border-bottom: 1px solid #d2d2d2;
    font-size: 12px;
  }

  .top-news .top-news-list li > p {
    padding: 0 25px 0 30px;
  }

  .top-news .top-news-list li:last-child {
    border: none;
  }

  .top-news .top-news-list li:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(/contents/ImagesPkg/common/icon-arrow-09.png) #b2cdbe no-repeat center center;
    background-size: 50%;
    border-radius: 100px;
    color: #fff;
    content: "";
  }

  .top-news .top-news-list .title {
    margin-bottom: 10px;
    padding: 0 25px 0 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }

  .top-news .top-news-list .image {
    width: 80%;
  }

  .top-news .top-news-bnr {
    font-size: 0;
  }

  .top-news .top-news-bnr li {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
  }

  .top-news .top-news-bnr li:first-child {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .top-news .top-news-bnr li:nth-child(2) {
    padding-right: 5px;
  }

  .top-news .top-news-bnr li:nth-child(3) {
    padding-left: 5px;
  }

  .top-news .top-news-bnr li img {
    width: 100%;
  }

  /* 23_06 改修 */
  .top-news .top-news-bnr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 1px !important;
    gap: 10px;
  }

  .top-news .top-news-bnr li {
    width: 45% !important;
    margin-bottom: 0 !important;
  }

  .top-news .top-news-bnr li:nth-child(2) {
    padding-right: 0;
  }

  .top-news .top-news-bnr li:nth-child(3) {
    padding-left: 0;
  }
  /* 23_06 改修 */

  /* btn-area */

  .btn-area {
    width: 92%;
    margin: calc(100 *(100vw / 750)) auto calc(120 *(100vw / 750));
  }

  .btn-area a{
    position: relative;
    display: block;
    text-decoration-line: none;
    width: 100%;
    padding: 16px 0;
    background: #72b89c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .btn-area a:before {
    content:">";
    position: absolute;
    right: 10px;
  }

  /* btn-corporation調整 */
  .btn-corporation {
    margin-top: calc(-80 *(100vw / 750)) !important;
  }

  .btn-corporation a {
    background: #6693a7;
  }

  /* RANKING
  ============================================================= */

  .list-product.lyt-top {
    display: block;
  }

  .list-product.lyt-top > li {
    text-align: center;
  }

  .list-product.lyt-top > li a {
    position: relative;
    border: 1px solid #e4e4e4;
    margin: 0 40px;
    padding: 20px;
  }

  .list-product.lyt-top > li .title {
    font-size: 16px;
    font-weight: bold;
  }

  .list-product.lyt-top > li .data {
    font-size: 14px;
  }

  .list-product.lyt-top > li .image {
    margin: 0 15px;
  }

  .slide_box [class*="show"] {
    min-height: 200px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    margin: 0 15px;
    padding: 15px 20px 0;
  }

  .slide_box [class*="show"] .name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }

  .slide_box .ph img {
    width: 100%;
    padding: 0 15px;
  }

  .ranking-area {
    width: 100%;
    margin: 40px auto 20px;
    border-bottom: 1px solid #eee;
  }

  .ranking-area h2 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
  }

  .ranking-area ul li{
    list-style: none;
    margin-bottom: 8px;
  }

  .ranking-area ul li a {
    text-decoration: none;
  }

  .ranking-area ul li img {
    max-width: 100%;
  }

  .ranking-area > ul {
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 5%;
  }

  .ranking-area > ul .rank-box {
    position: relative;
    width: 44%;
    margin-bottom: 40px;
  }

  .ranking-area > ul .rank-box:before {
    position: absolute;
    top: -10px;
    left: 0;
    width: 40px;
    height: 29px;
    content: "";
  }

  .ranking-area > ul .rank-box01:before {
    background: url(../../Contents/ImagesPkg/onlineshop/no1.png);
    -webkit-background-size: cover;
    background-size: cover;
  }

  .ranking-area > ul .rank-box02:before {
    background: url(../../Contents/ImagesPkg/onlineshop/no2.png);
    -webkit-background-size: cover;
    background-size: cover;
  }

  .ranking-area > ul .rank-box03:before {
    background: url(../../Contents/ImagesPkg/onlineshop/no3.png);
    -webkit-background-size: cover;
    background-size: cover;
  }

  .ranking-area > ul .rank-box04:before {
    background: url(../../Contents/ImagesPkg/onlineshop/no4.png);
    -webkit-background-size: cover;
    background-size: cover;
  }

  .ranking-area > ul .rank-box05:before {
    background: url(../../Contents/ImagesPkg/onlineshop/no5.png);
    -webkit-background-size: cover;
    background-size: cover;
  }

  .ranking-area > ul .rank-box .rank-detail-img img{
    width: 100%;
  }

  .ranking-area > ul .rank-box .rank-detail-name {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 13px;
  }

  .ranking-area > ul .rank-box .rank-detail-text {
    font-size: 11px;
  }

  /*-- BodyProductRanking調整 --*/
  .ranking-area > ul .rank-box img {
    width: 100%;
  }

  .ranking-area > ul .rank-box .rank {
    position: absolute;
    top: -10px;
    left: 0;
    width: 40px;
    height: 29px;
  }

  .ranking-area > ul .rank-box .txt {
    font-size: 13px;
    font-weight: bold;
  }

  .ranking-area > ul .rank-box .catch {
    font-size: 11px;
  }

  .lineUp_inner .breadcrumb .breadcrumb_list {
    width: 100%;
    margin: 0 auto;
  }

  .lineUp_inner .tab_btn_area {
    display: flex;
    list-style: none;
    border-bottom: calc(2*(100vw / 750)) solid #eee;
    margin: 0 0 calc(30*(100vw / 750));
  }

  .lineUp_inner .ranking_wrap {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: calc(140*(100vw / 750));
  }

  .lineUp_inner .lineUp_inner h1 {
    margin: calc(105*(100vw / 750)) auto 0;
    text-align: center;
  }

  .lineUp_inner .hdg_l1 {
    font-size: calc(60*(100vw / 750));
  }

  .lineUp_inner  .ranking_wrap li {
    width: calc(325*(100vw / 750));
    height: calc(541*(100vw / 750));
    background-color: #fff;
  }

  .lineUp_inner .selected {
    color: #565a5c;
    border-bottom: calc(4*(100vw / 750)) solid !important;
  }

  .lineUp_inner .tab_btn {
    width: calc(100% / 5);
    margin: 0;
    padding: calc(20*(100vw / 750)) 0;
    font-size: calc(22*(100vw / 750));
    text-align: center;
  }

  .lineUp_inner .ranking_wrap .slick-slide {
    width: calc(300*(100vw / 750));
    margin: 0 calc(10*(100vw / 750));
    height: auto;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    padding: calc(20*(100vw / 750)) calc(20*(100vw / 750)) calc(40*(100vw / 750));
  }

  .lineUp_inner .ranking_wrap li .rank_num {
    position: relative;
    z-index: 4;
    width: calc(60*(100vw / 750));
    height: calc(60*(100vw / 750));
    padding-top: calc(5*(100vw / 750));
    font-size: calc(30*(100vw / 750));
    font-family: le-monde-livre-classic-byol, serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    text-align: center;
  }

  .lineUp_inner .ranking_wrap li:nth-child(1) .rank_num {
    background-color: #b9a46b;
  }

  .lineUp_inner .ranking_wrap li:nth-child(2) .rank_num {
    background-color: #8a8a8d;
  }

  .lineUp_inner .ranking_wrap li:nth-child(3) .rank_num {
    background-color: #c28d4a;
  }

  .ranking_wrap li:nth-child(n+4) .rank_num {
    background-color: #b3b2b0;
  }

  .lineUp_inner .ranking_wrap li img {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
  }

  .lineUp_inner .rank_cate {
    margin: calc(5*(100vw / 750)) 0;
  }

  .lineUp_inner .rank_info {
    width: calc(265*(100vw / 750));
    margin: 0 auto;
  }

  .lineUp_inner .rank_cate span {
    border: solid 1px;
    padding: 0 calc(2*(100vw / 750));
    font-size: calc(20*(100vw / 750));
    text-align: center;
  }

  .lineUp_inner .slick-dots {
    bottom: calc(70*(100vw / 750));
  }

  .lineUp_inner .slick-dots li button {
    width: calc(40*(100vw / 750));
    height: calc(4*(100vw / 750));
    padding: 0;
    background: #ccc;
  }

  .lineUp_inner .slick-dots li button:before {
    content: '';
    width: calc(40*(100vw / 750));
    height: calc(4*(100vw / 750));
    background: #dca2a0;
  }

  .lineUp_inner .soldout {
    position: relative;
    z-index: 5;
    height: 100%;
    margin-top: -147%;
    padding-top: calc(250*(100vw / 750));
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .rank {
    position: relative;
    z-index: 2;
    width: 40px !important;
    margin-top: 5px;
    margin-left: 5px;
  }

  .ranking_wrap .img {
    position: relative;
    z-index: 1;
    margin-top: -20px;
  }

  .ranking-area .rank {
    width: 40px;
    height: 32px;
  }

  .ranking-area .ranking_wrap li:nth-child(1) .rank {
    background: url(../../Contents/ImagesPkg/onlineshop/no1.png) no-repeat 0 0;
    background-size: 40px;
  }

  .ranking-area .ranking_wrap li:nth-child(2) .rank {
    background: url(../../Contents/ImagesPkg/onlineshop/no2.png) no-repeat 0 0;
    background-size: 40px;
  }

  .ranking-area .ranking_wrap li:nth-child(3) .rank {
    background: url(../../Contents/ImagesPkg/onlineshop/no3.png) no-repeat 0 0;
    background-size: 40px;
  }

  .ranking-area .ranking_wrap li:nth-child(4) .rank {
    background: url(../../Contents/ImagesPkg/onlineshop/no4.png) no-repeat 0 0;
    background-size: 40px;
  }

  .ranking-area .ranking_wrap li:nth-child(5) .rank {
    background: url(../../Contents/ImagesPkg/onlineshop/no5.png) no-repeat 0 0;
    background-size: 40px;
  }


  .ranking-area .ranking_wrap .reviewFeature__RankingParts {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ranking-area .ranking_wrap .reviewFeature__RankingParts a {
    justify-content: flex-start;
  }

  /* RECOMMEND ITEM
  ============================================================= */

  .Ranking_recommend {
    overflow: hidden;
  }

  .Recommend_slick {
    display: block;
  }

  .Recommend_slick li {
    position: relative;
    width: calc(300 *(100vw / 750)) !important;
    height: auto;
    margin: 0 calc(10*(100vw / 750));
    padding: calc(20*(100vw / 750)) calc(20*(100vw / 750)) calc(40*(100vw / 750));
    background-color: #fff;
    border: 1px solid #e4e4e4;
  }

  .Recommend_slick li a {
    text-decoration: none !important;
  }

  .Recommend_slick .slick-track {
    display: flex;
    margin: 0;
  }

  .Recommend_slick .sold-out {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 20px;
    background: #9e9d9c;
    font-weight: normal;
    text-shadow: none;
    font-size: 11px;
    color: #fff;
  }

  .Recommend_slick .data,
  .ranking_wrap .data {
    display: block;
    margin: calc(16*(100vw / 750)) 0 calc(15*(100vw / 750));
    text-align: left;
    font-weight: bold;
    font-size: calc(24*(100vw / 750));
  }

  .Ranking_recommend .ranking_wrap,
  .Ranking_recommend .list-product {
    padding-left: calc(30*(100vw / 750)) !important;
  }

  .ranking-area {
    margin-top: 0;
    border-bottom: none;
  }

  .lineUp_inner .ranking_wrap li .rank {
    margin: 0;
  }

  .lineUp_inner .ranking_wrap .slick-track {
    display: flex;
  }

  .btn-area a:before {
    content: none;
  }

  .list-product img {
    max-width: 100%;
  }

  .top-recommend .list-product .reviewFeature__RankingParts {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-recommend .list-product .reviewFeature__RankingParts a {
    justify-content: flex-start;
  }

  .rank_price {
    margin-bottom: calc(15*(100vw / 750))
  }



  /* CUSTOMER REVIEW
  ============================================================= */

  .review {
    margin: calc(120 * (100vw / 750)) 0;
  }

  .review_slider_inner {
    overflow: hidden;
    position: relative;
  }

  .review_slider_inner .slick-track {
    display: flex;
  }

  .review .slick-initialized .slick-slide.slick-active {
    background-color: #fff !important;
    border: 1px solid #e4e4e4;
  }

  .review li {
    list-style: none;
  }

  .review a {
    text-decoration: none;
  }

  .review_slide {
    max-width: 1220px;
  }

  .review li {
    list-style: none;
  }

  .review .cont {
    max-width: 1220px;
    overflow-x: hidden;
  }

  .review .slick-initialized .slick-slide {
    position: relative;
    height: auto;
    background-color: transparent;
  }

  .review .slick-slide {
    overflow-y: scroll;
  }

  .review .slick-initialized .slick-slide::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    content: "";
  }

  .review .slick-initialized .slick-slide.slick-active {
    background-color: #fff;
  }

  .review .slick-initialized .slick-slide.slick-active::after {
    display: none;
  }

  .slide .slick-now {
    opacity: 1;
  }

  .review_item {
    width: calc(600 * (100vw / 750));
    margin: 0 calc(20 * (100vw / 750));
    padding: calc(50 * (100vw / 750));
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    color: #666464;
  }

  .review_item .review_name {
    font-size: calc(22 * (100vw / 750));
    line-height: 1.35;
  }

  .review_item .review_itemName {
    margin-top: calc(13 * (100vw / 750));
    font-size: calc(26 * (100vw / 750));
    font-weight: bold;
    line-height: calc(36 * (100vw / 750));
  }

  .review_item .review_itemName span {
    display: block;
    padding-bottom: 5px;
    font-size: calc(22 * (100vw / 750));
    font-weight: normal;
  }

  .review_item .review_star {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .review_item .review_star img {
    display: block;
    width: calc(137 * (100vw / 750));
    margin: 10px auto 0;
    vertical-align: top;
  }

  .review_item .review_ttl {
    margin-top: calc(25 * (100vw / 750));
    margin-bottom: calc(16 * (100vw / 750));
    font-size: calc(26 * (100vw / 750));
    font-weight: bold;
    line-height: calc(36 * (100vw / 750));
  }

  .review_item .review_sentence {
    font-size: calc(22 * (100vw / 750));
    line-height: calc(32 * (100vw / 750));
    text-align: left;
  }

  .review .slide-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    height: calc(44 * (100vw / 750));
    transform: translateY(-50%);
  }

  .review .prev-arrow {
    left: 2.7%;
  }

  .review .next-arrow {
    right: 2.7%;
  }

  /* BLOG
  ============================================================= */
  .blog-area img {
    width: 100%;
    height: auto;
    display: block;
  }

  .blog-area .blog_slider_inner {
    overflow: hidden;
    position: relative;
    z-index: 0;
  }

  .blog-area .slick-track {
    display: flex;
  }

  .blog-area .blog_item {
    position: relative;
    margin: 0 calc(20 * (100vw / 750));
    padding: calc(40 * (100vw / 750)) calc(40 * (100vw / 750)) calc(106 * (100vw / 750));
    border: solid 1px #E4E4E4;
    text-align: left;
    z-index: 0;
  }

  .blog-area .slide-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: auto;
    height: calc(44*(100vw / 750));
    transform: translateY(-50%);
    z-index: 1;
  }

  .blog-area .prev-arrow {
    left: 2.7%;
  }

  .blog-area .next-arrow {
    right: 2.7%;
  }

  .blog-area .slick-slide {
    height: auto !important;
  }

  .blog-area .slick-initialized .slick-slide::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    content: "";
    pointer-events: none;
    z-index: 0;
  }

  .blog-area .slick-initialized .slick-slide.slick-active::after {
    opacity: 0;
  }

  .blog-area .blog_img {
    display: block;
    margin-bottom: calc(33 * (100vw / 750));
  }

  .blog-area .blog_date {
    margin-bottom: calc(18 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
  }

  .blog-area .blog_hashtag {
    margin-bottom: calc(8 * (100vw / 750));
    color: #74A68F;
    font-size: calc(26 * (100vw / 750));
    font-weight: bold;
  }

  .blog-area .blog_ttl {
    margin-bottom: calc(20 * (100vw / 750));
    font-size: calc(26 * (100vw / 750));
    font-weight: bold;
  }

  .blog-area .blog_sentence {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: calc(24 * (100vw / 750));
  }

  .blog-area .blog_more {
    display: block;
    position: absolute;
    right: calc(40 * (100vw / 750));
    bottom: calc(40 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
    text-decoration: underline;
    text-underline-offset: 6px;
    width: fit-content;
    z-index: 0;
  }

  .blog-area .btn-area {
    margin-top: calc(70 * (100vw / 750));
  }
	
.blog-area {
	margin-top: calc(160 * (100vw / 750));
}

  /* SAVE WATER
  ============================================================= */

  .savewater {
    width: 100%;
    margin: 0 auto calc(120 *(100vw/750));
    box-shadow: 0 5px 10px -6px rgb(0 0 0 / 20%);
  }

  .savewater img {
    width: 100%;
  }

  /* MOVIE
  ============================================================= */

  .movie {
    position: relative;
    width: calc(750 *(100vw /750));
    height: calc(430 *(100vw /750));
    margin: 30px auto 40px;
  }

  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

}
/*
*   ZETAVOICE
*==========================================================================
*/

/* ---- ZETAVOICE星 ---- */

.item_list_common .item_list__review {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.item_list__review iframe {
  width: 150%;
  height: 2.4rem;
}

.ranking_wrap .item_list__review.summary-empty,
.top-recommend .item_list__review.summary-empty {
  display: none !important;
}



/* SP用*/
@media (max-width: 768px) {

  /* ---- ZETAVOICE星 ---- */

  .item_list__review iframe {
    width: 195%;
    height: calc(20 * (100vw / 428));
  }
}