@charset "utf-8";

@media screen and (min-width:1200px){

body{
    color:#707070;
    margin: 100px 0 0 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* index.html */
header{
    width:100%;
    height:120px;
    background-color:#ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 1.0;
    transition: 0.3s;
}

.header_contents{
    display:flex;
    justify-content:space-between;
}

.nav{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.site-logo{
    width:153px;
    height:auto;
    margin: 29px 0 0 40px;
}

.bxslider_image{
    width:90%;
    display: block;
    margin: 0 auto;
}

.header_sp{
    display:none;
}

.cart_navigation_menu_sp{
    display: none;
}

.mainvisual_banner_slider_sp{
    display: none;
}


.news_area{
    width:100%;
    height:650px;
    margin:auto;
}

.news_area_thema{
    font-size:40px;
    font-family:'Aboreto', cursive;
    font-weight:bold;
    margin:auto;
}

.navigation_contents{
    width:300px;
    display:flex;
    justify-content:space-between;
    margin: 14px 0 39px 0;
}

.navigation_01{
    display:flex;
    justify-content:space-between;
}

.navigation_menu{
    width:150px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    /* margin: 14px 0 0 0; */
}

.navigation_menu_images{
    width:30px;
}

.cart_navigation_menu_images{
    width:30px;
    position: fixed;
    top:0;
    right: 0;
}

.global_navigation_box{
    width:900px;
    margin:0 40px 0 0;
}

.global_navigation{
    display:flex;
    justify-content:space-between;

}

.global_navigation_text{
    font-size:12px;
    text-decoration:none;
    color:#707070;
    position: relative;
    display: inline-block;
}

.global_navigation_text::after{
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #707070;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.global_navigation_text:hover::after{
    transform: scale(1, 1);
}

.gnav__wrap{
    display: none;
}

.news_area{
    width:100%;
    margin:180px 0 0 0;
    text-align:center;
}

.news_area_thema {
    font-size: 40px;
    font-weight: bold;
    color: #707070;
    text-align:center;
    position:relative;
}

.news_area_thema::after {
    content: '';
    width: 50px;
    height: 4px;
    display: inline-block;
    background-color:#707070;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 25px)
}

.news_area_box{
    margin:110px auto;
}

.news_area_box_list{
    margin-bottom:40px;
}

.quality_contents{
    width:100%;
    height:550px;
    background-color:#FDE036;
    
    /* flex-direction: row-reverse; */
    /* position:relative; */
}

.quality_contents_box_wrapper{
    width:90%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.quality_contents_box{
    width:42%;
    /* background-color: #cb1f1f; */
    text-align:left;
    /* position:absolute;
    top:100px;
    left:50px; */
}


.quality_contents_box-right{
    width:50%;
    height:550px;
    /* background-color: #2f98e3; */
    position: relative;
}

.quality_contents_box_text{
    padding-top: 100px;
    margin-left:30px;
}


.quality_contents_image{
    width:100%;
    max-width:600px;
    position:absolute;
    top:50px;
    right:100px;
    z-index:10;
}

.quality_contents_image_bg{
    width:100;
    max-width:600px;
    position:absolute;
    top:70px;
    right:80px;
}

.quality_contents_image_text{
    color:#ffffff;
    writing-mode:tb-rl;
    font-family:'Aboreto', cursive;
    position:absolute;
    top:70px;
    right:80px;
    font-size:22px;
}




.quality_contents_box_text_thema{
    font-size:40px;
    margin-bottom:70px;
}

.quality_contents_box_text_sentence{
    line-height:2.0;
    font-size:16px;
}

.quality_contents_btn{
    display:block;
    width:150px;
    font-size:14px;
    padding:15px 25px;
    border:1px solid #FA8080;
    background-color:#ffffff;
    text-decoration:none;
    color:#FA8080;
    margin:95px auto auto 0;
    text-align:center;
}
.quality_contents_btn_text:after{
    content:" ▶︎";
}

.quality_contents_btn:hover{
    display:block;
    background-color:#FA8080;
    border:1px solid #FDE036;
    color:#ffffff;
    text-decoration:none;
    padding:15px 25px;
    font-size:14px;
    width:150px;
    text-align:center;
    margin:95px auto auto 0;
} 

.main_contents{
    /* height:2000px; */
    margin:200px auto 0 auto;
}

.main_contents_goods_title{
    text-align:center;
    height:100px;
}

.main_contents_goods_thema{
    color: #707070;
    text-align: center;
    position: relative;
    font-size:40px;
    font-family:'Aboreto', cursive;
    font-weight:bold;
    margin:auto;
}

.main_contents_goods_thema::after {
    content: '';
    width: 50px;
    height: 4px;
    display: inline-block;
    background-color:#707070;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 25px)
}

.main_contents_goods_thema_sub{
    font-size:16px;
    font-weight:lighter;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.main_goods{
    /* height:800px; */
    margin:85px 0 300px 0;
}

.main_goods_apple{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:92%;
}

.main_goods_apple_box{
    width:52%;
}

.main_goods_apple_image{
    width:100%;
}


.main_goods_apple_text{
    width:40%;
}

.main_goods_apple_text_sentence{
    margin:100px auto 55px auto;
    font-size:16px;
    line-height:2.0;
}

.main_goods_apple_title{
    font-size:30px;
    margin-bottom:30px;
  
}
.main_goods_apple_title_sub{
    font-size:20px;
    display: block;
    margin-top: 15px;
    text-indent:3.5em;

}

.main_goods_apple_btn{
    display:block;
    background-color:#FA8080;
    color:#ffffff;
    text-decoration:none;
    border-radius:30px;
    padding:15px 25px;
    font-size:16px;
    width:150px;
    text-align:center;
    border:1px solid #ffffff;
}

.main_goods_apple_btn:hover{
    background-color:#ffffff;
    border:1px solid #FA8080;
    border-radius:30px;
    color:#FA8080;
    text-decoration:none;
}

.oher_contents_goods_title{
    font-size:30px;
    margin-bottom:30px;
}

.other_goods_thema{
    color: #707070;
    text-align: center;
    position: relative;
    font-size:30px;
    font-family:'Aboreto', cursive;
    font-weight:bold;
    margin:auto;
}

.other_goods_thema::after {
    content: '';
    width: 50px;
    height: 4px;
    display: inline-block;
    background-color:#707070;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 25px)
}

.other_contents_goods_thema_sub{
    font-size:14px;
    font-weight:lighter;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.other_goods_contents{
    width:85%;
    margin: 110px auto 0 auto;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

.other_goods_contents_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:28%;
}


.other_goods_contents_box_image{
    width:100%;
}

.other_goods_contents_box_text{
    text-align:center;
    margin-top:60px;
}

.other_goods_contents_box_text_title{
    font-size:20px;
    margin-bottom:60px;
}

.gentei{
    position: relative;
}

.other_goods_contents_box_image_gentei{
    color:#ffffff;
    background-color:#ff0000;
    position:absolute;
    top:0;
    left:0;
    text-align:center;
    width:15%;
    padding:7px;
}

.other_goods_contents_btn{
    display:block;
    background-color:#FA8080;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
    border-radius:30px;
    padding:15px 25px;
    font-size:14px;
    width:150px;
    text-align:center;
}

.other_goods_contents_btn:hover{
    background-color:#ffffff;
    border:1px solid #FA8080;
    border-radius:30px;
    color:#FA8080;
    text-decoration:none;
}

.all_goods_btn_box{
    display:flex;
    justify-content:flex-end;
    width:92%;
}

.all_goods_btn{
    display:block;
    background-color:#ffffff;
    border:1px solid #FA8080;
    color:#FA8080;
    text-decoration:none;
    padding:15px 25px;
    font-size:16px;
    width:150px;
    text-align:center;
    margin:100px 0 0 0;
}
    
.all_goods_btn:hover{
    background-color:#FA8080;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
}
.all_goods_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.topics_contents{
    margin:320px auto 120px auto;
    width:85%;
    max-width: 1500px;
}

.topics_contents_box{
    margin-bottom:120px;

}

.topics_contents_thema{
    color: #707070;
    text-align: center;
    position: relative;
    font-size:30px;
    font-family:'Aboreto', cursive;
    font-weight:bold;
    margin:auto;
}

.topics_contents_thema::after {
    content: '';
    width: 50px;
    height: 4px;
    display: inline-block;
    background-color:#707070;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 25px)
}

.topics_contents_thema_sub{
    font-size:14px;
    font-weight:lighter;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.topics_contents_area{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:auto;
}

.topics_contents_area_box{
    width:28%;
}

.topics_contents_area_box_image{
    width:100%;
}

.topics_contents_area_box_text{
    font-size:13px;
    text-align:center;
    padding:10px 20px;
}

.secondary_contents{
    width:100%;
    /* height:1370px; */
    height: auto;
    position:relative;
    margin:100px 0 0 0;
}

.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 70%; /* 1:1 */
}

.inner {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}

.media_article_box{
    width:60%;
    background-color:#FEB50A;
    position:absolute;
    top:0;
    left:0;
}

.media_article_title{
    width:200px;
    margin:60px auto 60px 65px;
    color:#ffffff;
}

.media_article_title_thema{
    font-size:30px;
    font-family:'Aboreto', cursive;
}

.media_article_title_thema_sub{
    font-size:14px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.media_article_area{
    width:35%;
}

.media_article_area_box{
    display:flex;
    justify-content:space-around;
}

.media_article_area_image{
    width:100%;
}

.media_article_area_text{
    text-align:left;
    padding:10px 20px 10px 0;
    font-size:13px;
    color:#ffffff;
    line-height:2.0;
}

.shop_information_box{
    width:42%;
    /* height:500px; */
    background-color:#F7F7F7;
    position:absolute;
    top:150px;
    right:0;
}

.shop_information_box_title{
    text-align:center;
    margin:60px auto;
}

.shop_information_box_title_thema{
    font-size:30px;
    font-family:'Aboreto', cursive;
}

.shop_information_box_title_sub{
    font-size:10px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

table{
    margin:120px auto;
    width:70%;
    font-size:14px;
    /* border:1px solid #707070; */
}

th,td{
    border:1px dashed #707070;
    border-left:none;
    border-right:none;
    padding:25px;
}

.shop_information_btn{
    display:block;
    background-color:#ffffff;
    border:1px solid #FA8080;
    color:#FA8080;
    text-decoration:none;
    padding:15px 25px;
    font-size:14px;
    width:150px;
    text-align:center;
    margin:0 auto 40px auto;
}
    
.shop_information_btn:hover{
    background-color:#FA8080;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
}
.shop_information_btn:after{
    content:" ▶︎";
}

.footer_contents{
    height:700px;
    background-image: url(../images/footer_background-left.png),url(../images/footer_background-right.png);
    background-position: left bottom,right bottom;
    background-repeat:no-repeat;
    width:100%;
}

.footer_site_logo{
    display:block;
    margin:auto;
    width:150px;
}

.footer_contents_area{
    width:40%;
    display:flex;
    justify-content:space-between;
    margin:80px auto;
    /* background-color: #DE4348; */
}

.footer_shop_information{
    margin:auto;
    text-align:center;
    order:2;
}

.footer_shop_information_title{
    font-size:20px;
}

.footer_shop_information_text{
    line-height:2.0;
}

.footer_contents_area_box01{
    text-align:left;
    order:1;
}

.footer_contents_area_box02{
    order:3;
    text-align:left;
}

.footer_copyright{
    text-align:center;
    margin:auto;
}

.footer_contents_area_box01_group_list,.footer_contents_area_box02_group_list{
    margin-bottom:50px;
}

.footer_contents_area_box01_group_list_title,.footer_contents_area_box02_group_list_title{
    font-family:'Aboreto', cursive;
    font-size:16px;
}


.footer_contents_area_box01_group_list_title_sub,.footer_contents_area_box02_group_list_title_sub{
    font-size:12px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.footer_contents_area_box01_group_list_link{
    text-decoration:none;
    color:#707070;
    position: relative;
    display: inline-block;
}

.footer_contents_area_box01_group_list_link::after{
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #707070;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.footer_contents_area_box01_group_list_link:hover::after{
    transform: scale(1, 1);
}

#page-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.pagetop_icon_image{
    width:50px;
}

.list-mv01{
    transition: .8s;
    opacity: 0;
    transform: translate(0,60px);
    -webkit-transform: translate(0,60px);
}

.mv01{
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

.fade-left{
    transition: .8s;
    opacity: 0;
    transform: translate(-100px,0);
}

.left{
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

.fade-right{
    transition: .8s;
    opacity: 0;
    transform: translate(100px,0);
}

.right{
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

/*下からフェードイン*/
.animation_contents {
    animation: fadeIn-logo 2.0s ease 0s 1 normal backwards;
    }
    @keyframes fadeIn-logo {
    from {
    opacity: 0;
    transform: translateY(60px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
    }


/* 共通 */
.quality_title,.goods_title,.login_title,.contact_title,.mypage_title{
    margin:140px auto 85px auto;
    padding:0 0 20px 0;
    text-align:center;
    background-image: url(../images/title_line.png);
    background-position:bottom;
    background-repeat:no-repeat;
    background-size:60px;
}

.quality_title_lead,.goods_title_lead,.login_title_lead,.contact_title_lead,.mypage_title_lead{
    font-size:30px;
    font-family:'Aboreto', cursive;
    padding:0 0 10px 0;
}

.mypage_title_lead_01{
    font-size:30px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding:0 0 10px 0;

}

.quality_title_sub,.goods_title_sub,.login_title_sub,.contact_title_sub,.mypage_title_sub{
    font-size:13px;
}

/* quality.html */
.breadcrumbs{
    width:600px;
    margin:150px auto auto 40px;
    font-size:12px;
}

.breadcrumbs_goodspage{
    width:330px;
    margin:150px auto auto 40px;
    font-size:12px;
}

.breadcrumbs_list{
    display:flex;
    /* justify-content:space-around; */
}

.breadcrumbs_list_first,.breadcrumbs_list_second{
    text-decoration:none;
    color:#707070;
}

.breadcrumbs_list_first:hover,.breadcrumbs_list_second:hover{
    text-decoration:none;
    color:#b4b4b4;
}

.breadcrumbs_list_first::after{
    content: ">";
    padding:0 20px;
}

.quality_contents_group{
    margin-bottom:500px;
}

.quality_contents_head{
    width:100%;
    /* max-width:1500px; */
    height:500px;
    position:relative;
}

.quality_contents_head_lead{
    position:absolute;
    top:120px;
    left:80px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.quality_contents_head_title{
    font-size:25px;
    padding-right:20px;
}

.quality_contents_head_title_sub{
    font-size:18px;
}

.quality_contents_head_maintext{
    font-size:16px;
    position:absolute;
    top:220px;
    left:80px;
    line-height:1.8;
}

.quality_contents_head_image{
    position:absolute;
    top:40px;
    right:80px;
    z-index:10;
}

.quality_contents_head_image_bg{
    position:absolute;
    top:60px;
    right:60px;
}

.quality_contents_head_image_text{
    color:#ffffff;
    writing-mode:tb-rl;
    font-family:'Aboreto', cursive;
    position:absolute;
    top:60px;
    right:60px;
    font-size:22px;
}

.quality_contents_foot{
    width:100%;
    /* max-width:1500px; */
    height:500px;
    position:relative;
}

.quality_contents_foot_maintext{
    position:absolute;
    top:150px;
    right:100px;
    line-height:1.8;
    font-size:16px;
}

.quality_contents_foot_image{
    position:absolute;
    top:40px;
    left:80px;
    z-index:10;
}

.quality_contents_foot_image_bg{
    position:absolute;
    top:60px;
    left:60px;
}

.quality_contents_foot_image_text{
    color:#ffffff;
    writing-mode:tb-rl;
    font-family:'Aboreto', cursive;
    position:absolute;
    top:60px;
    left:58px;
    font-size:22px;  
}

.quality_sp{
    display: none;
}

/* goods.html */
.goods_contes_group_head{
    display:flex;
    justify-content:space-between;
    width:90%;
    max-width:1500px;
    margin:190px auto auto auto;
}

.goods_contes_box{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.goods_contes_box_image_gentei{
    color:#ffffff;
    background-color:#ff0000;
    position:absolute;
    top:0;
    left:0;
    text-align:center;
    width:15%;
    padding:4px;
}

.goods_contes_area{
    width:250px;
}

.goods_contes_area_name{
    font-size:22px;
    text-align:center;
    padding-bottom:20px;
}

.goods_contes_area_price{
    font-size:20px;
    display:block;
    text-align:right;
    
}

.goods_contes_area_text{
    font-size:14px;
    line-height:1.5;
    margin:55px auto;
}

.goods_contes_image{
    width:300px;
}

.goods_contes_group_foot{
    display:flex;
    justify-content:space-between;
    margin:100px auto 500px auto;
    width:90%;
    max-width:1500px;
}

.goodspage_btn{
    display:block;
    text-align:center;
    text-decoration:none;
    background-color:#FA8080;
    color:#ffffff;
    border-radius:30px;
    border:1px solid #ffffff;
    padding:15px 25px;
    font-size:14px;
    width:150px;
    margin:auto;
}

.goodspage_btn:hover{
    background-color:#ffffff;
    border:1px solid #FA8080;
    border-radius:30px;
    color:#FA8080;
    text-decoration:none;
}

/* applejuice.html */

.applejuice_contents_area{
    width:90%;
    margin:140px auto auto auto;
}

.applejuice_contents_box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:92%;
    position: relative;
}

.applejuice_image{
    width:100%;
}

.applejuice_contents_about{
    width:40%;
}

.applejuice_contents_about_title{
    font-size:30px;
}

.applejuice_contents_about_price{
    font-size:20px;
    margin-top:40px;
    text-align:right;
}

.applejuice_contents_about_text{
    font-size:16px;
    line-height:1.5;
    margin:100px auto;
}

.shopping_quantity{
    display:flex;
    justify-content:center;
    align-items:center;
}

.shopping_quantity_number ,.shopping_quantity_count{
    font-size:20px;
    margin:0 20px;
}

.shopping_quantity_space{
    border:1px solid #707070;
    border-radius:20px;
    padding:20px 50px;
}

.shopping_cart_about{
    display:flex;
    justify-content:space-between;
    margin:80px auto 150px auto;
}

.shopping_cart{
    display:block;
    text-align:center;
    text-decoration:none;
    background-color:#FA8080;
    color:#ffffff;
    border-radius:30px;
    border:1px solid #ffffff;
    padding:15px 30px;
    font-size:14px;
    width:150px;
    margin:auto 5px auto 0;
}

.shopping_cart:hover,.goods_inquiry:hover{
    background-color:#ffffff;
    border:1px solid #FA8080;
    border-radius:30px;
    color:#FA8080;
    text-decoration:none;
}

.goods_inquiry{
    display:block;
    text-align:center;
    text-decoration:none;
    background-color:#ffffff;
    color:#FA8080;
    border-radius:30px;
    border:1px solid #FA8080;
    padding:15px 30px;
    font-size:14px;
    width:150px;
    margin:auto 0 auto 5px;
}

.goods_inquiry:hover{
    background-color:#FA8080;
    border:1px solid #ffffff;
    border-radius:30px;
    color:#ffffff;
    text-decoration:none;
}

.goods_information_table{
    width:80%;
    margin:100px auto;
    border:1px solid #707070;
    text-align:left;
}

.goods_information_table_sp{
    display: none;
}

.goods_information_table_tr,.goods_information_table_td{
    border:1px solid #707070;
    table-layout: fixed;
    width: 10%;
    /* padding:30px; */
}

.td_bg_color{
    background-color: #f5f5f5;
}

.goods_information_table_th{
    background-color:#DE4348;
    border:1px solid #DE4348;
    color:#F7F7F7;
    /* font-weight:bold; */
    font-size:18px;
    padding:15px 25px;
}

.all_goods_lead{
    width:100%;
    margin:auto auto 160px auto;
    text-align:center;
}

.all_goods_title{
    font-size:20px;
    padding:0 0 10px 0;
}

.all_goods_title_sub{
    font-size:13px;
}

.all_goods_box{
    width:80%;
    margin:auto auto 236px auto;
}

.all_goods_box_contents{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.all_goods_box_contents_image{
    width:100%;
}

.all_goods_box_contents_image:hover{
    opacity: 0.6;
    filter:brightness(102%);
}

.all_goods_box_area{
    width:33%;
}

.all_goods_box_contents_image_gentei{
    color:#ffffff;
    background-color:#ff0000;
    position:absolute;
    top:0;
    left:0;
    text-align:center;
    width:100px;
    padding:7px;
    z-index: 100;
}

.all_goods_box_contents_text{
    font-size:16px;
    text-align:center;
    margin:45px auto;
}

.all_goods_box_contents_link{
    text-decoration:none;
    color: #707070;
}

/* orangejuice.html */

.goods_information_table_th_02{
    background-color:#FD8201;
    border:1px solid #FD8201;
    color:#F7F7F7;
    /* font-weight:bold; */
    font-size:18px;
    padding:15px 25px;
}

.orangejuice_image{
    width:100%;
}

/* grapejuice.html */

.goods_information_table_th_03{
    background-color:#995872;
    border:1px solid #995872;
    color:#F7F7F7;
    /* font-weight:bold; */
    font-size:18px;
    padding:15px 25px;
}

.grapejuice_image{
    width:100%;
}

/* bananajuice.html */

.goods_information_table_th_04{
    background-color:#F5B924;
    border:1px solid #F5B924;
    color:#F7F7F7;
    /* font-weight:bold; */
    font-size:18px;
    padding:15px 25px;
}

.bananajuice_image{
    width:100%;
}

/* login.html */

.login_contents_wrap{
    background-image: url("../images/apple_juice.png");
    background-position: right 10px bottom 10px;
    background-size:500px;
    background-repeat:no-repeat;
}

.login_contents{
    width:90%;
    margin:140px auto 230px auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    background-color:rgba(255,255,255,0.4);
}

.login_box{
    width:40%;
    margin:30px;
}

.login_box_id,.login_box_pass{
    font-size:16px;
    text-align:left;
    margin:20px auto 15px auto;
}

.login_box_space{
    border:1px solid #707070;
    padding:20px 30px;
    color: #d5d5d5;
}

.login_box_btn,.login_register_btn,.non_login_box_btn,.log_out_btn{
    display:block;
    width:250px;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    position: relative;
    padding:20px 30px;
    margin:92px auto 83px auto;
    font-size:16px;
    z-index:1;
    transition:0.3s;
}

.login_box_btn:after,
.login_register_btn::after,
.non_login_box_btn::after,
.log_out_btn::after{
    content:" ▶︎";
    font-size:14px;
}

.login_box_btn:hover,
.login_register_btn:hover,
.non_login_box_btn:hover,
.log_out_btn:hover{
    color: #ffffff;
}

.login_box_btn::before,
.login_register_btn::before,
.non_login_box_btn::before,
.log_out_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.login_box_btn:hover::before,
.login_register_btn:hover::before,
.non_login_box_btn:hover::before,
.log_out_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.login_box_text{
    font-size:14px;
    text-align:center;
    line-height:1.5;
}

.login_register_box{
    width:40%;
    margin:30px;
}

.login_register_title,.non_login_box_title{
    font-size:16px;
    margin:20px auto 15px auto;
}

.login_register_title::before,
.non_login_box_title::before{
    content:" | ";
    font-size:16px;
}

.login_register_text{
    font-size:14px;
    text-align:left;
    line-height:1.5;
}

.login_register_mail{
    margin:36px auto 15px auto;
}

.login_register_space{
    border:1px solid #707070;
    padding:20px 30px;
    color: #d5d5d5;
    margin:auto auto 92px auto;
}

.non_login_box{
    width:40%;
    margin:187px 30px 30px 30px;
}

/* contact.html */

.contact_box{
    width:90%;
    margin:auto;
    background-image: url("../images/orange_juice.png"),url("../images/orange_haikei.png");
    background-repeat: no-repeat;
    background-size:300px;
    background-position:left bottom,right bottom;
    /* background-color: #995872; */
}

.br_pc{
    display: none;
}

.contact_contents{
    width:90%;
    margin:143px auto 487px auto;
    background-color:rgba(255,255,255,0.4);
    /* background-color: #F5B924; */
    /* text-align: center; */
}

.contact_contents_area{
    width:70%;
    margin:auto;
}

.contact_contents_area_text{
    font-size:16px;
    margin:auto auto 50px auto;
    line-height:1.5;
}

.required{
    color: #ff0000;
}

.contact_name,.contact_tel,.contact_mail,.contact_text{
    font-size:16px;
    margin-bottom:20px;
}

.contact_name_box,.contact_tel_box,.contact_mail_box,.contact_text_box{
    margin-bottom:30px;
}

.contact_name_sei,.contact_name_mei,.contact_tel_number,.contact_mail_address,.contact_text_form{
    box-sizing: border-box;
    border:1px solid #707070;
    border-radius:20px;
    padding:10px 30px;
}

.contact_tel_sp{
    display: none;
}

.contact_text_form{
    width:100%;
}

.contact_mail_address{
    margin-bottom:10px;
}

.contact_btn,.form_mailer{
    text-align:center;
    font-size:16px;
    margin:30px auto;
}

.form-mailer_text{
    text-decoration:none;
    color:#707070;
}

.contact_send_btn{
    display:block;
    width:250px;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    position: relative;
    padding:20px 30px;
    margin:92px auto 222px auto;
    font-size:16px;
    z-index:1;
    transition:0.3s;
}

.contact_send_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.contact_send_btn:hover{
    color: #ffffff;
}

.contact_send_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.contact_send_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

/* mypage.html */

.mypage_wrap{
    width:90%;
    margin:auto;
    /* background-color: #69cce3; */
    background-image:url("../images/zenbu.png");
    background-repeat: no-repeat;
    background-size:536px;
    background-position:right bottom;
}

.mypage_wrap_01{
    background-color:rgba(255,255,255,0.4);
}

.mypage_contents{
    font-size:16px;
}

.mypage_contents_text{
    line-height:1.8;
    margin:0 0 98px 0;
}

.mypage_contents_box{
    display:flex;
    justify-content:space-between;
    margin-bottom:166px;
}

.mypage_contents_btn{
    display:block;
    width:42%;
    border:1px solid #707070;
    padding:20px 30px;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
}

.mypage_contents_btn:hover{
    background-color:#707070;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
}

.order_history_contents{
    margin:auto auto 64px auto;
    /* background-color: #F5B924; */
}

.order_history_title{
    font-size:16px;
    padding-bottom:18px;
}

.order_history_title::before{
    content:" | ";
    padding-right:4px;
}

.order_history_title_sub{
    background-color:#FFE6B4;
    padding:24px 0 26px 13px;
}

.order_history_goods_01,.order_history_goods_02{
    margin:54px 0 0 0;
    display: flex;
    justify-content:flex-start;
    align-items: center;
}


.order_history_image_01,.order_history_image_02{
    width:200px;
}

.order_history_text{
    font-size:16px;
    margin-left:29px;
}

.order_quantity{
    display: block;
    text-indent:9em;
    margin:28px 0 23px 0;
}

.order_history_goods_02{
    margin:92px 0 0 0;
}

.order_total_contents{
    margin:auto auto 64px auto;
    /* background-color: #F5B924; */
}

.order_total_amount{
    margin:65px 0 155px 0;
    width:50%;
    font-size:16px;
    /* border:1px solid #707070; */
}

.total_table{
    line-height:3.0;
    width:70%;
    text-align: center;
}

.total_table_text_sub01{
    display: inline-block;
    text-indent:11em;
}

.total_table_text_sub02{
    display: inline-block;
    text-indent:10em;
}

.total_table_text_sub03{
    display: inline-block;
    text-indent:16em;
}

.table_line{
    display: block;
    border-top:1px dashed #707070;
    border-bottom:1px dashed #707070;
    padding:22px 0 28px 0;
    margin:31px auto;
}

.mycoupon{
    margin:32px 0 151px 0;
}

/* guide.html */

.guide_contents_box{
    width:70%;
    margin:79px auto 101px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.guide_contents{
    display:block;
    width:39%;
    border:1px solid #707070;
    padding:30px 30px;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
    margin:0 0 52px 0;
}
    
.guide_contents:hover{
    background-color:#707070;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
}

.guide_contents_area{
    width:90%;
    margin:auto;
    /* background-color: #F5B924; */
    background-image:url("../images/zenbu.png");
    background-repeat: no-repeat;
    background-size:668px;
    background-position:right bottom;
}


.guide_contents_area_01{
background-color:rgba(255,255,255,0.6);
}

.guide_contents_tittle{
    font-size:22px;
    padding-bottom:27px;
    border-bottom:5px solid #FFE6B4;
}

.guide_contents_tittle_sub{
    font-size:16px;
    padding:26px 0;
}

.guide_contents_tittle_sub::before{
    content:" | ";
    padding-right:4px;
}

.daikinhikikae_table{
    width:285px;
    border:1px solid #707070;
    margin:36px 0 107px 0;
}

.daikinhikikae_table_td{
    border:1px solid #707070;
    padding:10px;
}

.guide_contents_area_text01{
    margin-bottom:87px;
    line-height:1.6;
}

.guide_contents_area_text02{
    margin:38px 0 87px 0;
    line-height:1.6;
}

/* faq.html */

.faq_contents_box{
    width:70%;
    margin:79px auto 101px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.faq_contents{
    display:block;
    width:39%;
    border:1px solid #707070;
    padding:30px 30px;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
    margin:0 0 52px 0;
}
    
.faq_contents:hover{
    background-color:#707070;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
}

.faq_contents_area{
    width:90%;
    margin:auto;
    /* background-color: #F5B924; */
    background-image:url("../images/furutu.png");
    background-repeat: no-repeat;
    background-size:668px;
    background-position:right bottom;
}

.faq_contents_area_01{
    background-color:rgba(255,255,255,0.6);
}

.faq_contents_title{
    padding-bottom:27px;
    border-bottom:1px solid #707070;
    margin:58px 0 26px 0;
    font-size:22px;
}

.faq_contents_question{
    background-color:#FFE6B4;
    padding:26px 0 22px 10px;
    /* font-weight: bold; */
}

.faq_contents_question::before{
    content:"Q.";
    padding-right:10px;
}

.faq_contents_text{
    margin:43px 0 35px 0;
    line-height:1.6;
}

.faq_contact_text{
    margin: 167px auto 65px auto;
    text-align: center;
    line-height:1.6;
}

.faq_contact_btn{
    display:block;
    width:250px;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    position: relative;
    padding:20px 30px;
    margin:92px auto 222px auto;
    font-size:16px;
    z-index:1;
    transition:0.3s;
}

.faq_contact_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.faq_contact_btn:hover{
    color: #ffffff;
}

.faq_contact_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.faq_contact_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

/* cart.html */

.cart_contents_box{
    width:70%;
    margin:117px auto 133px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cart_contents{
    width:17.5%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
}

.cart_contents:nth-child(1) {
    width:17.5%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    background-color: #707070;
    border:1px solid #ffffff;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.5px 0 32.5px 27px;
    border-color: transparent transparent transparent #707070;
}


.cart_goods_contents{
    display: flex;
    /* justify-content:space-around; */
    align-items: center;
    width:90%;
}


.cart_goods_box{
    width:70%;
    margin:143px 108px auto 136px;
}

.cart_goods_title::before{
    content: " | ";
}

.cart_goods_01{
    display: flex;
    /* justify-content: space-between; */
    /* width:50%; */
    margin:101px 0 111px 0;
}

.cart_goods_02{
    display: flex;
    /* justify-content: space-between; */
    /* width:50%; */
    margin:0 0 230px 0;
}

.cart_goods_image{
    width:200px;
}


.cart_goods_text{
    font-size:16px;
    /* font-weight: bold; */
    margin-left:29px;
}

.cart_goods_quantity{
    display: block;
    text-indent:9em;
    margin:28px 0 23px 0;
}

.order_delete_btn{
    display:block;
    background-color:#FA8080;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
    border-radius:30px;
    padding:15px 25px;
    font-size:14px;
    width:150px;
    text-align:center;
    margin:53px auto auto auto;
}

.order_delete_btn:hover{
    background-color:#ffffff;
    border:1px solid #FA8080;
    border-radius:30px;
    color:#FA8080;
    text-decoration:none;
}

.order_process_btn{
    display:block;
    width:250px;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    position: relative;
    padding:20px 30px;
    font-size:16px;
    z-index:1;
    transition:0.3s;
}

.order_process_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.order_process_btn:hover{
    color: #ffffff;
}

.order_process_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.order_process_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

/* order_process.html */

.order_process_contents_box{
    width:70%;
    margin:117px auto 133px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.order_process_contents{
    width:17.5%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
}

.order_process_contents:nth-child(3) {
    width:17.5%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    background-color: #707070;
    border:1px solid #ffffff;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.5px 0 32.5px 27px;
    border-color: transparent transparent transparent #707070;
}

.order_process_wrap_01{
    width:90%;
    margin:143px auto 300px auto;
    background-image:url("../images/furutu.png");
    background-repeat: no-repeat;
    background-size:600px;
    background-position:right bottom;
    /* background-attachment: fixed; */
}

.order_process_wrap_02{
    background-color:rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_process_address,.order_process_haiso,.order_process_shiharai,.order_process_coupon{
    width:95%;
    margin: auto;
}

.order_process_wrap_title{
    background-color:#FFE6B4;
    padding:26px 0 22px 10px;
    margin-bottom:65px;
}

.order_process_confirmation_btn{
    display:block;
    width:250px;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    /* position: relative; */
    position: absolute;
    right:100px;
    bottom:-220px;
    padding:20px 30px;
    font-size:16px;
    z-index:1;
    /* transition:0.3s; */
}

.order_process_confirmation_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.order_process_confirmation_btn:hover{
    color: #ffffff;
}

.order_process_confirmation_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.order_process_confirmation_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.order_process_text{
    margin:56px auto 20px auto;
}

.order_process_space{
    display: inline-block;
    border:1px solid #707070;
    border-radius:10px;
    padding:20px 30px;
    color: #d5d5d5;
    width:187px;
    margin-right:15px;
}

.order_process_space_number{
    margin-bottom:28px;
    display: flex;
}

.order_process_space_01{
    display: inline-block;
    border:1px solid #707070;
    border-radius:10px;
    padding:20px 30px;
    color: #d5d5d5;
    width:139px;
}

.order_process_space_line{
    display: inline-block;
    margin:auto 12px;
}

.order_process_space_02{
    border:1px solid #707070;
    border-radius:10px;
    padding:20px 30px;
    color: #d5d5d5;
    width:535px;
    margin-bottom:16px;
}

.checkbox_01{
    display: flex;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;
    margin:28px auto 46px auto;
}

.checkbox_01_label{
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.checkbox_01_label::before {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #707070;
    content: '';
}

.checkbox_01_label:has(:checked)::after {
    position: absolute;
    top: 5px;
    left: 7px;
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #FD8201;
    border-width: 0 3px 3px 0;
    content: '';
}

.checkbox_01_input{
    display: none;
}


.selectbox_02 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox_02::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #707070;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox_02_select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #707070;
    border-radius: 10px;
    background-color: #fff;
    color: #707070;
    font-size: 1em;
    cursor: pointer;
}

.order_process_haiso_box{
    margin-bottom:62px;
}


.radio_01 {
    /* display: flex; */
    /* flex-wrap: wrap; */
    gap: .3em 2em;
    border: none;
}

.radio_01_label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.radio_01_label::before,
.radio_01_label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

.radio_01_label::before {
    width: 18px;
    height: 18px;
    background-color: #f3f1e6;
    margin-bottom: 18px;
}

.radio_01_label:has(:checked)::after {
    position: absolute;
    top: 25%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #FD8201;
    animation: anim-radio-001 .3s linear;
}

@keyframes anim-radio-001 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #fffcee;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio_01_label_input {
    display: none;
}

.order_process_shiharai_credit{
    border-top: 1px dashed #707070;
    padding:25px 0 24px 0;
    margin-top:30px;
}

.radio_02 {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
}

.radio_02_label {
    display: flex;
    /* align-items: center; */
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.radio_02_label::before,
.radio_02_label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

.radio_02_label::before {
    width: 18px;
    height: 18px;
    background-color: #f3f1e6;
    margin-bottom: 18px;
}

.radio_02_label:has(:checked)::after {
    position: absolute;
    top: 25%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #FD8201;
    animation: anim-radio-001 .3s linear;
}

@keyframes anim-radio-002 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #fffcee;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio_02_label_input {
    display: none;
}

.order_process_shiharai_credit_01{
    display: flex;
    align-items: center;
    margin:auto auto 34px auto;
}

.order_process_shiharai_credit_01:nth-of-type(1){
    margin-top:70px;
}


.order_process_shiharai_credit_01_text_01{
    margin-right:122px;
}

.order_process_shiharai_credit_01_text_02{
    margin-right:59px;
}

.order_process_shiharai_credit_01_text_03{
    margin-right:134px;
}

.order_process_shiharai_credit_01_text_04{
    margin-right:117px;
}

.order_process_shiharai_credit_01_text_02_sub{
    margin:19px auto 69px auto;
    font-size:13px;
}

.selectbox_03 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox_03::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #707070;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox_03_select {
    appearance: none;
    min-width: 75px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #707070;
    border-radius: 10px;
    background-color: #fff;
    color: #707070;
    font-size: 1em;
    cursor: pointer;
}

.order_process_shiharai_credit_01_left{
    margin-right:20px;
}

.order_process_shiharai_credit_01_month_year{
    display: inline-block;
    margin-left:20px;
}

.selectbox_04 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox_04::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #707070;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox_04_select {
    appearance: none;
    min-width: 139px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #707070;
    border-radius: 10px;
    background-color: #fff;
    color: #707070;
    font-size: 1em;
    cursor: pointer;
}

.order_process_shiharai_credit_02{
    margin:56px auto 146px auto;
}

.order_process_coupon{
    margin:32px auto 55px auto;
}

.order_process_coupon_text{
    margin-bottom: 19px;
}

.order_process_cart_goods{
    width:90%;
}

.order_process_cart_goods_text{
    font-size:16px;
    /* font-weight: bold; */
    margin-left:29px;
    width:230px;
}

.order_process_total_amount{
    margin:65px 0 155px 0;
    width:90%;
    font-size:16px;
    /* font-weight: bold; */
    /* border:1px solid #707070; */
}

.order_process_total_table{
    line-height:3.0;
    width:70%;
    text-align: center;
}

.total_table_text_sub01{
    display: inline-block;
    text-indent:11em;
}

.total_table_text_sub02{
    display: inline-block;
    text-indent:10em;
}

.total_table_text_sub03{
    display: inline-block;
    text-indent:16em;
}

.table_line{
    display: block;
    border-top:1px dashed #707070;
    border-bottom:1px dashed #707070;
    padding:22px 0 28px 0;
    margin:31px auto;
}

/* order_confirmation.html */

.order_confirmation_contents_box{
    width:70%;
    margin:117px auto 133px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.order_confirmation_contents{
    width:17.5%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
}

.order_confirmation_contents:nth-child(5) {
    width:17.5%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    background-color: #707070;
    border:1px solid #ffffff;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.5px 0 32.5px 27px;
    border-color: transparent transparent transparent #707070;
}

.order_confirmation_wrap_01{
    width:90%;
    margin:116px auto 300px auto;
    background-image:url("../images/grape_juice.png");
    background-repeat: no-repeat;
    background-size:600px;
    background-position:right bottom;
}

.order_confirmation_wrap_02{
    background-color:rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_confirmation_box{
    display: flex;
    align-items:center;
    width:95%;
    margin:auto;
}

.order_confirmation_text{
    width:90%;
    margin:13px auto auto auto;
}

.order_confirmation_text_01{
    margin-bottom:72px;
}

.order_confirmation_text_02{
    font-size:13px;
    margin-bottom:72px; 
}

.order_change_btn{
    display:block;
    background-color:#ffffff;
    border:1px solid #707070;
    color:#707070;
    text-decoration:none;
    border-radius:30px;
    padding:15px 25px;
    font-size:14px;
    width:170px;
    text-align:center;
    margin:53px auto auto 159px;
}

.order_change_btn_01{
    display:block;
    background-color:#ffffff;
    border:1px solid #707070;
    color:#707070;
    text-decoration:none;
    border-radius:30px;
    padding:15px 25px;
    font-size:14px;
    width:170px;
    text-align:center;
    margin:7px auto auto 159px;
}

.order_change_btn:hover{
    background-color:#707070;
    border:1px solid #ffffff;
    border:1px solid #707070;
    border-radius:30px;
    color:#ffffff;
    text-decoration:none;
}

.order_change_btn_01:hover{
    background-color:#707070;
    border:1px solid #ffffff;
    border:1px solid #707070;
    border-radius:30px;
    color:#ffffff;
    text-decoration:none;
}

.order_confirmation_table{
    line-height:3.0;
    /* width:70%; */
    text-align: center;
}

/* order_completed.html */

.order_completed_contents_box{
    width:70%;
    margin:117px auto 133px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.order_completed_contents{
    width:17.5%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
}

.order_completed_contents:nth-child(7) {
    width:17.5%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    background-color: #707070;
    border:1px solid #ffffff;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.5px 0 32.5px 27px;
    border-color: transparent transparent transparent #707070;
}

.order_completed_wrap_01{
    width:90%;
    margin:148px auto 232px auto;
    background-image:url("../images/apple_juice.png");
    background-repeat: no-repeat;
    background-size:415px;
    background-position:left bottom;
}

.order_completed_wrap_02{
    background-color:rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content:space-evenly;
}

.order_completed_box_left{
    margin:auto 0 192px 110px;
}

.order_completed_box_left_text{
    line-height:2.0;
    margin:auto auto 58px auto;
}

.order_completed_box_right_text_01{
    line-height:2.0;
    margin:auto auto 48px auto;
}

.order_completed_box_right_text_02{
    line-height:2.0;
    margin:101px auto 48px auto;
}

.order_number{
    border-top:1px dashed #707070;
    border-bottom:1px dashed #707070;
    padding:31px 0 34px 0;
    text-align: center;
}

.order_completed_next_btn{
    display:block;
    width:250px;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    position: relative;
    padding:20px 30px;
    font-size:16px;
    z-index:1;
    transition:0.3s;
}

.order_completed_next_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.order_completed_next_btn:hover{
    color: #ffffff;
}

.order_completed_next_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.order_completed_next_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

}

@media screen and (max-width: 1200px) and (min-width: 800px){

body{
    color:#707070;
    margin: 100px 0 0 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* index.html */
header{
    width:100%;
    height:120px;
    background-color:#ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 1.0;
    transition: 0.3s;
}

.header_contents{
    display:flex;
    justify-content:space-between;
}

.nav{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width:60px;
}

.site-logo{
    width: 130px;
    height:auto;
    margin: 10px 0 0 20px;
}

.bxslider_image{
    /* width:90%; */
    display: block;
    margin: 0 auto;
}

.navigation_contents{
    width:200px;
    display:flex;
    justify-content:space-between;
    margin: 14px 0 39px 0;
}

.navigation_01{
    display:flex;
    justify-content:space-between;
}

.navigation_menu{
    width:150px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    /* margin: 14px 0 0 0; */
}

.navigation_menu_images{
    width:30px;
}

.cart_navigation_menu_images{
    width:30px;
    position: fixed;
    top:0;
    right: 0;
}

.global_navigation_box{
    width:800px;
    margin:auto;
}

.global_navigation{
    display:flex;
    justify-content:space-around;

}

.global_navigation_text{
    font-size:12px;
    text-decoration:none;
    color:#707070;
    position: relative;
    display: inline-block;
}

.global_navigation_text::after{
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #707070;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.global_navigation_text:hover::after{
    transform: scale(1, 1);
}

.header_sp{
    display:none;
}

.cart_navigation_menu_sp{
    display: none;
}


.mainvisual_banner_slider{
    margin-top: 150px;
}

.mainvisual_banner_slider_sp{
    display: none;
}

.gnav__wrap{
    display: none;
}


.news_area{
    width:100%;
    margin:180px 0;
    text-align:center;
}

.news_area_thema {
    font-size: 40px;
    font-weight: bold;
    font-family:'Aboreto', cursive;
    color: #707070;
    text-align:center;
    position:relative;
    margin:auto;
}

.news_area_thema::after {
    content: '';
    width: 50px;
    height: 4px;
    display: inline-block;
    background-color:#707070;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 25px)
}

.news_area_box{
    margin:110px auto;
}

.news_area_box_list{
    margin-bottom:40px;
}

.quality_contents{
    width:100%;
    height:550px;
    background-color:#FDE036;
    
    /* flex-direction: row-reverse; */
    /* position:relative; */
}

.quality_contents_box_wrapper{
    width:90%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.quality_contents_box{
    width:42%;
    /* background-color: #cb1f1f; */
    text-align:left;
    /* position:absolute;
    top:100px;
    left:50px; */
}


.quality_contents_box-right{
    width:50%;
    height:550px;
    position: relative;
}

.quality_contents_box_text{
    padding-top: 100px;
    margin-left:30px;
}


.quality_contents_image{
    width:100%;
    max-width:600px;
    position:absolute;
    top:140px;
    right:5px;
    z-index:10;
}

.quality_contents_image_bg{
    width:100%;
    max-width:600px;
    position:absolute;
    top:160px;
    right:-15px;
}

.quality_contents_image_text{
    color:#ffffff;
    writing-mode:tb-rl;
    font-family:'Aboreto', cursive;
    position:absolute;
    top:160px;
    right:-15px;
    font-size:22px;
}




.quality_contents_box_text_thema{
    font-size:35px;
    margin-bottom:70px;
}

.quality_contents_box_text_sentence{
    line-height:2.0;
    font-size:16px;
}

.quality_contents_btn{
    display:block;
    width:150px;
    font-size:14px;
    padding:15px 25px;
    border:1px solid #FA8080;
    background-color:#ffffff;
    text-decoration:none;
    color:#FA8080;
    margin:70px auto auto 0;
    text-align:center;
}
.quality_contents_btn_text:after{
    content:" ▶︎";
}

.quality_contents_btn:hover{
    display:block;
    background-color:#FA8080;
    border:1px solid #FDE036;
    color:#ffffff;
    text-decoration:none;
    padding:15px 25px;
    font-size:14px;
    width:150px;
    text-align:center;
    margin:70px auto auto 0;
} 

.main_contents{
    /* height:2000px; */
    margin:200px auto 0 auto;
}

.main_contents_goods_title{
    text-align:center;
    height:100px;
}

.main_contents_goods_thema{
    color: #707070;
    text-align: center;
    position: relative;
    font-size:40px;
    font-family:'Aboreto', cursive;
    font-weight:bold;
    margin:auto;
}

.main_contents_goods_thema::after {
    content: '';
    width: 50px;
    height: 4px;
    display: inline-block;
    background-color:#707070;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 25px)
}

.main_contents_goods_thema_sub{
    font-size:16px;
    font-weight:lighter;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.main_goods{
    /* height:800px; */
    margin:85px 0 300px 0;
}

.main_goods_apple{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:92%;
}

.main_goods_apple_box{
    width:52%;
}

.main_goods_apple_image{
    width:100%;
}


.main_goods_apple_text{
    width:40%;
}

.main_goods_apple_text_sentence{
    margin:100px auto 55px auto;
    font-size:16px;
    line-height:2.0;
}

.main_goods_apple_title{
    font-size:30px;
    margin-bottom:30px;
  
}
.main_goods_apple_title_sub{
    font-size:20px;
    display: block;
    margin-top: 15px;
    text-indent:3.5em;

}

.main_goods_apple_btn{
    display:block;
    background-color:#FA8080;
    color:#ffffff;
    text-decoration:none;
    border-radius:30px;
    padding:15px 25px;
    font-size:16px;
    width:150px;
    text-align:center;
    border:1px solid #ffffff;
}

.main_goods_apple_btn:hover{
    background-color:#ffffff;
    border:1px solid #FA8080;
    border-radius:30px;
    color:#FA8080;
    text-decoration:none;
}

.oher_contents_goods_title{
    font-size:30px;
    margin-bottom:30px;
}

.other_goods_thema{
    color: #707070;
    text-align: center;
    position: relative;
    font-size:30px;
    font-family:'Aboreto', cursive;
    font-weight:bold;
    margin:auto;
}

.other_goods_thema::after {
    content: '';
    width: 50px;
    height: 4px;
    display: inline-block;
    background-color:#707070;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 25px)
}

.other_contents_goods_thema_sub{
    font-size:14px;
    font-weight:lighter;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.other_goods_contents{
    width:95%;
    margin: 110px auto 0 auto;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

.other_goods_contents_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:28%;
}


.other_goods_contents_box_image{
    width:100%;
}

.other_goods_contents_box_text{
    text-align:center;
    margin-top:60px;
}

.other_goods_contents_box_text_title{
    font-size:20px;
    margin-bottom:60px;
}

.gentei{
    position: relative;
}

.other_goods_contents_box_image_gentei{
    color:#ffffff;
    background-color:#ff0000;
    position:absolute;
    top:0;
    left:0;
    text-align:center;
    width:15%;
    padding:7px;
}

.other_goods_contents_btn{
    display:block;
    background-color:#FA8080;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
    border-radius:30px;
    padding:15px 25px;
    font-size:14px;
    width:150px;
    text-align:center;
}

.other_goods_contents_btn:hover{
    background-color:#ffffff;
    border:1px solid #FA8080;
    border-radius:30px;
    color:#FA8080;
    text-decoration:none;
}

.all_goods_btn_box{
    display:flex;
    justify-content:flex-end;
    width:96%;
}

.all_goods_btn{
    display:block;
    background-color:#ffffff;
    border:1px solid #FA8080;
    color:#FA8080;
    text-decoration:none;
    padding:15px 25px;
    font-size:16px;
    width:150px;
    text-align:center;
    margin:100px 0 0 0;
}
    
.all_goods_btn:hover{
    background-color:#FA8080;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
}
.all_goods_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.topics_contents{
    margin:320px auto 120px auto;
    width:95%;
    max-width: 1500px;
}

.topics_contents_box{
    margin-bottom:120px;

}

.topics_contents_thema{
    color: #707070;
    text-align: center;
    position: relative;
    font-size:30px;
    font-family:'Aboreto', cursive;
    font-weight:bold;
    margin:auto;
}

.topics_contents_thema::after {
    content: '';
    width: 50px;
    height: 4px;
    display: inline-block;
    background-color:#707070;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 25px)
}

.topics_contents_thema_sub{
    font-size:14px;
    font-weight:lighter;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.topics_contents_area{
    display:flex;
    justify-content:space-between;
    /* align-items:center; */
    margin:auto;
}

.topics_contents_area_box{
    width:30%;
}

.topics_contents_area_box_image{
    width:100%;
}

.topics_contents_area_box_text{
    font-size:13px;
    text-align:center;
    padding:10px 20px;
}

.secondary_contents{
    width:100%;
    /* height:1370px; */
    height: auto;
    position:relative;
    margin:100px 0 0 0;
}

.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 120%; /* 1:1 */
}

.inner {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    /* height: 140%; */
}

.media_article_box{
    width:50%;
    background-color:#FEB50A;
    position:absolute;
    top:0;
    left:0;
}

.media_article_title{
    width:200px;
    margin:60px auto 60px 30px;
    color:#ffffff;
}

.media_article_title_thema{
    font-size:30px;
    font-family:'Aboreto', cursive;
}

.media_article_title_thema_sub{
    font-size:14px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.media_article_area{
    width:35%;
}

.media_article_area_box{
    display:flex;
    justify-content:space-around;
}

.media_article_area_image{
    width:100%;
}

.media_article_area_text{
    text-align:left;
    padding:10px 20px 10px 0;
    font-size:13px;
    color:#ffffff;
    line-height:2.0;
}

.shop_information_box{
    width:50%;
    background-color:#F7F7F7;
    position:absolute;
    top:150px;
    right:0;
}

.shop_information_box_title{
    text-align:center;
    margin:60px auto;
}

.shop_information_box_title_thema{
    font-size:30px;
    font-family:'Aboreto', cursive;
}

.shop_information_box_title_sub{
    font-size:10px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

table{
    margin:0 auto 50px auto;
    /* width:70%; */
    font-size:14px;
    /* border:1px solid #707070; */
}

th,td{
    border:1px dashed #707070;
    border-left:none;
    border-right:none;
    padding:25px;
}

.shop_information_btn{
    display:block;
    background-color:#ffffff;
    border:1px solid #FA8080;
    color:#FA8080;
    text-decoration:none;
    padding:15px 25px;
    font-size:14px;
    width:150px;
    text-align:center;
    margin:0 auto 40px auto;
}
    
.shop_information_btn:hover{
    background-color:#FA8080;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
}
.shop_information_btn:after{
    content:" ▶︎";
}

.footer_contents{
    /* height:700px; */
    background-image: url(../images/footer_background-left.png),url(../images/footer_background-right.png);
    background-position: left bottom,right bottom;
    background-repeat:no-repeat;
    background-size:200px;
    width:100%;
}

.footer_site_logo{
    display:block;
    margin:auto;
    width:130px;
}

.footer_contents_area{
    width:70%;
    display:flex;
    justify-content:space-between;
    margin:80px auto;
    /* background-color: #DE4348; */
}

.footer_shop_information{
    margin:auto;
    text-align:center;
    order:2;
}

.footer_shop_information_title{
    font-size:20px;
}

.footer_shop_information_text{
    line-height:2.0;
}

.footer_contents_area_box01{
    text-align:left;
    order:1;
}

.footer_contents_area_box02{
    order:3;
    text-align:left;
}

.footer_copyright{
    text-align:center;
    margin-bottom:50px;
}

.footer_contents_area_box01_group_list,.footer_contents_area_box02_group_list{
    margin-bottom:50px;
}

.footer_contents_area_box01_group_list_title,.footer_contents_area_box02_group_list_title{
    font-family:'Aboreto', cursive;
    font-size:16px;
}


.footer_contents_area_box01_group_list_title_sub,.footer_contents_area_box02_group_list_title_sub{
    font-size:12px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.footer_contents_area_box01_group_list_link{
    text-decoration:none;
    color:#707070;
    position: relative;
    display: inline-block;
}

.footer_contents_area_box01_group_list_link::after{
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #707070;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.footer_contents_area_box01_group_list_link:hover::after{
    transform: scale(1, 1);
}

#page-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.pagetop_icon_image{
    width:50px;
}

.list-mv01{
    transition: .8s;
    opacity: 0;
    transform: translate(0,60px);
    -webkit-transform: translate(0,60px);
}

.mv01{
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

.fade-left{
    transition: .8s;
    opacity: 0;
    transform: translate(-100px,0);
}

.left{
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

.fade-right{
    transition: .8s;
    opacity: 0;
    transform: translate(100px,0);
}

.right{
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

/*下からフェードイン*/
.animation_contents {
    animation: fadeIn-logo 2.0s ease 0s 1 normal backwards;
    }
    @keyframes fadeIn-logo {
    from {
    opacity: 0;
    transform: translateY(60px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
    }


/* 共通 */
.quality_title,.goods_title,.login_title,.contact_title,.mypage_title{
    margin:140px auto 85px auto;
    padding:0 0 20px 0;
    text-align:center;
    background-image: url(../images/title_line.png);
    background-position:bottom;
    background-repeat:no-repeat;
    background-size:60px;
}

.quality_title_lead,.goods_title_lead,.login_title_lead,.contact_title_lead,.mypage_title_lead{
    font-size:30px;
    font-family:'Aboreto', cursive;
    padding:0 0 10px 0;
}

.mypage_title_lead_01{
    font-size:30px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding:0 0 10px 0;

}

.quality_title_sub,.goods_title_sub,.login_title_sub,.contact_title_sub,.mypage_title_sub{
    font-size:13px;
}

/* quality.html */
.breadcrumbs{
    width:600px;
    margin:150px auto auto 40px;
    font-size:12px;
}

.breadcrumbs_goodspage{
    width:330px;
    margin:150px auto auto 40px;
    font-size:12px;
}

.breadcrumbs_list{
    display:flex;
    /* justify-content:space-around; */
}

.breadcrumbs_list_first,.breadcrumbs_list_second{
    text-decoration:none;
    color:#707070;
}

.breadcrumbs_list_first:hover,.breadcrumbs_list_second:hover{
    text-decoration:none;
    color:#b4b4b4;
}

.breadcrumbs_list_first::after{
    content: ">";
    padding:0 20px;
}

.quality_contents_group{
    margin-bottom:500px;
}

.quality_contents_head{
    width:100%;
    /* max-width:1500px; */
    height:500px;
    position:relative;
}

.quality_contents_head_lead{
    position:absolute;
    top:120px;
    left:80px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.quality_contents_head_title{
    font-size:25px;
    padding-right:20px;
}

.quality_contents_head_title_sub{
    font-size:18px;
}

.quality_contents_head_maintext{
    font-size:16px;
    position:absolute;
    top:220px;
    left:80px;
    line-height:1.8;
}

.quality_contents_head_image{
    position:absolute;
    top:40px;
    right:80px;
    z-index:10;
}

.quality_contents_head_image_bg{
    position:absolute;
    top:60px;
    right:60px;
}

.quality_contents_head_image_text{
    color:#ffffff;
    writing-mode:tb-rl;
    font-family:'Aboreto', cursive;
    position:absolute;
    top:60px;
    right:60px;
    font-size:22px;
}

.quality_contents_foot{
    width:100%;
    /* max-width:1500px; */
    height:500px;
    /* position:relative; */
    display: flex;
    flex-direction: column;
}

.quality_contents_foot_maintext{
    position:absolute;
    top:150px;
    right:100px;
    line-height:1.8;
    font-size:16px;
}

.quality_contents_foot_image{
    position:absolute;
    top:40px;
    left:80px;
    z-index:10;
}

.quality_contents_foot_image_bg{
    position:absolute;
    top:60px;
    left:60px;
}

.quality_contents_foot_image_text{
    color:#ffffff;
    writing-mode:tb-rl;
    font-family:'Aboreto', cursive;
    position:absolute;
    top:60px;
    left:58px;
    font-size:22px;

}

.quality_pc{
    display: none;
}


.quality_contents_group_sp{
    width:95%;
    margin:200px auto 500px auto;
}

.quality_contents_head_lead_sp{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 50px;
}

.quality_contents_head_maintext_sp_01{
    font-size:15px;
    line-height:1.8;
    margin:20px 0 80px 0;
}

.quality_contents_foot_maintext_sp_02{
    font-size:15px;
    line-height:1.8;
    margin:120px 0 110px 0; 
}

.quality_contents_head_title_sp{
    font-size:25px;
    padding-right:20px;
}

.quality_contents_head_title_sub_sp{
    font-size:18px;
}

.quality_contents_head_main_sp ,.quality_contents_foot_main_sp{
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* align-items: center; */
}

.quality_contents_head_maintext_sp ,.quality_contents_foot_maintext_sp{
    font-size:16px;
    line-height:1.8;
    margin:20px 0 80px 0;
}

.quality_contents_head_image_box_sp ,.quality_contents_foot_image_box_sp{
    position: relative;
    height: auto;
}

.appletree_images{
    position: absolute;
    top:20px;
    right:20px;
    z-index:10;
}

.appletree_images_bg{
    position: absolute;
    top:45px;
    right:-4px; 
}

.appletree_text{
    color:#ffffff;
    writing-mode:tb-rl;
    font-family:'Aboreto', cursive;
    position:absolute;
    top: 45px;
    right:-3px;
    font-size:25px;
}

.grapetree_images{
    position: absolute;
    top:20px;
    left:20px;
    z-index:10;
}

.grapetree_images_bg{
    position: absolute;
    top:45px;
    left:-4px; 
}

.grapetree_text{
    color:#ffffff;
    writing-mode:tb-rl;
    font-family:'Aboreto', cursive;
    position:absolute;
    top: 45px;
    left:-6px;
    font-size:25px;
}

/* .quality_contents_head_image_sp ,.quality_contents_foot_image_sp{
    position: absolute;
    top:20px;
    right:20px;
    z-index:10;
}

.quality_contents_head_image_bg_sp ,.quality_contents_foot_image_bg_sp{
    position: absolute;
    top:45px;
    right:-4px; 
}

.quality_contents_head_image_text_sp ,.quality_contents_foot_image_text_sp{
    color:#ffffff;
    writing-mode:tb-rl;
    font-family:'Aboreto', cursive;
    position:absolute;
    top: 45px;
    right:-3px;
    font-size:25px;
} */

.ratio-2_1:before {
    content: "";
    display: block;
    padding-top: 65%; /* 1:1 */
}

.ratio-3_1:before {
    content: "";
    display: block;
    padding-top: 35%; /* 1:1 */
}

.inner_sp {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}



/* goods.html */
.goods_contes_group_head{
    display:flex;
    justify-content:space-between;
    width:100%;
    /* max-width:1200px; */
    margin:190px auto auto auto;
}

.goods_contes_box{
    display:flex;
    flex-direction: column;
    align-items:center;
    width:100%;
}

.goods_contes_box_image_gentei{
    color:#ffffff;
    background-color:#ff0000;
    position:absolute;
    top:0;
    left:71px;
    text-align:center;
    width:20%;
    padding:4px;
}

.goods_contes_area{
    width:250px;
}

.goods_contes_area_name{
    font-size:22px;
    text-align:center;
    padding-bottom:20px;
}

.goods_contes_area_price{
    font-size:20px;
    display:block;
    text-align:right;
    
}

.goods_contes_area_text{
    font-size:14px;
    line-height:1.5;
    margin:55px auto;
}

.goods_contes_image{
    width:300px;
}

.goods_contes_group_foot{
    display:flex;
    justify-content:space-between;
    margin:100px auto 500px auto;
    width:90%;
    max-width:1500px;
}

.goodspage_btn{
    display:block;
    text-align:center;
    text-decoration:none;
    background-color:#FA8080;
    color:#ffffff;
    border-radius:30px;
    border:1px solid #ffffff;
    padding:15px 25px;
    font-size:14px;
    width:150px;
    margin:auto;
}

.goodspage_btn:hover{
    background-color:#ffffff;
    border:1px solid #FA8080;
    border-radius:30px;
    color:#FA8080;
    text-decoration:none;
}

/* applejuice.html */

.applejuice_contents_area{
    width:100%;
    margin:140px auto auto auto;
}

.applejuice_contents_box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:95%;
    margin: auto;
}

.applejuice_image{
    width:100%;
}

.applejuice_contents_about{
    width:100%;
}

.applejuice_contents_about_title{
    font-size:30px;
}

.applejuice_contents_about_price{
    font-size:20px;
    margin-top:40px;
    text-align:right;
}

.applejuice_contents_about_text{
    font-size:16px;
    line-height:1.5;
    margin:100px auto;
}

.shopping_quantity{
    display:flex;
    justify-content:center;
    align-items:center;
}

.shopping_quantity_number ,.shopping_quantity_count{
    font-size:20px;
    margin:0 20px;
}

.shopping_quantity_space{
    border:1px solid #707070;
    border-radius:20px;
    padding:20px 50px;
}

.shopping_cart_about{
    display:flex;
    flex-direction: column;
    margin:80px auto 150px auto;
}

.shopping_cart{
    display:block;
    text-align:center;
    text-decoration:none;
    background-color:#FA8080;
    color:#ffffff;
    border-radius:30px;
    border:1px solid #ffffff;
    padding:15px 25px;
    font-size:14px;
    width:150px;
    margin:20px auto;
}

.shopping_cart:hover,.goods_inquiry:hover{
    background-color:#ffffff;
    border:1px solid #FA8080;
    border-radius:30px;
    color:#FA8080;
    text-decoration:none;
}

.goods_inquiry{
    display:block;
    text-align:center;
    text-decoration:none;
    background-color:#ffffff;
    color:#FA8080;
    border-radius:30px;
    border:1px solid #FA8080;
    padding:15px 25px;
    font-size:14px;
    width:150px;
    margin:auto;
}

.goods_inquiry:hover{
    background-color:#FA8080;
    border:1px solid #ffffff;
    border-radius:30px;
    color:#ffffff;
    text-decoration:none;
}

.goods_information_table{
    width:95%;
    margin:100px auto;
    border:1px solid #707070;
    text-align:left;
}

.goods_information_table_sp{
    display: none;
}

.goods_information_table_tr,.goods_information_table_td{
    border:1px solid #707070;
    table-layout: fixed;
    /* width: 10%; */
    /* padding:30px; */
}

.td_bg_color{
    background-color: #f5f5f5;
}

.goods_information_table_th{
    background-color:#DE4348;
    border:1px solid #DE4348;
    color:#F7F7F7;
    /* font-weight:bold; */
    font-size:18px;
    padding:15px 25px;
}

.all_goods_lead{
    width:100%;
    margin:auto auto 160px auto;
    text-align:center;
}

.all_goods_title{
    font-size:20px;
    padding:0 0 10px 0;
}

.all_goods_title_sub{
    font-size:13px;
}

.all_goods_box{
    width:100%;
    margin:auto auto 236px auto;
}

.all_goods_box_contents{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.all_goods_box_contents_image{
    width:100%;
}

.all_goods_box_contents_image:hover{
    opacity: 0.6;
    filter:brightness(102%);
}

.all_goods_box_area{
    width:33%;
}

.applejuice_contents_image{
    position: relative;
}

.all_goods_box_contents_image_gentei{
    color:#ffffff;
    background-color:#ff0000;
    position:absolute;
    top:-10px;
    left:0;
    text-align:center;
    width:100px;
    padding:7px;
   
}

.all_goods_box_contents_text{
    font-size:16px;
    text-align:center;
    margin:45px auto;
}

.all_goods_box_contents_link{
    text-decoration:none;
    color: #707070;
}

/* orangejuice.html */

.goods_information_table_th_02{
    background-color:#FD8201;
    border:1px solid #FD8201;
    color:#F7F7F7;
    /* font-weight:bold; */
    font-size:18px;
    padding:15px 25px;
}

.orangejuice_image{
    width:100%;
}

/* grapejuice.html */

.goods_information_table_th_03{
    background-color:#995872;
    border:1px solid #995872;
    color:#F7F7F7;
    /* font-weight:bold; */
    font-size:18px;
    padding:15px 25px;
}

.grapejuice_image{
    width:100%;
}

/* bananajuice.html */

.goods_information_table_th_04{
    background-color:#F5B924;
    border:1px solid #F5B924;
    color:#F7F7F7;
    /* font-weight:bold; */
    font-size:18px;
    padding:15px 25px;
}

.bananajuice_image{
    width:100%;
}

/* login.html */

.login_contents_wrap{
    background-image: url("../images/apple_juice.png");
    background-position: right 30px bottom 10px;
    background-size:300px;
    background-repeat:no-repeat;
}

.login_contents{
    /* width:90%; */
    margin:140px auto 230px auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    background-color:rgba(255,255,255,0.4);
}

.login_box{
    width:40%;
    margin:30px;
}

.login_box_id,.login_box_pass{
    font-size:16px;
    text-align:left;
    margin:20px auto 15px auto;
}

.login_box_space{
    border:1px solid #707070;
    padding:20px 30px;
    color: #d5d5d5;
}

.login_box_btn,.login_register_btn,.non_login_box_btn,.log_out_btn{
    display:block;
    width:250px;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    position: relative;
    padding:20px 30px;
    margin:92px auto 83px auto;
    font-size:16px;
    z-index:1;
    transition:0.3s;
}

.login_box_btn:after,
.login_register_btn::after,
.non_login_box_btn::after,
.log_out_btn::after{
    content:" ▶︎";
    font-size:14px;
}

.login_box_btn:hover,
.login_register_btn:hover,
.non_login_box_btn:hover,
.log_out_btn:hover{
    color: #ffffff;
}

.login_box_btn::before,
.login_register_btn::before,
.non_login_box_btn::before,
.log_out_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.login_box_btn:hover::before,
.login_register_btn:hover::before,
.non_login_box_btn:hover::before,
.log_out_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.login_box_text{
    font-size:14px;
    text-align:center;
    line-height:1.5;
}

.login_register_box{
    width:40%;
    margin:30px;
}

.login_register_title,.non_login_box_title{
    font-size:16px;
    margin:20px auto 15px auto;
}

.login_register_title::before,
.non_login_box_title::before{
    content:" | ";
    font-size:16px;
}

.login_register_text{
    font-size:14px;
    text-align:left;
    line-height:1.5;
}

.login_register_mail{
    margin:36px auto 15px auto;
}

.login_register_space{
    border:1px solid #707070;
    padding:20px 30px;
    color: #d5d5d5;
    margin:auto auto 92px auto;
}

.non_login_box{
    width:40%;
    margin:187px 30px 30px 30px;
}

/* contact.html */

.contact_box{
    width:100%;
    margin:auto;
    background-image: url("../images/orange_juice.png"),url("../images/orange_haikei.png");
    background-repeat: no-repeat;
    background-size:300px;
    background-position:left bottom,right bottom -45px;
    /* background-color: #995872; */
}

.br_pc{
    display: none;
}

.contact_contents{
    width:100%;
    margin:143px auto 300px auto;
    background-color:rgba(255,255,255,0.4);
    /* background-color: #F5B924; */
    /* text-align: center; */
}

.contact_contents_area{
    width:90%;
    margin:auto;
}

.contact_contents_area_text{
    font-size:16px;
    margin:auto auto 50px auto;
    line-height:1.5;
}

.required{
    color: #ff0000;
}

.contact_name,.contact_tel,.contact_mail,.contact_text{
    font-size:16px;
    margin-bottom:20px;
}

.contact_name_box,.contact_tel_box,.contact_mail_box,.contact_text_box{
    margin-bottom:30px;
}

.contact_name_sei,.contact_name_mei,.contact_tel_number,.contact_mail_address,.contact_text_form{
    box-sizing: border-box;
    border:1px solid #707070;
    border-radius:20px;
    padding:10px 30px;
}

.contact_tel_sp{
    display: none;
}

.contact_text_form{
    width:100%;
}

.contact_mail_address{
    margin-bottom:10px;
}

.contact_btn,.form_mailer{
    text-align:center;
    font-size:16px;
    margin:30px auto;
}

.form-mailer_text{
    text-decoration:none;
    color:#707070;
}

.contact_send_btn{
    display:block;
    width:250px;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    position: relative;
    padding:20px 30px;
    margin:92px auto 222px auto;
    font-size:16px;
    z-index:1;
    transition:0.3s;
}

.contact_send_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.contact_send_btn:hover{
    color: #ffffff;
}

.contact_send_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.contact_send_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

/* mypage.html */

.mypage_wrap{
    width:95%;
    margin:auto;
    /* background-color: #69cce3; */
    background-image:url("../images/zenbu.png");
    background-repeat: no-repeat;
    background-size:400px;
    background-position:right bottom 100px;
}

.mypage_wrap_01{
    background-color:rgba(255,255,255,0.6);
}

.mypage_contents{
    font-size:16px;
}

.mypage_contents_text{
    line-height:1.8;
    margin:0 0 98px 0;
}

.mypage_contents_box{
    display:flex;
    justify-content:space-between;
    margin-bottom:166px;
}

.mypage_contents_btn{
    display:block;
    width:40%;
    border:1px solid #707070;
    padding:20px 30px;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
}

.mypage_contents_btn:hover{
    background-color:#707070;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
}

.order_history_contents{
    margin:auto auto 64px auto;
    /* background-color: #F5B924; */
}

.order_history_title{
    font-size:16px;
    padding-bottom:18px;
}

.order_history_title::before{
    content:" | ";
    padding-right:4px;
}

.order_history_title_sub{
    background-color:#FFE6B4;
    padding:24px 0 26px 13px;
}

.order_history_goods_01,.order_history_goods_02{
    margin:54px 0 0 0;
    display: flex;
    justify-content:flex-start;
    align-items: center;
}


.order_history_image_01,.order_history_image_02{
    width:200px;
}

.order_history_text{
    font-size:16px;
    margin-left:29px;
}

.order_quantity{
    display: block;
    text-indent:9em;
    margin:28px 0 23px 0;
}

.order_history_goods_02{
    margin:92px 0 0 0;
}

.order_total_contents{
    margin:auto auto 64px auto;
    /* background-color: #F5B924; */
}

.order_total_amount{
    margin:65px 0 155px 0;
    width:80%;
    font-size:16px;
    /* border:1px solid #707070; */
}

.total_table{
    line-height:3.0;
    width:70%;
    text-align: center;
}

.total_table_text_sub01{
    display: inline-block;
    text-indent:11em;
}

.total_table_text_sub02{
    display: inline-block;
    text-indent:10em;
}

.total_table_text_sub03{
    display: inline-block;
    text-indent:16em;
}

.table_line{
    display: block;
    border-top:1px dashed #707070;
    border-bottom:1px dashed #707070;
    padding:22px 0 28px 0;
    margin:31px auto;
}

.mycoupon{
    margin:32px 0 151px 0;
}

/* guide.html */

.guide_contents_box{
    width:90%;
    margin:79px auto 101px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.guide_contents{
    display:block;
    width:39%;
    border:1px solid #707070;
    padding:30px 30px;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
    margin:0 0 52px 0;
}
    
.guide_contents:hover{
    background-color:#707070;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
}

.guide_contents_area{
    width:95%;
    margin:auto;
    /* background-color: #F5B924; */
    /* background-image:url("../images/zenbu.png"); */
    /* background-repeat: no-repeat; */
    /* background-size:668px; */
    /* background-position:right bottom; */
}


.guide_contents_area_01{
background-color:rgba(255,255,255,0.6);
}

.guide_contents_tittle{
    font-size:22px;
    padding-bottom:27px;
    border-bottom:5px solid #FFE6B4;
}

.guide_contents_tittle_sub{
    font-size:16px;
    padding:26px 0;
}

.guide_contents_tittle_sub::before{
    content:" | ";
    padding-right:4px;
}

.daikinhikikae_table{
    width:285px;
    border:1px solid #707070;
    margin:36px 0 107px 0;
}

.daikinhikikae_table_td{
    border:1px solid #707070;
    padding:10px;
}

.guide_contents_area_text01{
    margin-bottom:87px;
    line-height:1.6;
}

.guide_contents_area_text02{
    margin:38px 0 87px 0;
    line-height:1.6;
}

/* faq.html */

.faq_contents_box{
    width:90%;
    margin:79px auto 101px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.faq_contents{
    display:block;
    width:39%;
    border:1px solid #707070;
    padding:30px 30px;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
    margin:0 0 52px 0;
}
    
.faq_contents:hover{
    background-color:#707070;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
}

.faq_contents_area{
    width:95%;
    margin:auto;
    /* background-color: #F5B924; */
    /* background-image:url("../images/furutu.png"); */
    /* background-repeat: no-repeat; */
    /* background-size:668px; */
    /* background-position:right bottom; */
}

.faq_contents_area_01{
    background-color:rgba(255,255,255,0.6);
}

.faq_contents_title{
    padding-bottom:27px;
    border-bottom:1px solid #707070;
    margin:58px 0 26px 0;
    font-size:22px;
}

.faq_contents_question{
    background-color:#FFE6B4;
    padding:26px 0 22px 10px;
    /* font-weight: bold; */
}

.faq_contents_question::before{
    content:"Q.";
    padding-right:10px;
}

.faq_contents_text{
    margin:43px 0 35px 0;
    line-height:1.6;
}

.faq_contact_text{
    margin: 167px auto 65px auto;
    text-align: center;
    line-height:1.6;
}

.faq_contact_btn{
    display:block;
    width:250px;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    position: relative;
    padding:20px 30px;
    margin:92px auto 222px auto;
    font-size:16px;
    z-index:1;
    transition:0.3s;
}

.faq_contact_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.faq_contact_btn:hover{
    color: #ffffff;
}

.faq_contact_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.faq_contact_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

/* cart.html */

.cart_contents_box{
    width:95%;
    margin:117px auto 133px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cart_contents{
    width:20%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
}

.cart_contents:nth-child(1) {
    width:20%;
    border:1px solid #707070;
    /* padding:83px 0 89px 0; */
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    background-color: #707070;
    border:1px solid #ffffff;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.5px 0 32.5px 27px;
    border-color: transparent transparent transparent #707070;
}


.cart_goods_contents{
    /* display: flex; */
    /* justify-content:space-around; */
    /* align-items: center; */
    width:95%;
    margin: auto;
}


.cart_goods_box{
    width:100%;
    margin:143px 108px auto auto;
}

.cart_goods_title::before{
    content: " | ";
}

.cart_goods_01{
    display: flex;
    justify-content: center;
    width:100%;
    margin:101px 0 111px 0;
}

.cart_goods_02{
    display: flex;
    justify-content: center;
    width:100%;
    margin:0 0 230px 0;
}

.cart_goods_image{
    width:200px;
    margin-right:100px;
}


.cart_goods_text{
    font-size:16px;
    /* font-weight: bold; */
    margin-left:29px;
}

.cart_goods_quantity{
    display: block;
    text-indent:9em;
    margin:28px 0 23px 0;
}

.order_delete_btn{
    display:block;
    background-color:#FA8080;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
    border-radius:30px;
    padding:15px 25px;
    font-size:14px;
    width:150px;
    text-align:center;
    margin:53px auto auto auto;
}

.order_delete_btn:hover{
    background-color:#ffffff;
    border:1px solid #FA8080;
    border-radius:30px;
    color:#FA8080;
    text-decoration:none;
}

.order_process_btn{
    display:block;
    width:250px;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    position: relative;
    padding:20px 30px;
    font-size:16px;
    z-index:1;
    transition:0.3s;
    margin:100px auto 200px auto;
}

.order_process_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.order_process_btn:hover{
    color: #ffffff;
}

.order_process_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.order_process_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

/* order_process.html */

.order_process_contents_box{
    width:95%;
    margin:117px auto 133px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.order_process_contents{
    width:20%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
}

.order_process_contents:nth-child(3) {
    width:20%;
    border:1px solid #707070;
    /* padding:83px 0 89px 0; */
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    background-color: #707070;
    border:1px solid #ffffff;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.5px 0 32.5px 27px;
    border-color: transparent transparent transparent #707070;
}

.order_process_wrap_01{
    width:95%;
    margin:143px auto 300px auto;
    /* background-image:url("../images/furutu.png"); */
    /* background-repeat: no-repeat; */
    /* background-size:600px; */
    /* background-position:right bottom; */
    /* background-attachment: fixed; */
}

.order_process_wrap_02{
    background-color:rgba(255,255,255,0.6);
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
}

.order_process_address,.order_process_haiso,.order_process_shiharai,.order_process_coupon{
    width:95%;
    margin: auto;
}

.order_process_wrap_title{
    background-color:#FFE6B4;
    padding:26px 0 22px 10px;
    margin-bottom:65px;
}

.order_process_confirmation_btn{
    display:block;
    width:250px;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    position: relative;
    /* position: absolute; */
    /* right:100px; */
    /* bottom:-220px; */
    padding:20px 30px;
    font-size:16px;
    z-index:1;
    /* transition:0.3s; */
    margin:100px auto 200px auto;
}

.order_process_confirmation_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.order_process_confirmation_btn:hover{
    color: #ffffff;
}

.order_process_confirmation_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.order_process_confirmation_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.order_process_text{
    margin:56px auto 20px auto;
}

.order_process_space{
    display: inline-block;
    border:1px solid #707070;
    border-radius:10px;
    padding:20px 30px;
    color: #d5d5d5;
    width:187px;
    margin-right:15px;
}

.order_process_space_number{
    margin-bottom:28px;
    display: flex;
}

.order_process_space_01{
    display: inline-block;
    border:1px solid #707070;
    border-radius:10px;
    padding:20px 30px;
    color: #d5d5d5;
    width:139px;
}

.order_process_space_line{
    display: inline-block;
    margin:auto 12px;
}

.order_process_space_02{
    border:1px solid #707070;
    border-radius:10px;
    padding:20px 30px;
    color: #d5d5d5;
    width:535px;
    margin-bottom:16px;
}

.checkbox_01{
    display: flex;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;
    margin:28px auto 46px auto;
}

.checkbox_01_label{
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.checkbox_01_label::before {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #707070;
    content: '';
}

.checkbox_01_label:has(:checked)::after {
    position: absolute;
    top: 5px;
    left: 7px;
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #FD8201;
    border-width: 0 3px 3px 0;
    content: '';
}

.checkbox_01_input{
    display: none;
}


.selectbox_02 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox_02::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #707070;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox_02_select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #707070;
    border-radius: 10px;
    background-color: #fff;
    color: #707070;
    font-size: 1em;
    cursor: pointer;
}

.order_process_haiso_box{
    margin-bottom:62px;
}


.radio_01 {
    /* display: flex; */
    /* flex-wrap: wrap; */
    gap: .3em 2em;
    border: none;
}

.radio_01_label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.radio_01_label::before,
.radio_01_label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

.radio_01_label::before {
    width: 18px;
    height: 18px;
    background-color: #f3f1e6;
    margin-bottom: 18px;
}

.radio_01_label:has(:checked)::after {
    position: absolute;
    top: 25%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #FD8201;
    animation: anim-radio-001 .3s linear;
}

@keyframes anim-radio-001 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #fffcee;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio_01_label_input {
    display: none;
}

.order_process_shiharai_credit{
    border-top: 1px dashed #707070;
    padding:25px 0 24px 0;
    margin-top:30px;
}

.radio_02 {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
}

.radio_02_label {
    display: flex;
    /* align-items: center; */
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.radio_02_label::before,
.radio_02_label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

.radio_02_label::before {
    width: 18px;
    height: 18px;
    background-color: #f3f1e6;
    margin-bottom: 18px;
}

.radio_02_label:has(:checked)::after {
    position: absolute;
    top: 25%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #FD8201;
    animation: anim-radio-001 .3s linear;
}

@keyframes anim-radio-002 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #fffcee;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio_02_label_input {
    display: none;
}

.order_process_shiharai_credit_01{
    display: flex;
    align-items: center;
    margin:auto auto 34px auto;
}

.order_process_shiharai_credit_01:nth-of-type(1){
    margin-top:70px;
}


.order_process_shiharai_credit_01_text_01{
    margin-right:122px;
}

.order_process_shiharai_credit_01_text_02{
    margin-right:59px;
}

.order_process_shiharai_credit_01_text_03{
    margin-right:134px;
}

.order_process_shiharai_credit_01_text_04{
    margin-right:117px;
}

.order_process_shiharai_credit_01_text_02_sub{
    margin:19px auto 69px auto;
    font-size:13px;
}

.selectbox_03 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox_03::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #707070;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox_03_select {
    appearance: none;
    min-width: 75px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #707070;
    border-radius: 10px;
    background-color: #fff;
    color: #707070;
    font-size: 1em;
    cursor: pointer;
}

.order_process_shiharai_credit_01_left{
    margin-right:20px;
}

.order_process_shiharai_credit_01_month_year{
    display: inline-block;
    margin-left:20px;
}

.selectbox_04 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox_04::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #707070;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox_04_select {
    appearance: none;
    min-width: 139px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #707070;
    border-radius: 10px;
    background-color: #fff;
    color: #707070;
    font-size: 1em;
    cursor: pointer;
}

.order_process_shiharai_credit_02{
    margin:56px auto 146px auto;
}

.order_process_coupon{
    margin:32px auto 55px auto;
}

.order_process_coupon_text{
    margin-bottom: 19px;
}

.order_process_cart_goods{
    width:90%;
}

.order_process_cart_goods_text{
    font-size:16px;
    /* font-weight: bold; */
    margin-left:29px;
    width:230px;
}

.order_process_total_amount{
    margin:65px 0 155px 0;
    width:90%;
    font-size:16px;
    /* font-weight: bold; */
    /* border:1px solid #707070; */
}

.order_process_total_table{
    line-height:3.0;
    width:70%;
    text-align: center;
}

.total_table_text_sub01{
    display: inline-block;
    text-indent:11em;
}

.total_table_text_sub02{
    display: inline-block;
    text-indent:10em;
}

.total_table_text_sub03{
    display: inline-block;
    text-indent:16em;
}

.table_line{
    display: block;
    border-top:1px dashed #707070;
    border-bottom:1px dashed #707070;
    padding:22px 0 28px 0;
    margin:31px auto;
}

/* order_confirmation.html */

.order_confirmation_contents_box{
    width:95%;
    margin:117px auto 133px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.order_confirmation_contents{
    width:20%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
}

.order_confirmation_contents:nth-child(5) {
    width:20%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    background-color: #707070;
    border:1px solid #ffffff;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.5px 0 32.5px 27px;
    border-color: transparent transparent transparent #707070;
}

.order_confirmation_wrap_01{
    width:95%;
    margin:116px auto 300px auto;
    /* background-image:url("../images/grape_juice.png"); */
    /* background-repeat: no-repeat; */
    /* background-size:600px; */
    /* background-position:right bottom; */
}



.order_confirmation_box{
    display: flex;
    align-items:center;
    width:95%;
    margin:auto;
}

.order_confirmation_text{
    width:90%;
    margin:13px auto auto auto;
}

.order_confirmation_text_01{
    margin-bottom:72px;
}

.order_confirmation_text_02{
    font-size:13px;
    margin-bottom:72px; 
}

.order_change_btn{
    display:block;
    background-color:#ffffff;
    border:1px solid #707070;
    color:#707070;
    text-decoration:none;
    border-radius:30px;
    padding:15px 25px;
    font-size:14px;
    width:170px;
    text-align:center;
    margin:53px auto auto 159px;
}

.order_change_btn_01{
    display:block;
    background-color:#ffffff;
    border:1px solid #707070;
    color:#707070;
    text-decoration:none;
    border-radius:30px;
    padding:15px 25px;
    font-size:14px;
    width:170px;
    text-align:center;
    margin:7px auto auto 159px;
}

.order_change_btn:hover{
    background-color:#707070;
    border:1px solid #ffffff;
    border:1px solid #707070;
    border-radius:30px;
    color:#ffffff;
    text-decoration:none;
}

.order_change_btn_01:hover{
    background-color:#707070;
    border:1px solid #ffffff;
    border:1px solid #707070;
    border-radius:30px;
    color:#ffffff;
    text-decoration:none;
}

.order_confirmation_table{
    line-height:3.0;
    /* width:70%; */
    text-align: center;
}

/* order_completed.html */

.order_completed_contents_box{
    width:95%;
    margin:117px auto 133px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.order_completed_contents{
    width:20%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
}

.order_completed_contents:nth-child(7) {
    width:20%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    background-color: #707070;
    border:1px solid #ffffff;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.5px 0 32.5px 27px;
    border-color: transparent transparent transparent #707070;
}

.order_completed_wrap_01{
    width:95%;
    margin:148px auto 232px auto;
    background-image:url("../images/apple_juice.png");
    background-repeat: no-repeat;
    background-size:250px;
    background-position:left bottom -10px;
}

.order_completed_wrap_02{
    background-color:rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    /* justify-content:space-evenly; */
    justify-content: space-between;
}

.order_completed_box_left{
    margin:auto 0 192px 50px;
}

.order_completed_box_left_text{
    line-height:2.0;
    margin:auto auto 58px auto;
}

.order_completed_box_right_text_01{
    line-height:2.0;
    margin:auto auto 48px auto;
}

.order_completed_box_right_text_02{
    line-height:2.0;
    margin:101px auto 48px auto;
}

.order_number{
    border-top:1px dashed #707070;
    border-bottom:1px dashed #707070;
    padding:31px 0 34px 0;
    text-align: center;
}

.order_completed_next_btn{
    display:block;
    width:250px;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    position: relative;
    padding:20px 30px;
    font-size:16px;
    z-index:1;
    transition:0.3s;
}

.order_completed_next_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.order_completed_next_btn:hover{
    color: #ffffff;
}

.order_completed_next_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.order_completed_next_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}
}

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

body{
    color:#707070;
    margin: 100px 0 0 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* index.html */
header{
    width:100%;
    height:60px;
    background-color:#ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 1.0;
    transition: 0.3s;
}

.header_contents{
    display:flex;
    justify-content:space-between;
}

.nav{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width:60px;
}

.site-logo{
    width: 100px;
    height:auto;
    margin: 10px 0 0 10px;
}

.bxslider_image{
    /* width:90%; */
    display: block;
    margin: 0 auto;
}

.navigation_contents{
    width:200px;
    display:flex;
    justify-content:space-between;
    margin: 14px 0 39px 0;
}

.navigation_01{
    display:flex;
    justify-content:space-between;
}

.navigation_menu{
    width:150px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    /* margin: 14px 0 0 0; */
}

.navigation_menu_images{
    width:30px;
}

.cart_navigation_menu_images{
    width:30px;
    position: fixed;
    top:0;
    right: 0;
}

.global_navigation_box{
    width:800px;
    margin:auto;
}

.global_navigation{
    display:flex;
    justify-content:space-around;

}

.global_navigation_text{
    font-size:12px;
    text-decoration:none;
    color:#707070;
}

.header_pc{
    display:none;
}

.cart_navigation_menu_sp{
    position: fixed;
    top:15px;
    right:75px;
}

.cart_navigation_menu_images_sp{
    width:30px;
}

.banner_slider_pc{
    display: none;
}


/*ハンバーガーメニュー*/
.menu{
    height: 20px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 120;
}

.menu__line{
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}

.menu__line--center{
    top: 9px;
}

.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
    background:#707070;
}

.menu__line--center.active{
    transform:scaleX(0);
}

.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
    background:#707070;
}

/*gnav*/
.gnav{
    /* background: rgba(0,0,0,0.8); */
    background-color: #ffffff;
    display: none;
    height: 100%;
    position: fixed;
    top:0;
    width: 100%;
    z-index:110;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
}

.gnav__menu{
    text-align: center;
}

.gnav__menu__item{
    margin: 40px 0;
}


.gnav__menu__item__sns{
    margin: 40px 30px;
}

.gnav__menu__item__sns_image{
    width:50px;
}

.gnav__menu__item a{
    color:#707070;
    font-size:16px;
    text-decoration: none;
    transition: .5s;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    position: relative;
    display: inline-block;
}

.gnav__menu__item a::after{
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}
    
/* .gnav__menu__item a:hover{
    color:#707070;
} */

.gnav__menu__item a:hover::after{
    transform: scale(1, 1);
}

.gnav__menu__item__text{
    font-size: 10px;
}

.gnav__menu__sns{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.news_area{
    width:90%;
    margin:180px auto;
    /* text-align:center; */
}

.news_area_thema {
    font-size: 30px;
    font-weight: bold;
    font-family:'Aboreto', cursive;
    color: #707070;
    text-align:center;
    position:relative;
    margin:auto;
}

.news_area_thema::after {
    content: '';
    width: 50px;
    height: 2px;
    display: inline-block;
    background-color:#707070;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 25px)
}

.news_area_box{
    margin:110px auto;
    text-align: left;
}

.news_area_box_list{
    margin-bottom:40px;
}

.quality_contents{
    width:100%;
    /* height:550px; */
    background-color:#FDE036;
    
    /* flex-direction: row-reverse; */
    /* position:relative; */
}

.quality_contents_box_wrapper{
    width:100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.quality_contents_box{
    width:95%;
    margin: auto;
    /* background-color: #cb1f1f; */
    text-align:left;
    /* position:absolute;
    top:100px;
    left:50px; */
}


.quality_contents_box-right{
    width:100%;
    height:450px;
    position: relative;
}

.quality_contents_box_text{
    padding-top: 80px;
    /* margin-left:30px; */
}


.quality_contents_image{
    width:95%;
    max-width:600px;
    position:absolute;
    top:70px;
    right:22px;
    z-index:10;
}

.quality_contents_image_bg{
    width:95%;
    max-width:600px;
    position:absolute;
    top:90px;
    right:-15px;
}

.quality_contents_image_text{
    color:#ffffff;
    writing-mode:tb-rl;
    font-family:'Aboreto', cursive;
    position:absolute;
    top:90px;
    right:1px;
    font-size:22px;
}

.quality_contents_box_text_thema{
    font-size:28px;
    margin-bottom:70px;
}

.quality_contents_box_text_sentence{
    line-height:2.0;
    font-size:16px;
}

.quality_contents_btn{
    display:block;
    width:250px;
    font-size:14px;
    padding:25px 35px;
    border:1px solid #FA8080;
    background-color:#ffffff;
    text-decoration:none;
    color:#FA8080;
    font-size: 16px;
    margin:70px auto auto auto;
    text-align:center;
}
.quality_contents_btn_text:after{
    content:" ▶︎";
}

.quality_contents_btn:hover{
    display:block;
    background-color:#FA8080;
    border:1px solid #FDE036;
    color:#ffffff;
    text-decoration:none;
    padding:25px 35px;
    font-size:16px;
    width:250px;
    text-align:center;
    margin:70px auto auto auto;
} 

.main_contents{
    /* height:2000px; */
    margin:200px auto 0 auto;
}

.main_contents_goods_title{
    text-align:center;
    height:100px;
}

.main_contents_goods_thema{
    color: #707070;
    text-align: center;
    position: relative;
    font-size:30px;
    font-family:'Aboreto', cursive;
    font-weight:bold;
    margin:auto;
}

.main_contents_goods_thema::after {
    content: '';
    width: 50px;
    height: 2px;
    display: inline-block;
    background-color:#707070;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 25px)
}

.main_contents_goods_thema_sub{
    font-size:14px;
    font-weight:lighter;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.main_goods{
    /* height:800px; */
    margin:85px 0 250px 0;
}

.main_goods_apple{
    display:flex;
    flex-direction: column;
    /* justify-content:space-between; */
    align-items:center;
    width:100%;
}

.main_goods_apple_box{
    width:100%;
}

.main_goods_apple_image{
    width:100%;
}


.main_goods_apple_text{
    width:90%;
}

.main_goods_apple_text_sentence{
    margin:100px auto 55px auto;
    font-size:16px;
    line-height:2.0;
}

.br_sp{
    display: none;
}


.main_goods_apple_title{
    font-size:24px;
    /* padding-left:40px; */
    /* margin-bottom:30px; */
  
}
.main_goods_apple_title_sub{
    font-size:20px;
    display: block;
    margin-top: 15px;
    text-indent:9.5em;

}

.main_goods_apple_btn{
    display:block;
    background-color:#FA8080;
    color:#ffffff;
    text-decoration:none;
    border-radius:30px;
    padding:15px 25px;
    font-size:16px;
    width:150px;
    text-align:center;
    border:1px solid #ffffff;
    margin: auto;
}

.main_goods_apple_btn:hover{
    background-color:#ffffff;
    border:1px solid #FA8080;
    border-radius:30px;
    color:#FA8080;
    text-decoration:none;
}

.oher_contents_goods_title{
    font-size:30px;
    margin-bottom:30px;
}

.other_goods_thema{
    color: #707070;
    text-align: center;
    position: relative;
    font-size:30px;
    font-family:'Aboreto', cursive;
    font-weight:bold;
    margin:auto;
}

.other_goods_thema::after {
    content: '';
    width: 50px;
    height: 4px;
    display: inline-block;
    background-color:#707070;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 25px)
}

.other_contents_goods_thema_sub{
    font-size:14px;
    font-weight:lighter;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.other_goods_contents{
    width:95%;
    margin: 110px auto 0 auto;
    display:flex;
    flex-direction: column;
    /* justify-content:space-between; */
    align-items:flex-start;
}

.other_goods_contents_box{
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    width:90%;
    margin-bottom:50px;
}


.other_goods_contents_box_sp{
    width:50%;
}

.other_goods_contents_box_image{
    width:50%;
}

.imgage_sp{
    position: relative;
    width:50%;
}

.limited-juice{
    width:100%;
}



.other_goods_contents_box_text{
    text-align:center;
    /* margin-top:60px; */
}

.other_goods_contents_box_text_title{
    font-size:20px;
    margin-bottom:40px;
}

.gentei{
    /* position: relative; */
    width: 100%;
}

.other_goods_contents_box_image_gentei{
    color:#ffffff;
    background-color:#ff0000;
    position:absolute;
    top:-20px;
    left:0;
    text-align:center;
    width:50%;
    padding:7px;
}

.other_goods_contents_btn{
    display:block;
    background-color:#FA8080;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
    border-radius:30px;
    padding:15px 25px;
    font-size:14px;
    width:150px;
    text-align:center;
}

.other_goods_contents_btn:hover{
    background-color:#ffffff;
    border:1px solid #FA8080;
    border-radius:30px;
    color:#FA8080;
    text-decoration:none;
}

/* .all_goods_btn_box{
    display:flex;
    justify-content:flex-end;
    width:92%;
} */

.all_goods_btn{
    display:block;
    background-color:#ffffff;
    border:1px solid #FA8080;
    color:#FA8080;
    text-decoration:none;
    padding:25px 35px;
    font-size:16px;
    width:250px;
    text-align:center;
    margin:100px auto auto auto;
}
    
.all_goods_btn:hover{
    background-color:#FA8080;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
}
.all_goods_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.topics_contents{
    margin:320px auto 120px auto;
    width:95%;
}

.topics_contents_box{
    margin-bottom:120px;

}

.topics_contents_thema{
    color: #707070;
    text-align: center;
    position: relative;
    font-size:30px;
    font-family:'Aboreto', cursive;
    font-weight:bold;
    margin:auto;
}

.topics_contents_thema::after {
    content: '';
    width: 50px;
    height: 2px;
    display: inline-block;
    background-color:#707070;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 25px)
}

.topics_contents_thema_sub{
    font-size:14px;
    font-weight:lighter;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.topics_contents_area{
    display:flex;
    /* flex-direction: column; */
    justify-content:space-between;
    flex-wrap: wrap;
    align-items:center;
    margin:auto;
    width:100%;
}

.topics_contents_area_box{
    width:calc(95%/2);
    margin-bottom:50px;
}

.topics_contents_area_box_image{
    width:100%;
}

.topics_contents_area_box_text{
    font-size:13px;
    text-align:center;
    line-height: 1.5;
    padding:10px 20px;
}

.secondary_contents{
    width:100%;
    /* height:1370px; */
    height: auto;
    position:relative;
    margin:100px 0 0 0;
}

.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 350%; /* 1:1 */
}

.inner {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    /* height: 140%; */
}

.media_article_box{
    width:95%;
    background-color:#FEB50A;
    position:absolute;
    top:0;
    left:0;
}

.media_article_title{
    width:200px;
    margin:60px auto 60px 10px;
    color:#ffffff;
}

.media_article_title_thema{
    font-size:30px;
    font-family:'Aboreto', cursive;
}

.media_article_title_thema_sub{
    font-size:14px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.media_article_area{
    width:45%;
}

.media_article_area_box{
    display:flex;
    justify-content:space-around;
}

.media_article_area_image{
    width:100%;
}

.media_article_area_text{
    text-align:left;
    padding:10px 20px 10px 0;
    font-size:13px;
    color:#ffffff;
    line-height:2.0;
}

.shop_information_box{
    width:95%;
    background-color:#F7F7F7;
    position:absolute;
    top:550px;
    right:0;
}

.shop_information_box_title{
    text-align:center;
    margin:60px auto;
}

.shop_information_box_title_thema{
    font-size:30px;
    font-family:'Aboreto', cursive;
}

.shop_information_box_title_sub{
    font-size:10px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

table{
    margin:0 auto 50px auto;
    /* width:70%; */
    font-size:14px;
    /* border:1px solid #707070; */
}

th,td{
    border:1px dashed #707070;
    border-left:none;
    border-right:none;
    padding:25px;
}

.shop_information_btn{
    display:block;
    background-color:#ffffff;
    border:1px solid #FA8080;
    color:#FA8080;
    text-decoration:none;
    padding:15px 25px;
    font-size:14px;
    width:150px;
    text-align:center;
    margin:0 auto 40px auto;
}
    
.shop_information_btn:hover{
    background-color:#FA8080;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
}
.shop_information_btn:after{
    content:" ▶︎";
}

.footer_contents{
    /* height:700px; */
    background-image: url(../images/footer_background-sp.png);
    background-position: center;
    background-repeat:no-repeat;
    background-size:120%;
    width:100%;
}

.footer_contents_inner{
    background-color:rgba(255,255,255,0.8);
}

.footer_site_logo{
    display:block;
    margin:auto;
    width:100px;
}

.footer_contents_area{
    width:100%;
    display:flex;
    justify-content:space-around;
    margin:100px auto 10px auto;
    /* background-color: #DE4348; */
}

.footer_shop_information{
    margin:auto;
    text-align:center;
    order:2;
    display: none;
}

.footer_shop_information_title{
    display: none;
    /* font-size:20px; */
}

.footer_shop_information_text{
    display: none;
    /* line-height:2.0; */
}

.footer_contents_area_box01{
    text-align:left;
    order:1;
}

.footer_contents_area_box02{
    order:3;
    text-align:left;
}

.footer_copyright{
    text-align:center;
    margin-bottom:50px;
}

.footer_contents_area_box01_group_list,.footer_contents_area_box02_group_list{
    margin-bottom:50px;
}

.footer_contents_area_box01_group_list_title,.footer_contents_area_box02_group_list_title{
    font-family:'Aboreto', cursive;
    font-size:16px;
}


.footer_contents_area_box01_group_list_title_sub,.footer_contents_area_box02_group_list_title_sub{
    font-size:12px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.footer_contents_area_box01_group_list_link{
    text-decoration:none;
    color:#707070;
    position: relative;
    display: inline-block;
}

.footer_contents_area_box01_group_list_link::after{
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #707070;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.footer_contents_area_box01_group_list_link:hover::after{
    transform: scale(1, 1);
}

#page-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.pagetop_icon_image{
    width:50px;
}

.list-mv01{
    transition: .8s;
    opacity: 0;
    transform: translate(0,60px);
    -webkit-transform: translate(0,60px);
}

.mv01{
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}


.fade-left{
    transition: .8s;
    opacity: 0;
    transform: translate(-100px,0);
}

.left{
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

.fade-right{
    transition: .8s;
    opacity: 0;
    transform: translate(100px,0);
}

.right{
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}


/*下からフェードイン*/
.animation_contents {
    animation: fadeIn-vertical 2.0s ease 0s 1 normal backwards;
    }
    @keyframes fadeIn-vertical {
    from {
    opacity: 0;
    transform: translateY(60px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
    }

/* 共通 */
.quality_title,.goods_title,.login_title,.contact_title,.mypage_title{
    margin:100px auto 50px auto;
    padding:0 0 20px 0;
    text-align:center;
    background-image: url(../images/title_line.png);
    background-position:bottom;
    background-repeat:no-repeat;
    background-size:60px;
}

.quality_title_lead,.goods_title_lead,.login_title_lead,.contact_title_lead,.mypage_title_lead{
    font-size:30px;
    font-family:'Aboreto', cursive;
    padding:0 0 10px 0;
}

.mypage_title_lead_01{
    font-size:30px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding:0 0 10px 0;

}

.quality_title_sub,.goods_title_sub,.login_title_sub,.contact_title_sub,.mypage_title_sub{
    font-size:13px;
}

/* quality.html */
.breadcrumbs{
    /* width:500px; */
    margin:0 10px;
    font-size:10px;
}

.breadcrumbs_goodspage{
    /* width:330px; */
    margin:0 10px;
    font-size:10px;
}

.breadcrumbs_list{
    display:flex;
    flex-wrap: wrap;
    /* justify-content:space-around; */
}

.breadcrumbs_list_first,.breadcrumbs_list_second{
    text-decoration:none;
    color:#707070;
    display: block;
    margin-bottom:5px;
}

.breadcrumbs_list_first:hover,.breadcrumbs_list_second:hover{
    text-decoration:none;
    color:#b4b4b4;
}

.breadcrumbs_list_first::after{
    content: ">";
    padding:0 10px;
}

.quality_contents_group{
    margin-bottom:500px;
}

.quality_contents_head{
    width:100%;
    /* max-width:1500px; */
    height:500px;
    position:relative;
}

.quality_contents_head_lead{
    position:absolute;
    top:120px;
    left:80px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.quality_contents_head_title{
    font-size:25px;
    padding-right:20px;
}

.quality_contents_head_title_sub{
    font-size:18px;
}

.quality_contents_head_maintext{
    font-size:16px;
    position:absolute;
    top:220px;
    left:80px;
    line-height:1.8;
}

.quality_contents_head_image{
    position:absolute;
    top:40px;
    right:80px;
    z-index:10;
}

.quality_contents_head_image_bg{
    position:absolute;
    top:60px;
    right:60px;
}

.quality_contents_head_image_text{
    color:#ffffff;
    writing-mode:tb-rl;
    font-family:'Aboreto', cursive;
    position:absolute;
    top:60px;
    right:60px;
    font-size:22px;
}

.quality_contents_foot{
    width:100%;
    /* max-width:1500px; */
    height:500px;
    /* position:relative; */
    display: flex;
    flex-direction: column;
}

.quality_contents_foot_maintext{
    position:absolute;
    top:150px;
    right:100px;
    line-height:1.8;
    font-size:16px;
}

.quality_contents_foot_image{
    position:absolute;
    top:40px;
    left:80px;
    z-index:10;
}

.quality_contents_foot_image_bg{
    position:absolute;
    top:60px;
    left:60px;
}

.quality_contents_foot_image_text{
    color:#ffffff;
    writing-mode:tb-rl;
    font-family:'Aboreto', cursive;
    position:absolute;
    top:60px;
    left:58px;
    font-size:22px;

}

.quality_pc{
    display: none;
}

.quality_contents_group_sp{
    width:95%;
    margin:143px auto 350px auto;
}

.quality_contents_head_lead_sp{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 50px;
}

.quality_contents_head_title_sp{
    font-size:22px;
    padding-right:20px;
}

.quality_contents_head_title_sub_sp{
    font-size:16px;
}

.quality_contents_head_main_sp ,.quality_contents_foot_main_sp{
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* align-items: center; */
}

.quality_contents_head_maintext_sp_01{
    font-size:15px;
    line-height:1.8;
    margin:20px 0 80px 0;
}

.quality_contents_foot_maintext_sp_02{
    font-size:15px;
    line-height:1.8;
    margin:120px 0 110px 0; 
}

.appletree_images{
    position: absolute;
    top:20px;
    right:10px;
    z-index:10;
    width: 100%;
}

.appletree_images_bg{
    position: absolute;
    top:36px;
    right:-10px; 
    width: 100%;
}

.appletree_text{
    color:#ffffff;
    writing-mode:tb-rl;
    font-family:'Aboreto', cursive;
    position:absolute;
    top: 39px;
    right:-9px;
    font-size:20px;
}

.grapetree_images{
    position: absolute;
    top:20px;
    left:10px;
    z-index:10;
    width: 100%;
}

.grapetree_images_bg{
    position: absolute;
    top:36px;
    left:-10px; 
    width: 100%;
}


.grapetree_text{
    color:#ffffff;
    writing-mode:tb-rl;
    font-family:'Aboreto', cursive;
    position:absolute;
    top: 39px;
    left:-11px;
    font-size:20px;
}

.quality_contents_head_image_box_sp ,.quality_contents_foot_image_box_sp{
    position: relative;
    height: auto;
}

/* .quality_contents_head_image_sp ,.quality_contents_foot_image_sp{
    position: absolute;
    top:20px;
    right:10px;
    z-index:10;
    width: 100%;
}

.quality_contents_head_image_bg_sp ,.quality_contents_foot_image_bg_sp{
    position: absolute;
    top:36px;
    right:-10px; 
    width: 100%;
}

.quality_contents_head_image_text_sp ,.quality_contents_foot_image_text_sp{
    color:#ffffff;
    writing-mode:tb-rl;
    font-family:'Aboreto', cursive;
    position:absolute;
    top: 39px;
    right:-9px;
    font-size:20px;
} */

.ratio-2_1:before {
    content: "";
    display: block;
    padding-top: 65%; /* 1:1 */
}

.ratio-3_1:before {
    content: "";
    display: block;
    padding-top: 35%; /* 1:1 */
}

.inner_sp {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}

/* goods.html */
.goods_contes_group_head{
    display:flex;
    justify-content:space-between;
    width:95%;
    /* max-width:1200px; */
    margin:100px auto auto auto;
}

.goods_contes_box{
    display:flex;
    flex-direction: column;
    align-items:center;
    width:100%;
}

.gentei{
    position: relative;
}

.goods_contes_box_image_gentei{
    color:#ffffff;
    background-color:#ff0000;
    position:absolute;
    top:-20px;
    left:0;
    text-align:center;
    width:80px;
    padding:4px;
}

.goods_contes_area{
    width:100%;
}

.goods_contes_area_name{
    font-size:18px;
    text-align:center;
    padding-bottom:20px;
}

.goods_contes_area_price{
    font-size:15px;
    display:block;
    text-align:right;
    
}

.goods_contes_area_text{
    font-size:12px;
    line-height:1.5;
    margin:55px auto;
}

.goods_contes_image{
    width:100%;
}

.goods_contes_group_foot{
    display:flex;
    justify-content:space-between;
    margin:100px auto 200px auto;
    width:95%;
    /* max-width:1500px; */
}

.goodspage_btn{
    display:block;
    text-align:center;
    text-decoration:none;
    background-color:#FA8080;
    color:#ffffff;
    border-radius:30px;
    border:1px solid #ffffff;
    padding:10px 20px;
    font-size:14px;
    width:70%;
    margin:auto;
}

.goodspage_btn:hover{
    background-color:#ffffff;
    border:1px solid #FA8080;
    border-radius:30px;
    color:#FA8080;
    text-decoration:none;
}

/* applejuice.html */

.applejuice_contents_area{
    width:100%;
    margin:140px auto auto auto;
}

.applejuice_contents_box{
    display:flex;
    flex-direction: column;
    /* justify-content:space-between; */
    align-items:center;
    width:95%;
    margin: auto;
}

.applejuice_image{
    width:100%;
}

.applejuice_contents_about{
    width:100%;
}

.applejuice_contents_about_title{
    font-size:25px;
    text-align: left;
    margin-left: 20px;
}

.applejuice_contents_about_price{
    font-size:20px;
    margin:20px 40px auto auto;
    text-align:right;
}

.applejuice_contents_about_text{
    font-size:14px;
    line-height:1.5;
    margin:50px auto;
}

.shopping_quantity{
    display:flex;
    justify-content:center;
    align-items:center;
}

.shopping_quantity_number ,.shopping_quantity_count{
    font-size:18px;
    margin:0 20px;
}

.shopping_quantity_space{
    border:1px solid #707070;
    border-radius:20px;
    padding:10px 50px;
}

.shopping_cart_about{
    display:flex;
    justify-content: space-between;
    /* flex-direction: column; */
    margin:20px auto 0px auto;
}

.shopping_cart{
    display:block;
    text-align:center;
    text-decoration:none;
    background-color:#FA8080;
    color:#ffffff;
    border-radius:30px;
    border:1px solid #ffffff;
    padding:15px 25px;
    font-size:14px;
    width:130px;
    margin:20px 5px auto 0;
}

.shopping_cart:hover,.goods_inquiry:hover{
    background-color:#ffffff;
    border:1px solid #FA8080;
    border-radius:30px;
    color:#FA8080;
    text-decoration:none;
}

.goods_inquiry{
    display:block;
    text-align:center;
    text-decoration:none;
    background-color:#ffffff;
    color:#FA8080;
    border-radius:30px;
    border:1px solid #FA8080;
    padding:15px 25px;
    font-size:14px;
    width:130px;
    margin:20px 0 auto 5px;
}

.goods_inquiry:hover{
    background-color:#FA8080;
    border:1px solid #ffffff;
    border-radius:30px;
    color:#ffffff;
    text-decoration:none;
}

.goods_information_table{
    display: none;
}

.goods_information_table_sp{
    width:95%;
    margin:100px auto;
    border:1px solid #707070;
    text-align:left;
}

.goods_information_table_tr,.goods_information_table_td{
    border:1px solid #707070;
    table-layout: fixed;
    /* width: 10%; */
    padding:11px;
}

.td_bg_color{
    background-color: #f5f5f5;
}

.goods_information_table_th{
    background-color:#DE4348;
    border:1px solid #DE4348;
    color:#F7F7F7;
    /* font-weight:bold; */
    font-size:16px;
    padding:10px;
}

.all_goods_lead{
    width:100%;
    margin:auto auto 160px auto;
    text-align:center;
}

.all_goods_title{
    font-size:20px;
    padding:0 0 10px 0;
}

.all_goods_title_sub{
    font-size:13px;
}

.all_goods_box{
    width:100%;
    margin:auto auto 50px auto;
}

.all_goods_box_contents{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:95%;
    flex-wrap: wrap;
}

.all_goods_box_contents_image{
    width:100%;
}

.all_goods_box_contents_image:hover{
    opacity: 0.6;
    filter:brightness(102%);
}

.all_goods_box_area{
    width: calc(95%/2);
    margin-bottom: 60px;
}

.applejuice_contents_image{
    position: relative;
}

.all_goods_box_contents_image_gentei{
    color:#ffffff;
    background-color:#ff0000;
    position:absolute;
    top:-30px;
    left:9px;
    text-align:center;
    width:100px;
    padding:5px;
   
}

.all_goods_box_contents_text{
    font-size:16px;
    text-align:center;
    margin:45px auto;
}

.all_goods_box_contents_link{
    text-decoration:none;
    color: #707070;
}

/* orangejuice.html */

.goods_information_table_th_02{
    background-color:#FD8201;
    border:1px solid #FD8201;
    color:#F7F7F7;
    /* font-weight:bold; */
    font-size:16px;
    padding:10px;
}

.orangejuice_image{
    width:100%;
}

/* grapejuice.html */

.goods_information_table_th_03{
    background-color:#995872;
    border:1px solid #995872;
    color:#F7F7F7;
    /* font-weight:bold; */
    font-size:16px;
    padding:10px;
}

.grapejuice_image{
    width:100%;
}

/* bananajuice.html */

.goods_information_table_th_04{
    background-color:#F5B924;
    border:1px solid #F5B924;
    color:#F7F7F7;
    /* font-weight:bold; */
    font-size:16px;
    padding:10px;
}

.bananajuice_image{
    width:100%;
}

/* login.html */

.login_contents{
    width:95%;
    margin:140px auto 100px auto;
    display:flex;
    flex-wrap:wrap;
    flex-direction: column;
    /* justify-content:space-between; */
    /* background-color:rgba(255,255,255,0.4); */
}

.login_box{
    width:100%;
}

.login_box_id,.login_box_pass{
    font-size:16px;
    text-align:left;
    margin:20px auto 15px auto;
}

.login_box_space{
    border:1px solid #707070;
    padding:20px 30px;
    color: #d5d5d5;
}

.login_box_btn,.login_register_btn,.non_login_box_btn,.log_out_btn{
    display:block;
    width:250px;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    position: relative;
    padding:20px 30px;
    margin:92px auto 83px auto;
    font-size:16px;
    z-index:1;
    transition:0.3s;
}

.login_box_btn:after,
.login_register_btn::after,
.non_login_box_btn::after,
.log_out_btn::after{
    content:" ▶︎";
    font-size:14px;
}

.login_box_btn:hover,
.login_register_btn:hover,
.non_login_box_btn:hover,
.log_out_btn:hover{
    color: #ffffff;
}

.login_box_btn::before,
.login_register_btn::before,
.non_login_box_btn::before,
.log_out_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.login_box_btn:hover::before,
.login_register_btn:hover::before,
.non_login_box_btn:hover::before,
.log_out_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.login_box_text{
    font-size:14px;
    text-align:center;
    line-height:1.5;
}

.login_register_box{
    width:100%;
    margin-top:100px;
}

.login_register_title,.non_login_box_title{
    font-size:16px;
    margin:20px auto 15px auto;
}

.login_register_title::before,
.non_login_box_title::before{
    content:" | ";
    font-size:16px;
}

.login_register_text{
    font-size:14px;
    text-align:left;
    line-height:1.5;
}

.login_register_mail{
    margin:36px auto 15px auto;
}

.login_register_space{
    border:1px solid #707070;
    padding:20px 30px;
    color: #d5d5d5;
    margin:auto auto 92px auto;
}

.non_login_box{
    width:100%;
    /* margin:187px auto; */
}

/* contact.html */

.contact_box{
    width:95%;
    margin:auto;
    /* background-image: url("../images/orange_juice.png"),url("../images/orange_haikei.png"); */
    /* background-repeat: no-repeat; */
    /* background-size:300px; */
    /* background-position:left bottom,right bottom -45px; */
    /* background-color: #995872; */
}

.contact_contents{
    width:95%;
    margin:135px auto 150px auto;
    /* background-color:rgba(255,255,255,0.4); */
    /* background-color: #F5B924; */
    /* text-align: center; */
}

.contact_contents_area{
    width:100%;
    margin:auto;
}

.contact_contents_area_text{
    font-size:15px;
    margin:auto auto 50px auto;
    line-height:1.5;
}

.required{
    display: inline-block;
    margin-top:20px;
    font-size: 13px;
    color: #ff0000;
}

.contact_name,.contact_tel,.contact_mail,.contact_text{
    font-size:15px;
    margin-bottom:20px;
}

.contact_name_box,.contact_tel_box,.contact_mail_box,.contact_text_box{
    margin-bottom:30px;
}

.contact_name_sei,.contact_name_mei,.contact_mail_address,.contact_text_form{
    box-sizing: border-box;
    border:1px solid #707070;
    border-radius:20px;
    padding:10px 0px;
}

.contact_tel_number_sp{
    box-sizing: border-box;
    border:1px solid #707070;
    border-radius:20px;
    padding: 10px 45px;
}

.contact_tel_pc{
    display: none;
}

.contact_text_form{
    width:100%;
}

.contact_mail_address{
    margin-bottom:10px;
    padding: 10px;
}

.contact_btn,.form_mailer{
    text-align:center;
    font-size:16px;
    margin:30px auto;
}

.form-mailer_text{
    text-decoration:none;
    color:#707070;
}

.contact_send_btn{
    display:block;
    width:250px;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    position: relative;
    padding:20px 30px;
    margin:92px auto 80px auto;
    font-size:16px;
    z-index:1;
    transition:0.3s;
}

.contact_send_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.contact_send_btn:hover{
    color: #ffffff;
}

.contact_send_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.contact_send_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

/* mypage.html */

.mypage_wrap{
    width:95%;
    margin:auto;
}

.mypage_contents{
    font-size:15px;
}

.mypage_contents_text{
    line-height:1.8;
    font-size:15px;
    margin:0 0 98px 0;
}

.mypage_contents_box{
    display:flex;
    flex-direction: column;
    margin-bottom:166px;
}

.mypage_contents_btn{
    display:block;
    border:1px solid #707070;
    padding:20px 30px;
    text-align: center;
    text-decoration:none;
    color: #707070;
    margin-bottom: 20px;
}

.mypage_contents_btn:hover{
    background-color:#707070;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
}

.order_history_contents{
    margin:auto auto 64px auto;
    /* background-color: #F5B924; */
}

.order_history_title{
    font-size:16px;
    padding-bottom:18px;
}

.order_history_title::before{
    content:" | ";
    padding-right:4px;
}

.order_history_title_sub{
    background-color:#FFE6B4;
    padding:24px 0 26px 13px;
}

.order_history_goods_01,.order_history_goods_02{
    margin:54px 0 0 0;
    display: flex;
    /* flex-direction: column; */
    /* justify-content:flex-start; */
    align-items: center;
}


.order_history_image_01,.order_history_image_02{
    width:200px;
}

.order_history_text{
    font-size:15px;
    margin-left:29px;
}

.order_quantity{
    display: block;
    /* text-indent:9em; */
    margin:28px 0 23px 0;
}

.order_history_goods_02{
    margin:92px 0 0 0;
}

.order_total_contents{
    margin:auto auto 64px auto;
    /* background-color: #F5B924; */
}

.order_total_amount{
    margin:30px 0 100px 0;
    font-size:15px;
}

.total_table{
    line-height:3.0;
    text-align: center;
}

.total_table_text_sub01{
    display: inline-block;
    text-indent:11em;
}

.total_table_text_sub02{
    display: inline-block;
    text-indent:10em;
}

.total_table_text_sub03{
    display: inline-block;
    text-indent:16em;
}

.table_line{
    display: block;
    border-top:1px dashed #707070;
    border-bottom:1px dashed #707070;
    padding:22px 0 28px 0;
    margin:31px auto;
}

.mycoupon{
    margin:32px 0 151px 0;
}

/* guide.html */

.guide_contents_box{
    width:95%;
    margin:79px auto 101px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.guide_contents{
    display:block;
    width:30%;
    border:1px solid #707070;
    padding:30px;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
    margin:0 0 52px 0;
    font-size:12px;
}
    
.guide_contents:hover{
    background-color:#707070;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
}

.guide_contents_area{
    width:95%;
    margin:auto;
    /* background-color: #F5B924; */
    /* background-image:url("../images/zenbu.png"); */
    /* background-repeat: no-repeat; */
    /* background-size:668px; */
    /* background-position:right bottom; */
}


.guide_contents_area_01{
background-color:rgba(255,255,255,0.6);
}

.guide_contents_tittle{
    font-size:18px;
    padding-bottom:27px;
    border-bottom:5px solid #FFE6B4;
}

.guide_contents_tittle_sub{
    font-size:16px;
    padding:26px 0;
}

.guide_contents_tittle_sub::before{
    content:" | ";
    padding-right:4px;
}

.daikinhikikae_table{
    width:285px;
    border:1px solid #707070;
    margin:36px 0 107px 0;
}

.daikinhikikae_table_td{
    border:1px solid #707070;
    padding:10px;
}

.guide_contents_area_text01{
    margin-bottom:87px;
    line-height:1.6;
    font-size: 14px;
}

.guide_contents_area_text02{
    margin:38px 0 87px 0;
    line-height:1.6;
}

/* faq.html */

.faq_contents_box{
    width:95%;
    margin:79px auto 101px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.faq_contents{
    display:block;
    width:30%;
    border:1px solid #707070;
    padding:30px;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
    margin:0 0 52px 0;
    font-size:12px;
}
    
.faq_contents:hover{
    background-color:#707070;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
}

.faq_contents_area{
    width:95%;
    margin:auto;
    /* background-color: #F5B924; */
    /* background-image:url("../images/furutu.png"); */
    /* background-repeat: no-repeat; */
    /* background-size:668px; */
    /* background-position:right bottom; */
}

.faq_contents_area_01{
    background-color:rgba(255,255,255,0.6);
}

.faq_contents_title{
    padding-bottom:27px;
    border-bottom:1px solid #707070;
    margin:58px 0 26px 0;
    font-size:18px;
}

.faq_contents_question{
    background-color:#FFE6B4;
    padding:26px 0 22px 10px;
    /* font-weight: bold; */
    font-size:15px;
    line-height:1.5;
}

.faq_contents_question::before{
    content:"Q.";
    padding-right:10px;
}

.faq_contents_text{
    margin:43px 0 35px 0;
    line-height:1.6;
    font-size:14px;
}

.faq_contact_text{
    margin: 167px auto 65px auto;
    text-align: center;
    line-height:1.6;
    font-size:15px;
}

.faq_contact_btn{
    display:block;
    width:250px;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    position: relative;
    padding:20px 30px;
    margin:92px auto 222px auto;
    font-size:16px;
    z-index:1;
    transition:0.3s;
}

.faq_contact_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.faq_contact_btn:hover{
    color: #ffffff;
}

.faq_contact_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.faq_contact_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

/* cart.html */

.cart_contents_box{
    width:95%;
    margin:117px auto 133px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    display: none;
}

.cart_contents{
    width:20%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
}

.cart_contents:nth-child(1) {
    width:20%;
    border:1px solid #707070;
    /* padding:83px 0 89px 0; */
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    background-color: #707070;
    border:1px solid #ffffff;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.5px 0 32.5px 27px;
    border-color: transparent transparent transparent #707070;
}


.cart_goods_contents{
    /* display: flex; */
    /* justify-content:space-around; */
    /* align-items: center; */
    width:95%;
    margin: auto;
}


.cart_goods_box{
    width:95%;
    margin:143px 108px auto auto;
}

.cart_goods_title::before{
    content: " | ";
}

.cart_goods_01{
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    width:100%;
    margin:101px 0 111px 0;
}

.cart_goods_02{
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    width:100%;
    /* margin:0 0 230px 0; */
    margin-bottom: 100px;
}

.cart_goods_image{
    width:50%;
    /* margin-right:100px; */
}


.cart_goods_text{
    font-size:15px;
    /* font-weight: bold; */
    margin-left:29px;
}

.cart_goods_quantity{
    display: block;
    /* text-indent:9em; */
    margin:28px 0 23px 0;
}

.order_delete_btn{
    display:block;
    background-color:#FA8080;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
    border-radius:30px;
    padding:15px 30px;
    font-size:15px;
    /* width:30%; */
    text-align:center;
    margin:20px auto auto 20px;
}

.order_delete_btn:hover{
    background-color:#ffffff;
    border:1px solid #FA8080;
    border-radius:30px;
    color:#FA8080;
    text-decoration:none;
}

.order_process_btn{
    display:block;
    width:70%;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    position: relative;
    padding:20px 30px;
    font-size:16px;
    z-index:1;
    transition:0.3s;
    margin:0 auto 200px auto;
}

.order_process_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.order_process_btn:hover{
    color: #ffffff;
}

.order_process_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.order_process_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

/* order_process.html */

.order_process_contents_box{
    width:95%;
    margin:117px auto 133px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    display: none;
}

.order_process_contents{
    width:20%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
}

.order_process_contents:nth-child(3) {
    width:20%;
    border:1px solid #707070;
    /* padding:83px 0 89px 0; */
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    background-color: #707070;
    border:1px solid #ffffff;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.5px 0 32.5px 27px;
    border-color: transparent transparent transparent #707070;
}

.order_process_wrap_01{
    width:95%;
    margin:143px auto 300px auto;
    /* background-image:url("../images/furutu.png"); */
    /* background-repeat: no-repeat; */
    /* background-size:600px; */
    /* background-position:right bottom; */
    /* background-attachment: fixed; */
}


.order_process_address,.order_process_haiso,.order_process_shiharai,.order_process_coupon{
    width:95%;
    margin: auto;
}

.order_process_wrap_title{
    background-color:#FFE6B4;
    padding:15px 10px;
    margin-bottom:65px;
}

.order_process_confirmation_btn{
    display:block;
    width:250px;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    position: relative;
    /* position: absolute; */
    /* right:100px; */
    /* bottom:-220px; */
    padding:20px 30px;
    font-size:16px;
    z-index:1;
    /* transition:0.3s; */
    margin:100px auto 200px auto;
}

.order_process_confirmation_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.order_process_confirmation_btn:hover{
    color: #ffffff;
}

.order_process_confirmation_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.order_process_confirmation_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.order_process_text{
    margin:56px auto 20px auto;
}

.order_process_space{
    display: inline-block;
    border:1px solid #707070;
    border-radius:10px;
    padding:20px 30px;
    color: #d5d5d5;
    width:85%;
    margin-bottom:10px;
    /* margin-right:15px; */
}

.order_process_space_number{
    margin-bottom:28px;
    display: flex;
}

.order_process_space_01{
    display: inline-block;
    border:1px solid #707070;
    border-radius:10px;
    padding:20px 30px;
    color: #d5d5d5;
    width:139px;
}

.order_process_space_line{
    display: inline-block;
    margin:auto 12px;
}

.order_process_space_02{
    border:1px solid #707070;
    border-radius:10px;
    padding:20px 30px;
    color: #d5d5d5;
    width:85%;
    margin-bottom:16px;
}

.checkbox_01{
    display: flex;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;
    margin:28px auto 46px auto;
}

.checkbox_01_label{
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.checkbox_01_label::before {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #707070;
    content: '';
}

.checkbox_01_label:has(:checked)::after {
    position: absolute;
    top: 5px;
    left: 7px;
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #FD8201;
    border-width: 0 3px 3px 0;
    content: '';
}

.checkbox_01_input{
    display: none;
}


.selectbox_02 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox_02::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #707070;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox_02_select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #707070;
    border-radius: 10px;
    background-color: #fff;
    color: #707070;
    font-size: 1em;
    cursor: pointer;
}

.order_process_haiso_box{
    margin-bottom:62px;
}


.radio_01 {
    /* display: flex; */
    /* flex-wrap: wrap; */
    gap: .3em 2em;
    border: none;
}

.radio_01_label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.radio_01_label::before,
.radio_01_label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

.radio_01_label::before {
    width: 18px;
    height: 18px;
    background-color: #f3f1e6;
    margin-bottom: 18px;
}

.radio_01_label:has(:checked)::after {
    position: absolute;
    top: 25%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #FD8201;
    animation: anim-radio-001 .3s linear;
}

@keyframes anim-radio-001 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #fffcee;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio_01_label_input {
    display: none;
}

.order_process_shiharai_credit{
    border-top: 1px dashed #707070;
    padding:25px 0 24px 0;
    margin-top:30px;
}

.radio_02 {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
}

.radio_02_label {
    display: flex;
    /* align-items: center; */
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.radio_02_label::before,
.radio_02_label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

.radio_02_label::before {
    width: 18px;
    height: 18px;
    background-color: #f3f1e6;
    margin-bottom: 18px;
}

.radio_02_label:has(:checked)::after {
    position: absolute;
    top: 25%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #FD8201;
    animation: anim-radio-001 .3s linear;
}

@keyframes anim-radio-002 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #fffcee;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio_02_label_input {
    display: none;
}

.order_process_shiharai_credit_01{
    /* display: flex; */
    /* align-items: center; */
    margin:auto auto 34px auto;
}

.order_process_shiharai_credit_01:nth-of-type(1){
    margin-top:70px;
}


.order_process_shiharai_credit_01_text_01{
    margin-bottom: 30px;
}

.order_process_shiharai_credit_01_text_02{
    margin-bottom: 30px;
}

.order_process_shiharai_credit_01_text_03{
    margin-bottom: 30px;
}

.order_process_shiharai_credit_01_text_04{
    margin-bottom: 30px;
}

.order_process_shiharai_credit_01_text_02_sub{
    margin:19px auto 69px auto;
    font-size:13px;
}

.selectbox_03 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox_03::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #707070;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox_03_select {
    appearance: none;
    min-width: 75px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #707070;
    border-radius: 10px;
    background-color: #fff;
    color: #707070;
    font-size: 1em;
    cursor: pointer;
}

.order_process_shiharai_credit_01_left{
    margin:0 20px 20px 0;
}

.order_process_shiharai_credit_01_month_year{
    display: inline-block;
    margin-left:20px;
}

.selectbox_04 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox_04::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #707070;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox_04_select {
    appearance: none;
    min-width: 139px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #707070;
    border-radius: 10px;
    background-color: #fff;
    color: #707070;
    font-size: 1em;
    cursor: pointer;
}

.order_process_shiharai_credit_02{
    margin:56px auto 146px auto;
}

.order_process_coupon{
    margin:32px auto 55px auto;
}

.order_process_coupon_text{
    margin-bottom: 19px;
}

.order_process_cart_goods{
    width:90%;
}

.order_process_cart_goods_text{
    font-size:16px;
    /* font-weight: bold; */
    margin-left:29px;
    width:230px;
}

.order_process_total_amount{
    /* margin:65px 0 155px 0; */
    /* width:90%; */
    font-size:15px;
    /* font-weight: bold; */
    /* border:1px solid #707070; */
}

.order_process_total_table{
    line-height:3.0;
    /* width:70%; */
    text-align: center;
}

.total_table_text_sub01{
    display: inline-block;
    text-indent:11em;
}

.total_table_text_sub02{
    display: inline-block;
    text-indent:10em;
}

.total_table_text_sub03{
    display: inline-block;
    text-indent:16em;
}

.table_line{
    display: block;
    border-top:1px dashed #707070;
    border-bottom:1px dashed #707070;
    padding:22px 0 28px 0;
    margin:31px auto;
}

/* order_confirmation.html */

.order_confirmation_contents_box{
    width:95%;
    margin:117px auto 133px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    display: none;
}

.order_confirmation_contents{
    width:20%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
}

.order_confirmation_contents:nth-child(5) {
    width:20%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    background-color: #707070;
    border:1px solid #ffffff;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.5px 0 32.5px 27px;
    border-color: transparent transparent transparent #707070;
}

.order_confirmation_wrap_01{
    width:95%;
    margin:116px auto 300px auto;
    /* background-image:url("../images/grape_juice.png"); */
    /* background-repeat: no-repeat; */
    /* background-size:600px; */
    /* background-position:right bottom; */
}



.order_confirmation_box{
    display: flex;
    flex-direction: column;
    /* align-items:center; */
    /* width:95%; */
    margin:auto;
    font-size: 15px;
}

.order_confirmation_text{
    width:98%;
    margin:13px auto auto auto;
}

.order_confirmation_text_01{
    margin-bottom:72px;
}

.order_confirmation_text_02{
    font-size:13px;
    margin-bottom:72px; 
}

.order_change_btn{
    display:block;
    background-color:#ffffff;
    border:1px solid #707070;
    color:#707070;
    text-decoration:none;
    border-radius:30px;
    padding:15px 25px;
    font-size:14px;
    width:40%;
    text-align:center;
    margin:50px auto;
}

.order_change_btn_01{
    display:block;
    background-color:#ffffff;
    border:1px solid #707070;
    color:#707070;
    text-decoration:none;
    border-radius:30px;
    padding:15px 25px;
    font-size:14px;
    width:40%;
    text-align:center;
    margin:50px auto;
}

.order_change_btn:hover{
    background-color:#707070;
    border:1px solid #ffffff;
    border:1px solid #707070;
    border-radius:30px;
    color:#ffffff;
    text-decoration:none;
}

.order_change_btn_01:hover{
    background-color:#707070;
    border:1px solid #ffffff;
    border:1px solid #707070;
    border-radius:30px;
    color:#ffffff;
    text-decoration:none;
}

.order_confirmation_table{
    line-height:3.0;
    /* width:70%; */
    text-align: center;
}

/* order_completed.html */

.order_completed_contents_box{
    width:95%;
    margin:117px auto 133px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    display: none;
}

.order_completed_contents{
    width:20%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color: #707070;
    border:1px solid #707070;
}

.order_completed_contents:nth-child(7) {
    width:20%;
    border:1px solid #707070;
    padding:83px 0 89px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    background-color: #707070;
    border:1px solid #ffffff;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.5px 0 32.5px 27px;
    border-color: transparent transparent transparent #707070;
}

.order_completed_wrap_01{
    width:95%;
    margin:135px auto 230px auto;
    /* background-image:url("../images/apple_juice.png"); */
    /* background-repeat: no-repeat; */
    /* background-size:250px; */
    /* background-position:left bottom -10px; */
}

.order_completed_box_left{
    font-size:15px;
}

.order_completed_box_left_text{
    line-height:2.0;
    text-align: center;
}

.order_completed_box_right_text_01{
    line-height:2.0;
    margin:auto auto 48px auto;
    text-align: center;
    font-size:15px;
}

.order_completed_box_right_text_02{
    line-height:2.0;
    margin:101px auto 48px auto;
    text-align: center;
    font-size:15px;
}

.order_number{
    border-top:1px dashed #707070;
    border-bottom:1px dashed #707070;
    padding:31px 0 34px 0;
    text-align: center;
    margin:20px auto;
}

.order_completed_next_btn{
    display:block;
    width:250px;
    text-align:center;
    text-decoration:none;
    color:#FA8080;
    border:1px solid #FA8080;
    background: transparent;
    position: relative;
    padding:20px 30px;
    font-size:16px;
    z-index:1;
    transition:0.3s;
    margin: auto;
}

.order_completed_next_btn:after{
    content:" ▶︎";
    font-size:14px;
}

.order_completed_next_btn:hover{
    color: #ffffff;
}

.order_completed_next_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FA8080;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.order_completed_next_btn:hover:before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}


}



