@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

html{
    font-size: 62.5%;
}

body{
    color:#333C33;
    font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W4', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size:13px;
}
#test{
    text-align: center;
    font-size: 8em;
    font-weight: 900;
}
.container{
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}
.header{
    background-color: #1C1C1C;
    color: #fff;
    width: 100%;
}
.header.scroll{
    position: fixed;
    top:0;
    left: 0;
    z-index: 2;
}

.header>.container{
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.header>.container>div:first-of-type{
    width: 10%;
    padding: 1rem;
    position: relative;
}
.header>.container>div:first-of-type img{
    width: 100%;
}
.header>.container>div:nth-of-type(2){
    font-size: 1.2em;

}
.header>.container>div:nth-of-type(2)>a{
    display: inline-block;
    margin-left: 3rem;
}
.header>.container>div:nth-of-type(3){

}
.header>.container>div:nth-of-type(3){
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.header>.container>div:nth-of-type(3)>*{
    margin-left: 2rem;
}
.header>.container>div:nth-of-type(3)>a,
.header>.container>div:nth-of-type(3)>a>span{
    text-align: center;
    display: block;
    position: relative;
}

.header>.container>div:nth-of-type(3) input{
    background-color: #fff;
    padding: 1rem;
    margin: 1rem;
    margin-left: 7rem;
    border-radius: 10px;
    color: #000;
}
.footer>div{
    display: flex;
    flex-direction: row;
}
.footer{
    background-color: #2E2E2E;
    color: #fff;
    padding-top: 10rem;
    padding-bottom: 20rem;
}
.footer>div>div:first-of-type{
    width: 80%;
}

.footer>div>div:first-of-type>div:first-of-type>a{
    display: inline-block;
    border-left: 1px #ccc solid;
    padding: 0 1rem;
}
.footer>div>div:first-of-type>div:first-of-type>a:first-of-type{
    border: none;
}
.footer>div>div:first-of-type>div:nth-of-type(2){
    margin-top: 3rem;
}
.footer>div>div:first-of-type>div:nth-of-type(2)>a{
    margin-top: 2rem;
    display: block;
}

.footer>div>div:nth-of-type(2){
    width: 20%;
}
#fortop{
    position: fixed;
    bottom: 10rem;
    right: 0;
    background-color:#BCBCBC;
    padding: 1rem;
    cursor: pointer;
}
#fortop *{
    font-size: 5rem;
    color: #fff;
    transform: scaleX(1.5);
}
#hsecs_open{
    position: relative;
}
#hsecs_open::after{
    position: absolute;
    top: 0;
    right: -1em;
    content: "\f078";
    font-family: "Font Awesome 5 free";
    font-weight: 900;

}
#hsecs_open.open::after{
    content: "\f077";

}
.hsecs{
    overflow: hidden;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #1E1E1E;
    box-shadow: 5px 5px 5px #bcbcbc;
    z-index: 2;

}
.hsecs>div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 4rem;
}
.hsecs>div>div{
    margin-top: 4rem;
    width: calc(100% / 3);    
    font-weight: bold;
}
.hsecs>div>div>div{
    margin-top: 1rem;
    font-weight: normal;
}
.hloginview{
    position: relative;
}
#mypagelist{
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 5px 5px 5px #bcbcbc;
    z-index: 2;
    color: #1C1C1C;
}
#mypagelist>div{
    padding: 2rem;
    width: 20rem;
    text-align: left;

}
#mypagelist>div::before{
    content: "\f118";
    font-family: "Font Awesome 5 free";
    font-weight: 400;
    display: inline-block;
    margin-right: 1rem;
}
#mypagelist>div:nth-of-type(3):before{
    font-family: 'Material Icons';
    content: '\e9ba';
}
#showcartnum{
    position: absolute;
    top: -1rem;
    right: 0;
    display: block;
    width: 2rem;
    height: 2rem;
    padding-top: .3rem;
    text-align: center;
    background-color: #3C549D;
    border-radius: 100vh;
}

.slider{
    width: 100%;
    height: 30vw;
    overflow: hidden;
    position: relative;
}
.slider>div{
    width: 100%;
    height: 100%;
    position: relative;
}
.slider .parts{
    padding: 0 1em;
    width:80%;
    height: 100%;
    left: 100%;
    position: absolute;
}
.slider .parts.on{
    transition: 1s left ease-in-out;
}
.slider .parts:first-of-type{
    display: block;
    left: 10%;
}
.slider .parts:nth-of-type(2){
    display: block;
    left: 90%;
}
.slider .parts:last-of-type{
    display: block;
    left: -70%;
}
.slider .parts img{
    width: 100%;
    object-fit: cover;
}
.slider>.prev,
.slider>.next{
    position: absolute;
    top: 40%;
    right: 0;
    background-color: rgba(255,255,255,.5);
    width: 3em;
    height: 5em;
    cursor: pointer;
}
.slider>.next{
    right: 0;
}
.slider>.prev::before,
.slider>.next::before{
    position: absolute;
    font-size: 2em;
    transform: scale(1.0,1.8);
    color: #ACB8B7;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    top: 25%;
}
.slider>.next::before{
    content: '\f054';
    right: 25%;
}
.slider>.prev::before{
    content: '\f053';
    left: 25%;

}

.slider>.prev{
    left: 0;
}
.newarrivals{
    padding-top: 8rem;
}
#sec{
    padding-bottom: 8rem;
}
#sec #items>div,
.newarrivals>div{
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#sec #items>div>div,
.newarrivals>div>div{
    padding: 1rem;
    width: 25%;
}
#sec #items>div>div>a>div,
.newarrivals>div>div>a>div{
    width: 100%;
}
.imgbox>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#search .title,
#sec #items .title,
.newarrivals .title{
    font-size: 1.2em;
    margin-top: 1rem;
}
#search .price,
#sec #items .price,
.newarrivals .price{
    margin-top: 1rem;
}

#search .price>span,
#sec #items .price>span,
.newarrivals .price>span{
    font-size: .9em;
    color: #AFAFAF;
}
#main .secs>p,
.newarrivals>p{
    text-align: center;
    font-weight: bold;
    margin-top: 1rem;
}
#main .secs>p:first-of-type,
.newarrivals>p:first-of-type{
    font-size: 2em;
    margin-top: 0;

}
#main .mainitem{
    width: 100%;
}
#main .mainitem>a>div{
    display: flex;
    flex-direction: row;
}
#main .mainitem.one{
    background-color: #365A50;
}
#main .mainitem.one>a>div>div:first-of-type{
    width: 40%;
    color: #fff;
    padding-top: 15rem;
}
#main .mainitem.one>a>div>div:nth-of-type(2){
    width: 60%;
}
#main .mainitem.one>a>div>div:nth-of-type(2)>img{
    width: 100%;
    object-fit: cover;
}
#main .mainitem.one>a>div>div:first-of-type>p:first-of-type{
    font-size: 3.5em;
    font-weight: bold;
}
#main .mainitem.one>a>div>div:first-of-type>p:nth-of-type(2){
    font-size: 3em;
    font-weight: bold;
    margin-top: 2rem;
}
#main .mainitem.one>a>div>div:first-of-type>div{
    display: inline-block;
    background-color: #D4DBD9;
    color: #0A110F;
    padding: 1rem 6rem;
    margin-top: 3rem;
    font-size: 1.5em;
    
}
#main .secs{
    margin-top: 8rem;
    padding-bottom: 30rem;
}
#main .secs>div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3rem;
}
#main .secs>div>div{
    width: calc(100% / 3);
    padding: 1rem;
}
#main .secs>div>div img{
    width: 100%;
    height: 90%;
    object-fit: cover;
}
#main .secs>div>div p{
    font-size: 1.1em;
    text-align: center;
    margin-top: .5rem;
}
.fmdesc>div{
    padding: 5rem 0 20rem 0;

}
.fmdesc>div>p{
    text-align: center;
}
.fmdesc>div>p:first-of-type{
    font-size: 3rem;
}
.fmdesc>div>p:nth-of-type(2){
    margin-top: 2rem;
    font-size: 1.2em;
}
.fmdesc>div>div{
    margin-top: 3rem;
    border-top: 1px #ccc solid;
    padding-top: 3rem;
}
.fmdesc>div>div>div{
    margin-top: 3rem;
    font-size: 1.2em;
}
#info{
    padding-bottom: 15rem;
}
#info>div>p:first-of-type{
    margin-top: 3rem;
    font-size: 2em;
    text-align: center;
}
#info>div>p:nth-of-type(2){
    margin-top: 1rem;
    font-size: 1.2em;
    text-align: center;
}
#info>div>div:first-of-type{
    width: 70%;
    margin: 0 auto;
    margin-top: 3rem;
}
#info>div>div:first-of-type>div:first-of-type>img{
    width: 40%;
    display: block;
    margin: 0 auto;
}
#info>div>div:first-of-type>div{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 2px #DBDBDB solid;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1.2em;
}
#info>div>div:first-of-type>div:first-of-type{
    border: none;
    display: block;
    margin-bottom: 5rem;
}
#info>div>div:first-of-type>div>div:first-of-type{
    width: 20%;
}
#info>div>p:nth-of-type(3){
    margin-top: 10rem;
    font-size: 1.2em;
}
#info>div>p:nth-of-type(3)>span{
    font-size: 1.8em;
    display: inline-block;
    margin-right: 5rem;
    position: relative;
    top: .5rem;
}
#info>div>.box{
    margin-top: 5rem;
    display: flex;
    flex-direction: row;
    align-items: center;        
}

#info>div>.box>div{
    width: 50%;
}
#info>div>.box>div>img{
    width: 100%;
}
#info>div>.box>div>div:first-of-type{
    font-size: 1.8em;
    padding-left: 5rem;
}
#info>div>.box>div>div:nth-of-type(2){
    padding: 3rem 5rem;
    font-size: 1.2em;
    line-height: 2em;
}
#info>div>.box.two>div:first-of-type{
    order: 2;
}
#info>div>.box.two>div:nth-of-type(2){
        order: 1;
}
#info>div>.box.two>div:nth-of-type(2)>div{
    padding-right: 5rem;
    text-align: right;
}
#sec>div:first-of-type{
    width: 100%;
    height: 300px;
}
#sec>div:first-of-type>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#sec>div:nth-of-type(2)>p:first-of-type{
    margin-top: 5rem;
    text-align: center;
    font-size: 3rem;
}
#sec>div:nth-of-type(2)>div:first-of-type{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 2rem;
}
#sec>div:nth-of-type(2)>div:first-of-type>div{
    margin: 1rem;
    width: calc(94% / 3);
    background-color: #F8F8F8;
    cursor: pointer;
}
#sec>div:nth-of-type(2)>div:first-of-type>div *{
    pointer-events: none;
}
#sec>div:nth-of-type(2)>div:first-of-type>div>img,
#sec>div:nth-of-type(2)>div:first-of-type>div>span{
    display: inline-block;
    vertical-align: middle;
}
#sec>div:nth-of-type(2)>div:first-of-type>div>img{
    width: 150px;
    height: 150px;
    object-fit: contain;
}
#sec>div:nth-of-type(2)>div:first-of-type>div>span{
    margin-left: 2rem;
    font-weight: bold;
}
#sec #items{
    margin-top: 3rem;
}
#sec #items>p:first-of-type{
    font-size: 2em;
    
}
#detail .descstr{
    margin-top: 2rem;
    border-top: 1px #333C33 solid;
    line-height: 1.5em;
}
#detail .descstr>p{
    font-weight: bold;
    color: #333C33;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
#detail>div>div:first-of-type{
    margin: 0 auto;
    margin-top: 5rem;
    text-align: right;
    font-size: 1.1em;
    width: 95%;
}
#detail>div>div:first-of-type a{
    color: #94B7CF;
}

#detail>div>div:first-of-type a span::after{
    color: #7D837D;
    content: ">";
    display: inline-block;
    margin: 0 1rem;
}
#detail{
    padding-bottom: 10rem;
}
#detail>div>div:nth-of-type(2){
    width: 95%;
    margin: 0 auto;
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
}
#detail>div>div:nth-of-type(2)>div{
    width: 50%;
}
#detail #imgmain{
    width: 100%;
    padding: 3rem;
    position: relative;
}
#detail #imgmain .prev,
#detail #imgmain .next{
    position: absolute;
    top: 40%;
    height: 20%;
    width: 10%;
    cursor: pointer;
}
#detail #imgmain .next{
    right: 0;
}
#detail #imgmain .prev{
    left: 0;
}
#detail #imgmain .prev::before,
#detail #imgmain .next::before{
    position: absolute;
    font-size: 2em;
    transform: scale(1.0,1.8);
    color: #ACB8B7;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    top: 25%;
}

#detail #imgmain .prev::before{
    content: '\f053';
    left: 25%;

}
#detail #imgmain .next::before{
    content: '\f054';
    right: 25%;
}
#detail #imgmain .prev::before{
    content: '\f053';
    left: 25%;

}

#detail #imgmain .prev{
    left: 0;
}


#detail #thumb img,
#detail #imgmain>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#detail #thumb{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#detail #thumb>div{
    width: calc(100% / 6);
    padding: 1rem;
}
#detail #thumb>div *{
    pointer-events: none;
}

#detail>div>div:nth-of-type(2)>div:nth-of-type(2){
    padding: 2rem;
}
#detail>div>div:nth-of-type(2)>div:nth-of-type(2)>div:first-of-type>p:first-of-type{
    font-size: 1.8em;

}
#detail>div>div:nth-of-type(2)>div:nth-of-type(2)>div:first-of-type>p:nth-of-type(2){
    color: #707070;
    margin-top: 2rem;
}
#detail>div>div:nth-of-type(2)>div:nth-of-type(2)>div:first-of-type>div{
    margin-top: 4rem;
    width: 100%;
}
#detail>div>div:nth-of-type(2)>div:nth-of-type(2)>div:first-of-type>div>img{
    width: 100%;
}
#detail>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2){
    margin-top: 5rem;
    border-top: 2px #B7B7B7 solid;
    padding-top: 3rem;
}
#detail>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>p:first-of-type{
    font-size: 1.8em;
}
#detail>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>p:nth-of-type(2){
    margin-top: 2rem;
}
#detail>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>p:nth-of-type(3){
    font-size: 1.2em;
    margin-top: 2rem;
    color: #BB1023;

}

#detail>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div:first-of-type{
    margin-top: 3rem;
    font-size: 1.5em;
    text-align: right;
}
#detail>div>div:nth-of-type(2)>div:nth-of-type(2) select{
    padding: 1rem 3rem;
    border: 1px #ccc solid;
    border-radius: 5px;
    max-width: 100%;
}
#detail>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div:first-of-type>p{
    margin-top: 3rem;
}
#detail>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div:first-of-type>p>span:first-of-type{
    font-size: .8em;
    display: inline-block;
    margin-right: 2rem;
}
.likeitems{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.likeitems>div{
    width: 25%;
    padding: 1rem;
    margin-top: 2rem;
}
.likeitems>div .title{
    margin-top: 1rem;
    font-size: 1.2em;
}
.likeitems>div .price{
    margin-top: .5rem;
}
.numbox,
.num_plus,
.num_minus{
    user-select: none;
    display: inline-block;
    padding: 1rem 2rem;
    border: 1px #ccc solid;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
}
.num_plus{
    border-radius: 0 10px 10px 0;
}
.numbox{
    border-left: none;
    border-right: none;
    border-radius: 0;
    cursor: auto;

}
#detail>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div:first-of-type>div{
    margin-top: 3rem;
    font-size: .7em;
    line-height: 1.8em;
    text-align: left;
}
#detail>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div:first-of-type>div>span{
    color: #BF5858;

}
#detail>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div:first-of-type>p:first-of-type{
    font-size: 1.5em;
}
#detail #cartbtn{
    background-color: #3C549D;
    color: #fff;
    font-size: .8em;
    padding: 1rem 2rem;
    border-radius: 10px;
}
#detail #cartbtn *{
    pointer-events: none;
}
#detail #cartbtn:disabled{
    opacity: .5;
}
#detail #cartbtn>span{
    vertical-align: middle;

}
#detail>div>div:nth-of-type(3){
    margin-top: 3rem;
    width: 50%;
}
#detail>div>div:nth-of-type(3)>p:first-of-type{
    font-size: 1.3em;
}
.purchase,
#cart{
    padding-bottom: 10rem;
}
.purchase>div>div,
#cart>div>div{
    width: 95%;
    margin: 0 auto;
}
.purchase>div>div>p,
#success>div>p,
#stripe-cancel>div>p,
#cart>div>div>p{
        text-align: center;
}
.purchase>div>div>p:first-of-type,
#cart>div>div>p:first-of-type{
    font-size: 2em;
    margin-top: 3rem;
}
#stripe-cancel>div>p:first-of-type,
#success>div>p:first-of-type{
        font-size: 2em;
    padding-top: 3rem;

}
#success>div>p:nth-of-type(2),
#stripe-cancel>div>p:nth-of-type(2),
.purchase>div>div>p:nth-of-type(2),
#cart>div>div>p:nth-of-type(2){
    margin-top: 1rem;
}
.purchase>div>div>p:nth-of-type(3),
#cart>div>div>p:nth-of-type(3){

    margin-top: 5rem;
    font-size: 1.2em;
}
.purchase>div>div>div:first-of-type,
#cart>div>div>div:first-of-type{
    width: 100%;
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #E5E9EB;
}
.purchase>div>div>div:first-of-type>div,
#cart>div>div>div:first-of-type>div{
    width: calc(100% / 4);
    padding: 1.5rem;
    text-align: center;
    font-size: 1.1em;
    position:relative;
}
.purchase>div>div>div:first-of-type>div.on,
#cart>div>div>div:first-of-type>div.on{
    background-color: #71A0C0;
    color: #fff;
}
.purchase>div>div>div:first-of-type>div::after,
#cart>div>div>div:first-of-type>div::after{
    position: absolute;
    content: " ";
    height: 3.6rem;
    width: 3.6rem;
    border: 3px #fff solid;
    border-left: none;
    border-bottom: none;
    top: .6rem;
    right: -1.7rem;
    transform: rotate(45deg);

}
.purchase>div>div>div:first-of-type>div.on::after,
#cart>div>div>div:first-of-type>div.on::after{
    background-color: #71A0C0;
}
.purchase>div>div>div:first-of-type>div:last-of-type::after,
#cart>div>div>div:first-of-type>div:last-of-type::after{
    border: none;
}
.purchase .items,
#cart .items{
    margin-top: 3rem;
}
.purchase .items>div,
#cart .items>div{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.2em;
    border-bottom: 2px #E0E0E0 solid;

}
.purchase .items>div:first-of-type,
#cart .items>div:first-of-type{
        font-weight: bold;
    text-align: center;
}
.purchase .items>div>div,
#cart .items>div>div{
        width: 20%;
    text-align: center;
    padding: 1rem;
}
.purchase .items>div>div>img,
#cart .items>div>div>img{
        width: 100%;
}
.purchase .items>div>div:nth-of-type(2),
#cart .items>div>div:nth-of-type(2){
        width: 30%;
    text-align: left;
}
.purchase .items>div>div:nth-of-type(2)>p:first-of-type,
#cart .items>div>div:nth-of-type(2)>p:first-of-type{
        font-size:.8em;
    margin-bottom: 1rem;
    color: #D8D8D8;
}
#cart .deletebtn{
        cursor: pointer;
}
#cart .deletebtn *{
    pointer-events: none;
}
.phistory .totalarea,
.purchase .totalarea,
#cart .totalarea{
        width: 50%;
    margin-left: 50%;
    margin-top: 10rem;

}


.phistory .totalarea>div,
.purchase .totalarea>div,
#cart .totalarea>div{
    display: flex;
    flex-direction: row;
    border-bottom: 2px #E0E0E0 solid;
    padding: 2rem;
    font-size: 1.2em;
}
.purchase .totalarea>div>div,
.phistory .totalarea>div>div,
#cart .totalarea>div>div{
        width: 30%;
}
.purchase .totalarea>div>div:nth-of-type(2),
.phistory .totalarea>div>div:nth-of-type(2),
#cart .totalarea>div>div:nth-of-type(2){
    width: 70%;
    text-align: right;
}
.phistory .totalarea>div>div:nth-of-type(2)>span,
.purchase .totalarea>div>div:nth-of-type(2)>span,
#cart .totalarea>div>div:nth-of-type(2)>span{
    display: inline-block;
    width: 70%;
    text-align: left;
    color: #C76C6C;
}
.phistory .totalarea>div>div:first-of-type>span,
.purchase .totalarea>div>div:first-of-type>span,
#cart .totalarea>div>div:first-of-type>span{
    font-size: 1.5em;
}
.purchase .btnline,
#cart .btnline{
    margin-top: 8rem;
    text-align: center;
}

.purchase .btnline button,
.purchase .btnline a,
#cart .btnline a{
    font-size: 1.1em;
    color: #fff;
    display: inline-block;
    margin: 1rem;
    padding: 2rem;
    width: 20em;
    text-align: center;
    background-color: #3C549D;
    border-radius: 10px;
    position: relative;
}
.purchase .btnline button:hover,
#cart .btnline a:hover{
    opacity: .5;
}
.purchase .btnline button:first-of-type,
.purchase .btnline a:first-of-type,
#cart .btnline a:first-of-type{
    background-color: #F5F0E4;
    color: #575655;

}
#pconfi .btnline [type="submit"]{
    color: #fff;
    background-color: #3C549D;
    
}

.purchase .btnline button>span,
#cart .btnline a>span{
    top: 1.8rem;
    right: 5rem;
    position: absolute;
}
.purchase .btnline button:first-of-type>span{
    right: auto;
    left: 5rem;
}

#cart .desc{
    margin: 0 auto;
    margin-top: 10rem;
    width: 90%;

}
#cart .desc>p,
#cart .desc>div{
    margin-top: 2rem;
    line-height: 1.8em;
}

.udataarea{
}
.udataarea>div{
    display: flex;
    flex-direction: row;
    align-items: center;

}
.udataarea>div>div{
    width: 80%;
}
.udataarea>div>div:first-of-type{
    width: 20%;
    font-size: 1.5em;
    padding: 1em;
}
.udataarea>div>div:nth-of-type(2)>div{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.udataarea>div>div:nth-of-type(2)>div>div:first-of-type{
    width: 20%;
    text-align: right;
    padding-right: 2em;
    font-size: 1.3em;
}
.udataarea>div>div:nth-of-type(2)>div>div{
    padding: 3rem;
}
.udataarea .paymentline{
    margin: 2em;
}
.udataarea .paymentline>input[type="radio"]{
    margin-right: 1em;
}
.udataarea select,
.udataarea input[type="email"],
.udataarea input[type="tel"],
.udataarea input[type="text"]{
    border: 1px #B7B7B7 solid;
    border-radius: 5px;
    padding: 1em .5em;
    width: 50em;
    text-align: left;
}
.udataarea .input2{
    margin-top: 2rem;
}
.udataarea select{
    width: 15em;
}
.udataarea input[type="tel"]::placeholder,
.udataarea input[type="email"]::placeholder,
.udataarea input[type="text"]::placeholder{
    color: #ddd;
}
.udataarea .zip>input[type="text"],
.udataarea .name>input[type="text"]{
    width: 20em;
}
.udataarea .name>input[type="text"]:nth-of-type(2){
    margin-left: 1em;
}
.purchase form>p{
    margin-top: 3rem;
    font-size: 2em;
    text-align: center;
}

#stripe-cancel,
#success{
    background-color: #e6e6e6;
    padding-bottom: 10rem;
}
#stripe-cancel>div>p:nth-of-type(3),
#success>div>p:nth-of-type(3){
        margin-top: 3rem;
    font-size: 1.2em;
}
#stripe-cancel>div>img,
#success>div>img{
        display: block;
    margin: 0 auto;
    margin-top: 3rem;
    width: 30%;
}
#other>div>div>div{
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
}
#other>div>div>div>div{
    width: 23%;
    margin-left: 2%;
    border: 1px #BCBCBC solid;
    border-radius: 15px;
    padding-bottom: 3rem;
    overflow: hidden;
}

#other>div>div>div>div:first-of-type{
    margin-left: 0;
}
#other>div>div>div>div>a{
    width: 100%;
    display: inline-block;
}
#other>div>div>div>div img{
    width: 100%;
    height: 15rem;
    object-fit: cover;
}
#other>div>div>div>div p{
    font-size: 1.3em;
    padding: 0 2rem;
    margin-top: 2rem;
}
.phistory{
    padding-bottom: 10rem;
}
.phistory>div>p{
    text-align: center;
}
.phistory>div>p:first-of-type{
    font-size: 2em;
    margin-top: 5rem;

}
.phistory>div>p:nth-of-type(2){
    font-size: 1.2em;
    margin-top: 1rem;
}
.phistory>div>div:first-of-type{
    margin-top: 3rem;
}
.phistory>div>div:first-of-type>input{
    border: 1px #707070 solid;
    border-radius: 10px;
    padding: 2rem 2rem;
    margin-right: 1rem;
    font-size: 1.2em;

}
.phistory>div>div:first-of-type>button{
    border-radius: 10px;
    color: #fff;
    background-color: #707070;
    padding: 2rem;
    font-size: 1.2em;
}
.phistory>div>ul{
    width: 100%;
    margin-top: 3rem;
}
.phistory>div>ul>li{
    width: 100%;
    display: flex;
    flex-direction: row;
    border-top: 1px #707070 solid;
    padding: 2rem 0;
}
.phistory>div>ul>li>div{
    width: 20%;
}
.phistory>div>ul>li:first-of-type{
    border: none;
    font-size: 1.3em;
    font-weight: 500;
    text-align: center;
}
.phistory>div>ul>li>div:nth-of-type(2){
    width: 30%;
}
.phistory .pan a{
    color: #41C3E2;
}
.detail_history .salesarea{
    background-color: #F5F6F7;
    padding:2em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2em;
}
.detail_history .salesarea>div{
    padding: 1em;
    width: 50%;
}
.detail_history .salesarea>div>span:first-of-type{
    width: 8em;
    display: inline-block;
    font-weight: bold;
}
.detail_history .salesarea span.big{
    font-size: 1.2em;
    color: #06B3DB;
}
.detail_history .returnline{
    text-align: center;
    margin-top: 3rem;
}
.detail_history .returnline>a{
    display: inline-block;
    padding: 1.5rem;
    width: 20rem;
    background-color: #959595;
    color: #fff;
    border-radius: 10px;
    position: relative;
}
.detail_history .returnline>a:hover{
    opacity: .5;
}
.detail_history .returnline>a>span{
    position: absolute;
    top: 1rem;
    left: 5rem;
}
#login>div>div{
    width: 90%;
    margin: 0 auto;
    margin-top: 5rem;
}
#login>div>div>p:first-of-type{
    font-size: 2em;
}
#login>div>div>p:nth-of-type(2){
    margin-top: 2rem;
}
#login>div>div>div{
    width: 80%;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 8rem;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border: 2px #D8D8D8 solid;
    padding: 3rem;
}
#login>div>div>div>div{
    padding: 2rem;
    padding-bottom: 7rem;
    width: 50%;
    position: relative;
}
#login>div>div>div>div:first-of-type{
    border-right: 2px #BCBCBC solid;
}
#login>div>div>div>div>p:first-of-type{
    font-size: 1.5em;
}
#login>div>div>div>div>p:nth-of-type(2){
    margin-top: 3rem;
}
#login>div>div>div>div input{
    border: 2px #D8D8D8 solid;
    width: 90%;
    padding: 1rem;
    margin-top: 2rem;
}
#login>div>div>div>div input:first-of-type{
    margin-top: 4rem;
}
#login>div>div>div>div>img{
    margin-top: 1rem;
    width: 100%;
}
#login>div>div>div>div>a,
#login>div>div>div>div button{
    position: absolute;
    bottom: 0;
    width: 90%;
    background-color: #3C549D;
    padding:1.5rem;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
#search{
    padding-top: 5rem;
    padding-bottom: 8rem;
}

#search>div>p:first-of-type{
    font-size: 2.5rem;
    text-align: center;
}
#search>div>div:first-of-type{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3rem;
}
#search>div>div:first-of-type>div{
    width: 25%;
    padding: 1rem;
}

#contact{
    padding: 5rem 0 8rem 0;
    background-color: #E6E6E6;
}
#contact .error{
    margin-top: 1rem;
    color: #f00;
}
#contact>div>p{
    text-align: center;
}
#contact>div>p:first-of-type{
    font-size: 2em;
}
#contact>div>p:nth-of-type(2){
    font-size: 1.2em;
    margin-top: 1rem;
}
#contact>div>div{
    width: 80%;
    margin: 0 auto;
    font-size: 1.3em;
    margin-top: 3rem;
}
#contact>div>div textarea,
#contact>div>div input{
    width: 100%;
    padding: 1rem;
    margin-top: .5rem;
    background-color: #fff;
}
#contact>div>div textarea:disabled,
#contact>div>div input:disabled{
    color: #000 !important;
    background-color: #E6E6E6 !important;
}
#contact>div>div textarea{
    max-height: 20em;
    min-height: 10em;

}
#contact>div>div button{
    background-color: #0F6AB3;
    padding: 1rem 5rem;
    color: #fff;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
}
#contact>div>div button:nth-of-type(3){
    background-color: #676767;
}
#contact>div>div button>span{
    display: block;
    font-size: .8em;
}

#contact>div>div.btnline{
    text-align: center;
}
#contact .desc{
    text-align: center;
}
#contact>div>div>p>span{
    color: #C62135;
    font-size: .8em;
    display: inline-block;
    margin-left: 1em;
}
#contact_success{
    background-color: #E6E6E6;
    text-align: center;
    padding-top: 8rem;
    padding-bottom: 8rem;
    font-size: 1.2em;
}
#contact_success>div>div:first-of-type{
    margin-top: 3rem;
}
#contact_success>div>div:nth-of-type(2){
    margin-top: 5rem;
    font-weight: bold;
}

.hdn{
    display: none !important;
}
@media screen and (min-width: 1025px){
    .pc-hdn{
        display: none !important;
    }
    .hmenu{
        display: none;
    }
    .sp-footer{
        display: none;
    }
}

@media screen and (max-width: 1024px){
    .sp-hdn{
        display: none !important;
    }
    .footer{
        display: none;
    }
    .sp-footer{
        display: flex;
        flex-direction: row;
        background-color: #000;
        color: #fff;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .sp-footer>div{
        width: 20%;
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: center;
        font-size: .8em;
    }
    .sp-footer>div span{
        display: block;
        font-size: 2em;
        margin-bottom: .3rem;
        pointer-events: nene;
    }

    .sp-header{
        display: block !important;
    }
    .sp-header>div{
        width: 100% !important;
    }
    .sp-header>div:first-of-type{
        text-align: center;
    }
    .sp-header>div:first-of-type img{
        width: 30% !important;
    }
    .sp-header>div:nth-of-type(2){
        overflow: scroll;
        white-space: nowrap;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .sp-header>div:nth-of-type(2)>a{
        display: inline-block;
        width: 40%;
    }
    .sp-header>div:nth-of-type(3){
        padding: 1rem 3rem;
    }
    .sp-header>div:nth-of-type(3) input{
        width: 100% !important;
        margin: 0 !important;
        color: #000;
    }
    .scroll>.sp-header>div:nth-of-type(2),
    .scroll>.sp-header>div:nth-of-type(3){
        display: none;
    }
    .slider{
        height: 100vw;
    }
    .slider .parts img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .container{
        width: 90%;
    }
    #sec #items>div>div, .newarrivals>div>div{
        width: 50%;
    }
    #main .mainitem.one>a>div>div:first-of-type{
        padding-top: 2rem;
    }
    #main .mainitem.one>a>div>div:first-of-type>p:first-of-type{
        font-size: 2em;
    }
    #main .mainitem.one>a>div>div:first-of-type>p:nth-of-type(2){
        font-size: 1.5em;
    }
    #search>div>div:first-of-type>div{
        width: 50%;
    }
    #sec>div:nth-of-type(2)>div:first-of-type>div>img{
        width: 100%;
    }
    #detail>div>div:nth-of-type(2){
        flex-wrap: wrap;
    }
    #detail>div>div:nth-of-type(2)>div{
        width: 100%;
    }
    #detail>div>div:nth-of-type(2)>div:nth-of-type(2)>div:first-of-type>p:first-of-type{
        font-size: 1.4em;
    }
    #detail>div>div:nth-of-type(3){
        width: 100%;

    }
    .likeitems{
        display: block;

        width: 100%;
        overflow: scroll;
        white-space: nowrap;
    }
    .likeitems>div{
        vertical-align: top;
        display: inline-block;
        width: 50vw;
        white-space:normal;

    }
    .purchase>div>div>div:first-of-type, #cart>div>div>div:first-of-type{
        align-items: stretch;
        overflow: hidden;
    }    
    .purchase>div>div>div:first-of-type>div, #cart>div>div>div:first-of-type>div{
        font-size: .5em;
        padding: 1rem 1rem;
        padding-left: 2rem;
    }
    .purchase>div>div>div:first-of-type>div::after, #cart>div>div>div:first-of-type>div::after{
        transform: scaleY(2.5) rotate(45deg);
        height: 6vw;
        width: 6vw;
        top: 2vw;
        right: -3vw;
        background-color: #E5E9EB;
        z-index: 1;
    }
    .purchase>div>div>div:first-of-type>div:last-of-type::after, #cart>div>div>div:first-of-type>div:last-of-type::after{
        display: none;
    }
    .purchase .items>div, #cart .items>div{
        flex-wrap: wrap;
        border: none;
    }
    .purchase .items>div>div, #cart .items>div>div{
        width: 100%;
        text-align: right;
        position: relative;
    }
    .purchase .items>div>div>span, #cart .items>div>div>span{
        position: absolute;
        left: 50%;
   
    }
    .purchase .items>div>div, #cart .items>div>div .deletebtn{
        position: static;
    }
    .purchase .items>div>div:first-of-type,
    .purchase .items>div>div:nth-of-type(2),
    #cart .items>div>div:first-of-type,
    #cart .items>div>div:nth-of-type(2){
            width: 50%;
    }
    .phistory .totalarea, .purchase .totalarea, #cart .totalarea{
        width: 100%;
        margin: 0;
        margin-top: 3rem;
    }
    .udataarea>div{
        flex-wrap: wrap;
        margin-top: 3rem;
    }
    .udataarea>div>div{
        width: 100% !important;
        padding: 0 !important;
    }
    .udataarea>div>div>div{
        flex-wrap: wrap;
    }
    .udataarea>div>div>div>div{
        text-align: left;
        width: 100% !important;
    }
    .udataarea>div>div:nth-of-type(2)>div>div{
        padding: 0;
        margin-top: 1rem;
    }
    .udataarea>div>div:nth-of-type(2)>div>div:first-of-type{
        text-align: left;
        padding: 0;
        margin-top: 3rem;

    }
    .udataarea select, .udataarea input[type="email"], .udataarea input[type="tel"], .udataarea input[type="text"]{
        width: 100%;
    }
    .udataarea>div:nth-of-type(2)>div:nth-of-type(2)>div>div:first-of-type,
    .udataarea>div:nth-of-type(3)>div:nth-of-type(2),
    .udataarea>div:nth-of-type(4)>div:nth-of-type(2){
            margin-top: 1rem;
    }
    .udataarea>div:nth-of-type(3)>div:nth-of-type(2)>select:nth-of-type(2){
        margin-top: 1rem;
    }
    .udataarea>div:nth-of-type(4)>div:nth-of-type(2)>p{
        margin-top: 2rem;
    }
    .udataarea>div:nth-of-type(4)>div:nth-of-type(2)>p:first-of-type{
        margin-top: 0;
    }
    .phistory>div{
        width: 95%;
        margin: 0 auto;
    }
    .phistory>div>div:first-of-type>input{
        width: 100%;
    }
    .phistory>div>div:first-of-type>input:nth-of-type(3){
        margin-top: 1rem;
    }
    .phistory>div>div:first-of-type>button{
        width: 100%;
        text-align: center;
        margin-top: 1rem;
    }
    #phistory_list>div>ul>li{
        flex-wrap: wrap;
        background-color: #F5F6F7;
        border: none;
        margin-top: 1rem;
        padding: 1rem;
        cursor: pointer;
    }
    #phistory_list>div>ul>li>div{
        width: 50% !important;
        margin-bottom: 3rem;
        text-align: left;
    }
    #phistory_list>div>ul>li>div>span{
        display: block;
        margin-bottom: .5rem;
    }
    .detail_history .salesarea>div>span:first-of-type{
        display: block;
    }
    .detail_history .salesarea>div{
        width: 100%;
    }
    .detail_history .salesarea>div:first-of-type,
    .detail_history .salesarea>div:nth-of-type(2){
        width: 50%;
    }
    .phistory>div>ul>li{
        flex-wrap: wrap;
    }
    .phistory>div>ul>li>div{
        width: 100%;
        text-align: right;
        position: relative;
        padding: 1rem;
    }
    .detail_history>div>ul>li>div>span{
        position: absolute;
        left: 50%;
    }
    .phistory>div>ul>li>div:first-of-type{
        width: 20%;
        text-align: left;
    }
    .phistory>div>ul>li>div:nth-of-type(2){
        width: 80%;
        text-align: left;
    }
    #fortop *{
        font-size: 3rem;
    }
    .sp-bottomcartbtn{
        position: relative;
    }
    #sp-showcartnum{
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: .5rem;
        right: 1rem;
        text-align: center;
        background-color: #71A0C0;
        border-radius: 100vh;
        color: #fff;
        padding-top: .3rem;
        font-size: .8em;
    }
    .sp-bottommenu,
    .sp-secs{
        position: fixed;
        padding: 0 !important;
        top: 0;
        left: 0;
        width: 100% !important;
        background-color: #2E2E2E;
        overflow: scroll;
    }
    .sp-secs>div{
        text-align: left;
        padding: 2rem;
        font-size: 1.3em;
        background-color: #434343;
        position: relative;
    }
    .sp-bottommenu>div::after,
    .sp-secs>div::after{
        position: absolute;
        right: 2rem;
        content: "\f054";
        font-family: "Font Awesome 5 free";
        font-weight: 900;
    
    }
    .sp-secs>div.title{
        text-align: center;
    }
    .sp-bottommenu>div.title::after,
    .sp-secs>div.title::after{
        content: "";
    }
    .sp-bottommenu>div{
        padding: 2rem;
        background-color: #2E2E2E;
        text-align: left;
        padding: 2rem;
        font-size: 1.3em;

    }
    .sp-bottommenu>div.two{
        background-color: #707070;

    }
    #login>div>div>div{
        flex-wrap: wrap;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    #login>div>div>div>div{
        width: 100%;
    }
    #login>div>div>div>div>a, #login>div>div>div>div button{
        bottom: 4rem;
    }
    #login>div>div>div>div:first-of-type{
        border-right: none;
        padding-bottom: 12rem !important;
        border-bottom: 2px #BCBCBC solid;
    }
    #login>div>div>div>div:nth-of-type(2){
        padding-bottom: 12rem !important;
    }
    #detail>div>div:nth-of-type(2)>div:nth-of-type(2) select{
        max-width: 100%;
    }
    #main .secs>div>div img{
        height: 80%;
    }
}
.mt_1{
    margin-top: 1rem;
}

#zerostockstr{
    display: none;
}
.delivery-free-str{
    color:gray;

}
.delivery-free-str.sp-hdn{
    width: 50%;
    margin: 0 0 0 auto;
}