/* カートに関わるcssまとめ20240518 */

/*specialMe2より*/

.allDetail2 {
font-family: 'Kiwi Maru', serif;
color: #1D4883;
font-size: 1rem;
line-height: 1.85;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
word-wrap: break-word;
background-color: #fff;
width: 98%;
max-width: 1160px;
margin: 0 auto;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.allDetail2 img {
max-width: 100%;
height: auto;
}
@media screen and (max-width: 736px) {
.allDetail2 {
max-width: 96%;
font-size: 0.85em;
}
.allDetail2 h2 {
padding: 0 !important;
margin: 0 !important;
}
}





#allDetail{ 
padding-bottom: 0; 
}
#allDetail .BBoxDetail{
max-width: 1020px;
font-size: 1.1em;
padding: 20px 40px 20px;
margin: 0 auto;
background-color: #f2f1ed;
}






#allDetail .BBoxDetail .titleDetail{
display: flex;
align-items: center;
}
#allDetail .BBoxDetail .titleDetail h3{
display: inline-block;
color: #566b66;
font-size: 3rem;
vertical-align: middle;
letter-spacing: 0.1em;
padding-right: 0.5em;
margin-top: 0;
float: left;
margin-bottom: 0;
text-align: center;
}
#allDetail .BBoxDetail .titleDetail img{
display: inline-block;
vertical-align: middle;
margin-right: 15px;
max-width: 120px;
}
.textDetail{
flex: 1;
margin-top: 10px;
font-size: 1.5rem;
}





.title_nic{
margin-top: 20px;
margin-bottom: 10px;
}
.title_nic ul{
display: inline-block;
vertical-align: 20%;
}
.title_nic ul li{
display: inline-block;
font-size: 1.3rem;
font-weight: bold;
color: #aeab27;
vertical-align: middle;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
padding: 0px 26px;
margin: 2.5px;
border: 1px solid #aeab27;
}
@media screen and (max-width: 750px){
.title_nic ul li{
font-size: 0.9em;
padding: 0px 28px;
}
}





#allDetail .BBoxDetail p strong{
color: #FF7272;
font-weight: bold;
}
.wrapDetail{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}






.boxDetail{
-ms-flex-preferred-size: 48%;
flex-basis: 48%;
flex: 1;
}
@media screen and (max-width: 750px){
.boxDetail{
margin-top: 30px;
}
}





.wrapDetail h4{
color: #566b66;
font-size: 2.3rem;
font-weight: normal;
margin: 0.5em 0;
line-height: 1.85;
}
.wrapDetail h4 span{
display: inline-block;
font-size: 1.2rem;
font-weight: bold;
color: #FFF;
background-color: #ff8080;
vertical-align: 20%;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
padding: 5px 10px;
margin-left: 20px;
}
@media screen and (max-width: 736px){
.wrapDetail h4 span{
vertical-align: 10%;
}
}

.wrapDetail p {
text-align: center;
}
.wrapDetail p a{
color: #13b5bb;
text-decoration: underline;
font-size: 1.5rem;
}
@media screen and (max-width: 736px){
.wrapDetail p a{
font-size: 1.5rem;
}
}

.wrapDetail ul{
-moz-background-size: auto auto;
background-size: auto auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 5px 15px;
}


.wrapDetail ul li{
-ms-flex-preferred-size: 48%;
flex-basis: 48%;
font-size: 1.3rem;
margin: 5px 0;
list-style: none;
background-color: #13b5bb;
color: #ffffff;
border-radius: 50px;
text-align: center;
padding: 5px 0px;
}
@media screen and (max-width: 736px){
.wrapDetail ul li{
font-size: 1.4rem;
}
}
.wrapDetail2 ul li{
flex-basis: 100%;
margin-top: -5px;
}
@media screen and (max-width: 736px){
.wrapDetail2 ul li{
font-size: 1.4rem;
}
}
.wrapDetail3 ul li{
flex-basis: 100%;
margin-bottom: -5px;
}
@media screen and (max-width: 736px){
.wrapDetail3 ul li{
font-size: 1.4rem;
}
}
.wrapDetail4 ul li{
flex-basis: 100%;
}
@media screen and (max-width: 736px){
.wrapDetail4 ul li{
font-size: 1.4rem;
}
}

.wrapDetail ul li span{
display: inline-block;
background-repeat: no-repeat;
background-position: left center;
-moz-background-size: 55px auto;
background-size: 55px auto;
}




.obDetail span{ background-image: url(../service/y_img/option_icon01.svg); }

.obDetail2 span{
background-image: url(/10pack/y_img/price3_icon5.svg); 
font-size: 1.1rem;
vertical-align: text-bottom;
}
@media screen and (max-width: 736px){
.obDetail2 span{
background-image: url(/10pack/y_img/price3_icon5.svg); 
font-size: 1.1rem;
}
}





@media screen and (max-width: 736px){
#allDetail{ 
padding-bottom: 0; 
}
#allDetail .BBoxDetail{
padding: 15px 15px 20px;
margin: auto auto 0px;
}





#allDetail .BBoxDetail .titleDetail{
display: block;
}

#allDetail .BBoxDetail .titleDetail h3{
font-size: 1.8em;
float: none;
}

#allDetail .BBoxDetail .titleDetail img{
max-width: 50px;
height: auto;
margin-right: 10px;
}
.textDetail{
flex: 1;
}





.title_nic{
margin-top: 20px;
text-align: center;
}
.title_nic ul{
display: block;
margin-top: 1em;
}
.title_nic li{
font-size: 0.9em;
padding: 2px 10px;
margin: 2.5px;
}




.wrapDetail{ display: block; }
.wrapDetail h4{
font-size: 1.3em;
margin: 1em 0 0.5em;
}

.wrapDetail h4 span{ font-size: 0.7em; }

@media screen and (max-width: 736px){
.wrapDetail ul{ 
padding: 5px 0px;
}
}

.wrapDetail ul li span{
-moz-background-size: 45px auto;
background-size: 45px auto;
}
}





.boxDetail .far {
margin-right: 4px;
vertical-align: 1px;
color: #aeab27;
margin-left: 20px;
}
@media screen and (max-width: 736px){
.boxDetail .far {
margin-left: 0;
}
}



/*レスポンシブ画像隠しタグ*/
@media screen and (min-width:768px) { 
.desktopin { 
display:block;
}
.mobilein { 
display:none;
}
}

@media screen and (max-width:767px) { 
.desktopin { 
display:none;
}
.mobilein { 
display:block;
}
}





/* SimpleButton */
.btn-wrap {
margin-top: 10px;
text-align: center;
margin-bottom: 30px;
}
@media screen and (max-width:767px) { 
.btn-wrap {
margin-bottom: 50px;
}
}
.btn2 {
font-size: 1.8rem;
font-weight: 700;
line-height: 1.2;
position: relative;
display: inline-block;
padding: 1rem 8rem;
cursor: pointer;
user-select: none;
transition: all .3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: .1em;
border-radius: .5rem;
line-height: 1.8rem;
}
@media screen and (max-width:767px) { 
.btn2 {
font-size: 1.5rem;
padding: 1rem 0rem;
width: 90%;
}
}
.btn2:before {
font-family: 'Font Awesome 5 Free';
font-size: 1.2rem;
line-height: 1;
position: absolute;
top: calc(50% - .7rem);
right: .5rem;
margin: 0;
padding: 0;
content: '\f054';
}

.btnS {
font-size: 1.2rem;
color: #fff527;
}
@media screen and (max-width:767px) { 
.btnS {
font-size: .9rem;
color: #fff527;
}
}

.btn--green {
color: #fff;
background-color: #ff9999;
}
.btn--green:hover {
color: #fff;
background-color: #ffaeae;
}

.btn--color {
color: #fffc00;
font-size: 1.8rem;
}
@media screen and (max-width:767px) { 
.btn--color {
font-size: 1.5rem;
}
}



@media screen and (max-width: 750px){
.list_icon_wrap {
padding-top: 30px;
margin-bottom: 30px;
}
}

@media screen and (max-width: 750px){
article.main_visual {
margin: 0 auto 50px;
background-image: url(https://fashioncare.itembox.design/item/sub_main_menu_sp.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding-bottom: 30px;
}
}




.post {
width: 95%;
font-size: 1.3rem;
}
@media screen and (max-width: 750px){
.post {
width: 100%;
margin: auto;
margin-top: 30px;
}
}

table tr:nth-child(odd) td {
background: #effeff;
}
.post td, .post th {
padding: 8px 10px;
border: 1px solid #c6c34d;
vertical-align: middle;
background-color: #fff;
}
.post th {
text-align: center;
background: #13b5bb;
color: #fff;
}

.post th:nth-child(2) {
background: #aeab27;
}

/* 列1 */
table tr td:nth-child(1){
text-align: center;
}
/* 列2 */
table tr td:nth-child(2){
text-align: center;
}
/* 列3 */
table tr td:nth-child(3){
text-align: center;
}


.post2 {
width: 95%;
font-size: 1.3rem;
}
@media screen and (max-width: 750px){
.post2 {
width: 100%;
margin: auto;
margin-top: 30px;
}
}

.post2 tr:nth-child(odd) td {
background: #effeff;
}
.post2 td, .post2 th {
padding: 8px 10px;
border: 1px solid #c6c34d;
vertical-align: middle;
background-color: #fff;
}
.post2 th {
text-align: center;
background: #13b5bb;
color: #fff;
}

.post2 th:nth-child(2) {
background: #aeab27;
}

/* 列1 */
.post2 tr td:nth-child(1){
text-align: center;
width: 35%;
}
/* 列2 */
.post2 tr td:nth-child(2){
text-align: center;
}
/* 列3 */
.post2 tr td:nth-child(3){
text-align: center;
}


.post3 {
width: 95%;
font-size: 1.3rem;
margin-top: 10px;
}
@media screen and (max-width: 750px){
.post3 {
width: 100%;
margin: auto;
margin-top: 10px;
}
}

.post3 tr:nth-child(odd) td {
background: #effeff;
}
.post3 td, .post3 th {
padding: 8px 10px;
border: 1px solid #c6c34d;
vertical-align: middle;
background-color: #fff;
}
.post3 th {
text-align: center;
background: #aeab27;
color: #fff;
}

.post3 th:nth-child(1) {
background: #fff;
}
.post3 th:nth-child(2) {
background: #aeab27;
}

/* 列1 */
.post3 tr td:nth-child(1){
text-align: center;
width: 35%;
}
/* 列2 */
.post3 tr td:nth-child(2){
text-align: center;
}
/* 列3 */
.post3 tr td:nth-child(3){
text-align: center;
}


.post4 {
width: 95%;
font-size: 1.3rem;
margin-top: 10px;
}
@media screen and (max-width: 750px){
.post4 {
width: 100%;
margin: auto;
margin-top: 10px;
}
}

.post4 tr:nth-child(odd) td {
background: #effeff;
}
.post4 td, .post4 th {
padding: 8px 10px;
border: 1px solid #c6c34d;
vertical-align: middle;
background-color: #fff;
}
.post4 th {
text-align: center;
background: #13b5bb;
color: #fff;
}

.post4 th:nth-child(1) {
}
.post4 th:nth-child(2) {
background: #aeab27;
}

/* 列1 */
.post4 tr td:nth-child(1){
text-align: center;
width: 35%;
}
/* 列2 */
.post4 tr td:nth-child(2){
text-align: center;
}
/* 列3 */
.post4 tr td:nth-child(3){
text-align: center;
}


.miniImg {
    display: flex;
             }
             @media screen and (max-width: 767px){
             .miniImg {
             }
             }
             .miniImgIn {
                 margin: 5px;
                 }
                 @media screen and (max-width: 767px){
                 .miniImgIn {
                 }
                 }
 
                 @media screen and (max-width: 767px){
                 .textminDetail{
                 font-size: 1.2rem;
                 }
             }


             .under {
                background: linear-gradient(transparent 70%, #fff300 70%);
                display: inline-block;
                }


                .linkobde {
                margin-bottom: 20px;
                }
                .linkobde a {
                    text-decoration: underline;
                    text-decoration-color: #13b5bb;
                    font-size: 1.4rem;
                }
                .linkobde2 a {
                    font-size: 1.6rem;
                }
                .linkobde2 a:hover {
            opacity: .6;
                }
                html {
                    scroll-behavior: smooth;
                        scroll-padding-top: 150px;
                }
                @media screen and (max-width: 767px){
                    html {
                            scroll-padding-top: 0;
                    }
                }





                .post4b {
                    width: 95%;
                    font-size: 1.3rem;
                    margin-top: 10px;
                    }
                    @media screen and (max-width: 750px){
                    .post4b {
                    width: 100%;
                    margin: auto;
                    margin-top: 10px;
                    }
                    }
                    .post4bSub {
                    line-height: normal;
                    }
                    
                    .post4b tr:nth-child(odd) td {
                    background: #effeff;
                    }
                    .post4b td, .post4b th {
                    padding: 8px 10px;
                    border: 1px solid #c6c34d;
                    vertical-align: middle;
                    background-color: #fff;
                    }
                    .post4b th {
                    text-align: center;
                    background: #13b5bb;
                    color: #fff;
                    }
                    
                    .post4b th:nth-child(1) {
                    }
                    .post4b th:nth-child(2) {
                    background: #aeab27;
                    }
                    .post4b th:nth-child(3) {
                        background: #aeab27;
                        }
                    
                    /* 列1 */
                    .post4b tr td:nth-child(1){
                    text-align: center;
                    width: 30%;
                    }
                    /* 列2 */
                    .post4b tr td:nth-child(2){
                    text-align: center;
                    width: 25%;
                    } 
                    /* 列3 */
                    .post4b tr td:nth-child(3){
                    text-align: center;
                    width: 25%;
                    }
                    /* 列4 */
                    .post4b tr td:nth-child(4){
                    text-align: center;
                    width: 25%;
                    }




/*20240509追記*/
                    .txt--color3 {
                        color: #fff;
                        font-size: 120%;
                        vertical-align: -10px;
                        text-shadow: 1px 1px 3px #13b5bb, -1px 1px 3px #13b5bb, 1px -1px 3px #13b5bb, -1px -1px 3px #13b5bb, 1px 0px 3px #13b5bb, 0px 1px 3px #13b5bb, -1px 0px 3px #13b5bb, 0px -1px 3px #13b5bb;
                        display: inline-block;
                        padding-bottom: 4px;
                    }
                    @media screen and (max-width: 767px){
                        .txt--color3 {
                            padding-bottom: 2px;
                        }
                    }













                    



/* down_lp.cssより */

/* レスポンシブ */
@media screen and (min-width:768px) { 
    .desktopin { 
    display:block;
    }
    .mobilein { 
    display:none;
    }
    }
    @media screen and (max-width:767px) { 
    .desktopin { 
    display:none;
    }
    .mobilein { 
    display:block;
    }
    }
    
    @media screen and (max-width: 750px){
    .contents {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    }
    }
    
    @media screen and (min-width: 751px){
    h2.common_h2 {
    position: relative;
    margin-bottom: 70px;
    font-size: 3rem;
    color: #13B5BB;
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: 1.2px;
    }
    }
    
    @media screen and (max-width: 750px){
    .h2-sub-txt{
    width: 90%;
    margin: auto;
    }
    }
    @media screen and (min-width: 751px){
    .h2-sub-txt2 {
    margin-bottom: 40px;
    text-align: left;
    font-size: 1.8rem;
    color: #708384;
    font-weight: 500;
    }
    }
    @media screen and (max-width: 750px){
    .h2-sub-txt2{
    width: 90%;
    margin: auto;
    }
    }
    @media screen and (min-width: 751px){
    .h2-sub-txt3 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.8rem;
    color: #708384;
    font-weight: 500;
    }
    }
    @media screen and (max-width: 750px){
    .h2-sub-txt3{
    width: 90%;
    margin: auto;
    }
    }
    
    .title-k3 {
    margin-top: 30px;
    }
    
    
    
    
    
    
    
    
    
    
    
    @media screen and (min-width: 751px){
    .trust_button_wrap {
    margin-bottom: 70px;
    margin-top: 40px;
    }
    }
    @media screen and (max-width: 750px){
    .trust_button_wrap {
    margin-bottom: 30px;
    margin-top: 20px;
    }
    }
    
    
    @media screen and (min-width: 751px){
    .trust_button_list {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
    display: flex;
    }
    }
    @media screen and (max-width: 750px){
    .trust_button_list {
    text-align: center;
    margin-bottom: 0; 
    margin-top: 0; 
    display: flex;
    }
    }
    @media screen and (min-width: 751px){
    .trust_button_list > li {
    float: none;
    text-align: center;
    margin: 0 5px;
    flex: 1;
    }
    }
    @media screen and (max-width: 750px){
    .trust_button_list > li {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    flex: 1;
    margin: 5px;
    }
    }
    
    @media screen and (max-width: 750px){
    .trust_button_list2 > li {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    flex: 1;
    margin: 5px;
    }
    }
    @media screen and (min-width: 751px){
    .trust_button_list > li > a {
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
    padding: 5px 0;
    color: #fff;
    background-color: #13B5BB;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1.5;
    }
    }
    @media screen and (max-width: 750px){
    .trust_button_list > li > a {
    display: inline-block;
    width: 100%;
    font-size: 1.3rem;
    padding: .5rem .5rem;
    color: #fff;
    background-color: #13B5BB;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1.5;
    margin-bottom: 20px;
    }
    }
    
    @media screen and (min-width: 751px){
    .trust_button_list2 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0px;
    display: flex;
    }
    }
    @media screen and (max-width: 750px){
    .trust_button_list2 {
    text-align: center;
    margin-bottom: 0; 
    margin-top: 0; 
    width: 50%;
    margin: auto;
    }
    }
    @media screen and (min-width: 751px){
    .trust_button_list2 > li {
    float: none;
    text-align: center;
    margin: 0 5px;
    flex: 1;
    }
    }
    @media screen and (min-width: 751px){
    .trust_button_list2 > li > a {
    display: inline-block;
    width: 50%;
    font-size: 1.2rem;
    padding: 5px 0;
    color: #fff;
    background-color: #13B5BB;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1.5;
    }
    }
    @media screen and (max-width: 750px){
    .trust_button_list2 > li > a {
    display: inline-block;
    width: 100%;
    font-size: 1.3rem;
    padding: .5rem .5rem;
    color: #fff;
    background-color: #13B5BB;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1.5;
    margin-bottom: 20px;
    }
    }
    
    @media screen and (min-width: 751px){
    .trust_button_list li img {
    margin-bottom: 5px;
    }
    }
    @media screen and (max-width: 750px){
    .trust_button_list li img {
    width: 80%;
    margin-bottom: 5px;
    }
    }
    @media screen and (max-width: 750px){
    .trust_button_list2 li img {
    width: 80%;
    margin-bottom: 5px;
    }
    }
    
    
    
    
    
    
    
    
    
    
    
    @media screen and (max-width: 750px){
    .box1.contentsbox {
    margin-bottom: 40px;
    overflow: hidden;
    }
    }
    @media screen and (max-width: 750px){
    .box1 .service-box {
    margin-bottom: 88px;
    width: 90%;
    margin: auto;
    }
    }
    
    
    
    
    
    
    
    .box3Wrap {
    margin-bottom: 70px;
    }
    @media screen and (max-width: 750px){
    .box3 .capbox .text {
    position: absolute;
    right: 0;
    top: 50%;
    text-align: center;
    width: auto;
    left: 0;
    }
    }
    @media screen and (max-width: 750px){
    .box3 .capbox .text h3 {
    color: #fff3af;
    font-size: 2rem;
    margin-bottom: 18px;
    text-shadow: 0.5px 0.5px 5px #000;
    }
    }
    @media screen and (max-width: 750px){
    .box3 .capbox .text p {
    font-size: 1.3rem;
    color: #fff;
    text-shadow: 0.5px 0.5px 5px #000;
    }
    }
    .box3.contentsbox {
    margin-bottom: 0px;
    }
    
    .box3 li.box:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
    }
    
    .box3 li.box {
    background: #F7F5F4;
    padding: 30px;
    width: 50%;
    margin-bottom: 15px;
    flex: none;
    margin: 10px;
    }
    @media screen and (max-width: 750px){
    .box3 li.box {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    padding: 20px;
    }
    }
    
    
    
    
    
    
    
    .box4.contentsbox {
    margin-bottom: 50px;
    margin-top: 50px;
    }
    
    
    
    
    
    
    
    
    .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont {
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
    }
    
    @media screen and (max-width: 750px){
    .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > div > span:last-child.gray2b {
    color: #b79c76;
    }
    }
    
    
    @media screen and (max-width: 750px){
    .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > div > span:first-child.gray {
    background-color: #F5FBF9;
    color: #5A7071;
    }
    }
    
    .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > div > span:first-child.grayb {
    background-color: #f9f8f6;
    color: #b79d77;
    }
    
    
    .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > div > span:first-child {
    width: 10em;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1rem;
    border: 1px #ccc solid;
    border-radius: 5px;
    box-sizing: border-box;
    vertical-align: super;
    }
    
    .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > .course_cont_left2 {
    padding-right: 0;
    border-right: none;
    font-size: 12px;
    color: #b79c76;
    }
    
    
    
    
    
    
    
    
    .down_box_6 {
    margin-bottom: 50px;
    }
    @media screen and (max-width: 750px){
    .down_box_6 {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    margin-bottom: 50px;
    }
    }
    
    
    
    
    
    
    
    
    
    @media screen and (min-width: 751px){
    .faq_wrap > ul > li.faq:last-child {
    border-bottom: none;
    }
    }
    
    
    @media screen and (min-width: 751px){
    article.main_visual {
    margin: 0 auto 80px;
    background-image: url(../images/strorage/sub_main_menu.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    }
    }
    @media screen and (max-width: 750px){
    article.main_visual {
    margin: 0 auto 50px;
    background-image: url(../images/strorage/sub_main_menu_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 30px;
    }
    }
    @media screen and (max-width: 750px){
    article.main_visual .main_inner {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: unset;
    clear: both;
    position: relative;
    }
    }
    
    
    
    
    
    
    
    
    
    @media screen and (min-width: 751px){
    .txt {
    width: 100%;
    padding-right: 0;
    }
    }
    
    
    
    
    
    
    
    
    .ImgAd {
    width: 100%;
    margin-bottom: 50px;
    }
    @media screen and (min-width: 751px){
    .ImgAd {
    width: 100%;
    margin-bottom: 50px;
    }
    }
    
    
    
    
    
    
    
    
    
    @media screen and (min-width: 751px){
    .menu_plan_flow_box_3 {
    margin-bottom: 80px;
    margin-top: 80px;
    }
    }
    @media screen and (max-width: 750px){
    .menu_plan_flow_box_3 {
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
    }
    }
    
    
    
    
    
    
    
    @media screen and (max-width: 750px){
    .list_icon_wrap > ul.list_icon.icon_layout_2 {
    flex-wrap: wrap;
    justify-content: unset;
    }
    }
    
    
    
    
    
    
    
    
    .minboxDetail {
    margin-bottom: 35px;
    }
    @media screen and (max-width: 767px){
    .minboxDetail {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    }
    }
    
    
    
    
    
    
    
    
    .fs-l-header {
    display: block;
    padding-top: 0px;
    margin-top: -29px;
    }
    
    
    
    
    
    
    
    
    
    
    
    @media screen and (max-width: 750px){
    .list_icon_wrap > ul.list_icon {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    display: flex;
    }
    }
    
    .list_icon_wrap > ul.list_icon.icon_layout_2 {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    }
    @media screen and (max-width: 750px){
    .list_icon_wrap > ul.list_icon.icon_layout_2 {
    flex-wrap: unset;
    }
    }
    .list_icon_wrap > ul.list_icon.icon_layout_2 li {
    text-align: center;
    font-size: 2rem;
    color: #13B5BB;
    flex: 1;
    }
    @media screen and (max-width: 750px){
    .list_icon_wrap > ul.list_icon.icon_layout_2 li {
    font-size: 2rem;
    }
    }
    
    @media screen and (min-width: 751px){
    .list_icon_wrap > ul.list_icon.icon_layout_2 > li > a > div {
    width: 80%; 
    margin: 0 auto;
    font-size: 16px;
    }
    }
    @media screen and (max-width: 750px){
    .list_icon_wrap > ul.list_icon.icon_layout_2 > li > a > div {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    }
    }
    
    
    
    
    
    
    @media screen and (min-width: 751px){
    .button_list ul> li:nth-child(3) {
    margin-bottom: 10px;
    }
    }
    
    
    
    
    
    
    
    .post {
    width: 100%;
    font-size: unset;
    }
    @media screen and (max-width: 750px){
    .post {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    }
    }
    
    table tr:nth-child(odd) td {
    background: #effeff;
    }
    .post td, .post th {
    padding: 8px 10px;
    border: 1px solid #c6c34d;
    vertical-align: middle;
    }
    .post th {
    text-align: center;
    background: #13b5bb;
    color: #fff;
    }
    
    .post th:nth-child(2) {
    background: #aeab27;
    }
    
    /* 列1 */
    table tr td:nth-child(1){
    text-align: left;
    }
    /* 列2 */
    table tr td:nth-child(2){
    text-align: center;
    width: 20%;
    }
    /* 列3 */
    table tr td:nth-child(3){
    text-align: center;
    width: 20%;
    }
    
    .post1 {
    width: 100%;
    font-size: unset;
    font-size: 1.3rem;
    }
    @media screen and (max-width: 750px){
    .post1 {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    }
    }
    
    .post1 tr:nth-child(odd) td {
    background: #effeff;
    }
    .post1 td, .post1 th {
    padding: 8px 10px;
    border: 1px solid #c6c34d;
    vertical-align: middle;
    background-color: #fff;
    }
    .post1 th {
    text-align: center;
    background: #13b5bb;
    color: #fff;
    }
    .post1 td {
    font-size: 1.8rem;
    }
    
    .post1 th:nth-child(1) {
    background: #aeab27;
    }
    
    /* 列1 */
    .post1 tr td:nth-child(1){
    text-align: center;
    }
    /* 列2 */
    .post1 tr td:nth-child(2){
    text-align: center;
    width: 50%;
    }
    /* 列3 */
    .post1 tr td:nth-child(3){
    text-align: center;
    width: 20%;
    }
    
    
    .post2b {
    width: 95%;
    font-size: 1.3rem;
    margin-top: 10px;
    margin-bottom: 10px;
    }
    @media screen and (max-width: 750px){
    .post2b {
    width: 100%;
    margin: auto;
    margin-top: 10px;
    }
    }
    
    .post2b tr:nth-child(odd) td {
    background: #effeff;
    }
    .post2b td, .post2b th {
    padding: 8px 10px;
    border: 1px solid #c6c34d;
    vertical-align: middle;
    background-color: #fff;
    }
    .post2b th {
    text-align: center;
    background: #13b5bb;
    color: #fff;
    }
    
    .post2b th:nth-child(1) {
    }
    .post2b th:nth-child(2) {
    background: #aeab27;
    }
    
    /* 列1 */
    .post2b tr td:nth-child(1){
    text-align: center;
    font-size: 1.7rem;
    }
    /* 列2 */
    .post2b tr td:nth-child(2){
    text-align: center;
    width: 50%;
    font-size: 2rem;
    } 
    /* 列3 */
    .post2b tr td:nth-child(3){
    text-align: center;
    }
    
    
    .post4b {
    width: 95%;
    font-size: 1.3rem;
    margin-top: 10px;
    }
    @media screen and (max-width: 750px){
    .post4b {
    width: 100%;
    margin: auto;
    margin-top: 10px;
    }
    }
    .post4bSub {
    line-height: normal;
    }
    
    .post4b tr:nth-child(odd) td {
    background: #effeff;
    }
    .post4b td, .post4b th {
    padding: 8px 10px;
    border: 1px solid #c6c34d;
    vertical-align: middle;
    background-color: #fff;
    }
    .post4b th {
    text-align: center;
    background: #13b5bb;
    color: #fff;
    }
    
    .post4b th:nth-child(1) {
    }
    .post4b th:nth-child(2) {
    background: #aeab27;
    }
    .post4b th:nth-child(3) {
        background: #aeab27;
        }
    
    /* 列1 */
    .post4b tr td:nth-child(1){
    text-align: center;
    width: 30%;
    }
    /* 列2 */
    .post4b tr td:nth-child(2){
    text-align: center;
    width: 25%;
    vertical-align: bottom;
    } 
    /* 列3 */
    .post4b tr td:nth-child(3){
    text-align: center;
    width: 25%;
    }
    /* 列4 */
    .post4b tr td:nth-child(4){
    text-align: center;
    width: 25%;
    }
    
    
    
    
    
    
    
    
    
    
    
    .wrapDetail ul {
    -moz-background-size: auto auto;
    background-size: auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0px 5px 15px;
    }
    @media screen and (max-width: 736px){
    .wrapDetail ul {
    padding: 5px 0px;
    }
    }
    
    @media screen and (max-width: 736px){
    #allDetail .BBoxDetail .titleDetail h3 {
    font-size: 1.8em;
    float: none;
    text-align: left;
    }
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    .ListSubAll {
    margin-top: 20px;
    text-align: center;
    }
    
    .ListSub{
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    color: #aeab27;
    vertical-align: middle;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 0 28px;
    margin: 5px 2.5px;
    background-color: unset;
    border: 1px solid #aeab27;
    }
    @media screen and (max-width: 750px){
    .ListSub {
    font-size: 0.9em;
    padding: 0px 28px;
    }
    }
    
    
    
    
    
    
    
    
    
    
    /* tent List */
    .minboxList {
    margin-top: 70px;
    }
    
    .minboxList h3 {
    font-size: 2rem;
    position: relative;
    color: #13B5BB;
    padding-bottom: 18px;
    margin-bottom: 44px;
    }
    @media screen and (max-width: 750px){
    .minboxList h3 {
    margin-bottom: 20px;
    }
    }
    
    .minboxList h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: #13B5BB;
    }
    
    .listMainTitle {
    position: relative;
    margin-bottom: 70px;
    font-size: 3rem;
    color: #13B5BB;
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin-top: 0;
    font-family: "Noto Sans JP", sans-serif;
    }
    @media screen and (min-width: 751px){
    .listMainTitle:after {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    margin-top: 20px;
    width: 90px;
    height: 7px;
    content: "";
    background-color: #13B5BB;
    border-radius: 5px;
    }
    }
    @media screen and (max-width: 750px){
    .listMainTitle  {
    width: 90%;
    margin-left: 10%;
    margin-bottom: 30px;
    padding: 30px 5px 30px 20px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-size: 1.8rem;
    background-color: #13B5BB;
    color: #fff;
    border-radius: 80px 0 0 80px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 50px;
    }
    }
    
    .listAll {
    margin: auto;
    width: 80%;
    font-family: 'Kiwi Maru', serif;
    }
    @media screen and (max-width:767px) { 
    .listAll {
    margin: auto;
    width: 100%;
    }
    }
    
    .listTitle {
    background-color: #13b5bb;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    }
    
    .list_design025 {
    padding: 0;
    list-style: none;
    }
    
    .list_design025 li {
    margin: 1rem 0rem;
    position: relative;
    cursor: default;
    line-height: 1.2;
    color: #1D4883;
    background-color: #effeff;
    }
    
    .list_design025 li:nth-child(odd) {
    background-color: #effeff;
    }
    
    .list_design025 li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f6bb";
    padding: 0 5px;
    color: #13b5bb;
    transform: scale(1);
    }
    
    
    
    
    
    
    .btn2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    padding: 1rem 8rem;
    cursor: pointer;
    user-select: none;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .1em;
    border-radius: 0.5rem;
    line-height: 2.2rem;
    }
    
    
    
    
    
    
    @media screen and (max-width: 750px){
    .DetailSupport {
    }
    }
    
    .indentDetail {
    text-align: left;
    width: 95%;
    margin-top: 10px;
    }
    @media screen and (max-width: 750px){
    .indentDetail {
    width: 100%;
    }
    }
    .indentDetail2 {
    text-align: left;
    width: 95%;
    margin-top: 10px;
    margin-left: 20px;
    }
    @media screen and (max-width: 750px){
    .indentDetail2 {
    width: 100%;
    margin-left: unset;
    }
    }
    
    
    
    
    
    .lead a {
    text-decoration: underline;
    }
    .lead a:hover {
       opacity: .6;
        }
    
    
    
    
    
    .ADel {
        background-image: linear-gradient(#fe3464, #fe3464);
        background-position: 0 50%;
        background-size: 100% 2px;
        background-repeat: repeat-x;
        color: #888;
        margin: 0 0.4em;
        text-decoration: none;
        font-size: 80%;
    }
    .fa-Position {
        vertical-align: 10px;
        color: #aeab27;
    }
    .pricePosition {
    margin-top: -20px;
    }
    
    
    
    .stxt {
    font-size: 70%;
        }














                    
/* down_lp.cssより */

/* 注文フォーム20240502 */

#down_cart {
    width: 840px;
    margin: 0 auto;
}

#down_cart .post2b {
    width: 95%;
    font-size: 1.3rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

#down_cart .post2b th {
    text-align: center;
    background: #13b5bb;
    color: #fff;
}

#down_cart .post2b td, .post2b th {
    padding: 8px 10px;
    border: 1px solid #c6c34d;
    vertical-align: middle;
    background-color: #fff;
}

#down_cart .ADel {
    background-image: linear-gradient(#fe3464, #fe3464);
    background-position: 0 50%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    color: #888;
    margin: 0 0.4em;
    text-decoration: none;
    font-size: 80%;
}



#down_cart .post2b tr td:nth-child(1) {
    text-align: center;
    font-size: 1.7rem;
}
#down_cart .post4b tr td:nth-child(1) {
    text-align: center;
    font-size: 1.7rem;
}


#down_cart .post2b tr td:nth-child(2) {
    text-align: center;
    width: 50%;
    font-size: 2rem;
}

#down_cart .post2b th:nth-child(2) {
    background: #aeab27;
}

#down_cart .main_title {
    font-size: 14px!important;
}

#down_cart table tr td:nth-child(1) {
    text-align: center;
}

#down_cart .numbersize {
    width: 5%;
    margin-top: 30px;
}



#down_cart .boxDetail .indentDetail {
    font-size: 12px;
}


@media screen and (min-width: 751px) {
    #down_cart h2.common_h2 {
        position: relative;
        margin-bottom: 70px;
        font-size: 3rem;
        color: #13B5BB;
        text-align: center;
        line-height: 1.5em;
        font-weight: bold;
        letter-spacing: 1.2px;
    }
}

@media screen and (max-width: 750px) {
    #down_cart h2.common_h2_gray {
        width: 90%;
        box-sizing: border-box;
        margin: 0 auto;
        overflow: hidden;
        clear: both;
        margin-bottom: 30px;
        font-size: 1.9rem;
        color: #13B5BB;
        text-align: center;
        line-height: 1.8;
        font-weight: bold;
        background-color: unset;
        border-radius: unset;
        padding: 30px 5px 30px 5px;
    }
}

@media only screen and (max-width: 768px) {
    #down_cart {
        width: 100%;
    }

    #down_cart .numbersize {
        width: 10%!important;
        margin-top: 0;
    }
}

@media screen and (max-width: 736px) {
    #down_cart .pu {
        font-size: 2em;
        margin: 1em 0 0.5em;
    }

    #down_cart .tdt {
        font-size: 2.5em;
    }
}

/* その他調整 */
@media only screen and (max-width: 768px) {
    .point-tag {
        width: 100%;
    }
}















/*漫画動画LPから*/

.tab_container {
    padding-bottom: 1em;
    background-color: #fff;
    margin: 0 auto;
  }

  .tab_item {
    width: calc(100%/2);
    padding:15px 0;
    background-color: #ececec;
    text-align: center;
    color: #b4b4b4;
    display: none;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    font-size: 1.2rem;
  }
  .tab_item:hover {
    opacity: 1;
  }
  input[name="tab_item"] {
    display: none;
  }
  .tab_content {
    display: none;
    padding: 1em 1em 0;
    clear: both;
    overflow: hidden;
  }
  #tab1:checked ~ #tab1_content,
  #tab2:checked ~ #tab2_content,
  #tab3:checked ~ #tab3_content,
  #tab4:checked ~ #tab4_content {
    display: block;
  }
  .tab_container input:checked + .tab_item {
    color: #fff;
    background: linear-gradient(0deg, #202020, #464646);
  }



  
  .wrapper {
    padding-top: 70px;
}


.sticky {
  background-color: #ff9d9d;
  position: -webkit-sticky;
  position: ;
  top: 50px;
  left: 0;
  color: #fff;
  display: flex;
  font-size: 44px;
  font-weight: 500;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 95;
}
@media screen and (min-width: 768px) {
    .sticky {
        max-width: 1020px;
        margin: auto;
      }
    }


.stickyin1 {
 display: flex;
  flex-direction: row;
  font-size: 1.2rem;
  line-height: 1.2;
        }
        @media screen and (max-width:767px) {
          .stickyin1 {
             font-size: 1rem;
                   }
                  }

        .stickyin2 {
       font-size: 1rem;
                         }
        .stickyin2 a {
  color: #fff;
                 }
  

.stickyina {
flex: 1;
background-color: ;
padding: 10px 0 12px;
opacity: 1;
margin: 5px;
border-radius: 50px;
    }
    .stickyina.active{
      background-color: #ff5353;
      opacity: 1;
      }

    .stickyinb {
   flex: 1;
   background-color: ;
   padding: 10px 0 12px;
   opacity: 1;
   margin: 5px;
   border-radius: 50px;
        }
        .stickyinb.active {
          background-color: #ff5353;
          opacity: 1;
                }


    .stickyincoc {
      background-color: #6fd1ff;
        }

















/*臨時付け足し*/

       .bs {
            display: block;
            font-weight: 700;
            color: #fff;
            padding: 1.5rem 0;
            text-align: center;
            font-size: 1.6rem;
        }
        @media screen and (max-width: 767px) {
          .bs {
       font-size: 1.3rem;
        }
      }

        @media screen and (min-width: 768px) {
            footer .button div::before {
                font-family: 'Font Awesome 6 Free';
                content: '\f138';
                font-weight: 700;
                margin-right: 1rem;
            }
        }

        .button2 {
          right: 0;
          left: 0;
          margin: 0 auto;
          bottom: 1rem;
          z-index: 999;
          transition: .3s;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          width: min(95%, 600px);
      }
      @media screen and (min-width: 768px) {
        .button2 {
            right: 2rem;
            left: auto;
            bottom: 2rem;
        }
    }
    @media screen and (min-width: 768px) {
      .button2 div::before {
          font-family: 'Font Awesome 6 Free';
          content: '\f138';
          font-weight: 700;
          margin-right: 1rem;
      }
  }

  .fs-c-productOption__field {
    margin-bottom: 10px;
}

footer .button {
    opacity: 1 !important;
    visibility: visible !important;
    background: unset;
    padding: 0;
}
footer .button {
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 1rem;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: min(95%, 600px);
}
footer .button:hover {
    opacity: 1;
    background: unset;
}
@media screen and (min-width: 768px) {
    footer .button {
        right: 2rem;
        left: auto;
        bottom: 2rem;
        margin: 0;
    }
}




.otoku_zeikomi {
    font-size: 13px;
}
.otoku_txt {
    color: #fe3464;
    font-weight: 600;
    font-size: 16px;
}