@charset "utf-8";
body {
    font-family: -apple-system, YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
    margin: auto;
    /* min-width: 1080px; */
    width: 100%;
}

#wrapper {
    overflow: hidden;
}

a:hover img {
    opacity: 0.8;
}

/* Header Logo new---------------------- */

div#header {
    line-height: 1;
}

div#head_inner {
    padding: 37px 0 28px;
    position: relative;
}

div#logo_space {
    margin: 0 auto;
    width: 230px;
}

div#logo_space h1 {
    line-height: 1;
}

div#logo_space a {
    background: none;
    float: none;
    height: auto;
    margin: 0;
    width: 100%;
}

div#logo_space img {
    width: 100%;
}

/* ---------------------------------- */

/* Header Right --------------------- */

div#information {
    float: inherit;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 58px;
    width: 140px;
}

div#information .info_list {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

div#information .info_list li {
    float: inherit;
    height: auto;
    margin: 0;
}

div#information .info_list .info_icon {
    margin-right: 12px;
    width: 24px;
}

div#information .info_list .info_label {
    font-size: 12px;
    letter-spacing: 0;
    width: 6em;
    white-space: nowrap;
}

div#information .info_label a {
    color: rgb(77, 77, 77);
    text-decoration: none;
}

div#information .info_label a:hover {
    text-decoration: underline;
}

/* ---------------------------------- */

/* Global Navi New ---------------------- */

#g_nav {
    line-height: 1;
    margin: 0 auto 16px;
    width: 1000px;
}

.g_nav_list {
    display: flex;
    justify-content: center;
    text-align: center;
}

.g_nav_item {
    padding: 0 25px;
    position: relative;
    width: 25%;
}

.g_nav_item img {
    width: 100%;
}

.g_nav_item:not(:last-child)::after {
    background: rgba(102, 102, 102, 0.3);
    content: "";
    height: 50px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
}

.g_nav_item a {
    color: rgb(77, 77, 77);
    text-decoration: none;
}

.g_nav_label {
    bottom: 4px;
    font-size: 13px;
    left: 0;
    letter-spacing: 0.04em;
    position: absolute;
    width: 100%;
}

/* Footer------------------------------*/

#footer {
    background: rgb(240, 238, 233);
    border: 0;
    color: rgb(77, 77, 77);
    font-size: 14px;
    letter-spacing: 0;
    padding: 62px 0 46px;
    text-align: left;
}

#footer a {
    color: rgb(77, 77, 77);
    font-size: 14px;
    text-decoration: none;
}

#footer a:hover {
    color: #999;
    font-size: 14px;
    text-decoration: underline;
}

.footer_title {
    margin-bottom: 40px;
}

.footer_info {
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
}

.footer_info_column {
    width: 480px;
}

.footer_info_block {
    margin-bottom: 30px;
}

.footer_info_caption {
    border-bottom: 1px dashed rgb(175, 175, 175);
    font-size: 18px;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px 0;
}

.footer_info_text {
    line-height: 1.57;
}

.footer_info_text p:not(:last-child) {
    margin-bottom: 1.5em;
}

.footer_info_text .credit {
    width: 263px;
}

#footer .footer_nav {
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
}

#footer .footer_nav li {
    float: inherit;
    display: inline-block;
    margin: 0 0 10px;
    white-space: nowrap;
}

.footer_nav li:not(:last-child)::after {
    content: "│";
    padding: 0 0.5em;
}

/* ---------------------------------- */

/* footer_about------------------------------*/

.footer_about {
    align-items: center;
    border: dashed rgb(175, 175, 175);
    border-width: 1px 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 35px 30px;
}

.footer_logo {
    width: 230px;
}

.footer_company {
    line-height: 1.71;
    width: 660px;
}

/* ---------------------------------- */

/* copyright------------------------------*/

#footer .copyright {
    font-size: 12px;
    letter-spacing: 0.04em;
    margin: 0;
    text-align: center;
}

/*-------------------------------------*/

/* TOPスライダー------------------------------*/

#top_slider {
    margin-bottom: 20px;
}

#top_slider .slick-slide {
    padding: 0 5px;
    width: 1000px;
}

#top_slider .slick-slide {
    opacity: 0.7;
}

#top_slider .slick-slide.slick-active {
    opacity: 1;
}

#top_slider .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    z-index: 100;
}

#top_slider .prev-arrow {
    left: calc(50% - 520px);
}

#top_slider .next-arrow {
    right: calc(50% - 520px);
}

.slider_nav {
    margin: 0 auto 30px;
    width: 1000px;
}

.slider_nav .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transform: translateX(0) !important;
    width: 100% !important;
}

.slider_nav .slick-slide {
    float: inherit;
    padding: 0 5px 10px;
}

.slider_nav .slider_nav_img img {
    width: 136px;
}

.slider_nav_img .image {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.slider_nav_img .image::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
}

.slider_nav .slick-current .slider_nav_img .image::before {
    opacity: 0.1;
}

/*-------------------------------------*/

/* 検索------------------------------*/

.front_search {
    border: 1px solid rgb(77, 77, 77);
    border-radius: 14px;
    box-sizing: border-box;
    margin: 0 auto 100px;
    padding: 1px 0 1px 30px;
    position: relative;
    width: 400px;
}

input[type='text'].front_search_box {
    border: 0;
    box-shadow: 0 0 0;
    height: 24px;
    line-height: 24px;
    width: 310px;
}

.front_search_box:focus {
    outline: none;
}

.front_btn_search {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 20px;
}

/*-------------------------------------*/

/* RANKING------------------------------*/

.front_title {
    line-height: 1;
    position: relative;
    text-align: center;
}

.front_title_jp {
    /*bottom: 18px;*/
    top: 64px;
    font-size: 14px;
    font-weight: normal;
    left: 0;
    letter-spacing: 0;
    position: absolute;
    width: 100%;
}

.ranking_box {
    margin-bottom: 80px;
}

.ranking_list {
    counter-reset: reversed(list);
    display: flex;
    justify-content: space-between;
}

.ranking_list li {
    counter-increment: list;
    display: block;
    text-align: center;
    width: 226px;
}

.ranking_list li a {
    color: rgb(77, 77, 77);
    display: block;
    position: relative;
    text-decoration: none;
}

.ranking_list li a::before {
    background-color: #808080;
    color: #f0f0f0;
    content: counter(list);
    font-family: 'Century Gothic', sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 34px;
    left: 0;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 34px;
    z-index: 200;
}

.ranking_list li:nth-of-type(1) a::before {
    background-color: #ceba8a;
}

.ranking_list li:nth-of-type(2) a::before {
    background-color: #c8c8c8;
}

.ranking_list li:nth-of-type(3) a::before {
    background-color: #b59c83;
}

.ranking_thumb {
    margin-bottom: 10px;
}

.ranking_text {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.57;
}

/*-------------------------------------*/

/* ALL PRODUCTS------------------------------*/

.all_products_box {
    margin-bottom: 50px;
}

.all_products_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.all_products_list li {
    margin-bottom: 40px;
    width: 482px;
}

.all_products_list li a {
    color: rgb(77, 77, 77);
    display: block;
    text-decoration: none;
}

.all_products_text {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.57;
    padding-top: 10px;
}

/*-------------------------------------*/

/* キャンペーン------------------------------*/

.campaign_box {
    margin-bottom: 50px;
}

.front_bnr {
    margin-bottom: 36px;
}

/*-------------------------------------*/

/* SHOPPING------------------------------*/

.shopping_list_box {
    margin-bottom: 70px;
}

.shopping_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.shopping_list li {
    margin: 0 20px 20px;
    width: 190px;
}

/*-------------------------------------*/

/* Q&A ------------------------------*/

.faq_list_box {
    margin-bottom: 50px;
}

.faq_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq_list li {
    margin-bottom: 70px;
    width: 315px;
}

.faq_list li a {
    color: rgb(77, 77, 77);
    display: block;
    text-decoration: none;
}

.faq_img {
    margin-bottom: 10px;
}

.faq_caption {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.04em;
    -webkit-line-clamp: 4;
    line-height: 1.36;
    height: 5.44em;
    overflow: hidden;
}

.faq_text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    letter-spacing: 0.04em;
    -webkit-line-clamp: 7;
    line-height: 1.57;
    height: 11em;
    margin-bottom: 20px;
    overflow: hidden;
}

.faq_more_btn {
    border: #4d4d4d 1px solid;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 2.25;
    text-align: center;
    width: 134px;
}

.faq_more_btn:hover {
    background: #4d4d4d;
    color: #fff;
}

.blog_archive_link {
    align-items: center;
    background: #4d4d4d;
    border: 1px solid #4d4d4d;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    font-weight: bold;
    justify-content: center;
    height: 180px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin: auto;
    text-align: center;
    text-decoration: none;
    width: 180px;
}

.blog_archive_link:hover {
    background: #fff;
    color: #4d4d4d;
}
@media screen and (max-width: 600px) {
  #accordion {
      width: 100% !important;
      margin: 0 !important;
      max-width: none !important;
      & dd {
      margin: 0;
        }
  }
  #lpshoppingcolumn {
      width: 93% !important;
  }
  .acc-content p:before {
      top: -28px !important;
  }
  .acc-content p {
      padding: 0rem !important;
  }
  .lp_submit_area {
      margin: 0 !important;
      padding: 0 !important;
  }
  #confirm_submit_image {
    width: 73% !important;
  }
  .footer_info {
    flex-wrap: wrap !important;
    box-sizing: border-box;
    padding: 0 10px;
  }
}
/*-------------------------------------*/