@charset "utf-8";

/* CSS Document */
/* 基本 */


#basicInfo {
    letter-spacing: 0;
    margin-top: 4rem;
    line-height: 1.6;
}

#basicInfo a:link,
#basicInfo a:visited,
#basicInfo a:active {
    color: #02467a;
    text-decoration: none;
}

#basicInfo a:hover {
    opacity: 0.8;
}

#basicInfo .mL--m {
    margin-left: 4rem;
}

#basicInfo h2 {
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
}

#basicInfo h3 {
    font-size: 1.6rem;
    font-weight: bold;
}

#basicInfo ol,
#basicInfo ul {
    margin: 1rem 2rem;
}

#basicInfo li {
    margin: .4rem 0;
}

#basicInfo dl {
    margin: 1.6rem 0;
}

#basicInfo dl dt {
    font-weight: bold;
}

#basicInfo dl dd {
    margin-bottom: 4rem;
}

#basicInfo .red {
    color: #ff0000;
}

#basicInfo a.link::before {
    padding-right: .4rem;
    padding-bottom: .2rem;
    content: "\f061";
    font-size: 1rem;
    font-family: "Font Awesome 5 Free";
    color: #ccc;
    font-weight: 600;
}

#basicInfo a.blank::after {
    padding-left: .4rem;
    padding-bottom: .2rem;
    content: "\f35d";
    font-size: 1.4rem;
    font-family: "Font Awesome 5 Free";
    color: #ccc;
    font-weight: 600;
}

#basicInfo .fsS {
    font-size: 1em !important;
}

#basicInfo .table tr th.taC,
#basicInfo .table tr td.taC {
    text-align: center;
}

/* 基本 ここまで */
#basicInfo .date {
    text-align: right;
}

#basicInfo .inquiry {
    text-align: center;
}

#basicInfo .section {
    margin-bottom: 4rem;
}

#basicInfo .section>.section {
    margin-top: 2rem;
}

#basicInfo .lawDetail {
    margin: 1rem 0;
    width: 100%;
}

#basicInfo .lawDetail tr th {
    width: 24rem;
    padding: 1rem;
    text-align: left;
    border-top: 1px #e8e8e8 solid;
    border-bottom: 1px #e8e8e8 solid;
}

#basicInfo .lawDetail tr td {
    padding: 1rem;
    border-top: 1px #e8e8e8 solid;
    border-bottom: 1px #e8e8e8 solid;
}

#basicInfo .lawDetail tr:nth-child(odd) th,
#basicInfo .lawDetail tr:nth-child(odd) td {
    background: #f1f1f1;
}

#basicInfo ul.attentionList {
    list-style-type: disc;
    margin-left: 2rem;
}

@media (max-width: 767.98px) {
    #basicInfo .lawDetail {
        margin: 1rem 0;
        width: 100%;
        border-bottom: 1px #e8e8e8 solid;
    }

    #basicInfo .lawDetail tr th {
        display: block;
        padding: 1rem;
        text-align: left;
        border-top: 1px #e8e8e8 solid;
        border-bottom: 0px #ccc solid;
        width: 100%;
    }

    #basicInfo .lawDetail tr td {
        padding: 1rem;
        display: block;
        width: 100%;
        border-top: 1px #e8e8e8 solid;
        border-bottom: 0px #ccc solid;
        background: #fff;
    }

    #basicInfo .lawDetail tr:nth-child(odd) td {
        background: #fff;
    }

    #basicInfo .lawDetail tr th {
        background: #f1f1f1;
    }
}

/* --------------------

お買い物ガイド

-------------------- */
#basicInfo .guideNavWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#basicInfo .guideNavBlock {
    width: 30%;
    margin-right: 2rem;
    margin-bottom: 2rem;
}

#basicInfo .guideNavBlock:last-child {
    margin-right: 0;
}

#basicInfo .guideNav__head {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 1rem;
}

#basicInfo .guideNav__head a {
    font-size: 1.8rem;
    display: block;
    padding: .4rem .8rem .4rem .2rem;
}

#basicInfo .guideNav__body {
    margin-bottom: 4rem;
}

#basicInfo .guideNav__body a {
    display: block;
    padding: .4rem .8rem .4rem .2rem;
}

#basicInfo .guideNavList {
    margin: 0;
}

#basicInfo .inquiryBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 4px solid #e8e8e8;
    padding: 3.2rem 0;
}

#basicInfo .inquiryItem {
    width: 24%;
    margin: 0 2rem;
    text-align: center;
}

#basicInfo .inquiryBox dl {
    width: 40%;
}

#basicInfo .inquiryItem dt {
    font-size: 1.8rem;
    margin-bottom: .4rem;
}

#basicInfo .inquiryItem dd {
    margin-bottom: .4rem;
}

#basicInfo .inquiryItem--tel a,
#basicInfo .inquiryItem--mail a {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 2.4rem;
    color: #222;
}

#basicInfo .inquiryItem--tel a::before {
    content: "\f095";
    padding-right: 1rem;
}

#basicInfo .inquiryItem--mail a::before {
    content: "\f0e0";
    padding-right: 1.6rem;
}

#basicInfo .btn {
    text-align: center;
    margin: 8rem 0;
}

#basicInfo .btn--return a {
    display: block;
    margin: 0 auto;
    background-color: #02335b;
    color: #fff;
    width: 30%;
    border-radius: 2px;
    padding: 1rem;
}

@media (min-width: 767.98px) and (max-width: 1215px) {

    #basicInfo .inquiryBox dl,
    #basicInfo .inquiryItem {
        width: 100%;
        margin-bottom: .4rem;
    }

    #basicInfo .inquiryItem dt {
        font-size: 1.4rem;
        margin-bottom: .4rem;
    }

}

@media (max-width: 767.98px) {
    #basicInfo .guideNavBlock {
        width: 100%;
        margin-right: 0rem;
    }

    #basicInfo .inquiryBox {
        margin-top: 4rem;
    }

    #basicInfo .inquiryBox dl,
    #basicInfo .inquiryItem {
        width: 100%;
        margin-bottom: .4rem;
    }

    #basicInfo .btn--return a {
        width: 80%;
    }
}

/* --------------------

よくある質問

-------------------- */

#basicInfo .faqNavBlock {
    margin-bottom: 6rem;
}

#basicInfo .faqNav {
    margin-bottom: .5rem;
}

#basicInfo .faqNav--head {
    padding: 1rem;
    border: 1px solid #eee;
    background: #f1f1f1;
    cursor: pointer;
    position: relative;
    font-weight: bold;
}

#basicInfo .faqList {
    margin: .8rem 0 1.4rem;
}

#basicInfo .faqList li {
    position: relative;
    margin-left: 1.6rem;
}

#basicInfo .faqList li a {
    display: block;
    padding: .6rem 1rem .6rem 1.6rem;
    border-bottom: 1px solid #fff;
}


#basicInfo .faqList li a.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}


#basicInfo .faqList li a:hover {
    border-bottom: 1px solid #ccc;
}


#basicInfo .faqNav--body {
    display: none;
}

#basicInfo .faqSection {
    margin: 1rem 0;
}

#basicInfo .faqSection__head dt,
#basicInfo .faqSection__head dd {
    position: relative;
    padding-left: 3.6rem;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

#basicInfo .faqSection__head span {
    position: absolute;
    left: 0;
    top: -.6rem;
    display: inline-block;
    background: #222;
    padding: .4rem .8rem;
    font-size: 1.6rem;
    color: #fff;
    border-radius: .2rem;
}

#basicInfo .faqSection {
    border-bottom: 1px solid #eee;
    padding-bottom: 2rem;
    margin-top: 2rem;
    margin-bottom: 6rem;
}

#basicInfo .faqSection__block {
    margin-bottom: 4rem;
}

#basicInfo .faq h2 {
    margin-bottom: 6rem;
}

#basicInfo .faqSection__block h3 {
    font-size: 1.6rem;
}

#basicInfo .faqSection__block h4 {
    font-weight: bold;
    font-size: 1.4rem;
}

#basicInfo .faqSection__block>.faqSection__block {
    margin: 2rem 0;
}


/* 開閉コンテンツのプラスマイナス */

.head span {
    border-bottom: 1px solid #444;
    position: absolute;
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    transition: all .4s;

}

.head span:nth-child(1) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 1.7rem;
    right: .8rem;
}

.head span:nth-child(2) {
    top: 1.2rem;
    right: 1.25rem;
}


.head.active span:nth-child(1) {
    transform: translateX(-.4rem) translateY(-.5rem) rotate(0deg);
    opacity: 0;
}


#basicInfo .faqNav--head span {
    border-bottom: 1px solid #999;
}


/* --------------------

    お買い物ガイド

-------------------- */

#basicInfo .headingList {
    padding: 2rem 1rem 1rem 2rem;
    border: 1px solid #eee;
    background: #f1f1f1;
    margin-bottom: 4rem;
}

#basicInfo .haedingList__block {
    margin: 0;
}

#basicInfo .haedingList__block dt {
    font-size: 1.4rem;
    margin-bottom: .8rem;
}

#basicInfo .haedingList__block dd {
    margin-bottom: 0;
}

#basicInfo .headingList__list {
    margin: .4rem 0;
}

#basicInfo .headingList__list li {
    display: inline-block;
    width: 24%;
}

#basicInfo .headingList__list--col3 li {
    display: inline-block;
    width: 33%;
}

#basicInfo .headingList__list li a {
    display: block;
    padding: .4rem 1rem .4rem 0;
}

/* -------------------- 

    返品・交換について

-------------------- */

#basicInfo .guide--attention {
    background-color: #FFECEC;
    padding: 2.8rem 3.2rem;
}

/*#basicInfo .guide--attention .guideSection {
    margin-bottom: 0;
}
*/

#basicInfo .guide--attention .table {
    border-color: #e5c0c0;
}

#basicInfo .guide--attention .table tr th {
    background: #f7dcdc;
    border-color: #e5c0c0;
}

#basicInfo .guide--attention .table tr td {
    background: #fff;
    border-color: #e5c0c0;
}

#basicInfo .guide--attention .leadtxt {
    font-weight: bold;
    font-size: 1.8rem;
    color: #ff0000;
    text-align: center;
}

#basicInfo .guideSection__block--attention {
    border: 1px solid #ff0000;
    padding: 2.2rem 2rem 1.4rem;
    color: #ff0000;
}

@media (max-width: 767.98px) {
    #basicInfo .headingList__list li {
        display: block;
        width: 100%;
    }

    #basicInfo .guide--attention {
        padding: 1.6rem 1.6rem;
    }

}



#basicInfo .headingList__list li a::before {
    content: "\f061";
    font-size: 1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #999;
    padding-right: .8rem;
}

#basicInfo .guide h2 {
    font-weight: bold;
    margin-bottom: 1.8rem;
}

#basicInfo .guide h3 {
    margin-bottom: 1rem;
}

#basicInfo .guide h4 {
    font-size: 1.6rem;
    font-weight: bold;
}

#basicInfo .guideSection {
    margin: 1rem 0 8rem;
}

#basicInfo .guideSection__block {
    margin-bottom: 4rem;
}

.headingList {
    margin-bottom: 6rem;
}

#basicInfo .guideSection__block ul li {
    list-style-type: disc;
}

#basicInfo .callOut {
    display: inline-block;
    padding: .4rem 1.6rem;
    border: 1px solid #ccc;
    background: #f1f1f1;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: .4rem;
}

#basicInfo .guideSection__block--2col {
    display: flex;
    justify-content: space-between;
}

#basicInfo .table {
    margin-top: .4rem;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 49%;
}

#basicInfo .table th {
    padding: .4rem .8rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f1f1f1;
    text-align: left;
}

#basicInfo .table td {
    padding: .4rem .8rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: left;
}



#basicInfo .enclosure {
    border: 1px solid #ccc;
    padding: 3rem 2rem 0;
}

#basicInfo .definitionList {
    border: 1px solid #ccc;
    padding: 3rem 2rem 0;
}

#basicInfo .definitionList dt {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    text-align: center;
}

@media (max-width: 767.98px) {

    /* スマホ表示 */
    #basicInfo .haedingList__content {
        width: 100%;
    }

    #basicInfo .guideSection__block--2col {
        display: block;
    }

    #basicInfo .table {
        width: 100%;
    }
}



/* -------------------- 

    会員規約

-------------------- */

.btnWrap {
    margin-top: 4rem;
    margin-bottom: 4rem;
    text-align: center;
}


.btn--pageTransition a {
    margin: 0 auto;
    width: 80%;
    max-width: 400px;
    display: block;
    width: 100%;
    padding: 1.6rem 1rem;
    background: #444;
    color: #fff !important;
    border-radius: .2rem;
}




/* -------------------- 

    international_shipping

-------------------- */

.section__2col {
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap:30px;
}


.guideBlock__2col {
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap:1rem;
}

.guideBlock__2col--next:after {
    content: "\f063";
    font-size: 2.4rem;
    font-family: "Font Awesome 5 Free";
    color: #666;
    font-weight: 600;
    text-align: center;

}

#basicInfo .guideBlock__2col--next {
    margin-bottom:0;
}

#basicInfo .guideSection__block ul.attentionBrandList li {
    display:inline;
    font-size:1.6rem;
}


#basicInfo .guideSection__block ul.attentionBrandList li:after {
    content:"/";
    margin-left:.4rem;
}

@media (min-width: 767.98px) and (max-width: 1023px) {
    .section__2col {
        display:block;
    }

}

@media (max-width: 767.98px) {
    .section__2col {
        display:block;
    }
}