@charset "utf-8";
.gp__section{
    padding: 60px 0;
    font-size: 20px;
    color: #2b2b2b;
}
.gp__section.bg__gray{
    background: #f5f5f5;
}
.gp__section>section{
    /*max-width: 1000px;*/
    max-width: 1200px;
    margin: 0 auto;
}
.gp__section h3{
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}
.gp__section img{
    width: 100%;
    height: auto;
}
@media screen and (min-width: 769px) {
    .pchidden{ display: none!important; }
}
@media screen and (max-width: 768px) {
    .sphidden{ display: none!important; }
    .gp__section{
        padding: 20px 0;
        font-size: 13px;
    }
    .gp__section h3{
        font-size: 19px;
        margin-bottom: 20px;
    }
}

/********************************
    btn
********************************/
.block-top-more-btn {
  position: relative;
  display: block;
  width: 300px;
  border: 1px solid #000;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  padding: 5px 0;
  text-decoration: none;
}
.block-top-more-btn:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 24px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
.block-top-more-btn:hover {
  opacity: .8;
  text-decoration: none;
}

/********************************
    main banner
********************************/
#gp__main{
    margin-bottom: 30px;
}
#gp__main img{
    width: 100%;
    height: auto;
}
#gp__main .shipping__text{
    background: #830000;
    color: #FFF;
    line-height: 1.3;
    font-size: 28px;
    text-align: center;
    padding: 30px 0;
}
@media screen and (max-width: 768px) {
    #gp__main{
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }
    #gp__main .shipping__text{
        padding: 15px 0;
    }
    #gp__main .shipping__text p{
        font-size: 12px;
        letter-spacing: -0.05em;
    }
}

/********************************
    gp__SERVICE
********************************/
.gp__se__list{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    padding-bottom: 50px;
}
.gp__se__list dl{
    width: 27.917%;
    margin-bottom: 40px;
}
.gp__se__list dl dd{
    margin-top: 15px;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
    .gp__se__list dl:nth-child(4){ margin:0 3% 0 auto; } 
    .gp__se__list dl:nth-child(5){ margin:0 auto 0 3%; } 
}

.gp__se__det>dl{
    margin-top:20px;
}
.gp__se__det dl dt.det__title{
    background: #c8a87a;
    color: #FFF;
    line-height: 1;
    text-align: center;
    padding: 20px 0;
    position: relative;
    cursor: pointer;
}
.gp__se__det dl dt.det__title:after {
    content: '';
    position: absolute;
    top: 24px;
    right: 24px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(45deg);
}
.gp__se__det dl.active dt.det__title:after {
    transform: rotate(-135deg);
}
.gp__se__det dl dd{
    display: none;
}

.gp__se__bag dd{
    padding: 40px 0 60px;
}
.gp__se__bag dd small{
  font-size: 16px;
  display: block;
}
.gp__se__bag dd ul{
  display: flex;
  padding: 30px 0 70px;
}
.gp__se__bag dd ul li{
  width: 25%;
}

#gp__SERVICE .block-top-more-btn{
    width: 560px;
    padding: 12px 0;
    margin-top: 50px;
}
#gp__SERVICE .block-top-event-btn{
    padding: 0;
}

@media screen and (max-width: 768px) {
    .gp__se__list{
        padding: 0 5% 40px;
        justify-content: space-between;
    }
    .gp__se__list dl{
        width: 46%;
        margin-bottom: 15px;
    }
    .gp__se__list dl dd{
        margin-top: 10px;
        line-height: 1.2;
    }

    .gp__se__det>dl{
        margin-top: 10px;
    }
    .gp__se__det dl dt.det__title{
        font-size: 18px;
    }
    .gp__se__bag dd,
    .gp__se__det dd{
        padding: 15px 3% 20px;
    }
    .gp__se__bag dd small{
        font-size: 10px;
    }
    .gp__se__bag dd ul{
        flex-wrap: wrap;
        padding: 15px 0 0;
    }
    .gp__se__bag dd ul li{
        width: 50%;
    }

    #gp__SERVICE .block-top-more-btn{
        width: 96%;
        font-size: 14px;
        margin-top: 20px;
    }
    .block-top-more-btn:after{
        top: 20px;
        right: 16px;
        width: 6px;
        height: 6px;
    }
}

/********************************
    gp__menu
********************************/
#gp__menu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#gp__menu ul li{
    width: 32%;
    margin-bottom: 12px;
}
#gp__menu ul li a{
    display: block;
    width: 100%;
    background: #9e6c1a;
    color: #FFF;
    line-height: 1;
    text-align: center;
    padding:20px 0;
    position: relative;
}
#gp__menu ul li a:after {
    content: '';
    position: absolute;
    top: 24px;
    right: 24px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(45deg);
}

.gp__section.menu__area{
    padding: 0 0 2%;
}

@media screen and (max-width: 768px) {
    #gp__menu ul{
        padding:0 2%;
    }
    #gp__menu ul li{
        margin-bottom: 1%;
    }
    #gp__menu ul li a{
        display: flex;
        align-items: center;
        padding: 0 0 0 6px;
        height: 40px; 
        letter-spacing: -0.08em;
    }
    #gp__menu ul li a:after{
        top: 18px;
        right: 8px;
        width: 6px;
        height: 6px; 
    }
}


/********************************
    gp__USE
********************************/
.list__link__box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.list__link__box dl{
    width: 24%;
    position: relative;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 30px;
}
.list__link__box dl .text{
    margin: 15px 0 0;
}
.list__link__box dl b{
    font-size: 20px;
    display: block;
}
.list__link__box dl dd.more,
.list__link__box dl dd.more a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: none;
    font-size: 0px;
    text-indent: -999999px;
}
@media screen and (min-width: 769px) {
    #gp__USE .list__link__box dl:nth-child(5){ margin:0 1% 0 auto; } 
    #gp__USE .list__link__box dl:nth-child(7){ margin:0 auto 0 1%; } 
}
@media screen and (max-width: 768px) {
    #gp__USE{
        padding: 0 8%;
    }
    .list__link__box{
        justify-content: space-between;
    }
    .list__link__box dl{
        width: 45%;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .list__link__box dl .text {
        margin: 5px 0 0;
    }
    .list__link__box dl b {
        font-size: 15px;
    }
}


/********************************
    gp__PRICE
********************************/
ul.menu__link__box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
ul.menu__link__box li{
    width: 32%;
    margin-bottom: 15px;
}
ul.menu__link__box li a{
    display: block;
    width: 100%;
    background: #baa88d;
    color: #FFF;
    line-height: 1;
    text-align: center;
    padding:20px 0;
    position: relative;
    border-radius: 30px;
}
ul.menu__link__box li a:before {
    content: '';
    position: absolute;
    top: 17px;
    right: 14px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #FFF;
}
ul.menu__link__box li a:after {
    content: '';
    position: absolute;
    top: 25px;
    right: 23px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #baa88d;
    border-bottom: 2px solid #baa88d;
    transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
    #gp__NUM ul.menu__link__box li:nth-child(4),
    #gp__PRICE ul.menu__link__box li:nth-child(4){
        margin:0 .5% 0 auto;
    } 
    #gp__NUM ul.menu__link__box li:nth-child(5),
    #gp__PRICE ul.menu__link__box li:nth-child(5){
        margin:0 auto 0 .5%;
    } 
}

@media screen and (max-width: 768px) {
    ul.menu__link__box{
        padding: 0 3%;
        justify-content: space-between;
    }
    ul.menu__link__box li {
        width: 49%;
        margin-bottom: 10px;
    }
    ul.menu__link__box li a{
        padding: 12px 0;
    }
    ul.menu__link__box li a:before {
        top: 11px;
        right: 8px;
        width: 15px;
        height: 15px;
    }
    ul.menu__link__box li a:after {
        top: 16px;
        right: 14px;
        width: 5px;
        height: 5px;
        border-width: 1px;
    }
}


/********************************
    gp__FEATURE
********************************/
@media screen and (min-width: 769px) {
    #gp__FEATURE .list__link__box dl{
        width: 19%;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    #gp__FEATURE .list__link__box{
        padding: 0 5%;
    }
    #gp__FEATURE .list__link__box dl{
        width: 32%;
        margin-bottom: 15px;
        font-size: 13px;
    }
    #gp__FEATURE .list__link__box dl:nth-child(4){ margin:0 1% 0 auto; } 
    #gp__FEATURE .list__link__box dl:nth-child(5){ margin:0 auto 0 1%; } 
}


/********************************
    gp__PACK
********************************/
#gp__PACK .list__link__box dl{
    width: 31%;
}
@media screen and (max-width: 768px) {
    #gp__PACK{
        padding: 0 15%;
    }
    #gp__PACK .list__link__box dl{
        width: 100%;
        font-size: 13px;
        margin-bottom: 20px;
    }
}



/********************************
    ranking調整
********************************/
body .block-top-event .block-top-event--title{
    padding-top: 30px;
}
body .block-top-ranking-title,
body .block-top-ranking-title + .block-top-event--goods,
body .block-top-ranking-btn {
    background: #FFF;
}
body .block-ranking-r--items{
    max-width: 1200px;
}
.block-ranking-r--items .block-ranking-r--goods:nth-child(n+6){
    display: none;
}
@media screen and (min-width: 769px) {
    body .block-ranking-r--goods, .block-ranking-r--item {
        width: 232px;
        margin: 0 10px 0px 0;
    }
}
@media screen and (max-width: 768px) {
    body .block-top-event .block-top-event--title{
        padding-top: 15px;
    }
    .block-ranking-r--items .block-ranking-r--goods:nth-child(n+5){
        display: none;
    }
    .block-top-event .block-top-more-btn{
        width: 70%;
    }
}