@charset "UTF-8";

@font-face {
    font-family: icoset;
    src: url(/gs_front/style/fonts/icoset.ttf) format("truetype"), url(/gs_front/style/fonts/icoset.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

select {
    color: #333;
    -webkit-appearance: none;
    appearance: none;
}

#breadcrumb {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

a:hover {
    opacity: 0.6;
    transition: .5s;
}

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

general

-------------------------------------*/
.isOtherDevice .pc_only {
    display: block;
}

.isOtherDevice .sp_only {
    display: none;
}

.spMode .pc_only {
    display: none;
}

.spMode .sp_only {
    display: block;
}

.gray {
    background-color: #f7f7f7;
}

.purple {
    background-color: #efebf3;
}

.beige {
    background-color: #e4e1d8;
}

#temiyage {
    position: relative
}

#temiyage section {
    padding: 45px 0
}

.isOtherDevice #temiyage section {
    padding: 90px 0
}

#temiyage .inner {
    width: 100%;
    padding: 0 3%;
}

.isOtherDevice #temiyage .inner {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0;
}

#temiyage h2 {
    width: 80%;
    margin: 0 auto 30px;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
}

#temiyage h2 span {
    display: block;
    font-size: 1.2rem;
}

.isOtherDevice #temiyage h2 span {
    font-size: 1.5rem;
}

#temiyage .lead {
    margin: 30px auto;
    line-height: 2;
    width: 90%;
    text-align: left;
}


.isOtherDevice #temiyage .lead {
    text-align: center;
}

.name {
    margin: 5px 0 0;
    font-weight: bold;
}

.item a {
    display: block
}

.item .name {
    -webkit-line-clamp: 2
}

.item .name,
.item .price {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.item .price {
    -webkit-line-clamp: 1;
    font-size: 1.2rem
}

.item .price span {
    font-weight: 700;
    font-size: 1.5rem
}

.item_txt,
.txt {
    font-size: 1.2rem;
    margin: 5px 0 0;
}

.item_txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

/*
button
*/
#temiyage .button {
    width: 80%;
    margin: 45px auto
}

.isOtherDevice #temiyage .button {
    width: 100%;
    margin: 45px auto;
    max-width: 450px;
}

.btn-submit,
.button a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    color: #fff;
    background-color: #333;
    transition: .3s;
    box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px
}

.button .btn-submit:after,
.button a:after {
    content: '';
    margin-left: 5px;
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg)
}

.button a:hover {
    text-decoration: none;
    background-color: #bbb
}

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

anker_area

-------------------------------------*/
#temiyage .anker_area {
    width: 100%;
    margin: auto;
    background-color: #333333;
}

#temiyage .anker_area.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
}

#temiyage .anker_area ul {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.isOtherDevice #temiyage .anker_area ul {
    justify-content: space-between;
}

#temiyage .anker_area ul li {
    width: 12.5%;
    border-right: 2px solid #fff;
}

.spMode #temiyage .anker_area ul li {
    width: 50%;
    border-bottom: 2px solid #fff;
}

.spMode #temiyage .anker_area ul li:nth-of-type(2n) {
    border-right: none;
}

.spMode #temiyage .anker_area ul li:last-child {
    border-right: none;
}

.isOtherDevice #temiyage .anker_area ul li:first-child {
    border-left: 2px solid #fff;
}

#temiyage .anker_area ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    font-size: 1rem;
}

.isOtherDevice #temiyage .anker_area ul li a {
    padding: 1rem 0;
    font-size: 1.5rem;
}

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

main_visual_area

-------------------------------------*/
#temiyage .main_visual_area {
    padding: 0;
}

.spMode #temiyage .main_visual {
    background: url(/iphone/temiyage/images/main.jpg) no-repeat center center / cover;
    height: 250px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    text-align: left;
    position: relative;
    padding: 0;
}

.isOtherDevice #temiyage .main_visual_area {
    padding: 15px 0 0;
}

.isOtherDevice #temiyage .main_visual_area .main_visual {
    background: url(/temiyage/images/main.jpg)no-repeat center center / cover;
    height: 400px;
    width: 1200px;
    display: flex;
    margin: 0 auto 30px;
    justify-content: left;
    align-items: flex-end;
    text-align: left;
    position: relative;
    padding: 0;
}

#temiyage .main_visual_area .main_visual .inner {
    padding: 5px 20px;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    margin: 0;
}

#temiyage .main_visual_area .main_visual .inner h1 {
    font-size: 2.4rem;
    font-weight: bold;
}

.isOtherDevice #temiyage .main_visual_area .main_visual .inner h1 {
    font-size: 5rem;
    font-weight: normal;
    margin: -0.5rem;
}

.isOtherDevice #temiyage .main_visual_area .main_lead {
    font-size: 1.8rem;
}

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

ranking_area

/* -------------------------------------*/
/* 
#temiyage .ranking_area ul li {
    padding: 10px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}

#temiyage .ranking_area ul li .item {
    line-height: 1.5;
}

#temiyage .ranking_area ul li .item .name {
    height: 3em;
}

.isOtherDevice #temiyage .ranking_area ul li .item .name {
    height: 3em;
}

#temiyage .ranking_area .inner .swiper-slide {
    height: auto;
}

#temiyage .ranking_area .item:after,
.ranking_area .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    border: 0
}

#temiyage .ranking_area .swiper-wrapper li .item:before {
    z-index: 2;
    font-size: 1.7rem;
    width: 28px;
    text-align: center;
    top: 10px
}

#temiyage .ranking_area .swiper-wrapper li .item:after {
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 56px 0 0;
    border-color: #404040 transparent transparent
}

#temiyage .ranking_area .swiper-wrapper li:first-child .item:before {
    content: "1"
}

#temiyage .ranking_area .swiper-wrapper li:first-child .item:after {
    border-top-color: #9c8b47
}

#temiyage .ranking_area .swiper-wrapper li:nth-child(2) .item:before {
    content: "2"
}

#temiyage .ranking_area .swiper-wrapper li:nth-child(2) .item:after {
    border-top-color: #8b8b8b
}

.ranking_area .swiper-wrapper li:nth-child(3) .item:before {
    content: "3"
}

#temiyage .ranking_area .swiper-wrapper li:nth-child(3) .item:after {
    border-top-color: #9c6b47
}

#temiyage .ranking_area .swiper-wrapper li:nth-child(4) .item:before {
    content: "4"
}

#temiyage .ranking_area .swiper-wrapper li:nth-child(5) .item:before {
    content: "5"
}

#temiyage .ranking_area .swiper-wrapper li:nth-child(6) .item:before {
    content: "6"
}

#temiyage .ranking_area .swiper-wrapper li:nth-child(7) .item:before {
    content: "7"
}

#temiyage .ranking_area .swiper-wrapper li:nth-child(8) .item:before {
    content: "8"
}

#temiyage .ranking_area .swiper-wrapper li:nth-child(9) .item:before {
    content: "9"
}

#temiyage .ranking_area .swiper-wrapper li:nth-child(10) .item:before {
    content: "10"
} */

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-container {
    position: relative;
}

#temiyage .ranking_area .swiper-wrapper {
    justify-content: space-between;
    margin-bottom: 10px;
}

#temiyage .ranking_area .swiper-pagination.inside_slider {
    display: none
}

#temiyage .ranking_area .swiper-pagination {
    position: relative;
    bottom: auto !important
}

.swiper-pagination-bullet-active {
    background-color: #937f42
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    width: 40px;
    height: 48px;
    background-size: 36px 48px;
}

.swiper-button-next {
    background-image: url(/cmn/images/arrow.svg);
    right: -10px;
}

.swiper-button-prev {
    background-image: url(/cmn/images/arrow.svg);
    transform: scale(-1, 1);
    left: -10px;
}

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

recommend_area

-------------------------------------*/
#temiyage .recommend_area .inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

#temiyage .recommend_area .inner ul li {
    width: 48%;
}

.isOtherDevice #temiyage .recommend_area .inner ul li {
    width: 23%;
}


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

recommend_area

-------------------------------------*/
#temiyage .scene_area .inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

#temiyage .scene_area .inner ul li {
    width: 48%;
    background-color: #fff;
    padding: 5px;
}

.isOtherDevice #temiyage .scene_area .inner ul li {
    width: 23%;
}

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

easysearch_area

-------------------------------------*/
#temiyage .easysearch_area .inner .easy_search {
    padding: 30px 0;
    margin: auto;
    background-color: #f7f7f7
}

#temiyage .easysearch_area .inner {
    max-width: 800px;
}

#temiyage .easysearch_area .inner .easy_search .select_outer input,
#temiyage .easysearch_area .inner .easy_search .select_outer select {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #444;
    font-size: 1.3rem;
    border-radius: 0;
    padding: 5px 26px 5px 8px;
    height: 36px;
    width: 100%
}

#temiyage .easysearch_area .inner .easy_search .select_outer {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: auto;
    zoom: 1
}

#temiyage .easysearch_area .inner .easy_search .select_outer .select {
    width: 38%;
    position: relative;
    background: #fff
}

.isOtherDevice #temiyage .easysearch_area .inner .easy_search .select_outer .select {
    width: 45%;
}

#temiyage .easysearch_area .inner .easy_search .select_outer .select~.select:before {
    content: "×";
    font-family: defico;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    position: absolute;
    left: -3rem;
    top: 13px
}

#temiyage .easysearch_area .inner .easy_search .select_outer .select select {
    position: relative;
    z-index: 1;
    background: transparent
}

.select_outer .select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #444 transparent transparent;
    margin-top: -3px;
}

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

price_area

-------------------------------------*/
#temiyage .price_area .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
}

#temiyage .price_area .inner ul li {
    width: 48%;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px
}

.isOtherDevice #temiyage .price_area .inner ul li {
    width: 32%;
}

#temiyage .price_area {
    padding: 45px 10px;
}

#temiyage .price_area .inner {
    padding: 20px 10px;
    border: 6px solid #e4e4e4;
}

#temiyage .price_area .inner ul li a {
    display: block;
    margin: 4px;
    padding: 12px 10px 12px 20px;
    text-align: center;
    color: #ffffff;
    border: 1px solid silver;
    background-color: #4b4747;
    -webkit-box-shadow: 0 0 0 4px #4b4747;
    box-shadow: 0 0 0 4px #4b4747;
}

#temiyage .price_area .inner ul li a:before {
    display: block;
    margin: 4px;
    padding: 12px 10px 12px 20px;
    text-align: center;
    color: #ffffff;
    border: 1px solid silver;
    background-color: #4b4747;
    -webkit-box-shadow: 0 0 0 4px #4b4747;
    box-shadow: 0 0 0 4px #4b4747;
}


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

category_area

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

#temiyage .category_area .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

#temiyage .category_area .inner ul li {
    width: 48%;
}

#temiyage .category_area .inner ul li .pic {
    margin-bottom: 10px;
}

#temiyage .category_area .inner ul li .name {
    position: relative;
    overflow: hidden;
    padding: 8px 10px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    text-align: center;
    background-color: #ffffff;
}

#temiyage .category_area .inner ul li .name:before {
    left: 0;
    background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, #e4e1d8 50.5%) top left/100% 50% no-repeat, -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #e4e1d8 50.5%) bottom right/100% 50% no-repeat;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #e4e1d8)) top left/100% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #e4e1d8)) bottom right/100% 50% no-repeat;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #e4e1d8 50.5%) top left/100% 50% no-repeat, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #e4e1d8 50.5%) bottom right/100% 50% no-repeat;
    position: absolute;
    top: 50%;
    display: block;
    width: 8px;
    height: 100%;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#temiyage .category_area .inner ul li .name:after {
    right: 0;
    background: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, #e4e1d8 50.5%) bottom left/100% 50% no-repeat, -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #e4e1d8 50.5%) top right/100% 50% no-repeat;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #e4e1d8)) bottom left/100% 50% no-repeat, -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #e4e1d8)) top right/100% 50% no-repeat;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #e4e1d8 50.5%) bottom left/100% 50% no-repeat, linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #e4e1d8 50.5%) top right/100% 50% no-repeat;
    position: absolute;
    top: 50%;
    display: block;
    width: 8px;
    height: 100%;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.isOtherDevice #temiyage .category_area .inner ul li {
    width: 23%;
    margin-bottom: 15px;
}

#temiyage .category_area .inner ul li span {
    width: 30px;
    display: block;
    margin-right: 10px
}

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

brand_area

-------------------------------------*/
#temiyage .brand_area {
    color: #ffffff;
    background: url(/iphone/temiyage/images/bg_brand.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#temiyage .brand_area .inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

#temiyage .brand_area .inner ul li {
    width: 32%;
    display: flex;
    box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px;

}

.isOtherDevice #temiyage .brand_area .inner ul li {
    width: 18%;
}


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

service_area

-------------------------------------*/
#temiyage .service_area .inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

#temiyage .service_area .inner ul li {
    width: 48%;
    border-radius: 15px;
    background-color: #fff;
    padding: 10px;
}

.isOtherDevice #temiyage .service_area .inner ul li {
    width: 18%;
}

#temiyage .service_area .inner ul li:nth-of-type(1) {
    width: 100%;
}

.isOtherDevice #temiyage .service_area .inner ul li:nth-of-type(1) {
    width: 18%;
}

#temiyage .service_area .inner ul li .pic {
    width: 50%;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;
}




#temiyage .service_area .inner ul li .pic img {
    height: 100px;
    object-fit: contain;
}

#temiyage .service_area .inner ul li:nth-of-type(1) .pic {
    width: 30%;
}


#temiyage .service_area .inner ul li h3 {
    font-weight: 700;
    color: #363e82;
    text-align: center;
    margin-top: 5px;
}

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

wrapping_area

-------------------------------------*/
#temiyage .wrapping_area {
    color: #ffffff;
    background: url(/iphone/temiyage/images/bg_wrapping.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#temiyage .wrapping_area .inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.isOtherDevice #temiyage .wrapping_area .inner ul {
    max-width: 800px;
    width: 100%;
    margin: auto
}

#temiyage .wrapping_area .inner ul li {
    width: 48%;
    background-color: #fff;
    padding: 10px;
}

#temiyage .wrapping_area .inner ul li h3 {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}

#temiyage .wrapping_area .inner ul li h3 span {
    font-size: 1.2rem;
    display: block;
}

#temiyage .wrapping_area .inner ul li .pic {
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;
}

#temiyage .wrapping_area .inner ul li .pic img {
    height: 250px;
    ;
    object-fit: contain;
}

.isOtherDevice #temiyage .wrapping_area .inner ul li .pic img {
    height: auto;
    object-fit: contain;
}

#temiyage .wrapping_area .inner .button a {
    background-color: #fff;
    color: #333;
}

#temiyage .wrapping_area .inner .button a:after {
    border-top: 3px solid #333;
    border-right: 3px solid #333;
}


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

tips_area

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

#temiyage .tips_area .inner {
    width: 100%;
}

.isOtherDevice #temiyage .tips_area .inner {
    max-width: 1000px;
    margin: auto;
}

#temiyage .tips_area dl {
    margin: 0 0 30px
}

#temiyage .tips_area dt {
    border-bottom: 2px solid #937f42;
    font-size: 1.8rem
}

#temiyage .tips_area dl dd dd {
    padding: 15px 0;
}

#temiyage .tips_area dt.question:before {
    content: "Q.";
    color: #937f42;
    font-size: 2rem
}

#temiyage .tips_area dd {
    background-color: #fff;
    padding: 20px
}

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

todayshipping

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

#temiyage .todayshipping img {
    display: block;
    margin: 0 auto;
}

#temiyage .todayshipping p {
    display: block;
    margin: 0 auto;
}





.product-item {
    height: auto;
}

.product-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product {
    background-color: #fff;
    height: 100%;
}

.product-pic-box {
    position: relative;
    margin-bottom: 5px;
}

.product-detail {
    padding: 10px;
}

.product-detail-name {
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3em;
}

.product-detail-price-box {
    display: flex;
    margin-bottom: 5px;
}

.product-detail-discount_rate {
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    width: fit-content;
    margin-right: 5px;
}

.product-detail-price {
    font-weight: bold;
}

.product-detail-price:before {
    content: "¥";
}

.product-detail-discount_rate::after {
    content: "OFF";
}

.product-detail-price.discount_price {
    color: #ff0000;
}

.product-detail-txt {
    font-size: 1.2rem;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media only screen and (min-width: 768px) {
    .product-slider .swiper-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 40px;
        column-gap: 20px;
    }

    .product-slider .swiper-wrapper .product-item {
        width: calc((100% - 20px * 4) / 5);
    }

    .product-slider-container .swiper-button-next,
    .product-slider-container .swiper-button-prev,
    .product-slider-container .swiper-pagination {
        display: none;
    }
}

.product-pic-icon-shipping {
    position: absolute;
    background-color: #333;
    padding: 0 10px;
    color: #fff;
    bottom: 5%;
    width: fit-content;
}

.product-detail-utility {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

.product-icon {
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    width: fit-content;
}

.web-limited {
    background-color: #4B3C8A;
}

.limited-quantity {
    background-color: #399A4A;
}

.room-temperature {
    background-color: #8A3C3C;
}

.frozen {
    background-color: #3743ED;
}

.refrigerate {
    background-color: #3798ED;
}

.subdivision {
    background-color: #8A773C;
}

/* ランキング */
.ranking_area ul {
    counter-reset: item
}

.ranking_area ul li a::before {
    content: "No." counter(item) " ";
    counter-increment: item;
    font-weight: 700;
    font-size: 2rem;
}

.ranking_area ul li:first-child a:after,
.ranking_area ul li:nth-child(2) a:after,
.ranking_area ul li:nth-child(3) a:after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 30px;
    height: 30px;
    content: ""
}

.ranking_area ul li:first-child a:before,
.ranking_area ul li:nth-child(2) a:before,
.ranking_area ul li:nth-child(3) a:before {
    margin-left: 35px
}

.ranking_area ul li:first-child a:after {
    background-image: url(/images/icon-rank-01.svg)
}

.ranking_area ul li:first-child a:before {
    color: #9c8b45
}

.ranking_area ul li:nth-child(2) a:after {
    background-image: url(/images/icon-rank-02.svg)
}

.ranking_area ul li:nth-child(2) a:before {
    color: #8b8b8b
}

.ranking_area ul li:nth-child(3) a:after {
    background-image: url(/images/icon-rank-03.svg)
}

.ranking_area ul li:nth-child(3) a:before {
    color: #9c6b47
}