@charset "UTF-8";

/************************************************************/
/*   Header   */
/************************************************************/
#header{
    background-color: #ec6c00;
    height: 60px;
    padding: 10px 0;
    position: fixed;
    top: 0; left: 0;
    z-index: 10000;
}
#header > .contentsWidth{
    align-items: center;
}

.header_logoBox{
    width: 130px;
    margin-right: 30px;
}
.header_logoLink{
    display: block;
}

@media screen and (max-width: 999px){ /* TB&SP */
    #header{
        height: 50px;
        padding: 5px 0;
    }
    .header_logoBox{
        margin-right: 0px;
    }
}



/************************************************************/
/*   Navigation   */
/************************************************************/
@media screen and (min-width: 1000px){ /* PC&TB */
    .nav_openSP{
        display: none;
    }
    #navigationSection{
        width: calc(100% - (130px + 30px));
        height: 100%;
    }
    .naviBox{
        width: 100%; height: 100%;
        display: flex; flex-wrap: nowrap;
        justify-content: flex-end; align-items: center;
    }
    .navi_linkBtn{
        flex-grow: 1;
        display: block;
        color: #fff;
        border-left: 1px solid #fff;
        text-align: center;
    }
    .navi_linkBtn:hover{
        background-color:rgba(255,255,255,0.4);
    }
}
@media screen and (max-width: 999px){ /* TB&SP */
    .nav_openSP{
        position: fixed;
        z-index: 20001;
        top: 0px; right: 0px;
        padding: 15px 10px;
        width:  50px;
        height: 50px;
        display: flex; flex-wrap: nowrap;
        justify-content: space-between; align-items: center;
        flex-direction: column;
        background-color: #ec6c00;
    }
    .nav_openSP span{
        display: block;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        transition: transform 0.3s ease-in-out;
    }
    .open .nav_openSP{
        justify-content: center;
    }
    .open .nav_openSP span:nth-of-type(1) {
        transform: translateY(2px) rotate(-135deg);
    }
    .open .nav_openSP span:nth-of-type(2) {
        opacity: 0;
    }
    .open .nav_openSP span:nth-of-type(3) {
        transform: translateY(-2px) rotate(135deg);
    }
    .naviBox{
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        position: fixed;
        z-index: 20000;
        top: 0;
        left: auto;
        right: 0;
        background-color: rgba(255, 255, 255, 0.9);
        width: 40%;
        height: 100%;
        display: block;
        padding: 60px 20px 20px;
        transform: translateX(100%);
        transition: 0.7s ease-in-out;
    }
    .open .naviBox{
        transform: translateX(0%);
    }

    .navi_linkBtn{
        display: block;
        position: relative;
        color: #ec6c00;
        padding: 20px 0;
        font-size: 1rem;
        border-bottom: 1px solid #ec6c00;
    }
    .navi_linkBtn:last-of-type{
        border-bottom: none;
    }
    .navi_linkBtn::before{
        content: "";
        position: absolute;
        bottom: 50%;
        right: 10px;
        transform: translateY(50%) rotate(45deg);
        width: 5px;
        height: 5px;
        border: 2px solid #ec6c00;
        border-left: none;
        border-bottom: none;
    }
}
@media screen and (max-width: 767px){ /* SP */
    .naviBox{
        width: 60%;
    }
}



/************************************************************/
/*   Footer   */
/************************************************************/
#footer{
    background-color: #ec6c00;
}

.footerContents{
    width: 100%;
    text-align: center;
    padding: 50px 0;
    color: #ffffff;
}
.footer_logo{
    font-size: 2.0rem;
}

.footer_copyright{
    width: 100%;
    padding: 10px;
    background-color: #e75900;
    text-align: center;
    color: #ffffff;
}

.footer_contact{
    margin-top: 10px;
    font-size: 0.8rem;
}

@media screen and (max-width: 767px){ /* SP */
    .footerContents{
        padding: 30px 0;
    }
    .footer_logo{
        font-size: 1.6rem;
    }
}



/************************************************************/
/*   IMI   */
/************************************************************/
.IMI_contentsWrap{
    padding: 50px 0;
}

.IMI_subTitleBox{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    color: #ec6c00;
    font-size: 1.6rem;
    letter-spacing: 0.4rem;
    line-height: 1.4;
}
.IMI_subTitleBox span{
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 0.2rem;
    font-weight: normal;
    position: relative;
}
.IMI_subTitleBox span::before{
    content: ''; position: absolute;
    bottom: 50%; left: -30px;
    transform: translateY(50%);
    width: 20px; height: 1px;
    background-color: #ec6c00;
}
.IMI_subTitleBox span::after{
    content: ''; position: absolute;
    bottom: 50%; right: calc(-30px - -0.2rem);
    transform: translateY(50%);
    width: 20px; height: 1px;
    background-color: #ec6c00;
}


@media screen and (max-width: 767px){ /* SP */
    .IMI_contentsWrap{
        padding: 30px 0;
    }
    .IMI_subTitleBox{
        margin-bottom: 30px;
        line-height: 1.0;
    }
}


/*---------- Resize ----------*/
.IMI_imgResizeBox{
    overflow: hidden;
    position: relative;
}
.IMI_imgResizeBox img{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.IMI_movieBox{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.IMI_movieBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*---------- Link ----------*/
.IMI_linkBox{
    width: 100%;
    display: flex; flex-wrap: nowrap;
    justify-content: center; align-items: center;
}
.IMI_shopLink{
    text-align: center;
    width: 80%;
    padding: 20px 50px;
    color: #ffffff;
    background-color: #ec6c00;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.IMI_shopLink::before{
    content: ''; position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: #f6aa00;
    z-index: -1;
    transform: scale(0,1);
    transform-origin: right top;
    transition: transform 0.3s ease-in-out;
}
.IMI_shopLink::after{
    content: ''; position: absolute;
    bottom: 50%; right: 30px;
    transform: translateY(50%) rotate(45deg);
    width: 7px; height: 7px;
    border: 2px solid #ffffff;
    border-left: none;
    border-bottom: none;
}
.IMI_shopLink:hover::before{
    transform: scale(1,1);
    transform-origin: left top;
}

@media screen and (max-width: 767px){ /* SP */
    .IMI_shopLink{
        width: 100%;
        display: block;
        padding: 20px 10px;
        font-size: 5.6vw;
    }
    .IMI_shopLink::after{
        right: 15px;
    }
}


/************************************************************/
/*   Main Visual Section   */
/************************************************************/
#mainVisualSection{
    height: 450px;
    background-image: url(../image/mainImg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (min-width: 1400px){ /* PC */
    #mainVisualSection{
        height: 65vh;
        max-height: 750px;
    }
}
@media screen and (max-width: 999px) and (min-width: 768px){ /* TB */
    #mainVisualSection{
        height: 350px;
    }
}
@media screen and (max-width: 767px){ /* SP */
    #mainVisualSection{
        height: 400px;
        background-position: 50% 40%;
        background-size: auto 120%;
    }
}

.MV_contentsWrap{
    height: 100%;
}
.MV_contentsBox{
    width: 100%; height: 100%;
    position: relative;
    display: flex; flex-wrap: wrap;
    justify-content: space-between; align-items: flex-end;
    padding: 30px 0;
}
.MV_logoBox{
    width: 220px;
    position: absolute;
    top: 30px; left: 0;
}
.MV_keyBox01{
    width: calc(100% - (400px + 100px));
}
.MV_keyBox02{
    width: 400px;
    margin-left: 100px;
}

@media screen and (max-width: 999px){ /* TB&SP */
    .MV_keyBox01{
        width: calc(100% - ( 250px + 50px));
    }
    .MV_keyBox02{
        width:  250px;
        margin-left: 50px;
    }
}
@media screen and (max-width: 767px){ /* SP */
    .MV_contentsBox{
        justify-content: flex-end; align-items: center;
        flex-direction: column;
        padding: 20px 0;
    }
    .MV_logoBox{
        width: 150px;
        top: 20px;
    }
    .MV_keyBox01{
        width: 100%;
        margin-bottom: 10px;
    }
    .MV_keyBox02{
        width: 70%;
        margin-left: 0px;
    }
}



/************************************************************/
/*   Main Desc Section   */
/************************************************************/
.descFlex{
    width: 100%;
    display: flex; flex-wrap: wrap;
    justify-content: flex-start; align-items: stretch;
    padding: 50px 0;
}

.desc_logoBox{
    width: 170px;
    margin-right: 50px;
}

.desc_contentsBox{
    width: calc(100% - (170px + 50px));
}
.desc_mainKey{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.desc_subKey{
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.desc_subKey::before{
    content: ''; position: absolute;
    bottom: 50%; left: 0;
    width: 100%; height: 1px;
    background-color: #ec6c00;
    transform: translateY(50%);
    z-index: -1;
}
.desc_subKey span{
    font-size: 1.4rem;
    color: #ec6c00;
    font-weight: normal;
    background-color: #ffffff;
    padding: 0 10px;
}
.desc_textBox{
    font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 1099px) and (min-width: 768px){ /* TB */
    .desc_mainKey{
        font-size: 2.2vw;
    }
}
@media screen and (max-width: 767px){ /* SP */
    .descFlex{
        justify-content: center; align-items: center;
        padding: 30px 0;
    }
    .desc_logoBox{
        order: 2;
        width: 60%;
        margin-right: 0px;
    }
    .desc_contentsBox{
        width: 100%;
        margin-bottom: 30px;
    }
    .desc_mainKey{
        font-size: 1.4rem;
    }
    .desc_subKey span{
        font-size: 1.2rem;
    }
}



/************************************************************/
/*   Info Section   */
/************************************************************/
.infoFlex{
    width: 100%;
    display: flex; flex-wrap: wrap;
    justify-content: flex-start; align-items: flex-start;
}

.info_textBox{
    width: calc(100% - (340px + 50px));
}
.info_title{
    color: #ec6c00;
    position: relative;
    padding: 0 0 5px 18px;
    border-bottom: 2px solid #ec6c00;
    margin-bottom: 20px;
    font-size: 2.0rem;
}
.info_title::before{
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 8px;
    height: 35px;
    background-color: #ec6c00;
}
.info_title::after{
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 50%;
    height: 2px;
    background-color: #f6aa00;
}

.info_textInnerFlex{
    width: 100%;
    display: flex; flex-wrap: wrap;
    justify-content: space-between; align-items: flex-start;
}
.info_textInnerFlex p{
    width: calc(100% - 280px);
}
.info_imgBox{
    text-align: center;
    width: 280px;
    margin-top: 20px;
}
.info_imgBox img{
    width: 70%;
}
.info_imgBox span{
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
}

.info_SnsBox{
    width: 340px;
    height: 500px;
    margin-left: 50px;
}
.info_SnsBox iframe{
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 999px) and (min-width: 768px){ /* TB& */
    .info_textBox{
        width: 100%;
    }
    .info_SnsBox{
        margin: auto;
        margin-top: 50px;
    }
}
@media screen and (max-width: 767px){ /* SP */
    .info_textBox{
        width: 100%;
    }
    .info_title{
        padding: 0 0 5px 15px;
        font-size: 6vw;
    }
    .info_title::before{
        bottom: 8px;
        width: 6px;
        height: 25px;
    }
    .info_SnsBox{
        width: 100%;
        height: 350px;
        margin-left: 0px;
        margin-top: 30px;
    }
    .info_textInnerFlex{
        justify-content: center;
    }
    .info_textInnerFlex p{
        width: 100%;
    }
    .info_imgBox{
        width: 280px;
        margin-top: 20px;
    }
}



/************************************************************/
/*   Spec Section   */
/************************************************************/
#specSection{
    background-color: #fff9de;
}

.spec_imgBox{
    width: 100%;
}

.spec_textBox{
    width: 100%;
    font-size: 0.85rem;
}



/************************************************************/
/*   Use Section   */
/************************************************************/
.use_descFlex{
    width: 100%;
    display: flex; flex-wrap: wrap;
    justify-content: space-between; align-items: center;
    margin-bottom: 50px;
}

.use_descTextBox{
    width: calc(100% - (250px + 50px));
}
.use_descKey{
    display: block;
    margin-top: 20px;
}

.use_descImgBox{
    width: 250px;
    margin-left: 50px;
}

.use_howToTitle{
    font-weight: normal;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.use_howToTitleIcon{
    width: 150px;
    margin-bottom: 10px;
}
.use_howToFlex{
    width: 100%;
    display: flex; flex-wrap: wrap;
    justify-content: center; align-items: center;
    margin-bottom: 30px;
}
.use_howToImgBox{
    width: 50%;
    max-width: 440px;
}

.use_howToCautionBox{
    width: 100%;
    display: flex; flex-wrap: nowrap;
    justify-content: center; align-items: center;
    margin-bottom: 50px;
}
.use_cautionIcon{
    width: 40px;
    margin-right: 20px;
}
.use_howToCautionBox p{
    width: calc(100% - (40px + 20px));
    font-size: 1.3rem;
    font-weight: bold;
}
.use_howToCautionBox p span{
    display: inline-block;
    background-color: #ec6c00;
    color: #ffffff;
    padding: 0 10px;
}

.use_flowText{
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}
.use_flowText::before{
    content: ''; position: absolute;
    bottom: 50%; left: 0;
    transform: translateY(50%);
    width: 20px; height: 20px;
    background-color: #000000;
}

.use_flowFlex{
    width: 100%;
    display: flex; flex-wrap: wrap;
    justify-content: flex-start; align-items: flex-start;
    margin-bottom: 30px;
}
@media screen and (min-width: 1000px) , print{ /* PC */
    .use_050302MB{
        width: calc((100% - (20px * 4)) /5);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .use_050302MB:nth-of-type(5n){
        margin-right: 0;
    }
}
@media screen and (max-width: 999px) and (min-width: 768px){ /* TB */
    .use_050302MB{
        width: calc((100% - (20px * 2)) /3);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .use_050302MB:nth-of-type(3n){
        margin-right: 0;
    }
}
@media screen and (max-width: 767px){ /* SP */
    .use_050302MB{
        width: calc((100% - (20px * 1)) /2);
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .use_050302MB:nth-of-type(2n){
        margin-right: 0;
    }
}

.use_flowBox{
    width: 100%; height: 100%;
    border: 1px solid #000;
    margin-bottom: 10px;
}
.use_flowTitle{
    width: 100%;
    padding: 5px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
}
.use_flowImgBox{
    width: 100%;
    padding: 10px;
}
.use_flowImgBox p{
    font-size: 0.85rem;
    line-height: 1.3;
    margin-top: 10px;
}
.use_flowCaution{
    font-size: 0.75rem;
}

.use_noteFlex{
    width: 100%;
    display: flex; flex-wrap: wrap;
    justify-content: space-between; align-items: flex-start;
    margin-bottom: 30px;
}

.use_noteLeft{
    width: calc(((100% - 30px) /2) +  100px);
}
.use_arrFlex{
    display: flex; flex-wrap: nowrap;
    justify-content: space-between; align-items: center;
    margin-bottom: 20px;
}
.use_arrTextBox01{
    width: calc((100% - 80px) /2);
    border-radius: 15px;
    padding: 15px;
    color: #ffffff;
    background-color: #ec6c00;
    text-align: center;
}
.use_arrTextBox02{
    width: calc((100% - 80px) /2);
    border-radius: 15px;
    padding: 15px;
    color: #ffffff;
    background-color: #f6aa00;
    text-align: center;
}
.use_bigText{
    font-size: 1.6rem;
}
.use_arrImgBox{
    width: 60px;
}
.use_noteTextBox{
    display: flex; flex-wrap: nowrap;
    justify-content: flex-start; align-items: flex-start;
}
.use_boldText{
    font-size: 1.2rem;
    font-weight: bold;
}
.use_noteTextBox p{
    line-height: 1.4;
}

.use_noteRight{
    width: calc(((100% - 30px) /2) -  100px);
    border: 8px solid #000;
    border-radius: 15px;
    padding: 10px;
    box-sizing: border-box;
}
.use_aedTitle{
    width: 70%;
    margin: -30px auto 20px;
    padding: 0 10px;
    background-color: #ffffff;
}
.use_aedText{
    display: flex; flex-wrap: nowrap;
    justify-content: flex-start; align-items: flex-start;
}

.use_noteCaution{
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}

@media screen and (max-width: 1099px) and (min-width: 1000px){ /* TB */
    .use_flowTitle{
        font-size: 1.3vw;
    }
}
@media screen and (max-width: 767px){ /* SP */
    .use_descFlex{
        justify-content: center;
        margin-bottom: 30px;
    }
    .use_descTextBox{
        width: 100%;
    }
    .use_descImgBox{
        width: 70%;
        margin-left: 0;
        margin-top: 20px;
    }
    .use_howToImgBox{
        width: 100%;
        max-width: auto;
    }
    .use_cautionIcon{
        width: 80px;
    }
    .use_howToCautionBox{
        margin-bottom: 30px;
    }
    .use_howToCautionBox p{
        width: calc(100% - (80px + 20px));
        font-size: 1.0rem;
    }
    .use_flowText{
        font-size: 1.2rem;
    }
    .use_flowTitle{
        font-size: 3.2vw;
    }
    .use_noteFlex{
        justify-content: center;
        margin-bottom: 30px;
    }
    .use_noteLeft{
        width: 100%;
        margin-bottom: 30px;
    }
    .use_arrTextBox01{
        width: 40%;
        padding: 10px;
    }
    .use_arrTextBox02{
        width: 40%;
        padding: 10px;
    }
    .use_bigText{
        font-size: 1.2rem;
    }
    .use_arrImgBox{
        width: 15%;
    }
    .use_boldText{
        font-size: 1.0rem;
    }
    .use_noteRight{
        width: 100%;
    }
    .use_aedTitle{
        width: 90%;
        margin: -25px auto 10px;
    }
    .use_aedText{
        font-size: 1rem;
    }
    .use_noteCaution{
        font-size: 1.2rem;
        text-align: left;
    }
}



/************************************************************/
/*   Sosei Section   */
/************************************************************/
#soseiSection{
    background-color: #f7f7f7;
}

.sosei_contentsBox{
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 20px;
}
.sosei_titleBox{
    text-align: center;
    margin-bottom: 30px;
}
.sosei_title{
    font-size: 1.4rem;
    font-weight: bold;
}

.sosei_flowFlex{
    width: 100%;
    display: flex; flex-wrap: wrap;
    justify-content: center; align-items: center;
}
.sosei_imgBox{
    width: 40%;
    display: flex; flex-wrap: wrap;
    justify-content: center; align-items: center;
}
.sosei_imgBox img{
    width: 60%;
    margin-bottom: 10px;
}
.sosei_arrBox{
    width: 10%;
    text-align: center;
}
.sosei_arrBox img{
    width: 60px;
}

@media screen and (max-width: 767px){ /* SP */
    .sosei_title{
        font-size: 1.2rem;
    }
    .sosei_imgBox{
        width: 100%;
    }
    .sosei_arrBox{
        padding: 10px;
    }
    .sosei_arrBox img{
        width: 30px;
        transform: rotate(90deg);
    }
}



/************************************************************/
/*   Utilize Section   */
/************************************************************/
#utilizeSection{
    background-color: #fff9de;
}

.uti_keyBox{
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    color: #ec6c00;
    margin-bottom: 30px;
}

.uti_contentsWrap{
    width: 100%;
    background-color: #fff;
    padding: 50px;
    border-radius: 15px;
}
.uti_contentsBox{
    width: 100%;
}

.uti_titleBox{
    background-image: url(../image/lineDot.png);
    background-position: center left;
    background-repeat: repeat-x;
    background-size: 12px;
    margin-bottom: 30px;
}
.uti_title{
    display: inline-block;
    background-color: #fff;
    padding-right: 15px;
    width: 80px;
}

.uti_floatImg01{
    float: right;
    clear: both;
    width: 400px;
    margin-left: 20px;
    display: flex; flex-wrap: nowrap;
    justify-content: space-between; align-items: center;
}
.uti_floatImg02{
    float: right;
    clear: both;
    width: 300px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.uti_textBox p span{
    font-weight: bold;
    color: #ec6c00;
}

.uti_listBox{
    width: 100%;
    display: flex; flex-wrap: nowrap;
    justify-content: flex-start; align-items: stretch;
    margin-top: 30px;
    border: 4px solid #ec6c00;
    font-size: 1.2rem;
}
.uti_listBox dt{
    width: 200px;
    display: flex; flex-wrap: nowrap;
    justify-content: center; align-items: center;
    background-color: #ec6c00;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
}
.uti_listBox dd{
    width: calc(100% - 200px);
    color: #ec6c00;
    padding: 10px 20px;
}

.uti_imgFlex{
    width: 100%;
    display: flex; flex-wrap: wrap;
    justify-content: flex-start; align-items: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
.uti_listImg{
    width: calc((100% - (30px * 3)) /4);
    margin-right: 30px;
}
.uti_listImg:nth-of-type(4n){
    margin-right: 0;
}
.uti_listImg p{
    font-size: 0.85rem;
}

@media screen and (max-width: 767px){ /* SP */
    .uti_keyBox{
        font-size: 1.2rem;
    }
    .uti_contentsWrap{
        padding: 20px;
    }
    .uti_titleBox{
        margin-bottom: 10px;
    }
    .uti_title{
        padding-right: 10px;
        width: 60px;
    }
    .uti_floatImg01{
        width: 120px;
        margin-left: 10px;
        margin-bottom: 10px;
        justify-content: center;
        flex-direction: column;
    }
    .uti_floatImg02{
        width: 180px;
        margin-left: 10px;
    }
    .uti_listBox{
        flex-wrap: wrap;
        align-items: flex-start;
        font-size: 1.0rem;
    }
    .uti_listBox dt{
        width: 100%;
    }
    .uti_listBox dd{
        width: 100%;
    }
    .uti_imgFlex{
        margin-bottom: 30px;
    }
    .uti_listImg{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .uti_listImg:nth-of-type(4n){
        margin-bottom: 0;
    }
}



/************************************************************/
/*   Product Section   */
/************************************************************/
.product_imgFlex{
    width: 100%;
    display: flex; flex-wrap: wrap;
    justify-content: space-between; align-items: center;
    margin-bottom: 50px;
}
.product_pkgImg{
    width: 28%;
    margin-right: 50px;
}
.product_pkgImg p{
    margin-top: 10px;
    font-size: 0.7rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.product_gloveImg{
    width: calc(100% - (28% + 50px));
}

.product_setBox{
    width: 100%;
    padding: 50px 30px;
    background-color: #fff9de;
    text-align: center;
    display: flex; flex-wrap: wrap;
    justify-content: center; align-items: center;
}
.product_setTextFlex{
    width: 100%;
    display: flex; flex-wrap: wrap;
    justify-content: center; align-items: baseline;
    margin-bottom: 10px;
}
.product_setTextFlex p{
    font-weight: bold;
    color: #ec6c00;
}
.product_setText01{
    font-size: 1.6rem;
}
.product_setText02{
    font-size: 2.4rem;
    margin: 0 20px;
}
.product_setText03{
    font-size: 1.6rem;
}
.product_setText04{
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.product_smallTx{
    font-size: 1.4rem;
}
.product_point{
    font-size: 1.2rem;
    color: #ec6c00;
    margin-bottom: 30px;
}

.product_noteBox{
    width: 60%;
    border: 1px solid #ec6c00;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    text-align: left;
    font-size: 0.8rem;
}
.product_cautionTitle{
    font-size: 1.0rem;
    margin-bottom: 10px;
    text-align: center;
}
.product_noteBox a{
    display: inline-block;
    text-decoration: underline;
}
.product_noteBox a:hover{
    text-decoration: none;
}
.product_cautionBox{
    margin-top: 30px;
    width: 100%;
}
.product_cautionBox p{
    font-size: 0.8rem;
    display: inline-flex; flex-wrap: nowrap;
    justify-content: flex-start; align-items: flex-start;
}

@media screen and (max-width: 767px){ /* SP */
    .product_imgFlex{
        justify-content: center;
        margin-bottom: 30px;
    }
    .product_pkgImg{
        width: 100%;
        margin-right: 0px;
        margin-top: 10px;
        order: 2;
        text-align: center;
    }
    .product_pkgImg img{
        width: 30%;
    }
    .product_gloveImg{
        width: 100%;
    }
    .product_setBox{
        padding: 30px 20px;
    }
    .product_setText01{
        font-size: 1.6rem;
    }
    .product_setText02{
        font-size: 15vw;
        margin: 0px;
        margin-top: 10px;
    }
    .product_setText02 rt{
        font-size: 0.85rem;
    }
    .product_setText03{
        font-size: 1.4rem;
    }
    .product_setText04{
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    .product_smallTx{
        font-size: 1.2rem;
    }
    .product_point{
        font-size: 1.0rem;
    }
    .product_noteBox{
        width: 90%;
        padding: 20px 10px;
    }
    .product_cautionTitle{
        font-size: 0.9rem;
        margin-bottom: 5px;
    }
    .product_cautionBox{
        text-align: left;
    }
}



/************************************************************/
/*   Contact Section   */
/************************************************************/
#contactSection{
    background-color: #fff9de;
}
.contact_redText{
    color: #ff0000;
}

.contact_cautionBox{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

#form{
    width: 100%;
}
.contact_formBox{
    width: 100%;
    display: flex; flex-wrap: wrap;
    justify-content: flex-start; align-items: stretch;
    border: 1px solid #000;
    margin-bottom: 50px;
    background-color: #fff;
}

.contact_formBox dt{
    width: 250px;
    padding: 20px;
    border-bottom: 1px solid #000;
    display: flex; flex-wrap: wrap;
    justify-content: flex-start; align-items: center;
    background-color: #eee;
}

.contact_formBox dd{
    display: flex; flex-wrap: wrap;
    justify-content: flex-start; align-items: center;
    width: calc(100% - 250px);
    border-bottom: 1px solid #000;
    padding: 20px;
}

.contact_formBox dt:last-of-type,
.contact_formBox dd:last-of-type{border-bottom: none;}

.contact_formBox dd input[type="text"],
.contact_formBox dd input[type="tel"],
.contact_formBox dd input[type="email"]{
    -webkit-appearance:none;
    appearance:none;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

.contact_formBox dd textarea{
    -webkit-appearance:none;
    appearance:none;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

.contact_formBox .error {
    background:#fff;
    color: #f00;
    font-size: 0.85rem;
}

.form_SubmitFlex{
    margin: 30px 0;
    display: flex; flex-wrap: wrap;
    justify-content: center; align-items: center;
}
.form_submitLink,
.form_backLink{
    width: 400px;
    margin: 0 10px;
    -webkit-appearance: none;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 18px 30px 18px 30px;
    background-color: #ec6c00;
    border-radius: 50px;
    border: none;
    color: #fff;
    position: relative;
}
.form_submitLink::before{
    content: '';
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}
.form_backLink::before{
    content: '';
    width: 9px;
    height: 9px;
    border: 0px;
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -6px;
}

.form_submitLink:hover,
.form_backLink:hover{
    background-color: #f6aa00;
    cursor: pointer;
}

.form_submitLink[disabled]{
    background-color: #ccc;
    cursor: default;
}

@media screen and (max-width: 767px){ /* SP */
    .contact_formArea{
        margin-top: 30px;
        padding: 0;
    }
    .contact_formBox{
        align-items: flex-start;
        margin-bottom: 30px;
    }
    .contact_formBox dt{
        width: 100%;
        padding: 15px 20px;
    }
    .contact_formBox dd{
        width: 100%;
    }
    .form_submitLink,
    .form_backLink{
        width: 90%;
        margin: 0 0 10px;
        font-size: 1rem;
    }
}



/************************************************************/
/*   Thanks Section   */
/************************************************************/
#thanksSection{
    background-color: #fff9de;
}

.contact_thanksBox{
    margin: 0 180px 50px;
}

@media screen and (max-width: 999px){ /* TB&SP */
    .contact_thanksBox{
        margin: 0 0px 30px;
    }
}