@charset "UTF-8";

/*------------------
pc-common
--------------------*/
html {
    scroll-behavior: smooth;
    scroll-padding-top: 113px; /* 固定ヘッダの高さ分 */
}

#main img{
    max-width: 100%;
    vertical-align:middle;
}

.container.main-container {
}

.tax {
    font-size: 0.8em;
}

/* 配送＆500円OFFクーポンラベル */

.label-shipping {
    background: #B7A36A;
}
.list-shipping {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

.list-shipping-txt {
    color: #ffffff;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0;
}

.list-shipping-txt:first-child {
    margin-right: 15px;
    border-right: 1px solid #fff;
    padding-right: 10px;
}

img.list-item-A {
    width: 38px;
    padding-right: 5px;
}

img.list-item-B {
    width: 58px;
    padding-right: 5px;
}


/* セクションタイトル */

.title-sec {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    background-color: #d7d2bd;
    color: #56430e;
    padding: 20px 20px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  
.title-sec:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    border: 15px solid transparent;
    border-top: 15px solid #d7d2bd;
    width: 0;
    height: 0;
}

.title-sec img {
    fill: #56430e;
    margin-right: 5px;
    margin-bottom: 5px;
}

.title-sec img {
    margin-right: 5px;
    fill: #fff;
    opacity: 0.9;
}

/* フリーランキングタイトル */

.title-item-list {
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #000;
    margin-top: 20px;
    margin-bottom: 20px;    
}

.title-item-list:before {
    content: "●";
    font-size: 2rem;
    color: #b7a36a;
    margin-right: 5px;
}

.title-item-list-sub {
    font-size: 0.9em;
    font-weight: normal;
    margin-left: 15px;
}

/* フリーランキング */

.sec-item-wrapper {
    margin-bottom: 30px;
    width: 800px;
    margin: 0 auto;
}

.sec-item-list{
    overflow: hidden;
}

.sec-item-list-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
}

.sec-item-list-inner {
    position: relative;
}

.item-list-carousel li{
    text-align: center;
    margin-right: 24px;
}

.item-list-carousel img{}

.slick-list{
    overflow: visible;
}

.slick-nav-arrows {}

.slick-arrow {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
}

.slick-next {}
.slick-prev {}

.slick-prev:before, .slick-next:before{
    color: #000 !important;
    font-size: 3.0rem!important;
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900;
}

.slick-next:before{ content: "\f054"!important; }
.slick-prev:before { content: "\f053"!important; }


.item-img {}

.item-img img {
    border: solid 1px #F2F2F2;
    float: left;
    margin-bottom: 10px;
}

.item-name, .item-price {
    font-size: 1.4rem;
    text-align: left;
}

/*------------------
 .sec-lead
--------------------*/

/*.ttl-lead {
    height: 340px;
}*/

.txt-lead {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.nav-lead {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.nav-lead-list {
    display: flex;
    border: solid 3px #b7a36a;
    border-radius: 5px;
    width: 140px;
    height: 140px;
    padding-top: 15px;
}

.nav-lead-list:not(:last-child) {
    margin-right: 10px;
}

.nav-lead-list-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    text-align: center;
    width: 100%;
}

.nav-lead-list-txt {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 700;
    padding-top: 10px;
    width: 100%;    
}

.nav-lead-list-inner {
    font-size: 2.2;
}

/*------------------
 .sec-ranking
--------------------*/

.sec-ranking {
    margin-bottom: 40px;
}

.sec-ranking .sec-item-wrapper {
    width: 100%;
}

.sec-ranking .item-list-carousel li {
    width: 164px!important;
}

.sec-ranking .item-img-inner{
    position: relative;
}

.sec-ranking .item-img-inner::before{
    position: absolute;
    content: '';
    width: 30px;
    height: 32px;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 2rem;
    line-height: 1.7;
    font-weight: 700;
    content: '';
}

.sec-ranking .item-inner:nth-child(1) .item-img-inner::before {
    content: '1';
    background-color: #B7A36A;
}

.sec-ranking .item-inner:nth-child(2) .item-img-inner::before {
    content: '2';
    background-color: #D0CDC7;
}

.sec-ranking .item-inner:nth-child(3) .item-img-inner::before {
    content: '3';
    background-color: #C47222;
}

.sec-ranking .item-inner:nth-child(4) .item-img-inner::before {
    content: '4';
    background-color: #000;
}

.sec-ranking .item-inner:nth-child(5) .item-img-inner::before {
    content: '5';
    background-color: #000;
}

/*------------------
SEO ランキング化施策
--------------------*/
/*
.sec-item-wrapper { counter-reset: num; }

.sec-item-wrapper li { counter-increment: num; }
*/
.sec-item-wrapper .item-img {
    position: relative;
}

.sec-item-wrapper .item-img::before {
    content: '';
    width: 30px;
    height: 32px;
    left: 0;
    top: 0;
    margin-top: 23px;
    margin-left: -49px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.7;
    font-weight: 700;
    content: '';
}

.sec-item-wrapper .item-inner:nth-child(1) .item-img::before {
    position: absolute;
    content: '1';
    background-color: #B7A36A;
}

.sec-item-wrapper .item-inner:nth-child(2) .item-img::before {
    position: absolute;
    content: '2';
    background-color: #D0CDC7;
}

.sec-item-wrapper .item-inner:nth-child(3) .item-img::before {
    position: absolute;
    content: '3';
    background-color: #C47222;
}

.sec-item-wrapper .item-inner:nth-child(4) .item-img::before {
    position: absolute;
    content: '4';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(5) .item-img::before {
    position: absolute;
    content: '5';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(6) .item-img::before {
    position: absolute;
    content: '6';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(7) .item-img::before {
    position: absolute;
    content: '7';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(8) .item-img::before {
    position: absolute;
    content: '8';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(9) .item-img::before {
    position: absolute;
    content: '9';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(10) .item-img::before {
    position: absolute;
    content: '10';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(11) .item-img::before {
    position: absolute;
    content: '11';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(12) .item-img::before {
    position: absolute;
    content: '12';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(13) .item-img::before {
    position: absolute;
    content: '13';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(14) .item-img::before {
    position: absolute;
    content: '14';
    background-color: #000;
}


.sec-item-wrapper .item-inner:nth-child(15) .item-img::before {
    position: absolute;
    content: '15';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(16) .item-img::before {
    position: absolute;
    content: '16';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(17) .item-img::before {
    position: absolute;
    content: '17';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(18) .item-img::before {
    position: absolute;
    content: '18';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(19) .item-img::before {
    position: absolute;
    content: '19';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(20) .item-img::before {
    position: absolute;
    content: '20';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(21) .item-img::before {
    position: absolute;
    content: '21';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(22) .item-img::before {
    position: absolute;
    content: '22';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(23) .item-img::before {
    position: absolute;
    content: '23';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(24) .item-img::before {
    position: absolute;
    content: '24';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(25) .item-img::before {
    position: absolute;
    content: '25';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(26) .item-img::before {
    position: absolute;
    content: '26';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(27) .item-img::before {
    position: absolute;
    content: '27';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(28) .item-img::before {
    position: absolute;
    content: '28';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(29) .item-img::before {
    position: absolute;
    content: '29';
    background-color: #000;
}

.sec-item-wrapper .item-inner:nth-child(30) .item-img::before {
    position: absolute;
    content: '30';
    background-color: #000;
}

/*------------------
 .sec-genre
--------------------*/

.sec-genre {
    margin-bottom: 60px;
}

.txt-genre {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 30px;
}

.nav-genre {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.nav-genre-list {
    display: flex;
    border: solid 2px #b7a36a;
    border-radius: 5px;
    width: 152px;
    height: 126px;
    padding-bottom: 5px;
}

.nav-genre-list:not(:last-child) {
    margin-right: 10px;
}

.nav-genre-list-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    text-align: center;
    width: 100%;
}

.nav-genre-list-txt {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 100%;    
}

/*------------------
 .sec-budget
--------------------*/

.sec-budget {
    margin-bottom: 60px;
}

.txt-budget {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 30px;
}

.nav-budget {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.nav-budget-list {
    display: flex;
    border: solid 2px #b7a36a;
    border-radius: 5px;
    width: 152px;
    height: 92px;
    padding-bottom: 5px;
}

.nav-budget-list:not(:last-child) {
    margin-right: 10px;
}

.nav-budget-list-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.nav-budget-list-txt {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 5px;
    width: 100%;    
}

/*------------------
 .sec-giftfor
--------------------*/

.sec-giftfor {
    margin-bottom: 60px;
}

.txt-giftfor {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 30px;
}

.nav-giftfor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.nav-giftfor-list {
    display: flex;
    border: solid 2px #b7a36a;
    border-radius: 5px;
    width: 152px;
    height: 92px;
    padding-bottom: 5px;
}

.nav-giftfor-list:not(:last-child) {
    margin-right: 10px;
}

.nav-giftfor-list-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.nav-giftfor-list-txt {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 5px;
    width: 100%;    
}

/*------------------
 .sec-age
--------------------*/

.sec-age {
    margin-bottom: 60px;
}

.txt-age {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 30px;
}

.nav-age {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.nav-age-list {
    display: flex;
    border: solid 2px #b7a36a;
    border-radius: 5px;
    width: 152px;
    height: 92px;
    padding-bottom: 5px;
}

.nav-age-list:not(:last-child) {
    margin-right: 10px;
}

.nav-age-list-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.nav-age-list-txt {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 5px;
    width: 100%;    
}


/*------------------
 .sec-faq
--------------------*/

.sec-faq {
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.txt-faq {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.bg-faq{
    background-color: #F9F7EF;
}

.faq-container {
    width: 80%;
    margin: 0 auto;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
}

.faq-container-inner {
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #b7a36a;
    padding: 18px;
    margin-bottom: 10px;
    margin-right: 1%;
}

.title-faq-container-inner {
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc09d;
}

.icon-question, .icon-answer {
    font-size: 2rem;
    padding-right: 10px;
    color: #b7a36a;
}

.faq-content-inner dt {
    font-weight: 700;
    margin-bottom: 10px;
}

.faq-content-inner dd{ 
    font-size: 1.3rem;
}


/*------------------
 .sec-point
--------------------*/

.sec-point {
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.txt-point {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.bg-point{
    background-color: #F9F7EF;
}

.point-container {
    width: 80%;
    margin: 0 auto;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
}

.point-container-inner {
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #b7a36a;
    padding: 18px;
    margin-bottom: 10px;
    margin-right: 1%;
}

.title-point-container-inner {
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc09d;
}

.icon-question-point, .icon-answer {
    padding-right: 10px;
    color: #b7a36a;
}

.point-content-inner {
    font-size: 1.3rem;
}


/*------------------
 .sec-service
--------------------*/

.sec-service {
    padding-bottom: 40px;
}

.txt-service {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.item-service-wrapper {
    border: solid 1px #e9e9e9;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin: 0px auto 20px;
}

.item-service-inner-r {
    width: 68%;
}

.item-service-inner-l {
    width: 28%;
    margin-right: 2%;
}

.item-service-inner-title {
    padding-top: 10px;
    font-weight: 700;
    margin-bottom: 10px;
}

.item-service-inner-txt {
    font-size: 1.4rem;
    padding-bottom: 5px;
}

.item-service-inner-txt-sub {
    font-size: 1.2rem;
    padding-top: 5px;
    padding-bottom: 5px;
}

.item-service-inner-r .btn-more {
    text-align: right;
    margin-bottom: 0;

}

/*------------------
 .sec-other
--------------------*/

.sec-other {
}

.other-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 30px;
    width: 90%;
    margin: 0 auto;
}

.other-list-item {
    width: 48%;
    margin-bottom: 2rem;
}

.item-txt {
    margin-top: 5px;
    font-size: 1.2rem;
    padding-left: 5px;
}

.page-footer {
    margin-top: 80px;
}

/*------------------
qa_area
--------------------*/

.qa_area {
    width: 92%;
    padding: 50px 13%;
    margin: 70px auto;
    background-color: #f5f5f5;
  }
  
.qa_area .ttl-point {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 2rem;
}

  .qa_area .m-t-40 {
    padding-top: 0!important;
    padding-bottom: 30px;
  }
  
  .qa_area dl {
    margin: 10px auto 20px;
  }
  
  .qa_area dt {
    font-size: 16px;
    font-weight: 700;
  }
  
  .qa_area dt::before {
    content: "Q";
    font-size: 20px;
    font-weight: 700;
    background-color: #000000;
    padding: 2px 10px 5px;
    margin-right: 10px;
    color: #fff;
    border-radius: 5px;
    height: 26px;
  }
  
  .qa_area dd {
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.5;
    display: inline-flex;
  }
  
  .qa_area dd::before {
    content: "A";
    font-size: 20px;
    font-weight: 700;
    border: #000 1px solid;
    padding: 2px 10px 5px;
    margin-right: 10px;
    color: #000;
    border-radius: 5px;
    height: 26px;
  }
  
  .qa_area .short {
    align-items: center;
  }

  .qa_area ul {
    list-style: disc;
    padding-left: 82px;
  }
  
  .qa_area li {
      font-size: 14px;
  }

  .qa_area sup {
      font-size: 10px;
      display: contents;
  }  

.qa_area .clean a {
    text-decoration: underline;
}

.clean .clean-inner {
    display: block;
}


