@charset "utf-8";

/* CSS Document */


/*----------LP----------*/

body {
    overflow-x: hidden;
}

/*.pf-c{
    padding:0!important;
}
*/

/* フッター上の余白調整 */

/*.__pf [style*="--s-xs"]>.pf-c,
.ePVSNw,
.gdQPUt {
    padding-bottom: 0;
}

.footer .footer__container {
    margin-top: 0;
}

body .spFooter {
    margin-top: 0;
}*/

.contents_wrap {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.06em;
    margin: 0 auto;
    width: 90%;
    max-width: 1024px;
    text-align: center;
    font-size: 15px;
    line-height: 1.5em;
    color: #202124;
}
.contents_wrap h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ed8335;
    margin: 0 auto;
    line-height: 14px;
}
.contents_wrap .sec-margin {
    padding-top: 65px;
    margin: 32px auto;
    max-width: 975px;
}



.contents_wrap a {
    text-decoration: underline;
    color: #555555;
    transition: all 0.3s ease;
}

.contents_wrap .sale_outlet a:hover {
    /* opacity: 0.6; */
    background-color: #6a6a6a;
    border-radius: 4px;
}

.lp_flex_wrap {
    display: flex;
    flex-wrap: wrap;
}

.contents_wrap .brand_bg .lp_flex_wrap {
    position: relative;
    row-gap: 30px;
    column-gap: 1.025%;
    z-index: 0;
}

.contents_wrap .title-en {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ed8335;
    margin: 0 auto;
    line-height: 14px;
}

.contents_wrap .title {
    color: #202124;
    font-size: 30px;
    line-height: 1.95em;
    margin: 0 auto 66px;
    font-weight: 700;
}

.contents_wrap .howto .title {
    margin-bottom: 29px;
}

.contents_wrap .title span {
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 3;
}

/*----------インフォメーション----------*/

.readtext {
    margin: 66px 0 55px;
}

.readtext p {
    font-size: 16px;
    line-height: 1.73em;
}

.readtext p.ttl {
    margin-bottom: 23px;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1.9px;
}

.readtext p.info {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0.7em auto 1.8em;
}

.readtext .coupon-code-area {
    width: 78%;
    max-width: 725px;
    margin: 0 auto;
    padding: 1.2em 0;
    font-size: 18px;
    font-weight: 700;
    border-top: 1px dotted #202124;
    border-bottom: 1px dotted #202124;
}

.readtext .coupon-code {
    margin-left: 2em;
}

.readtext .w-ivent{
    position: relative;
}
.readtext .w-ivent p{
    color: #607199;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 0.7em;
}
.readtext .w-ivent a{
    color: #202124;
    position: relative;
}
.readtext .w-ivent a:hover{
    opacity: 0.6;
}
.readtext .w-ivent a::after{
    position: absolute;
    content: "";
    top: 8px;
    bottom: 0;
    right: -12px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #202124;
    border-right: 2px solid #202124;
}

/*----------ボタン----------*/

.boxContainer {
    background-color: #4ec3a6;
    max-width: 100%;
    margin: 0 0 40px;
    padding: 37px 0;
}

.box img {
    width: 28%;
}

.box a:first-of-type img {
    margin-right: 30px;
}

.buttonarea {
    margin: 0 0 100px 0;
}


/*.allitem {
    font-size: 26px;
    margin: 64px auto 0;
}

.allitem a {
    display: block;
    color: #fff;
    background-color: #8D7843;
    text-decoration: none;
    margin: 0 auto;
    padding: 24px 0;
    width: 50%;
    font-size: 18px;

}

.allitem a:hover {
    color: #fff;
}*/

.price_list,
.sale_outlet {
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.sale_outlet {
    margin-bottom: 114px;
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
}

.gender-link .sale_outlet {
    padding: 150px 0;
}

.second_one {
    margin-top: 10%;
}

.bottom_button {
    margin-bottom: 100px;
}

.sale_outlet>li {
    width: 48%;
    max-width: 316px;
    min-width: 278px;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: #202124;
    border-radius: 4px;
    color: #000;
}

.sale_outlet>li a {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 1.153em 0;
    text-decoration: none;
    font-weight: 700;
}

.contents_wrap_arrow {
    position: relative;
}

ul.price_list li.contents_wrap_arrow::after,
div.point_text_area .contents_wrap_arrow::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
}


/*------- howto -------*/

.howto {
    max-width: 1000px;
    margin: 0 auto;
}

.howto img {
    width: 100%;
    margin: 0 auto;
    padding: 0 9.2%;
}

.howto p {
    margin: 0;
}

.howto .subtxt {
    color: #202124;
    margin-bottom: 40px;
}

.howto a {
    text-decoration: underline;
}

.howto-image {
    max-width: 975px;
    margin: 50px auto 0;
    padding: 50px 0 0;
    background-color: #f4f4f4;
    border-radius: 20px;
}

.howto-image p {
    color: #202124;
    margin: 40px auto;
    padding: 0 9%;
}

.howto-image p:first-child {
    display: inline-block;
    margin: 0 auto;
    padding: 0.18em 0.9em;
    color: #fff;
    background-color: #f37d45;
    font-weight: 700;
}


/*----------アンカーリンク----------*/

.jumplink,
.gender-link {
    width: 100vw;
    margin: 100px calc(50% - 50vw) 0;
    background-color: #ffd1a9;
}

.jumplink ol {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    color: #202124;
    padding: 2.87em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.jumplink ol li {
    width: 33.1%;
    border-left: solid 1px #202124;
}

.jumplink li:first-of-type {
    border-left: none;
}

.jumplink ol li a {
    width: 100%;
    display: inline-block;
    padding: 0.917em 0;
    text-decoration: none;
    line-height: 1.5em;
    color: #000;
}

.jumplink ol li.contents_wrap_arrow {
    position: relative;
}

.jumplink ol li.contents_wrap_arrow::after {
    position: absolute;
    content: "";
}

.jumplink ol li.contents_wrap_arrow:nth-child(3)::after {right: 33%;}

@media screen and (max-width: 885px) {
    .jumplink ol li.contents_wrap_arrow:nth-child(1)::after {
        right: 10%;
    }
    .jumplink ol li.contents_wrap_arrow:nth-child(2)::after {
        right: 10%;
    }
    .jumplink ol li.contents_wrap_arrow:nth-child(3)::after {
        right: 22%;
    }
}

.contents_wrap_arrow_bottom::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #202124;
    border-right: 2px solid #202124;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 20%;
    top: 42px;
}


/*----------対象ブランドから探す----------*/

.subtitle-line {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 27px;
}

.subtitle-line:before,
.subtitle-line:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    /* 線の太さ */
    background: #000;
    /* 線の色 */
    margin: 0;
    /* 文字と線の余白 */
}

.gender {
    background-color: #fff;
    padding: 0 0.8em;
    color: #202124;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    line-height: 18px;
}

.contents_wrap .wrapper {
    margin-bottom: 76px;
}

.search_brand a {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    display: flex;
    height: 86px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.search_brand a img:hover {
    opacity: 0.4;
}

.brandlist span {
    display: block;
    margin-top: 6px;
    font-size: 10px;
}

.search_brand li.brandlist {
    width: 19.17%;
    color: #C6C6C6;
    font-size: 13px;
    z-index: 2;
}

.search_brand li.brandlist span {
    margin: 7.5px auto 0;
    display: block;
    line-height: 14px;
}

.search_brand li.brandlist img {
    width: 86%;
    max-height: 60px;
    object-fit: scale-down;
    transition: all 0.3s ease;
}

.search_brand li.brandlist a.tsh_logo {
    padding: 9.5% 0
}

.brandtxt {
    background-color: #c02020;
    color: #fff;
    font-size: 13px;
}


/*----------アイテムから探す----------*/

.contents_wrap .search_item .lp_flex_wrap {
    column-gap: 0.8%;
}

.contents_wrap .search_item .all-item-button {
    display: inline-block;
    position: relative;
    width: 50%;
    max-width: 298px;
    font-size: 14px;
    text-decoration: none;
    padding: 0.58em;
    color: #202124;
    border: 1px solid #202124;
    border-radius: 60px;
    margin-top: 30px;
}

.contents_wrap .search_item .contents_wrap_arrow_r::after {
    border-color: #202124;
}


/*----------あなたにオススメ----------*/

#search_recommend {
    margin-top: 100px;
}

.section.reccomend {
    margin-top: 30px;
}

.contents_wrap .recommend-main-l {
    text-align: left;
}


/*----------下部バナー----------*/

.sectionbanner {
    margin: 0 0 100px 0;
}


/*----------人気アイテム----------*/

.contents_wrap li.category {
    width: 16%;
    position: relative;
    background-color: #000;
    transition: all 0.3s ease;
}

.contents_wrap li.category img {
    opacity: 0.7;
}

.item_text {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.contents_wrap li.category_text a {
    display: block;
    line-height: 68px;
    color: #fff;
    padding-right: 7px;
    margin-top: 18px;
}

.search_item li:hover {
    background-color: #979797;
}


/*----------割引率から探す・価格から探す----------*/

.section.serch_price {
    margin-top: 30px;
}

.pricesale {
    width: 31.8%;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: #202124;
    color: #ffffff;
}

.pricesale a {
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 18px 0;
    text-decoration: none;
}

.pricesale a span {
    color: #f00;
    font-size: 15px;
}

.pricesale a:hover {
    background-color: #999a9c;
}


/*----------下部バナー----------*/

.banner_area {
    width: 80%;
    margin: auto;
    padding: 0 0 30px 0;
}

.boxContainer_2 {
    background-color: #1c201f;
    /* max-width: 90%; */
    margin: 0;
    padding: 2.5% 0 2.5% 0;
    margin: 0 auto 30px auto;
}

.banner_area_2 {
    width: 90%;
    margin: 60px auto auto auto;
    padding: 0;
}


/*----------contents_wrap_arrow設定----------*/

.contents_wrap_arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.contents_wrap_arrow::after {
    position: absolute;
    top: -8%;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.contents_wrap_arrow_r::after {
    right: 8.5%;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.contents_wrap_arrow_r::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

ul.price_list li.contents_wrap_arrow::after,
div.point_text_area .contents_wrap_arrow::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
}

.contents_wrap_arrow_right::after {
    right: 5%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category_text .contents_wrap_arrow_r::after {
    right: 10%;
    width: 8px;
    height: 8px;
}


/*----------注意書き----------*/

.notice {
    display: inline-block;
    text-align: left;
    padding: 0px 22%;
    margin: 0 auto;
    font-size: 13px;
}

.notice li {
    padding-left: 1em;
    text-indent: -1em;
}

.notice li::before {
    content: "※";
    margin-right: 2px;
}

.banner {
    margin: 0 auto 100px auto;
}

@media screen and (min-width: 641px) {
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
    .banner {
        width: 55%;
    }
}

@media screen and (max-width: 640px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .contents_wrap {
        width: 100%;
        font-size: 14px;
    }
    .contents_wrap .title-en {
        font-size: 12px;
        line-height: 2.2;
    }
    .contents_wrap h2 {
    font-size: 12px;
    line-height: 2.2;
    }
    .contents_wrap .howto .title-en{
        line-height:2.2;
        margin-top:5px;
    }
    .contents_wrap .title {
        font-size: 22.5px;
        text-align: center;
        margin-bottom: 32px;
        line-height: 30px;
    }

    .section.serch_price {
        margin-bottom: 50px;
    }
    /*----------インフォメーション----------*/
    .readtext {
        margin: 33px 0 50px;
    }
    .readtext p {
        font-size: 14px;
        line-height: 1.734em;
    }
    .readtext p.ttl {
        font-size: 20px;
        line-height: 1.65em;
        margin-bottom: 16px;
    }
    .readtext p.info {
        font-size: 15px;
        line-height: 1.9em;
        margin: 18px auto 42px;
    }
    .readtext .coupon-code-area {
        width: 94%;
        line-height: 1.5;
    }
    .readtext .coupon-code {
        margin-left: 0;
    }
    /*----------ご利用方法----------*/
    .contents_wrap .howto {
        width: 100%;
        margin-top: 20px;
    }
    .howto .subtxt {
        max-width: 328px;
        margin: 31px auto 40px;
    }
    .howto-image {
        margin-top: 44px;
        width: 100%;
        padding: 42px 0 0;
    }
    .howto-image p {
        padding: 0px 8px;
        margin: 22px auto 20px;
    }

    .howto-image p:nth-child(2){
        line-height:1.75;
    }
    .howto img {
        padding: 0 4.4%;
    }
    /*----------アンカーリンク----------*/
    .jumplink ol {
        font-size: 12px;
        flex-direction: column;
        justify-content: center;
        padding: 15px 0;
    }
    .jumplink ol li {
        width: 100%;
        max-width: 284px;
        margin: 0 auto;
        border-left: none;
        border-bottom: 1px solid #000;
    }
    .jumplink ol li:last-child {
        border-bottom: none;
    }
    .jumplink ol li a {
        font-size: 16px;
        padding: 1.6em 0;
    }
    .contents_wrap .jumplink ol li.contents_wrap_arrow::after {
        right: 7.5%;
    }
    /*----------対象ブランドから探す----------*/
    .contents_wrap .wrapper {
        margin-bottom: 24px;
    }
    .contents_wrap #search_category .wrapper{
        margin-bottom: 48px;
    }
    .contents_wrap .wrapper:nth-child(2){
        margin-bottom:50px
    }
    .contents_wrap .wrapper:last-child {
        margin-bottom: 0;
    }
    #search_brand{
        margin-top: 0px;
        padding-top:60px;
        margin-bottom: 25px;
    }
    .gender {
        font-size: 16px;
    }
    .search_brand li.brandlist span {
        font-size: 10px;
    }
    .brandtxt {
        display: block;
        margin: -12px 0 6px 0;
        color: #FFF;
        background-color: #c02020;
        font-size: 14px;
        padding: 1px;
    }
    /*----------あなたにオススメ----------*/
    .section.reccomend {
        margin-bottom: 40px;
    }
    .widget-recommend ul {
        margin: 20px auto 0 auto;
    }
    .widget-recommend ul .col-xs-6.card-product:nth-child(odd) {
        padding-left: 4%;
    }
    .widget-recommend ul .col-xs-6.card-product:nth-child(even) {
        padding-right: 4%;
    }
    .reccomend_txt {
        text-align: left;
        font-size: 13px;
    }
    /*----------下部バナー----------*/
    .sectionbanner {
        margin: 0 0 100px 0;
    }
    /*----------人気アイテム----------*/
    .contents_wrap li.category:last-of-type,
    .contents_wrap li.category:nth-last-of-type(2) {
        margin-bottom: 0;
    }
    .contents_wrap li.category_text a {
        margin-top: 0;
    }
    /*----------価格から探す----------*/
    .pricesale {
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
    }
    .pricesale:last-of-type {
        margin-bottom: 0;
    }
    .pricesale a span {
        font-size: 11px;
    }
    .contents_wrap_arrow_right::after {
        right: 5%;
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    /*----------注意書き----------*/
    .notice {
        margin: 0 0 20px;
        font-size: 14px;
        text-decoration: none;
    }
    /*----------ボタン----------*/
    .buttonarea {
        margin: 40px 0 80px 0;
        padding: 0 4%;
    }
    .allitem {
        font-size: 18px;
        margin: 0 auto;
    }
    .search_item .buttonarea {
        margin-top: 0;
        padding: 0;
    }
    .allitem a {
        display: block;
        color: #fff;
        background-color: #8D7843;
        text-decoration: none;
        margin: 0 auto;
        padding: 24px 0;
        width: 100%;
        max-width: 480px;
    }
    .boxContainer {
        padding: 17px 4%;
        margin-bottom: 40px;
    }
    .box a:first-of-type img {
        margin-right: 4%;
    }
    .box img {
        width: 46%;
    }
    .sale_outlet>li {
        width: 100%;
        max-width: 284px;
        min-width: 240px;
        font-size: 16px;
        letter-spacing: 2px;
        color: #fff;
    }
    .price_list,
    .sale_outlet {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 7px;
    }

    .search_brand a{
        height: 55px;
    }

    #search_category{
        margin-top: 0px;
    }
}

@media screen and (max-width: 320px) {
    .readtext p {
        font-size: 13px;
        line-height: 1.6em;
    }
    .readtext p.ttl {
        font-size: 18px;
        line-height: 1.6em;
    }
    .readtext p.info {
        font-size: 13px;
        line-height: 1.6em;
    }
    .item_text {
        font-size: 12px;
    }
    .jumplink ol li a {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .brandtxt {
        margin: 0px 0 6px 0;
        font-size: 12px;
        padding: 0 5px 1px;
        color: #fff;
    }
    .contents_wrap .brand_bg .lp_flex_wrap {
        column-gap: 0.84%;
        row-gap: 21px;
    }
    .search_brand li.brandlist {
        width: 32.7%;
        font-size: 12px;
        line-height: 14px;
    }
    .search_brand li.brandlist img {
        width: 72%;
        max-width: 105px;
    }
    #search_recommend {
        margin-top: 80px;
    }
    #serch_item {
        padding-top: 0px;
    }
    .contents_wrap .howto ul.notice {
        padding: 0 20px;
    }
    .contents_wrap .search_item .lp_flex_wrap {
        column-gap: 1.6%;
        row-gap: 12px;
    }
    .contents_wrap .search_item .lp_flex_wrap li {
        width: 32.2%;
    }
    .contents_wrap .item_text {
        font-size: 16px;
    }
}

.contents_wrap .search_item .all-item-button {
    width: 79.5%;
    padding: 0.55em;
    transition: all 0.3s ease;
}

.contents_wrap .search_item .all-item-button:hover {
    background-color: #dcdcdc;
    border-color: #dcdcdc;
    /* color: #fff; */
}

.boxContainer_2 {
    background-color: #4ec3a6;
    max-width: 100%;
    margin: 0;
    /* padding: 0 0 2.5% 0; */
    margin: 0 auto 30px auto;
}

.banner_area_2 {
    width: 90%;
    margin: 30px auto auto auto;
    padding: 0;
}

.gender-link .sale_outlet {
    padding: 150px 0;
}

@media screen and (max-width: 640px) {
    .search_brand li.brandlist img.tsh_logo {
        width: 80%;
    }
    .contents_wrap .search_item .all-item-button {
        margin-top: 29px;
        padding: 0.95em 0;
    }
    .gender-link .sale_outlet {
    padding: 100px 0;
}
    .contents_wrap .title {
        font-size: 22.5px;
        text-align: center;
        margin-bottom: 32px;
        line-height: 30px;
    }
    .contents_wrap .title span {
        font-size: 12px;
        line-height: 1.5;
        margin: 14px 0 34px;
    }

}

@media screen and (min-width: 885px){
.contents_wrap_arrow_bottom .price{
        margin-left: -13%;
}
}

@media screen and (max-width: 885px) {
    .contents_wrap_arrow_bottom .price{
        margin-left: -5%;
    }
}
@media screen and (max-width: 640px) {
    .contents_wrap_arrow_bottom .price{
        margin: 0;
    }
}

.jumplink ol li .price{
    padding: 1.1em 0;
}

/*アウトレットパンくず調整*/
@media(max-width:767.4999px){
.__pf.__pf_IE9yKMEX .pf-4_{
margin-top:80px;
}