@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
*{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
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;
}
.min{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a:hover{
    cursor: pointer;
}
.hdn{
    display: none !important;
}

.footer1 a:hover,
.header a:hover,
.footer a:hover{
        opacity: .5;
}

.header{
    width: 100%;
    border-bottom: 2px #D6D6D6 solid;
    padding: 1em 1em;
    background-color: #fff;
}
.header.scroll{
    position: fixed;
    top:0;
    left: 0;
    z-index: 2;
}
.container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.header>div:first-of-type{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header>div:first-of-type>div:first-of-type{
    width: 5%;
    text-align: left;
}
.header>div:first-of-type>div:first-of-type>a>img{
    width: 100%;
}
.header>div:first-of-type>div:nth-of-type(2){
    width: 50%;
    font-size: 1.1em;
    text-align: center;
}
.header>div:first-of-type>div:nth-of-type(2)>a{
    display: inline-block;
    margin: 0 2em;
}
.header>div:first-of-type>div:last-of-type{
    text-align: right;
    font-size: .8em;
}
.header>div:first-of-type>div:last-of-type>div{
    display: inline-block;
    position: relative;
    text-align: left;
    font-size: 1.3em;
}
.header>div:first-of-type>div:last-of-type>div>div{
    position: absolute;
    z-index: 2;
    top: 150%;
    left: 0;
    background-color: #fff;
    box-shadow: 5px 5px 5px #bcbcbc;

}
.header>div:first-of-type>div:last-of-type>div>div>div{
    padding: 2rem;
    width: 20rem;
    text-align: left;
}
.header>div:first-of-type>div:last-of-type>div>div>div:first-of-type{
    font-weight: 500;
}
.header>div:first-of-type>div:last-of-type>div>div>div::before{
    content: "\f118";
    font-family: "Font Awesome 5 free";
    font-weight: 400;
    display: inline-block;
    margin-right: 1rem;

}
.header>div:first-of-type>div:last-of-type>div>div>div:nth-of-type(3):before{
    font-family: 'Material Icons';
    content: '\e9ba';
}
.header>div:first-of-type>div:last-of-type>div>a{
    display: inline-block;
    width: 100%;
    padding-right: 4rem;
    position: relative;
}
.header>div:first-of-type>div:last-of-type>div>a:after{
    position: absolute;
    top: 1rem;
    right: 0;
    display: block;
    width: 2rem;
    height: 2rem;
    content: "\f078";
    font-family: "Font Awesome 5 free";
    font-weight: 900;

}
.header>div:first-of-type>div:last-of-type>div>a.on:after{
    content: "\f077";

}
.header>div:first-of-type>div:last-of-type>a{
    display: inline-block;
    margin: 0 .7em;
    position: relative;
}
.header>div:first-of-type>div:last-of-type>a>span{
    display: block;
    text-align: center;
    margin-bottom: .3em;
    font-size: 2.5em;
}
.header>div:first-of-type>div:last-of-type>a>#showcartnum{
    position: absolute;
    display: block;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    top: -1.5rem;
    right: -.7rem;
    border: 1px #ccc solid;
    border-radius: 100vh;
    text-align: center;
    padding-top: .1rem;
    background-color: #fff;

}
.footer1{
    padding: 3em 0 5em 0;
    background-color: #FAF7F1;
}
.footer1>div{
    padding: 5em;
}
.footer1>div>p:first-of-type{
    text-align: center;
    font-size: 2em;
    letter-spacing: .05em;
}

.footer1>div>p:nth-child(2){
    margin-top: 3em;
    text-align: center;
    font-size: 1.1em;
}
.footer1>div>p:nth-child(2)>span{
    display: inline-block;
    margin-right: 1em;
}
.footer1>div>div:first-of-type{
    width: 50%;
    margin: 0 auto;
    padding-left: 13%;
}
.footer1>div>div:first-of-type>p{
    margin-top: 1em;
}
.footer1>div>div:first-of-type>p>span{
    display: inline-block;
    width: 40%;
    font-weight: normal;
    font-size: 1.2rem;
}
.footer1>div>div:first-of-type>p:first-of-type{
    font-size: 1.5rem;
}
.footer1>div>div:first-of-type>p:nth-of-type(3){
    margin-top: 1.5em;
}
.hmenu>.subopen.contact>div>div>div>span::before,
.footer1>div>div:first-of-type>p>span::before{
    content: " ";
    display: inline-block;
    margin-right: .5em;
    position: relative;
    top: .5em;
    width: 1.5em;
    height: 1.5em;
    background-size: 100%;
    background-repeat: no-repeat;
}
.hmenu>.subopen.contact>div>div:first-of-type>div:first-of-type>span::before,
.footer1>div>div:first-of-type>p:first-of-type>span:before{
    background-image: url(../img/tel.png);
}
.hmenu>.subopen.contact>div>div:first-of-type>div:nth-of-type(2)>span::before,
.footer1>div>div:first-of-type>p:nth-of-type(2)>span:before{
    background-image: url(../img/mail.png);
}
.hmenu>.subopen.contact>div>div:first-of-type>div:nth-of-type(3)>span::before,
.footer1>div>div:first-of-type>p:nth-of-type(3)>span:before{
    background-image: url(../img/send.png);
}
.footer1>div>div:first-of-type>p:nth-of-type(3)>a{
    display: inline-block;
    border: 1px #707070 solid;
    padding: .3em 1em;
}
.footer1>div>div:nth-of-type(2){
    width: 100%;
    text-align: right;
}
.footer1>div>div:nth-of-type(2)>img{
    width: 50%;
}
.footer1>div>div:nth-of-type(3){
    margin-top: 1rem;
}
.footer1>div>div:nth-of-type(3)>p:first-of-type{
    text-align: center;
    font-size: 1.3em;
    font-weight: 500;
}
.footer1>div>div:nth-of-type(3)>div:first-of-type{
    margin-top: 2em;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.5em;
}
.footer{
    background-color: #42759A;
    color: #fff;
}
.footer>div{
    padding: 5em 3em 1em 3em;
}
.footer>div>.lists{
        font-size: 1em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
}
.footer>div>.lists>div{
    width: 20%;
}
.footer>div>.lists>div:first-of-type{
    width: 30%;
}
.footer>div>.lists>div>p{
    font-weight: 500;
}
.footer>div>.lists>div>p:first-of-type{
        width:100%;
}
.footer>div>.lists>div>div p{
    margin-top: 2em;
}
.footer>div>.lists>div:first-of-type>div{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer>div>.lists>div:first-of-type>div>div{
    width: 50%;
}
.footer>div>.lists>div:first-of-type>div>div>.title{
    font-weight: 500;
}
.footer>div>p:first-of-type{
    text-align: right;
    margin-top: 2em;
}

.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;
}
.container.default{
    margin-top: 5em;
    font-size: 1.2em;
    /*    */
}
.container.default .title{
    vertical-align: middle;
    display: inline-block;
    font-size: 2em;
}
.container.default .content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
}
.container.default .content>div{
    border: 1px #BCBCBC solid;
    border-radius: 15px;
    overflow: hidden;
}
#main .default.one>.content>div{
    margin-top: 2rem;
    margin-right: 1em;
    width: calc(100% / 4);
}
#main .default.one>.content>div>a{
    width: 100%;
    display: inline-block;
}
#main .default.one>.content>div{
}
#main .default.three>.content>div:hover,
#main .default.one>.content>div:hover{
    box-shadow: 5px 5px 5px #bcbcbc;
}
#main .default.one>.content>div>a>div:first-of-type{
}
#main .default.one>.content>div>a>div:first-of-type>img{
    width: 100%;
    object-fit: contain;
}
#main .default.one>.content>div>a>p{
    margin: 2rem 1rem 1rem 2rem;
    font-size: 1.5em;
}
#main .default.one>.content>div>a>div:nth-of-type(2){
    margin: 0 2rem;
    padding-bottom: 5.8rem;
}
#main .default.one>.content>div:first-of-type>a>div:nth-of-type(2){
    padding-bottom: 4rem;
}
#main .default.one>.content>div:nth-of-type(3){
    padding: 2rem;
}
#main .default.two>.content>div{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    padding: 3rem;
}
#main .default.two>.content{
    margin-top: 2rem;
}
    #main .default.two>.content>div>div{
    width: calc(100% / 3);
    padding: 2rem;
}
#main .default.two>.content>div>div>img{
    width: 100%;
}
#main .default.two>.content>div>div>p{
    margin-top: .5em;
    font-size: 1.5em;
}
#main .default.two>.content>div>div>p>span{
    color: #73A1C1;
}
#main .default.two>.content>div>div>div{
    margin-top: 1em;
    color: #A7A7A7;
}
#main .default.two>.content>div>div>a{
    margin-top: 2em;
    display: block;
    color: #3C549D;
    text-decoration: underline;
}
#main .default.two>.content>div>div>a:hover{
    opacity: .5;
}
#main .default.three{
    margin-bottom: 10rem;
}
#main .default.three>.content{
    align-items: stretch;
}
#main .default.three>.content>div{
    width: 18%;
    margin: 1%;
    text-align: center;
    padding: 2em;
    font-size: 1.1em;
}
#main .default.three>.content>div>a{
    display: inline-block;
    width: 100%;
}
#main .default.three>.content>div img{
    width: 40%;
    display: block;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 2em;
}
.fmdesc>div>p{
    text-align: center;
}
.fmdesc>div>p:first-of-type{
    margin-top: 5rem;
    font-size: 2.5em;
}
.fmdesc>div>p:nth-of-type(2){
    margin-top: 2rem;
    font-size: 1.2em;
    font-weight: 500;
}
.fmdesc>div>div{
    width: 90%;
    margin: 0 auto;
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 8rem;
    border-top: 2px #F2F2F2 solid;
    font-size: 1.2em;
}
.fmdesc>div>div>div{
    margin-top: 5rem;
    line-height: 2em;
}
#sctl>div>div>div{
    padding-bottom: 5rem;
    border-bottom: 2px #F2F2F2 solid;
}
#sctl>div>div>div:first-of-type{
    margin-top: 3rem;
}
#sctl>div>div>div>p{
    font-size: 1.2em;
    font-weight: 500;
}
#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;
}
#login .error{
    margin-top: 2rem;
    text-align: center;
}
#login .error>li{
    line-height: 2rem;
}
#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: 60%;
    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;
}
.seqtop,
#colorf{
    padding-bottom: 10rem;

}
.seqtop>div:first-of-type,
#colorf>div:first-of-type{
    width: 100%;
    height: 15vw;
}
.seqtop>div:first-of-type>img,
#colorf>div:first-of-type>img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}
.seqtop>div:nth-of-type(2)>div,
#colorf>div:nth-of-type(2)>div{
        width: 95%;
    margin: 0 auto;
}
.seqtop>div:nth-of-type(2)>div>p,
#colorf>div:nth-of-type(2)>div>p{
        font-size: 2em;
    margin-top: 10rem;
    text-align: left;
}
.seqtop>div:nth-of-type(2)>div>p:first-of-type,
#colorf>div:nth-of-type(2)>div>p:first-of-type{
        text-align: center;
    margin-top: 5rem;
}
#colorf>div:nth-of-type(2)>div>div{
    margin-top: 5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#colorf>div:nth-of-type(2)>div>div:first-of-type>div{
    width: 43%;
    border-radius: 15px;
    padding: 2rem;
    font-size: 1.2em;
    line-height: 1.5em;
}
#colorf>div:nth-of-type(2)>div>div:first-of-type>div:first-of-type{
    margin: 0;
    padding:0;
    width: 13%;
}
#colorf>div:nth-of-type(2)>div>div:first-of-type>div:nth-of-type(2){
    margin-right: 2%;
    background-color: #E5E9EB;
}
#colorf>div:nth-of-type(2)>div>div:first-of-type>div:nth-of-type(3){
    border: 2px #E5E9EB solid;
    line-height: 2.5em;
}
#colorf>div:nth-of-type(2)>div>div:first-of-type>div:first-of-type>img{
    width: 100%;
}
#colorf>div:nth-of-type(2)>div>div:first-of-type>div:nth-of-type(3)>p>span{
    display: inline-block;
    width: 13rem;
}
#colorf>div:nth-of-type(2)>div>div:first-of-type>div:nth-of-type(3)>p::before{
    content: " ";
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    margin-right: .8em;
    position: relative;
    top: .3em;
    background-image: url(../img/colorf/palett.png);
    background-size: 100% 100%;
}
#colorf>div:nth-of-type(2)>div>div:first-of-type>div:nth-of-type(3)>p:nth-of-type(2):before{
    background-image: url(../img/colorf/meger.png);
}
#colorf>div:nth-of-type(2)>div>div:first-of-type>div:nth-of-type(3)>p:nth-of-type(3):before{
    background-image: url(../img/colorf/car.png);
}
#colorf>div:nth-of-type(2)>div>div:nth-of-type(2)>div,
#colorf>div:nth-of-type(2)>div>div:nth-of-type(3)>div,
#colorf>div:nth-of-type(2)>div>div:nth-of-type(4)>div{
    cursor: pointer;
    width: 50%;
    border: 2px #E5E9EB solid;
    border-radius: 15px;
    padding: 4rem;
}
#colorf>div:nth-of-type(2)>div>div:nth-of-type(2)>div:hover,
#colorf>div:nth-of-type(2)>div>div:nth-of-type(3)>div:hover,
#colorf>div:nth-of-type(2)>div>div:nth-of-type(4)>div:hover{
    box-shadow: 5px 5px 5px #bcbcbc;
}
#colorf>div:nth-of-type(2)>div>div:nth-of-type(2)>div.on{
    border: 4px #71A0C0 solid;
    background-color: #E5F2FA;

}
#colorf>div:nth-of-type(2)>div>div:nth-of-type(2)>div>img,
#colorf>div:nth-of-type(2)>div>div:nth-of-type(3)>div>img,
#colorf>div:nth-of-type(2)>div>div:nth-of-type(4)>div>img{
    width: 50%;
    display: block;
    margin: 0 auto;
}
#colorf>div:nth-of-type(2)>div>div:nth-of-type(3)>div:nth-of-type(2)>img{
    width: 73%;
}
#colorf>div:nth-of-type(2)>div>div:nth-of-type(4)>div>img{
    width: 70%;
}
#colorf>div:nth-of-type(2)>div>div:nth-of-type(2)>div:first-of-type,
#colorf>div:nth-of-type(2)>div>div:nth-of-type(3)>div:first-of-type,
#colorf>div:nth-of-type(2)>div>div:nth-of-type(4)>div:first-of-type{
    margin-right: 2.5%;
}
#colorf>div:nth-of-type(2)>div>div:nth-of-type(2)>div:nth-of-type(2),
#colorf>div:nth-of-type(2)>div>div:nth-of-type(3)>div:nth-of-type(2),
#colorf>div:nth-of-type(2)>div>div:nth-of-type(4)>div:nth-of-type(2){
        margin-left: 2.5%;
}
#colorf>div:nth-of-type(2)>div>div:nth-of-type(2)>div>p,
#colorf>div:nth-of-type(2)>div>div:nth-of-type(3)>div>p,
#colorf>div:nth-of-type(2)>div>div:nth-of-type(4)>div>p{

    font-size: 1.7em;
    margin-top: 2rem;
}
#colorf>div:nth-of-type(2)>div>div:nth-of-type(2)>div>div,
#colorf>div:nth-of-type(2)>div>div:nth-of-type(3)>div>div,
#colorf>div:nth-of-type(2)>div>div:nth-of-type(4)>div>div{
    font-size: 1.2em;
    margin-top: 1.5rem;
    color: #ACACAC;

}
#colorf>div:nth-of-type(2)>div>div:nth-of-type(3)>div>div>span,
#colorf>div:nth-of-type(2)>div>div:nth-of-type(4)>div>div>span{
        color: #BF5858;
        border-bottom: 2px #969696 solid;
}
#colorf .select *{
    pointer-events: none;
}
#colorf .jump *{
    pointer-events: none;
}
#colorf .robo{
    position: relative;
}
#colorf .robo::after{
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 7rem;
    height: 10rem;
    content: " ";
    display: block;
    background-repeat: no-repeat;
    background-image: url(../img/colorf/robot.png);
    background-size: 100% auto;

}
#seq{
    padding-bottom: 8rem;
}
#detail>div>div:first-of-type,
#seq>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,
#seq>div>div:first-of-type a{
    color: #94B7CF;
}

#detail>div>div:first-of-type a span::after,
#seq>div>div:first-of-type a span::after{
    color: #7D837D;
    content: ">";
    display: inline-block;
    margin: 0 1rem;
}
#seq>div>p{
    font-size: 2em;
    text-align: center;
    margin-top: 5rem;
}
#seq>div>p:nth-of-type(2){
    text-align: left;
}
#seq>div>div:nth-of-type(2){
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
#seq>div>div:nth-of-type(2)>div{
    width: 18.5%;
    margin-left: 1.5%;
    margin-top: 2rem;
    border: 2px #BCBCBC solid;
    border-radius: 10px;
    padding: 2rem;
}
#seq>div>div:nth-of-type(2)>div:hover{
    box-shadow: 5px 5px 5px #bcbcbc;
}
#seq>div>div:nth-of-type(2)>div.first{
    margin-left: 0;
}
#seq>div>div:nth-of-type(2)>div>a>div:first-of-type{
    width: 100%;
}
#seq>div>div:nth-of-type(2)>div>a>div:first-of-type>img{
    width: 100%;
    object-fit: cover;
    height: 13rem;
}
#seq>div>div:nth-of-type(2)>div>a>div:nth-of-type(2){
    margin-top: 1rem;
    font-size: 1.2em;
}
#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 .note{
    background-color: #f8f8f8;
    padding: 1rem;
    border-radius: 1rem;
}

#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)>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;
}
#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;
}

.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 .sampledesc>div{
    text-align: left;
    font-size: 1.2em;
    line-height: 1.8em;
    margin-top: 6rem;
    margin-bottom: 3rem;
}
#detail #cartbtn{
    background-color: #3C549D;
    color: #fff;
    font-size: .8em;
    padding: 1rem 2rem;
    border-radius: 10px;
}
#detail #cartbtn:disabled{
    opacity: .5;
}
#detail #cartbtn>span{
    vertical-align: middle;

}
#detail .contact{
    width: 100%;
    padding: 1rem;
    border-radius: 10px;
    background-color: #F5F0E4;
    display: inline-block;
    text-align: center;
    font-size: .7em;
}
#detail .contact>span{
    vertical-align: middle;
}
.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;

}
#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;
    align-items: center;
    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: 80%;
    text-align: left;
    color: #C76C6C;
    line-height: 1.5;
}

.phistory .totalarea>div>div.deliverytwo,
.purchase .totalarea>div>div.deliverytwo,
#cart .totalarea>div>div.deliverytwo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.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{
    width: 90%;
    margin: 0 auto;
}
.udataarea .his{
    position: relative;
}
.udataarea .his::after{
    content: "※必須";
    display: block;
    position: absolute;
    right: 5rem;
    top: 0;
    font-size: 1rem;
    color: #BF5858;


}
.udataarea>div{
    margin-top: 5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.udataarea>div>div:first-of-type{
    width: 20%;
    text-align: left;
}
.udataarea>div>div:nth-of-type(2){
    width: 80%;

}

.udataarea>div>div:nth-of-type(2)>div{
    margin-top: 5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.udataarea>div>div:nth-of-type(2)>div:first-of-type{
    margin-top: 0;
}
.udataarea>div:nth-of-type(2)>div:nth-of-type(2)>div{
    justify-content: flex-start;
    width: 100%;
}
ul.error>li{
    color: #BF5858;

}
.udataarea>div:nth-of-type(2)>div:nth-of-type(2)>div>input{
    width: 100%;
}
.udataarea>div:nth-of-type(3)>div:nth-of-type(2)>div:first-of-type{
    font-size: 1.2rem;
    margin-top: 2rem;
    color: #737273;
}
.udataarea>div:nth-of-type(4)>div:nth-of-type(2)>p{
    line-height: 5rem;
}
.udataarea>div:nth-of-type(4)>div:nth-of-type(2)>p>input{
    margin-right: 2rem;
}
.udataarea>div>div:nth-of-type(2)>div>div:first-of-type{
    width: 20%;
    text-align: left;
}
.udataarea>div>div:nth-of-type(2)>div>div:nth-of-type(2){
    width: 80%;
}
.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: 100%;

    text-align: left;
}
.udataarea .input2{
    margin-top: 2rem;
}
.udataarea select{
    width: 30%;
}
.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;
}

@media screen and (max-width: 768px){

    .udataarea>div>div:nth-of-type(2)>div{
        margin-top: 2rem;
        align-items:baseline;
    }
    .udataarea .his::after{
        right: 0;
        bottom: 1rem;
    }
    .udataarea>div:nth-of-type(2)>div:nth-of-type(2)>div>input{
        width: 100%;
    }
    .udataarea>div:nth-of-type(2)>div:nth-of-type(2)>div{
        margin-top: 1rem;
    }
    .udataarea>div:nth-of-type(4)>div:nth-of-type(2)>p{
        line-height: 3rem;
    }
    .udataarea>div:nth-of-type(3)>div:nth-of-type(2)>div:first-of-type{
        font-size: 1.2rem;
        line-height: 2rem;

    }
    .udataarea>div>div:nth-of-type(2)>div>div:first-of-type{
        margin-top: 0 !important;
    }
    .udataarea>div>div:nth-of-type(2)>div:first-of-type{
        margin-top: 2rem;
    }
    .udataarea>div>div:first-of-type{
        font-size: 1.5rem;
    }
    .udataarea>div>div:nth-of-type(2){
        font-size: 1.5rem;
    }
}
.purchase form>p{
    margin-top: 3rem;
    font-size: 2em;
    text-align: center;
}

#stripe-cancel,
#success{
    background-color: #F5F0E4;
    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;
    width: 50%;
}
#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%;
    text-align: center;
}
.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 .re_cartin,
.detail_history .returnline>a{
    display: inline-block;
    padding: 1.5rem;
    width: 20rem;
    background-color: #959595;
    color: #fff;
    border-radius: 10px;
    position: relative;
}
.detail_history .re_cartin{
    padding: 1rem 2rem;
    width: auto;
}
.detail_history .returnline>a:hover{
    opacity: .5;
}
.detail_history .returnline>a>span{
    position: absolute;
    top: 1rem;
    left: 5rem;
}
#fortop{
    position: fixed;
    right: 1%;
    background-color: #BCBCBC;
    color: #fff;
    bottom: 10rem;
    text-align: center;
    padding: 1rem;
    cursor: pointer;
}
@media screen and (min-width: 1025px){
    .pc-hdn{
        display: none;
    }
    .hmenu{
        display: none;
    }
}
@media screen and (max-width: 1024px){
    .sp-hdn{
        display: none !important;
    }
    .header>div:nth-of-type(2){
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .header>div:nth-of-type(2)>div:first-of-type{
        width: 10%;
    }
    .header>div:nth-of-type(2)>div:first-of-type img{
        width: 100%;
    }
    .header>div:nth-of-type(2)>div:nth-of-type(2){
        width: 70%;
        padding-left: 2rem;
        position: relative;
    }
    .header>div:nth-of-type(2)>div:nth-of-type(2)>a{
        display: inline-block;
        width: 100%;
        position: relative;
    }
    .header>div:nth-of-type(2)>div:nth-of-type(2)>a::after{
        position: absolute;
        top: 1rem;
        right: 10%;
        display: block;
        width: 2rem;
        height: 2rem;
        content: "\f078";
        font-family: "Font Awesome 5 free";
        font-weight: 900;
    }
    .header>div:nth-of-type(2)>div:nth-of-type(2)>a.on::after{
        content: "\f077";
    }
    .header>div:nth-of-type(2)>div:nth-of-type(2)>div{
        position: absolute;
        top: 150%;
        background-color: #fff;
        z-index: 2;
        width: 60vw;
        box-shadow: 5px 5px 5px #bcbcbc;

    }
    .header>div:nth-of-type(2)>div:nth-of-type(2)>div>div{
        padding: 2rem;
    }
    .header>div:nth-of-type(2)>div:nth-of-type(2)>div>div::before{
        content: "\f118";
        font-family: "Font Awesome 5 free";
        font-weight: 400;
        display: inline-block;
        margin-right: 1rem;
    }
    .header>div:nth-of-type(2)>div:nth-of-type(2)>div>div:last-of-type:before{
        font-family: 'Material Icons';
        content: '\e9ba';
    }


    .header>div:nth-of-type(2)>div:nth-of-type(3){
        width: 10%;


        position: relative;
    }
    .header>div:nth-of-type(2)>div:nth-of-type(2) span{
        font-size: .8em;
    }
    .header>div:nth-of-type(2)>div:nth-of-type(3) .cartbtn{
        display: inline-block;
        width: 100%;
        font-size: 2em;
        vertical-align: middle;

    }
    .header>div:nth-of-type(2)>div:nth-of-type(3) #sp-showcartnum{
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: -.5em;
        right: 0;
        text-align: center;
        background-color: #71A0C0;
        border-radius: 100vh;
        color: #fff;
        padding-top: .3rem;
    }
    .hmenubtn{
        width: 10%;
        height: 5vw;
        position: relative;
    }
    .hmenubtn *{
        pointer-events: none;
    }
    .hmenubtn>span{
        transition: all .5s;
        display: inline-block;
        position: absolute;
        top: 0%;
        width: 80%;
        left: 10%;
        background-color: #C2C2C2;
        height: 2px;
    }

    .hmenubtn>span:nth-of-type(2){
        top: 50%;
    }
    .hmenubtn>span:nth-of-type(3){
        top: 100%;
    }
    .hmenubtn.open>span:first-of-type{
        transform: rotate(-45deg);
        top: 35%;
    }
    .hmenubtn.open>span:nth-of-type(2){
        opacity: 0;
    }
    .hmenubtn.open>span:nth-of-type(3){
        transform: rotate(45deg);
        top: 35%;
    }
    .hmenu{
        position: fixed;
        width: 100%;
        overflow: hidden;
        z-index: 2;
        left: 0;
    }
    .hmenu.close{
        height: 0;

    }
    .hmenu>div{
        background-color: #71A0C0;
        width: 100%;
        padding: 2rem;
        color: #fff;
        border-top: 1px #fff solid;
    }
    .hmenu>div:first-of-type{
        border: none;
    }
    .hmenu>div>div{
        overflow: hidden;
        height: 0;        
    }
    .subopen{
        padding: 0 !important;
        position: relative;
    }
    .subopen::after{
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        content: "\f078";
        position: absolute;
        top: 2rem;
        right: 2rem;
    }
    .subopen.open::after{
        content: "\f077";
    }
    .subopen>span{
        pointer-events: none;
        display: block;
        padding: 2rem;
    }
    .subopen>div>div{
        background-color: #fff;
        padding: 2rem;
        color: #444C44;
        border-top: 1px #ECECEC solid;
    }
    .subopen.contact>div{
        background-color: #F8F3E5;
    }
    .subopen.contact>div>div{
        background-color: #F8F3E5;

    }
    .subopen.contact>div>p{
        font-size: 1.3em;
        color: #444c44;
        margin: 2rem;

    }
    .subopen.contact>div>p>span{
        font-size: .5em;
        display: inline-block;
        margin-left: 2rem;
        color: #444c44;
    }
    .subopen.contact>div>div>div{
        margin-bottom: 2rem;
    }
    .footer1>div{
        padding: 2rem;
        font-size: .9em;
    }
    .footer1>div>div:first-of-type{
        width: 80%;
        padding-left: 5%;
    }
    .footer1>div>div:nth-of-type(2){
        text-align: center;
        margin-top: 5rem;
    }

    .footer1>div>div:nth-of-type(2)>img{
            width: 80%;
    }
    .footer1>div>div:nth-of-type(3){
        margin-top: 3rem;
    }
    .footer1>div>div:nth-of-type(3)>p:first-of-type{
        margin: 0 auto;
        width: 70%;
        font-size: 1em;
    }
    .footer1>div>div:nth-of-type(3)>div:first-of-type{
        font-size: 1em;
    }
    .footer>div{
        padding: 2rem;
    }
    .footer>div>.lists{
        display: block;
    }
    .footer>div>.lists>div{
        width: 100% !important;
        display: block;
        margin-top: 5rem;
    }
    .footer>div>.lists>div:first-of-type{
        margin-top: 0;

    }
    .footer>div>.lists>div>div{
        width: 100% !important;
        display: block !important;

    }
    .footer>div>.lists>div:first-of-type>div>div{
        width: 100%;
    }
    .footer>div>.lists>div>div p{
        width: 49%;
        display: inline-block;
        font-weight: 400;
        font-size: 1em;
        vertical-align: middle;

    }
    .footer>div>.lists>div>div p.title{
        width: 100%;
        font-weight: 500;
        font-size: 1.1em;

    }
    .footer>div>.lists>div>p:first-of-type{
        font-size: 1.2em;
    }
    .footer>div>p:first-of-type{
        padding: 2rem 1rem;
        border: 1px #fff solid;
        text-align: center;
    }
    .footer>div>p:nth-of-type(2){
        text-align: center;
        margin-top: 4rem;
    }
    .slider{
        height: 100vw;
    }
    .slider .parts img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .container.default{
        font-size: .9em;
    }
    .container.default .title{
        display: block;
    }
    .container.default{
        width: 95%;
        margin: 0 auto;
        margin-top: 5rem;
    }
    #main .default.one>.content>div{
        width: 48%;
        margin: 0;
        margin-top: 2rem;
        margin-left: 4%;
    }    
    #main .default.one>.content>div:first-of-type{
        margin-left: 0;
    }
    #main .default.one>.content>div:nth-of-type(3){
        margin-left: 0;
    }
    #main .default.two>.content>div{
        display: block;
        padding: 1rem;
    }
    #main .default.two>.content>div>div{
        width: 100%;
    }
    #main .default.three>.content{
        margin-top: 2rem;
    }
    #main .default.three>.content>div{
        width: calc(98% / 3);
        margin: 0 !important;
        margin-top: 1rem !important;
        margin-left: 1% !important;
        padding: 0 !important;
        padding: 1rem !important;
        font-size: .9em !important;
    }
    #main .default.three>.content>div img{
        margin: 0 auto;
        margin-bottom: 1rem !important;

    }
    #main .default.three>.content>div:nth-of-type(4),
    #main .default.three>.content>div:first-of-type{
            margin-left:0 !important;
    }
    #colorf>div:nth-of-type(2)>div>div{
        flex-wrap: wrap;
    }
    #colorf>div:nth-of-type(2)>div>div:first-of-type>div:first-of-type{
        width: 20%;
    }
    #colorf>div:nth-of-type(2)>div>div:first-of-type>div:nth-of-type(2){
        width: 78%;
    }
    #colorf>div:nth-of-type(2)>div>div:first-of-type>div:nth-of-type(3){
        width: 100%;
        margin-top: 2rem;
    }
    #colorf>div:nth-of-type(2)>div>div:nth-of-type(2)>div,
    #colorf>div:nth-of-type(2)>div>div:nth-of-type(3)>div,
    #colorf>div:nth-of-type(2)>div>div:nth-of-type(4)>div{
        width: 100%;
        margin: 0 !important;
        margin-top: 2rem !important;
        padding: 2rem 2rem;
        
    }
    #colorf>div:nth-of-type(2)>div>div:nth-of-type(2)>div:first-of-type{
        margin-top: 0 !important;
    }
    #colorf>div:nth-of-type(2)>div>div:nth-of-type(2)>div>div, #colorf>div:nth-of-type(2)>div>div:nth-of-type(3)>div>div, #colorf>div:nth-of-type(2)>div>div:nth-of-type(4)>div>div{
        font-size: .9em;
        line-height: 1.8em;

    }
    #info>div>div:first-of-type{
        width: 90%;
    }
    #info>div>div:first-of-type>div:first-of-type>img{
        width: 100%;
    }
    #info>div>p:nth-of-type(3){
        font-size: .9em;
        width: 90%;
        margin: 0 auto;
        margin-top: 3rem;

    }
    #info>div>p:nth-of-type(3)>span{
        margin: 0;
        display: block;
        margin-bottom: 2rem;
    }
    #info>div>.box>div{
        width: 60%;
        padding: 1rem;
    }
    #info>div>.box>div:first-of-type{
            width: 40%;
            padding: 0;
    }

    #info>div>.box>div>div:nth-of-type(2),
    #info>div>.box>div>div:first-of-type{
        padding: 0;
        margin-top: 2rem;
        font-size: 1em;
    }
    #info>div>.box.two>div:nth-of-type(2)>div{
        padding: 0;
    }
    #info>div>.box>div>div:first-of-type{
        font-size: 1.3em;
    }
    #seq>div>div:nth-of-type(2)>div.first{
        margin-left: 0;
    }

    #seq>div>div:nth-of-type(2){
        width: 95%;
        margin: 0 auto;
    }
    #seq>div>div:nth-of-type(2)>div{
        width: 49%;
        margin-left: 1% !important;
    }

    #seq>div>div:nth-of-type(2)>div.sp-first{
        margin-left: 0 !important;
    }
    #seq>div>p:nth-of-type(2){
        padding-left: 2.5%;
    }
    .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;
    }
    #other>div>div>div{
        flex-wrap: wrap;
    }
    #other>div>div>div>div{
        width: 48%;
        overflow: hidden;
    }
    #other>div>div>div>div:nth-of-type(3){
        margin-left: 0;
        margin-top: 2rem;
    }
    #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;
    }
    #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;
    }
    .footer{
        padding-bottom: 10rem;
    }
    .footerfixed{
        position:fixed;
        bottom: 0;
        width: 100%;
        background-color: #3C549D;
        text-align: center;
        color: #fff;
        display: flex;
        flex-direction: row;
    }
    .footerfixed>div{
        width: 50%;
        padding: 2em;
    }

    .footerfixed span{
        display: block;
    }
    .calender{
        position: relative;
        color: #fff;
        height: 4em;
    }
    .calender::before{
        position: absolute;
        top: 2rem;
        left: 2rem;
        content: "購入日";
        color:rgb(151,153,153);
    }
    .calender.click{
        color:#333C33;

    }
    .calender.click::before{
        opacity: 0;

    }
    #colorf>div:nth-of-type(2)>div>div:nth-of-type(2)>div>img, #colorf>div:nth-of-type(2)>div>div:nth-of-type(3)>div>img, #colorf>div:nth-of-type(2)>div>div:nth-of-type(4)>div>img{
        width: 80%;
    }
    .rolearea,
    .sheetarea{
        margin-top: 2rem !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
    }
    .rolearea>div{
        margin: 0 auto !important;
        width: 49% !important;
    }
    #colorf>div:nth-of-type(2)>div>div:nth-of-type(3)>div,
    #colorf>div:nth-of-type(2)>div>div:nth-of-type(4)>div{
        margin: 0 auto !important;
        padding-top: 6rem;
        padding-bottom: 5rem;
    }
    #colorf>div:nth-of-type(2)>div>div:nth-of-type(3)>div:nth-of-type(2),
    #colorf>div:nth-of-type(2)>div>div:nth-of-type(4)>div:nth-of-type(2){
        margin: 0 auto !important;
        margin-left: 2% !important;
    }
    #colorf>div:nth-of-type(2)>div>div:nth-of-type(2)>div>p, #colorf>div:nth-of-type(2)>div>div:nth-of-type(3)>div>p, #colorf>div:nth-of-type(2)>div>div:nth-of-type(4)>div>p{
        font-size: 1.3em;
    }
    #colorf .robo::after{
        width: 3rem;
        height: 3rem;
    }
}
#bk_popup{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}
.noscroll{
    overflow: hidden;
}